.action_btn {color:var(--white);background-color: transparent; background-image:linear-gradient(45deg,#5489ff,#8e60ff);box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.4)}

.act_btn {position: relative;
          display: inline-block;
          padding: .8em;

          border: 1px solid transparent;
          border-radius: 3px;    
          outline: none;
          font-family: 'Righteous';
          font-size: 13px;
          font-weight: normal;
          line-height: 1.15384615;
          text-align: center;
          text-decoration: none;
          cursor: pointer;}

          .act_btn:hover{background-color: transparent; background-image:linear-gradient(45deg,#fa7720,#f6eb4d);
              color: rgb(0, 79, 250);
            }


            .floating_btn { background-color: #5489ff;
                            box-shadow: 0 8px 16px -8px rgba(62,27,219,.72)}
