.rcorners {
    border-radius: 5px;
    /* border: 2px solid #73AD21; */
    /* padding: 20px;  */
    width: 45px;
    height: 45px; 
  }


  .fa-google {
    background: conic-gradient(from -45deg, #e36868 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .cursor-link{
    cursor:grab;
  }

  .cursor-arrow{
    cursor: pointer;
  }

  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
   }
   
   .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .app-btn {
    width: 45%;
    max-width: 160px;
    color: #fff;
    margin: 20px 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
  }
  .app-btn.blu {
    background-color: #101010;
    transition: background-color 0.25s linear;
  }
  .app-btn.blu:hover {
    background-color: #454545;
  }
  .app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
  }
  .app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
  }
   
 