@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400&display=swap);

:root {
    --tblr-font-sans-serif: "Poppins", sans-serif;
    --soft-primary-blue: #DEEBFF;
    --deep-blue: #2B3674;
    --due-color: #FFF3F5;
    --badge-success: #19CE8D;
    --info: #70B6FD;
    --gray: #6C6F74;
    --success: #07BC7B;
    --tblr-muted:#363636 !important;
    --tblr-border-radius:10px;
    --tblr-body-font-size: 16px;
    --tblr-warning: #ffb923;
}

body {
    font-family: "Poppins", sans-serif;
    background: #fffcf7;
}
.breadcrumb a {
    font-weight: var(--tblr-breadcrumb-item-active-font-weight) !important;
}
.breadcrumb-item.active{
    color: #d40511;
}
.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav .nav-link {
    padding: 10px calc(calc(var(--tblr-page-padding) * 2) / 2) !important;
}
.nav-link-icon {
    /*z-index: 20;
    height: 55px;
    width: 55px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    background-color: #ffb923;
    */
    margin-right: 0px !important;
}
.nav-link-title {
    font-size: 15px !important;
    color: #ffffffcc !important;
    font-weight: 500;
}

.dropdown-item {
    font-size: 13px !important;
    color: #78819D !important;
    font-weight: 500;
}
.dropdown-item:hover {
    background: #ffb92373;
    color: #d40511 !important;
}


.navbar-vertical.navbar-expand-lg .navbar-collapse .dropdown-menu .dropdown-item {
    padding-left: 24px !important;
    white-space: normal;

}


.dropdown-menu-column {
    border-left: 2px var(--tblr-border-style) var(--tblr-navbar-active-border-color) !important;
    position: relative;
    left: 20px;
    margin-bottom: 12px;
}


.navbar-expand-lg .nav-item.active:after {
    border: 0 none !important;
}

.navbar-vertical.navbar-expand-lg .navbar-collapse .navbar-nav {
    margin-left: 0px !important;;
}


.navbar-expand-lg .nav-item.active {
    background-color: #F4F7FE !important;
    border-radius: 4px;
}

.card {
    border: 1px solid #E8EEFA !important;
    border-radius: 8px !important;
}

.btn-success {
    background-color: var(--success) !important;
}

.card-border {
    border: 1px solid #E8EEFA !important;
    border-radius: 8px !important;
}

.submit {
    padding: 6px 24px !important;
}


.badge-success {
    background-color: var(--badge-success);
}

.badge-info {
    background-color: var(--info);
}

.btn-soft-primary {
    background-color: var(--soft-primary-blue);
    border-color: var(--soft-primary-blue);
    color: var(--primary-blue);
    font-size: 12px;
    padding: 8px 20px;
}

.col-container {
    display: table;
    width: 100%;
    height: 100vh;
}

.left-col {
    display: table-cell;
    padding: 16px;
    vertical-align: middle;
}

.right-col {
    display: table-cell;
    vertical-align: middle;
    background: url(../images/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.border-radius-24 {
    border-radius: 24px;
}

.border {
    border: 1px solid #ECF2FF !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.breadcrumb a {
    font-size: 12px !important;
}

.bg-custom-gray {
    background-color: #FBFBFB !important;
}

.w-180 {
    width: 180px !important;
}

.w-250 {
    width: 250px !important;
}


.text-deep-blue {
    color: var(--deep-blue) !important;
}


.sticky-card-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
}

.sticky-card-header-element {
    position: sticky;
    top: 100px;
    z-index: 100;
    background-color: #fff;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-24 {
    font-size: 1.3rem;
}

.fs-34 {
    font-size: 2.125rem;
}

.vertical-line {
    border-right: 1px solid #F4F7FE;
}

.border-0 {
    border: 0 none !important;
}

.box-shadow {
    box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12) !important;;
    --webkit-box-shadow: 0px 18px 40px 0px rgba(112, 144, 176, 0.12) !important;;
}

.due-color {
    color: var(--due-color);
}


.fs-12 {
    font-size: 12px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-16 {
    font-size: 16px;
}

.text-gray {
    color: var(--gray);
}

#login .form-control {
    border: 1px solid #E0E5F2 !important;
    height: 50px !important;
}

.login-bottom {
    position: relative;
    left: 50%;
    top: 70%;
    transform: translate(-50%);
}

.border-right-0 {
    border-right: 0 none !important;
}

.h-50 {
    height: 50px !important;
}

.form-label {
    font-size: .8rem;
    color: #585858;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .right-col {
        display: none;
    }
}

@media (max-width: 1440px) {
    .fs-24 {
        font-size: 1rem !important;
    }
}


.justify-content-sb {
    justify-content: space-between;
    width: -webkit-fill-available;
}

/* select 2 customization */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4285714286 !important;
}

.select2-container .select2-selection--single, .select2-search--dropdown .select2-search__field {
    height: 36px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.4375rem 0.75rem !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dadfe5 !important;
}

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

.select2-search__field:focus {
    outline-offset: 0px !important;
}

.errorDate {
    display: none;
}

select {
    -webkit-appearance: listbox !important;
}

.navbar {
    background: #363636 !important;
}


.font-medium {
    font-weight: 500;
}


.square-icon {
    width: 28px;
    height: 28px;
}

.btn-warning-top {
    background-color: var(--tblr-warning);
    color: #3b3b3b;
    font-size: 15px;
}

.btn-warning-top:hover {
    background-color: #d40511;
    color: #FFFFFF;
}

.btn-warning:hover {
    background-color: #d40511;
}
.btn-warning{
    color: #3b3b3b;
}
.alert-important{
    color: #3b3b3b;
}
.alert-success.alert-important {
    color: #ffffff;
}

.fill-primary-1 {
    fill: #ffb923;
}

.fill-primary-2 {
    fill: #d40511;
}

.fill-primary-3 {
    fill: #3b3b3b;
}
@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg {
        width:250px;
    }
    .navbar-expand-lg.navbar-vertical~.navbar,.navbar-expand-lg.navbar-vertical~.page-wrapper {
        margin-left: 250px;
    }
    .navbar-vertical.navbar-expand-lg{
        overflow-x: hidden;
    }
}


/* Ensure nav-link is a flexbox container to align items in the center */
.nav-link {
    display: flex;
    align-items: center;
    padding: 10px 15px; /* Adjust if needed for spacing */
}

/* Update the size of the icons */
.nav-link-icon svg,
.nav-link-icon img {
    width: 28px;
    height: 28px;
}

.nav-link:hover .nav-link-icon svg{
    fill: #d40511 !important;
}

/* Align the text vertically in the middle */
.nav-link-title {
    padding-left: 10px; /* Space between icon and text */
    line-height: 32px;  /* Match the height of the icon */
    display: flex;
    align-items: center; /* Vertical center alignment */
}

/* Background color for the active nav-item */
.navbar .nav-item.active, .nav-item:hover {
    background-color: #ffb923 !important;
}
.navbar .nav-item.active .nav-link .nav-link-icon svg path {
    fill: #d40511 !important;
    stroke: #d40511 !important;
}

.card-header-tabs .nav-item:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #363636;
    color:#fff !important;
}
.card-header-tabs .nav-item:hover a{
    color:#fff !important;
}

/* Remove default padding and margin from nav-item */
.nav-item {
    padding: 0;
    margin: 0;
}

.nav-link-icon svg {
    fill: #ffb923 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--tblr-breadcrumb-divider, ">");
}

.card-header-tabs .nav-link{
    color: #363636;
    font-weight: 500;
}
.card-header-tabs .nav-link.active{
    background-color: #363636 !important;
    color:#fff
}
.nav-tabs .nav-link{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card-header-tabs .nav-link.hover{
    background-color: transparent;
}
.tab-content-bordered{
    padding: 25px !important;
    border: 1px solid #8c8c8c4d;
    border-radius: .5rem;
}

.tabs-container {
    position: relative;
    display: flex;
    align-items: center;
}

.tabs-wrapper {
    flex-grow: 1;
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-left, .scroll-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-left:hover, .scroll-right:hover {
    background-color: #363636;
}
.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.scroll-left svg, .scroll-right svg {
    color: #ffb923;
    width: 32px !important;
    height:22px !important;
    fill: #ffb923; /* Ensures the SVG fills with the desired color */
}

.scroll-left:focus, .scroll-right:focus {
    outline: none;
}

.nav-tabs .nav-link svg.icon {
    margin-right: 8px;
}
.markdown > table thead th, .table thead th{
    background: transparent !important;
    font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    background-color: #363030d9 !important;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    color:var(--tblr-warning) !important;
    cursor: pointer !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #ffb923 !important;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 0px !important;
    /*padding-top: .755em !important;*/
    padding-top: 0px !important;
}
/* Ensure elements in the DataTable bottom container are aligned */
.dataTables_wrapper .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.dataTables_wrapper .dataTables_length {
    margin-right: 20px;
}

.dataTables_wrapper .dataTables_info {
    margin-left: 20px;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate {
    margin-left: auto;
    white-space: nowrap;
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #3b3b3b !important;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: -12px;
}

.dataTables_filter label {
    width: 100%;
}


#custom-search-container {
    max-width: 300px;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.dataTables_filter label {
    width: 100%;
}

.pull-right{
    float: right;
}
.form-control{
    padding: 6px 12px !important;
    height: 45px;
    border: 1.5px solid #ddd;
}

.form-label {
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: 500;
}
.form-check-input[type=checkbox]{
    border-radius: 4px !important;
}
.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
}
.form-check-input:checked{
    background-color: #ffb923 !important;
}

.navbar.navbar-vertical {
    overflow-y: scroll; /* Always show the vertical scrollbar */
    scrollbar-width: thin; /* For Firefox, makes the scrollbar thin */
    scrollbar-color: #ffb923 #2c2c2c; /* For Firefox, sets the thumb and track color */
}

/* WebKit browsers (Chrome, Safari) */
.navbar.navbar-vertical::-webkit-scrollbar {
    width: 1px !important; /* Set the scrollbar width to 3px */
}
.navbar.navbar-vertical::-webkit-scrollbar-thumb {
    background-color: #ffb923; /* Set the thumb color */
    border-radius: 10px; /* Optional: round the thumb corners */
}
.navbar.navbar-vertical::-webkit-scrollbar-track {
    background-color: #2c2c2c; /* Set the track color */
}
.btn-icon-small {
    --tblr-btn-padding-x: 3px;
    --tblr-btn-padding-y: 3px;
    --tblr-btn-border-radius: 0px;
}
.btn-yellow{
    background-color: #ffb923;
    stroke: #2c2c2c !important;
}
.btn-yellow:hover{
    background-color: #d40511;
    stroke: #FFF !important;
}
label.error{
    color: #d40511;
}
.table.dataTable thead th, table.dataTable tfoot th{
    font-weight: 500 !important;
    text-transform: none !important;
    white-space: normal !important;
    word-break: auto-phrase;
}

.btn-builder svg {
    fill: #2c2c2c !important;
}

.btn-builder svg:hover {
    fill: #fff !important;
}
.top--10 {
    top: -10px !important;
}
.end--10 {
    right: -10px !important;
}
.draggable-ghost {
    opacity: 0.5;
}

.draggable-mirror {
    opacity: 0.5;
    background-color: #ffb923;
    border: 2px solid #ffb923;
}
.br-0{
    border-radius: 0px !important;
}

.form-control-sm{
    height: 35px !important;
}
.custom-footer-datatable {
    background-color: #fff;
    margin-bottom: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
}

#tbl-client th:first-child,
#tbl-client td:first-child {
    max-width: 30px;
    padding-right: 0px !important;
}

#tbl-client th:last-child,
#tbl-client td:last-child {
    min-width: 130px;
}

.display-hide{
    display: none;
}

input[readonly].form-control{
    background-color: #fdeccc;
    opacity: 1;
}

.highcharts-figure,
.highcharts-data-table table {
    width: 100% !important;
    margin: 1em auto;
}

.height-30{
    height: 30px !important;
}

.dataTables_wrapper {
    margin-top: 15px;
}
.input-sm {
    height: 35px;
    line-height: 30px;
}
.dataTables_wrapper .dataTables_length select{
    height: 35px;
    line-height: 30px;
}

