@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: calc(100vh - 250px);
}

.navbar-vertical.navbar-expand-xs {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 15.625rem !important;
    overflow-y: auto;
    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;
}


.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;
}

.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;
}

.active_cc {
    color: #f97316;
}

.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: 290px;
    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;
}

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

label .require {
    color: red;
}


.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;
}

.table_btn {
    font-size: 11px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 3px;
    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: 30px;
} */

.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: 100% !important;
}


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

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


/* ----------------------------DASHBOARD----------------------------------------------------- */

.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;
    color: #282828;
    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
}


/* div.dt-container {
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

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

.dt-length::before {
    content: "show";
    margin-right: 5px;
}
.dt-length{
    position: absolute;
    top: 5px;
    left: 12%;

} */