@tailwind base;
@tailwind components;
@tailwind utilities;


body {

    .custom-table {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .admin-phone-field-signup{
      width: 100% !important;
    }
    .custom-table .table-row {
        display: flex;
        width: 100%;
    }
    .phone-field-signup{
        width:100% !important;
        height:48px !important;
        border-radius: 50px !important;
        background-color: #fff !important;
      }
      .phone-field-signup-main  .react-tel-input .form-control{
        background-color: #fff !important;
      }
      @media(max-width:600px){
        .otp-sign-up{
          width: 40px;
          height: 40px;
          
                }
      }
   
      .phone-field-signup-main .selected-flag.open{
        background-color: transparent !important;

      }
    
      .phone-field-signup-main .selected-flag{
        padding: 0;
        left: 10px;
      }
      .phone-field-signup-main .react-tel-input .selected-flag:hover{
                background-color: transparent !important;
      }

      .phone-field-signup-main .flag-dropdown {
        background-color: transparent !important;
      }
    .custom-table .table-row .table-cell {
        flex: 1;
        padding: 1rem;
    }

    .custom-table .table-row .table-cell:last-child {
        padding-right: 0;
    }

    /* Subscription Component */
    .slick-list {
        margin: 0 -5px;
    }

    .slick-slide>div {
        padding: 0 5px;
    }

}

.cardElem .StripeElement {
    border: 1px solid #ACACAC;
    padding: 15px 10px;
    border-radius: .75rem;
}

.react-tel-input .form-control{
  border: 1px solid #acacac !important;
  border-radius: 0.5rem !important;
}
.react-tel-input .flag-dropdown{
    background-color: #F6F9FB !important;
    border: 0 !important;
}
.flex-grow-1{
  flex-grow: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.form-control{
  height: 45px;
  background: #F6F9FB;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 14px;
  border: 1px solid #ACACAC;
  font-weight: 500;
}
.form-control:focus{
  outline: none;
}
.form-label{
  color: #484F61;
  font-size: 14px;
  font-weight: 600;
  padding-left: 4px;
}
.user-profile-form{
  width: calc(100% - 250px)
}
@media (max-width:1199px) {
  
  .user-profile-form{
    width: 100%;
    padding-top: 20px;
  }
}
.grow{
  flex-grow: 1;
}
.react-tel-input .admin-phone-field-signup{
  height: 45px !important;
  background: #F6F9FB !important;
  border-radius: 12px !important;
  padding: 10px 14px;
  border: 1px solid #ACACAC !important;
  font-weight: 500;
}
.react-tel-input .flag-dropdown{
  top: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
  border-radius: 12px !important;
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#__next {
  visibility: hidden;
}

body.loaded #__next {
  visibility: visible;
}
@media (max-width: 1023px) {
  .dashboard-header-top-space{
    padding-top: 100px; 
  }
}
@media (max-width: 639px) {
  .dashboard-header-top-space{
    padding-top: 90px; 
  }
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-\[500px\] {
  min-width: 500px;
}