@media (min-width: 576px) {
    .card-inner {
        padding: 1rem;
    }    
}

@media (max-width: 575.98px) {
    .nk-block-tools-toggle .toggle-expand-content {
        top: 92%;
    }
}

.bs-datatable-card .dataTables_filter {
    display: none !important;
}

.bs-datatable-card .datatable-wrap {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: 0;
}

.bs-datatable-card .row.align-items-center {
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
}

.bs-datatable-card .bs-datatable thead {
    background-color: #f5f6fa;
}

body.has-rtl table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    left: unset;
    right: 1em;
}

body.has-rtl table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    left: unset;
    right: 0.5em;
}

body.has-rtl table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    padding-right: 2em;
}

body.has-rtl .overline-title {
    font-size: 11px;
    letter-spacing: 0;
}

table th.fit, table td.fit {
    width: 1% !important;
}

.nk-menu-link {
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0;
}

.nk-menu-heading {
    padding: 0.7rem 24px 0.7rem !important;
}

.order-alert div{
    color: #FB4F28;
    font-size: 20px;
    font-weight: 600;
}
.order-alert p{
    color: #4F547B;
    font-size: 18px;
    font-weight: 500;
}
.order-alert{
    border: #DBDFEA 1px solid;
    background-color: #C9F5EF;
}
.card-1 .user-name{
    margin: 0 20px;
    color: #FB4F28;
    font-size: 20px;
    font-weight: 600;
}
.card-1 p{
    margin-top: 15px;
    line-height: 1.5;
    color: #8094AE;
    font-size: 18px;
    font-weight: 400;
}
.border-unset-shadow{
    border: #DBDFEA 1px solid !important;
    box-shadow: unset !important;
}
.order-details .container-fluid{
    padding: 0;
}
.custom-title{
    font-weight: 700;
    font-size: 24px;
}
.order-details .main-title{
    border-bottom: 1px solid #DBDFEA;
    padding-bottom: 15px;
}
.order-info .card-inner{
    padding: 2em 3em;
}
.order-details .general-info{
    margin-top: 40px;
}
.order-details .box{
    padding: 30px;
    border: #DBDFEA 1px solid;
    margin-top: 20px;
    border-radius: 5px;
    height: 90%;
}
.order-details .general-info .name{
    font-weight: 500;
    font-size: 14px;
}
.order-details .general-info .value{
    font-weight: 600;
    font-size: 24px;
    color: #364A63;
}
.btn-custom-1{
    background-color: #24BDA6;
    color: #fff;
}
.btn-custom-1:hover{
    background-color: #1c8a79;
    color: #fff;
}
.btn-custom-2{
    background-color: #FB4F28;
    color: #fff;
}
.btn-custom-2:hover{
    background-color: #ff2f00;
    color: #fff;
}
.order-details .box .btns{
    margin-top: 13px;
}
.general-info textarea{
    border: 1px solid #DBDFEA;
    padding: 20px 15px;
}
.view-on-map a{
    color: #24BDA6;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
.order-details .map p{
    color: #344357;
    font-weight: 600;
    font-size: 16px;
}
/*  */
.progress-container {
    margin-top: 50px;
}

.progress-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    width: 98.5%;
    background-color: #e0e4ed;
    border-radius: 10px;
}
.progress-fill {
    height: 6px;
    background-color: #ff5722;
    border-radius: 10px;
    width: 50%; /* Set percentage of progress */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.step-points {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 98.5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.step-points .step {
    width: 16px;
    height: 16px;
    background-color: #e0e4ed;
    border-radius: 50%;
    z-index: 2;
}
.step-points .step.active {
    background-color: #ff5722;
}
.step-points .title{
    margin-top: -27px;
    position: absolute;
    font-weight: 600;
    font-size: 14px;
}
.shipments-items:not(:last-child) {
    border-bottom: 1px solid #DBDFEA;
}
.custom-title-2{
    color: #FB4F28;
    font-weight: 700;
    font-size: 24px;
}
.custom-p{
    color: #364A63;
    font-weight: 400;
    font-size: 16px;
}
.custom-table thead th{
    color: #FB4F28;
    font-weight: 700;
    font-size: 18px;
}
.custom-table tbody td{
    color: #344357;
    font-weight: 500;
    font-size: 14px;
}
.mt-6{
    margin-top: 60px;
}
.custom-table{
    border: 1px solid #DBDFEA;
}
.custom-table th, .custom-table td{
    padding: 20px 15px;
}
.custom-tabs .card-inner{
    padding: 15px;
}
.dark-mode .nav-tabs .nav-link.active, .nav-tabs .nav-link.active{
    color: #FB4F28;
}
.nav-tabs .nav-link:after{
    background: #FB4F28;
}
.transporter-profile .section-1 .company{
    color: #FB4F28;
    font-weight: 400;
    font-size: 14px;
}
.transporter-profile .section-1 .stars{
    display: flex;
    gap: 30px;
}
.box-info{
    display: flex;
    justify-content: space-between;
}
.box-info:not(:last-child){
    border-bottom: 1px solid #DBDFEA;
    padding-bottom: 20px;
}
.box-info:not(:first-child){
    padding-top: 20px;
}
.box-info .label span{
    color: #526484;
    font-weight: 500;
    font-size: 14px;
}
.box-info .info{
    color: #526484;
    font-weight: 600;
    font-size: 14px;
}
.d-stastic-block1{
    width: 60%;
}
.d-stastic-block2{
    text-align: center;
    width: 40%;
}
.company-shipments{
    height: 230px;
}
.how-it-works .card-inner{
    border: 1px solid #DBDFEA;
}