/* -----LogIn page css start------ */
:root {
    /*--prime-color: #2248FD;*/
    --prime-color: #2248FD;
}
* {
    font-family: GE-SS !important;
}

.force-english {
    font-family: Poppins !important;
}

a.page-link {
    font-family: 'Poppins' !important;
}

.simple-pagination li {
    float: right !important;
}
body{background: #F5F5F7; direction:rtl;}
.higher-text {
    font-size: 20px;
}
.high-text {
    font-size: 18px;
}
.mid-text {
    font-size: 16;
}
.low-text {
    font-size: 14px;
}
.lower-text {
    font-size: 12px;
}

.dropdown-item {text-align: right;}
.tooltip{
    border-radius: 1.777px;
    background: rgba(0, 0, 0, 0.70);
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
}
.tooltip-arrow:before {
    display: none;
}
.tooltip-inner {
    background-color: transparent;
}


.head-item-img {
    height: 22px;
    vertical-align: baseline;
}
.language-link {
    position: absolute;
    left: 10px;
    top:10px;
}
.patient-booking-section {
    width: 100%;
    height: 100vh;
    background: #F5F5F7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.patient-booking-sub-wrap {
    width: 85%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #FFF;
    /* padding: 1rem; */
}
.patient-booking-fields {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    margin: 0.5rem auto;
    height: 44px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.patient-booking-fields::placeholder {
    color: #000;
}
.patient-booking-fields:focus { 
    outline: none !important;
    border: none !important;
    border-color: var(--prime-color);
    box-shadow: 0px 0px 6px 2px #2248FD30;
 }
.patient-booking-tabs {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.patient-tab-btn {
    color: rgba(17, 17, 17, 0.48);
    text-decoration: none;
    padding: 0.2rem 0;
    font-weight: 500;
    transition: all 0.4s;
}
.patient-tab-btn:hover {
    color: var(--prime-color);
}
.patient-tab-btn.active {
    color: var(--prime-color);
    border-bottom: 2px solid;
}
.patient-booking-logo-wrap {
    text-align: center;
}
.patient-booking-logo-wrap img {
    max-height: 100%;
}

.branch-title {
    text-transform: capitalize;
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.patient-booking-form {
    width: 60%;
    margin: auto;
}
.patient-booking-btn-wrap {
    border: 0.879px solid #EDEDF5;
    background: #FFF;
    box-shadow: 0px 0px 43.94216537475586px 0px rgba(0, 0, 0, 0.05);
    padding: 1rem 2rem;
    text-align: end;
}
.patient-booking-col {
    border-left: 1px solid #E0E0E0;
}
.patient-booking-btn {
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.3rem 1.4rem;
    transition: all 0.4s;
}
.patient-booking-btn:hover {
    background: var(--prime-color);
    color: #fff;
    box-shadow: 0px 0px 6px 2px #2248FD30;
}
.patient-booking-logo-wrap {
    text-align: center;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E0E0E0;
}
.patient-tab-cover {
    display: none;
}
.patient-label {
    color: #7B8191;
}
.patient-details {
    padding: 10px 10px;
    font-size: 12px;
}
.patient-search-wrapper {
    font-size: 14px;
    line-height: 21px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #EFEFEF;
    position: relative;
    box-shadow: 0px 3.5114505290985107px 43.89312744140625px 0px rgba(0, 0, 0, 0.05);
}
.patient-search-icon{position: absolute; left: 25px;top: 12px;}
.patient-small-search-icon {
    position: absolute;
    left: 18px;
    top: 12px;
    width: 10px;
}
#search-patients {
    font-size: 12px;
    color: #464e5f;
    padding-right: 56px;
}
.patient-search {
    border-bottom: 1px solid #EEEEF2;
    padding: 8px 20px;
}
.patient-search-item {
    padding-left: 5px;
    font-size: 12px;
    background: #FFF6ED;
    box-shadow: 0px 3.5114505290985107px 43.89312744140625px 0px rgba(0, 0, 0, 0.05);
    line-height: 25px;
    cursor:pointer;
}

.dropdown.booking-selector .dropdown-toggle {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    border-radius: 6.996px;
    border: 1.166px solid #EFEFEF;
    width: 100%;
    text-align: right;
    padding: 10px;
}
.dropdown.booking-selector .dropdown-toggle::after{
    float: right;
    margin-top: 10px;
}
.booking-selector-wrapper {
    padding: 15px 20px 0px 20px;
}
.dropdown.booking-selector .dropdown-item {
    font-size: 12px;
}
.dropdown.booking-selector .dropdown-menu {
    border: 1.166px solid #EFEFEF;
    width: 100%;
}
.booking-selector-icon{margin-left: 20px;}
.booking-notes-wrapper{
    border-radius: 6.996px;
    border: 1.166px solid #EFEFEF;
    padding: 15px;
    font-size: 12px;
    margin: 15px 20px;
}
.booking-notes{
    resize: none;
    width: 100%;
    display: block;
    border: none;
    outline: none;
}
.booking-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 49.286px;
    margin-bottom: 20px;
}
.booking-calender-wrapper {
    padding: 40px;
}
btn-booking-back {
    color: #7B8191;
}
.booking-calendar-input .form-control {
    border-radius: 6.037px;
    /*box-shadow: 0px 0px 0px 1.1328089237213135px rgba(134, 143, 160, 0.16), 0px 1.1328089237213135px 2.265617847442627px 0px rgba(0, 0, 0, 0.06);*/
}
.calendar-month {
    flex-grow: 1;
    text-align: center;
    font-weight: 500;
    color: #171C26;
}
.booking-calender-month-wrapper {
    display: flex;
    margin-top: 15px;
}
.calender-prev, .calender-next {
    border-radius: 6.037px;
    box-shadow: 0px 0px 0px 1.0062425136566162px rgba(70, 79, 96, 0.16), 0px 1.0062425136566162px 1.0062425136566162px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    width: 24.15px;
    height: 20.125px;
    padding: 2.014px 4.023px 2.011px 4.027px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.booking-calendar-day-wrapper {
    display: flex;
    margin-top: 12px;
}
.day-item {
    color: #687182;
    text-align: center;
    font-size: 12.075px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.112px;
    letter-spacing: 0.362px;
    width: 14.2857%;
    margin: 3px;
    text-transform: uppercase;
}
.booking-calender-date-wrapper {
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
}
.date-item {
    color: #999;
    text-align: center;
    font-size: 14.087px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.125px;
    letter-spacing: 0.282px;
    width: calc(14.2857% - 6px);
    margin: 3px;
    line-height: 38px;
}

.booking-slot-wrapper {
    max-height: 360px;
    overflow-y: scroll;
}

.booking-slot-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #959595;
    -webkit-box-shadow: inset 0 0 6px rgba(89, 89, 90, 0.5);
}

.booking-slot-wrapper::-webkit-scrollbar{
    width: 6px;
}

.booking-slot-wrapper::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.date-item.active {
    border-radius: 6.037px;
    background: #FFF4E9;
    color: #464F60;
    cursor: pointer;
}
.date-item.active.select {
    background: #2248FD;
    color: #ffffff !important;
}
.booking-selected-date {
    color: #939395;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.time-item {
    display: block;
    border-radius: 2px;
    border: 0.5px solid #BEBEBE;
    width: 50%;
    margin: 5px auto 5px auto;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    cursor: pointer;
    direction: ltr;
}
.time-item.selected {
    border: 0.5px solid #2248FD;
    background: #FFE4CA;
    position: relative;
}
.time-item.selected:after{
    content: "";
    background: url("../images/cal-selected.svg");
    width: 12px;
    height: 12px;
    position: absolute;
    right: -5px;
    top: -5px;
}
.booking-selected-date {
    color: #939395;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}
.booking-details {
    padding: 40px;
}

.booking-selected-time-slot {
    color: var(--prime-color);
    font-size: 21.004px;
    font-style: normal;
    font-weight: 500;
    direction: ltr;
    text-align: right;
}

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

.booking-selected-detail-item {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}
.booking-selected-detail-item img {
    margin-left: 5px;
}
.booking-confirm-title {
    color: #21C83F;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}
.booking-confirm-text {
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 186.5%;
    width: 20%;
    margin: 0 auto;
}
/* ------booking page css end------- */


/* logged in header */
.header {
    background: #FFF;
    box-shadow: 0px 0px 43.94216537475586px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
    display: flex;
}
.nav-logo {
    flex-grow: 1;
}
.nav-logo img{cursor: pointer;width: 154px;margin-top: -10px;}
.nav-right {
    display: flex;
}
.nav-right .nav-item {
    margin: 0 5px;
    cursor: pointer;
}
.sidebar{
    background: #FFF;
    box-shadow: 0px 0px 43.94216537475586px 0px rgba(0, 0, 0, 0.05);
    width: 70px;
    float: right;
    margin-top: 5px;
    min-height: calc(100vh - 80px);
}
.sidebar-item {
    text-align: center;
    padding: 15px 0px;
}
.sidebar-item img {
    width: 20px;
}

/* login header and side bar end */

/****** operator booking page *****/
.booking-wrapper {
    background: #ffffff;
    margin-top: 5px;
    float: left;
    width: calc(100% - 84px);
    padding: 40px;
    margin-left: 10px;
}

.booking-section-title {
    color: #464E5F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    font-family: GEM-SS !important;
}

.booking-helper-text {
    color: #464E5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
}

.booking-branch-select-text {
    color: #464E5F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.207px;
    font-family: GEM-SS !important;
}

.booking-branch-item {
    border-radius: 6px;
    border: 0.6px solid #CFCFCF;
    background: #FFF;
    padding: 30px;
    cursor: pointer;
    
}

.booking-branch-item:hover, .booking-branch-item.active {
    border: 0.6px solid #2248FD;
}

.branch-name {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.118px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: GEM-SS !important;
    text-transform: capitalize;
}

.branch-appointments {
    color: #2248FD;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.118px;
    margin-bottom: 10px;
}
/**** operator booking page end ****/

/*********** services page *******/
.all-services-wrapper{
    float: left;
    width: calc(100% - 84px);
}
.nav-bread-item {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.nav-bread-item.current {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.services-top-section {
    padding: 15px;
    display: flex;
}

.legend-text {
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.286px;
}

.right-legends {
    display: flex;
}
.nav-bread{flex-grow: 1;}
.legend-item {
    margin-left: 15px;
    display: flex;
}
.legend-icon {
    width: 10px;
    height: 10px;
    background: #5E06D0;
    border-radius: 50%;
    margin-left: 5px;
    display: inline-block;
}

.detail-status-menu .dropdown-item {
    font-size: 12px;
}
.canceled-legend.legend-icon {
    background: #EB3232;
}

.confirmed-legend.legend-icon {
    background: var(--prime-color);
}

.completed-legend.legend-icon {
    background: #82DD57;
}

.pending-legend.legend-icon {
    background: #B1B1B1;
}

.reminder-legend.legend-icon {
    background: #60D9FF;
}

.payment-legend.legend-icon {
    background: #ffd600;
}
/*********** services page end *******/

/**** calendar booking page *****/
.calendar-wrapper {
    margin-left: 10px;
    /*padding: 15px;*/
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 48.857147216796875px 97.71429443359375px 0px rgba(38, 51, 77, 0.05);
}
.left-filters {
    font-size: 14px;
    display: flex;
    flex-grow: 1;
    font-weight: 500;
    color: #000;
}
.calender-filter-item {
    border-radius: 3.553px;
    border: 1px solid #DBDDE0;
    background: #FFF;
    margin-left: 10px;
    padding: 3px 10px;
    cursor: pointer;
}
.clear-filters {
    margin-top: 7px;
    cursor: pointer;
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.765px;
    letter-spacing: 0.24px;
    text-decoration-line: underline;
}
.filter-caret {
    border-top: 5px solid;
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.filter-filter .filter-icon{
    margin-top: -3px;
}
.right-filter{
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.calendar-filter {
    display: flex;
    align-items: center;
    padding: 15px;
}
.btn-add-booking, .btn-add-booking:hover {
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    transition: all 0.4s;
    font-size: 15px;
    font-weight: 500;
    line-height: 22.843px;
    letter-spacing: 0.3px;
    display: flex;
    width: 65px;
    height: 30px;
    padding: 4px 17px 3px 16px;
    justify-content: center;
    margin-left: 10px;
}
.search-filter-input::placeholder, .search-filter-input {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.286px;
    width: 17vw;
    padding: 5px;
    border: none;
}
.search-filter {
    border-radius: 4px;
    border: 1px solid #DBDDE0;
    background: #FFF;
    padding: 0px 10px;
}
.filter-calendar .filter-icon {
    margin-top: -2px;
}
.calender-row {
    display: flex;
    border-top: 1px solid #DADCE0;
    border-bottom: 1px solid #DADCE0;
    position: relative;
    min-height: 80px;
}
.calender-time {
    color: #83939E;
    font-size: 9.771px;
    font-style: normal;
    font-weight: 600;
    line-height: 10.786px;
    border-right: 1px solid #DADCE0;
    padding-top: 31px;
    width: 5%;
    flex: 0 0 5%;
    text-align: center;
}
.checkbox-item {
    width: 4%;
    flex: 0 0 4%;
    text-align: center;
    padding-top: 35px;
}
.calender-doctor-info {
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 86px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.calender-booking-detail {
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.14px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.calender-booking-type {
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.14px;
    margin-left: 15px;
    text-transform: capitalize;
}
.calender-service-item {
    padding: 5px;
    width: 12.2857142857%;
    flex: 0 0 12.2857142857%;
}
.calender-item-wrapper{
    background: #F6F6F6;
    padding: 10px;
    cursor:pointer;
    position: relative;
}

.service-type.pink{
    background: #FFECFB;
}
.service-type.blue {
    background: #D5E5FF;
}
.service-type.purple {
   background: #D1B6F4;
}
.service-type.skin {
    background: #FFCCCB;
}
.service-type.green {
    background: #C7FFDE;
}

.service-pink{
    border-right: 2px solid #FFECFB;
}
.service-blue {
    border-right: 2px solid #D5E5FF;
}
.service-purple {
    border-right: 2px solid #D1B6F4;
}
.service-skin {
    border-right: 2px solid #FFCCCB;
}
.service-green {
    border-right: 2px solid #C7FFDE;
}
.extra-calender-details {
    cursor: pointer;
    color: #2248FD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.14px;
    padding-top: 33px;
    text-align: center;
}
.calender-booking-detail .legend-icon{margin-left: 2px;}
.calender-service-block {
    min-height: 80px;
    background: url("../images/blocked.png") repeat;
    background-color: #F6F6F6;
    width: 100%;
}
.calender-service-item.continued {
    padding-top: 0px;
    position: relative;
    margin-top: -2px;
}
.calender-service-item.double{
    padding-bottom: 0px;
}
.calender-service-item.double .calender-item-wrapper{
    padding-bottom: 20px;
    z-index: 10;
    position: relative;
}
.service-hair {
    border-left: 2px solid #B6D2FF;
}
.calender-service-item.continued .calender-doctor-info, .calender-service-item.continued  .calender-booking-detail, .calender-service-item.continued  .canceled-legend legend-icon, .calender-service-item.continued .calender-booking-type{
    display: none;
}
.calender-service-item.continued .calender-item-wrapper {
    height: 87px;
}
.calender-service-empty {
    height: 90px;
    background-color: #ffffff;
    width: 100%;
}

.calender-service-item.middle {
    padding: 0 5px;
    margin-top: -2px;
}
.calender-service-item.middle .calender-doctor-info, .calender-service-item.middle  .calender-booking-detail, .calender-service-item.middle  .canceled-legend legend-icon, .calender-service-item.middle .calender-booking-type{
    display: none;
}
.calender-service-item.middle .calender-item-wrapper {
    height: 97px;
}
.calender-popup{
    z-index: 1000;
    position: fixed;
    top: 10%;
    box-shadow: 0px 0px 43.94216537475586px 0px rgba(0, 0, 0, 0.05);
}
#more-popup{
    left: calc(50vw - 180px);
    width: 360px;
    background: #ffffff;
    padding: 20px;
    display: none;
}
.close-popup {
    position: absolute;
    left: 15px;
    top: 20px;
    cursor: pointer;
}

.time-detail {
    color: #464E5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.14px;
    direction: ltr;
    text-align: right;
}

.date-detail {
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.calender-popup-header {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

.detail-item-row {
    padding: 15px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.detail-doctor-info {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}

.detail-patient {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    /*text-indent: 27px;*/
    margin-bottom: 5px;
}

.detail-status {
    color: #464E5F;
    font-size: 12.909px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /*text-indent: 27px;*/
    text-transform: capitalize;
}

#more-popup .calender-popup-body {
    height: 352px;
    min-height: 352px;
    overflow-y: scroll;
}

#more-popup .calender-popup-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #959595;
    -webkit-box-shadow: inset 0 0 6px rgba(89, 89, 90, 0.5);
}

#more-popup .calender-popup-body::-webkit-scrollbar{
    width: 6px;
}

#more-popup .calender-popup-body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#detail-popup{
    left: calc(50vw - 180px);
    width: 360px;
    background: #ffffff;
    display: none;
}

.edit-title {
    color: #464E5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.14px;
    padding: 20px 20px 5px 20px;
    text-transform: capitalize;
}
.edit-detail {
    position: absolute;
    left: 40px;
    top: 19px;
    border-right: 2px solid #c2c2c2;
    padding: 0 10px;
}
.detail-time-title {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 13.14px;
    padding: 20px;
    direction: ltr;
    text-align: right;
}

.detail-time-title img {
    float: right;
    margin-left: 5px;
    margin-top: -2px;
}

.detail-doctor-title {
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.14px;
    padding: 20px;
    text-transform: capitalize;
}

.detail-notes-wrapper {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    background: #FFFCF9;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

.detail-notes-title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.detail-status-dropdown .dropdown-toggle {
    background: #ffffff;
    border: 0px;
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.14px;
    padding: 0px 20px;
    text-transform: capitalize;
}
.detail-notes {
    color: #5F6368;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 172%;
    border: none;
    /*overflow-y: clip;*/
    width: 100%;
    resize: none;
    outline: none;
}
.service-type {
    border-radius: 5.648px;
    background: #FFD8F6;
    color: #616161;
    font-size: 12.909px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.14px;
    padding: 5px 7px;
    display: inline-block;
    margin: 20px;
}
#filters-popup{
    left: calc(50vw - 180px);
    width: 360px;
    background: #ffffff;
    display: none;
}
.filter-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 20px 0px 20px;
}

.filter-label {
    color: #83939E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.select-filter .dropdown-toggle{
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    background: #ffffff;
    width: 100%;
    text-align: right;
}

#filters-popup .calender-popup-body {
    background: #ffffff;
    padding: 20px;
}
.btn-apply-filter{
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.3rem 1.4rem;
    transition: all 0.4s;
    margin-left: 20px;
}
.calender-popup-footer{
    border-top: 1px solid #c4c4c4;
    padding-top: 25px;
    text-align: left;
}
.filter-selector-title {
    width: 95%;
    display: inline-block;
}
.filter-menu {
    width: calc(100% - 40px);
    box-shadow: 0px 3.5114505290985107px 43.89312744140625px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    border: 0.988px solid #EEEEF2;
}
.filter-menu-search::placeholder {
    color: #464E5F;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 17.765px;
}

.filter-menu .dropdown-item {
    color: #242533;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.046px;
    letter-spacing: 1px;
    border-bottom: 1px solid #EEEEF2;
    padding: 15px;
    text-indent: 12px;
}

.filter-menu-search {
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    width: 90%;
    padding: 3px 10px;
}
.search-item {
    text-align: center;
    width: 100%;
}
.filter-menu-search:focus-visible {
    outline: 0;
}
.filter-selector-search-icon {
    position: absolute;
    left: 27px;
    top: 19px;
}
.action-menu {
    color: #242533;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.046px;
    border-radius: 6px;
    border: 1px solid #EEEEF2;
    background: #FFF;
    box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.05);
}
.action-menu li:first-child{
    border-bottom: 1px solid #EEEEF2;
}
.action-menu li{
    padding: 5px;
}
.action-icon {
    margin-left: 8px;
    vertical-align: baseline;
}
/**** calendar booking page *****/

/********* branch page ************/
.page-title {
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 15px;
}

.configuration-wrapper {
    float: left;
    padding: 20px;
    width: calc(100% - 225px);
}
.top-config-header {
    background: #ffffff;
    padding: 15px 30px;
    display: flex;
}
.left-section {
    flex-grow: 1;
}
.branch-search-input::placeholder {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.branch-search-wrapper {
    border-radius: 4px;
    background: #F3F3F5;
    width: 30%;
    position: relative;
}

.branch-search-input {
    width: 100%;
    text-indent: 20px;
    background: transparent;
    border: none;
    outline: 0;
}
.branch-search-icon {
    position: absolute;
    top: 8px;
    right: 5px;
}
.branch-sortby-toggle {
    border-radius: 4px;
    border: 1px solid #DBDDE0;
    background: #ffffff;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.branch-page-limit {
    border-radius: 4px;
    border: none;
    background: #ffffff;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-add-branch {
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.2rem 1.4rem;
    transition: all 0.4s;
}

.page-limit-menu {
    border-radius: 2px;
    /*border: 0.988px solid #EEEEF2;*/
    background: #FFF;
    box-shadow: 0px 3.5114505290985107px 43.89312744140625px 0px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.page-limit-menu a, .sortby-menu a{
    color: #242533;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    border-bottom: 1px solid #EEEEF2;
    padding: 7px 10px;
}
.branch-top-header-row, .branch-item-row{
    display: flex;
    width: 100%;
    padding: 10px 30px;
    text-indent: 10px;
    border-bottom: 1px solid #f3f3f5;
}

.form-check-input.onoff {
    float: right;
}
.branch-top-header-row div {
font-family: GEM-SS !important;
}
    
.branch-top-header-row div, .branch-item-row div {
    color: #464E5F;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    flex-grow: 0;
    
}
.branch-detail-status {width: 8%;}
.branch-detail-id {width: 10%;}
.branch-detail-name {width: 25%;}
.branch-detail-service {width: 25%;}
.branch-detail-doctor {width: 25%;}
.branch-detail-action {width: 12%;}
.add-first-branch {
    color: #2248FD;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 143%;
    letter-spacing: 0.9px;
    text-decoration-line: underline;
}
.branch-item-row div{text-align: right;}
.branch-detail-body {
    color: #ABABAB;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.9px;
    background: #FFFFFF;
}
.branch-empty-row {
    padding: 10% 0%;
}
.branch-detail-status .form-check-input:checked {
    background-color: #65C466;
    border-color: #65C466;
}
.form-check-input:checked:focus {
    box-shadow: none;
}
.form-check-input:focus {
    box-shadow: none;
}
.branch-item-row .branch-detail-name a {
    color: #2248FD;
    text-transform: capitalize;
}
.btn-open-branch {
    border-radius: 3.425px;
    background: #F5F5F7;
    color: #000;
    font-size: 14px;
    font-style: normal;
    /*font-weight: 500;*/
    line-height: normal;
    text-indent: 0;
}
.branch-item-row:hover {
    background: #FEF7F0;
}
.btn-open-branch:hover {
    background: #ffffff;
}
.branch-bar-item.expandable:after{
    content: " ";
    position: absolute;
    right: 10px;
    top: 11px;
    border-left: 5px solid #000000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.branch-sidebar {
    border-left: 0.5px solid #BBB;
    background: #FFF;
    border-right: 0.5px solid #BBB;
    width: 150px;
    min-height: calc(100vh - 80px);
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    float: right;
    margin-top: 5px;
    padding-top: 15px;
}
.branch-bar-item {
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
}
.branch-bar-item:hover, .branch-bar-item.active {
    background: #FFF9F3;
}
.add-branch-wrapper {
    float: left;
    width: calc(100% - 220px);
    padding: 20px;
}

.add-branch-field-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: GEM-SS !important;
}

.branch-name-field::placeholder, .branch-address-field::placeholder, .branch-location-field::placeholder {
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.branch-name-field, .branch-address-field, .branch-location-field {
    border-radius: 4px;
    border: 1.2px solid #E3E6EA;
    width: 70%;
    text-indent: 10px;
    font-size: 14px;
}
.branch-label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    width: 100%;
    margin-bottom: 10px;
}
.add-branch-field-wrapper {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
}
.btn-next-branch {
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.2rem 1.4rem;
    transition: all 0.4s;
    font-size: 14px;
}
.add-branch-footer {
    background: #ffffff;
    padding: 10px;
    border: 0.5px solid #BBB;
    text-align: end;
    position: fixed;
    bottom: 0;
    width: 81%;
}
.btn-back{font-size: 14px;}
/********* branch page ************/

.user-menu-selector {
    text-decoration: none;
}

/************** team page *************/
.marketing-leads-right {
    width: calc(100% - 70px);
    float: right;
    padding-top: 2px;
}
.btn-select-team-action {
    background: transparent;
    border: 2px solid var(--prime-color);;
    font-size: 14px;
    padding: 8px 11px;
}
.btn-select-team-action img {
    margin-left: 10px;
    margin-top: -4px;
}
.team-user-menu {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 3.55309px 44.4136px rgb(0 0 0 / 5%);
    padding: 5px 20px;
    top: 5px;
    left: 140px;
    display: none;
}
.team-user-menu-item,
.team-user-menu-item a {
    text-decoration: none;
    color: #242533;
    font-size: 14px;
    cursor: pointer;
    line-height: 26px;
}
.action-team-menu a {
    display: block;
    border-bottom: 1px solid #eeeef2;
    padding: 5px 10px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.action-team-menu a:hover {
    background-color: #fcfcfc;
}
.action-team-menu a img {
    width: 12px;
    margin-left: 10px;
}
.open .action-team-menu {
    display: block;
    padding: 0;
}
.user-det-row.user-deactive td,
.user-det-row.user-deactive td a {
    color: #979797 !important;
}
.user-det-row td a.team-action-menu {
    cursor: pointer;
    color:  var(--prime-color);
    text-decoration: none;
}
.last-login-time {
    color: #979797;
}
.n-user-search-icon {
    position: absolute;
    width: 16px;
    top: 10px;
    left: 19px;
}
.alert-danger {
    word-wrap: anywhere;
}
h4.user-h {
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}

label.col-md-2.control-label {
    float: left;
    color: #000;
}

#frmAddUser label.col-md-2.control-label {
    padding: 0px;
}

/*

input.form-control.enter-email {
    width: 268px;
    border-radius: 0;
    float: left;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
}
*/
input.form-control.enter-email::placeholder {
    font-size: 14px;
}

input.form-control.enter-email,
.enter-display_name {
    width: 100%;
    border-radius: 0;
    border: 0;
    /*float: left;*/
    /*background: #f1f1f1;*/
    font-size: 14px;
    color: #000000;
    height: 38px;
    /*border-right: 0px;*/
    display: block;
    /*margin: 0px 20px;*/
    margin: 0px 0px 20px 0;
    border: 1px solid #000000;
}

#frmAddUser select.form-control.selectpicker.user-role {
    float: none;
    width: 100%;
    /*border: 0 !important;*/
    margin-left: 10px;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 14px;
    /*background-color: #f1f1f1;*/
    display: block;
}

#frmAddUser .form-group {
    padding: 0px;
}

.Add-new-user-button {
    padding: 10px 40px;
    /* float: left; */
    margin: 0px 15px;
    background-color: #ff3d80;
    border-color: #ff3d80;
    border-radius: 0px;
    font-size: 14px;
    font-weight: normal;
}

img.user-img-circle {
    width: 90px;
    height: 90px;
    /*float: left;*/
    border-radius: 90px;
}

img.user-img-avatar {
    width: 100%;
    height: auto;
}

input.user-search.form-control {
    border-radius: 0px;
    width: 200px;
    border: 0.888272px solid #dbdde0;
    outline: none;
    border-radius: 3.55309px;
    font-size: 16px;
    padding-left: 30px;
    color: #464a4c;
}

input.user-search.form-control::placeholder {
    color: #464a4c;
    font-size: 16px;
}

.team-arrange {
    border: 2px solid #c7c7c7;
    font-size: 16px;
    color: #464a4c;
    height: calc(2.25rem + 4px) !important;
}

/*.add-user-btn {
    cursor: pointer;
    color: #ffffff;
    background: #1872E7;
    padding: 7px 19px;
    font-size: 14px;
    display: inline-block;
}*/

.add-files-btn img {
    width: 20px;
    top: -1px;
    position: relative;
    margin-left: 8px;
}

a.view-edit-team {
    border: 2px solid var(--prime-color);;
    padding: 8px 10px;
    margin-left: 8px;
    font-size: 14px;
}

select.select.sel-team-role {
    padding: 9px 5px;
    border: 0.888272px solid #dbdde0;
    outline: none;
    border-radius: 3.55309px;
    min-width: 100%;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.user-list {
    float: left;
    margin-bottom: 17px;
    box-shadow: 0px 0px 10px 4px #a0a0a070;
    margin: 1%;
    -webkit-flex: 0 0 31.33333%;
    -ms-flex: 0 0 31.33333%;
    flex: 0 0 31.33333%;
    max-width: 31.33333%;
    background-color: #ffffff;
    min-height: 115px;
    display: flex;
    padding: 0px;
}

.Add-new-user-button {
    background: var(--prime-color);;
    border: 1px solid var(--prime-color);;
}

#add-edit-team-modal .modal-dialog {
    max-width: 800px;
}

#add-edit-team-modal .modal-header,
#team_modal .modal-header {
    background-color: #000000;
    color: #ffffff;
    padding: 10px 20px;
}

#add-edit-team-modal .modal-header p,
#team_modal .modal-header p {
    color: #ffffff;
    margin: 0 auto;
}

#add-edit-team-modal .modal-content {
    background: #f5f5f7;
    border: 0;
}

button.btn.btn-close-add-team {
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 14px;
    padding: 10px 40px;
}

p.add-team-content {
    /*text-align: center;*/
    /*padding: 5px 60px;*/
    font-size: 14px;
}

.leader-name {
    color: #ff3d80;
}

.team-member-wrapper {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    margin-top: 20px;
}

.team-member-title {
    font-size: 14px;
    margin-top: 10px;
}

.team-member-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.team-member-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.team-member-wrapper::-webkit-scrollbar {
    width: 6px;
}

.team-sel-wrapper .round {
    width: 40px;
    float: left;
}

.team-sel-wrapper .round label {
    top: -4px;
}

/*.team-sel-wrapper .round input[type="checkbox"]:checked + label {
    background-color: #000000;
    border-color: #cccccc;
}*/

.team-sel-wrapper {
    padding: 9px 0 0 5px;
    width: 100%;
}

/*.team-member-wrapper .team-sel-wrapper:nth-child(odd) {
    background-color: #F1F1F1;
}*/

#searchUser::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.user-list .user-avatar {
    float: none;
    text-align: center;
    padding: 0px;
}

.team-section-selector {
    text-transform: uppercase;
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}

.team-section-selector.active {
    color: var(--prime-color);;
    border-bottom: 2px solid var(--prime-color);;
}

.team-section-selection {
    padding: 0 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 20px;
}

/*.user-list:nth-child(4n-1) {
    margin-left: 0px;
}*/

.user-avatar {
    float: left;
}

.edit_team_member i.fa.fa-pencil-square-o {
    float: none;
    margin-top: 0px;
}

.team-list-widget {
    float: left;
    margin-bottom: 17px;
    box-shadow: 0px 0px 10px 4px #a0a0a070;
    margin: 1%;
    -webkit-flex: 0 0 31.3333%;
    -ms-flex: 0 0 31.3333%;
    flex: 0 0 31.3333%;
    max-width: 31.3333%;
    background-color: #ffffff;
    min-height: 65px;
}

.no-team-member {
    position: relative;
    margin-top: 12.5%;
    text-align: center;
}

.team-settings-section,
.users-section {
    display: none;
}

.team-settings-section.active,
.users-section.active {
    display: block;
    padding: 15px;
    font-size: 14px;
}

.users-section.active {
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    background: #ffffff;
    padding: 0px;
}

.users-section.active th {
    font-weight: normal;
}

/*.users-section.active tr:nth-child(odd) {
    background: #F5F5F7;
}*/

.users-section.active table thead th {
    font-size: 14px;
    color: #464E5F;
    background: #ffffff;
    border: 0.266482px solid #c4c4c4 !important;
    text-align: center;
    font-weight: 500;
}

.users-section.active table td {
    /*border: 0;*/
    position: relative;
    color: #000000;
    border: 0.266482px solid #c4c4c4;
    font-size: 12px;
    text-align: center;
}

.open .mem_status {
    display: block;
    font-size: 12px;
    width: 100px;
    min-width: 100px;
    padding: 0px;
    line-height: 10px;
    left: 0px;
}

.mem-Available,
.mem-Absent {
    font-size: 12px;
    cursor: pointer;
}

.choose-time {
    cursor: pointer;
}

.mem-Available:before {
    content: " ";
    height: 9px;
    width: 9px;
    background: #00ff00;
    display: inline-block;
    border-radius: 50%;
}

.absent-date {
    background: #ff0000;
    padding: 0 10px;
    display: inherit;
    color: #ffffff;
    font-size: 10px;
}

.mem-Absent:before {
    content: " ";
    height: 9px;
    width: 9px;
    background: #ff0000;
    display: inline-block;
    border-radius: 50%;
}

.mem_status .dropdown-item {
    padding: 3px 1.2rem;
    cursor: pointer;
}

.role-text p {
    font-size: 12px;
    line-height: 13px;
    margin-top: 15px;
    min-height: 120px;
}

button.close.add-team-close {
    color: #ffffff;
    opacity: 1;
    background: transparent;
    border: none;
    font-size: 20px;
}

.abs-date {
    margin-top: 25px;
}

button.close.abs-close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.abs-user-button,
.abs-user-button:hover {
    background: #fff217;
    color: #000000;
    border: 1px solid #fff217;
    border-radius: 5px;
    font-size: 16px;
}

/*.team-settings-section .team-list:nth-child(4n+1) {
    margin-left: 0px;
}*/

.team-leader-title {
    /*text-align: center;*/
    padding-top: 10px;
    width: 70%;
}

.team-leader-title p {
    margin-bottom: 0px;
    line-height: 12px;
}

.delete_team_member i.fa.fa-trash-o {
    float: none;
}

.team-member-profile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 5px 2.5px 5px 2.5px;
    padding: 3px 0px;
    background-color: #000;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
}

.team-member-row img,
.team-members-section img {
    width: 17px;
    border-radius: 50%;
    height: 17px;
}

.team-members-section {
    /*margin: 50px 0 10px 0;*/
    text-align: center;
    color: #000000;
    min-height: 50px;
    /*position: absolute;*/
    text-align: left;
    width: 100%;
    /*bottom: 5px;*/
    margin-top: 20px;
}

.all-team-members {
    position: absolute;
    background: #ffffff;
    width: 100%;
    padding: 20px;
    left: 0;
    z-index: 1000;
    /* bottom: 0; */
    border: 1px solid #000000;
}

button.close-all-members {
    float: right;
    background: #ffffff;
    /* border: 1px solid #a0a0a0; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

/*.team-settings-wrapper {
    !*background-color: #ffffff;*!
    padding: 15px 10px;
}*/

.user-list-wrapper {
    /*background-color: #ffffff;*/
    padding: 15px 10px;
    margin-bottom: 30px;
    min-height: 70vh;
}

.user-name-role {
    float: left;
    text-align: left;
    color: #000000;
    padding: 0;
    /*padding-left: 21px;
      padding-top: 40px;*/
}

button.btn.btn-default.team_add_member,
button.btn.btn-default.team_add_member:hover,
button.btn.btn-default.team_add_member:active {
    background: #fff217;
    color: #000000;
    border: 1px solid #fff217;
    border-radius: 5px;
}

button.close.edit-team-close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.show-all-members {
    text-transform: lowercase;
    color: var(--prime-color);;
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    right: 15px;
    cursor: pointer;
}

.col-md-12.edit-user-role {
    text-align: right;
    padding: 20px 0px 0px 0;
}

p.edit-user-role {
    margin-bottom: 0px;
}

p.edit-user-role > a {
    color: #000;
    /*text-decoration: underline;*/
}

p.user-name,
p.role-title {
    margin-bottom: 0px;
}

.edit-team-wrapper {
    position: absolute;
    right: 15px;
    top: 20px;
}

.role-label {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
}

/*p.email {
    margin-bottom: 0px;
}*/

p.edit-user-role,
p.user-name {
    text-transform: uppercase;
    font-size: 12px;
    word-break: break-all;
    /*width: 115px;*/
}

p.role-title {
    font-size: 12px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

p.email {
    line-height: 10px;
    font-size: 12px;
}
.reset-user-button {
    background: var(--prime-color);
    border-color: var(--prime-color);
    margin-top: 10px;
}
button.close {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: none;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}

input.user-search.form-control::placeholder {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

button.btn.add-user-btn {
    border-radius: 4px;
    background: #2248FD;
    color: #ffffff;
}
/************** team page *************/

/*********** contacts page ************/
.autocomplete-suggestion {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
}

.autocomplete-suggestion:first-child {
    border-top: 1px solid #f0f0f0;
}

.autocomplete-suggestion.autocomplete-selected {
    background-color: #a0a0a0;
}

.select2-results__option {
    font-size: 12px;
}

.upload-custom-popup {
    position: fixed;
    top: 10%;
    z-index: 10000000;
    left: 20%;
    min-height: 200px;
    display: none;
    background: #FCFCFD;
    border: 0.5px solid #D6D6D6;
    border-radius: 9.73934px;
    width: 323px;
}
.upload-pop-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #23262F;
}
.upload-custom-modal-header {
    display: flex;
    padding: 20px 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 9.73934px;
    direction: rtl;
}
.upload-custom-modal-content {
    padding: 10px 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 9.73934px;
}
.outbound-upload-area-pop {
    border: 1.4px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10.3145px;
    padding: 5px 15px;
    font-size: 12px;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-upload-file-pop {
    padding: 0px;
}

.outbound-upload-area-pop a, .outbound-upload-area-pop a:hover, .upload-pop-template-link, .upload-pop-template-link:hover {
    color: #6f00ff;
}
.upload-label-cus-wrap {
    font-style: normal;
    font-weight: 500;
    font-size: 10.3886px;
    line-height: 16px;
    color: #23262F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
    margin-top: 4%;
}
.outbound-select-tag-pop select {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.outbound-upload-pop-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 8%;
}
.out-cancel-pop-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 12.4284px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #464F60;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 0.887745px rgb(70 79 96 / 16%);
    border-radius: 5.32647px !important;
    padding: 4px 10px;
    margin-left: 5%;
}
.out-upload-pop-btn {
    background-color: #6F00FF;
    border-radius: 5.32647px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12.4284px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 4px 26px;
}

/*********** contacts page ************/


/************** profile page *************/
.col-md-3.profile-pages-left-outer-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

img.upload-userimg {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #000000;
}

.upload-prof-img {
    text-align: center;
    position: relative;
    border-radius: 15px;
    padding: 0px;
    width: 109px;
    height: 109px;
    overflow: hidden;
}

.upload-img-text {
    position: absolute;
    width: 30px;
    height: 30px;
    float: right;
    bottom: 19px;
    top: auto;
    right: 10px;
    left: auto;
    background-color: #666666;
    border-color: #666666;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 25px;
    line-height: 27px;
    margin: 0 auto;
    cursor: pointer;
}

.profile-row {
    background-color: transparent;
    padding: 20px 10px 5px 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.profile-details-row {
    padding-top: 10px;
}
#frmProfile label {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #595959;
}

a.btn-upgrade {
    margin-left: 15px;
    border-color: var(--prime-color);
    cursor: pointer;
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: var(--prime-color) !important;
}

a.btn-upgrade:hover {
    background-color: var(--prime-color);
    color: #ffffff !important;
}

#frmProfile input,
#frmProfile input.form-control:disabled {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
}
form-control:disabled {
    color: #D1D1D1;
}
#currency {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 12px;
    width: 100%;
    font-size: 12px;
}
#timezone {
    box-shadow: none;
    background-color: #ffffff;
    border: 0.893023px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 12px;
    width: 100%;
    font-size:12px;
}

.company_logo-wrapper {
    position: relative;
    text-align: center;
}

.logo-button {
    background: #f5f5f7;
    font-weight: bold;
    cursor: pointer;
    height: 30px;
    border-radius: 50px !important;
    padding: 0px;
    color: #595959 !important;
    border: 0px;
    margin-top: -20px;
}
.logo-button:hover {
    color: #ffffff !important;
}

#frmProfile select#billing_country {
    border: 0px;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 0px;
}

.profile-column-right {
    max-width: 100%;
    padding-left: 0px;
}

.btn-update-profile {
    margin: 0px 15px 0 4px;
    background-color: transparent;
    border-color: var(--prime-color);
    padding: 7px 42px;
    cursor: pointer;
    font-family: Poppins-Regular;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: var(--prime-color);
    width: auto !important;
}

.btn-update-profile:hover{
    border-color: var(--prime-color);
    border: 1px solid;
}

.btn-pay-now {
    margin: 0px 15px 0 4px;
    background-color: var(--prime-color);
    border-color: var(--prime-color);
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 25px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    width: 100%;
}

.profile-pages-left-outer-wrapper {
    background-color: #ffffff;
    margin-top: 5px;
    border-left: 0.5px solid #bbb;
}

.profile-pages-left-wrapper {
    padding: 40px 15px;
}

.profile-pages-right-wrapper {
    background: #ffffff;
    padding: 30px 30px;
    margin: 40px 1px 18px 15px;
}

.profile-pages-list-item li {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--prime-color);
    margin-bottom: 24px;
    list-style: none;
    display: flex;
    align-items: center;
}

.profile-pages-list-item li:hover a {
    color: var(--prime-color);
}

.profile-pages-list-item {
    padding-left: 0px;
}

span.profile-page-icon {
    margin-right: 15px;
}

.profile-page-heading {
    font-style: normal;
    font-family: Poppins-Regular;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #595959;
}

.plan-term {
    color: var(--prime-color);
    font-weight: bold;
}

.divider-profile {
    border: 0.5px solid #979797;
    margin: 5px 0px;
}

button.btn-addon-cils,
button.btn-addon-listings,
.btn-addon-user {
    border: 0px;
    font-size: 30px;
    padding: 0px;
    background: transparent !important;
    color: var(--prime-color) !important;
    padding-left: 13px;
    height: 0px;
    line-height: 35px;
}
a{
    text-decoration: none;
    color: #595959;
}
 a:hover, .active{
     color: var(--prime-color) !important;
 }
.back-to-dashboard {
    font-size: 14px;
    text-decoration: none;
    color: #595959;
}
.form-group {
    margin-bottom: 20px;
}
/************** profile page *************/



/* service configuration page css start */
.service-config-head-row, .doctor-config-head-row {
    display: flex;
    align-items: center;
    height: 43px;
    color: #464E5F;
    font-weight: 600;
}
.service-config-detail-row, .doctor-config-detail-row {
    display: flex;
    align-items: center;
    height: 55px;
    color: #444444;
    font-weight: 400;
    border-bottom: 1px solid #EEEEEE;
}
.service-config-head-row .service-name, .service-config-detail-row .service-name {
    width: 23%;
    flex-grow: 0;
    padding-right: 3rem;
}
.service-config-head-row .service-slot, .service-config-detail-row .service-slot {
    width: 17%;
    flex-grow: 0;
    text-align: center;
}
.service-config-head-row .service-fr, .service-config-detail-row .service-fr {
    width: 20%;
    flex-grow: 0;
    text-align: center;
}
.service-config-head-row .service-color, .service-config-detail-row .service-color {
    width: 20%;
    flex-grow: 0;
    text-align: center;
}
.service-color .color-pallet {
    margin: auto;
}
.service-config-head-row .service-edit, .service-config-detail-row .service-edit {
    width: 20%;
    flex-grow: 0;
    text-align: center;
}
.doctor-config-head-row .doctor-id, .doctor-config-detail-row .doctor-id {
    width: 16%;
    flex-grow: 0;
    padding-right: 3rem;
}
.doctor-config-head-row .doctor-name, .doctor-config-detail-row .doctor-name {
    width: 24%;
    flex-grow: 0;
    text-align: center;
}
.doctor-config-head-row .doctor-service, .doctor-config-detail-row .doctor-service {
    width: 20%;
    flex-grow: 0;
    text-align: center;
}
.doctor-config-head-row .doctor-status, .doctor-config-detail-row .doctor-status {
    width: 20%;
    flex-grow: 0;
    text-align: center;
}
.doctor-config-head-row .doctor-edit, .doctor-config-detail-row .doctor-edit {
    width: 20%;
    flex-grow: 0;
    text-align: center;
}
.doctor-status .dropdown-item, .doctor-status-dropdown {
    font-size: 12px;
    color: #444;
}
.doctor-status .dropdown-menu {
    padding: 0;
}
.doctor-status-menu {
    transform: translate(-15px, 20px) !important;
}
.doctor-status .dropdown-menu li a {
    border-bottom: 1px solid #EEEEF2;
    height: 38px;
    display: flex;
    align-items: center;
    gap: 0.4em;

}
.doctor-status-dropdown {
    padding: 0;
    border: none;
}
.dotor-status-date {
    color: #FF0000;
    font-weight: 400;
}
.doctor-status-spn {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: transparent;
    display: inline-block;
}
.doctor-status-spn.available {
    background: #2DC76D;
}
.doctor-status-spn.unavailable {
    background: #FF0000;
}
.service-edit-btn, .doctor-edit-btn {
    border-radius: 3.385px;
    background: #F5F5F7;
    padding: 0.12rem 1.2rem;
    color: #000000;
    font-weight: 400;
}
.service-config-field-wrapper.empty, .doctor-config-field-wrapper.empty {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    height: 339px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.service-config-field-wrapper, .doctor-config-field-wrapper {
    background: #ffffff;
    width: 100%;
}
.service-config-txt, .doctor-config-txt {
    color: #ABABAB;
    font-weight: 500;
}
.service-config-link, .service-config-link:hover, .doctor-config-link, .doctor-config-link:hover {
    color: var(--prime-color);
}
.service-pagination-wrapper {
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 1.5rem;
    margin-bottom: 40px;
}
.service-pagination li.page-item.active .page-link {
    background-color: var(--prime-color) !important;
    border: 1px solid var(--prime-color);
}
.service-pagination a, .service-pagination span, .service-pagination li {
    font-size: 10px;
    border-radius: 4px;
    border: 0.4px solid #E2E2E6;
    background: #F9F9FB;
    color: #757575;
}
.service-pagination li {
    margin: 0 0.2rem;
}
.set-working-menu {
    padding: 1rem;
    position: relative;
}
.working-day {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.working-day-wrapper {
    border-radius: 2.89px;
    border: 0.867px solid #E3E6EA;
    min-height: 28px;
    padding: 0.5rem 0.7rem;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.working-day-wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 3.5px solid #000000;
    position: absolute;
    left: 8px;
    top: 15px;
}
.active.working-day-wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 3.5px solid transparent;
    position: absolute;
    right: 8px;
    top: 15px;
}
.working-day-wrapper.active {
    border: 0.867px solid var(--prime-color);
    display: grid;
}
.working-day-detail .time-spn {
    color: #797879;
    font-size: 9px;
    font-weight: 400;
    font-family: Poppins !important;
}
.current-selected-data {
    direction: ltr;
}
.time-span{font-family: Poppins !important;}
.working-detail-sub-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 0.6rem;
    direction: ltr;
}
.wrking-detail-select-wrap .time-select {
    border-radius: 2.89px;
    border: 0.867px solid #E3E6EA;
    width: 100px;
    font-size: 12px;
    font-family: Poppins !important;
}
.wrking-hrs-btn, .wrking-hrs-btn:hover {
    color: #fff;
    border-radius: 4.951px;
    background: var(--prime-color);
    padding: 0.21rem 1.01rem;
}
.doc-service-menu label.doctor-ser-label {
    color: #242533;
    font-weight: 400;
}
.doc-service-menu {
    padding: 0;
}
.doc-service-menu li {
    padding: 0.3rem 0.5rem;
    border-bottom: 1px solid #EEEEF2;
}
/* custom switch css start */
.custom-switch {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 9px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D3D3D3;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider {
    background-color: #2248FD;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(8.5px);
    -ms-transform: translateX(8.5px);
    transform: translateX(8.5px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}
/* custom switch css end */
.choose-time {
    margin-right: 10px;
    display: inline-block;
}
.btn-save-absent {
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.2rem 1.4rem;
    transition: all 0.4s;
}
/* service configuration page css end */


/* custome popup css start */
.cus-popup-background {
    background: #00000026;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 4;
}
.custom-popup {
    max-width: 410px;
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 2rem;
    padding-bottom: 1.5rem;
}
.cus-popup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.cus-popup-body label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.cus-popup-body .popup-field, .cus-popup-body .dropdown-toggle {
    border-radius: 4px;
    border: 1.2px solid #E3E6EA;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-wrap: wrap;
}
.cus-popup-body .dropdown-menu {
    font-size: 12px;
    width: 100%;
}
.color-pallet {
    border-radius: 2px;
    background: transparent;
    width: 14px;
    height: 14px;
    display: block;
}

.sum-ser-pink{
    border-color: #FFECFB;
}

.sum-ser-blue{
    border-color: #D5E5FF;
}
.sum-ser-purple{
    border-color: #D1B6F4;
}
.sum-ser-skin{
    border-color: #FFCCCB;
}
.sum-ser-green{
    border-color: #C7FFDE;
}

.color-pallet.pink {
    background: #FFECFB;
}
.color-pallet.blue {
    background: #D5E5FF;
}
.color-pallet.purple {
    background: #D1B6F4;
}
.color-pallet.skin {
    background: #FFCCCB;
}
.color-pallet.green {
    background: #C7FFDE;
}
.cus-popup-btn-wrap {
    text-align: end;
}
.popup-btn {
    color: #fff;
    border-radius: 3.509px;
    background: var(--prime-color);
    padding: 0.365rem 1.16rem;
}
.popup-close{
    cursor: pointer;
}
/* custome popup css end */


/*DASHBOARD PAGE*/
.summary-header, .sum-wrapper-services{
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 0.5px solid #BBB;
    background: #FFF;
}

.sum-doctors-listing {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 0.5px solid #BBB;
    background: #FFF;
}

a.btn.dropdown-toggle.sum-page-limit {
    border-radius: 4px;
    border: none;
    background: #ffffff;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float:right;
}

.sum-limit-menu {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 3.5114505290985107px 43.89312744140625px 0px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.sum-search-wrapper {
    border-radius: 4px;
    background: #F3F3F5;
    position: relative;
    float: left;
    width: 52%;
}

.sum-search-input {
    width: 100%;
    text-indent: 20px;
    background: transparent;
    border: none;
    outline: 0;
}

.sum-search-icon {
    position: absolute;
    top: 8px;
    left: 5px;
}

.summary-wrapper {
    float: left;
    width: calc(100% - 70px);
    padding: 20px 100px;
    background: #F5F5F7;
}

.sum-branch-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: GEM-SS !important;
}

.sum-services-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    font-family: GEM-SS !important;
}

.sum-branch-address {
    color: #717171;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sum-services-counter, .sum-doctors-counter  {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.sum-services-label, .sum-doctors-label  {
    color: #656D76;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}

.sum-services-counter img, .sum-doctors-counter img {
    margin-left: 10px;
    vertical-align: baseline;
}

.sum-inner-ws {
    background: #F5F5F7;
    padding: 15px 20px;
    border-left: 2px solid;
}

.sum-ser-pink{
    border-color: #FFECFB;
}

.sum-ser-blue{
    border-color: #D5E5FF;
}
.sum-ser-purple{
    border-color: #D1B6F4;
}
.sum-ser-skin{
    border-color: #FFCCCB;
}
.sum-ser-green{
    border-color: #C7FFDE;
}

.sum-service-name {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sum-clock-icon {
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sum-clock-icon img {
    margin-left: 5px;
}

.sum-ser-laser {
    border-color: #FFE455;
}
.sum-ser-hair {
    border-color: #B6D2FF;
}

.sum-wrapper-services .row .col-md-2 {
    margin-bottom: 15px;
}

.sum-load-more {
    color: #2248FD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    padding-top: 25px;
    text-align: center;
    cursor: pointer;
}

.ind-doc-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
}

.sum-doc-id, .sum-doc-name, .sum-doc-services {
    width: 33.33%;
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    padding: 20px;
    text-align: center;
}

.sum-doc-name {
    color: #2248FD;
    font-weight: 500;

}

.sum-doc-id-head, .sum-doc-name-head, .sum-doc-services-head {
    width: 33.33%;
    color: #464E5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    padding: 20px;
    text-align: center;
    font-family: GEM-SS !important;
}

.row.sum-doctor-top-row {
    padding: 15px 10px;
    border-bottom: 1px solid #B3B3B3;
    margin: 0;
}

.ind-doc-row:last-child {
    border-bottom: none;
}

.sum-custom-popup {
    width: 570px;
    position: fixed;
    background: #ffffff;
    top: 10%;
    left: calc(50% - 335px);
    box-shadow: 0px 0px 43.94216537475586px 0px rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.sum-popup-header {
    padding: 20px;
}

.sum-popup-doc-name {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sum-popup-doc-name img {
    width: 12px;
    margin-left: 10px;
}

.sum-popup-doc-services {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-indent: 24px;
}

.chart-footer {
    padding: 20px;
    color: #797879;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-indent: 50px;
    display: flex;
}

.share-chart {
    color: #2248FD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    cursor: pointer;
}

.share-chart img {
    margin-left: 10px;
}

.sum-footer-right {
    padding-right: 25px;
}

.sum-footer-left {
    flex-grow: 1;
}

/*DASHBOARD PAGE*/

/*team popup start*/

.team-assign-item {
        border-radius: 6px;
        border: 0.6px solid #CFCFCF;
        background: #FFF;
        padding: 15px 30px;
        cursor: pointer;
        min-height: 98px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        position:relative;
    }
    .assign-team-name {
        color: #464E5F;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16.118px;
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .assign-team-appointments {
        color: #464E5F;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16.118px;
    }

.assign-team-link span {
    margin-left: 6px;
}
    .assign-team-link, .assign-team-link:hover {
        color: #2248FD;
        font-weight: 400;
    }
    .assign-search-wrap {
        position: relative;
    }
    .assign-team-search-icon {
        position: absolute;
        left: 18px;
        top: 12px;
        width: 10px;
    }
    label.assigned-label {
        font-size: 12px;
        font-weight: 400;
        margin: 0;
        text-transform: capitalize;
    }

.assign-team-main-popup {
        border-radius: 6px;
        border: 1px solid #EEEEF2;
        background: #FFF;
        box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.05);
        width: 341px;
        top: 100px;
        left: 0;
    }
/*team popup end*/

/******Configuration Page Start*******/
.configuration-main-wrapper {
    float: left;
    padding: 20px;
    width: calc(100% - 70px);
}
.whatsapp-connection-card a {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 0.599px;
    background: #FFF;
    max-width: 308px;
    min-height: 98px;
    padding: 1.5rem;
    margin: 1rem;
    text-decoration: none;
}
.whatsapp-con-text {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: 60%;
}
.whatsapp-con-text.config-card{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
#config-card {
    min-width: 308px;
    float: right;
}
/*******Configuration Page End********/
/********* all-services-date popup *******/
#date-popup {
    background: #ffffff;
    width: 480px;
    left: 10%;
    display: none;
}
.left-date-select-wrapper{
    border-left: 1px solid #EBEEFA;
    min-height: 200px;
}
.select-cal-item{
    color: #464F60;
    font-size: 12.436px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.765px;
    margin: 10px 0px;
    cursor: pointer;
}
.btn-apply-date{
    border-radius: 6.43px;
    background: var(--prime-color);
    color: #fff;
    padding: 0.3rem 1.4rem;
    transition: all 0.4s;
    /*margin-right: 20px;*/
    font-size: 12px;
}
.btn-cancel-date{
    font-size: 12px;
    margin-left: 20px;
    border-radius: 6.43px;
    padding: 0.3rem 1.4rem;
    border: 1px solid #c4c4c4;
}
/********* all-services-date popup *******/


/*********************** conversation page **************************/
.conversation-chat-search-col-wrapper{
    padding-left: 6px;
    padding-top: 6px;
}
.lead_no_followup {
    font-size: 14px;
    color: #ff0000;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}
.conv-menu-item a {
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}
.conv-side-social-ul li {
    padding-bottom: 7px;
}
ul.nav.nav-tabs > li:last-child:after {
    border-right: none;
    padding-top: 4px;
}



.conv-item-wrapper {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.conversation-reply-to-area {
    margin-left: 30px;
    padding: 5px 10px 0px 15px;
    border-radius: 10px 10px 0px 0px;
    background: #e2e2e2;
    display: inline-block;
    width: calc(100% - 22px);
    font-size: 12px;
    line-height: 22px;
}

.conv-item-image {
    position: relative;
}

.conv-msg-reply-action {
    display: none;
    width: 49%;
    float: right;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.conversation-chat-message-body.sender:hover .conv-msg-reply-action {
    display: inline-block;
}

.reply-conv-btn {
    cursor: pointer;
    font-size: 12px;
}

.conv-reply-text-body {
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    top: -84px;
    padding: 10px;
    display: none;
}

.close-reply-btn {
    position: absolute;
    right: 10px;
    color: #000000;
    cursor: pointer;
    background: #cdcdcd;
    padding: 0px 5px;
}

.conv-fb-badge.conv-item-badge {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
    color: #ffffff;
    position: absolute;
    width: 14.32px;
    height: 14.32px;
    left: 43.68px;
    background: #1872e7;
    top: 22px;
    border-radius: 20px;
}

.conv-item-active .conv-item-status {
    color: #2dc76d;
}

.conv-item-status {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    padding-top: 3px;
}

.conv-item-image img {
    height: 31.998485565185547px;
    width: 31.998485565185547px;
}

.inbox-lead-bage.inbox-lead-bage-adham {
    font-family: Poppins-Regular;
    color: #979797;
    border: 1px solid #979797;
    background: #f5f5f7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 5px;
}

.inbox-lead-bage.inbox-lead-bage-inquiry {
    font-family: Poppins-Regular;
    color: #979797;
    border: 1px solid #979797;
    background: #f5f5f7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    padding: 0px 5px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lb {
    margin-right: 5px;
}

span.conversation-social-media {
    float: right;
}

.conversation-chat-header {
    padding: 7px 15px 7px 15px;
    border-bottom: 1px solid #c4c4c4;
    background: #ffffff;
}

.main-conversation-image {
    text-align: center;
    margin-bottom: 15px;
}

img.main-conversation-avatar {
    border-radius: 50%;
}

.conversation-info span {
    font-family: Montserratl;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.conversation-info {
    border-bottom: 1.35px solid #c4c4c4;
    margin-bottom: 15px;
}

.conversation-chat-box {
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;

}

#conversation_chat_textarea_message:active,
#conversation_chat_textarea_message:focus {
    outline: none;
}

textarea#conversation_chat_textarea_message {
    font-size: 13px;
    font-family: Montserrat;
    color: #606364;
    padding-left: 70px;
}

#conversation_chat_textarea_message {
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 15px;
    color: #606364;
    padding: 10px 15px;
    border: none;
}

.conversation-chat-textarea-message-body {
    width: 100%;
    /* border: 1px solid #000000; */
    /* border: none !important; */
    background: #ffffff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 13px;
}


.conversation-chat-status {
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    color: #595959;
    background: #ffffff;
    border: 0.4px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 4px;
    font-family: Poppins-Regular;
    font-size: 12px;
    letter-spacing: 0px;
    width: 60px;
    margin: 0 1%;
}

input.conversation-chat-checkbox {
    margin-right: 8px;
    transform: scale(1.4);
    margin-top: 0px;
}

.conv-side-image {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #2248FD;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.conversation-chat-body {
    padding: 15px;
    /* height: 285px; */
    height: 59vh;
    overflow: hidden;
    overflow-y: auto;
    background: #ffffff;
    margin-bottom: 10px;
}

.conversation-chat-message-body.sender {
    /* float: right; */
}

.conversation-chat-message-body.receiver .conversation-message-base-wrapper {
    float: right;
}

.chat-message-base-wrapper {
    display: inline-block;
    /* max-width: 70%; */
    width: 50%;
}

.conversation-chat-message-body.receiver .conversation-message-area {
    background: #dcf8c6;
    float: right;
}

.conversation-chat-message-body.receiver.internal .conversation-message-area {
    background: #2248FD40;
    float: right;
}

.sender .conversation-message-area {
    border-radius: 10px 10px 10px 0px;
}

.conversation-message-area {
    margin-left: 15px;
    padding: 5px 10px 0px 15px;
    border-radius: 10px;
    background: #f1f1f1;
    display: inline-block;
    max-width: 445px;
    /* width: 100%; */
}
.quoted-whatsapp-msg {
    padding: 5px;
    border-radius: 5px;
    background: #ffffff85;
    border-right: 4px solid #d1d1d1;
    margin-bottom: 4px;
}
.receiver .quoted-whatsapp-msg {
    padding: 5px;
    border-radius: 5px;
    background: #ffffff85;
    border-left: 4px solid #aee484;
    margin-bottom: 4px;
    border-right: 0;
    text-align: end;
}

.quoted-whatsapp-msg img {
    width: 50px;
    height: 50px;
}
.conversation-chat-sender-name {
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    /* color: #5762BC; */
    text-transform: capitalize;
    display: flex;
}

/* .conversation-chat-sender-name span {
    text-align: right;
    float: right;
}

a.conversation-chat-time {
    font-size: 10px;
    margin-left: 5px;
    color: #939393;
    font-family: Montserratl;
}

a.conversation-chat-time {
    font-size: 10px;
    margin-left: 5px;
    color: #939393;
    font-family: Montserratl;
} */

.conversation-chat-sender-message {
    font-size: 12px;
    line-height: 15px;
    /* color: #000000; */
    padding: 4px 0;
    color: #595959;
}

.conversation-chat-sender-message p {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 16px;
    color: #595959;
    font-family: "Montserrat";
}

.conversation-chat-message-body.sender {
    text-align: left;
}

.conversation-message-base-wrapper {
    display: inline-block;
    max-width: 52%;
    /* width: 52%; */
}
.conv-attachment-image {
    width: 160px;
    display: block;
}

.receiver .conversation-message-area {
    border-radius: 10px 10px 0px 10px;
}

.conversation-message-area {
    margin-left: 15px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    background: #f1f1f1;
    display: inline-block;
    /* width: 100%; */
}

.conversation-chat-sender-name {
    font-size: 9px;
    font-weight: 600;
    line-height: 15px;
    color: #000000;
    /* color: #5762BC; */
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}

.conversation-chat-sender-name span {
    text-align: right;
    float: left;
}

a.conversation-chat-time {
    font-size: 8px;
    /* margin-left: 5px; */
    color: #939393;
    font-family: Montserratl;
}
.contact-shared-wrapper {
    background-color: #ffffff;
    padding: 10px;
}

.conversation-chat-sender-message {
    font-size: 12px;
    line-height: 15px;
    /* color: #000000; */
    padding: 2px 0;
    color: #595959;
    word-break: break-word;
    /* width: 71%; */
}
/* .conversation-down-message-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
} */
.conversation-chat-time-wrapper {
    /* width: 29%; */
    /* line-height: 8px; */
    /* float: right; */
}
.conversation-chat-seen-wrapper {
    text-align: right;
    text-transform: capitalize;
    font-family: Arial;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 5px;
    color: #939393;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 10px;
}

.conversation-seen-img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.conv-view-once {
    font-size: 10px;
    font-style: italic;
}

.conversation-chat-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conversation-chat-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conversation-chat-body::-webkit-scrollbar {
    width: 6px;
}

.conversation-chat-pending-training {
    padding: 5px;
    background: #ffffff;
}

.conversation-pending-training-wapper {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgb(37 38 94);
    padding: 15px;
    height: auto;
    float: left;
    width: 100%;
}

.conversation-training-rang {
    width: 100%;
    height: 17px;
    outline: none;
}

.conversation-training-phone {
    font-family: Montserratl;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #1872e7;
}

.conversation-training-follow-up {
    font-family: Montserratl;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #000000;
    padding: 5px;
}

.conversation-training-history-metting {
    font-family: Montserratl;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    padding: 5px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

span.conversation-training-history-history {
    margin-right: 15px;
}

.main-name-conversation {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 13.5204px;
    line-height: 16px;
    color: #000000;
    text-align: center;
}

span.conversation-training-last-follow {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #000000;
    float: left;
}

span.conversation-training-history {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    float: right;
    font-weight: bold;
    text-decoration: underline;
}

.conversation-training-message {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    font-size: 14.8724px;
    line-height: 18px;
    color: #000000;
    margin: 10px 7px;
}

.conversation-training-rang {
    width: 100%;
    height: 17px;
    outline: none;
}

.conversation-chat-group {
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
    padding: 0px 0 4px 0;
    background: #f3f3f3;
}

.conversation-chat-sender-wapper {
    /* border: 1.5px solid #999696; */
    /* height: 475px; */
    height: 63vh;
    overflow: hidden;
    overflow-y: auto;
}

.conversation-chat-sender-inner {
    border-radius: 4px;
}

.conversation-chat-sender-inner {
    padding: 11px 15px 9px 15px;
    background: #ffffff;
    position: relative;
    margin-bottom: 5px;
    word-break: break-all;
    height: auto;
    float: left;
    width: 100%;
    cursor: pointer;
}

.conversation-chat-sender-inner.active {
    background: #d6d6d6;
}

.conversation-source-cat {
    vertical-align: top;
}

.conversation-lead-name {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    max-width: 100%;
    /*float: left;*/
    margin-bottom: 5px;
}

.conversation-lead-date {
    font-family: Montserratl;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #595959;
    text-align: left;
}

.conversation-lead-inner-wapper-box {
    max-width: 100%;
    /*display: flex;*/
    align-items: center;
    width: 100%;
}

.conversation-lead-bage.conversation-lead-bage-low {
    font-family: Poppins-Regular;
    color: #f55b5b;
    border: 1px solid #f55b5b;
    background: #f4727296;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: right;
    width: 31.35px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lead-bage.conversation-lead-bage-mid {
    font-family: Poppins-Regular;
    color: #4051b5;
    border: 1px solid #4051b5;
    background: #4051b596;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    width: 31.35px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lead-bage.conversation-lead-bage-high {
    font-family: Poppins-Regular;
    color: #33b679;
    border: 1px solid #33b679;
    background: #33b67996;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    width: 31.35px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

.conversation-lead-bage.conversation-lead-bage-adham {
    font-family: Poppins-Regular;
    color: #979797;
    border: 1px solid #979797;
    background: #f5f5f7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: left;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
    padding: 0px 5px;
}

.conversation-lead-bage.conversation-lead-bage-inquiry {
    font-family: Poppins-Regular;
    color: #979797;
    border: 1px solid #979797;
    background: #f5f5f7;
    font-style: normal;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    float: right;
    padding: 0px 5px;
    height: 14.57px;
    font-size: 10px;
    line-height: 12px;
}

input.conversation-lead-checkbox {
    margin-left: 5px;
    float: left;
}

span.conversation-source-span {
    margin-right: 5px;
}

.conversation-lead-chat {
    margin-bottom: 5px;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    color: #595959;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-chat-sender-wapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conversation-chat-sender-wapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conversation-chat-sender-wapper::-webkit-scrollbar {
    width: 6px;
}

.add-lead-conv {
    border: 1px solid #2248FD;
    padding: 4px 14px;
    font-size: 12px;
    cursor: pointer;
    width: 110px;
    /*border-radius: 5px;*/
    color: #2248FD;
    margin: 3px 0px 3px auto;
}

.conver-no-connect {
    text-align: center;
    margin-top: 40px;
}

.conversation-left-bar {
    background: #ffffff;
    padding-top: 20px;
    float: left;
    max-width: 7%;
}

.conversation-side-wrapper {
    background: #ffffff;
    margin-bottom: 4px;
    padding-top: 10px;
}

.conv-head-name {
    font-size: 12px;
    font-weight: bold;
}
.conv-head-phone {
    font-style: normal;
    font-weight: 400;
    font-size: 9.89066px;
    line-height: 15px;
    color: #595959;
}

.conv-head-image {
    border-radius: 50%;
}

.conv-head-history,
.unlink-lead {
    cursor: pointer;
}

.social-page-selector .dropdown-item {
    font-size: 12px;
}

.social-page-selector {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    font-size: 12px;
}

.social-page-selector .dropdown-toggle::after {
    border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    right: 5px;
    top: 20px;
    position: absolute;
}

.social-page-selected {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-page-select {
    border: none;
    width: 100%;
    border-radius: 0px;
}

.social-page-select a {
    padding-right: 16px;
}

/************* emoji section **************/
.conv-start-audio, .conv-stop-audio, .conv-emoji, .conv-reply-temp, .conv-attachment, .conversation-chat-checkbox {
    margin-left: 3%;
}
.conv-emoji {
    font-size: 20px;
    cursor: pointer;
}
.conv-emoji-wrapper {
    position: absolute;
    top: -360px;
    left: 0%;
    background: #ffffff;
    width: 30vw;
    display: none;
}
.conv-emoji-top-item {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}
.conv-emoji-top-item.active {
    border-bottom: 3px solid #2248FD;
}
.conv-emoji-top-item:hover {
    font-weight: bold;
}
.conv-emoji-detail-selector {
    text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    /*padding: 5px 0px 10px 0px;*/
}
.conv-emoji-icon-detail {
    height: 188px;
    overflow-y: scroll;
    text-align: center;
}

.conv-emoji-icon-detail::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conv-emoji-icon-detail::-webkit-scrollbar {
    width: 6px;
}

.conv-emoji-icon-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conv-emoji-icon-preview {
    background-color: #d1d1d1;
    min-height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: left;
}
.conv-emoji-search-section,
.conv-emoji-icon-detail {
    padding: 0 10px;
}
.conv-emoji-search.form-control {
    border: 1px solid #2248FD;
    border-radius: 5px;
}
.conv-emoji-selected-category {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.conv-emoji-icon {
    font-size: 20px;
    margin: 0 15px;
    cursor: pointer;
}
.conv-emoji-icon:hover {
    font-weight: bold;
}

ul.nav.nav-tabs.status-tabs > li.active a {
    font-weight: bold;
    color: #000000;
}
ul.nav.nav-tabs.status-tabs li a {
    font-style: normal;
    font-weight: 500;
    font-size: 12.5px;
    line-height: 19px;
    color: #595959;
}
ul.nav.nav-tabs > li > a {
    color: #000000;
    text-decoration: none;
}
/************* emoji section end **************/

.conv-chatbot-selector-wrapper {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    padding-top: 3px;
}
.form-check-toggle {
    position: relative;
    padding-left: 0;
    line-height: 30px;
}
.form-check-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-check-toggle input + span {
    cursor: pointer;
    user-select: none;
    height: 18px;
    line-height: 18px;
    margin-left: 45px;
    display: block;
}
.form-check-toggle input + span:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 14px;
    width: 30px;
    background: #fff;
    border: solid 1px #8c8c8c;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-radius: 10px;
}
.conv-chatbot-selector-wrapper .form-check-toggle input:checked + span:before {
    background-color: var(--prime-color);
    border-color: var(--prime-color);
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.conv-chatbot-selector-wrapper .form-check-toggle input + span:before {
    background-color: #E1E1E3;
    border-color: #E1E1E3;
}
.conv-chatbot-selector-wrapper .form-check-toggle input + span:after {
    background: #FFFFFF;
}

.form-check-toggle input:checked + span:after {
    content: "";
    margin-left: 18px;
    box-shadow: none;
    background-color: #ffffff;
}
.form-check-toggle input + span:after {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    margin-left: 1px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #8c8c8c;
    transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}
.chatbot-selector-title{line-height: 12px;margin-right: 5px;}
/********* whatsapp audio new addition *******/
.conv-start-audio,
.conv-stop-audio {
    font-size: 20px;
    cursor: pointer;
}
.conv-stop-audio {
    display: none;
    color: #ff0000;
}
.btn-send-audio,
.btn-cancel-audio {
    background: #2248FD;
    color: #ffffff;
    border: none;
    outline: none;
    font-size: 12px;
    padding: 0 10px;
    height: 30px;
    margin-left: 10px;
}
.audio-send-wrapper {
    display: none;
    position: absolute;
    top: -70px;
    left: 22%;
    align-items: center;
    background: #f1f3f4;
    padding: 10px 30px 10px 10px;
}
.btn-cancel-audio {
    background: #ffffff;
    color: #000000;
}
/********* whastsapp audion new addition ends **********/
.send-chat, .send-conversation {
    /* background: #2248FD; */
    cursor: pointer;
    padding: 5px 12px;
    background: none;
    border: 0;
    background: var(--prime-color);
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    margin: 0 1.5%;
}
.select-conv-assign-to-bottom {
    min-width: 100px;
    width: 33%;
    font-style: normal;
    font-weight: bold;
    line-height: 17px;
    color: #595959;
    background: #ffffff;
    border: 0.4px solid #c4c4c4;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 4px;
    font-family: Poppins-regular;
    font-size: 12px;
    letter-spacing: 0px;
    margin-right: 1%;
}
.conv-rply-search-wrap input {
    background: #f5f5f7;
    border-radius: 2px;
    border: none;
    padding: 3px 10px;
    width: 98%;
}

/************** Quick Reply by Hassan page start ************************/
.conv-rply-head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 0.6px solid #d6d6d6;
}
.conv-rply-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.conv-rply-close-btn a {
    color: #000000;
}
.conv-rply-search-wrap {
    position: relative;
    width: 100%;
}
/*.rply-search-icon {
    position: absolute;
    right: 11px;
    top: 8px;
}*/
.conv-rply-search-wrap input {
    background: #f5f5f7;
    border-radius: 2px;
    border: none;
    padding: 3px 10px;
    width: 98%;
}
.conv-rply-add-wrap {
    width: 24%;
}
.rply-add-new {
    color: #6f00ff;
    border: 1px solid #6f00ff;
    border-radius: 2px;
    padding: 5px 0px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 18px;
    width: 100%;
}
.conv-rply-search-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
.conv-search-tem-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 0.3px solid #7a7a7a;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 14px;
    cursor: pointer;
}
.conv-search-tem {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.conv-delete-temp {
    cursor: pointer;
}
.conv-search-tem + input[type="checkbox"]:checked {
    color: #6f00ff !important;
}
/* popup start */
.rply-modal-header {
    padding-bottom: 10px !important;
    border-bottom: 0.6px solid #d6d6d6;
}
.conv-rply-popup {
    min-height: 450px !important;
    width: 500px;
    right: 0% !important;
}
.modal-header {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.rply-shortcode {
    border: 0.5px solid #adadad;
    border-radius: 7.06236px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #626262;
    padding: 3px 11px;
    cursor: pointer;
    margin-right: 3px;
}

.rply-shortcode.active {
    background-color: #6f00ff;
    color: #ffffff;
}
.custom-msg {
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
}
.add-rply {
    text-align: end;
}
.add-rply-text {
    background-color: #6f00ff;
    color: #ffffff;
    border: 1px solid #6f00ff;
    border-radius: 2px;
    padding: 3px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}
.conv-custom-msg {
    margin-top: 13px;
    margin-bottom: 13px;
    min-height: 270px;
}
.custom-chat {
    min-height: 200px;
    overflow: hidden;
    border: none;
}
.conv-custom-msg textarea {
    padding: 10px 1px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    height: 40px;
}
/* popup end */
/* custom pop start */
/*.custom-popup {
    position: absolute;
    top: 10%;
    z-index: 10000000;
    background: #ffffff;
    right: 24%;
    min-height: 296px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    display: none;
}*/
.custom-modal-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-modal-content {
    padding: 10px 20px;
    overflow-y: auto;
    max-height: 60vh;
    width: 100%;
    background-color: #ffffff;
}
/* custom pop end */

/************** Quick Reply by Hassan page end ************************/

/**************** chatbot on ***************/
.conv-chatbot-selector-wrapper {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    padding-top: 3px;
}
.chatbot-selector-title {
    line-height: 14px;
}
.conv-chatbot-selector-wrapper .form-check-toggle input + span:before{
    background-color: #E1E1E3;
    border-color: #E1E1E3;
}
.conv-chatbot-selector-wrapper .form-check-toggle input + span:after{
    background: #FFFFFF;
}
/**************** chatbot on ***************/
/* ------chatbot on schedule module start--------- */
.chat-schedule-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #797979;
}
.chat-schedule-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.chat-schedule-radio-wrap {
    display: flex;
    align-items: center;
}
.form-check-input.chat-schedule-radio-input {
    margin-top: 0.45rem;
    margin-left: -0.25rem;
}
.chat-schedule-radio-wrap .form-check {
    margin-bottom: 1.5rem;
}
.schedule-first-radio, .chat-avialability-wrapper {
    padding: 0.1rem 1.5rem;
}
/* ------chatbot on schedule module end--------- */

/****************** new message for waba contacts ***************/
.conv-notice .conversation-chat-sender-message {
    color: #595959;
    text-align: left;
}
.conv-notice .conversation-chat-sender-message a {
    color: #595959;
    text-decoration: underline;
}
.conv-notice .conversation-chat-sender-name {
    color: #595959;
}
.conv-notice {
    text-align: right;
}
.conv-notice .conversation-message-area {
    background-color: #F8CCC6;
    border-bottom-right-radius: 0px;
    padding: 0.7rem 0.5rem;
}
/****************** new message for waba contacts ***************/
.outbound-temp-desc {
    font-size: 12px;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.outbound-template-selector {
    padding: 10px;
    line-height: 15px;
    display: flex;
}

.conv-search-tem-wrapper {
    overflow-y: scroll;
    max-height: 68vh;
    padding: 10px;
}

.conv-search-tem-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conv-search-tem-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conv-search-tem-wrapper::-webkit-scrollbar {
    width: 6px;
}
.close-conv-chat-template-sidebar {
    position: absolute;
    left: -15px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0px 10px;
    font-size: 20px;
    cursor: pointer;
    font-family: 'Poppins-Regular';
}
.chat-counter {
    background-color: #2DC76D;
    color: #ffffff;
    font-size: 12px;
    border-radius: 50%;
    width: 20px;
    float: left;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'Poppins' !important;
    height: 20px;
    text-align: center;
}
.conv-main-wrapper {
    width: calc(100% - 70px);
    padding: 0px;
}
.conv-contact-item {
    padding: 15px;
    background: #ffffff;
    margin-bottom: 2px;
    cursor: pointer;
}
/****************** conversation page ends here *********************/
/* ********Clinics Login Page Start********* Copy From 13-10-2023 */
.clinics-login-wrap, .clinics-signup-wrap, .clinics-otp-wrap {
    min-height: 450px;
    margin: 1rem auto;
    padding-top: 2rem;
}
.pt-login-heading, .pt-signup-heading, .pt-opt-heading {
    text-align: center;
}
.pt-login-heading p, .pt-signup-heading p, .pt-opt-heading p {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
}
.clinics-login-inner-wrap, .clinics-signup-inner-wrap, .clinics-otp-inner-wrap {
    width: 50%;
    margin: auto;
}
.clinics-log-btn-wrap, .clinics-sign-btn-wrap {
    margin: 1rem auto;
}
.clinics-log-btn, .clinics-log-btn:hover, .clinics-sign-btn, .clinics-sign-btn:hover {
    color: #fff;
    font-weight: 600;
    background-color: #000000;
    width: 100%;
    border-radius: 9px;
}
.cl-signup-text, .cl-signin-text {
    color: #6B6B6B;
    font-weight: 400;
    text-align: center;
}
.cl-signup-link, .cl-signin-link {
    color: #2248FD;
    font-weight: 500;
}
.cl-forget-text {
    color: #6B6B6B;
    text-decoration: underline;
    text-align: center;
    margin: 1rem auto;
}
.cl-forget-link {
    color: #6B6B6B;
}
.cl-forget-link:hover, .clinics-term-label a {
    color: #2248FD;
}
.clinics-term-label {
    color: #000;
}
.clinics-sign-check-wrap {
    width: fit-content;
    margin: auto;
}
.clinics-otp-text {
    color: #000;
    font-weight: 400;
}
.clinic-otp-timer, .resend-code a {
    color: #2248FD;
}
.clinics-otp-inner-wrap {
    text-align: center;
}
.clinic-otp-input {
    width: 70px;
    height: 59px;
    border-radius: 7px;
    background: #FAFAFA;
    border: none;
    text-align: center;
}
.clinics-otp-input-wrap {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    direction: ltr;
}
.clinic-otp-input:active, .clinic-otp-input:focus, .clinic-otp-input:focus-visible {
    outline: solid 2px #2248FD;
}
.req-field-label {
    position: absolute;
    left: 0;
    top: 15px;
    color: #ff0000;
}

.patient-search-detail .flag-dropdown.f16 {
    margin-left: 85% !important;
}
/* ********Clinics Login Page End*********Copy To 13-10-2023 */

/* ********CMS Service Page Start********* */
.cms-offer-name-txt {
    border-radius: 4px;
    border: 1.2px solid #E3E6EA;
    color: #444;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 36px;
    width: 100%;
    padding: 0.5rem;
}
.offer-name-lbl-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cms-add-service {
    padding: 0.4rem 0.6rem;
    transition: all 0.4s;
    border-radius: 3px;
    color: #2248FD;
}
.cms-add-service:hover {
    border: 1px solid #2248FD;
}
.cms-offer-name-wrap {
    position: relative;
}
.cms-offer-name-wrap a {
    position: absolute;
}
.cms-edit-offer {
    left: 30px;
    top: 12px;
}
.cms-delete-offer {
    left: 10px;
    top: 12px;
}
.cms-offer-description-wrap textarea {
    width: 100%;
    height: 135px;
    border-radius: 4px;
    border: 1.2px solid #E3E6EA;
    font-size: 12px;
    text-align: start;
    padding: 1rem;
}
.cms-offer-description-wrap textarea:focus-visible {
    outline: 1px solid #2248FD;
}
input.input-mini.form-control, .daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: sans-serif !important;
}
/* ********CMS Service Page End********* */

.intl-tel-input {
    direction: ltr;
}


/* ********My Booking Page Start********* */
.my-booking-section {
    width: 100%;
    height: 100vh;
    background: #F5F5F7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.my-booking-sub-wrap {
    width: 85%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #FFF;
}
.my-booking-col {
    border-right: 1px solid #E0E0E0;
}
.my-booking-logo-wrap {
    text-align: center;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E0E0E0;
}
.my-booking-tab-wrapper {
    padding: 15px 20px 0px 20px;
}
.my-booking-tab-btn {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    border-radius: 6.996px;
    border: 1.166px solid #EFEFEF;
    width: 100%;
    text-align: start;
    padding: 10px;
}
.my-booking-tab-btn.active {
    color: #000000 !important;
}
.my-booking-card-wrapper {
    padding: 40px;
    position: relative;
}
.my-booking-language-link {
    position: absolute;
    top: 10px;
    right: 10px;
}
.my-booking-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-align: start;
    line-height: normal;
}.my-booking-title-row {
     margin-bottom: 2rem;
 }
.my-booking-detail-wrapper {
    height: 60vh;
    overflow-y: auto;
    padding: 0 10px;
}
.my-booking-info-card {
    border-radius: 4px;
    border: 0.5px solid #DBDBDB;
    background: var(--grayscale-4, #FFF);
    margin: 1rem auto;
}
.my-booking-time {
    border-radius: 4px;
    border-bottom: 0.5px solid #DBDBDB;
    margin: 0;
    padding: 0.5rem 1.3rem;
    color: #2248FD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-align: end;
    line-height: normal;
}
.my-booking-time-icon {
    margin-bottom: 3px;
}
.my-booking-into-inner-wrap {
    padding: 0.5rem 1.3rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.my-booking-doc-name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-align: start;
    line-height: normal;
    margin: 0;
}
.my-booking-type {
    color: #7A7A7A;
    font-size: 12.221px;
    font-style: normal;
    font-weight: 500;
    text-align: start;
    line-height: normal;
    margin-bottom: 0.4rem;
}
.my-booking-location {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    line-height: normal;
    margin: 0;
}
.my-booking-cancel-btn {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-align: start;
    line-height: normal;
    border-radius: 6px;
    background: #000;
}
/* width */
.my-booking-detail-wrapper::-webkit-scrollbar{
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.my-booking-detail-wrapper::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle on hover */
.my-booking-detail-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #959595;
    -webkit-box-shadow: inset 0 0 6px rgba(89, 89, 90, 0.5);
}

.my-booking-tabs-wrapper {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    justify-content: center;
}
.my-booking-tab {
    padding: 5px 10px;
    cursor: pointer;
}
.my-booking-tab.active a {
    color: #2248FD !important;
}
.my-booking-tab.active{
    color: #2248FD !important;
    border-bottom: 2px solid;
}
/* ********My Booking Page End********* */

.logout-link{
    position: absolute;
    left: 40px;
    top: 10px;
    color: var(--prime-color);
}


/* ********Report Page Start********* */
.report-wrapper {
    float: left;
    width: calc(100% - 70px);
    padding: 20px;
}
.report-top-section {
    padding-bottom: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.report-nav-bread {
    width: 65%;
}
.report-right-legends {
    width: 35%;
}
.report-search-wrapper {
    border-radius: 4px;
    background: #FFF;
    position: relative;
    width: 100%;
}
.report-search-icon {
    position: absolute;
    top: 11px;
    left: 15px;
}
.report-search-input {
    background: transparent;
    width: 100%;
    max-width: 400px;
    text-indent: 33px;
    border: none;
    outline: 0;
    height: 34px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.report-filter-wrapper {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #B1B1B1;
    border-radius: 4px;
}
.report-filter-title {
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.report-filter-labels {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 0.6rem;
}
.report-doctor-dropdown, .report-service-dropdown, .report-branch-dropdown, .report-filter-start-date, .report-filter-end-date {
    border-radius: 4px;
    border: 1.2px solid #E3E6EA !important;
    color: #444 !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.report-filter-doctor-wrap ul.dropdown-menu, .report-filter-service-wrap ul.dropdown-menu, .report-filter-branch-wrap ul.dropdown-menu {
    font-size: 12px;
}
.report-doctor-dropdown, .report-service-dropdown, .report-branch-dropdown {
    min-width: 180px;
}
.report-filter-start-date, .report-filter-end-date {
    min-width: 160px !important;
}
.report-filter-date-spn {
    color: #444;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}
.report-filter-inner-wrap {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.report-date-inner-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.report-filter-apply {
    color: #2248FD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.report-filter-clear {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.report-accordian-wrapper {
    margin-bottom: 1rem;
}
.accordion-button::after {
    margin-right: 1rem;
}
.revenue-report-btn.accordion-button:not(.collapsed) {
    color: rgba(0, 0, 0, 0.80);
    background-color: #fff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.revenue-report-btn.accordion-button:focus {
    box-shadow: none;
}
.accordion-button.revenue-report-btn {
    border-bottom: 1px solid #EEE;
}
.report-accordian-date-wrap {
    position: relative;
}
.report-accordian-icon-col {
    text-align: end;
    position: relative;
}
.report-accordian-icon-link {
    padding: 0 0.3rem;
}
.report-accordian-date-inner-wrap {
    color: #444;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    direction: ltr;
}
.report-accordian-info-wrap {
    width: 75%;
    margin: 1rem auto;
}
.report-accordian-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: start;
    padding: 1rem;
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.report-info-numb-col {
    min-width: 90px;
}
.report-accordian-info-row.last {
    border-bottom: 1px solid #000;
}
.report-info-name-col{text-transform: capitalize;}
/* ********Report Page End********* */



/************** new chatbot page start ************************/
/* ************************* */
.chatbot-selector-menu {
    background-color: #ffffff;
    position: absolute;
    display: none;
}

.chatbot-selector {
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.chatbot-selector::after {
    content: "";
    border-top: 5px solid #000000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 8px;
    right: -15px;
}

.chatbot-menu-item {
    padding: 5px 15px;
    font-size: 12px;
    cursor: pointer;
}

.chatbot-menu-item:hover {
    background-color: #f0f0f0;
}

/* *************************** */

.chatbot-top-selector {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.chatbot-heading {
    font-size: 18px;
}

.chatbot-item-wrapper {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 2px 10px 0px #c5c5c5;
}

.chatbot-base-title {
    font-size: 18px;
    line-height: 27px;
}

.chatbot-base-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.chatbot-base-header {
    padding: 0 15px;
}

.chatbot-base-desc {
    font-size: 10px;
    line-height: 15px;
}

.chatbot-base-arrow {
    margin-left: 0;
    margin-right: auto;
    transition-property: transform;
    transition-duration: 0.5s;
    transform: rotate(90deg);
}

.chatbot-base-detail {
    margin-top: 20px;
}

.chatbot-form-row .form-control {
    background-color: #F5F5F7;
    font-size: 12px;
    min-height: calc(2.25rem + 2px);
    border-radius: 3.51145px;
    border: none;
}

.chatbot-form-row {
    margin-bottom: 15px;
    position: relative;
    font-size: 12px;
}

.chatbot-attach-label {
    margin: 0;
    font-size: 12px;
    color: var(--prime-color);
    margin-right: 20px;
    line-height: 18px;
    cursor: pointer;
}

.clear-text, .clear-detail-text {
    position: absolute;
    top: -3px;
    left: 11px;
    background: #C4C4C4;
    font-size: 10px;
    height: 13px;
    width: 13px;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid;
    cursor: pointer;
}

.clear-detail-text {
    left: -5px;
}

.chatbot-details-header {
    background: #F5F5F7;
    border-radius: 17px 17px 0px 0px;
    display: flex;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.chatbot-details-row {
    display: flex;
    padding: 30px 0px;
    border-top: 1px solid #F5F5F7;
}

.chatbot-details-body {
    border-radius: 0px 0px 17px 17px;
    border: 1px solid #F5F5F7;
}

.chatbot-side-commands {
    width: 80%;
}

.del-chatbot-row {
    background: #ffffff;
    outline: none;
    border: 0.5px solid #FF4B55;
    width: 100%;
    font-size: 12px;
    color: #FF4B55;
    border-radius: 4px;
    padding: 10px 10px;
}

.add-new-button, .add-button-welcome {
    color: var(--prime-color);
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    cursor: pointer;
}

.chatbot-add-row-btn {
    width: 46px;
    height: 46px;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    background: var(--prime-color);
    vertical-align: middle;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 15px;
    cursor: pointer;
}

.chatbot-add-row-wrapper {
    font-size: 12px;
    padding: 15px;
}

.chatbot-base-item.opened .chatbot-base-arrow {
    transform: rotate(0deg);
}

.chatbot-header-image {
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
}

.btn-save-welcome {
    display: inline-block;
    background: var(--prime-color);
    padding: 7px 28px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    text-transform: capitalize;
}

.btn-save-details {
    background: #ffffff;
    outline: none;
    border: 0.5px solid var(--prime-color);
    font-size: 14px;
    color: #var(--prime-color);
    border-radius: 4px;
    padding: 7px 28px;
    margin-top: 15px;
}

.chatbot-form-row .form-control.force-english {
    direction: ltr;
    text-align: right;
}

.btn-conv-message {
    background: #ffffff;
    color: var(--prime-color);
    border: none;
    margin: 5px;
}

.conv-button-message-main {
    color: #000000;
    font-weight: bold;
    margin: 10px 0px;
}

.btn-conv-message.selected {
    color: #a0a0a0;
}

/************** new chatbot page end ************************/


/************** Quick Reply by Hassan page start ************************/
.conv-rply-head-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 0.6px solid #d6d6d6;
}

.conv-rply-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.conv-rply-close-btn a {
    color: #000000;
}

.conv-rply-search-wrap {
    position: relative;
    width: 78%;
}

.rply-search-icon {
    position: absolute;
    left: 11px;
    top: 8px;
}

.conv-rply-search-wrap input {
    font-family: GE-SS-Two-Light;
    background: #f5f5f7;
    border-radius: 2px;
    border: none;
    padding: 3px 10px;
    width: 98%;
}

.conv-rply-add-wrap {
    width: 24%;
}

.rply-add-new {
    color: var(--prime-color);
    border: 1px solid var(--prime-color);
    border-radius: 2px;
    padding: 5px 0px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 18px;
    width: 100%;
}

.conv-rply-search-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}

.conv-search-tem-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 0.3px solid #7a7a7a;
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 14px;
    cursor: pointer;
}

.conv-search-tem {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.conv-delete-temp {
    cursor: pointer;
}
.conv-search-tem + input[type="checkbox"]:checked {
    color: var(--prime-color) !important;
}

/* popup start */
.rply-modal-header {
    padding-bottom: 10px !important;
    border-bottom: 0.6px solid #D6D6D6;
}

.conv-rply-popup {
    min-height: 450px !important;
    width: 500px;
    right: 60% !important;
}

.modal-header {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.rply-shortcode {
    border: 0.5px solid #adadad;
    border-radius: 7.06236px;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 12px;
    color: #626262;
    padding: 3px 11px;
    cursor: pointer;
    margin-right: 3px;
}

.rply-shortcode.active {
    background-color: var(--prime-color);
    color: #ffffff;
}

.custom-msg {
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7a7a7a;
}

/*
.custom-popup {
    position: absolute;
    top: 10%;
    z-index: 10000000;
    background: #ffffff;
    right: 24%;
    min-height: 296px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    display: none;
}
*/

.add-rply {
    text-align: end;
}

.add-rply-text {
    background-color: var(--prime-color);
    color: #ffffff;
    border: 1px solid var(--prime-color);
    border-radius: 2px;
    padding: 3px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
}

.conv-custom-msg {
    margin-top: 13px;
    margin-bottom: 13px;
    min-height: 270px;
}

.custom-chat {
    min-height: 200px;
    overflow: hidden;
    border: none;
}

.conv-custom-msg textarea {
    padding: 10px 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    height: 40px;
}

/* popup end */
/* custom pop start
.custom-popup {
    position: absolute;
    top: 10%;
    z-index: 10000000;
    background: #ffffff;
    right: 24%;
    min-height: 296px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 4px 50px rgb(0 0 0 / 10%);
    display: none;
}

.custom-modal-header {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-content {
    padding: 10px 20px;
    overflow-y: auto;
    max-height: 60vh;
    width: 100%;
    background-color: #ffffff;
}

/* custom pop end */

/************** Quick Reply by Hassan page end ************************/

/**************** chatbot on ***************/
.conv-chatbot-selector-wrapper {
    margin-left: 0;
    margin-right: auto;
    display: flex;
    padding-top: 3px;
}

.chatbot-selector-title {
    line-height: 14px;
}

.conv-chatbot-selector-wrapper .form-check-toggle input:checked + span:before {
    background-color: var(--prime-color);
    border-color: var(--prime-color);
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.conv-chatbot-selector-wrapper .form-check-toggle input + span:before {
    background-color: #E1E1E3;
    border-color: #E1E1E3;
}

.conv-chatbot-selector-wrapper .form-check-toggle input + span:after {
    background: #FFFFFF;
}

/**************** chatbot on ***************/

/****************** new message for waba contacts ***************/
.conv-notice .conversation-chat-sender-message {
    color: #595959;
}

.conv-notice .conversation-chat-sender-message a {
    color: #595959;
    text-decoration: underline;
}

.conv-notice .conversation-chat-sender-name {
    color: #595959;
}

.conv-notice {
    text-align: right;
}

.conv-notice .conversation-message-area {
    background-color: #F8CCC6;
    border-bottom-right-radius: 0px;
    padding: 0.7rem 0.5rem;
}

/****************** new message for waba contacts ***************/
.conv-search-tem-wrapper {
    overflow-y: scroll;
    max-height: 68vh;
    padding: 10px;
}

.conv-search-tem-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.conv-search-tem-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.conv-search-tem-wrapper::-webkit-scrollbar {
    width: 6px;
}

.chatbot-wrapper{
    float: right;
    width: calc(100% - 70px);
    padding: 20px;
}
/****************************** chatbot completed here **********************************************/
.detail-operator-title, .detail-time-booking{
    font-size: 14px;
    padding: 0 20px;
    text-transform: capitalize;
}
input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.new-patient-badge {
    position: absolute;
    left: 10px;
    background: var(--prime-color);
    color: #ffffff;
    padding: 2px 5px;
    top: 4px;
}

.edit-new-user-badge {
    position: absolute;
    left: 35px;
    top: 18px;
    font-size: 12px;
    background: var(--prime-color);
    color: #ffffff;
    padding: 2px 5px;
}
.p-phone, .patient-search-item .force-english:first-child {
    direction: ltr;
    text-align: right;
}

/****** weekly calendar ******/
.calender-weekly-day-item {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DADCE0;
}
.calender-weekly-day-item-wrapper{
    width: 15%;
    border-right: 1px solid #DADCE0;
    display: flex;
}
.calender-weekly-day-item-wrapper .calender-service-item{
    width: 80%;
    flex: 0 0 80%;
}
.calender-weekly-day-item-wrapper .calender-service-item.extra-event-div{
    width: 20%;
    flex: 0 0 20%;
}
.left-week-day-wrapper, .right-week-day-wrapper{
    width: 50%;
    padding: 0 15px;
}
.right-week-day-wrapper {
    text-align: left;
}
.cal-week-day{
    display: block;
    font-size: 10px;
    /*padding: 0px 10px;*/
    color: #464E5F;
}
.cal-week-date{
    display: block;
    font-size: 16px;
    color: #464E5F;
    font-weight: 400;
    /*padding: 0px 10px;*/
}
.cal-week-counter {
    font-size: 10px;
    background: #f4f4f4;
    padding: 0px 10px;
    border-radius: 4px;
}
.week-rotate{
    font-size: 30px;
    font-weight: normal;
}
.calendar-prev{margin-left: 5px;}
/****** weekly calendar end ******/

.reminder-box-wrapper {
    float: left;
    position: absolute;
    left: 0px;
    top: 2px;
}

.outbound-new-msg {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 11.8594px;
    line-height: 18px;
    text-align: center;
    color: #ffffff !important;
    background-color: #6f00ff;
    padding: 6px 16px;
    border-radius: 2.62744px;
}



.reminder-box-wrapper {
    float: right;
    position: absolute;
    right: 0px;
    top: 2px;
}

/************ outbound section *************/
.outbound-new-msg {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 11.8594px;
    line-height: 18px;
    text-align: center;
    color: #ffffff !important;
    background-color: #6f00ff;
    padding: 6px 16px;
    border-radius: 2.62744px;
}
.search-field {
    background-color: #f8f8f8;
    border-radius: 2.62883px;
    border: none;
    height: 32px;
    padding-left: 35px;
    margin: 0px 10px;
}
.outbound-filter-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.out-search-wrap .search-icon {
    position: absolute;
    top: 6px;
    left: 15px;
}
.outbound-title-cover {
    width: 26%;
}
.outbound-status-cover {
    width: 17%;
}
.outbound-type-cover {
    width: 10%;
}
.outbound-sender-cover {
    width: 17%;
}
.outbound-sent-cover {
    width: 8%;
}
.outbound-created-cover {
    width: 16%;
}
.outbound-edit-cover {
    width: 6%;
}
.outbound-main-wrapper{
    font-size: 14px;
}

h4.leads-h {
    color: #1a2325;
    padding-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
}
.marketing-List-right {
    width: 86.5% !important;
    float: left;
    max-width: 100%;
    /* padding-right: 0px; */
    padding-top: 15px;
    font-size: 14px;
    margin: 0 auto;
}
.automation-inner-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 35px;
    margin-bottom: 30px;
}
.automation-inner-wrapper .form-control {
    border: 0.728492px solid #d6d6d6;
    border-radius: 2px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.automation-main-heading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.pull-right{float:left;}
/************** new outbound changes ***************/
.upload-content-wrapper {
    position: relative;
}
.outbound-item-row {
    margin-top: 1%;
    margin-bottom: 3%;
}
.out-radio-row {
    margin: 10px 0px;
}
.outbound-type-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 3%;
}
.outbound-rule-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 12.7486px;
    line-height: 19px;
    color: #979797;
}
.outbound-action-title {
    margin-right: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.outbound-upload-details {
    color: #2dc76d;
}
.outbound-upload-area {
    border: 1.4px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10.3145px;
    padding: 10px 20px;
    font-size: 12px;
    margin-top: 10px;
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-upload-file {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #6f00ff;
    background: #ededf5;
    border-radius: 6px !important;
    padding: 1px 9.4px;
    margin-left: auto;
    cursor: pointer;
}
.outbound-upload-area label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.dynamic-content-wrapper label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
.dynamic-content-wrapper select {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    border: 0.728492px solid #d6d6d6;
    border-radius: 2px;
}
.upload-custom-popup {
    position: fixed;
    top: 10%;
    z-index: 10000000;
    right: 20%;
    min-height: 200px;
    display: none;
    background: #fcfcfd;
    border: 0.5px solid #d6d6d6;
    border-radius: 9.73934px;
    width: 323px;
}
.upload-pop-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #23262f;
}
.upload-custom-modal-header {
    display: flex;
    padding: 20px 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-radius: 9.73934px;
}
.upload-custom-modal-content {
    padding: 10px 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 9.73934px;
}
.outbound-upload-area-pop {
    border: 1.4px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10.3145px;
    padding: 5px 15px;
    font-size: 12px;
    margin: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-upload-file-pop {
    padding: 0px;
}
.outbound-upload-area-pop a,
.upload-attach,
.outbound-upload-area-pop a:hover,
.upload-pop-template-link,
.upload-pop-template-link:hover {
    color: #6f00ff;
}
.upload-label-cus-wrap {
    font-style: normal;
    font-weight: 500;
    font-size: 10.3886px;
    line-height: 16px;
    color: #23262f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
    margin-top: 4%;
}
.outbound-select-tag-pop select {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.outbound-upload-pop-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 8%;
}
.out-cancel-pop-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 12.4284px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #464f60;
    background: #ffffff;
    box-shadow: 0px 0px 0px 0.887745px rgb(70 79 96 / 16%);
    border-radius: 5.32647px;
    padding: 4px 10px;
    margin-right: 5%;
}
.out-upload-pop-btn {
    background-color: #6f00ff;
    border-radius: 5.32647px !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12.4284px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 4px 26px;
}
/************** new outbound changes ***************/
button.btn.automation-send-btn {
    background: #6f00ff;
    border-radius: 2.73184px;
    float: right;
    color: #ffffff;
    padding: 10px 30px;
}

.outbound-stat-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.outbound-stat-info {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    cursor: pointer;
}
.out-stat-info-spn {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
}
.purple {
    color: #6f00ff;
}
.userfilter-inner-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 20px;
    margin-bottom: 30px;
}

/* Outbound send whatsapp page css start */
.send-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.leads-h {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 17.7891px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0px;
}
.automation-main-heading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.automation-inner-wrapper .form-control {
    border: 0.728492px solid #d6d6d6;
    border-radius: 2px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.automation-inner-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 35px;
    margin-bottom: 30px;
}
.automation-sub-heading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12.7486px;
    line-height: 19px;
    color: #979797;
}
.automation-section-heading {
    font-family: "Poppins";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
    margin: 10px;
}
.upload-file {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
}
.purple {
    color: #6f00ff;
}
.green {
    color: #2dc76d;
}
.red {
    color: #f82631;
}
.upload-spn-wrap {
    margin-left: 7%;
}
.upload-spn-img {
    margin-right: 1%;
}
.sms-detail::placeholder {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.send-message-condition-label {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-top: 6px;
    margin-bottom: 0;
}
.outbound-stat-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.outbound-stat-info {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}
.out-stat-info-spn {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.userfilter-inner-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 3.64246px 13.6592px rgb(0 0 0 / 8%);
    border-radius: 7.28492px;
    padding: 20px;
    margin-bottom: 30px;
}
.user-filter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.user-seach-wrap input {
    background-color: #ffffff;
    border: 0.888272px solid #dbdde0;
    border-radius: 3.55309px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #606364;
    height: 30px;
    min-width: 209px;
    padding: 3px 10px;
    padding-left: 23px;
}
.filterSearch-icon {
    position: absolute;
    top: 13px;
    left: 8px;
}
.user-sort-wrap button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12.4358px;
    line-height: 19px;
    color: #757575;
    background-color: #ffffff;
    border: 0.888272px solid #dbdde0;
    border-radius: 3.55309px;
}
.userlist-header {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #7c7c7c;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}
.userlist-data .row {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #959595;
    padding: 4px 10px;
    align-items: center;
}
.ul-recipient {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #292d32;
}
.userlist-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 22px;
}
.user-pg-enteries {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 10.5344px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}
.user-pagination-sb-wrap ul {
    margin: 0px;
}
.userlist-pg-item {
    margin: 0px 2.6px;
}
.user-pagination-sb-wrap .page-link {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #757575;
    border: 1px solid #e2e2e6;
    border-radius: 3px;
    padding: 5px 10px;
}
.userlist-pg-item.active .page-link {
    color: #fff;
    background-color: #606364;
}
.sort-by {
    border: 0.728492px solid #d6d6d6;
    border-radius: 2px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}
.outbound-contact-name,
.outbound-company-name {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #959595;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}
.outbound-status-Failed {
    color: red;
}

.outbound-status-Sent {
    color: green;
}

.outbound-status-Opened {
    color: #6f00ff;
}
/* Outbound send whatsapp page css end */
/***************** outbound setion end **************/

.nav-item.dropdown.importance-main-menu {
    width: 100%;
    background: #ffffff;
}
ul.nav.nav-tabs.status-tabs .nav-link:focus, ul.nav.nav-tabs.status-tabs .nav-link:hover, ul.nav.nav-tabs.status-tabs .nav-link, ul.nav.nav-tabs.status-tabs .nav-link {
    border-color: #eceeef #eceeef #ddd;
    border: 0px solid transparent;
}
li.nav-item.dropdown.importance-main-menu a.nav-link.dropdown-toggle, li.nav-item.dropdown.select-network a.nav-link.dropdown-toggle {
    padding: 0px;
}
.nav-item.dropdown.importance-main-menu::after {
    border-right: none;
}
.nav-item.dropdown.importance-main-menu .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 9px;
}
.nav-tabs.status-tabs{padding: 0px;}
.custom-close-action{cursor: pointer;position: absolute; left:20px;}
.send-sms-details-wrapper {
    max-height: 300px;
    overflow-y: scroll;
}

.send-sms-details-wrapper, .send-whatsapp-details-wrapper {
    background: #ffffff;
    border: 0.413333px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2.06667px;
    direction: rtl;
}
.ml-2 {
    margin-left: .5rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}
.send-sms-details-wrapper::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #787878;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.send-sms-details-wrapper::-webkit-scrollbar {
    width: 6px;
}

.call-deals-base::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Report page css start */
.overview-rep-wrapper {
    margin: 20px auto;
}
.report-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.report-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 18px;
    color: #000000;
    padding: 5px 30px;
}
.report-body-wrap {
    margin-top: 25px;
}
.report-info-card {
    background-color: #ffffff;
    border-radius: 6px;
    height: 157px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rep-info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.rep-info-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.rep-info-data {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #000000;
    font-family: 'Poppins' !important;
}
.user-rep-wrapper {
    margin-bottom: 15px;
}

.rep-time-rate {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
}
.rep-time-rate.positive {
    color: #2DC76D;
}
.rep-time-rate.negative {
    color: #FF4B55;
}
.rep-day-rate {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #757575;
}
.report-graph-wrap {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 25px;
}
.pie-graph-value {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    letter-spacing: 0.441166px;
    color: #263238;
    margin-top: 5px;
}
.rep-detail-list-wrap {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
    margin-top: 25px;
}
.rep-list-sub-wrap {
    display: flex;
    align-items: center;
}
.rep-member-col {
    width: 28%;
}
.rep-participated-col {
    width: 20%;
}
.rep-closed-col {
    width: 16%;
}
.rep-pending-col {
    width: 16%;
}
.rep-response-col {
    width: 20%;
}
.rep-participated-col span, .rep-closed-col span, .rep-pending-col span, .rep-response-col span {
    margin-left: 6px;
}
.rep-list-sub-wrap.rep-list-header {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 10px 0px;
    border-bottom: 1px solid #eeeeee;
}
.rep-list-sub-wrap.rep-list-body {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 10px;
    border-top: 1px solid #eeeeee;
}
/* Report page css end */


@media only screen and (max-width: 480px) {
    .clinics-login-inner-wrap, .clinics-signup-inner-wrap, .clinics-otp-inner-wrap{
        width: 100%;
    }
    .booking-calender-wrapper, .my-booking-card-wrapper {
        padding: 0;
    }
    .time-item{width: 90%;}
    .patient-booking-section, .my-booking-section {
        height: auto;
    }
    .my-booking-title-row{ margin-top: 3rem;}
}