@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ovo&family=Syne&display=swap');

:root {
    --black: #1D1D1B;
    --font: 'Poppins', sans-serif;

    /* below lines set the styling for @vueform/multiselect */
    --ms-spinner-color: var(--bs-primary);
    --ms-option-bg-selected: var(--bs-secondary);
    --ms-option-bg-selected-pointed: var(--bs-secondary);
    --ms-tag-bg: var(--bs-primary);

    --wizard-color-neutral: #ccc;
    --wizard-color-active: var(--bs-primary);
    --wizard-color-complete: #87D37C;
    --wizard-step-width-height: 54px;
    --wizard-step-font-size: 24px;

    --slider-connect-bg: var(--bs-primary);
    --slider-tooltip-bg: var(--bs-secondary);
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ovo', serif;
    font-weight: 500 !important;
}

b,
strong {
    font-weight: 500 !important;
}

[class*=sidebar-dark-] {
    background-color: #443173;
}

[class*=sidebar-dark] .user-panel {
    padding: 15px;
    margin: 0 -15px !important;

    transition: all ease 0.3s;
}

[class*=sidebar-dark] .nav-legacy.nav-sidebar>.nav-item .nav-treeview,
[class*=sidebar-dark] .nav-legacy.nav-sidebar>.nav-item>.nav-treeview {
    font-size: 13px;
    background: none;
    margin: 10px 0;
}

[class*=sidebar-dark] .nav-sidebar>.nav-item .nav-treeview .nav-link {
    padding: 7px 10px;
}

[class*=sidebar-dark] .nav-sidebar>.nav-item .nav-treeview .nav-link.active .far {
    font-weight: 700;
}

[class*=sidebar-dark] .nav-sidebar>.nav-item .nav-treeview .nav-icon {
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

[class*=sidebar-dark-] .sidebar a {
    color: #fff;
}

.brand-link {
    padding: 1.2rem 0.5rem;
    background: white;
    height: 80px;
}

.brand-link .brand-image {
    opacity: 1 !important;
    max-height: 37px;
}

.user-panel .image {
    padding-left: 0rem;
    border-radius: 50%;
    overflow: hidden;
}

.navbar-light {
    padding: 0.8rem 0.5rem;
    background: #443173;
    height: 80px;

}

.navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 6px 10px;
    margin-bottom: 3px;
    margin-left: 10px;
}

.navbar-light .navbar-nav .BrandName {
    padding-left: 20px;
}

.navbar-light .navbar-nav .navbar-brand {
    color: #fff;
    font-size: 25px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .8);
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    top: 0.8rem;
}

.sidebar-dark-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar.nav-legacy>.nav-item>.nav-link.active {
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-legacy.nav-sidebar>.nav-item>.nav-link.active>.nav-icon {
    margin-left: calc(0.55rem - 3px);
}

.nav-legacy.nav-sidebar>.nav-item>.nav-link.active>.nav-icon {
    margin-left: calc(0rem - 3px);
}

.main-sidebar,
.main-sidebar::before {
    width: 240px;
}

.sidebar-mini .main-sidebar .nav-legacy .nav-link,
.sidebar-mini-md .main-sidebar .nav-legacy .nav-link,
.sidebar-mini-xs .main-sidebar .nav-legacy .nav-link {
    width: 240px;
    padding: 9px 9px;
}

.sidebar-mini .nav-legacy>.nav-item .nav-link .nav-icon,
.sidebar-mini-md .nav-legacy>.nav-item .nav-link .nav-icon,
.sidebar-mini-xs .nav-legacy>.nav-item .nav-link .nav-icon {
    margin-left: 0;
    margin-right: 1px;
    width: 22px;
    font-size: 13px;
}

.sidebar-collapse [class*=sidebar-dark] .user-panel {
    padding: 15px 27px;
}

.sidebar-collapse.sidebar-mini .nav-legacy>.nav-item .nav-link .nav-icon,
.sidebar-collapse.sidebar-mini-md .nav-legacy>.nav-item .nav-link .nav-icon,
.sidebar-collapse.sidebar-mini-xs .nav-legacy>.nav-item .nav-link .nav-icon {
    margin-left: 13px;
}

.auth-one-bg {
    /*background-image: url(../img/auth-one-bg.jpg);*/
    background-position: center;
    background-size: cover;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 470px;
}

.auth-one-bg .bg-overlay {
    background: #453073;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #000;
}

.auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.auth-one-bg .shape>svg {
    width: 100%;
    height: auto;
    fill: #e9ecef;
}

.auth-page-content {
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
}

.authLogoInfo {
    display: flex;
    justify-content: center;
    margin: 0 50px 50px;
    flex-direction: column;
    align-items: center;
}

.authLogoInfo a {}

.authLogoInfo a img {
    max-width: 130px;
}

.authLogoInfo p {
    color: white;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

.login-page,
.register-page {
    display: block;
}

.login-box .card,
.register-box .card {
    margin-bottom: 0;
}

.login-box,
.register-box {
    margin: auto;
    width: 100%;
}

.login-box .form-group label {
    font-weight: 500;
    margin-bottom: 10px;
}

.login-box .form-group {
    position: relative;
}

.login-box .form-group .forgot {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #443173;
}

.login-box .form-group .form-control {
    font-size: .8125rem;
    border-color: #ced4da;
}

.login-box .icheck-primary label {
    font-weight: 500;
    margin-bottom: 3px;
}

.login-box .icheck-primary {
    margin: 15px 0 !important;
}

.login-box .was-validated .form-control:invalid,
.login-box .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.register-box .form-group label {
    font-weight: 500;
    margin-bottom: 10px;
}

.register-box .form-group {
    position: relative;
}

.register-box .form-group .forgot {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #443173;
}

.register-box .form-group .form-control {
    font-size: .8125rem;
    border: 1px solid #ced4da;
}

.register-box .icheck-primary label {
    font-weight: 500;
    margin-bottom: 3px;
}

.register-box .icheck-primary {
    margin: 15px 0 !important;
}

.register-box .icheck-primary a {
    color: #443173;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before {
    border-color: #5B468F;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):focus+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):focus+input[type="hidden"]+label::before {
    border-color: #5B468F;
}

.icheck-primary>input:first-child:checked+label::before,
.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #5B468F;
    border-color: #5B468F;
}

.autoHeader {
    text-align: center;
    margin-bottom: 30px;
}

.autoHeader h6 {
    color: #443173;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 5px;
}

.autoHeader p {
    margin-bottom: 0;
}

.authFooter {
    display: flex;
    justify-content: center;
    margin: 17px;
}

.authFooter a {
    color: #443173;
    font-weight: 500;
}

.card {
    border: 0 solid rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    box-shadow: 0 1px 2pxrgba(56, 65, 74, .15);
}

.card .card-header {
    display: flex;
    flex-grow: 1;
    align-items: center;
}

.card .card-header h3 {
    font-size: 22px;
    color: #495057;
    margin-bottom: 0;
    font-weight: 500;
}

.btnGap .btn {
    margin-right: 15px;

}

.modal-title {
    font-size: 22px;
}

.modal-body {
    margin: 0 !important;
}

.modal .form-group label {
    font-weight: 500;
    margin-bottom: 7px;
}

.modal .form-group .form-check-inline label {
    margin-bottom: 0px;
}

.modal .form-group .form-control {
    font-size: .8125rem;
    /* border: 1px solid #ced4da; */
}

.modal .form-group input.error,
.modal .form-group select.error,
.modal .form-group textarea.error {
    border: 1px solid red;
}

.modal .modal-header {
    align-items: center;
}

.modal .modal-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.modal .modal-header .close,
.modal .modal-header .mailbox-attachment-close {
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    opacity: 1;
    font-size: 40px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .modal .modal-header .close, .modal .modal-header .mailbox-attachment-close {
    padding: 0;
    margin: 0;
    background: #443173;
    height: 30px;
    width: 30px;
    opacity: 1;
    font-size: 16px;
    color: white;
} */

.rightGap {
    margin-right: 7px;
}

.hamburger-icon {
    width: 27px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    top: 4px;
}

.hamburger-icon span {
    background-color: #fff;
    position: absolute;
    border-radius: 2px;
    transition: 0.3s all ease;
    width: 100%;
    height: 2px;
    display: block;
    left: 0px;
}

.hamburger-icon span:nth-child(1) {
    top: 0;
    transition: 0.3s all ease;
}

.hamburger-icon span:nth-child(2) {
    top: 6px;
    transition: 0.3s all ease;
}

.hamburger-icon span:nth-child(3) {
    top: 13px;
    transition: 0.3s all ease;
}

.hamburger-icon span:nth-child(4) {
    bottom: 0;
    transition: 0.3s all ease;
}

/*
.sidebar-collapse .hamburger-icon {
    transform: rotate(-90deg);
    transition: 0.3s all ease;
}
.sidebar-collapse .hamburger-icon span:nth-child(1) {
    left: 1px;
    top: 5px;
    width: 20px;
    transform: rotate(90deg);
    transition-delay: 150ms;
}
.sidebar-collapse .hamburger-icon span:nth-child(2) {
    left: 3px;
    top: 13px;
    width: 10px;
    transform: rotate(45deg);
    transition-delay: 50ms;
}
.sidebar-collapse .hamburger-icon span:nth-child(3) {
    left: 9px;
    top: 13px;
    width: 10px;
    transform: rotate(-45deg);
    transition-delay: 100ms;
} */

.main-header.dropdown-legacy .dropdown-menu {
    top: 3.5rem;
    margin-top: 0;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ccc;
}

.logDropdown {
    margin: 0;
    display: flex;
    align-items: center;
}

.logDropdown .nav-link {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.logDropdown .dropdown-menu {
    font-size: 13px;
}

.logDropdown .dropdown-menu .dropdown-item {
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #443173;
}

.fa,
.far,
.fas {
    width: 18px;
}

.navigNav .nav-item:not(.logDropdown) {
    font-size: 16px;
    margin-top: 2px;
}

.UiSecSetting h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    border-bottom: solid 1px #d1cfd6;
    padding-bottom: 10px;
}

.UiSecSetting {
    margin-bottom: 30px;

}

.UiSecSetting label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;

}

@media (min-width: 768px) {

    .sidebar-mini-xs .content-wrapper,
    .sidebar-mini-xs .main-footer,
    .sidebar-mini-xs .main-header {
        margin-left: 240px;
    }
}

.layout-fixed .main-sidebar {
    top: 0;
}

@supports not (-webkit-touch-callout: none) {
    .layout-fixed .wrapper .sidebar {
        height: calc(100vh - (80px + 1px));
    }
}

.sidebar .nav-link p,
.main-sidebar .brand-text,
.main-sidebar .logo-xs,
.main-sidebar .logo-xl,
.sidebar .user-panel .info {
    font-size: 13px;
}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .nav-legacy .nav-link i {
    margin-left: 0 !important;
    margin-right: 2px !important;
}

.form-control,
.form-select {
    font-size: 13px !important;
}

.customCard {
    -webkit-box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    box-shadow: 0 3px 3px rgb(56 65 74 / 15%);
    background: white;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.customCard .customCardHeader {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    justify-content: flex-start;
    padding-bottom: 0;
    margin-bottom: 25px;
}

.customCard .customCardHeader h3 {
    margin-bottom: 0;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    color: var(--black);
}

.formHeading {
    margin: 25px 0 15px;
    font-family: 'Poppins', sans-serif;
    color: var(--black);
}

.customCard .customCardHeader .btn {
    min-width: 80px;
    margin-right: 3px !important;
    font-size: 13px;
}

.customCard .customCardHeader .btn:last-child {}

.customCard .customCardBody {
    max-width: 1100px;
}

.customCard .customCardBodyFull {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.customCard .customCardBody label {
    font-size: 13px;
    font-weight: 500 !important;
    margin-bottom: 2px;
    color: #495057;
}

.customCard .customCardBody label span {
    margin-left: 2px;
}

.customCard .customCardBody .form-control {
    font-size: 13px;
    color: var(--black);
}

.customCard .customCardBody .form-select {
    font-size: 13px;
    color: var(--black);
    padding: 0.47rem 2.25rem 0.47rem 0.75rem;
}

.customCard .customCardBody .form-control[type=file] {
    padding: 6px 10px;
    height: 35px;
}

.customCard .customCardBody .innerTitle {
    font-family: var(--font);
    font-size: 18px;
}

.customCard .customCardBody .previewImg {
    border: solid 1px #eee;
    width: 150px;
    height: 150px;
    border: solid 1px #999;
}

.customCard .customCardBody .previewImg img {
    height: 150px;
    width: 150px;
    padding: 10px;
}

.customCard .customCardHeader.bigFormAlignment {
    align-items: flex-start;
}

.customCard .customCardHeader.bigFormAlignment h3 {
    margin-top: 35px;
}

.main-content {
    padding-top: 12px;
}

.content .breadcrumb {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 0;
    padding-top: 20px;
}

.content .breadcrumb a {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #000;
}

/* ie */
input:-moz-placeholder {
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

/* firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #000;
}

/* ie */
.form-control:-moz-placeholder {
    color: #000;
    opacity: 1
}

.UiSecSetting .row .switchColums {
    min-width: 240px;
    width: auto;
    color: var(--black);
    margin-bottom: 5px;

}

.UiSecSetting .seprator {
    border: solid 1px #d1cfd6;
    padding: 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    margin-top: 10px;
    box-shadow: 0 3px 3px rgb(56 65 74 / 15%);
    background: white;
}

.UiSecSetting .seprator:last-child {}

.content-wrapper {
    background: #fafafa !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0px !important;
    padding: 1px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 20px;
    height: 20px;
    position: relative;
    top: -3px;
}

.select2-container--default.select2-container--focus .select2-search__field {
    margin-top: 8px;
}

div.datatable_content select.form-control.mx-1 {
    appearance: auto !important;
    width: 100px;
}

div.datatable_content select.custom-select.mx-1 {
    min-width: 95px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12.5px;
    padding: 0.375rem 0.35rem;
    width: 110px;
}

div.datatable_content select.custom-select.mx-1.auto {
    min-width: auto;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12.5px;
    padding: 0.375rem 0.35rem;
    width: auto;
    padding-right: 25px;
}

div#dataTable_filter select.custom-select.mx-1 {
    min-width: 95px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12.5px;
    padding: 0.375rem 0.35rem;
    width: 110px;
}

div#listingTable_filter select.custom-select.mx-1 {
    min-width: 95px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12.5px;
    padding: 0.375rem 0.35rem;
    width: 110px;
}

div#listingTable_filter select.custom-select.auto {
    min-width: auto;
    display: inline-block;
    text-transform: capitalize;
    font-size: 12.5px;
    padding: 0.375rem 0.35rem;
    width: auto;
    padding-right: 25px;
}

table.table-bordered.dataTable {
    margin-top: 16px !important;
    margin-bottom: 11px !important;
}

table.table-bordered.dataTable .btn-sm {
    font-size: 13px;
}

table.table-bordered.dataTable tbody tr img {
    border: solid 1px #999;
    border-radius: 50%;
    padding: 1.5px;
    height: 26px;
    width: 26px;
    object-fit: contain;
}

select.form-control.mx-1 {
    max-width: fit-content;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    padding: 0.375rem 0.35rem;
}

div#dataTable_filter {
    float: inherit;
}

div#example_filter {
    float: inherit;
}

.table> :not(caption)>*>* {
    padding: 0.9rem 0.5rem !important;
}

.table-bordered tbody td {
    padding: 0.5rem 0.5rem !important;
}

table.table-bordered.dataTable {
    border-right-width: 1px;
}

.table-bordered> :not(caption)>* {
    border-width: 0;
}

table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 0;
}

table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
    border-left-width: 0;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    font-weight: 400;
}

table.table-bordered.dataTable th {
    border-bottom-width: 1px !important;
    border-color: #443173;
    font-weight: 500 !important;
}

table th {
    font-weight: 500 !important;
}

.dataTable th {
    font-weight: 500 !important;
}

table.dataTable {
    color: var(--black) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 !important;
}

table.table-bordered.dataTable tr.odd {
    background: #f2f2f2 !important;
}

table.table-bordered.dataTable tr:hover {
    cursor: pointer;
}

table.table-bordered.dataTable tr.selected>* {
    box-shadow: none !important;
    background: rgba(68, 49, 115, 0.6);
    color: white;
}

table.table-bordered.lastTRRight tr td:last-child {
    text-align: right;
}

table.table-bordered.lastTRRight tr td.dataTables_empty {
    text-align: center !important;
}

table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
    border-left-width: 0px !important;
}

table.table-bordered.dataTable thead tr:first-child th {
    border-top-width: 0px !important;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child {
    border-right: solid 1px rgba(0, 0, 0, 0.05) !important;
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px !important;
}

table.table-bordered.dataTable td:last-child .btn {
    margin-right: 5px;
}

table.table-bordered.dataTable td:last-child .btn:last-child {
    margin-right: 0px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 70px !important;
    margin: 0 5px;
    height: 37px;
}

.btn.btn-blank {
    border: none;
}

.page-item.active .page-link {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-bg);
}

.page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.page-item.disabled .page-link {
    background-color: transparent;
}

.page-item .page-link {
    background-color: transparent;
}

.sidebar-mini-xs.sidebar-collapse .main-sidebar,
.sidebar-mini-xs.sidebar-collapse .main-sidebar::before {
    width: 74px;
}

body div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    text-align: center;
    padding: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .2);
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

body div.dataTables_processing>div:last-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 78px;
    margin: auto;
    height: 15px;
    display: none;
}

body div.dataTables_processing>div:last-child>div {
    background: #443173;
}

body div.dataTables_processing>div.animationLoader {
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: cover;
}

.sidebar-mini-xs.sidebar-collapse .content-wrapper,
.sidebar-mini-xs.sidebar-collapse .main-footer,
.sidebar-mini-xs.sidebar-collapse .main-header {
    margin-left: 74px !important;
}

/*
.sidebar-collapse.sidebar-mini .closeMenu{
    display: flex;
}
.sidebar-mini .closeMenu{
    display: none;
} */



.layout-fixed .brand-link {
    width: 240px;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.sidebar-mini .brand-link img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    bottom: 10px;
    width: auto;
    height: 40px;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

.sidebar-collapse.sidebar-mini .openMenu {
    /* height: auto;
    max-width: 54px;
    vertical-align: bottom;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s; */
    transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    width: auto;
    height: 26px;
}

.sidebar-collapse.sidebar-mini .main-sidebar .openMenu {
    transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;

}

.sidebar-collapse.sidebar-mini .main-sidebar:hover .openMenu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    bottom: 10px;
    width: auto;
    height: 40px;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.profile {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.profile .profileImg {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.profile .profileImg img {
    width: 55px;
    object-fit: cover;
    height: 55px;
}

.profile .profileDetail {
    font-family: 'Poppins', sans-serif;
    flex: 1;
}

.profile .profileDetail .headStatus h4 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    font-size: 19px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    width: fit-content;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    margin-right: 5%;
}

.profile .profileDetail .headStatus img {
    margin-right: 7px;
}

.profile .profileDetail .headStatus h4 small {
    font-size: 11px;
    background: rgb(10, 179, 156);
    color: white;
    padding: 1.5px 3px;
    position: relative;
    top: 0px;
    margin-left: 15px;
}

.profile .profileDetail .headStatus h4 small.enabled {
    background: rgb(10, 179, 156);
}

.profile .profileDetail .headStatus h4 small.disabled {
    background: rgb(240, 101, 72);
}

.profile .profileDetail .headStatus h4 small.deleted {
    background: rgb(240, 101, 72);
}

.profile .profileDetail .headStatus h4 small.review_pending {
    background: rgb(247, 184, 75);
}

.profile .profileDetail .headStatus h4 small.rejected {
    background: rgb(41, 156, 219);
}

.profile .profileDetail .headStatus h4 small.blocked {
    background: rgb(255, 0, 0);
}

.datepicker table tr td span.active,
.datepicker table tr td span.focused {
    background-color: var(--bs-primary) !important;
    background-image: none !important;
    color: white;
}

.profile .profileDetail .headStatus h4 div img {
    width: 40px;
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 50%;
    object-fit: contain;
}

.profile .profileDetail .btags {
    margin-right: 10px;
    width: auto;
}
.profile .profileDetail .btags .multiselect{
    width: 170px !important;
    margin: 0 !important;
}

.tag {
    background-color: #a991d4;
}

.customerListing .basic_details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.customerListing .basic_details h6 {
    font-family: var(--font);
}

.customerListing .basic_details .NIC_Small a {
    text-decoration: none;
}

.customerListing .basic_details .NIC_Small a svg {
    margin-right: 10px;
}

.basic_details {
    margin: 20px 0;
}

.basic_details p {
    margin-bottom: 4px;
    color: #878a99;
}

.basic_details p span {
    color: var(--bs-body-color);
    font-weight: 500;
}
.detailedGray span{
    color: #878a99 !important;
}
.detailedGray{
    color: #878a99 !important;
}



.basic_details u {
    text-decoration: none;
    color: var(--bs-body-color);
    font-size: 19px;
}
.adjustBasicColor p.blackColor span {
    color: #878a99 !important;
}

.basic_details.branchDetaisInv p {
    color: var(--bs-body-color);
    font-weight: 500;
}

.basic_details.branchDetaisInv p span {
    color: #878a99;
    font-weight: 400;
}

.basic_details h5 {
    font-family: var(--font);
}



.basic_details .packageHeadingDetail{
    background: var(--bs-primary);
    color: #fff;
    padding: 9px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 12px;
}



.basic_details .detailHead {
    font-weight: 500;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.basic_details .NIC_Small {
    display: flex;
    margin-top: 20px;
}

.basic_details .NIC_Small a {
    text-decoration: none;
    height: 70px;
    width: 80px;
    background: #a991d4;
    display: flex;
    margin-right: 10px;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
}

.basic_details .NIC_Small a svg {
    margin-right: 0px !important;
    margin-bottom: 6px;
    height: 24px;
    width: 23px;
}
.basic_details p.serviceDetailPakageSection{
    display: flex;
    flex-wrap: wrap;
}
.basic_details p .servicesDetailPakage {
    /* margin-bottom: 15px !important;
    display: block;
    width: 25%;
    float: left;
    font-weight:bold;
    margin-right: 5%;
    min-height: 180px; */
    margin-bottom: 15px !important;
    width: 30%;
    margin-right: 2%;
}
.basic_details p .servicesDetailPakage .serviceHeadingPakage{
    font-size: 13px;
    color: #333;
    border-bottom: solid 1px;
    max-width: fit-content;
    margin-bottom: 6px;
}
.basic_details p .servicesDetailPakage span {
    display: block !important;
    color: #878a99;
    font-size: 13px;
}

.basic_details span.servicesDetailPakage span b {
    color: var(--bs-body-color);
}

.lightBox {
    margin-bottom: 25px;
}

.lightBox h5 {
    background: var(--bs-primary);
    color: #fff;
    padding: 9px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 12px;
}

.lightBox h5 .customicon {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.lightBox h5 .customicon {
    fill: #fff;
}

.lightBox h5 .customicon path {
    fill: #fff;
}

.lightBox .atachmentTitle {
    font-family: var(--font);
    background: lightgray;
    padding: 7px 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.noPadding {
    padding: 0 !important;
}

.lightBox .symptoms {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 7px;
    margin-bottom: 10px;
}

.lightBox .symptoms h6 {
    font-family: var(--font);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    display: flex;
}

.lightBox .symptoms h6 .iconLeft {
    width: 17px;
    font-size: 10px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 3px;
    color: rgba(0, 0, 0, .8);
}

.lightBox .symptoms p {
    font-family: var(--font);
    font-size: 12px;
    color: #333;
    word-break: break-all;
}

.lightBox .top {
    display: flex;
}

.lightBox .top small {
    margin-left: auto;
    text-align: right;
}

.lightBox .top small .downloadMedicationFiles {
    cursor: pointer;
}

.lightBox .middle {
    display: flex;
    align-items: center;
}

.lightBox .middle .attachmentRight {
    margin-left: auto;
    font-size: 12px;
}

.lightBox .bottom {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding-top: 4px;
}

.lightBox .bottom p {
    font-size: 13px;
    margin-bottom: 0px;
}

.lightBox .bottom ul {
    padding-left: 15px;
    list-style-type: circle;
    margin-bottom: 0;
}

.lightBox .bottom ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

.lightBox .noData {
    padding: 0 20px;
}

.lightBox .symptoms .multiData {}

.lightBox .symptoms .multiData .attachmentRight {
    margin-left: auto;
    font-size: 12px;
}

.lightBox .symptoms .multiData .middle {
    display: block;
}

.lightBox .symptoms .multiData .middleMulti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lightBox .symptoms .multiDataMedication .bottom .dosage span {
    display: block;
    line-height: 16px;
}

.lightBox .boxArea .symptoms .bottom {
    border-top: none;
}

.lightBox .noScroll {
    height: auto;
}

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

.vitalsSection .vitals {
    height: 100px;
    max-width: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-left: solid 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    margin: 0;
    flex-grow: 1;
    width: 20%;
}

.vitalsSection .vitals:last-child {
    border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.vitalsSection .vitalsValues {
    text-align: center;
    margin-top: 0;
}

.vitalsSection .vitals h4 {
    font-family: var(--font);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 28px;
}

.vitalsSection .vitals .unitName {
    font-size: 12px;
}

.vitalsSection .vitals p {

    line-height: 14px;
    text-align: center;
    min-height: 10px;
    word-break: break-all;

}

.vitalsSectionSmall {
    display: flex;
    flex-wrap: wrap;
    margin-left: 4px;
}

.vitalsSectionSmall .vitals {
    height: 60px;
    max-width: 29%;
    min-width: 29%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none;
    padding: 3px;
    margin: 0;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 5px;
    margin-bottom: 7px;
    width: 29%;
}

.vitalsSectionSmall .vitals:nth-child(3) {
    border-right: none;
}

.vitalsSectionSmall .vitals:last-child {
    border-right: none;
}

/* .vitalsSectionSmall .vitals:first-child{
    border-top: none;
}
.vitalsSectionSmall .vitals:nth-child(2){
    border-top: none;
}
.vitalsSectionSmall .vitals:nth-child(3){
    border-top: none;
} */
.vitalsSectionSmall .vitalsValue {
    text-align: center;
    margin-top: 2px;
}

.vitalsSectionSmall .vitalsValue .unitName {
    font-size: 10px;
    ;
}

.vitalsSectionSmall .vitals h4 {
    font-family: var(--font);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 9px;
}

.vitalsSectionSmall .vitals p {
    line-height: 9px;
    text-align: center;
    min-height: 10px;
    word-break: break-all;
    font-size: 9px;
}

.vitalBoxList .symptoms {
    border: none !important;
    margin-bottom: 0 !important;
}

.longVitals {}

.longVitals .symptoms {
    margin-bottom: 10px;
}

.bigFormHeader {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.bigFormHeader .blankLabel {
    height: 15px;
}

.blankLabelSmall {
    height: 16px;
}

.bigFormHeader label {
    font-weight: 400 !important;
}

.bigFormHeader span.select2.select2-container {
    width: 100% !important;
}

.row.emrRow {
    margin-left: -5px;
    margin-right: -5px;
}

.emrRow .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.emrRow .lightBox .symptoms {
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.emrRow .vitalBoxList .limitBox {
    border: solid 1px #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
}

.detailsBox {
    padding: 12px 0;
}

.detailsBox h4 {
    border-bottom: 1px solid #ced4da;
    font-family: var(--font);
    font-size: 18px;
    padding-bottom: 7px
}

.detailsBox>div {
    color: #444;
}

.detailsBox div span {
    color: #878a99;
}

.detailsBox p {
    display: flex;
    align-items: center;
}

.detailsBox p .viewBg {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: var(--black) !important;
    line-height: 10px;
    border-bottom: var(--black) solid 1px;
    cursor: pointer;
}

.detailsBox .viewBg {
    background: white;
    border: solid 1px gray;
    font-size: 11px;
    padding: 1px 3px;
    margin-left: 7px;
    cursor: pointer;
}

.detailsBox .clickBg {
    background: white;
    border: solid 1px gray;
    font-size: 11px;
    padding: 1px 3px;
    margin-left: 7px;
    color: #444;
    cursor: pointer;
}

.detailsBox>div {
    margin-bottom: 4px;
}

.detailsBox>div .doctorName span {
    color: #444;
}

.detailsBox>div .doctorPhone span {
    color: #444;
}

.detailsBox>div .doctorSpeciality span {
    color: #444;
}

.detailsBox>div .selectDate span {
    color: #444;
}

.detailsBox p .viewBg span {
    color: var(--black) !important;
}

.detailsBox p .clickBg {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: var(--black);
    line-height: 10px;
    border-bottom: var(--black) solid 1px;
    cursor: pointer;
}

.selectSlotsStatus {
    justify-content: flex-start !important;
}

.selectSlotsStatus .SlotStatus {
    border: solid 1px #eee;
    margin: 0 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.tagBtn {
    background: white;
    border: solid 1px gray;
    font-size: 11px;
    padding: 1px 3px;
    margin-right: auto;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 2px;
}

.radio-button {
    margin: 0;
    width: 85px;
    height: 38px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.radio-button label,
.radio-button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radio-button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.radio-button input[type="radio"]:checked+label {
    background: var(--bs-primary);
    color: #fff;
    border-radius: 0px;
}

.radio-button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
}

/* .basic_details .viewBg {
    background: lightgray;
    color: #333 !important;
    padding: 2px 4px;
    margin-left: 9px;
    cursor: not-allowed;
}

.basic_details .clickBg {
    background: var(--bs-primary);
    color: #fff !important;
    padding: 2px 4px;
    margin-left: 9px;
    cursor: pointer;
} */

.additional_details h6 {
    font-family: var(--font);
    margin-top: 20px;
    margin-bottom: 20px;

}

.additional_details .bgHead {
    background: var(--bs-primary);
    color: white;
    padding: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.additional_details .bgHead h6 {
    padding: 0;
    margin: 0;
}

.additional_details .numbersBox {
    margin-bottom: 10px;
    display: flex;
    font-size: 13px;
}

.additional_details .numbersBox .cat {
    position: relative;
    padding-left: 0;
    min-width: 70px;
    margin-right: 10px;
}

.additional_details .numbersBox .cat:after {
    /* content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: var(--black);
    border-radius: 50%;
    left: 0;
        top: 8px; */
}

.additional_details .numbersBox .catPhone {
    /* margin-left: auto;
    position: relative;
    padding-left: 10px; */
}

.additional_details .numbersBox .catPhone:after {
    /* content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: var(--black);
    border-radius: 50%;
    left: 0;
        top: 8px; */
}

.scrollDataTable {}

.scrollDataTable .modal-header {
    border: none;
}

.scrollDataTable .modal-footer {
    border: none;
}

.scrollDataTable .modal-dialog {
    max-width: 810px;
}

.scrollDataTable .modal-body {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    overflow-x: hidden;
}

.scrollDataTable .customCardBody {
    margin-top: 0 !important;
}

.scrollDataTable .customCardBody .table.table-bordered.dataTable {
    margin-top: 0 !important;
}

.scrollDataTable .customCardBody table.dataTable>tbody>tr {
    cursor: pointer;
}

.scrollDataTable .customCardBody table.dataTable>tbody>tr:hover {
    background: #443173 !important;
    color: #fff !important;
}

.extraDataFile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (min-width: 1200px) {
    .basic_details .marSpace {
        padding-right: 70px;
    }

    .additional_details .marSpace {
        padding-right: 70px;
    }
}

.familyProfile {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #333;
    border-radius: 2px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    padding-bottom: 22px;
}

.familyProfile .family_Profile_Img {
    width: 50px;
    height: 50px;
}

.familyProfile .family_Profile_Img img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}


.familyProfile .family_details {
    display: flex;
    width: 100%;
    flex: 1;
    margin-left: 10px;
}

.familyProfile .family_details .left .listDot {
    color: var(--bs-body-color);
}

.familyProfile .family_details .left {
    flex: 1;
    margin-right: 5px;
}

.familyProfile .family_details .right {
    margin-left: auto;
    text-align: right;
}

.familyProfile .family_details .right a:not(.close) {
    background: var(--bs-primary);
    border: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    text-decoration: none;
}

.familyProfile .family_details .right .status span {
    background: #ea7f49;
    margin-bottom: 2px;
}

.familyProfile .family_details .right .status span {
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
}

.familyProfile .family_details span.listDot:after {
    /* content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: var(--black);
    border-radius: 50%;
    left: 4px;
    top: 7px; */
}


.profileAdd {
    border-bottom: solid 1px #333;
    border-radius: 2px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    padding-bottom: 22px;
}

.profileAdd .top {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.profileAdd .top .category {}

.profileAdd .top .view {
    margin-left: auto;
}

.profileAdd .top .view button {
    background: var(--bs-primary);
    border: none;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
}

.profileAdd .detailAdd {}

.secProfile {
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    border-bottom: solid 1px #333;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 20px;
}

.secProfile .secProfile_Img {
    width: 50px;
    height: 50px;
}

.secProfile .secProfile_Img img {
    width: 50px;
    object-fit: cover;
}


.secProfile .secProfile_details {
    display: flex;
    width: 100%;
    flex: 1;
    margin-left: 0px;
}
.secProfile .secProfile_details .left{
    flex: 1;
}

.secProfile .secProfile_details .leftTop {}

.secProfile .secProfile_details .right {
    margin-left: auto;
    text-align: right;
}

.secProfile .secProfile_details .right a {
    color: #333;
}

.secProfile .secProfile_details .listDot {
    position: relative;
    padding-left: 0px;
    width: 100%;
    display: flex;
}

.secProfile .secProfile_details .listDot label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #495057;
    min-width: 80px;
    margin-right: 10px;
}

.secProfile .secProfile_details .listDot:after {
    /* content: "";
    position: absolute;
    height: 3px;
    width: 3px;
    background: var(--black);
    border-radius: 50%;
    left: 4px;
    top: 8px; */
}

.secProfile .secProfile_details .detailLinks {
    margin-top: auto;
    font-size: 12px;
    margin-left: auto;

    float: right;
}

.secProfile .secProfile_details .detailLinks a {
    background: white;
    border: solid 1px gray;
    font-size: 11px;
    padding: 1px 3px;
    margin-left: 7px;
    color: #444;
    cursor: pointer;
    text-decoration: none;
    margin-top: 5px;
}

.secProfile .secProfile_details .sectionAttachment {
    margin-top: 5px;
}

.secProfile .secProfile_details .sectionAttachment p {
    background: lightgray;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 15px !important;
    width: fit-content;
}

.secProfile .secProfile_details .sectionAttachment ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.secProfile .secProfile_details .sectionAttachment ul li {
    margin-right: 4px;
}

.secProfile .secProfile_details .sectionAttachment ul li a {
    text-decoration: none;
    border: solid 1px #a991d4;
    padding: 5px;
    font-size: 12px;
    background: none;
}

.secProfile .secProfile_details .sectionAttachment ul li a:hover {
    color: #fff;
    background: #a991d4;
}

body .swal2-container.swal2-center>.swal2-popup {
    max-width: 500px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: solid 1px rgba(0, 0, 0, .175);
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0;
    border-radius: 0;
}

.remove-head thead {
    display: none;
}

.remove-head.dataTable tbody tr {
    cursor: pointer;
}

body .swal2-icon {
    width: 3em;
    height: 3em;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

body .swal2-icon .swal2-icon-content {
    font-size: 2.75em;
}

body .swal2-title {
    font-size: 21px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .175);
}

body div#swal2-html-container {
    text-align: left;
    font-size: 13px;
    padding: 14px;
    margin: 0px;
    min-height: 100px
}


body .swal2-actions {
    justify-content: flex-end;
    width: auto;
    margin: 0;
    padding: 14px;
    border-top: solid 1px rgba(0, 0, 0, .175);
}

body .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0;
    background: #5B468F !important;
    border: solid 1px #5B468F !important;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}

body .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0;
    background: none !important;
    border: #5B468F solid 1px;
    color: #5B468F;
    font-size: 13px;
    margin-bottom: 0px;
    margin-right: 0;
}

.openModalLink {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: var(--black)
}


.animationLoader {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}



.animationLoader img {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.noBreadCrumb {
    padding-top: 32px;
}

.tagsInfo {
    font-size: 13px;
    align-items: center;
}

.tagsInfo>span {
    cursor: pointer;
}

.tagsInfo>div .mr-2 {
    background: #a991d4;
    color: white;
    padding: 3px 4px;
    font-size: 11px;
}

.tagsInfo>div .mr-1 {
    background: #a991d4;
    color: white;
    padding: 3px 4px;
    font-size: 11px;
}

.educations>div .mr-1 {
    background: #a991d4;
    color: white;
    padding: 3px 4px;
    font-size: 11px;
}

/*
.tagsInfo.d-flex > .mr-2:first-child ~ div:first-child:before {
    content: none;
    padding-right: 0px;
} */

.serviceDetail {
    font-size: 13px;
}

.serviceDetail h3 {
    font-family: 'Poppins', sans-serif;
    margin: 29px 0 20px;
    font-size: 18px;
}

.serviceDetail h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
}


button#clear, button.clear {
    margin-left: 10px;
    height: 38px;
}

#toast-container .toast-success {
    background-color: #443173;
}

.custom-select {
    border-radius: 0px;
    box-shadow: none;
    font-size: 13px;
    color: var(--black);
}

table.table-bordered.dataTable .btn-view {
    background: #443173;
    border-color: #443173;
}

table.table-bordered.dataTable .btn-edit {
    background: #ea7f49;
    border-color: #ea7f49;
}

table.table-bordered.dataTable .btn-delete {
    background: #d65f7b;
    border-color: #d65f7b;
}

.statusBadge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.statusBadge.enabled {
    background: rgb(10, 179, 156);
}

.statusBadge.disabled {
    background: rgb(240, 101, 72);
}

.statusBadge.deleted {
    background: rgb(240, 101, 72);
}

.statusBadge.draft {
    background: #81BECE;
}

.statusBadge.review_pending {
    background: rgb(247, 184, 75);
}

.statusBadge.rejected {
    background: rgb(41, 156, 219);
}
.statusBadge.blocked {
    background: rgb(255, 0, 0);
}

.smallStatus div:first-child {
    border-bottom: solid 1px;
    max-width: fit-content;
}

.largeModal .modal-dialog {
    max-width: 910px;
}

.largeModal .modal-dialog label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #495057;
}

.largeModal .modal-dialog label span {
    margin-left: 2px;
}

.largeModal .modal-dialog .form-group {
    margin-bottom: 13px;
}

.pakageModal .modal-dialog label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #495057;
}

.pakageModal .modal-dialog label span {
    margin-left: 2px;
}

.pakageModal .modal-dialog .form-group {
    margin-bottom: 6px;
}

.mapArea {
    position: relative;
    top: 21px;
}

.mapArea .mapAreaBox {
    position: relative;
}

.mapArea .mapAreaBox .locationInput {
    position: absolute;
    z-index: 9;
    margin: 10px;
    width: calc(100% - 20px);
}

.mapAreaModal {
    position: relative;
    top: 22px;

}

.mapAreaModal .locationInput {
    position: absolute;
    z-index: 9;
    margin: 10px;
    width: calc(100% - 20px);
}

.mapAreaModal #modalMap {
    height: 448px;
}

.pac-container {
    z-index: 99999;
}
.multiselect{
    border-radius: 0 !important;
}

.multiselect.is-invalid {
    --ms-border-color: #fc3939;
}
.customCard .customCardBody .multiselect {
    font-size: 13px;
}
.customCard .customCardBody .multiselect-option {
    font-size: 13px;
}

.customCard .customCardBodyFull .multiselect {
    align-items: center;
    background: var(--ms-bg, #fff);
    border: var(--ms-border-width, 1px) solid var(--ms-border-color, #d1d5db);
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    margin: 0 auto;
    min-height: 32px;
    outline: none;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-width: unset;
}

.customCard .customCardBodyFull .multiselect-tags {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    margin: 0;
    padding-left: var(--ms-py, .5rem);
}

.customCard .customCardBodyFull .multiselect-tag {
    align-items: center;
    background: var(--ms-tag-bg, #10b981);
    border-radius: 0;
    color: var(--ms-tag-color, #fff);
    display: flex;
    font-size: 11px;
    font-weight: 400;
    line-height: var(--ms-tag-line-height, 1.25rem);
    margin-bottom: 0;
    margin-right: var(--ms-tag-mx, .25rem);
    padding: 0 0 0 7px;
    white-space: nowrap;
}

.customCard .customCardBodyFull .multiselect-option {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
    line-height: var(--ms-option-line-height, 1.375);
    padding: 7px 9px;
    text-align: left;
    text-decoration: none;
}

.customCard .customCardBodyFull .multiselect-caret,
.customCard .customCardBodyFull .multiselect-clear-icon {
    height: 0.8rem;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 0.625rem;
}

.customCard .customCardBodyFull .multiselect-no-options {
    color: var(--ms-empty-color, #4b5563);
    padding: var(--ms-option-py, .5rem) var(--ms-option-px, .75rem);
    font-size: 11px;
}

.customCard .customCardBodyFull .multiselect-tags-search {
    font-size: 11px;
}

.customCard .customCardBodyFull .multiselect-tags-search::placeholder,
.customCard .customCardBodyFull .multiselect-tags-search::-moz-placeholder,
.customCard .customCardBodyFull .multiselect-tags-search::-webkit-input-placeholder {
    font-size: 11px;
}

.customCard .customCardBodyFull .base_info .multiselect {
    min-height: 38px;
    height: auto;
}

.customCard .customCardBodyFull .bigMultiSelect .multiselect {
    min-height: 38px;
    height: auto;
}

.customCard .customCardBodyFull .MultiSelectBigger .multiselect {
    min-height: 38px;
    height: auto;
    padding: 7px 0;
}
.customCard .customCardBodyFull .base_info textarea.form-control {
    min-height: 110px;
}

.iconButton svg {
    height: 20px;
}
.listItems {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.listItems li {
    line-height: 12px;
    margin: 3px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-break: break-word;
}

.listItems li span {
    max-width: calc(100% - 60px);
    line-height: 17px;
}

.listItems li button {
    margin-left: auto;
}

.schedulingCalender {
    margin-top: 40px;
}

.schedulingCalender .activeDays {}

.schedulingCalender .activeDays .heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.schedulingCalender h5 {
    font-family: var(--font);
}

.schedulingCalender .activeDays .days {
    display: flex;
}

.schedulingCalender .activeDays .days .form-switch {
    display: flex;
    width: 80px;
    height: 60px;
    border: solid 1px #eee;
    position: relative;
    margin-right: 15px;
    align-items: flex-end;
    text-align: center;
    padding: 0 10px 3px;
}

.schedulingCalender .activeDays .days .form-switch .checkDay {
    position: absolute;
    left: 40px;
    top: 8px;
    width: 40px;
    height: 20px;
    float: none;
    right: 0;
    margin: auto;
}

.schedulingCalender .activeDays .days .form-switch label {
    width: 100%;
    font-size: 11px;
}

.daystimeSection {
    margin-top: 30px;
}

.smallModal .modal-dialog {
    width: 420px;
}

.slotsSection {}

.slotsSection .slotsEach {
    margin-bottom: 15px;
}

.slotsSection .slotsEach .top {
    display: flex;
    align-items: center;
}

.slotsSection .slotsEach .top h5 {
    font-family: var(--font);
    font-size: 16px;
    margin-bottom: 0;
}

.slotsSection .slotsEach .top a {
    font-size: 12px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.slotsSection .slotsEach .mainContent {
    border: solid 1px #eee;
    padding: 10px;
    position: relative;
    box-shadow: 0 3px 3px rgb(56 65 74 / 15%);
    -webkit-box-shadow: 0 3px 3px rgb(56 65 74 / 15%);
    min-height: 100px;
}

.slotsSection .slotsEach .mainContent .head {
    background: var(--bs-primary);
    padding: 5px 10px;
    margin-left: -10px;
    width: calc(100% - -20px);
    margin-top: -10px;
    margin-bottom: 10px;
    color: #fff;
}

.slotsSection .slotsEach .mainContent .timing {
    min-height: 90px;
}

.slotsSection .slotsEach .mainContent .seperate {
    margin-top: 20px;
}

.slotsSection .slotsEach .mainContent .vacation {
    width: 90%;
    margin-bottom: 10px;
    position: relative;
}

.slotsSection .slotsEach .mainContent .vacation .services {
    display: flex;
    flex-wrap: wrap;
}

.slotsSection .slotsEach .mainContent .vacation .services span {
    margin: 2px;
    border: solid 1px #eee;
    padding: 3px 9px;
    font-size: 12px;
}

.slotsSection .slotsEach .mainContent .vacation .text {
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: solid 1px #eee;
}

.slotsSection .slotsEach .mainContent .vacation .link {
    position: absolute;
    right: -27px;
    top: 0px;
}

.slotsSection .slotsEach .mainContent .timing .slots p {
    margin-bottom: 5px;
}

.slotsSection .slotsEach .mainContent .timing .slots .timeSlots {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.slotsSection .slotsEach .mainContent .timing .slots .timeSlots span {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: #1D1D1B;
    width: 116px;
    height: 28px;
    border: solid 1px #ddd;
    border-radius: 16px;
    padding: 4px 8px 4px 10px;
    margin-bottom: 6px;
    margin-right: 6px;
    position: relative;
}

.slotsSection .slotsEach .mainContent .timing .slots .timeSlots span .close {
    position: absolute;
    top: 6px;
    right: 2px;
    font-size: 13px;
}

.modalSlotBox {
    min-width: 380px;
}

.modalSlotBox .form-switch {
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.modalSlotBox .form-switch label {
    margin-bottom: 0px;
}

.modalSlotBox .selectTab {
    display: flex;
}

.modalSlotBox .selectTab .select {
    flex: 1;
    border: solid 1px var(--bs-primary);
    text-align: center;
    font-size: 12px;
    height: 36px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #000;
}

.modalSlotBox .selectTab .select.active {
    background: var(--bs-primary);
    color: #fff;
}

.modalSlotBox .selectTab .select:last-child {
    border-left: none;
}

.healtMapModal {
    height: 448px !important;
}

.openingDayHours {
    display: flex;
    justify-content: center;
}

.openingDayHours .status {
    height: 70px;
    width: 90px;
    display: flex;
    border: solid 1px #eee;
    margin: 0 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    opacity: .6;
}

.openingDayHours .status.ON {
    border: solid 1px #000;
    opacity: 1;
}

.openingDayHours .status label {
    font-size: 13px;
    line-height: 15px;
}

.openingDayHours .status label:first-child {
    font-size: 16px;
    font-weight: 600;
}

.openingDayHours .status label:last-child {
    margin-top: 5px;
}

.modifyOnOff {
    display: flex;
    align-items: center;
}

.modifyOnOff .form-check.form-switch {
    flex: 1;
}

.modifyOnOff .StartEnd {
    margin-left: auto;
    flex: 1;
    text-align: right;
    display: flex;
    margin-bottom: 5px;
    width: 230px;
}

.modifyOnOff .form-control {
    margin-left: 5px;
    height: 35px;
    width: 90%;
}

.modifyOnOff input+label.error,
.modifyOnOff select+label.error,
.modifyOnOff textarea+label.error {
    display: none !important;
}

.width105 {
    width: 105px !important;
}

.nav-sidebar .menu-open>.nav-link svg.right,
.nav-sidebar .menu-open>.nav-link i.right,
.nav-sidebar .menu-is-opening>.nav-link svg.right,
.nav-sidebar .menu-is-opening>.nav-link i.right {
    height: 5px;
}

.modal .modal-header .close,
.modal .modal-header .mailbox-attachment-close {
    padding: 0 !important;
    margin: 0;
    height: 30px;
    width: 30px;
    opacity: 1;
    font-size: 40px !important;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !important;
    color: #000 !important;
}

.selectService {
    display: flex;
    justify-content: center;
    margin-left: -10px;
}

.selectService a {
    background: var(--bs-primary);
    color: white;
    height: 70px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
}

.selectService a:hover {
    opacity: 0.8;
    color: #fff;
}

.wayDoctor {
    background: #a08374;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    max-width: 450px;
}

.wayDoctor .alert-dismissible {
    padding-left: 5px;
    padding-right: 10px;
}

.attachmentMultiSec {
    max-width: 325px;
    margin-left: auto;
    overflow: hidden;
    padding-right: 8px;
}

.attachmentMultiSec h5 {
    background: var(--bs-primary);
    color: #fff;
    font-family: var(--font);
    font-size: 13px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 11px;
}

.attachmentMulti {
    max-height: 190px;
    overflow-y: auto;
    width: 100%;
    padding-right: 0px;
}

.attachmentMulti div {}

.prescriptionMulti.multiBox {
    display: flex;
    flex-wrap: wrap;
}

.prescriptionMulti.multiBox div {
    margin: 0px 4px 6px 0px;
}

.prescriptionMulti.multiBox .img-thumbnail {
    width: 90px;
    height: 90px;
    object-fit: fill;
}

a.emrDetail {
    color: black;
    text-decoration: none;
}

.attachmentMulti div a {
    display: flex;
    padding-bottom: 7px;
    border-bottom: solid 1px #ddd;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    word-break: break-all;
    font-size: 12px;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.attachmentMulti div a .styled {
    background: gray;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
    margin-bottom: 0;
    font-size: 9px;
}

.attachmentMulti div a .video {
    background: rgba(214, 95, 123, 1)
}

.attachmentMulti div a .application {
    background: rgba(41, 156, 219, 1)
}

.attachmentMulti div a .image {
    background: rgba(10, 179, 156, 1)
}

.attachmentMulti div a .fileName {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
    flex: 1;
    margin-left: 10px;
}

.attachmentMultiSec.medicalRecordMulti {
    margin-left: auto;
}

.attachmentMultiSec.medicalRecordMulti .col-sm-12 {
    padding-right: 0;
}

.attachmentMultiSec.medicalRecordMulti .attachmentMulti div a {
    padding-bottom: 0px;
    border: none;
    margin-right: 0px;
    margin-bottom: 0;
}

.statusBoxOrderSec {
    max-width: 325px;
    margin-left: auto;
    overflow: hidden;
    font-size: 12px;
    padding-right: 8px;
}

.statusBoxOrderSec h5 {
    border-bottom: solid 1px var(--bs-primary);
    font-family: var(--font);
    font-size: 13px;
    height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.statusBoxOrderSec p {
    margin-bottom: 1px;
    word-break: break-all;
}

.statusBoxOrder>div {
    margin-bottom: 4px;
}

.statusBoxOrder>div>.smallHead {
    color: #878a99;
}

.statusBoxOrder>div {}

.customFilters {
    display: flex !important;
    justify-content: flex-end;
}

.customFilters .row > * {
    padding: 0 2px;
}

.customFilters .row:last-child {
    padding-right: 10px;
}

.customFilters form {
    display: flex;
    text-align: end;
    width: 100%;
    justify-content: end;
    flex-wrap: wrap;
}

.customFilters form .optDatePickerLength{
    max-width: 230px;
}
.customFilters form .optMax{
    max-width: 200px;
}
.customFilters form .optMin{
    max-width: 140px;
}
.customFilters form .optMid{
    max-width: 170px;
}
.customFilters form .optMaxOne{
    max-width: 260px;
}
.customFilters form .optMinOne{
    max-width: 162px;
}
.customFilters form .optMidOne{
    max-width: 190px;
}
.customFilters form .multiselect-multiple-label, .customFilters form .multiselect-placeholder, .customFilters form .multiselect-single-label{
    padding-right: 48px;
}
.customFilters form .form-control {
    font-size: 12px !important;
}

.customFilters form .form-group .multiselect {
    min-height: 38px;
}

.customFilters .form-group:last-child .custom-select {
    margin-right: 0 !important
}

.width195 {
    width: 195px !important;
}

.scrollableArea {
    overflow: auto;
    overflow-x: hidden;
}

.scrollbarSec {
    margin-right: -18px;
    padding-right: 0;
    max-height: calc(100vh - 31rem);
    overflow-y: auto;
    overflow-x: hidden;
}

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

.chipSlot .singleSlot {
    min-width: 69px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.chipSlot .singleSlot .btn {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    font-size: 13px;
}

table.table-bordered.customTable th {
    border-bottom-width: 1px !important;
    border-color: #443173;
    font-weight: 400;
    font-size: 13px;
}

table.table-bordered.customTable tbody tr:nth-child(odd) {
    background: #f2f2f2 !important;
}

.staticFieldSize {
    display: flex;
    margin-top: 8px;
    height: 38px;
}

.staticFieldSize input {
    margin-right: 3px;
}

.staticFieldSize .custom-control-inline {
    flex-wrap: wrap;
}

.staticFieldSize label.error {
    order: 1;
    flex: 100%
}

.tableClickBg {
    margin-left: 5px;
}

.tableClickBg {
    margin-left: 5px;
}

.tableClickBg .clickBg {
    background: white;
    border: solid 1px gray;
    font-size: 11px;
    padding: 1px 3px;
    margin-left: 7px;
    color: #444;
    cursor: pointer;
    text-decoration: none;
}

table.table-bordered.customTable .form-control {
    max-width: 70px;
    width: 70px;
    height: 31px;
}

.daysCenter>div {
    margin-bottom: 10px;
}

#dutyListing_filter,
#medicalStaffListing_filter {
    display: none;
}

.tagUiVal {
    display: flex;
    flex-direction: column;
}

.tagUiVal label.error {
    order: 1;
}

.tagUiVal label.custom-error {
    order: 1;
}

.tagUiVal .select2-container--default .select2-selection--single {
    border-radius: 0px;
}

.tagUiVal.errorTag .select2-container--default .select2-selection--single {
    border: 1px solid red !important;
}

.tagUiVal.errorTag .select2-container--default .select2-selection--multiple,
.tagUiVal.errorTag .select2-container--default .select2-selection--multiple {
    border: 1px solid red !important;
}

.productBoxDetail {
    box-shadow: 1px 1px 1px #eee;
}

.productBoxDetail label {
    display: block;
    padding: 8px 8px;
    background: #eee;
    font-weight: 400 !important;
}

.productBoxDetail p {
    padding: 8px;
    min-height: 60px;
}

.productBoxDetail img {
    max-height: 60px;
    padding: 5px;
}


#openDutyModalButton {
    background: white;
    border: solid 1px gray;
    font-size: 11px;
    padding: 1px 3px;
    margin-left: 7px;
    color: #444;
    cursor: pointer;
    text-decoration: none;
}

.tagUiVal label.error+.select2-container--default .select2-selection--single,
.tagUiVal label.error+.select2-container--default .select2-selection--multiple {
    border-color: red !important;
}

.tagUiVal label.custom-error+.select2-container--default .select2-selection--single,
.tagUiVal label.custom-error+.select2-container--default .select2-selection--multiple {
    border-color: red !important;
}

/* Chrome, Safari, Edge, Opera */
input#phone_number::-webkit-outer-spin-button,
input#phone_number::-webkit-inner-spin-button,
input#whatsapp_number::-webkit-outer-spin-button,
input#whatsapp_number::-webkit-inner-spin-button,
input#branch_whatsapp_number::-webkit-outer-spin-button,
input#branch_whatsapp_number::-webkit-inner-spin-button,
input#branch_contact_number::-webkit-outer-spin-button,
input#branch_contact_number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input#phone_number[type=number],
input#whatsapp_number[type=number],
input#branch_whatsapp_number[type=number],
input#branch_contact_number[type=number] {
    -moz-appearance: textfield;
}

.smallHeadSimple {
    font-family: var(--font);
    font-size: 18px;
}

.addDosage {
    min-width: 76px;
}

.addDosage i {
    margin-right: 5px;
}

.blankField {
    height: 43px;
}

.removeDosage {}

textarea {
    resize: none;
}

.customFiltersComponent {
    width: 100%;
}

.customFiltersComponent .customFiltersAlignTop {
    display: flex;
    justify-content: flex-start;
}

.customFiltersComponent .customFiltersAlignTop .left {}

.customFiltersComponent .customFiltersAlignTop .right {
    display: flex;
    margin-left: auto;
}

.customFiltersComponent .customFiltersAlignTop .rightCustomsFilters .form-group {
    display: flex !important;
}

.customFiltersComponent .customFiltersAlignTop .rightCustomsFilters .form-group .multiselect {
    min-height: 39px !important;

    margin-left: 0.3rem !important;

}

.customFiltersComponent .customFiltersAlignTop .rightCustomsFilters .form-group .mx-2 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
}

.customFiltersComponent .customFiltersAlignTop .rightCustomsFilters .form-group .multiselect {
    min-width: 220px;
}

/* .customFiltersComponent .customFiltersAlignTop .rightCustomsFilters .form-group .dateInputUI {
    min-width: 230px;
} */
.customFiltersComponent .customFiltersAlignBottom {
    display: flex;
    align-items: flex-start;
}

.customFiltersComponent .customFiltersAlignBottom .left {
    margin-right: auto;
}

.customFiltersComponent .customFiltersAlignBottom .right {
    display: flex;
}

.customPagination {
    display: flex;
    justify-content: flex-end;
}

.customPagination .pagination .page-item .page-link {
    cursor: pointer;
}

.total_amount {
    text-align: right;
    padding-right: 15px;
}

table span.select2.select2-container {
    width: 250px !important;
}

.limitBox {}

.prescription_preview {
    margin-top: -93px;
    border: solid 1px #ccc;
    padding: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-bottom: 20px;
}

div#orderAmountDue {
    font-size: 13px;
}

div#orderAmountDue .col-sm-5 {
    font-size: 13px;
    padding-right: 20px;
    text-align: right;
}

div#orderSubTotal {
    font-size: 13px;
}

div#orderSubTotal .col-sm-5 {
    font-size: 13px;
    padding-right: 20px;
    text-align: right;
}

.TAStyled {
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ced4da;
}

.TAStyled .row {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin: 0 !important;
}

.TAStyled .row.secondLine {
    padding-top: 5px;
    margin-top: 5px !important;
}

.TAStyled .row .col-sm-5{
    font-size: 13px;
    padding-right: 20px;
    text-align: right;
}


.medicalRecordSidebar {
    height: 210px !important;
    padding-left: 0;
}

.medicalRecordSidebar .col-sm-12 {
    padding-right: 15px !important;
}

.globalSetting h5 {
    font-family: var(--font);
    font-size: 17px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 22px);
    margin-left: 11px;
}

.globalSetting h5:not(:first-child) {
    border-top: solid 1px #ddd;
    padding-top: 20px;
    margin-top: 12px;
}

.daterangepicker .drp-buttons .btn {
    font-weight: 400 !important;
}

.dateInput:read-only {
    background-color: transparent !important;
}

.dateInputUI {
    position: relative;
    /* width: 100%; */
    cursor: pointer;
}

.dateInputUI .dateInputField {
    cursor: pointer;
    min-width: 250px;
    width: 100% !important;
}

.dateInputUI.is-invalid input {
    border-color: #fc3939;
}

.customCard .customCardBodyFull .customFilters .dateInputField {
    min-width: 195px;
}

.gm-ui-hover-effect:focus-visible {
    outline: none;
}

.dateInputUI .calenderIcon {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--bs-primary);
}

.blackColor {
    color: #000 !important;
}

.filterRow {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.filterColumn {
    max-width: 240px;
    width: 100%;
    margin-right: 10px;
}

.filterColumn.withSearch {
    display: flex;
    max-width: 290px;
    margin-right: 0;
}

.filterRow .filterColumnAdjust {
    margin-right: 15px;
}

.filterRow .filterColumnAdjust .dateInputUI .dateInputField {
    min-width: 240px;
}

.fullWidthSelect .select2-container {
    width: 100% !important;
}

.accordianCardSec .card {
    border: none;
}

.accordianCardSec .card .card-header {
    background: var(--bs-primary);
    display: flex;
}

.accordianCardSec .card .card-title {
    font-family: var(--font);
    font-size: 15px;
    color: #fff;
}

.accordianCardSec .card .card-tools {
    margin-left: auto;
}

.accordianCardSec .card .card-tools .btn {
    color: #fff;
}

.accordianCardSec .card .card-tools .btn:hover,
.accordianCardSec .card .card-tools .btn:focus {
    border: none;
}

.accordianCardSec .card .card-body {}

.maxTable.table-bordered.dataTable tbody tr td {
    /* max-width: 350px; */
    word-break: break-word;
}
.minWidthTD.table-bordered.dataTable thead tr th:last-child {
    min-width: 55px;
    width: 55px !important;
}

.maxTableFive.table-bordered.dataTable tbody tr td:nth-child(4){
    word-break: break-word;
    max-width: 100px;
}

.adjustFormCheck {
    display: flex !important;
    min-height: 2.2rem !important;
    align-items: center;
}

.adjustFormCheck .form-check-label {
    margin-bottom: -5px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

.selectTagUiAdjust {
    align-items: flex-start;
}

.selectTagUiAdjust .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    padding-right: 13px;
    margin-bottom: 0;
}

.selectTagUiAdjust .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 1px;
    padding: 1px;
    position: absolute;
    right: 6px;
}

.col-form-label {
    font-weight: 500 !important;
}

.customSelectPayment {}

.customSelectPayment .multiselect {
    align-items: center;
    background: var(--ms-bg, #fff);
    border: var(--ms-border-width, 1px) solid var(--ms-border-color, #d1d5db);
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    margin: 0 auto;
    min-height: 32px;
    outline: none;
    position: relative;
    width: 100%;
    box-shadow: none;
}

.customSelectPayment .multiselect-tags {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    margin: 0;
    padding-left: var(--ms-py, .5rem);
}

.customSelectPayment .multiselect-tag {
    align-items: center;
    background: var(--ms-tag-bg, #10b981);
    border-radius: 0;
    color: var(--ms-tag-color, #fff);
    display: flex;
    font-size: 11px;
    font-weight: 400;
    line-height: var(--ms-tag-line-height, 1.25rem);
    margin-bottom: 0;
    margin-right: var(--ms-tag-mx, .25rem);
    padding: 0 0 0 7px;
    white-space: nowrap;
}

.customSelectPayment .multiselect-option {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    justify-content: flex-start;
    line-height: var(--ms-option-line-height, 1.375);
    padding: 7px 9px;
    text-align: left;
    text-decoration: none;
}

.customSelectPayment .multiselect-caret,
.customSelectPayment .multiselect-clear-icon {
    height: 0.8rem;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 0.625rem;
}

.customSelectPayment .multiselect-no-options {
    color: var(--ms-empty-color, #4b5563);
    padding: var(--ms-option-py, .5rem) var(--ms-option-px, .75rem);
    font-size: 11px;
}

.customSelectPayment .multiselect-tags-search {
    font-size: 11px;
}

.customSelectPayment .multiselect-tags-search::placeholder,
.customSelectPayment .multiselect-tags-search::-moz-placeholder,
.customSelectPayment .multiselect-tags-search::-webkit-input-placeholder {
    font-size: 11px;
}

.customTdWidth tbody tr td:nth-child(1),
.customTdWidth tbody tr td:nth-child(2),
.customTdWidth tbody tr td:nth-child(3) {
    min-width: 190px;
}

.customInputField {
    margin: 10px 0;
    border: solid 1px;
    padding: 5px;
}

.downloadSample {
    color: black;
    display: flex;
    margin-bottom: 10px;
    text-decoration: none;
    align-items: flex-start;
}

.iconLink {
    margin-right: 15px;
    color: var(--bs-primary);
    text-decoration: none;
}

.customSelectPackage {
    overflow: auto;
    padding: 0;
}

.customSelectPackage option {
    padding: 8px;
}

.formBtnsExtra .btn {
    min-width: 100px;
    height: 38px;
}

.selectHeight .select2-container--default .select2-selection--single {
    height: auto !important;
}

.selectHeight .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important;
}

.paginationCustom {
    display: flex;
    align-items: center;
}

.paginationCustom .multiselect {
    width: 70px !important;
    margin: 0 10px !important;
    min-width: 70px;
}

.paginationCustom .multiselect-single-label {
    max-width: 110px;
    font-size: 13px;
}

.paginationCustom .multiselect-dropdown {
    overflow-y: auto;
}

.multiselect-dropdown {
    overflow-y: auto !important;
}

.paginationCustom .multiselect-option {
    font-size: 13px;
}

.modal-dialog-centered form {
    flex: 1;
    width: 100%;
}

div#custom_filters {
    display: inline-block;
}

div#custom_filters .form-group {
    display: inline-block;
}

select.form-control.mx-1 {
    max-width: fit-content;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    padding: 0.375rem 0.35rem;
}

div#example_filter {
    float: inherit;
}

.customFilterInline {
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.user-panel img {
    height: 2.1rem;
    width: 2.1rem;
    object-fit: cover;
}

.imgFormGroup {}

/* .imgFormGroup .tooltip-inner {
    background-color: blue;
}
.imgFormGroup .tooltip .tooltip-arrow {
    border-color: blue;
} */

.tooltip .tooltip-inner img{
    width: 100%;
}

.tooltip .tooltip-inner{
    background: lightgray;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: lightgray;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: lightgray;
}

.fileInputPreview {
    display: flex;
    position: relative;
    align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
}

.fileInputPreview.filled {
    flex-direction: row;
    align-items: center;
}

.fileInputPreview>a {
    position: relative;
    z-index: 99;
}

.default {
    width: 50%;
    display: flex;
    margin: auto;
    transition: 0.3s;
}

.fileInputPreview>input {
    visibility: hidden;
    width: 0px;
    height: 0;
}

.fileInputPreview .details {
    flex: 1;
    width: calc(100%);
    transition: 0.3s;
}

.fileInputPreview .details>.icon {
    width: 50px;
    height: 50px;
}


.fileInputPreview .details>input[type="button"] {
    display: block;
    border: 1px solid #cbc8d0;
    background: none;
    width: 100%;
    height: 38px;
    text-align: left;
    font-size: 13px;
}
.fileInputPreview.highlight .details>input[type="button"]{
    border-color: red;
}

.fileInputPreview.filled .details {
    width: calc(100% - 38px);
}

.filled.dropping .default,
.filled:not(:hover) .default {}

.filled .default {
    width: 38px;
    height: 38px;
    border: 1px solid #cbc8d0;
    border-right: none;
    padding: 2px;
    animation-duration: .3s;
    animation-name: fill;
}

.filled:hover .details {}

.filled.dropping .details,
.filled:not(:hover) .details {}

.modal-dialog-scrollable .modal-body{
    min-height: 200px;
}
.modal-dialog-scrollable .multiselect {
    font-size: 13px;
}
.modal-dialog-scrollable .multiselect-option {
    font-size: 13px;
}

.timePickUI .clock-timepicker{
    width: 100%;
}

.adjustFiltersSet .customFilters form{
    justify-content: flex-start;
}

.tagColor{
    background: var(--bs-primary);
    color: white;
    padding: 5px;
}



@keyframes fill {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.fullwidthSelect .select2-container{
    width: 100% !important;
}

@media only screen and (min-width: 992px) {
    .padLeftNone {
        padding-left: 0px !important;
    }

    .padRightNone {
        padding-right: 0px !important;
    }
}

@media (max-width: 1600px) {
    .vitalsSection .vitals {
        width: 15%;
    }
}


span.select2-container.select2-container--default.select2-container--open {
    z-index: 999999999 !important;
}



.orderTag{
    background: lightgray;
    font-size: 13px;
    width: fit-content;
    padding: 1px 5px;
    margin-bottom: 1px;
}

.approval_pending{background: #81BECE;}
.confirmed{background: #882380;color: #fff;}
.rejected{background: rgb(41, 156, 219);}
.completed{background: #4C8D26;}
.reschedule{background: rgb(240, 101, 72);}
.started{background: #8EA076;}
.canceled{background: rgb(255, 0, 0);color: #fff;}
.confirmation_pending{background: #F5BB2C;}
.review_pending{background: rgb(247, 184, 75);}
.rescheduling{background: #FD292F;color: #fff;}
.sample_collected{background: rgb(10, 179, 156);}

.success{background: #4C8D26;}
.pending{background: #B5C6B8;color: #fff;}
.partial{background: #9E8279;}

.unbold{
    font-weight: 400 !important;
}


.qr-code-area {
    padding: 20px;
    text-align: right;
    margin-top: 10px;
}

#downloadQR img {
    width:20px;
}

#qrcode {
    display: inline-block;
    vertical-align: middle;
}



#product_table .rate_field {
    max-width: 280px !important;
    width: 100% !important;
}

#product_table .fill_products {
    max-width: 250px !important;
}
