:root {
    --white: #fff;
    --black: #000;
    --gray-f: #F5F5F5;
    --gray-a: #AAAAAA26;
    --gray-d: #DADADA;
    --gray-c: #5C5C5C;
    --gray-9: #909090;
    --gray-5: #505050;
    --black-b: #0B0B0B;
    --light-blue: #40A0D9;
    --pink: #F755A5;
    --darkblue: #16479A;
    --blue-07: #074DA0;
    --red: #F14444;
    --green: #01AE85;
    --yellow: #FEC06B;
    --red-f: #FE5C4F;
    --orange: #FF8850;
    --purple: #AE61C1;
    --f-52: 52px;
    --f-14: 14px;
    --f-12: 12px;
    --f-20: 20px;
    --f-18: 18px;
    --f-26: 26px;
    --f-24: 24px;
    --f-22: 22px;
    --fw-medium: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --f-32: 32px;
    --f-28: 28px
}

@font-face {
    font-family: Moonlight;
    src: url(../../fonts/MOON_LIGHT.ttf) format("truetype")
}

@font-face {
    font-family: Moonbold;
    src: url(../../fonts/MOON_BOLD.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: Avenir;
    src: url(../../fonts/Avenir-Light.ttf) format("truetype");
    font-weight: 300
}

@font-face {
    font-family: Avenir;
    src: url(../../fonts/Avenir-Book.ttf) format("truetype");
    font-weight: 400
}

@font-face {
    font-family: Avenir;
    src: url(../../fonts/Avenir-Medium.ttf) format("truetype");
    font-weight: 500
}

@font-face {
    font-family: Avenir;
    src: url(../../fonts/Avenir-Black.ttf) format("truetype");
    font-weight: 700
}

@font-face {
    font-family: Avenir;
    src: url(../../fonts/Avenir-Heavy.ttf) format("truetype");
    font-weight: 900
}

@font-face {
    font-family: Avenir;
    src: url(../../fonts/Avenir-HeavyOblique.ttf) format("truetype");
    font-weight: 900;
    font-style: italic
}

.sidebar-div {
    width: 280px;
    height: 100vh !important;
    position: fixed !important;
    top: 70px !important;
}

.appointments_total_follow-up {
    background: var(--red-f) !important;
}

.sidebar p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}

.sidebar .nav-item>a.active,
.sidebar .nav-item>a:hover {
    background: rgba(64, 160, 217, .15) !important
}

.sidebar .nav-item>a.active p {
    color: #074DA0;
}

.sidebar-dropdown li {
    margin: 7px 0
}

.sidebar-dropdown a {
    padding: 0 15px;
    border-left: 3px solid transparent
}

.sidebar-dropdown li a {
    font-weight: 500
}

.follow-up-name .name {
    font-weight: 600;
   
}

.sidebar-dropdown a.active,
.sidebar-dropdown a:hover {
    border-left: 3px solid var(--light-blue)
}

.sidebar-dropdown {
    margin-left: 5px;
}


/*body{
    overflow: hidden;
    height: calc(100vh - 0px);
}*/

.dashboard_title {
    padding-top: 40px;
}

.navbar {
    position: sticky !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    top: 0px;
    z-index: 1;
}

.list-down-btn-center-admin svg.rotate-svg-mis-reports,
.list-down-btn-mis-reports svg.rotate-svg-mis-reports {
    transform: rotate(180deg);
    transition: .2s all linear
}

.follow-up-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 25px 40px;
}

@media only screen and (max-width:1440px) {
    .sidebar-div {
        width: 218px
    }
    .sidebar .nav-item object {
        width: 20px
    }
    .sidebar a {
        font-size: 13px;
        padding: 10px 3px 9px 10px !important;
    }
    .main-sidebar-ul li {
        padding: 0px !important;
    }
    .sidebar-dropdown {
        margin-left: 45px
    }
}

.login-img {
    background-image: url("../../images/Group 33849.svg");
    background-size: cover;
    background-position: center right;
    height: 100vh;
    width: 100%
}

.login-box .card {
    max-width: 430px
}

.login-box input {
    border: 0;
    border-bottom: 1px solid var(--gray-d)
}

input[type=date]::-webkit-calendar-picker-indicator {
    background-image: url("../../images/Path 42040.svg");
    background-size: 18px
}

input[type=time]::-webkit-calendar-picker-indicator {
    background-image: url(../../images/clock.svg);
    background-size: 20px
}

.my-dropdown-hover a:hover {
    color: var(--light-blue);
    background-color: rgba(64, 160, 217, .15)
}

.border-table-0 td {
    border: 0 !important;
    text-align: left;
    padding: 5px 0 0 0 !important
}

.border-table-0 th {
    border: 0 !important;
    text-align: left;
    padding: 20px 0 0 0 !important
}

.table>:not(:first-child) {
    border-top: 0 solid currentColor !important
}


/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */

.datepicker-container {
    background-color: #fff;
    direction: ltr;
    font-size: 12px;
    left: 0;
    line-height: 30px;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 210px;
    z-index: -1
}

.datepicker-container::after,
.datepicker-container::before {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.datepicker-dropdown {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    z-index: 1
}

.datepicker-inline {
    position: static
}

.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #39f
}

.datepicker-top-left::after,
.datepicker-top-left::before,
.datepicker-top-right::after,
.datepicker-top-right::before {
    border-top: 0;
    left: 10px;
    top: -5px
}

.datepicker-top-left::before,
.datepicker-top-right::before {
    border-bottom-color: #39f
}

.datepicker-top-left::after,
.datepicker-top-right::after {
    border-bottom-color: #fff;
    top: -4px
}

.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #39f
}

.datepicker-bottom-left::after,
.datepicker-bottom-left::before,
.datepicker-bottom-right::after,
.datepicker-bottom-right::before {
    border-bottom: 0;
    bottom: -5px;
    left: 10px
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
    border-top-color: #39f
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
    border-top-color: #fff;
    bottom: -4px
}

.datepicker-bottom-right::after,
.datepicker-bottom-right::before,
.datepicker-top-right::after,
.datepicker-top-right::before {
    left: auto;
    right: 10px
}

.datepicker-panel>ul {
    margin: 0;
    padding: 0;
    width: 102%
}

.datepicker-panel>ul::after,
.datepicker-panel>ul::before {
    content: " ";
    display: table
}

.datepicker-panel>ul::after {
    clear: both
}

.datepicker-panel>ul>li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px
}

.datepicker-panel>ul>li:hover {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li.highlighted:hover {
    background-color: #cce5ff
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
    color: #39f
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
    background-color: #fff;
    color: #ccc;
    cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e5f2ff
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
    width: 150px
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
    background-color: #fff;
    cursor: default
}

.datepicker-hide {
    display: none
}

#appointment-leads .completed-lead,
#appointment-leads button.dropdown-toggle {
    font-size: 14px
}

.status-completed-row {
    background-color: rgba(1, 174, 133, .06)!important;
}

.status-cancelled-row {
    background-color: rgba(254, 92, 79, .4)!important;
}

@media only screen and (max-width:1440px) {
    #appointment-leads .completed-lead,
    #appointment-leads button.dropdown-toggle {
        font-size: 12px
    }
}

.header-items-small a {
    font-size: var(--f-24);
    /*height: 38px;*/
    line-height: 32px
}

.header-items-small a span {
    font-size: 16px
}

@media only screen and (max-width:1440px) {
    .header-items-small a {
        font-size: var(--f-18)
    }
    .header-items-small a span {
        font-size: var(--f-14)
    }
}

.balance-arrow svg {
    transform: rotate(180deg);
    transition: .3s all linear
}

.add_group_down_main_two svg {
    transform: rotate(180deg);
    transition: .3s all linear
}

.add_group_down_main svg {
    transform: rotate(180deg);
    transition: .3s all linear
}

.two_add_group_down_main svg {
    transform: rotate(180deg);
    transition: .3s all linear
}

.add_group_down_main_two_new svg {
    transform: rotate(180deg);
    transition: .3s all linear
}

.two_new_add_group_down_main svg {
    transform: rotate(180deg);
    transition: .3s all linear
}

.rotate-balance-arrow svg {
    transition: .3s all linear;
    transform: rotate(0)
}

.rotate_add_group_down_main svg {
    transition: .3s all linear;
    transform: rotate(0)
}

.rotate_add_group_down_main_two svg {
    transition: .3s all linear;
    transform: rotate(0)
}

.rotate_two_add_group_down_main svg {
    transition: .3s all linear;
    transform: rotate(0)
}

.rotate_add_group_down_main_two_new svg {
    transition: .3s all linear;
    transform: rotate(0)
}

.rotate_two_new_add_group_down_main svg {
    transition: .3s all linear;
    transform: rotate(0)
}

#clients-tabs .nav-item>a {
    padding: 0;
    font-size: var(--f-22);
    border-bottom: 2px solid transparent
}

#clients-tabs .nav-item>a.active,
#clients-tabs .nav-item>a:hover {
    color: var(--blue-07) !important;
    border-bottom: 2px solid var(--blue-07)
}

.client-form-tab table,
.client-form-tab table td,
.client-form-tab table tr {
    border: 0
}

.client-form-tab table td {
    margin: 10px 20px
}

.delete-feilds svg:hover {
    background-color: var(--light-blue);
    border-radius: 50%
}

.delete-feilds svg:hover #Path_3320 {
    fill: #fff
}

@media only screen and (max-width:1440px) {
    .client-form-tab input,
    .client-form-tab label,
    .client-form-tab select,
    .client-form-tab span,
    .client-form-tab textarea {
        font-size: 11px
    }
    .client-form-tab input[type=checkbox],
    .client-form-tab input[type=radio] {
        margin-top: .75em
    }
    .client-form-tab input[type=date]::-webkit-calendar-picker-indicator {
        background-size: 14px
    }
    .client-form-tab input[type=time]::-webkit-calendar-picker-indicator {
        background-size: 16px
    }
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
    cursor: pointer
}

@media only screen and (max-width:1440px) {
    .timeline-table td {
        padding: 5px auto !important
    }
    .timeline-section input,
    .timeline-section label,
    .timeline-section select,
    .timeline-section span,
    .timeline-section textarea {
        font-size: 12px
    }
    .timeline-section input[type=checkbox],
    .timeline-section input[type=radio] {
        margin-top: .75em
    }
    .timeline-section input[type=date]::-webkit-calendar-picker-indicator {
        background-size: 14px
    }
    .timeline-section input[type=time]::-webkit-calendar-picker-indicator {
        background-size: 16px
    }
}

* {
    font-family: Avenir;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: var(--gray-f) !important;
}

.f-14 {
    font-size: var(--f-14)
}

.f-20 {
    font-size: var(--f-20)
}

.f-26 {
    font-size: var(--f-26)
}

.f-24 {
    font-size: var(--f-24)
}

.f-32 {
    font-size: var(--f-32)
}

.gray-9 {
    color: var(--gray-9) !important
}

h1 {
    font-size: 42px;
    line-height: 49px;
    font-family: Moonbold
}

h2 {
    font-size: 32px !important;
    line-height: 49px;
    font-family: Moonbold
}

h3 {
    font-size: 32px;
    font-family: Avenir;
    font-weight: 500;
    line-height: 37px
}

h4 {
    font-size: 22px !important;
    font-family: Avenir;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0 !important
}

.client-details-consultation-tabs .nav-link {
    font-size: 17px !important
}

.container-fluid.container-fluid::-webkit-scrollbar,
.sidebar-div::-webkit-scrollbar {
    display: none
}

.book-appintment-calender {
    margin-top: 30px !important;
    margin-bottom: 70px
}

.book-appintment-calender .fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2c3e50;
    background-color: #1b479a;
    border-color: #2c3e50;
    border-color: #1b479a
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--blue-07) !important;
    border-color: var(--blue-07) !important;
}

.header {
    background: transparent linear-gradient(270deg, #f755a5 0, #16479a 100%) 0 0 no-repeat padding-box;
    height: 70px;
    padding: 0 46px;
    z-index: 9999;
}

.offcanvas-end {
    z-index: 99999 !important;
}

.offcanvas-backdrop.fade {
    opacity: .5 !important;
}

.header .dropdown-menu {
    border-radius: 10px;
    width: 250px
}

button::after {
    display: none !important
}

button:focus {
    box-shadow: none !important
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--light-blue) !important
}

.select-dropdown {
    margin-right: 40px
}

.select-dropdown button {
    width: 250px;
    font-size: var(--f-14);
    line-height: 20px;
    font-weight: 500
}

.select-dropdown button svg {
    fill: var(--black-b);
    font-weight: 500;
    right: 14px;
    top: 12px;
    position: absolute
}

.select-dropdown .dropdown-menu li a {
    font-size: var(--f-14);
    border-radius: 5px;
    color: var(--black-b)
}

.select-dropdown li a:hover,
.select-dropdown li.active a {
    background: rgba(64, 160, 217, .15) !important;
    color: var(--light-blue) !important;
    border-radius: 5px
}

.user-dropbar ul li:first-child+li {
    padding-top: 5px
}

.user-dropbar ul li:last-child {
    margin-top: 5px
}

.user-dropbar ul li:first-child+li,
.user-dropbar ul li:last-child {
    border-top: 1px solid var(--gray-d)
}

.user-dropbar a {
    padding: 9px 4px 9px 0;
    color: var(--black-b);
    font-weight: 500
}

.user-dropbar a:hover {
    background-color: transparent
}

.user-dropbar .chevron-left {
    top: 34%
}

.responsive_main {
    width: 100%;
    margin-left: 280px;
    /*    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: scroll*/
}

.book-appintment-calender-one {
    padding: 20px 20px 0 20px;
    border: 1px solid #dadada;
    border-radius: 4px
}

.book-appintment-calender-one-border h5 {
    color: #0b0b0b;
    font-size: 20px;
    font-weight: 600
}

.book-appintment-calender-one-border h6 {
    color: #0b0b0b;
    font-size: 16px;
    font-weight: 500
}

.book-appintment-calender-one-border h6 span {
    color: #074da0
}

.book-appintment-calender-one-border ul {
    padding: 0;
    display: flex;
    justify-content: end;
    margin-bottom: 0
}

.book-appintment-calender-one-border ul li {
    list-style: none;
    float: left;
    margin-left: 20px
}

.book-appintment-calender-one-border ul li .ri-mail-fill {
    color: #fe5c4f;
    font-size: 20px;
    border: 1px solid #fe5c4f;
    padding: 7px 7px 7px 7px;
    border-radius: 40px
}

.book-appintment-calender-one-border ul li .ri-phone-fill {
    color: #01ae85;
    font-size: 20px;
    border: 1px solid #01ae85;
    padding: 7px 7px 7px 7px;
    border-radius: 40px
}

.book-appintment-calender-one-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    align-items: center;
    margin-bottom: 10px
}

.book-appintment-calender-one label {
    color: #0b0b0b;
    font-size: 16px;
    margin-bottom: 10px
}

.book-appintment-calender-one h4 {
    color: #0b0b0b;
    font-size: 15px !important;
    margin-bottom: 20px !important
}

.book-appintment-calender-two {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px
}

.book-appintment-calender-two label {
    width: 100%;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 7px
}

.book-appintment-calender-two input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 14px;
    border-radius: 4px;
    outline: 0 !important;
    padding-left: 10px
}

.book-appintment-calender-two input.disabled {
    background: #f5f5f5
}

.book-appintment-calender-two select {
    width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    padding-left: 10px;
    border-radius: 4px;
    outline: 0 !important;
    cursor: pointer
}

.book-remarks-balance-due {
    margin-bottom: 10px
}

.book-remarks-balance-due label {
    width: 100%;
    color: #333;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 7px
}

.book-remarks-balance-due input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 14px;
    border-radius: 4px;
    outline: 0 !important;
    padding-left: 10px
}

.book-appintment-calender-button {
    margin-bottom: 20px;
    display: flex;
    justify-content: end;
    padding: 0
}

.book-appintment-calender-cancel {
    background: #fff;
    border: 1px solid #074da0;
    color: #074da0;
    padding: 7px 25px 7px 25px;
    margin-right: 20px;
    border-radius: 5px;
    outline: 0 !important;
    cursor: pointer;
    text-decoration: none;
}

.book-appintment-calender-save {
    background: #074da0;
    border: 1px solid #074da0;
    color: #fff;
    padding: 7px 25px 7px 25px;
    margin-right: 20px;
    border-radius: 5px;
    outline: 0 !important;
    cursor: pointer
}

.dashboard {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 24px 80px 24px 80px;
    height: calc(100vh - 127px)
}

.dashboard .col-4>div {
    border-radius: 10px;
    height: 126px;
}

.header {
    padding: 0 80px
}

.footer-main {
    padding: 0 80px
}

.login-box h4 {
    font-weight: 500
}

.dashboard .col-4 {
    position: relative
}


/*.dashboard .right-arrow {
    position: absolute;
    right: 30px;
    top: 37%
}*/

.dashboard_box_new {
    min-height: 136px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
    background-color: #000 !important;
    border: 0 !important;
    font-size: var(--f-14)
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important
}

table th:first-child {
    border-radius: 6px 0 0 6px
}

table th:last-child {
    border-radius: 0 6px 6px 0
}

th {
    padding: 15px 20px !important;
    vertical-align: middle !important
}

td {
    padding: 20px !important;
    vertical-align: middle !important;
    color: var(--gray-5)
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before {
    bottom: 34% !important;
    margin-right: 30px !important
}

table.dataTable>thead .sorting_asc_disabled,
table.dataTable>thead .sorting_desc_disabled {
    cursor: unset !important;
    position: unset !important
}

table.dataTable>thead .sr-sort.sorting:after,
table.dataTable>thead .sr-sort.sorting:before,
table.dataTable>thead .sr-sort.sorting_asc:after,
table.dataTable>thead .sr-sort.sorting_asc:before,
table.dataTable>thead .sr-sort.sorting_asc_disabled:after,
table.dataTable>thead .sr-sort.sorting_asc_disabled:before,
table.dataTable>thead .sr-sort.sorting_desc:after,
table.dataTable>thead .sr-sort.sorting_desc:before,
table.dataTable>thead .sr-sort.sorting_desc_disabled:after,
table.dataTable>thead .sr-sort.sorting_desc_disabled:before {
    margin-right: -5px !important
}

.active-status {
    font-size: var(--f-14);
    background-color: var(--green)
}

.closed-status {
    font-size: var(--f-14);
    background-color: var(--red-f)
}

.due-today {
    font-size: var(--f-14);
    background-color: var(--yellow)
}

.active-status-blue {
    font-size: var(--f-14);
    background-color: var(--light-blue)
}

.checked-status {
    font-size: var(--f-14);
    background-color: var(--purple)
}

.arrived-status {
    font-size: var(--f-14);
    background-color: var(--orange)
}

.engaged-status {
    font-size: var(--f-14);
    background-color: var(--pink)
}

.dataTables_info {
    color: var(--black-b);
    font-weight: var(--fw-medium)
}

.dataTables_wrapper .pagination li {
    padding: 1px 3px;
    margin-left: 5px
}

.dataTables_wrapper .pagination li a {
    border: 0 !important;
    background-color: transparent !important;
    color: var(--black-b) !important;
    font-weight: 900 !important;
    box-shadow: none !important
}

.dataTables_wrapper .pagination li.next a,
.dataTables_wrapper .pagination li.previous a {
    color: var(--light-blue) !important
}

.dataTables_wrapper .pagination li.next.disabled a,
.dataTables_wrapper .pagination li.previous.disabled a {
    color: var(--gray-5) !important
}

.dataTables_wrapper .pagination li.active,
.dataTables_wrapper .pagination li:hover {
    color: var(--white) !important;
    background-color: var(--light-blue) !important;
    border-radius: 5px !important
}

.dataTables_wrapper .pagination li a:hover,
.dataTables_wrapper .pagination li.active a {
    color: var(--white) !important
}

.dataTables_wrapper .pagination li.next a:hover,
.dataTables_wrapper .pagination li.next:hover,
.dataTables_wrapper .pagination li.previous a:hover,
.dataTables_wrapper .pagination li.previous:hover {
    color: var(--light-blue) !important;
    background-color: transparent !important
}

.required {
    color: var(--red)
}

input:focus,
select:focus,
textarea:focus {
    background-color: var(--gray-f) !important
}

input[type=submit]:focus {
    background-color: var(--blue-07) !important;
    color: var(--white) !important
}

.btn:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.form-check-input:checked {
    background-color: var(--light-blue) !important;
    border-color: var(--light-blue) !important
}

.form-check-input {
    border: 1px solid var(--light-blue) !important
}

.form-check-input[type=checkbox] {
    border-radius: 0 !important
}

.search object {
    width: 20px
}

.search input {
    padding-left: 35px !important;
    margin-right: 10px;
}

.date_picker_bg .form-control {
    background-color: #fff !important;
}

.add_lead_a_bg {
    color: #16479A;
    text-decoration: none;
    letter-spacing: 1px;
    border: none !important;
}

.main-sidebar-ul {
    height: calc(100vh - 121px);
    overflow: hidden;
    width: 100%;
    display: block !important;
    overflow-y: auto;
}

.left_side_copy_right {
    font-size: 16px;
}

.main-sidebar-ul li a {
    font-size: 15px;
}

.main-sidebar-ul li a object {
    width: 28px;
    height: 28px;
}

.form-exclaimation {
    top: 18%;
    right: 10px
}

.select2-selection--multiple {
    padding: .375rem 2.25rem .375rem .75rem !important;
    border: 1px solid var(--gray-d) !important
}

.select2-selection__choice {
    margin: 0 5px 1px 0 !important
}

.select2-selection.select2-selection--single {
    padding: 0.25rem 2.25rem 0.25rem 0.75rem !important;
    height: 100% !important;
    min-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    height: auto !important
}

.select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important
}

.popover {
    max-width: 316px;
    z-index: 9999 !important
}

.popover-body {
    color: var(--red-f) !important;
    font-size: 12px;
    padding: 8px 12px !important;
    z-index: 9999 !important
}

.offcanvas-backdrop {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    filter: brightness(50%)
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

#billing-module .sorting,
#center-admin .sr-sort,
#center-therapist .sorting_asc,
#center-therapist .sr-sort,
#client-master .sorting,
.sr-sort {
    position: unset !important;
    cursor: unset !important
}

.scroll-indicator-css::-webkit-scrollbar {
    width: 8px
}

.scroll-indicator-css::-webkit-scrollbar-track {
    background-color: rgba(7, 77, 160, .15);
    border-radius: 10px
}

.scroll-indicator-css::-webkit-scrollbar-thumb {
    background: var(--blue-07);
    border-radius: 10px
}

.guidance-letter .ql-formats {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ddd
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: var(--light-blue)
}

.ql-editor.ql-blank::before {
    font-style: normal !important;
    font-size: 16px
}

.set-availability .add-plus svg:hover {
    background-color: var(--light-blue);
    border-radius: 50%
}

.set-availability .add-plus:hover #Path_42255 {
    fill: var(--white)
}

.set-availability table tr td,
.set-availability table tr th {
    padding: 5px 10px !important
}

.template-row:first-child {
    display: none
}

@media only screen and (max-width:1640px) {
     :root {
        --f-52: 42px;
        --f-14: 14px;
        --f-20: 18px;
        --f-18: 16px;
        --f-24: 22px;
        --fw-medium: 500;
        --f-26: 24px;
        --f-22: 18px;
        --f-28: 22px;
        --f-32: 24px
    }
    h4 {
        font-size: var(--f-20) !important
    }
    h2 {
        font-size: 22px !important;
        line-height: 32px
    }
    th {
        padding: 10px 5px !important;
        font-size: 12px
    }
    td {
        padding: 15px 5px !important;
        font-size: 12px !important
    }
    label {
        font-size: 16px
    }
    table .dropdown-menu li a {
        font-size: 12px
    }
    table td>.btn {
        font-size: 12px !important
    }
    .active-status {
        font-size: 12px
    }
    .arrived-status,
    .checked-status,
    .closed-status,
    .engaged-status {
        font-size: 12px
    }
    .due-today {
        font-size: 12px
    }
    .active-status-blue {
        font-size: 12px
    }
    .search object {
        width: 20px
    }
    .dashboard object {
        width: 30px;
    }
    /*.dashboard object img{
        width: 30px;
    }*/
    .dashboard .col-4>div {
        border-radius: 10px;
        padding: 35px 40px 35px 30px !important;
        height: auto;
    }
    .dashboard h3 {
        font-size: 17px;
    }
    .client-details-consultation-tabs .nav-link {
        font-size: 15px !important
    }
    .add-bill-form input,
    .add-bill-form label,
    .add-bill-form select {
        font-size: 12px
    }
    .add-bill-form .rupee-icon-value {
        font-size: 12px
    }
    .form-exclaimation {
        top: 10%;
        right: 10px
    }
    input[type=date].date-img::-webkit-calendar-picker-indicator {
        background-size: 14px
    }
    .set-availability input[type=time]::-webkit-calendar-picker-indicator {
        background-size: 16px
    }
}

.tabs_guidance_css.active {
    background-color: var(--blue-07);
    font-size: var(--f-12);
    border-radius: 40px;
    border: 1px solid var(--blue-07);
}

.tabs_guidance_css1.active {
    background-color: var(--green);
    font-size: var(--f-12);
    border-radius: 40px;
    border: 1px solid var(--green);
}

.tabs_guidance_css {
    background-color: #5C5C5C;
    font-size: var(--f-12);
    border-radius: 40px;
    border: 1px solid #5C5C5C;
}

.end_dot_new_class {
    margin-bottom: 90px;
}

.limit-dropdown {
    display: flex;
    float: left;
    align-items: center;
    margin-bottom: 10px;
}

.limit-dropdown select {
    margin-left: 10px;
    margin-right: 10px;
}

.search_close_button .ri-close-line {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 18px;
    font-weight: 500;
}

#kt_modal_add_customer_billing_info label {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0B0B0B;
}

#kt_modal_add_customer_billing_info button[type="button"] {
    background-color: #fff;
    font-size: var(--f-18);
    font-weight: var(--fw-medium);
    border: 1px solid #074DA0 !important;
    color: #074DA0 !important;
    float: right;
    margin-top: 20px;
}

.date_after_class:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z'/%3E%3C/svg%3E");
    width: 17px;
    height: 16px;
    position: relative;
    right: 25px;
    pointer-events: none;
}

.time_after_class:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8h4v2h-6V7h2v5z'/%3E%3C/svg%3E");
    width: 18px;
    height: 16px;
    position: relative;
    right: 30px;
    pointer-events: none;
    top: -1px;
}
.add-more-row-block{
    display: block;
}
.block_date_ul{
    display: flex;
}
#block_time{
    display: block;
}
.block_date_ul ul{
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 2px;
}
.block_date_ul ul li{
    padding-right: 20px;
}
.block_date_ul 
.bookappointment_bg {
    background-color: #fff;
    padding: 20px;
}

.bookappointment_bg_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.bookappointment_bg_one_left {}

.bookappointment_bg_one_left h5 {
    color: #0B0B0B;
    font-size: 26px;
    font-weight: 600;
}

.bookappointment_bg_one_right {
    display: flex;
}

.bookappointment_bg_one_right select {
    border: 1px solid #DADADA;
    background: #fff;
    padding: 7px 22px 8px 22px;
    border-radius: 5px;
    color: #5C5C5C;
    font-size: 14px;
    -webkit-appearance: none;
}

.bookappointment_bg_one_right_select:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z' fill='rgba(92,92,92,1)'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    position: absolute;
    pointer-events: none;
    right: 10px;
    margin-top: -23px;
}

.button_add {
    background: #074DA0;
    color: #fff;
    border: 1px solid #074DA0;
    padding: 5px 16px 6px 15px;
    border-radius: 5px;
    height: 40px;
    text-decoration: none;
    font-size: 14px;
}

.button_add:hover {
    color: #fff;
}

.bookappointment_bg_one_right_a {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 2px;
}

.bookappointment_bg_one_right_h6 {}

.bookappointment_bg_one_right_h6 a {
    color: #0B0B0B !important;
    font-size: 14px;
    text-decoration: none !important;
}

.bookappointment_bg_one_right_h6 h6 {
    margin-bottom: 0px;
    border: 1px solid #DADADA;
    padding: 4px 18px 8px 16px;
    border-radius: 5px;
    margin-top: -2px;
}

.bookappointment_bg_one_right_h6 h6 span {
    position: relative;
    top: -3px;
    margin-right: 4px;
}

.bookappointment_bg_one_right_h6 h6 .ri-list-unordered {
    color: #40A0D9;
    position: relative;
    top: 2px;
    font-size: 20px;
}

.bookappointment_bg_one_center {
    display: flex;
}

.bookappointment_bg_one_center_one {
    display: flex;
    align-items: baseline;
}

.bookappointment_bg_one_center h6 {
    color: #0B0B0B;
    font-size: 16px;
    padding-right: 20px;
}

.scheduled_round {
    background: #01AE85;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    margin-right: 10px;
}

.bookappointment_bg_one_center_two {
    display: flex;
    align-items: baseline;
}

.completed_round {
    background: #FEC06B;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    margin-right: 10px;
}

.bookappointment_bg_one_center_three {
    display: flex;
    align-items: baseline;
}

.blocked_round {
    background: #FE5C4F;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    margin-right: 10px;
}

.blocked_round1 {
    background: #3c8dbc;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    margin-right: 10px;
}


/* 04-03-2022 start dhaval */

.fc-toolbar-chunk>div {
    display: flex;
    align-items: center;
}

.fc-toolbar-chunk .fc-today-button {
    background-color: transparent !important;
    color: #074DA0 !important;
    font-size: 17px !important;
    border: none !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.fc-toolbar-chunk .fc-prev-button {
    background-color: transparent !important;
    border: 1px solid #40A0D9 !important;
    border-radius: 30px !important;
    margin-right: 20px !important;
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.fc-toolbar-chunk .fc-prev-button .fc-icon-chevron-left {
    color: #40A0D9;
    font-size: 18px !important;
}

.fc-toolbar-chunk .fc-next-button {
    background-color: transparent !important;
    border: 1px solid #40A0D9 !important;
    border-radius: 30px !important;
    margin-right: 20px !important;
    width: 30px;
    height: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 20px !important;
}

.fc-toolbar-chunk .fc-next-button .fc-icon-chevron-right {
    color: #40A0D9;
    font-size: 18px !important;
}

.fc-toolbar-chunk .fc-toolbar-title {
    color: #0B0B0B;
    font-size: 26px !important;
}

.fc-timegrid-divider {
    display: none;
}


/* .fc-scrollgrid-section td{
    padding: 0px 20px !important;
} */

.fc-scrollgrid-sync-inner a {
    color: #0B0B0B;
    text-decoration: none;
    font-weight: 500;
}

.fc-scrollgrid-sync-inner a:hover {
    color: #0B0B0B;
    text-decoration: none !important;
    font-weight: 500;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    background: #074DA0 !important;
    border: 1px solid #074DA0 !important;
    color: #fff !important;
}

.fc-button-primary {
    background: #F5F5F5 !important;
    border: 1px solid #F5F5F5 !important;
    color: #5C5C5C !important;
}

.fc-nextYear-button {
    display: none !important;
}

.fc-prevYear-button {
    display: none !important;
}

.bookappointment_bg_one_right_select {
    position: relative;
}


/* 04-03-2022 End dhaval */


/* 11-03-2022 Nirav Start */

.clearfix {
    clear: both;
}

.therapist-client-listing-design {
    display: inline-grid !important;
}

.therapist-client-listing-design ul {
    display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0 1em;
    white-space: nowrap;
    padding-bottom: 10px;
}

.therapist-client-listing-design li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.therapist-client-listing-design ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.therapist-client-listing-design ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.therapist-client-listing-design ul::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #1e479a;
}


/* 11-03-2022 Nirav End */


/* 29-03-2022 dhaval */

.addform_interested span .select2-selection--multiple {
    padding: 2px 10px 13px 10px !important;
}

.addform_interested span .select2-selection--multiple .select2-search__field {
    height: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dadada !important;
    border-radius: 4px;
}

.client_details_balance {
    align-items: baseline;
}

.client_details_balance p {
    margin-bottom: 0px;
    margin-right: 10px;
}

.client_details_balance a {
    position: relative;
    top: -4px;
}

.cancel_bill_popup {
    margin-top: 10px;
}
.cancel_button {
background-color: transparent;
    color: #0a58ca !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 9px 20px;
    height: 40px;
    text-decoration: none;
    border: 1px solid #0a58ca;
    border-radius: 5px;
    margin-left: 20px;
}
.billing_table_responsive {
    height: calc(100vh - 290px);
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #1e479a;
}

.paginate_new_class {
    margin-top: 27px !important;
}

.add_payment_top_p {
    min-height: 26px;
}

body.loader-blare .wrapper {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.loader-bg {
    width: 100%;
    height: 100%;
    background: #00000033;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    top: 0px;
}
.cancel_remarks_h6{
    display: flex !important;
    flex-direction: column;
}
.cancel_remarks_h6 h6{
    font-size: 10px;text-align: center;padding-top: 7px;color: #333;
}
.loader-bg h3 {
    position: fixed;
    color: #303a7a;
    font-size: 20px;
}

.loader {
    width: 6em;
    height: 6em;
    font-size: 22px;
    box-sizing: border-box;
    border-top: 0.3em solid #983566;
    border-radius: 50%;
    position: relative;
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
}

.loader span {
    position: absolute;
    color: #FF5E31;
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 10em;
    font-family: sans-serif;
    animation: rotating 2s linear infinite;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-sizing: border-box;
    top: -0.2em;
}

.loader:::before {
    border-top: 0.3em solid dodgerblue;
    transform: rotate(120deg);
}

.loader::after {
    border-top: 0.3em solid #163778;
    transform: rotate(240deg);
}

@keyframes rotating {
    50% {
        transform: rotate(calc(180deg));
    }
    100% {
        transform: rotate(calc(360deg));
    }
}

.app_new {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    overflow-y: scroll;
}

.referrals_bg_main {}

.referrals_bg_main label {
    color: #333;
    font-size: 17px;
    width: 100%;
    font-weight: 600;
    padding-bottom: 12px;
    font-family: Avenir;
}
.referrals_bg_main label span{
    color: #F755A5;
}

.referrals_bg_main .form-control {
    margin-bottom: 10px;
}

.referrals_bg_main input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #cccc;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    outline: none !important;
}

.referrals_bg_main textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #cccc;
    padding-left: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    outline: none !important;
    padding-top: 10px;
}

.referrals_bg_main input[type="checkbox"] {
    width: 23px;
    height: 21px;
    margin-bottom: 0px;
    margin-top: 2px;
    margin-right: 9px;
}

.referrals_bg_main input[type="radio"] {
    width: 23px;
    height: 21px;
    margin-bottom: 0px;
    margin-top: 2px;
    margin-right: 9px;
}

.referrals_bg_main select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #cccc;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    outline: none !important;
}

.referrals_checkbox {
    display: flex;
    margin-right: 10px;
}

.referrals_checkbox .form-check {
    display: flex;
}

.referrals_checkbox_main {
    display: flex;
    flex-wrap: wrap;
}

.word-break-main thead tr th {
    word-break: break-word;
}

.word-break-main tbody tr td {
    word-break: break-word;
}

.word_unbreak_billing {
    word-break: keep-all !important;
}

.date_after_icon {
    position: relative;
}

.alert-warning {
    color: #664d03;
    background-color: transparent;
    border-color: transparent !important;
}

.edit_rate_plan {
    height: 100%;
}

.date_after_icon:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z' fill='rgba(76,166,219,1)'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 7px;
    pointer-events: none;
}

.time_after_icon {
    position: relative;
}

.time_after_icon:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8h4v2h-6V7h2v5z' fill='rgba(76,166,219,1)'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 7px;
    pointer-events: none;
}
.referrals_checkbox label{
    padding-left: 10px;
        font-weight: 500;
}
.referrals_bg_main input:disabled{
    background: #F5F5F5;
}
.referrals_box_children {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.referrals_box_children .ri-add-circle-line {
    font-size: 25px;
    color: #4eabe2;
}

.referrals_box_children .ri-delete-bin-2-line {
    font-size: 25px;
    color: #4eabe2;
}

.referrals_box_children input {
    margin-bottom: 10px;
}

.active_lead_bg_a {
    color: #fff;
}

.active_lead_bg_a:hover {
    color: #fff;
}

.active_lead_bg {
    background-color: var(--green);
}

.modal-open .navbar.header {
    z-index: 99;
}

.date_picker_icon::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z' fill='rgba(64,160,217,1)'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    pointer-events: none;
}

.date_picker_icon input[type="text"] {
    padding-right: 45px;
}

.active_lead_bg span {
    font-size: var(--f-52);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 52px;
    font-weight: 900;
}

.converted_leads_bg_a {
    color: #fff;
}

.converted_leads_bg_a:hover {
    color: #fff;
}

.converted_leads_bg {
    background-color: var(--yellow);
}

.converted_leads_bg span {
    font-size: var(--f-52);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 52px;
    font-weight: 900;
}

.closed_leads_bg_a {
    color: #fff;
}

.closed_leads_bg_a:hover {
    color: #fff;
}

.closed_leads_bg {
    background-color: var(--red-f);
}

.closed_leads_bg span {
    font-size: var(--f-52);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 52px;
    font-weight: 900;
}

.total_leads_bg_a {
    color: #fff;
}

.total_leads_bg_a:hover {
    color: #fff;
}

.total_leads_bg {
    background-color: var(--light-blue);
}

.total_leads_bg span {
    font-size: var(--f-52);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 52px;
    font-weight: 900;
}

.search_main_cl object {
    top: 8px;
    left: 10px;
}

.search_main_cl input {
    font-size: var(--f-14);
    width: 350px;
    font-weight: var(--fw-medium);
}

.button_blue_main {
    background-color: var(--blue-07);
    border: 1px solid var(--blue-07);
    color: #fff;
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    text-decoration: none;
    padding: 10px 20px 9px 20px;
    border-radius: 5px;
    margin-left: 15px;
}

.button_blue_main:hover {
    background-color: transparent;
    border: 1px solid var(--blue-07);
    color: var(--blue-07);
}

.fliters_button_main {
    border: 1px solid var(--gray-d);
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 10px 12px 9px 15px;
    display: flex;
    margin-left: 15px;
    border-radius: 7px;
    color: #0B0B0B;
    text-decoration: none;
}

.fliters_button_main:hover {
    color: #0B0B0B;
}

.page-item.active .page-link {
    background-color: #40A0D9 !important;
    border-color: #40A0D9 !important;
}

.fliters_button_main span {
    height: 10px;
    width: 10px;
    background-color: var(--red-f);
    top: -5px;
}

.filter_right_main label {
    color: var(--black-b);
    font-weight: var(--fw-medium);
}

.filter_right_main input[type="number"] {
    border: 1px solid var(--gray-d);
}

.apply_filter_button {
    background-color: var(--blue-07);
    font-size: var(--f-18);
    font-weight: var(--fw-medium);
    color: #fff;
    border: 1px solid var(--blue-07);
    padding: 8px 0px;
    border-radius: 3px;
}

.reset_filter_button {
    font-size: var(--f-18);
    font-weight: var(--fw-medium);
}

.filter_right_main select {
    border: 1px solid var(--gray-d);
}

.add_lead_main {
    width: 578px;
}

.add_lead_main label {
    color: var(--black-b);
    font-weight: var(--fw-medium);
}

.add_lead_main span {
    color: var(--black-b);
}

.add_lead_main span svg {
    margin-top: -3px;
}

.add_lead_main input[type="tel"] {
    border: 1px solid var(--gray-d);
    color: var(--black-b);
}

.add_lead_main p {
    font-size: var(--f-14);
    font-weight: var(--fw-medium);
}

.add_lead_main input[type="email"] {
    border: 1px solid var(--gray-d);
}

.add_lead_main a {
    border: 1px solid var(--blue-07);
    color: var(--blue-07) !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
}

.add_new_lead_button a {}

.add_new_lead_button a .ri-add-line {
    font-size: 20px;
}

.add_new_lead_button a span {
    color: #074da0;
    position: relative;
    top: -3px;
    margin-left: 10px;
    margin-right: 9px;
}

#main_contain {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    width: 100%;
}

.details_one_left h6 {
    font-size: var(--f-26);
    margin-bottom: 0px;
}

.details_one_left p {
    font-size: var(--f-14);
    color: var(--black-b);
    margin-bottom: 0px;
}

.details_one_left p span {
    color: var(--blue-07);
}

.details_one_right_one {
    border: 1px solid var(--gray-d) !important;
}

.details_one_right_one span {
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
}

.details_one_right_two {
    font-size: var(--f-14);
    box-shadow: 0px 5px 10px #aaaaaa4d;
}

.edit_lead_button {
    border: 1px solid var(--blue-07);
    color: var(--blue-07) !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
    text-decoration: none;
    align-self: center;
    padding: 8px 20px;
    border-radius: 7px;
}

.convert_lead_button {
    background-color: var(--blue-07);
    color: #fff !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
    text-decoration: none;
    align-self: center;
    padding: 8px 20px;
    border-radius: 7px;
    margin-left: 10px;
}

.details_lead_table_first thead {
    margin-top: 15px;
}

.details_lead_table_first thead tr th {
    font-weight: var(--fw-medium);
}

.followup_details_one h4 {
    font-size: var(--f-26);
    font-weight: 500;
    margin-bottom: 0px;
}

.schedule-follow-up {
    background-color: var(--blue-07);
    color: #fff !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
    text-decoration: none;
    align-self: center;
    padding: 8px 20px;
    border-radius: 7px;
    margin-left: 10px;
}

.table_bg_main_lead {
    width: 100%;
}

.table_bg_main_lead thead tr {
    background-color: var(--light-blue);
    color: var(--white);
    border-radius: 0.3rem !important;
    font-weight: 600;
}




.mou_add_file_upload .fileinput-button {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 10px 30px;
    top: 10px;
    border-radius: 10px;
}
.mou_add_file_upload .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.mou_add_file_upload .thumb {
  height: 80px;
  width: 100px;
  border: 1px solid #000;
}

.mou_add_file_upload ul.thumb-Images li {
  width: 120px;
  float: left;
  display: inline-block;
  vertical-align: top;
  height: 120px;
}
.mou_add_file_upload output{
        margin-top: 40px;
}
.mou_add_file_upload .img-wrap {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.mou_add_file_upload .img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  background-color: #d0e5f5;
  padding: 5px 2px 2px;
  color: #000;
  font-weight: bolder;
  cursor: pointer;
  opacity: 0.5;
  font-size: 23px;
  line-height: 10px;
  border-radius: 50%;
}

.mou_add_file_upload .img-wrap:hover .close {
  opacity: 1;
  background-color: #ff0000;
}

.mou_add_file_upload .FileNameCaptionStyle {
  font-size: 12px;
}
















.addnotespopup {
    border: 1px solid var(--blue-07);
    color: var(--blue-07) !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
    text-decoration: none;
    align-self: center;
    padding: 5px 18px;
    border-radius: 7px;
}

.addnotes_button {
    background-color: var(--blue-07);
    color: #fff !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
    text-decoration: none;
    align-self: center;
    padding: 8px 20px;
    border-radius: 7px;
    margin-left: 10px;
}

.view_notes_button_lead {
    border: 1px solid var(--blue-07);
    color: var(--blue-07) !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-18);
    text-decoration: none;
    align-self: center;
    padding: 5px 18px;
    border-radius: 7px;
}

.appointments_total_clients_a {
    color: var(--white);
}

.appointments_total_clients_a:hover {
    color: var(--white);
}

.appointments_total_clients {
    background-color: var(--green);
}

.appointments_total_clients h4 {
    padding-left: 1rem;
}

.appointments_total_clients span {
    font-size: var(--f-52);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 52px;
    font-weight: 900;
    padding-right: 1rem;
}

.appointments_total_services_a {
    color: var(--white);
}

.appointments_total_services_a:hover {
    color: var(--white);
}

.appointments_total_services {
    background-color: var(--yellow);
}

.appointments_total_services span {
    font-size: var(--f-52);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 52px;
    font-weight: 900;
    padding-right: 1rem;
}

.appointments_total_services h4 {
    padding-left: 1rem;
}

.search_appointment_main {
    margin-right: 5px;
}

.search_appointment_main object {
    top: 8px;
    left: 10px;
}

.search_appointment_main input[type="text"] {
    font-size: var(--f-14);
    width: 350px;
    font-weight: var(--fw-medium);
    height: 42px;
}

.add_appointment_button {
    background-color: var(--blue-07);
    color: #fff;
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 9px 20px;
    height: 40px;
    text-decoration: none;
    border: 1px solid var(--blue-07);
    border-radius: 5px;
    margin-left: 20px;
}

.add_appointment_button:hover {
    color: var(--blue-07);
    background-color: transparent;
    border: 1px solid var(--blue-07);
}

.view_as_button_border {
    border: 1px solid var(--gray-d);
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 8px 15px;
    height: 40px;
    color: #333;
    text-decoration: none;
    border-radius: 7px;
    margin-left: 15px;
}

.view_as_button_border:hover {
    color: #333;
}

.date_picker_bg .form-control {
    height: 42px;
}

.filter_right_main label {
    color: var(--black-b);
    font-weight: var(--fw-medium);
}

.filter_right_main select {
    border: 1px solid var(--gray-d);
}

.apply_filter_button {
    background-color: var(--blue-07);
    font-size: var(--f-18);
    font-weight: var(--fw-medium);
}

.reset_filter_button {
    font-size: var(--f-18);
    font-weight: var(--fw-medium);
    background: transparent;
    border: 1px solid #ccc;
    padding: 7px 0px;
    color: #333;
}

.outstanding_addform_text {
    font-size: var(--f-24);
    color: var(--black-b);
    font-weight: var(--fw-medium);
}

.outstanding_addform_text span {
    color: var(--green);
}

.add_form_right_new_one h6 {
    color: var(--black-b);
    font-weight: var(--fw-medium);
    display: initial;
    font-size: 14px;
}

.add_form_right_new_one span {
    color: var(--blue-07);
    font-size: 14px;
}

.bookappointment_bg_one_right_a a {
    background-color: var(--blue-07);
    color: #fff;
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 7px 22px 8px 22px;
    text-decoration: none;
    border: 1px solid var(--blue-07);
    border-radius: 5px;
    /* margin-left: 20px; */
    margin-top: -3px;
}

.search_add_advance input[type="text"] {
    width: 300px !important;
}


/*.ui-widget.ui-widget-content {
    width: 100% !important;
}*/

.add_client_button {
    background-color: var(--blue-07);
    color: #fff !important;
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    text-decoration: none;
    padding: 8px 25px 8px 25px;
    border-radius: 6px;
}

.edit_client_form label {
    color: var(--black-b);
    font-weight: var(--fw-medium);
}

.edit_client_form input[type="text"] {
    border: 1px solid var(--gray-d);
}

.edit_client_form input[type="number"] {
    border: 1px solid var(--gray-d);
}

.edit_client_form input[type="tel"] {
    border: 1px solid var(--gray-d);
    padding-left: 70px;
    color: var(--black-b);
}

.edit_submit_button {
    background-color: var(--blue-07);
    color: #fff;
    font-weight: var(--fw-medium);
    font-size: 20px;
    padding: 7px 30px;
    text-decoration: none;
    border: 1px solid var(--blue-07);
    border-radius: 5px;
    margin-left: 20px;
}

.edit_submit_button:hover {
    color: var(--blue-07);
    background-color: transparent;
    border: 1px solid var(--blue-07);
}

.client-details-consultation-tabs {
    border-bottom: 1px solid var(--gray-d);
}

.client-details-consultation-tabs li {
    font-weight: var(--fw-medium);
}

.plan_title_h3 {
    font-size: 24px;
}

.total_bill_bg {
    color: var(--white);
    background-color: var(--light-blue);
}

.total_bill_bg h6 {
    display: flex;
}

.total_bill_bg h6 span {
    font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.total_bill_bg h6 p {
    font-weight: var(--fw-medium);
    font-size: var(--f-32);
}

.total_bill_bg h5 {
    font-size: var(--f-22);
}

.total_paid_bg {
    color: var(--white);
    background-color: var(--green);
}

.total_paid_bg h6 {
    display: flex;
}

.total_paid_bg h6 span {
    font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.total_paid_bg h6 p {
    font-weight: var(--fw-medium);
    font-size: var(--f-32);
}

.total_paid_bg h5 {
    font-size: var(--f-22);
}

.total_available_bg {
    color: var(--white);
    background-color: var(--yellow);
}

.total_available_bg h6 {
    display: flex;
}

.total_available_bg h6 span {
    font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.total_available_bg h6 p {
    font-weight: var(--fw-medium);
    font-size: var(--f-32);
}

.total_available_bg h5 {
    font-size: var(--f-22);
}

.total_refund_bg {
    color: var(--white);
    background-color: var(--pink);
}

.total_refund_bg h6 {
    display: flex;
}

.total_refund_bg h6 span {
    font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.total_refund_bg h6 p {
    font-weight: var(--fw-medium);
    font-size: var(--f-32);
}

.total_refund_bg h5 {
    font-size: var(--f-22);
}

.total_outstanding_bg {
    color: var(--white);
    background-color: var(--red);
}

.total_outstanding_bg h6 {
    display: flex;
}

.total_outstanding_bg h6 span {
    font-size: 20px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.total_outstanding_bg h6 p {
    font-weight: var(--fw-medium);
    font-size: var(--f-32);
}

.total_outstanding_bg h5 {
    font-size: var(--f-22);
}

/* .referral_button_main {
    float: right;
    display: flex;
    justify-content: end;
    align-items: center;
} */

.referral_button_main_checkbox {
    display: flex;
    align-items: baseline;
}

.referral_button_main_checkbox input[type="checkbox"] {
    position: relative;
    top: 6px;
}

.referral_form_button {
    background-color: var(--blue-07);
    color: #fff;
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 9px 20px;
    height: 40px;
    text-decoration: none;
    border: 1px solid var(--blue-07);
    border-radius: 5px;
    margin-left: 20px;
}

.referral_button_main_checkbox a {
    text-decoration: none;
}

.referral_terms_popup h6 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}

.referral_terms_popup p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

#guidences li {
    margin-bottom: 10px;
}

.select_new_add {
    height: 40px;
    padding-left: 10px;
    width: 100%;
}

.therapist_add_box {
    margin-bottom: 20px;
}


.dashboard_main_new .left_img img {
    width: 70px;
    height: 70px;
}

.dashboard_main_new h3 {
    font-size: 28px;
}

.dashboard_main_new svg {
    width: 35px;
    height: 35px;
}

.dashboard_main_new img {
    width: 35px;
    height: 35px;
}

.dashboard_main_new object {
    width: 35px;
    height: 35px;
}

.new_add_appointment_button {
    background-color: transparent;
    color: var(--blue-07);
    font-weight: var(--fw-medium);
    font-size: var(--f-14);
    padding: 9px 20px;
    height: 40px;
    text-decoration: none;
    border: 1px solid var(--blue-07);
    border-radius: 5px;
    margin-left: 20px;
}

.new_add_appointment_button:hover {
    background-color: var(--blue-07);
    color: #fff;
    border: 1px solid var(--blue-07);
}


/***************************group-appointments********************/

.add_group_top_border {
    border: 1px solid #ccc;
    padding: 4px 10px 6px 10px;
    margin-left: 20px;
    border-radius: 5px;
}

.add_group_top_border h6 {
    color: var(--black-b);
    font-weight: var(--fw-medium);
    display: initial;
    font-size: 14px;
    margin-bottom: 0px;
}

.add_group_top_border span {
    color: var(--blue-07);
    font-size: 14px;
}

.add_group_delete {
    text-decoration: none;
}

.add_group_delete .ri-delete-bin-line {
    text-decoration: none;
    color: #a5a5a5;
    border: 1px solid #e6e6e6;
    padding: 4px 4px 4px 4px;
    border-radius: 40px;
    font-size: 11px;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.add_group_main_bg {
    margin-bottom: 20px;
    border: 1px solid #DADADA;
    padding: 20px 20px 5px 20px;
    border-radius: 5px;
}

.add_group_border_form {
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
    padding-bottom: 10px;
}

.add_group_border_form:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.add_group_button_end {
    margin-bottom: 30px;
    margin-top: 25px !important;
}

.add_group_button_end a .ri-arrow-right-line {
    position: relative;
    top: 3px;
    margin-left: 7px;
    font-size: 15px;
}

.required_message_group {
    margin-bottom: 20px;
    /*display: block !important;*/
}

.rounded-3 .appointments_flex_wrap {
    flex-wrap: wrap !important;
}

.form-adult-referral-main{
    text-align: center;
    max-width: 700px !important;
    width: 100% !important;
    margin: 0px auto;
    padding-bottom: 30px;
}
.form-adult-referral-main h3{
color: #074DA0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 27px;
    font-family: Moonbold;
}
.form-adult-referral-main h5{
        color: #0B0B0B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.title-referral-form{
    display:   flex;
        padding-top: 15px;
    padding-bottom: 10px;
}
.title-referral-form h3{
color: #40A0D9;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Moonbold;
}
.border-right-form{
    background: #40A0D9;
    width: 4px;
    height: 33px;
    margin-right: 10px;
}
.new-date-referral-form input[type="date"]{
    padding-right: 20px;
    padding-bottom: 3px;
}
.button-referral-form-new{
    background: #074DA0;
    border: 1px solid #074DA0;
    color: #fff;
    padding: 8px 20px 10px 20px;
    border-radius: 6px;
    margin-left: 15px;
}
.button-referral-form-new .ri-printer-line{
        position: relative;
    top: 3px;
}
.button-referral-form-new-main{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.radio_block_referral_form{
    display: block !important;
}
.radio_block_referral_form .referrals_checkbox{
    display: block !important;
}
#Client-Child-Div .ri-add-circle-fill{
    font-size: 30px;
}
.delete-button-referral-form{
    text-decoration: none;
}
.delete-button-referral-form .ri-delete-bin-line{
    color: #40A0D9;
    border: 1px solid #40A0D9;
    padding: 7px;
    border-radius: 22px;
}
#change-to-remove-client-child{
    text-decoration: none;
}

/***************************end-group-appointments********************/

@media only screen and (max-width: 767px) {
    .form-adult-referral-main h3 {
        font-size: 24px;
    }
    .form-adult-referral-main h5 {
        font-size: 15px;
        line-height: 23px;
    }
    .border-right-form {
        width: 3px;
        height: 24px;
    }
    .title-referral-form h3 {
        font-size: 20px;
    }
    .referrals_bg_main label {
        font-size: 14px;
    }
    .referrals_bg_main input[type="text"]{
        font-size: 12px;
    }
    .referrals_bg_main input[type="email"]{
        font-size: 12px;
    }
    .referrals_bg_main input[type="number"]{
        font-size: 12px;
    }
    .referrals_bg_main select{
        font-size: 12px;
    }
    #terms_and_conditions .modal-dialog-centered {
        width: 92% !important;
        margin-left: 14px;
        margin-right: 50px;
    }
}


@media screen and (min-device-width: 1023px) and (max-device-width: 1601px) {
    .left_side_copy_right {
        font-size: 13px;
    }
    .main-sidebar-ul li a p {
        font-size: 13px;
    }
    .main-sidebar-ul li .sidebar-dropdown ul li a {
        font-size: 13px;
    }
    .schedule_follow_up_button a {
        padding: 6px 15px 7px 15px !important;
        font-size: 14px !important;
    }
    .search input {
        padding-left: 35px !important;
        margin-right: 10px;
        width: 150px !important;
        padding-right: 0px !important;
    }
    .date_picker_bg .form-control {
        background-color: #fff !important;
        width: 140px !important;
        margin-left: 10px;
    }
    .title_top_h2 {
        font-size: 20px !important;
    }
    .offcanvas-end {
        width: 340px !important;
    }
    /*.main-sidebar-ul li {
    padding: 10px !important;
}*/
    .sidebar-dropdown {
        margin-left: 5px;
    }
    .sidebar a {
        font-size: 13px;
        padding: 6px 3px 5px 10px !important;
    }
    .client_details_billing h5 {
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    .client_details_billing p {
        font-size: 18px !important;
    }
    .bookappointment_bg_one_right select {
        padding: 4px 0px 5px 12px;
    }
    .active_lead_bg h4 {
        font-size: 16px !important;
        padding-left: 10px !important;
    }
    .converted_leads_bg h4 {
        font-size: 16px !important;
        padding-left: 10px !important;
    }
    .closed_leads_bg h4 {
        font-size: 16px !important;
        padding-left: 10px !important;
    }
    .total_leads_bg h4 {
        font-size: 16px !important;
        padding-left: 10px !important;
    }
    .dashboard .right-arrow object {
        width: 30px;
    }
    .dashboard .right-arrow object img {
        width: 30px;
    }
    .dashboard .col-4>div {
        border-radius: 10px;
        padding: 25px 10px 25px 10px !important;
        height: auto;
    }
    .total_bill_bg h5 {
        font-size: 12px;
    }
    .total_paid_bg h5 {
        font-size: 12px;
    }
    .total_available_bg h5 {
        font-size: 12px;
    }
    .total_refund_bg h5 {
        font-size: 12px;
    }
    .total_outstanding_bg h5 {
        font-size: 12px;
    }
    .total_bill_bg h6 p {
        font-size: 18px;
    }
    .total_paid_bg h6 p {
        font-size: 18px;
    }
    .total_available_bg h6 p {
        font-size: 18px;
    }
    .total_refund_bg h6 p {
        font-size: 18px;
    }
    .total_outstanding_bg h6 p {
        font-size: 18px;
    }
    .responsive_main {
        width: 100%;
        margin-left: 218px;
    }
    .therapist-client-listing-design li {
        margin-bottom: 10px;
    }
    .sidebar-div {
        width: 218px;
    }
    .sidebar-div .main-sidebar-ul {
        padding: 0px !important;
    }
    .date_picker_bg .vdp-datepicker__calendar {
        right: 0px;
    }
    .select2-container {
        font-size: 13px;
    }
    .form-control {
        font-size: 13px !important;
    }
    label {
        font-size: 13px;
    }
    .book-appintment-calender-two select {
        font-size: 14px;
    }
    .form-select {
        font-size: 13px !important;
    }
    .book-appintment-calender-two input {
        height: 40px !important;
    }
    .referrals_bg_main label {
        font-size: 13px;
    }
    .referrals_bg_main input {
        height: 37px;
        font-size: 14px;
    }
    .referrals_bg_main select {
        height: 37px;
        font-size: 14px;
    }
    .referrals_bg_main input[type="checkbox"] {
        width: 18px;
        height: 17px;
        top: 4px;
    }
    .referrals_bg_main input[type="radio"] {
        width: 18px;
        height: 17px;
    }
    .referral_terms_popup p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .referral_terms_popup h6 {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .border-right-form {
        height: 27px;
    }
    .title-referral-form h3 {
        font-size: 23px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .active_lead_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .active_lead_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .converted_leads_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .converted_leads_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .closed_leads_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .closed_leads_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .total_leads_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .total_leads_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .search_main_cl input {
        width: 150px;
    }
    .date_picker_bg .form-control {
        width: 130px !important;
    }
    .button_blue_main {
        padding: 5px 10px 5px 10px;
        height: 35px;
    }
    .fliters_button_main {
        padding: 5px 10px 5px 10px;
        height: 35px;
    }
    .search input {
        width: 150px !important;
    }
    .title_top_h2 {
        font-size: 20px !important;
        align-items: center;
        display: flex;
    }
    .left_side_copy_right {
        font-size: 13px;
    }
    .date_picker_bg .vdp-datepicker__calendar {
        width: 250px;
    }
    .details_one_left h6 {
        font-size: 20px;
    }
    .details_one_left p {
        font-size: 13px;
    }
    .details_one_right_one span {
        font-weight: var(--fw-medium);
        font-size: 13px;
    }
    .edit_lead_button {
        padding: 5px 15px;
    }
    .convert_lead_button {
        padding: 5px 15px;
    }
    .schedule-follow-up {
        padding: 5px 15px;
    }
    .addnotes_button {
        padding: 5px 15px;
    }
    .addnotespopup {
        padding: 5px 15px;
    }
    .appointments_total_clients h4 {
        font-size: 16px !important;
    }
    .appointments_total_services h4 {
        font-size: 16px !important;
    }
    .add_appointment_button {
        background-color: var(--blue-07);
        color: #fff;
        font-weight: var(--fw-medium);
        font-size: var(--f-14);
        padding: 7px 14px;
        height: 40px;
        text-decoration: none;
        border: 1px solid var(--blue-07);
        border-radius: 5px;
        margin-left: 20px;
        font-size: 11px;
        align-items: center;
        display: flex;
    }
    .view_as_button_border {
        border: 1px solid var(--gray-d);
        font-weight: var(--fw-medium);
        font-size: 12px;
        padding: 8px 8px;
        height: 40px;
        color: #333;
        text-decoration: none;
        border-radius: 7px;
        margin-left: 15px;
    }
    .add_form_right_new_one {
        padding-top: 15px;
    }
    .book-appintment-calender-two label {
        font-size: 14px;
    }
    .book-appintment-calender-two input {
        height: 30px;
    }
    .book-remarks-balance-due label {
        font-size: 14px;
    }
    .fc-toolbar-chunk .fc-prev-button {
        background-color: transparent !important;
        border: 1px solid #40A0D9 !important;
        padding: 0px 5px 2px 4px !important;
        border-radius: 30px !important;
        margin-right: 20px !important;
    }
    .fc-toolbar-chunk .fc-next-button {
        background-color: transparent !important;
        border: 1px solid #40A0D9 !important;
        padding: 0px 5px 5px 5px !important;
        border-radius: 30px !important;
        margin-left: 20px !important;
    }
    .lead_add_form .select2-container {
        width: 100% !important;
    }
    .dashboard .right-arrow object {
        width: 22px;
    }
    .dashboard h3 {
        font-size: 17px;
    }
    .dashboard .col-4>div {
        border-radius: 10px;
        padding: 25px 10px 25px 10px !important;
        height: auto;
    }
    .text-decoration-none .right-arrow img {
        width: 22px !important;
    }
    .dashboard object {
        width: 25px;
    }
    .dashboard .right-arrow {
        top: 30%;
    }
    .dashboard object img {
        width: 25px !important;
    }
    .add-bill-form input,
    .add-bill-form label,
    .add-bill-form select {
        font-size: 10px;
    }
    .client-details-consultation-tabs .nav-link {
        font-size: 13px !important;
    }
    .referrals_bg_main label {
        font-size: 14px;
    }
    .total_bill_bg h5 {
        font-size: 12px;
    }
    .total_paid_bg h5 {
        font-size: 12px;
    }
    .total_available_bg h5 {
        font-size: 12px;
    }
    .total_refund_bg h5 {
        font-size: 12px;
    }
    .total_outstanding_bg h5 {
        font-size: 12px;
    }
    .total_bill_bg h6 p {
        font-size: 18px;
    }
    .total_paid_bg h6 p {
        font-size: 18px;
    }
    .total_available_bg h6 p {
        font-size: 18px;
    }
    .total_refund_bg h6 p {
        font-size: 18px;
    }
    .total_outstanding_bg h6 p {
        font-size: 18px;
    }
    .plan_title_h3 {
        font-size: 20px;
    }
    .responsive_main {
        margin-left: 218px;
    }
    .therapist-client-listing-design li {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 18px !important;
        line-height: 32px;
    }
    .client_details_billing h5 {
        font-size: 13px !important;
        font-weight: 500 !important;
    }
    .client_details_billing p {
        font-size: 18px !important;
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1139px) {
    .active_lead_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .active_lead_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .converted_leads_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .converted_leads_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .closed_leads_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .closed_leads_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .total_leads_bg span {
        padding-right: 10px !important;
        font-size: 35px;
    }
    .total_leads_bg h4 {
        padding-left: 7px !important;
        font-size: 15px !important;
    }
    .search_main_cl input {
        width: 150px;
    }
    .date_picker_bg .form-control {
        width: 130px !important;
    }
    .button_blue_main {
        padding: 5px 10px 5px 10px;
        height: 35px;
    }
    .fliters_button_main {
        padding: 5px 10px 5px 10px;
        height: 35px;
    }
    .search input {
        width: 150px !important;
    }
    .title_top_h2 {
        font-size: 20px !important;
        align-items: center;
        display: flex;
    }
    .left_side_copy_right {
        font-size: 13px;
    }
    .date_picker_bg .vdp-datepicker__calendar {
        width: 250px;
    }
    .details_one_left h6 {
        font-size: 18px;
    }
    .details_one_left p {
        font-size: 11px;
    }
    .details_one_right_one span {
        font-weight: var(--fw-medium);
        font-size: 13px;
    }
    .edit_lead_button {
        padding: 5px 15px;
    }
    .convert_lead_button {
        padding: 5px 15px;
    }
    .schedule-follow-up {
        padding: 5px 15px;
    }
    .addnotes_button {
        padding: 5px 15px;
    }
    .addnotespopup {
        padding: 5px 15px;
    }
    .appointments_total_clients h4 {
        font-size: 16px !important;
    }
    .appointments_total_services h4 {
        font-size: 16px !important;
    }
    .add_appointment_button {
        background-color: var(--blue-07);
        color: #fff;
        font-weight: var(--fw-medium);
        font-size: var(--f-14);
        padding: 7px 14px;
        height: 34px;
        text-decoration: none;
        border: 1px solid var(--blue-07);
        border-radius: 5px;
        margin-left: 20px;
        font-size: 11px;
        align-items: center;
        display: flex;
    }
    .view_as_button_border {
        border: 1px solid var(--gray-d);
        font-weight: var(--fw-medium);
        font-size: 12px;
        padding: 6px 8px;
        height: 34px;
        color: #333;
        text-decoration: none;
        border-radius: 7px;
        margin-left: 15px;
    }
    .add_form_right_new_one {
        padding-top: 15px;
    }
    .book-appintment-calender-two label {
        font-size: 14px;
    }
    .book-appintment-calender-two input {
        height: 30px;
    }
    .lead_add_form .select2-container {
        width: 100% !important;
    }
    .total_bill_bg h5 {
        font-size: 12px;
    }
    .total_paid_bg h5 {
        font-size: 12px;
    }
    .total_available_bg h5 {
        font-size: 12px;
    }
    .total_refund_bg h5 {
        font-size: 12px;
    }
    .total_outstanding_bg h5 {
        font-size: 12px;
    }
    .total_bill_bg h6 p {
        font-size: 18px;
    }
    .total_paid_bg h6 p {
        font-size: 18px;
    }
    .total_available_bg h6 p {
        font-size: 18px;
    }
    .total_refund_bg h6 p {
        font-size: 18px;
    }
    .total_outstanding_bg h6 p {
        font-size: 18px;
    }
    .responsive_main {
        width: 100%;
        margin-left: 218px;
    }
    .therapist-client-listing-design li {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 18px !important;
        line-height: 32px;
    }
    .add-bill-form input,
    .add-bill-form label,
    .add-bill-form select {
        font-size: 10px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
    .book-appintment-calender-two label {
        font-size: 14px;
    }
    .book-appintment-calender-two input {
        height: 30px;
    }
    .book-remarks-balance-due label {
        font-size: 14px;
    }
    .fc-toolbar-chunk .fc-prev-button {
        background-color: transparent !important;
        border: 1px solid #40A0D9 !important;
        padding: 0px 5px 2px 4px !important;
        border-radius: 30px !important;
        margin-right: 20px !important;
    }
    .fc-toolbar-chunk .fc-next-button {
        background-color: transparent !important;
        border: 1px solid #40A0D9 !important;
        padding: 0px 5px 5px 5px !important;
        border-radius: 30px !important;
        margin-left: 20px !important;
    }
    .responsive_main {
        width: 100%;
        margin-left: 218px;
    }
    .dashboard_main_new .left_img img {
        width: 30px;
        height: 30px;
    }
    .dashboard_main_new h3 {
        font-size: 17px;
    }
    .dashboard_box_new {
        min-height: 110px;
    }
    .dashboard .right-arrow{
        width: 22px;
    }
    .dashboard .right-arrow img {
        width: 22px;
    }
}

@media screen and (min-device-width: 1140px) and (max-device-width: 1440px) {

    .dashboard_main_new .left_img img {
        width: 35px;
        height: 35px;
    }
    .dashboard_main_new h3 {
        font-size: 17px;
    }
    .dashboard_box_new {
        min-height: 110px;
    }
    .dashboard_main_new img {
        width: 30px;
        height: 30px;
    }
}


@media screen and (min-device-width: 1441px) and (max-device-width: 1599px) {
    .responsive_main {
        width: 100%;
        margin-left: 218px;
    }
    .dashboard_main_new .left_img img {
        width: 50px;
        height: 50px;
    }
    .dashboard_main_new h3 {
        font-size: 24px;
    }
    .dashboard_main_new img {
        width: 30px;
        height: 30px;
    }
}

.view_appointment_button {
    background-color: #074DA0 !important;
    border: 1px solid #074DA0 !important;
    padding: 6px 18px 8px 18px !important;
}

.select2-container {
    outline: none !important;
}

.select2-container:focus {
    outline: none !important;
}
/* 29-03-2022 End dhaval */
.fc-day-today {
    background: rgba(255, 255, 0, 0.4) !important;
    border: none !important;  
}
[v-cloak] {
    display: none;
}
.checkbox-mou-listing input[type="checkbox"]{
    padding: 9px 19px;
    border-radius: 50px !important;
}

.payment_successful{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
    text-align: center;
}
.payment_successful h2{
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 500;
}
.payment_successful_box_bg{
    background: #fff;
    padding: 30px 40px;
    margin-top: 30px;
    max-width: 578px;
}
.payment_successful_box_bg img{
    max-width: 100%;
    width: 100px;
    margin-bottom: 20px;
}
.payment_successful_box_bg h5{
    color: #0B0B0B;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.payment_successful_box_bg h5 span{
    color: #16479A;
}
.payment_successful_box_bg h4{
    color: #0B0B0B;
    font-size: 22px !important;
    font-weight: 500;
    margin-bottom: 15px !important;
}
.payment_successful_box_bg h3{
color: #0B0B0B;
    font-size: 22px;
    font-weight: 600;
}
.payment_successful_box_bg h3 span{
    color: #FE5C4F;
}
.payment_successful_box_bg h6{
    color: #5C5C5C;
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.payment_successful_box_bg p{
color: #0B0B0B;
    font-size: 18px;
    font-weight: 500;
}
.payment_successful_box_bg h4 span{
    color: #16479A;
}

.payment_successful h2 {
    font-size: 23px !important;
}
.payment_successful_box_bg h5 {
    font-size: 20px;
    line-height: 28px;
}
.payment_successful_box_bg h4 {
    font-size: 18px !important;
}
.success_appointments {
    margin-bottom: 10px;
}
.payment_successful_box_bg h3 {
    font-size: 20px;
}
.payment_successful_box_bg p {
    font-size: 16px;
}
.payment_successful_box_bg h6 {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.cancel_appointments{
    background: transparent;
    border: 1px solid #074DA0;
    padding: 7px 15px;
    border-radius: 6px;
    margin-right: 15px;
    color: #074DA0;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
}