/* HEADER DROP DOWN */
/* MOBILE */
@media only screen and (max-width: 576px) {
  .dd-header-menu {
    /* WIDTH */
    min-width: 300px !important;
    max-width: 300px !important;
    /* HEIGHT */
    min-height: 70vh !important;
    max-height: 70vh !important;
  }
}
/* TAB, DESKTOP */
@media only screen and (min-width: 576px) {
  .dd-header-menu {
    /* WIDTH */
    min-width: 400px !important;
    max-width: 400px !important;
    /* HEIGHT */
    min-height: 65vh !important;
    max-height: 65vh !important;
  }
}

@media only screen and (max-width: 800px) {
  .hide-from-tab {
    display: none !important;
  }
}

.custom-header-dropdown-item:hover, .custom-header-dropdown-item:focus {
  background-color: rgba(0,0,0,0.03) !important;
}

/* title */
/*.rbc-day-slot .rbc-event-content {*/
/*  text-align: center;*/
/*}*/

.rbc-day-slot .rbc-events-container {
  right: 0 !important;
}

.rbc-current-time-indicator {
  display: none !important;
}

/*.rbc-event {*/
/*  width: 100% !important;*/
/*  left: 0 !important;*/
/*}*/

.timezone-modal .modal-content {
  border-radius: 15px !important;
  border: none;
}

.select-time-zone .Select-menu-outer div {
  background-color: rgba(0,0,0,0.02) !important;
  color: black !important;
  font-weight: 500 !important;
  border: none !important;
}

@media only screen and (max-width: 1020px) {
  .select-time-zone {
    width: 200px;
    margin-left: 20px;
  }
}

/* schedule create form styles */
.schedule-modal .modal-content {
  border-radius: 30px !important;
  border: none !important;
}

.schedule-modal .schedule-modal-header {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  background: linear-gradient(90deg, #4DE6B3, #65CFCD) !important;
  color: #fff !important;
  border: none !important;
}

.scedule-tab .ui.secondary.pointing.menu {
  border-bottom: none !important;
}

.scedule-tab .ui.teal.menu .active.item {
  border: 6px solid !important;
  border-image-source: linear-gradient(45deg, #4DE6B3, #65CFCD) !important;
  border-image-slice: 1 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.rbc-event-label-hide .rbc-event-label {
  display: none;
}

/* MOBILE */
@media only screen and (max-width: 768px) {
  .hw-upld-li-mobile-gap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    text-align: center;
  }
  /* hw-list-item-files-container */
  .hw-list-item-files-container {
    align-items: center;
  }
  .hw-list-item-mobile-text {
    text-align: center;
  }
}
/* DESKTOP TAB */
@media only screen and (min-width: 800px) {
  .hw-upld-li-border {
    border-left: 2px solid rgba(45, 140, 255, 0.28) !important;
    padding-left: 10px !important;
  }
}

.billing-pay-now-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.billing-empty-card-container {
    width: 100%;
}
.billing-invoice-text-container {
    text-align: right;
}
/* MOBILE */
@media only screen and (max-width: 576px) {
    .billing-invoice-text-container {
        text-align: unset;
        margin: 10px 0 0 0;
    }
    .billing-mobile-hide {
        display: none !important;
    }
}
/* TAB OR MOBILE */
@media only screen and (max-width: 1024px) {
    .reverse-col-md {
        flex-direction: column-reverse;
    }
}
/* DESKTOP */
@media only screen and (min-width: 1024px) {
    .billing-pay-now-img-container {
        width: 90%;
        height: 100%;
        border-right: 2px solid #efefef;
    }
    .col-right-border {
        border-right: 2px solid #efefef;
    }
    .billing-empty-card-container {
        width: 90%;
    }
}

.profile-input::placeholder {
  color: #000000b3 !important;
}
/* SELECT INPUT MULTI */
.profile-select-input-multi .Select-menu-outer{
  border: 1px solid #f0f3f5 !important;
  font-weight: 500 !important;
  outline-color: #F0F0F0 !important;
}
/* SELECT INPUT */
.profile-select-input .Select-menu-outer{
  border: 1px solid #f0f3f5 !important;
  font-weight: 500 !important;
  outline-color: #F0F0F0 !important;
  color: #000000b3 !important;
  z-index: 100;
}
.profile-select-input .Select-value-label {
  color: #000000b3 !important;
}
/* DATE PICKER (DOB) */
.profile-dob-date-picker {
  width: 100% !important;
  border-radius: 4px !important;
  height: 36px !important;
  border: 2px solid #F0F0F0 !important;
  outline: unset !important;
  font-weight: 500 !important;
  color: #000000b3 !important;
}
.profile-dob-date-picker::placeholder {
  color: #000000b3 !important;
}
/* YEAR PICKER */
.rdt.experience-year-picker .form-control::placeholder {
  color: #000000b3 !important;
}
.rdt.experience-year-picker .form-control {
  color: #000000b3 !important;
}
.button-opacity {
  transition: 0.5s;
}

.button-opacity:hover {
  opacity: 0.7;
}
.ui.form .field>label {

    font-weight: 500;

}

@media only screen and (max-width: 576px) {
    .lh-dp-input {
        width: 40% !important;
    }
    .lh-go-btn {
        margin: 8px 0 0 0 !important;
    }
    .lh-btn-container {
        margin: 8px 0 0 0 !important;
    }
}

@media only screen and (min-width: 576px) {
    .lh-go-btn {
        margin: 0 0 0 8px !important;
    }
    .lh-btn-container {
        margin: 5px 0 0 0 !important;
        align-items: center !important;
    }
}

.profile-modal .modal-content {
  border-radius: 30px !important;
  border: none !important;
}

.profile-modal .profile-modal-header {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  background: linear-gradient(90deg, #4DE6B3, #65CFCD) !important;
  color: #fff !important;
  border: none !important;
}


.wr-custom-list {
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .wr-txt-center {
    text-align: center;
  }
  .wr-col-description {
    padding: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .wr-col-description {
    padding: 15px 0 0 10% !important;
  }
  .wr-detail-container {
    padding-right: 5% !important;
  }
}

