@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraLight.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: GE-SS;
    src: url('./fonts/GE_SS_Two_Light.otf');
    font-weight: normal;
}

@font-face {
    font-family: GEM-SS;
    src: url('./fonts/GE-SS-Two-Medium.otf');
    font-weight: normal;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraBold.ttf');
    font-weight: bolder;
}
/* ----------------------------------------- */
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Thin.ttf');
    font-weight: 100;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraLight.ttf');
    font-weight: 200;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-SemiBold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-ExtraBold.ttf');
    font-weight: 800;
}
@font-face {
    font-family: Poppins;
    src: url('fonts/Poppins-Black.ttf');
    font-weight: 900;
}

/* Global pagination */
.pagination {
    margin-top: 10px !important;
    float: left !important;
}

.light-theme .current {
    background: var(--prime-color) !important;
    color: #FFF !important;
    border-color: var(--prime-color) !important;
    box-shadow: none !important;
    cursor: default !important;
}

.light-theme a, .light-theme span {
    box-shadow: none !important;
border: 1px solid #F3F3F5 !important;
}

a.page-link {
    background: #dfdfdf !important;
}

/* Global pagination */

/* CSS for Outbound pages Start */
.outbound-main-wrapper {
    background-color: #fff;
    margin: 2rem;
    max-width: 1135px;
    width: 100%;
    padding: 2rem;
    filter: drop-shadow(0px 9.8828125px 59.296875px rgba(226, 236, 249, 0.50));
}
.outbound-heading-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.outbound-filter-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.outbound-search-wrap {
    position: relative;
}
.outbound-search-field {
    border-radius: 2.629px;
    background: #F8F8F8;
    border: none;
    width: 230px;
    padding: 0.45rem;
    text-indent: 25px;
    height: 32px;
}
.search-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
.outbound-filter-btn {
    border-radius: 3.553px;
    border: 1px solid #DBDDE0;
    background: #FFF;
    height: 32px;
    width: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.outbound-add-btn {
    border-radius: 2.627px;
    background: var(--prime-color);
    height: 32px;
    width: 89px;
    color: #fff;
    font-weight: 600;
}
.bound-title-row {
    color: #7C7C7C;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.outbound-body-wrapper {
    margin: 1.5rem auto;
}
.outbound-data-row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #EEEEEE;
}
.outbound-title-cover {
    width: 25%;
}
.outbound-create-cover {
    width: 20%;
}
.outbound-type-cover {
    width: 22%;
}
.outbound-status-cover {
    width: 25%;
}
.outbound-action-cover {
    width: 8%;
}
.outbound-create {
    color: #959595;
    font-weight: 500;
}
.outbound-status-btn {
    padding: 0rem;
    height: auto;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.outbound-action-wrap {
    height: auto;
    display: flex;
    align-items: center;
}


/* confirmation page css start */

.confirmation-main-wrapper {
    margin: 2rem;
    max-width: 1135px;
    width: 100%;
    padding: 2rem;
}
.confirmation-sub-wrapper, .confirmation-frequecy-wrapper {
    background-color: #fff;
    margin: 1rem auto;
    max-width: 1135px;
    width: 100%;
    padding: 1.3rem 2rem;
    filter: drop-shadow(0px 9.8828125px 59.296875px rgba(226, 236, 249, 0.50));
    border-radius: 8px;
    border: 0.2px solid #DCDCDC;
}
.con-automation-label {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.con-automation-title-input, .con-automation-type-select, .automation-txt-area, .automation-create-button, .automation-create-review-button {
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    padding: 0.5rem;
    color: #444444;
    line-height:35px;
}
.automation-txt-area span {
    color: #FF8D24;
}


.con-automation-title-input::placeholder, .con-automation-type-select::placeholder, .automation-txt-area::placeholder {
    color: #444;
}
.automation-sub-label {
    margin-left: 1.72rem;
    color: #979797;
}
.auto-whatsapp-tags-warp {
    margin-bottom: 1rem;
}
.automation-tags {
    border-radius: 4px;
    border: 0.2px solid #adacac;
    padding: 0.2rem 0.75rem;
    margin: 0.3rem;
    transition: all 0.4s;
}
.automation-tags:first-child {
    margin-left: 0;
}
.automation-tags:hover {
    border: 0.2px solid var(--prime-color);
    background-color: #FFF3E7;
}
.automation-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
}
.automation-create-btn {
    border-radius: 4px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.5523rem 1.2rem;
    transition: all 0.4s;
    font-weight: 600;
}
.automation-create-btn:hover {
   
    background: var(--prime-color);
    color: #fff;
    box-shadow: 0px 0px 6px 2px #ff8d2330;
}
.btn-automation-cancel {
    color: #7B8191;
    font-weight: 400;
}
.set-reminder-sub-wrap {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    margin-left: 28px;
}
.intl-tel-input input {
    height: 38px !important;
}
.set-reminder-btn {
    color: var(--prime-color);
    font-weight: 500;
    margin-left: 0;
    float: left;
    border: 1px solid;
    margin-bottom: 26px;
}
.set-reminder-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.automation-reminder-select {
    border-radius: 4px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    padding: 0.271rem 1.375rem;
    color: #444444;
    position: relative;
    direction: ltr;
}
.automation-reminder-select::after {
    content: '';
    background: #000;
    border-top: 5px solid;
    border-left: 5px solid;
    border-right: 5px solid;
    border-bottom: 0px solid;
}
.automation-create-button {
    width: 343px;
}
.automation-create-review-button {
    width: 186px;
}
.automation-create-review-button.add-link {
    width: 255px;
}
.set-button-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.set-automation-btn.cancel {
    color: #EB3232;
}
/* confirmation page css end */


/* service configuration page css start */
.service-config-row {
    display: flex;
    align-items: center;
    height: 43px;
    color: #464E5F;
    font-weight: 600;
    padding-left: 1.5rem;
}
.service-config-col {
    width: 33.33%;
    flex-grow: 0;
    padding-left: 4rem;
}
.service-config-feild-wrapper {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: 339px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.service-config-txt {
    color: #ABABAB;
    font-weight: 500;
}
.service-config-link, .service-config-link:hover {
    color: var(--prime-color);
}
/* service configuration page css end */

/* CSS for Outbound pages End */

/* Patient Appointment page css start */
.patient-appointment-section {
    background: #F5F5F7;
}
.patient-appointment-sub-wrap {
    max-width: 560px;
    width: 100%;
    border-radius: 2px;
    border: 0.3px solid #EFEFEF;
    background: #FFF;
    margin: 0rem auto;
    margin-top: 1.5rem;
}
.patient-appointment-fields {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    margin: 0.5rem auto;
    height: 44px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.patient-appointment-fields::placeholder {
    color: #000;
}

#send_test {
    background-color: #B8B8B8;
    margin: auto auto auto 0;
}

.whatsapp-test-fields {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    margin: 0.8rem auto;
    height: 44px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

.patient-appointment-fields:focus {
    outline: none !important;
    border: none !important;
    border-color: var(--prime-color);
    box-shadow: 0px 0px 6px 2px #ff8d2330;
}
.patient-appointment-tabs {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.patient-appointment-form {
    width: 60%;
    margin: auto;
}
.patient-appointment-btn-wrap {
    padding: 1rem;
    text-align: center;
}
.patient-appointment-btn {
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.3rem 1.4rem;
    transition: all 0.4s;
}
.patient-appointment-btn:hover {
    background: var(--prime-color);
    color: #fff;
    box-shadow: 0px 0px 6px 2px #ff8d2330;
}
.appointment-detail-left-col {
    padding: 20px;
}
.appointment-col-heading {
    font-weight: 500;
}
.dropdown.appointment-selector .dropdown-toggle {
    font-size: 12px;
    border-radius: 6.996px;
    border: 1.166px solid #EFEFEF;
    width: 100%;
    text-align: start;
    padding: 10px;
}
.dropdown.appointment-selector .dropdown-toggle::after{
    float: left;
    margin-top: 10px;
}
.appointment-selector-wrapper {
    margin: 15px auto;
}
.dropdown.appointment-selector .dropdown-item {
    font-size: 12px;
}
.dropdown.appointment-selector .dropdown-menu {
    border: 1.166px solid #EFEFEF;
    width: 100%;
}
.appointment-selector-icon{margin-left: 20px;}
.appointment-notes-wrapper{
    border-radius: 6.996px;
    border: 1.166px solid #EFEFEF;
    padding: 15px;
    font-size: 12px;
    min-height: 158px;
}
.appointment-notes{
    resize: none;
    width: 100%;
    display: block;
    border: none;
    outline: none;
}
.appointment-btn-wrapper {
    margin-top: 0.5rem;
    text-align: end;
}
.appointment-Clear-btn {
    color: #83939E;
    font-weight: 500;
}.appointment-apply-btn {
     font-weight: 500;
     border: 1px solid;
     color: var(--prime-color);
     padding: 0.45rem 1.2rem;
 }
.appointment-apply-btn:hover {
    border: 1px solid var(--prime-color);
    color: #fff;
    background-color: var(--prime-color);
    padding: 0.45rem 1.2rem;
}
/* ------Patient Appointment page css end------- */
/* ------ Detail Appointment page css start------- */

.appointment-detail-wrapper {
    display: flex;
    margin: 1rem auto;
    justify-content: center;
    align-items: flex-start;
}
.appointment-detail-left-wrap {
    border-radius: 2px;
    border: 0.3px solid #BBB;
    background: #FFF;
    max-width: 298px;
    width: 100%;
    margin: 1rem;
}
.appointment-detail-right-wrap.empty {
    max-width: 834px;
    min-height: 390;
    border-radius: 2px;
    border: 0.3px solid #BBB;
    background: #FFF;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appointment-detail-right-wrap {
    width: 100%;
    margin-top: 1rem;
    max-width: 834px;


}
.appointment-view-main-wrapper {
    border-radius: 2px;
    border: 0.3px solid #BBB;
    background: #FFF;
    padding: 1.1rem;
    margin-bottom: 12px;
}
.appointment-day-item {
    color: #464E5F;
    font-weight: 600;
    margin-bottom: 15px;
}
.appointment-view-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}
.appointment-view-tile {
    border-radius: 2px;
    border: 0.3px solid #BBB;
    background: #FFF;
    height: 68px;
    width: 24%;
    flex-wrap: 24%;
    padding: 7px 17px;
    overflow: hidden;
    transition-duration: 1s;
}
.active .appointment-input-wrap, .active .appointment-detail-inner-wrapper {
    transform: translateY(-112%);
}
.appointment-detail-inner-wrapper {
    transition-duration: 1s;
}
.appointment-view-tile.edit {
    padding: 10px 7px;
}
.appointment-view-tile.more {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.appointment-view-tile.more a, .apointment-view-link:hover {
    color: var(--prime-color);
    font-weight: 500;
}
.appointment-time-item {
    color: #4084F4;
    font-weight: 500;
    text-align: right;
    direction: ltr;
}
.appointment-name-item, .appointment-title-item {
    color: #707070;
    font-weight: 400;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.appointment-input-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    transform: translateY(10%);
    transition-duration: 1s;
}
.appointment-time-edit {
    border-radius: 2px;
    background: #EDEDF5;
    height: 47px;
    font-weight: 600;
    color: #000;
    font-family: Poppins !important;
    direction: ltr;
    padding: 5px 10px;
}
.appointment-time-edit::placeholder {
    color: #000;
}
.appointment-edit-btn, .appointment-edit-btn:hover {
    background-color: var(--prime-color);
    border-radius: 2px;
    color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.patient-detail-txt {
    color: #757575;
    text-align: center;
}

/* ------Detail Appointment page css end------- */
/* ------Confirmation Appointment page css end------- */
.appointment-confirm-wrapper {
    width: calc(100% - 70px);
    padding: 20px;
    float: left;
}
.appointment-confirm-wrap {
    border-radius: 2px;
    border: 0.5px solid #21C83F;
    background: #EAFFFB;
    height: 88px;
    padding: 1rem 1.7rem;
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
}
.appointment-confirm-heading {
    color: #21C83F;
    font-weight: 500;
}
.appointment-confirm-text {
    font-weight: 300;
}
.appointment-summary {
    border-radius: 2px;
    border: 0.3px solid #BBB;
    background: #FFF;
    margin-top: 1rem;
    padding: 1rem 1.7rem;
    height: 100%;
    position: relative;
}
.appointment-sum-heading {
    padding: 0.5rem 0 1rem 0;
    border-bottom: 1px solid #BBBBBB;
    color: #464E5F;
    margin-bottom: 0.7rem;
}
.appointment-details {
    padding: 0.5rem;
}

.appointment-selected-time-slot {
    color: #4084F4;
    font-size: 21.004px;
    font-style: normal;
    font-weight: 500;
    direction: ltr;
    text-align: right;
}

.appointment-selected-date-slot {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

.appointment-selected-detail-item {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.appointment-selected-detail-item img {
    margin-left: 5px;
}
.confirmation-send-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.7rem;
    border-top: 1px solid #BBBBBB;
    position: absolute;
    width: 90%;
    bottom: 1px;
}
/* ------Confirmation Appointment page css end------- */
