@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    display: none;
}

.alert {
    position: fixed;
    bottom: 5px;
    right: 15px;
    font-size: 13px;
}

.error {
    color: red;
    font-size: 12px;
    font-weight: 600;
}

body {
    background-color: #f4f4f5;
    font-weight: 400;
    line-height: 1.6;
    min-height: 100vh;
    width: 100%;
    padding: 15px;
    font-family: 'Inter';
}

.btn {
    font-size: 13px;
}

.text-xs {
    font-size: .75rem !important;
}

.text-xs {
    line-height: 1.25;
}

.opacity-6 {
    opacity: .6 !important;
}


/* header */

.navbar-vertical.navbar-expand-xs.fixed-start {
    left: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
    display: block;
    /* overflow: auto; */
    height: auto;
    /* overflow-y: auto !important; */
}

.navbar-vertical.navbar-expand-xs {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 18.625rem  !important;
    overflow-y: auto !important;
    padding: 0;
    box-shadow: none;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.sidenav {
    z-index: 1030;
}

.main-content,
.sidenav {
    transition: all .2sease-in-out;
}

.navbar {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .16);
}

.sidenav-header {
    height: 4.875rem;
}

hr.horizontal {
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}


::-webkit-scrollbar-track {
    background: #f1f1f1;

    border-radius: 10px;

}


::-webkit-scrollbar-thumb {
    background: #888;

    border-radius: 10px;

}


::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;

}

.navbar-vertical .navbar-nav {
    flex-direction: column !important;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.modal-body th {
    font-size: 13px;
}

.modal-body td {
    font-size: 13px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item {
    margin-top: .125rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-item {
    width: 100%;
}


.navbar-vertical .navbar-brand .navbar-brand-img,
.navbar-vertical .navbar-brand span {
    transition: all .2sease-in-out;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand>img {
    max-width: 100%;
    max-height: 2rem;
}

.sidenav .navbar-brand {
    padding: 1.5rem 2rem;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
}

.sidenav .navbar-brand,
.sidenav .navbar-heading {
    display: block;
}

.navbar .navbar-brand {
    color: #27272a;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.nav_active {
    color: #27272a;
    background-color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border-radius: .75rem;

}

.current_page {
    color: #27272a;
    background-color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border-radius: .75rem;

}

.current_page .icon {
    background-image: linear-gradient(310deg, #f97316, #f97316);
    color: #fff;
}

/* .dropdown-item:focus,
.dropdown-item:hover {
    color: #f97316;
} */
.dropdown-item:focus,
.dropdown-item:hover {
    color: #5290ed;
    font-weight: 700;
}

/* .active_cc {
    color: #f97316;
} */
.active_cc {
    color: #5290ed;
}

.nav_active .icon {
    background-image: linear-gradient(310deg, #f97316, #f97316);
    color: #fff;
}


.navbar-vertical .navbar-nav>.nav-item .nav-link.active {
    color: #27272a;
    background-color: #fff;
}

.navbar-vertical .navbar-nav .nav-link.active {
    font-weight: 600;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border-radius: .75rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 0 1rem;
}

.navbar-vertical .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.navbar-vertical .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: 500;
}

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

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}

.navbar .nav-link {
    color: #27272a;
    padding: .5rem 1rem;
    font-weight: 400;
    font-size: .75rem;
    font-family: 'Inter';
}

.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #f97316, #f97316);
    color: #fff;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link .nav-link-text,
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link .sidenav-mini-icon,
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link .sidenav-normal,
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link i {
    pointer-events: none;
}

.nav-link-text {
    width: 100%;
}

.dropdown-toggle::after {

    font-size: 15px;
}

.icon {
    /* border: 1px solid #ccc; */
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
}

/* header ends */

.right_col {
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .1), -1px -2px 20px 3px rgba(0, 0, 0, .1);
    background: #fff;
    /* width: 100%; */
    height: 100%;
    min-height: 96vh;
    margin-left: 325px;
    border-radius: 10px;

}

.dash_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: 'Inter';
}

.main_page {
    padding: 25px;
}

.right_col .page_title {
    text-transform: capitalize;
}

.right_col .page_title,
.right_col .page_body {
    padding: 15px 10px;
}

.right_col .page_title h3 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;

}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 3px;
    /* text-transform: capitalize; */
    font-size: 13px;
    font-family: 'Inter';
}

label .require {
    color: red;
}
label,th{
    text-transform: uppercase;
}


.form-control {
    border-radius: 4px;
    font-weight: 500;
    height: 42px;
    line-height: 30px;
    width: 100%;
    font-size: 12px;
    font-family: 'Inter';
    color: #72727A;
}

button[type="submit"] {
    /* margin-top: 10px; */
    border-radius: 5px;
}

.dt-length label {
    margin-left: 5px;
}

.table_btn {
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 3px;
    font-family: 'Inter';
}

.dt-column-title {
    color: #3f3f3f
}

div.dt-container {
    font-size: 13px;
    font-family: 'Inter';
}

.child_menu {
    background: #fff;
    list-style: none;
    border: none;
    margin-top: 5px !important;
    margin: 5px 16px;
    padding: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border-radius: .75rem;

}

.nav-item:hover .nav-link,
.nav-item:active .nav-link,
.nav-item:focus .nav-link {
    color: #27272a;
    background-color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border-radius: .75rem;




}

.dropdown-item {
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;

}

.mt-10 {
    margin-top: 30px !important;
}


.dropdown-item i {
    margin-right: 5px;
}


.page_sec {
    border: 1px solid #ccc;
    background: #f4f4f529;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    height: auto;
}

form .col-md-4 button {

    /* margin-top: 15px; */
    margin-bottom: 2px;
    font-size: 13px ;

}

.js-example-basic-single {
    display: none;
    width: 100%;
}

table#example {
    width: 100%;
}

/* select multiple */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;

}

.select2-container--default .select2-results__option--disabled {
    color: #999;
    font-size: 13px;
    font-family: 'Inter';
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100%;
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 500;

    margin: 10px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid#dee2e6;
    padding: 2px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    height: 42px !important;
}



.select2-container {
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 500;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
}

.select2-container {
    max-width: -webkit-fill-available !important;
    width: 100% !important;

}

div.dt-container .dt-search input {
    outline: none;
    
}
.dt-search{
position:absolute;
    right:0;
}
.inline-btns {
    display: flex;
    align-items: center;
    gap: 3px;
}

.page_sub_title h6 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding: 12px;
    padding-left: 5px;
}

.page_sub_title {
    margin: 10px;
    padding: 0;
    color: #585858;
}

.dash .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 160px;
    font-weight: 500;
    font-size: 17px;
    color: #323232;
    word-wrap: break-word;
    background: #c7c7c7;
    ;
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
}

.dash .card .icon {

    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 16px;
    border-radius: 50%;


}

.dash .card .icon i {
    color: #111;

}

.dash .card .right_section {
    text-align: start;

}

.dash .card .left_section {
    display: flex;
    justify-content: center;
}

.dash .active_card {
    background-color: #ff8c3c;
}

.dash .loss_card {
    background-color: #ff7676;
}

.dash .profit_card {
    background-color: #6c9ae1;
}

.graphical-representation {
    max-height: 360px;
    height: 100%;
    min-height: 280px;
}

.d-chart {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.graphical-representation {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);

}

.graph_div {
    margin-top: 20px;
    width: 100%;
}

.graph_div h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    color: #353535;

}

.fc .fc-toolbar-title {
    font-size: 18px;
    margin: 0px;
    font-family: 'Inter';
    font-weight: 500;
}

.fc .fc-button-group,
.fc .fc-button,
.fc .fc-scrollgrid {
    font-size: 13px;
}

.fc-col-header {
    font-size: 14px;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
    color: #434346;
    text-decoration: none;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(249 115 22 / 43%);
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4;
    color: #43434c;
    text-decoration: none;
}

.carousel-item {
    height: 100vh;
}

canvas#myDChart2 {
    height: 90% !important;
    width: 100% !important;
}

canvas {
    max-height: 300px !important;
}

.fc .fc-button-primary {
    background-color: #343437;
}

.right_section span,
.left_section p {
    font-size: 14px;
}

#calendar {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    border: 1px solid #efefef;
    padding: 21px;
    border-radius: 10px;
}



/*-------------------------------------------------Custom CSS--------------------------------------------------------------------------------- */



.tab-pane {
    display: none;
}

.active_tab {
    display: block !important;
}

.nav_link {
    color: #27272a;
    margin-right: 20px;
    margin-left: 10px;
    text-decoration: none;
    padding: 5px;
}

.nav-tabs {
    margin-bottom: 20px;
    border: none;
    margin: 10px auto;
    width: auto;
}

.active_link {
    color: #f97316;
    border-bottom: 2px solid #f97316;
}

.cursor-pointer {
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
}

a[type="button"],
a[type="submit"] {
    padding: 6px 8px
}

h6.sub_header {
    margin: 10px;
    margin-left: 15px;
    color: #ff8c3c;
    font-size: 14px;
    opacity: 0.9;
    text-align: start;
    border-bottom: 1px solid #bfc0c2;
    padding-bottom: 5px;
}

.toggle_password {
    position: absolute;
    top: 35px;
    right: 18px;
    cursor: pointer;
}

#medicationTable th {
    font-size: 14px;
    color: #444444;
}

.fw-bold {
    font-weight: 700 !important;
    font-size: 14px;
}

.form-check-label {
    font-size: 14px;
}

.form-check-input[type=checkbox] {

    margin-top: 9px;
}

.form-radio {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.receipt-container {
    max-width: 900px;
    border: 2px solid #aeaeae;
    padding: 20px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.clinic-name {
    font-size: 24px;
    font-weight: bold;
}

.receipt-title {
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    height: 35px;
}

.signature {
    text-align: right;
    font-weight: bold;
}

.border-bottom-input {
    border: none;
    border-bottom: 1px solid #aeaeae;
    outline: none;
    width: 68%;
    margin-left: 20px;
    text-align: center;
}

.clinic-name {
    margin-bottom: 0px;
}

input::placeholder {
    text-transform: capitalize;
}

#medicationTable .form-check {
    padding: 0px 15px;
}

.bell-icon {
    background: #f87316;
    padding: 20px;
    border-radius: 50%;
}

.icon-bell {
    --bs-text-opacity: 1;
    color: rgb(255 255 255) !important;
    font-size: 22px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.ico {
    color: #000000b3;
    font-size: 16px;
}

.close {
    background: #ffffff;
}

.muted-title {
    font-weight: 600;
}

.shadow-sm {
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, .1), -1px -2px 20px 3px rgb(0 0 0 / 0%);
    background: #fff;
}

.notification-body {
    padding: 10px;
}

.reason {
    font-size: 14px;
}

.notify-address {

    font-size: 11px;
    margin-top: 5px;
    line-height: 15px;
}

.modal {
    background: #00000000 !important;
}

.cross-card .box-5 .card-footer .text-bg-time {
    color: #a5a5a5 !important;
    background-color: #eee;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #158746;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    background-color: #d2d2d2;
}

#example_wrapper {
    display: flex;
    flex-wrap: wrap;

}

.dt-info,
.dt-paging {
    margin-top: 25px;
}

input[readonly] {
    background-color: #f0f0f0;
    cursor: not-allowed;

}

input[readonly]:focus {
    background-color: #f0f0f0;
    outline: none;
    box-shadow: none !important;
    border-color: #f0f0f0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dee2e6;
    padding: 2px;
    padding-left: 24px !important;
    margin-bottom: 10px;
}

.dt-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 10px;




}

.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    top: 50%;
    left: 5px;
    height: 14px;
    width: 14px;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 16px;
    content: '+';
    background-color: #df1919;
}

.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: '-';
    background-color: #d33333;
}

.pt-set {
    width: 88px;
    font-size: 11px;
}


table.dataTable th,
table.dataTable td {
    padding: 10px 18px !important;
    vertical-align: middle;
    text-align: center !important;
}


table.dataTable thead th {
  white-space: nowrap;
  background: #f9f9f9;
  font-weight: 600;
}


table.dataTable {
  border-collapse: separate !important;
  border-spacing: 0 5px; 
}

.btn-primary{
  background-color: #212529;  
  border:1px solid #212529;

}
.btn-primary:hover {
    color:white;  
    background-color: #212529;
    border-color: #212529;
}

.dt-column-order{
        margin-left: 20px;
}

/* #example_wrapper .dt-length{
   position: absolute;
    left: 60px; 
}
div.dt-container select.dt-input {
    padding: 6px;
}
 */
