.card-title > h3.fw-bolder.mx-auto.col-md-8.justify-content-between.d-flex,
.card-title > h3.fw-bolder.mx-auto.col-md-10.justify-content-between.d-flex {
    align-items: center;
}

.c_navbar_fixed.c_fixed.header .border.border-gray-300 {
    border-color: #c59f07 !important;
    border-width: 2px !important;
}

.omm-items {
    padding-right: 35px!important;
}

.c_align-top tbody td:not(:last-child) {
    padding-top: 1.6rem;
}

.alert .text-danger,
.alert .text-success {
    line-height: 30px;
}
.ai-button-focus {
    color: #fff!important;
    border-color: #7239ea!important;
    background-color: #7239ea !important;
}
.c_avatar img {
    object-fit: cover!important;
}
.input-group {
    min-width: 180px;
}
.img-preview {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.4);
    z-index: 1056;
}
.img-preview img {
    height: 90vh;
}
.img-preview i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    padding: 20px;
    background-color: #c59f07;
    transition: all ease .1s;
    cursor: pointer;
    color: white;
}
.img-preview i:hover {
    opacity: 0.9;
}

thead th {
    cursor: default!important;
}
thead th::after {
    display: none!important;
}

.page-item.active .page-link {
    color: white!important;
}

.btn-check:active + .btn.btn-active-light-primary .svg-icon, .btn-check:active + .btn.btn-active-light-primary i, .btn-check:checked + .btn.btn-active-light-primary .svg-icon, .btn-check:checked + .btn.btn-active-light-primary i, .btn.btn-active-light-primary.active .svg-icon, .btn.btn-active-light-primary.active i, .btn.btn-active-light-primary.show .svg-icon, .btn.btn-active-light-primary.show i, .btn.btn-active-light-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:active:not(.btn-active) i, .btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:focus:not(.btn-active) i, .btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-light-primary:hover:not(.btn-active) i, .show > .btn.btn-active-light-primary .svg-icon, .show > .btn.btn-active-light-primary i {
    color: #c59f07!important;
}

@media screen and (max-width: 567px){
    .page-title {
        margin-top: 15px;
    }
}
@media screen and (min-width: 568px) and (max-width: 1024px) {
    .page-title {
        margin-top: 15px;
    }
}

.bsf_controls {
    display: flex;
    flex-direction: column;
}
.bsf_controls > * {
    margin: 5px 0;
}
.bsf_controls-fix {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}
.bsf_controls-fix > * {
    width: 48%;
}

.text-active-primary.active {
    color: #c59f07!important;
    border-color: #c59f07!important;
}
.nav-line-tabs .nav-item .nav-link:hover:not(.active) {
    border-color: rgba(30, 30, 45, .4)!important;
}

.menu-link.active > .menu-icon svg,
.aside-dark .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.aside-dark .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
.aside-dark .menu .menu-item.show > .menu-link .menu-icon .svg-icon,
.btn-check:active + .btn.btn-active-color-primary .svg-icon, .btn-check:active + .btn.btn-active-color-primary i, .btn-check:checked + .btn.btn-active-color-primary .svg-icon, .btn-check:checked + .btn.btn-active-color-primary i, .btn.btn-active-color-primary.active .svg-icon, .btn.btn-active-color-primary.active i, .btn.btn-active-color-primary.show .svg-icon, .btn.btn-active-color-primary.show i, .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:active:not(.btn-active) i, .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:focus:not(.btn-active) i, .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon, .btn.btn-active-color-primary:hover:not(.btn-active) i, .show > .btn.btn-active-color-primary .svg-icon, .show > .btn.btn-active-color-primary i,
.aside-dark .menu .menu-item .menu-link.active .menu-icon, .aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon, .aside-dark .menu .menu-item .menu-link.active .menu-icon i,
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here)
{
    color: #fff!important;
}
.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet,
.aside-dark .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
    background-color: #fff!important;
}
.btn.btn-primary {
    background-color: #fff;
    color: #c59f07;
    border: 2px solid #c59f07!important;
}
.btn.btn-primary:hover , .btn.btn-primary:hover:not(.btn-active) , .btn.btn-primary:focus:not(.btn-active) {
    background-color: #c59f07!important;
}
.border-primary {
    border-color: #c59f07!important;
}
.svg-icon.svg-icon-primary , .link-primary , .text-primary {
    color: #c59f07!important;
}
#kt_header_user_menu_toggle .menu-link path {
    transition: all ease .3s;
}
#kt_header_user_menu_toggle .menu-link:hover path {
    fill: #c59f07!important;
}
.dropzone {
    border-color: #c59f07!important;
    background-color: rgba(30,30,32,0.1);
}
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #c59f07!important;
}
.dash-eps-items .bullet {
    margin-left: 10px;
    background-color: #c59f07!important;
}
.c_badge {
    color: #c59f07;
    background-color: rgba(30,30,45,0.2);
}
video {
    width: 100%;
}
.c_badge_btn {
    cursor: pointer;
    transition: all ease .4s;
}
.c_badge_btn:hover {
    opacity: .8;
}
.c_badge_btn_active {
    color: white;
    background-color: #c59f07;
    opacity: 1!important;
}
.dash-eps-items > div:last-child {
    margin-bottom: 0!important;
}
.c_modal_close , .c_modal_close * {
    color: #a1a5b7!important;
}
.c_modal_close {
    transition: all ease .4s;
}
.c_modal_close:hover {
    opacity: .7;
}
.file-uploaded {
    margin-top: 15px;
}
.file-uploaded ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px 0 -10px;
    justify-content: right;
}
.file-uploaded ul li {
    width: 14%;
    padding: 10px;
}
.file-uploaded ul li img {
    width: 100%;
}
.file-uploaded ul li div {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    position: relative;
}
.file-uploaded ul li div .uploaded-ctrl {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
}
.file-uploaded ul li div .uploaded-ctrl i {
    color: white;
    font-size: 20px;
    margin-left: 0;
    padding: 3px 5px;
    cursor: pointer;
    transition: all ease .1s;
}

.file-uploaded ul li div .uploaded-ctrl i:last-child {
    margin-left: 0px;
}
.file-uploaded ul li div .uploaded-ctrl .la-times:hover {
    background-color: rgba(220, 53, 69, .7);
}
.file-uploaded ul li div .uploaded-ctrl .la-search-plus:hover {
    background-color: rgba(0, 149, 232, .7);
}
.svg-item {
    margin-left: 5px;
}
.c_profile_items label {
    margin-bottom: 3px;
    font-weight: 900;
}
.upgrade_btn svg path {
    transition: all .15s ease-in-out;
}
.upgrade_btn:hover svg path {
    fill: white;
}
.c_arrow {
    transform: scale(1.4);
    transition: all ease .3s;
}
.hover .c_arrow , .show .c_arrow {
    transform: rotate(-90deg) scale(1.4);
}
.c_title {
    border-right: 4px solid #000000;
    padding-right: 10px;
    margin-bottom: 25px;
    line-height: 28px;
    color: #000000;
}
.c_title2 {
    border-left: 4px solid #000000;
    padding-left: 10px;
    margin-bottom: 25px;
    line-height: 28px;
    color: #000000;
}
.c_group-input {
    direction: ltr;
    border-radius: .475rem 0 0 .475rem!important;
}
.c_lab-input {
    width: 60px!important;
}
.c_bmi {
    border: 4px solid #000000;
    padding-right: 10px;
    margin-bottom: 25px;
    line-height: 28px;
    background-color: #000000;
    color: white;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) -5px 5px;
}
.c_bmi * {
    width: 100%;
    text-align: center;
    display: block;
}
.acc-item {
    border: 2px solid #000000;
    border-radius: 5px;
    margin: 15px 0;
    user-select: none;
}
.acc-item .c_title {
    padding: 10px 10px;
    margin-bottom: 0;
}
.c_n_section {
    padding: 15px 15px 0 15px;
    border-right: 4px solid #000000;
}
.c_title_p {
    position: relative;
    cursor: pointer;
    transition: all ease .5s;
}
.c_title_p.active {
    background-color: #000000;
    color: white!important;
}
.c_title_p.active::after {
    color: white!important;
    content: "-" !important;
    left: 12px!important;
}
.c_title_p::after {
    content: "+";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    transition: color ease .5s;
}
.c_n_section > .row {
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
}
.c_n_section > .row:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.c_navbar_fixed.c_fixed {
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 99;
    background-color: #fff9e3;
    height: auto!important;
    border-radius: 0 0 8.125px 8.125px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px!important;
}
/*.c_navbar_fixed.c_fixed > div {
    padding: 0 10px!important;
}
.c_navbar_fixed.c_fixed .c_avatar , .c_navbar_fixed.c_fixed .c_avatar img {
    width: 80px!important;
    height: 80px!important;
}
.c_navbar_fixed.c_fixed .c_stats > div {
    margin: 0 0 10px 10px!important;
}
.c_navbar_fixed.c_fixed .c_stats .counted {
    font-size: .9rem!important;
}
.c_navbar_fixed.c_fixed .c_stats div.fw-bold.fs-6.text-gray-400 {
    font-size: .7rem!important;
}
.c_navbar_fixed.c_fixed .nav-item {
    font-size: 1rem!important;
}
.c_navbar_fixed.c_fixed .nav-item > a {
    margin-left: 12px!important;
}
.c_navbar_fixed.c_fixed .c_name span {
    font-size: 1rem!important;
}
.c_navbar_fixed.c_fixed > div > div.flex-sm-nowrap {
    margin-bottom: 0!important;
}*/
#dialog-confirm , #dialog-confirm * , .ui-widget {
    font-family: IRANSansWeb!important;
}
#dialog-confirm {
    min-height: auto!important;
}
#dialog-confirm p {
    margin: 10px 0!important;
}
.ui-dialog-titlebar {
    margin-bottom: .5em;
}
.ui-dialog-title {
    font-size: 14px!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    display: none!important;
}
.ui-dialog-titlebar-close {
    background-color: transparent!important;
    transition: all ease .4s!important;
}
.ui-dialog .ui-dialog-titlebar-close {
    padding: 0!important;
    right: auto!important;
    left: 5px!important;
}
.ui-dialog .ui-dialog-title {
    width: 100% !important;
}
.ui-dialog-titlebar-close:hover {
    opacity: .5!important;
}
.ui-dialog-titlebar-close::after {
    content: "x";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleX(1.2);
    font-size: 16px;
}
.ui-dialog-titlebar button , .ui-dialog-buttonset button {
    font-family: IRANSansWeb!important;
    display: inline-block!important;
    font-weight: 500!important;
    line-height: 1.5!important;
    color: #181c32!important;
    text-align: center!important;
    vertical-align: middle!important;
    cursor: pointer!important;
    user-select: none!important;
    border: 0!important;
    border-radius: 5px!important;
    padding: calc(.55rem + 1px) calc(1.25rem + 1px)!important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
}
.ui-dialog-buttonpane {
    display: flex!important;
    justify-content: left!important;
}
.ui-dialog-buttonset button:first-child {
    color: #f1416c!important;
    background-color: #fff5f8!important;
}
.ui-dialog-buttonset button:first-child:hover , .ui-dialog-buttonset button:first-child:focus {
    color: #fff!important;
    background-color: #f1416c !important;
}
.ui-widget-overlay {
    z-index: 101!important;
}
.ui-dialog {
    z-index: 102!important;
}
.days_sections {
    user-select: none;
}
.days_sections .day {
    display: flex;
    flex-direction: column;
}
.day_times {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.day_times > div {
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    width: 30%;
    margin: 3px 0;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
.day_times > div.active {
    background-color: #000000;
    color: white;
}
.days_sections .day span {
    border: 1px solid #000000;
    border-radius: 5px;
    color: white;
    background-color: #000000;
    padding: 10px 8px;
    text-align: center;
    width: 100%;
}
.submit_section {
    display: none;
    margin-top: 15px;
    text-align: left!important;
}
.select2-container--bootstrap5 .select2-dropdown {
    padding: 0;
    overflow: hidden;
}
.bhp-day {
    cursor: pointer;
    border: 1px solid #000000;
    padding: 10px;
    width: 110px;
    border-radius: 5px;
    position: relative;
}
.bhp-day::after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}
.bhp-day-times {
    height: 45px;
    display: flex;
    align-content: center;
    align-items: center;
}
.c_timepckd {
    display: inline-block;
    border-radius: 13px;
    border: none;
    outline: none;
    background-color: #000000;
    margin: 0 5px;
    width: 80px;
    position: relative;
    padding: 3px 15px;
    color: white;
}
.c_timepckd_d {
    position: relative;
}
.c_timepckd_d > i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 16px;
}
/** TIME PICKER **/
#time-picker {
    position: fixed;
    left: 30px;
    bottom: -900px;
    z-index: 2000;
    max-width: 90%;
    max-height: 80%;
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
    overflow: hidden;
}
#time-picker .panel-body {
    padding: 0;
}

#time-picker-header {
    padding: 15px 25px 15px 25px;
    opacity: 1.0;
    text-align: center;
    direction: ltr;
}
#time-picker-header p {
    margin: 0;
}
#time-picker-hour {
    color: rgba(255, 255, 255, 1.0);
    font-size: 400%;
    opacity: 0.0;
    cursor: pointer;
}
#time-picker-mins {
    color: rgba(255, 255, 255, 1.0);
    font-size: 400%;
    opacity: 0.0;
    cursor: pointer;
}
#time-picker-ampm {
    color: rgba(255, 255, 255, 0.6);
    font-size: 100%;
    opacity: 0.0;
}

#time-picker-clock {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #e3e6e9;
    margin: 15px;
    position: relative;
    top: 0;
    left: 0;
}
.time-picker-hour {
    position: absolute;
    left: 114px;
    top: 117px;
    display: inline;
    opacity: 0.0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding-top: 2px;
    text-align: center;
    z-index: 2003;
}
#time-picker-hour-center {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    left: 118px;
    top: 117px;
    opacity: 0.9;
    z-index: 2002;
    margin-top: 2px;
}
#time-picker-hour-hand {
    width: 3px;
    height: 150px;
    position: absolute;
    left: 122px;
    top: 50px;
    opacity: 0.0;
    z-index: 2001;
    background: linear-gradient(to top, #e3e6e9 50%, #000000 50%);
}

.time-picker-ampm-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e3e6e9;
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding-top: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#time-picker-alt-ok-button {
    font-size: 125%;
    position: absolute;
    top: 5px;
    right: 5px;
}

#time-picker-buttons {
    margin: 20px 5px 5px 5px;
    display: flex;
    justify-content: space-between;
}
#time-picker-buttons > #time-picker-ok-button i {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #c59f07;
}
#time-picker-buttons > #time-picker-ok-button:hover i {
    color: white;
}
#time-picker-buttons > #time-picker-ok-button {
    border: 1px solid #c59f07;
    color: #c59f07;
}
#time-picker-buttons > #time-picker-ok-button:hover {
    background-color: #c59f07;
    color: white!important;
}
#time-picker-buttons > #time-picker-cancel-button i {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #f1416c!important;
}
#time-picker-buttons > #time-picker-cancel-button:hover i {
    color: white!important;
}
#time-picker-buttons > #time-picker-cancel-button {
    border: 1px solid #f1416c;
    color: #f1416c!important;
}
#time-picker-buttons > #time-picker-cancel-button:hover {
    background-color: #f1416c;
    color: white!important;
}
#time-picker-reset-button {
    font-size: 125%;
    width: 20%;
    position: absolute;
    left: 5px;
    padding: 0;
}
#time-picker-cancel-button {
    width: 30%;
}
#time-picker-ok-button {
    width: 30%;
}
.c_clients_doctors {
    justify-content: center;
}
.c_clients_doctors .bhp-day {
    width: auto;
}
.c_clients_doctors .bhp-day label::after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}
.c_clients_doctors > div {
    width: auto;
}
.datepicker-container * {
    font-family: IRANSansWeb!important;
}
.datepicker-container .header {
    position: relative!important;
    height: auto!important;
}
.checkbox_section {
    margin: 8px 0;
}
.checkbox_section label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.btn.btn-primary .svg-icon, .btn.btn-primary i {
    color: #c59f07;
}
.c_reserved {
    color: white!important;
    border-color: #F1416C!important;
    background-color: #F1416C!important;
    opacity: 0.7!important;
    cursor: not-allowed!important;
}
.c_cl_btn {
    padding: 8px!important;
    width: auto!important;
}
.prices_section {
    width: auto;
    margin-bottom: 5px;
    border: 1px solid #000000;
    padding: 5px 8px;
    border-radius: 5px;
    display: inline-block;
}
.prices_section span {
    font-weight: bold;
}
.prices_section small {
    display: block;
}
.c_inp_group input {
    padding: 0 5px;
}
.c_inp_group .input-group-text {
    padding: 7px;
    font-size: 11px;
    border-radius: .475rem 0 0 .475rem;
}
.cr_default {
    cursor: default!important;
}
#toastr-container {
    left: 15px;
    bottom: 10px;
}
.c_price_inp {
    text-align: left;
}
.after_tmn::after {
    content: " تومان";
}
.prices_row {
    display: flex;
    justify-content: space-between;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    margin: 0!important;
    left: 6px!important;
}
.c_select2 {
    margin-top: 15px;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    padding: 3px 0!important;
}
.c_select2 textarea {
    padding: 0 10px!important;
}
.c_select2 textarea::placeholder { 
    font-family: IRANSansWeb;
}
.c_select2 textarea::-webkit-input-placeholder {
  font-family: IRANSansWeb;
}
.c_select2 textarea:-ms-input-placeholder {
  font-family: IRANSansWeb;
}
.c_select2 textarea:-moz-placeholder {
  font-family: IRANSansWeb;
}
.c_select2 textarea::-moz-placeholder {
  font-family: IRANSansWeb;
}
#kt_header {
    background: #000000;
}
.lab-error {
    color: #D9214E!important;
}
.lab-warning {
    color: #FFC700!important;
}
.tools-menu {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1010;
    display: flex;
    flex-direction: column;
}
.tools-item {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 3px 0;
    border-radius: 0 7px 7px 0!important;
    padding: 0 10px 0 0!important;
}
.tools-item i {
    color: white;
    font-size: 22px;
    margin: 0;
}
.cbtn-success {
    background-color: #000000;
}
.cbtn-success:hover , .cbtn-success:focus {
    background-color: #c59f07;
}
.task-done {
    padding: 10px!important;
    height: 40px!important;
    width: 40px!important;
}
.task-done i {
    transform: translateX(-3px)!important;
}
.c_search_inp_sec {
    margin-top: 15px;
}
.c_search_inp_sec > div {
    margin-top: 0;
}
.stats_un {
    display: inline-block;
    width: auto;
}
#clients_table {
    border: 3px solid #000;
}
.thead-dark {
    background: #000000!important;
}
.thead-dark th {
    color: white!important;
}
.c_report_h {
  padding-right: 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 28px;
  color: #000000;
  position: relative;
}
.c_report_h::before {
    content: '•';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.c_report_r div {
    font-size: 18px;
}










#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c59f07;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 1101;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin-reverse 0.6s linear infinite;
          animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c59f07;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000000;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}














.rotate0 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.rotate30 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}
.rotate60 {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.rotate120 {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.rotate150 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.rotate210 {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
}
.rotate240 {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
}
.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.rotate300 {
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
}
.rotate330 {
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
}
.rotate360 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
@media screen and (max-width: 567px){
    .card-title > h3.fw-bolder.mx-auto.col-md-8.justify-content-between.d-flex,
    .card-title > h3.fw-bolder.mx-auto.col-md-10.justify-content-between.d-flex {
        width: 100%!important;
    }
    /*.c_navbar_fixed.c_fixed.header .c_stats > div {
        padding: 5px!important;
        width: 50%!important;
        margin: 0 0 0 3px!important;
    }*/
    /*.c_navbar_fixed.c_fixed.header .c_stats {
        flex-wrap: nowrap!important;
    }*/
    .c_navbar_fixed.c_fixed.header .c_stats {
        display: none!important;
    }
    .c_navbar_fixed.c_fixed.header > .card-body {
        width: 100%!important;
        padding: 0!important;
    }
    .c_navbar_fixed.c_fixed.header > .card-body > .d-flex.flex-wrap.flex-sm-nowrap.mb-3 {
        flex-wrap: nowrap!important;
    }
    .c_navbar_fixed.c_fixed.header .c_stats > div * {
        font-size: 14px!important;
        padding: 3px!important;
    }
    .c_navbar_fixed.c_fixed.header .d-flex.justify-content-between.align-items-start.flex-wrap.mb-2 {
        flex-direction: column;
    }
    .c_navbar_fixed.c_fixed.header ul.nav {
        display: flex;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 100%;
    }
    .c_nb_lm button {
        transform: translateX(0)!important;
    }
    .c_nb_lm label {
        display: none!important;
    }
    .c_tr_lm {
        margin-bottom: 15px!important;
    }
    .c_clients_doctors {
        margin-bottom: 15px!important;
        padding-left: 0!important;
        width: 100%!important;
        margin-right: 0px!important;
        padding-right: 0!important;
    }
    .c_clients_doctors > div {
        width: 50%;
        margin-bottom: 8px!important;
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
    }
    .c_clients_doctors .bhp-day {
        display: flex;
        font-size: 12px;
        align-items: center;
        width: 100%;
    }
    .c_clients_doctors .bhp-day label {
        white-space: nowrap;
    }
    .days_sections {
        flex-direction: column;
    }
    .c_hospitalstay {
        flex-direction: column;
    }
    .c_hospitalstay > div {
        margin: 5px 0!important;
    }
    .c_navbar_fixed.c_fixed {
        padding: 15px 15px 0 15px!important;
        top: 55px!important;
    }
    .file-uploaded ul li {
        width: 50%;
    }
    .c_search_section > div {
        width: 100%!important;
        flex: 1 1 100%!important;
        max-width: 100%!important;
    }
}
@media screen and (min-width: 568px) and (max-width: 1024px){
    .c_nb_lm button {
        transform: translateX(0)!important;
    }
    .c_nb_lm label {
        display: none!important;
    }
    .c_tr_lm {
        margin-bottom: 15px!important;
    }
    .c_navbar_fixed.c_fixed {
        padding: 15px 15px 0 15px!important;
        top: 55px!important;
    }
    .file-uploaded ul li {
        width: 25%;
    }
    .c_clients_doctors {
        margin-bottom: 15px!important;
        padding-left: 0!important;
        width: 100%!important;
        margin-right: 0px!important;
        padding-right: 0!important;
    }
    .c_clients_doctors > div {
        width: 50%;
        margin-bottom: 8px!important;
        padding-right: calc(var(--bs-gutter-x) * .5)!important;
    }
    .c_clients_doctors .bhp-day {
        display: flex;
        font-size: 12px;
        align-items: center;
        width: 100%;
    }
    .c_clients_doctors .bhp-day label {
        white-space: nowrap;
    }
}