/* here you can put your own css to customize and override the theme */
*:not(.fa):not([class^='icon-']):not([class*='icon-']) {
    font-family: "Open Sans","Droid Arabic Kufi Reg",sans-serif;
    direction: rtl
}
.mCustomScrollBox {
    direction:ltr  !important;
}
textarea {
    resize: none !important;
} .page-content-wrapper .page-content {
    padding: 0 20px 0 0;
} .page-header.navbar .page-logo .logo-default {
    margin: 15px 10px 0;
    height: 45px;
} .wOps {
    height: 130px !important;
    margin-bottom: 10px;
} .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
} .m-l-20 {
    margin-right: 20px;
} .modal .modal-header h3 {
    float: right;
} .st-sort-ascent:before {
    content: '\25B2';
} .st-sort-descent:before {
    content: '\25BC';
} .swal2-container {
    z-index: 10060
} .no-wrap th {
    white-space: nowrap
} .mCustomScrollBox {
    width: 100%;
}
/*Loader*/
.page-content {
    position: relative;
} .loader {
    position: fixed;
    width: 99%;
    height: calc(100% - 20px);
    background: rgba(153, 153, 153, .5);
    text-align: center;
    padding: 200px 0;
    top: 0;
    z-index: 10;
} .loader.main-loader {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(153, 153, 153, .5);
        text-align: center;
        padding: 200px 0;
        top: 0;
        z-index: 10000;
    } .loader.main-loader svg {
            /*max-width: 100%;*/
            width: 25em;
            fill: none;
            stroke: #222;
            stroke-linecap: round;
            stroke-width: 8%;
            /*width: 99%;*/
            height: calc(100% - 20px);
            /*margin: 100px 0;*/
        } use {
    stroke: #fff;
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite
} @-webkit-keyframes a {
    to {
        stroke-dashoffset: 0px
    }
} @keyframes a {
    to {
        stroke-dashoffset: 0px
    }
} .widget-bg-color-orange {
    background: orange;
} .widget-bg-color-yellow {
    background: #cccc02;
} .widget-bg-color-brown {
    background: #3e0202;
} .error {
    color: #f00;
    font-weight: bold;
}
/*.amcharts-chart-div,
.amcharts-chart-div svg{
    width: 100% !important;
}*/
/*# sourceMappingURL=dist/custom-rtl.css.map */

.trackPath {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
}

    .trackPath .step {
        width: 25%;
        text-align: center;
        position: relative;
    }

.step .fa-truck {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.trackLine {
    height: 3px;
    background: #999;
    margin: 30px 0;
}

.step.active .trackLine {
    background: green;
}

.check {
    background: #fff;
    padding: 5px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -12px;
}

    .check i {
        color: #999;
    }

.step.active .check i {
    color: green;
}
.modal-xl {
    width: 95%;
}