@font-face {
    font-family: 'MarkPro';
    src: url(assets/fonts/MarkPro-ExtraLight.woff) format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(assets/fonts/MarkPro-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(assets/fonts/MarkPro-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(../fonts/MarkPro-Heavy.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(../fonts/MarkPro-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(../fonts/MarkPro.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(../fonts/MarkPro-Book.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MarkPro';
    src: url(../fonts/MarkPro-Medium.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}


/*------------------Icon------------------*/

@font-face {
    font-family: 'fontello';
    src: url('../icon/menu/font/fontello.eot');
    src: url('../icon/menu/font/fontello.eot') format('embedded-opentype'), url('../icon/menu/font/fontello.woff') format('woff'), url('../icon/menu/font/fontello.ttf') format('truetype'), url('../icon/menu/font/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons-set {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.nav-icon {
    font-weight: 600;
    font-size: 15px;
}


/*----------------------------------------*/

.normal-icon {
    font-weight: 500;
    font-size: 25px;
    width: auto;
    color: #4F1A1F;
}

body {
    font-family: 'MarkPro' !important;
}

h6 {
    margin-bottom: 0px;
}

table {
    font-family: 'MarkPro' !important;
}

.table > thead > tr > th {
    font-weight: 600 !important;
    font-size: 13px;
}


/*------------------Login Page ------------------*/

.login-image {
    background-image: url(../icon/Login.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .login-image .form-select {
        background-color: transparent;
        color: white;
        border: none;
    }

        .login-image .form-select option {
            color: black;
        }

    .login-image .row {
        height: 100vh;
    }

.login-form {
    vertical-align: middle;
    margin: 0 20%;
}

    .login-form img {
        margin-bottom: 30px
    }

    .login-form label {
        font-size: 14px;
        font-weight: 400;
        color: #ECECEC;
        font-weight: 500;
    }

    .login-form input {
        background: #161F28 0% 0%;
        border: none;
        border-radius: 15px;
        opacity: 1;
        height: 45px;
        color:white;
    }

    .login-form a {
        color: white;
    }

        .login-form a:hover {
            color: #ffee00;
        }

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}


/*----------------------------------------------*/

.content-wrapper {
    background-image: linear-gradient(to left top, #f7f7f7, #f8f9f8, #fafafa, #fbfcfb, #fdfdfd, #fdfdfe, #fdfdfe, #fdfdff, #fbfbff, #f9faff, #f7f8ff, #f5f7ff);
}

.btn-dash-circle {
    border: 1px dashed #707070;
    color: #000000;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 5px;
}

.form-label {
    font-weight: 600;
    line-height: normal;
    font-size: 12px;
}

.search-nav {
    width: 500px !important;
}

.nav-active {
    background: transparent linear-gradient(180deg, #EA2027 0%, #BA262B 100%) 0% 0% no-repeat padding-box !important;
    color: #ffffff !important;
    border-left: 0px solid rgba(89, 73, 214, 0) !important;
    box-shadow: 0px 5px 10px #F2617180 !important;
    border: none !important;
}

    .nav-active a {
        color: #ffffff !important;
    }

.border-none {
    border: none;
}

.border-bottom {
    border-bottom: 1px solid #434343;
    border-top: none;
    border-left: none;
    border-right: none;
}

.tab-icon {
    display: flex;
    background-color: #FEEDEF;
    padding: 10px 5px;
    border-radius: 20px;
    color: #4F1A1F;
    margin-bottom: 5px;
}

.active .tab-icon {
    display: flex;
    background-color: #ffffff;
    padding: 10px 5px;
    border-radius: 20px;
    color: #4F1A1F;
}

.btn-search-i {
    padding-right: 0px;
    margin-top: 1px;
}

.sidebar-menu li > a {
    display: flex;
    line-height: normal;
    /*  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  */
}

.sidebar-menu > li.header {
    background-color: transparent !important;
    padding: 10px 0px 0px 0px;
    border: none !important;
    border-left: 0px solid rgba(89, 73, 214, 0);
    box-shadow: none !important;
}

.red-container {
    border: 1px solid #F8A5AD;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #FEF2F4 0%, #FDE7EA 100%);
}

.gray-container {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    background: transparent linear-gradient(180deg, #E9E9E9 0%, #D4D4D4 100%);
}

.border-top {
    border-top: 1px solid #E9E9E9 !important;
}

.border-right {
    border-right: 1px solid #E9E9E9 !important;
}


/* Button styles */

.btn-rounded {
    border-radius: 10px !important;
    padding: 5px 10px;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: none;
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #ffffff;
    border-color: #6c757d;
    box-shadow: none !important;
}

.btn-red {
    background: transparent linear-gradient(180deg, #EA2027 0%, #BA262B 100%);
    color: white;
}

    .btn-red:hover {
        background: transparent linear-gradient(180deg, #EA2027 0%, #f1474c 100%) !important;
        color: white;
    }

.btn-line-red {
    border: 1px solid #F26171 !important;
    color: #F26171 !important;
    background-color: white !important;
}

.btn-yellow {
    background: transparent linear-gradient(180deg, #FFDA46 0%, #FFCC00 100%);
    color: #000000 !important;
}

    .btn-yellow:hover {
        background: transparent linear-gradient(180deg, #FFDA46 0%, #fbcd16 100%);
        color: #000000 !important;
    }

.btn-black {
    background: transparent linear-gradient(180deg, #161F28 0%, #63696F 100%);
}

    .btn-black:hover {
        background: transparent linear-gradient(180deg, #161F28 0%, #414346 100%);
        color: white;
    }

.btn-rounded-line-red {
    border-radius: 60px !important;
    padding: 5px 10px;
    border: 1px solid #F26171;
    color: #F26171;
}

    .btn-rounded-line-red:hover,
    .btn-rounded-line-red:active,
    .btn-rounded-line-red:focus {
        color: #ffffff !important;
        background: #ea2027;
    }

.btn-special {
    border-radius: 10px;
    font-weight: 600;
}

    .btn-special i {
        background-color: white;
        padding: 5px;
        font-size: 13px;
        width: auto;
        border-radius: 20px;
        font-weight: normal;
        box-shadow: 0px 3px 6px #F2617180;
        color: black !important;
    }

.btn-special-bg {
    border-radius: 15px;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 16px;
}

    .btn-special-bg:hover {
        background: transparent linear-gradient(180deg, #EA2027 0%, #BA262B 100%) !important;
        color: white !important;
    }

    .btn-special-bg::before {
        font-family: 'themify';
        content: "\e61a";
        background-color: white;
        color: #000000;
        padding: 10px;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 900;
        width: auto;
        border-radius: 20px !important;
        box-shadow: 0px 3px 6px #f2617180;
    }

    .btn-special-bg i {
        background-color: white;
        padding: 8px;
        font-size: 11px;
        width: auto;
        border-radius: 20px !important;
        box-shadow: 0px 3px 6px #F2617180;
    }

.btn-special:hover {
    background: transparent linear-gradient(180deg, #EA2027 0%, #BA262B 100%) !important;
    color: white !important;
}

::-webkit-file-upload-button {
    background: transparent linear-gradient(180deg, #FBFBFB 0%, #EBEBEB 100%);
    border: none;
    padding: 8px 20px;
    border-radius: 7px;
    cursor: pointer;
}


/*-----------------------------*/


/*----------color--------------*/

.yellow {
    background: transparent linear-gradient(180deg, #FFDA46 0%, #FFCC00 100%);
}

.white {
    background: transparent linear-gradient(180deg, #FBFBFB 0%, #EBEBEB 100%)
}

.black {
    background: transparent linear-gradient(0deg, #161F28 0%, #63696F 100%);
    color: white;
}

.dark-red {
    background-color: #4F1A1F;
    color: white;
}

.light {
    background-color: #F5F6FD;
}

.badge {
    border-radius: 50px;
    cursor: pointer;
    margin: 0px 10px;
    font-weight: 600;
}

.badge-warning {
    background-color: #FFCC00 !important;
    color: black !important;
}


/*------------------------------*/


/*-----------modal-------------*/

.modal-content-rounded {
    border-radius: 25px;
}

    .modal-content-rounded .modal-header {
        border-radius: 25px 25px 0 0;
    }


/*bootstrap */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background: transparent linear-gradient(180deg, #BD4A55 0%, #86323A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 18px 20px #F2617126;
    align-items: center;
}

.nav-pills .nav-link {
    align-items: center;
    background: #FEEDEF;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
}

.nav-link:hover,
.nav-link:focus {
    color: #434343;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}

.input-group {
    width: auto;
}


/* button */

.float-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: rgb(0, 0, 0);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.btn {
    line-height: normal;
}

.my-float-btn {
    margin-top: 22px;
}

.tab-das {
    border-radius: 10px !important;
    padding: 30px 0px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 18px 20px #5151511A;
    background-color: white !important;
}

.tab-das-item {
    flex-grow: 1 !important;
    flex-basis: 0;
    margin: 0 15px;
}

.curve-input-btn {
    background-color: #D4D4D4;
    border-radius: 50px 0 0 50px;
}

    .curve-input-btn button {
        padding-right: 0px !important;
    }

.curve-input {
    background-color: #D4D4D4;
    border-radius: 0 50px 50px 0;
    border: none;
}

    .curve-input:focus {
        background-color: #D4D4D4;
        border-radius: 0 50px 50px 0;
        border: none;
    }

    .curve-input button {
        padding: 10px;
    }

.input-light {
    background-color: #f1f1f1;
    border: none;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}

    .input-light:focus {
        border: 1px solid #F8F9FA;
    }

.input-white {
    background-color: white;
    border: none;
    border: 1px solid white;
    border-radius: 10px;
}

    .input-white:focus {
        border: 1px solid white;
    }

.cursor-pointer {
    cursor: pointer;
}

.gray-lable {
    background: #D4D4D4;
    border-radius: 15px;
    opacity: 1;
    padding: 10px;
}

.list-none {
    list-style: none;
    padding: 0;
}

.flex-container-detail {
    padding: 0;
    margin: 15px;
    list-style: none;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .flex-container-detail .flex-item-title {
        flex-basis: 20vw;
        font-weight: 600;
    }

.flex-container-detail-table {
    padding: 5px 15px;
    margin: 0px 11px;
    list-style: none;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .flex-container-detail-table .flex-item-title {
        flex: 0 0 auto;
        width: 40%;
        font-weight: 600;
    }

    .flex-container-detail-table .flex-item-body {
        flex: 0 0 auto;
        width: 60%;
    }

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


/* color-card */

.color-card {
    border: 1px solid #707070;
    background-color: #ECECEC;
    border-radius: 14px;
}

    .color-card .card-header {
        border-radius: 14px 14px 0 0;
        background-color: #434343;
        padding: 20px;
        color: white;
    }

        .color-card .card-header h6 {
            margin: 0px;
        }

.small-card {
    background-color: white;
    border: 0.5px solid #000000;
    border-radius: 9px;
    padding: 10px 20px;
}

    .small-card .sub {
        flex: 0 0 auto;
        width: 50%;
    }

.chip {
    border: 1px solid #AFAFAF;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
}

.chip-active {
    background-color: #434343;
    color: white;
}

.chip-black {
    color: white;
    padding: 5px 8px;
    background: transparent linear-gradient(0deg, #161F28 0%, #63696F 100%);
    border-radius: 5px;
}

    .chip-black .ti-close:before {
        color: white;
        font-size: 12px;
    }

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0;
}

.nav-link {
    color: rgb(0, 0, 0);
}

.hamburger {
    color: white;
}


/*============================================*/


/*-----------------fix-table-------------------*/


/*============================================*/


/*horizontal table*/

.table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #E9E9E9;
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
    font-weight: normal;
    text-transform: capitalize;
}

.table-scroll th,
.table-scroll td {
    padding: 0.5em 1.5em;
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
    text-transform: capitalize;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #f9f9f9;
    color: #fff;
}

.btn-aligner {
    display: inline-block;
}

.table-scroll tfoot .btn-aligner {
    border-bottom: none;
}

.rounded-btn {
    background-color: #000;
    padding: 0.7em 1.5em;
    border-radius: 50px;
    position: relative;
    /* width: 100%; */
    /* float: left; */
    margin: 5px 0;
    color: #fff;
    border: 0;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .clone th,
    .clone td {
        visibility: hidden
    }

    .clone td,
    .clone th {
        border-color: transparent
    }

    .clone tbody th {
        visibility: visible;
        color: #fff;
        font-weight: normal;
    }

    .clone .fixed-side {
        border-bottom: 1px solid #86323A !important;
        background: #4F1A1F !important;
        visibility: visible !important;
    }

    .clone thead,
    .clone tfoot {
        background: transparent;
    }

.aligner {
    display: flex;
    align-items: center !important;
}

.accordion-button-plus::after {
    background-image: none !important;
    font-family: 'themify';
    content: "";
}

.accordion-button-plus:not(.collapsed)::after {
    content: "";
}

.accordion-button-plus::before {
    background-image: none !important;
    font-family: 'themify';
    content: "\e61a";
    width: 2.25rem;
    height: 1.25rem;
}

.accordion-button-plus:not(.collapsed)::before {
    content: "\e622";
}


/*------Special modal---*/

.modal-special-modal .modal-content {
    padding: 20px;
    border: none;
}

.modal-special-modal .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-special-modal .modal-img {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -40px;
    width: 150px;
    height: 140px;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.OrderAccepted-img {
    background-image: url(../icon/OrderAccepted.png);
}

.OrderRejected-img {
    background-image: url(../icon/OrderRejected.png);
}

.OrderHold-img {
    background-image: url(../icon/OrderHold.png);
}

.delete-img {
    background-image: url(../icon/delete.png);
}


/*------End-Special modal---*/

.modal-transparent {
    background-color: transparent;
}

.tab-modal {
    background-color: white;
    width: 49.5%;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

    .tab-modal .active {
        background: transparent linear-gradient(180deg, #EA2027 0%, #BA262B 100%) !important;
        border: none;
        color: white !important;
        border-radius: 20px 20px 0 0;
    }

    .tab-modal a {
        transition: none !important;
    }

    .tab-modal:hover {
        background: transparent linear-gradient(180deg, #EA2027 0%, #BA262B 100%) !important;
        border: none;
        color: white !important;
    }

    .tab-modal a:hover {
        color: white !important;
    }

    .tab-modal .active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 0px;
        background: #F26171;
    }


/*------Tab modal---*/


/*------Img Tooltip ---*/

.ccn-card {
    background: linear-gradient(180deg, #FBFBFB 0%, #EBEBEB 100%);
    border-radius: 15px;
    height: 190px;
    background-size: 100% 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.ccn-card-bg {
    position: absolute;
    right: -2px;
    bottom: -2px;
    opacity: 60%;
}

.img-tooltip {
    position: relative;
}

div.img-tooltip span {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: transparent;
    color: #fff;
}

div.img-tooltip:hover span {
    display: block;
}

.img-tooltip {
    font-size: 14px;
    font-weight: 600;
}

.sample-div {
    margin: 10px 19%;
}

.photo-scroll-h200 {
    height: 200px;
    overflow-y: scroll;
}

    .photo-scroll-h200 img {
        margin-bottom: 1.5em;
        background-repeat: 25px;
    }

@media (max-width: 767.98px) {
    .table-scroll th,
    .table-scroll td {
        font-size: 12px;
    }

    .table > tbody > tr > td,
    .table > tbody > tr > th {
        font-size: 12px;
    }

    .tab-das {
        border: 1px solid #707070 !important;
        border-radius: 10px !important;
        padding: 10px 0px;
        font-size: 10px;
        font-weight: 600;
    }

    .tab-das-item {
        flex-grow: 1 !important;
        flex-basis: 2 !important;
        margin: 5px;
    }

    .flex-container-detail .flex-item-title {
        flex-basis: auto;
        font-weight: 600;
        flex-basis: 20vw;
    }

    .flex-container-detail {
        margin: 15px 0;
    }

    .flex-container-detail-table .flex-item-title {
        flex-basis: 30vw;
        font-weight: 600;
    }
    /*------------------Login Page ------------------*/
    .login-form {
        vertical-align: middle;
        margin: 0 5%;
    }

    .sample-div {
        margin: 10px;
    }
}


/*==================================================*/
/*=====================Vaishakh=====================*/
/*==================================================*/

.login-form .form-check {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
}

.flex-container-detail-table ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.special-text {
    color: #F26171 !important;
}

.accordion-button {
    font-family: "MarkPro", sans-serif;
    font-weight: 600 !important;
    color: #161F28;
}

.vehi-img img {
    width: 100%;
    padding: 1rem;
}

.box-controls-white li > a i {
    color: #fff !important;
}

.custom-box {
    background-image: linear-gradient(to bottom, #fbfbfb, #f7f7f7, #f3f3f3, #efefef, #ebebeb);
    margin: 2em 1em;
    border-radius: 10px;
    box-shadow: 3px 32px 26px -26px rgba(0,0,0,0.12);
    -webkit-box-shadow: 3px 32px 26px -26px rgba(0,0,0,0.12);
    -moz-box-shadow: 3px 32px 26px -26px rgba(0,0,0,0.12);
}

    .custom-box h5 {
        margin: 0;
    }

    .custom-box .head {
        background: #161F28;
        padding: 1em 1.5em;
        color: #fff;
        border-radius: 10px 10px 0 0;
    }

    .custom-box .tail {
        padding: 1em 1.5em;
    }

        .custom-box .tail ul {
            margin: 0;
            padding: 0;
        }

            .custom-box .tail ul li {
                list-style: none;
            }

.greayer {
    background: transparent linear-gradient(0deg, #FBFBFB 0%, #EBEBEB 100%);
    color: #161F28;
}

.flex-item-titler, .flex-item-specbody {
    flex: 0 0 auto;
    width: 25%;
    font-weight: 500;
}
/*.justify-con {
    justify-content: space-between;
}*/
.alligner {
    align-items: center;
}

.icon {
    animation: notification 2s infinite;
}

@keyframes notification {
    5% {
        transform: rotate(10deg)
    }

    10% {
        transform: rotate(-10deg)
    }

    15% {
        transform: rotate(10deg)
    }

    20% {
        transform: rotate(0deg)
    }
}

.accordion-body label {
    color: #333;
}

@media (min-width: 576px) {
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem/2) !important;
    }
}

.greay-box {
    background: transparent linear-gradient(180deg, #FCFCFC 0%, #F8F9FA 100%);
    color: #161F28;
    border-radius: 0 0 10px 10px;
}

.modal-header h4 {
    margin-bottom: 0;
}

.box-border-r {
    border-right: 1px solid #ECECEC;
}

.border-r {
    border-left: 1px solid #AFAFAF;
    height: 80%;
    width: 1px;
    position: absolute;
}

.starter {
    padding-bottom: 1em;
}

.dater {
    padding: 1em;
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.start p {
    margin-bottom: 0;
}

.start-box {
    background: transparent linear-gradient(180deg, #FBFBFB 0%, #EBEBEB 100%);
    color: #161F28;
    border-radius: 0 0 10px 10px;
    box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    -webkit-box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    -moz-box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
}

.dark-greay {
    background: transparent linear-gradient(180deg, #E9E9E9 0%, #D4D4D4 100%);
    color: #161F28;
    border-radius: 10px;
    box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    -webkit-box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    -moz-box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
}

.chassis {
    align-items: center;
    width: 100%;
    padding: 1em;
}

    .chassis p {
        margin-bottom: 0;
    }

.dark-black {
    background-color: #161F28;
    color: white;
    width: 100%;
}

.btn-outline-white {
    color: #000;
    background-color: #ffffff;
    border-color: #6c757d;
    box-shadow: none !important;
}

    .btn-outline-white:hover {
        color: #000;
        background-color: #ffffff;
        border-color: #6c757d;
        box-shadow: none !important;
    }

.status-greay {
    background: transparent linear-gradient(180deg, #FBFBFB 0%, #EBEBEB 100%);
    color: #161F28;
    border-radius: 10px;
    box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    -webkit-box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    -moz-box-shadow: -1px 33px 28px -29px rgba(0,0,0,0.51);
    padding: 0 0 2em;
    margin-bottom: 2em;
}

.status-head {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent linear-gradient(180deg, #161F28 0%, #63696F 100%);
    border-radius: 10px 10px 0 0;
    padding: 1em;
    color: #fff;
    justify-content: space-between;
}

.status-txt {
    color: #FFDD00;
}

.status-dt {
    padding: 1em;
}

.status-dt-box {
    background: transparent linear-gradient(180deg, #FBFBFB 0%, #EBEBEB 100%);
    color: #161F28;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 13px -9px rgb(0 0 0 / 100%);
    -webkit-box-shadow: 0 6px 13px -9px rgb(0 0 0 / 100%);
    -moz-box-shadow: 0 6px 13px -9px rgb(0 0 0 / 100%);
}

.white-bg {
    background: #fff;
    border-radius: 50px;
}

.staff-info-box .modal-content {
    background: transparent !important;
    box-shadow: none !important;
}

.staff-boxer {
    background: #fff;
    border-radius: 30px;
    padding: 2em 1em;
    display: flex;
    align-items: center;
    margin: 1em;
}

.flex-container-staff {
    padding: 5px 0x;
    margin: 0;
    list-style: none;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .flex-container-staff .flex-item-title {
        font-weight: 600;
    }

.staff-cont h5 {
    font-weight: 600;
    color: #727980;
}

.border-radius-t {
    border-radius: 10px 10px 0 0;
}

.border-radius-b {
    border-radius: 0 0 10px 10px;
}

.full-width {
    width: 100%;
}

.alfabetBox {
    display: none;
}

.border-t {
    border-top: 1px solid #ECECEC;
}

.success-img {
    background-image: url(../icon/success.png);
}

.modal-special-modal .modal-imger {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 200px;
    height: 200px;
    border-radius: 0;
    z-index: 9;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.aligner-rowbox {
    /*display: flex;
    align-items: center;*/
}


.roundoff {
    padding: 0.7em 1.5em !important;
    margin: 5px !important;
    font-size: small;
    font-weight: 600;
}


.cls-1 {
    fill: none;
    stroke: #727980;
    stroke-width: 0.3px;
}

.cls-2 {
    fill: url(#linear-gradient);
}

.cls-3 {
    fill: #161f28;
    font-size: 10px;
    font-family: MarkPro, Mark Pro;
}

.cls-4 {
    font-family: MarkPro-Light, Mark Pro;
    font-weight: 300;
}

.cls-5 {
    fill: #52575b;
    stroke: rgba(0,0,0,0);
    stroke-miterlimit: 10;
}















.bar-chart-block {
    position: relative;
    width: 100%;
}

/******************************************/

/*.grafico {
    padding: 2rem 1rem 1rem;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}*/


[class^='eje-'] {
    position: relative;
    width: 100%;
    padding: 2rem 1rem 0 2rem;
    height: auto;
    margin-bottom: 0;
}

.eje-x {
    height: auto;
    position: relative;
    width: 100%;
    content: "";
    z-index: 9;
}

[data-ejeY]:before {
    content: attr(data-ejeY);
    display: inline-block;
    width: 2rem;
    text-align: right;
    line-height: 0;
    position: relative;
    left: -2.5rem;
    top: -1rem;
}

.eje-x li {
    width: auto;
    float: left;
    text-align: center;
}


/**************************
BAR-CHART
**************************/
.grafico.bar-chart {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 80%;
    overflow-y: visible;
    overflow-x: scroll;
    z-index: 9;
}

    .grafico.bar-chart ul li {
        list-style-type: none;
    }

.bar-chart [class^='eje-'] {
    bottom: 0;
}

.bar-chart .eje-x {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bar-chart .eje-y li {
    height: auto;
    border-top: 1px solid #f9f9f9;
    border-width: 100%;
    color: #000;
    padding: 0.5em 0;
}

.bar-chart .eje-x li {
    width: auto;
    position: relative;
    text-align: left;
}

    .bar-chart .eje-x li i {
        display: block;
        padding-left: 1em;
        color: #000;
    }

    .bar-chart .eje-x li:before {
        content: '';
        position: absolute;
        bottom: 5.5em;
        width: 35%;
        left: 50%;
        transform: translate(-50%, 3em);
        border-radius: 5px;
        z-index: 99;
    }

    .bar-chart .eje-x li:after {
        content: '';
        position: absolute;
        bottom: 2rem;
        width: 1%;
        left: 50%;
        transform: translatex(-50%);
        height: auto;
        border-radius: 0;
        z-index: 9;
    }

    .bar-chart .eje-x li:after {
        background: #D4D4D4;
        height: 700%;
        z-index: 9;
        width: 1px;
    }

    .bar-chart .eje-x li.magic-bx1:before {
        background-image: linear-gradient(to bottom, #e9e9e9, #e4e4e4, #dedede, #d9d9d9, #d4d4d4);
        height: 180%;
        z-index: 99;
    }

    .bar-chart .eje-x li.magic-bx2:before {
        background-image: linear-gradient(to bottom, #e9e9e9, #e4e4e4, #dedede, #d9d9d9, #d4d4d4);
        height: 350%;
        z-index: 99;
    }

    .bar-chart .eje-x li.magic-bx3:before {
        background-image: linear-gradient(to bottom, #e9e9e9, #e4e4e4, #dedede, #d9d9d9, #d4d4d4);
        height: 530%;
        z-index: 99;
    }

    .bar-chart .eje-x li.magic-bx4:before {
        background-image: linear-gradient(to bottom, #e9e9e9, #e4e4e4, #dedede, #d9d9d9, #d4d4d4);
        height: 710%;
        z-index: 99;
    }
    /****************hover****************/
    .bar-chart .eje-x li:hover.magic-bx1:before,
    .bar-chart .eje-x li:hover.magic-bx2:before,
    .bar-chart .eje-x li:hover.magic-bx3:before,
    .bar-chart .eje-x li:hover.magic-bx4:before {
        background-image: linear-gradient(to bottom, #ff7070, #ff6a6a, #ff6464, #ff5e5d, #ff5757);
        cursor: pointer;
    }
/****************active****************/
/*.bar-chart .eje-x li.active:before {
background-image: linear-gradient(to bottom, #ff7070, #ff6a6a, #ff6464, #ff5e5d, #ff5757);
}
*/


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #E9E9E9;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border-radius: 50px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #E9E9E9;
    }


.special-scroller {
    overflow-y: scroll;
    height: 16em;
}

.line-charter {
    -webkit-animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
    animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
    opacity: 0;
    /*max-width: 640px;*/
    width: 100%;
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.text-box {
    color: #fff;
    margin-bottom: 1em;
}

.digit {
    width: 60px !important;
    height: 50px !important;
    margin: 5px;
    text-align: center;
    transition: 0.3s transform;
}