@font-face {
    font-family: 'title-font';
    src: url('../fonts/Jost-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-semibold';
    src: url('../fonts//Jost-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font-medium';
    src: url('../fonts/Jost-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'font-regular';
    src: url('../fonts/Jost-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

h1,h2,h3,h4,h5,h6 {
    font-family: 'font-medium', sans-serif !important;
}

p, label {
    font-family: 'font-regular', sans-serif !important;
}

a {
    font-family: 'font-medium', sans-serif !important;
    text-decoration: none;
    color: #F7941D;
}
.btn{
    font-size: 14px !important;
}
strong {
    font-family: 'title-font', sans-serif !important;
}


.red {
    color: red !important;;
}

.green {
    color: green !important;;
}

.services-ul {
    list-style: none;
    display: inline-flex;
}

.services-ul > li {
    font-weight: 600;
}

.subservices-ul {
    list-style: none;
    display: inline;
    font-weight: normal;
}

.action-column {
    width: 200px;
}

.action-buttons {
    display: flex;
    justify-content: space-between;
}
[class*=sidebar-dark-] {
    background-color: #fff;
    border-right:1px solid #F7941D ;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item.active>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    /* background-color: #F7941D; */
    background-color: #d3d3d3;
    /* color: #fdfdfd; */
    color: #242424;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #ddd;
    color: #242424;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #242424;
}
[class*=sidebar-dark-] .sidebar a {
    color: #242424;
    margin-bottom: 0;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-treeview {
    background-color: #f2f3f5;
    border-radius: 0px 0px 6px 6px;
}
[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #f7941d;
}
.btn-primary {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
    box-shadow: none;
}
.btn-primary-1 {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
    box-shadow: none;
}
.btn-default {
    background-color: rgba(247, 148, 29, 0.2);
    border-color: #F7941D;
    color: #444;
}
.btn-danger {
    color: #444;
    background-color: #ffc6cb;
    border-color: #dc3545;
    box-shadow: none;
}
.btn-success {
    color: #444;
    background-color: #89eb9f;
    border-color: #28a745;
    box-shadow: none;
}
.btn-danger-1 {
    color: #444;
    background-color: #ffc6cb;
    border-color: #dc3545;
    box-shadow: none;
}
.btn-success-1 {
    color: #444;
    background-color: #89eb9f;
    border-color: #28a745;
    box-shadow: none;
}
.brand-link{
    padding: 4px;
}
.main-header {
    border-bottom: 1px solid #f7941d;
    z-index: 1034;
}
.c_box{
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 4%);
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
    margin-bottom: 18px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    width: 100%;
}
.c_box_heading{
    display: flex;
    align-items: center;
}
.c_box_icon_con{
    background: #FEF4E8;
    border: 1px solid rgba(247, 148, 29, 0.5);
    padding: 8px;
    border-radius: 8px;
    margin-right: 14px;
    transition: all .3s;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_box_icon_con i{
    color: #242424;
    font-size: 18px;
    transition: all .3s;
}
.c_box_icon{
    width: 20px;
}
.c_box_heading_txt{
    color: #242424;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 170px;
}
.c_box_count_txt{
    margin-bottom: 0;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
}
.c_box:hover{
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgba(30,32,37,.12);
    box-shadow: 0 5px 10px rgba(30,32,37,.12)
}
.c_box:hover .c_box_icon_con{
    background: #F7941D;
    border: 1px solid #F7941D;
}
.c_box:hover .c_box_icon_con i{
    color: #fff;
}
.c_box_sub_txt{
    font-size: 14px;
    color: #484848;
    margin: 10px 0 0;
    padding-top: 8px;
    border-top: 1px solid rgba(247, 148, 29, 0.3);
}
.c_box_m-icon{
    position: absolute;
    /* right: -2rem;
    top: -10px;
    width: 160px;
    height: 160px;  */
    right: 0;
    bottom: 0;
    width: 180px;
    opacity: 0.5;
    object-fit: contain;
    transition: all .3s;
}
.c_box_m-icon_1{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 45px;
    height: 45px;
    opacity: 0.3;
    object-fit: contain;
    transition: all .3s;
}
.c_box:hover .c_box_m-icon{
    opacity: 1;
}
.c_box:hover .c_box_m-icon_1{
    opacity: 0.7;
}
.table_card_box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 4%);
    width: 100%;
}
.card_box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 4%);
    padding: 16px;
    width: 100%;
    position: relative;
}
.content-wrapper {
    background-color: #f2f3f5;
}
.card_heading_n{
    font-size: 16px;
    padding: 16px 16px 14px;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.table td, .table th {
    font-size: 14px;
    padding: 13px 16px;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6 !important;
    border-top: 0;
    box-shadow: none !important;
}
.status{
    padding: 3px 10px;
    border-radius: 16px;
}
.Delivered{
    background: #e8edff;
    color: #1346ff;
    border: 1px solid #beccff;
}
.Pending{
    background: #fff5df;
    color: #ffb717;
    border: 1px solid #ffe2a0;
}
.cancelled{
    background: #ffd2d2;
    color: #ff0000;
    border: 1px solid #ffa8a8; 
}
.page-item.active .page-link {
    background-color: #f7941d;
    border-color: #f7941d;
}
.page-link {
    padding: 4px 10px;
}
.user_p_icon{
    height: 28px;
    width: 28px;
    object-fit: cover;
    border-radius: 50%;
}
.nav-icon{
    font-size: 15px !important;
    width: auto !important;
    margin-right: 8px !important;
}
.main-sidebar{
    position:fixed !important;
    height: 100% !important;
}
.user-list-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
.user-list-item:last-child{
    border-bottom: 0px solid #e3e3e3;
}
.user-list-img{
    width: 38px;
    height: 38px;
    object-fit: cover;
    margin-right: 10px;
}
.user-list-item-info h5{
    font-size: 14px;
    margin-bottom: 1px;
}
.user-list-item-info p{
    color: #666;
    margin: 0;
    font-size: 12px;
}
.content-header h1 {
    font-size: 24px;
    margin: 0;
}
.delete-btn-i{
    color:#ED1C24;
}
.edit-btn-i{
    color:#1346ff;
}
.form-control{
    font-size: 14px !important;
    /* background: #f9f9f9 !important; */
    border: 1px solid #c1c1c1 !important;
}
.user-map-tabs.nav-tabs .nav-item.show .nav-link, .user-map-tabs.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #f7941d !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width:3px ;
}
.user-map-tabs.nav-tabs .nav-link {
    border: 0px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    color: #999;
    font-size: 16px;
}
.tab-content-heading{
    font-size: 18px;
    margin: 30px 0px 25px;
}
.flex-1{
    flex: 1;
}
.bg-gray-light{
    background-color: whitesmoke;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6 !important;
}
.b-btm-1{
    border-bottom: 1px solid #dee2e6 !important;
}
.parsley-errors-list{
    margin-bottom: 0;
}
.no-records-found{
    margin: 0;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.eye-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.eye-btn-icon{
    font-size: 15px;
    color: #333;
}
select{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
.note-style{
    background: #FEF4E8;
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 15px;
    border-radius: 5px;
    border: 1px solid rgba(247, 148, 29, 0.3);
    font-style: italic;
}
.login-box .card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 4%);
    padding: 20px 26px;
    width: 100%;
    border-top: 3px solid #f7941d !important;
}
.login-btn{
    color: #fff !important;
    background-color: #f7941d !important;
    border-color: #f7941d !important;
    box-shadow: none !important;
    border-radius: 5px !important;
}
.login-card-body, .register-card-body{
    padding: 0 !important;
}
.btn-primary:hover {
    background-color: rgba(247, 148, 29, 0.2);
    border-color: #F7941D;
    color: #444;
}
.i-arrow{
    font-size: 15px;
    color: #f7941d;
    opacity: 0.8;
    margin-left: 5px;
}
.chart_txt{
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
}
.rotated_txt{
    position: absolute;
    left: -5px;
    top: 50%;
    transform: rotate(-90deg);
}
.report_d{
    flex: 1;
}
.report_head{
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    max-width: 145px;
}
.report_subhead{
    margin-bottom: 0;
    font-size: 14px;
    color: #606060;
}
.report_card{
    padding: 14px !important;
}
.report_card_icon_con{
    height: 40px !important;
    width: 40px !important;
    margin-right: 0 !important;
    border: 1px solid rgba(247, 148, 29, 0.2);
    background: rgba(247, 148, 29, 0.2);
}
.report_card_icon_con i{
    color: #F7941D;
    font-size: 16px;
}
.doughtnu_chart{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.doughtnu_chart_txt{
    position: absolute;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 18px;
    margin-left: 2.5rem;
    margin-top: 1.5rem;
}
.chart_table table{
    text-align: center;
}
.chart_table table thead{
    background-color: rgba(247, 148, 29, 0.2);
}
.thead_bg_colr{
    background-color: #F7941D !important;
    color: #fff;
    border-right: 1px solid #fff;
}
.left-s{
 left: 20px !important;
}
.left-s-1{
    left: 10px !important;
   }
   .parsley-errors-list {
    list-style-type: none;
    margin-left: 0 !important;
    /* position: absolute; */
    /* top: 2.6rem; */
    padding: 0 !important;
    /* background: #fdead2; */
    border-radius: 5px;
    font-size: 12.9px;
    text-transform: capitalize;
    margin-top: 5px;
    /* margin-bottom: 6px; */
}
.row-s{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.select-d{
    width: 100% !important;
    border-radius: 0.25rem;
    display: flex !important;
    flex-direction: column-reverse;
}
.select-d>.btn{
    margin-top: 0;
}
.bootstrap-select>.dropdown-toggle{
    border: 1px solid #c1c1c1;
    background-color: #e9ecef;
    padding: 0.375rem 0.75rem;
    height: 38px;
}
.bootstrap-select .dropdown-toggle .filter-option{
    margin-top: 3px;
}
.no_data_img{
    width: 150px;
}
.no_data_img_2{
    height: 250px;
    opacity: 0.9;
}
.no_data_txt{
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
    color: #000;
    font-family: 'font-medium', sans-serif !important;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 14px;
}
.bootstrap-select .dropdown-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.bootstrap-select .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f7941d;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f7941d;
    border-color: #f7941d;
}
.btn-default.hover, .btn-default:active, .btn-default:hover {
    background-color: #fff;
    color: #2b2b2b;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000012;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    background-color: #fff;
    padding: 16px 24px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.loader-color{
    color: #F7941D;
}
.loader-txt{
    margin: 0;
    font-size: 16px;
    margin-top: 8px;
    color: #242424;
}
.login-logo a img{
    width: 100px;
    height: 100px;
    object-fit:contain;
}
.login-page, .register-page{
    height: 95vh !important;
}
.powered_by_container{
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    padding: 15px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.powered_by_txt{
    margin: 0;
    color: #000;
}
.powered_by_logo{
    margin-left: 4px;
    margin-top: 4px;
}
.powered-0{
    bottom: 0 !important;
    border-radius: 0;
    border-top: 1px solid #F7941D ;
}
.sidebar {
    height: calc(100% - (10.5rem + 1px));
}
/* Styles for smaller screens */
@media (max-width: 768px) {
    .action-column {
        width: auto;
    }

    .action-buttons {
        display: block;
    }
    .c_box, .table_card_box, .card_box{
        margin-bottom: 16px;
    }
    .btn{
        margin-top: 8px;
    }
}
@media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 0;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 0!important;
    }
}

