:root {
    --primary-color: #022E5F;
    --secondary-color: #15A866;
    --black-color: #222222;
    --gray-color: #575656;
    --gray-light-color: #E6E6E6;
    --white-color: #fff;
    --gray-mid-color: #d6d6d6;
    --input-color: #F0F4F6;
    --orange-: #F67D20;
    --green-: #15A866;
    --red-: #EC1414;
}

.red-txt {
    color: var(--red-);
}

.green-txt {
    color: var(--secondary-color);
}

textarea#exampleFormControlTextarea1 {
    min-height: 100px;
}


/* .date-ic { width: 30px; height: 30px;} */

.gray-mid-color {
    background-color: var(--gray-mid-color);
}

.gray-light-color {
    background-color: var(--gray-light-color);
}

.input-color {
    background-color: var(--input-color);
}

.white-color {
    background-color: var(--white-color);
}


/* status class */

.status-circle {
    width: 10px;
    height: 10px;
    background-color: orange;
    border-radius: 100px;
    display: inline-flex;
    margin-right: 7px;
}

.pending-circle {
    background-color: orange;
}

.approve-circle {
    background-color: green;
}

.reject-circle {
    background-color: red;
}

.draft-circle {
    background-color: gray;
}

.approved {
    color: var(--green-);
}

.approve-pending {
    color: var(--orange-);
}

.reject {
    color: var(--red-);
}

.draft {
    color: var(--gray-light-color-);
}

.status-txt {
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase !important;
}

b {
    font-weight: 600;
    color: var(--gray-color);
}


/* buttons */

.btn-white {
    background: white;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 7px 15px;
    font-size: 11px;
}

.btn-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(26 166 14 / 60%);
    color: #fff;
    text-align: center !important;
    font-size: 11px;
    max-width: 75px;
    min-width: 75px;
    border-radius: 4px;
    padding: 5px 5px;
    text-transform: uppercase;
}

.btn-label-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 112, 1, .6);
    color: #fff;
    text-align: center !important;
    font-size: 12px;
    max-width: 75px;
    min-width: 75px;
    border-radius: 4px;
    padding: 5px 5px;
}

.btn-label-green {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(21 144 10 / 60%);
    color: #fff;
    text-align: center !important;
    font-size: 12px;
    max-width: 75px;
    min-width: 75px;
    border-radius: 4px;
    padding: 5px 5px;
}

.mw-120 {
    max-width: 120px;
}

.mw-150 {
    max-width: 150px;
}

.edit-cust a {
    font-size: 15px;
    text-transform: uppercase;
    
}
.edit-cust img {
    width: 18px;
}
.modal-footer .btn {
    min-width: 42%;
    min-height: 40px;
    padding: 10px;
    font-size: 15px;
}

.divider {
    background-color: var(--gray-light-color);
    width: 100%;
    min-height: 5px;
}

.form-inspection-title {
    background-color: var(--gray-color);
    color: var(--white-color);
    width: 100%;
    padding: 15px;
}


/* qst-item */

.qst-item {
    display: grid;
    grid-template-columns: 50px 1fr 80px 50px;
    justify-content: space-between;
}

.qst-item span {
    text-align: left;
}


/* checkbox */

.form-check-input {
    /* width: 1.25em;
height: 1.25em; */
    margin-top: -10px;
    vertical-align: top;
    background-color: #f8fafc;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('images/icons/chkbox-cheked.svg');
    padding: 2px;
}


/* table */

.table-no-border {
    border: 1px solid #ccc;
}

.table-no-border tr td {
    border: none;
}

.rt-border-table tr td {
    border-right: 1px solid #ccc !important;
}

.table-1 input[type="file"],
.table-add-document input[type="file"] {
    display: none;
}

.table-1 table {
    width: 100%;
}

.table-1 table th {
    margin-bottom: 15px;
}

.table-1 tr {
    display: grid;
    grid-template-columns: 1fr 80px 80px;
    justify-content: space-between;
    align-items: center;
}

.table-2 {
    overflow: auto;
}

.table-2 table {
    border: 1px solid #ccc;
    padding: 0px 15px;
}

.table-2 table td {
    border: none;
    padding: 7px 15px;
    border-right: 1px solid #ccc;
}

.table-2 table td:nth-child(1),
.table-2 table th {
    white-space: inherit;
    line-height: 24px;
}

.table-2 table td:nth-child(2),
.table-2 table td:nth-child(3) {
    width: 60px;
}

.table-3 table {
    border: 1px solid #ccc;
}

.table-3 table td {
    border: none;
    border-right: 0px solid #ccc;
    width: 50%;
    white-space: initial;
    line-height: 22px;
}

.table-3 table td:nth-child(1),
.table-3 table th {
    white-space: inherit;
    line-height: 18px;
}

.table-4 table {
    border: 1px solid #ccc;
}

.table-4 table td:nth-child(1) {
    width: 60px !important;
}

.table-4 table td {
    width: auto;
    border: none;
}

.table-4 table th {
    white-space: inherit;
    vertical-align: baseline;
}

.table-5 {
    overflow: auto;
}

.table-5 table {
    border: 1px solid #ccc;
    padding: 0px 15px;
    width: 100%;
}

.table-5 table td {
    border: none;
    padding: 0px;
    border-right: 1px solid #ccc;
}

.table-5 table td:nth-child(1),
.table-5 table th {
    white-space: inherit;
    line-height: 24px;
}

.table-5 table td:nth-child(2),
.table-5 table td:nth-child(3),
.table-5 table td:nth-child(4) {
    width: 30%;
}

.w-half {
    width: 50%;
}

.table-6 {
    overflow: auto;
}

.table-6 table {
    border: 1px solid #ccc;
    padding: 0px 15px;
    width: 100%;
}

.table-6 table td {
    border: none;
    padding: 8px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.w-half {
    width: 50%;
}

.table-add-document,
.table-add-document table {
    width: 100%;
}

.table-add-document table th {
    margin-bottom: 15px;
}

.table-add-document tr {
    display: grid;
    grid-template-columns: 1fr 1fr 44px 100px;
    justify-content: space-between;
    align-items: center;
}

.table-add-document img {
    max-height: 35px;
}

.table-7 table {
    border: 1px solid #ccc;
    padding: 0px 15px;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 7px;
}

.table-7 table th {
    border: none;
    padding: 8px;
    border-bottom: 1px solid #ccc;
}

.table-7 tr {
    display: grid;
    grid-template-columns: 1fr 150px 150px;
    justify-content: space-between;
    align-items: center;
}

.table-7 tr:hover {
    background-color: #efefef;
}

.table-7 tr td {
    padding: 10px 10px;
}

.table-7 tr td:nth-child(2) {
    text-align: center;
}


/* note */

.note {
    /* background: rgba(100, 100, 100, .05); */
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 4px;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
    font-size: 12px;
    /* border: 1px solid #999; */
    white-space: break-spaces;
    line-height: 20px;
}

.not-pos-abs {
    position: absolute;
    bottom: 10px;
    /* width: calc(100% - 100px); */
    display: flex;
    align-items: start;
    white-space: initial;
    max-height: 76px;
    overflow-y: auto;
}


/* steps */

.step-wrap {
    background-color: #e0f6ff;
    text-align: center;
    min-width: 100%;
}

.step-main {
    display: table;
    margin: auto;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .step-itm,
    .labl-section {
        display: none;
    }
}

.chk-tick {
    background-color: var(--secondary-color) !important;
    color: var(--white-color);
}

.current-tick {
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.chk-tick img {
    width: 16px;
}

.step-itm {
    display: flex;
    align-items: center;
}

.no-cl {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    line-height: 28px;
    background-color: var(--gray-light-color);
    text-align: center;
    color: var(--gray-color);
}


/* workorder */

.wo {
    font-size: 13px;
    background-color: #f6f6f6
}

.wo img {
    max-width: 24px;
}

.wo input {
    max-width: 120px;
    min-height: 30px;
    border: 1px solid var(--gray-color);
}

.info-labl {
    background-color: var(--gray-light-color);
    color: var(--gray-color);
    border-radius: 2px;
    display: inline-block;
    padding: 0px 10px;
    position: absolute;
    left: 228px;
    /* top: 7px; */
}

.info-labl img {
    width: 36px;
    filter: brightness(0.5);
}

.info-labl::before {
    content: "";
    border-width: 50px 100px 50px 0;
    border-color: transparent #e45e45 transparent transparent;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    background: var(--gray-light-color);
    top: 12px;
    z-index: 10000;
    transform: rotate(45deg);
}

.info-labl span {
    font-size: 11px;
    font-weight: 600;
    color: var(--black-color);
}


/* modal */

.modal-header {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 0px;
    border: 0px;
}

.modal-content {
    border: 0px;
}


/* sort */

.sort {
    font-size: 12px;
}

.sort .btn-outline-info {
    font-size: 12px !important;
    border: 1px solid var(--gray-mid-color) !important;
    background-color: var(--white-color) !important;
    color: var(--gray-color) !important;
}


/* input */

.custome-input {
    background-color: var(--input-color);
    max-height: 40px;
    line-height: 40px;
}

.custome-select {
    background-color: var(--input-color);
    max-height: 40px;
    line-height: 40px;
    border-radius: 4px;
    padding: .4375rem .75rem;
    border: 1px solid #d8dada !important;
    outline: none !important;
    color: #c9c8c8;
}

.contact-card {
    background-color: var(--gray-light-color);
    min-height: 185px;
}

.contact-name,
.contact-name-role {
    font-size: 13px;
    text-transform: capitalize;
}

.contact-name-role b {
    color: var(--secondary-color);
}

.job-lable {
    background-color: var(--gray-color);
    color: var(--white-color);
    font-size: 10px;
    padding: 0.25rem 0.5rem;
    margin-right: 10px;
    border-radius: 3px;
}

.contact-body span {
    font-size: 13px;
}


/* Dashboard*/

.dash-cust-logo-tab {
    min-width: 110px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    padding: 0px 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-cust-logo-tab img {
    width: 100% !important;
    border-radius: 0px !important;
    height: auto !important;
    image-rendering: -webkit-optimize-contrast;
}

.dash-cust-logo-tab b {
    display: none;
}


/* instruction */

.instruction p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 11px;
}

.vehiclephoto {
    min-width: 200px;
    min-height: 100px;
    border: dashed 1px #ccc;
    text-align: center;
    max-width: 240px;
}

.vehiclephoto img {
    width: 100%;
}

.avatar {
    border: dashed 1px #ccc;
    padding: 5px;
    display: flex;
    align-items: center;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
}

.avatar img {
    width: 100%;
    margin: auto;
    max-width: 99px;
}

.avtar-wrap {
    width: 200px;
    height: 200px;
    background: #e0e0e0;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

a .doc-img {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 30px;
    height: 30px;
}

.doc-img img {
    width: 16px !important;
}

.capacity-Gallons {
    background-color: var(--gray-light-color);
}

.tab-custome .nav-link {
    border: 0px;
    padding: .8rem 1.5rem;
    font-weight: 700;
    opacity: 1;
    color: var(--gray-color);
}

.tab-custome .nav-link.active {
    background: none;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 0px;
}

.tab-custome {
    padding-bottom: 0px !important;
    background-color: var(--white-color);
}

a {
    color: var(--gray-color);
}

.sidebar .nav-item a {
    color: var(--white-color);
    opacity: 0.5;
}

.sidebar .nav-item a:hover {
    opacity: 0.99;
    text-decoration: none;
}

.dropdown .nav-item a {
    opacity: 0.99 !important
}

.tab-content {
    border: 0px solid #CED4DA;
    border-top: 0;
    padding: 0rem 0rem;
    text-align: justify;
}


/* header-top */

.header-top-bg {
    background-color: #bdbdbd;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-bg h4 {
    margin-bottom: 0px;
    color: var(--white-color);
}

.opacity-7 {
    opacity: 1.0;
}


/* owner-banner */

.owner-name span:nth-child(2) {
    opacity: 0.5;
}

.banner-contact-info {
    background-color: var(--gray-light-color);
    padding: 3px 5px;
}

.banner-info span {
    font-size: 14px;
    margin-bottom: 3px;
}

.owner-logo {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.owner-logo img {
    margin-right: 20px;
    max-width: 60px;
    max-height: 60px;
}

.owner-logo h4 {
    font-weight: 700;
}

.owner-name h4 {
    font-weight: 700;
    text-transform: capitalize;
}

.avatar-img {
    background-color: #15A866;
}

.powerby img {
    max-width: 75px;
}

.powerby span {
    color: var(--gray-light-color);
    opacity: 0.5;
    font-size: 13px;
    text-transform: uppercase;
}

.powerby {
    position: absolute;
    bottom: 30px;
    left: 75px;
    transition: left .65s;
}

.powerby {
    position: fixed;
}

@media screen and (max-width: 990px) {
    .powerby {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pagenation-mob {
        display: none !important;
    }
}

.icon-menu:before {
    content: "\e120";
    display: none;
}

.sidebar-icon-only .powerby span {
    display: none;
}

.sidebar-icon-only .powerby {
    left: 10px;
    transition: left .3s;
}

.sidebar-icon-only .powerby img {
    max-width: 48px;
}

.sidebar .nav-item .active {
    opacity: 1;
}

.btn-outline-primary {
    font-size: .75rem !important;
}

.sidebar .nav:not(.sub-menu)>.nav-item>.active {
    opacity: 1;
}

.noi {
    min-width: 100%;
}


/* search */

.search-icon {
    position: absolute;
    top: 9px;
    left: 10px;
}

.search-icon img {
    width: 25px;
    height: 25px;
    opacity: 0.6;
}

.search input {
    min-width: 280px;
    font-size: 12px;
    padding: 0px 0px 0px 40px;
}

.search input:focus {
    padding: 0px 0px 0px 40px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

.search-btn-pos-abs {
    position: absolute;
    top: 3px;
}


/* nav-toggle */

.navbar-toggler:focus {
    background: none;
}


/* pagenation */

.pagination .page-link {
    background-color: var(--gray-mid-color);
    border-radius: 2px;
}

.pagination .page-item {
    margin-right: 2px;
}

.title-sm {
    font-size: 14px;
    color: #777;
}

.title-hd {
    font-size: 13px;
    font-weight: 600;
}

.sm-form {
    max-height: 20px;
}

.radio-bg {
    background-color: #e6e6e6;
}

.result-didspos {
    display: grid;
    grid-template-columns: 50% 50%;
}

.result-didspos div:nth-child(1) {
    border-right: 5px solid #e6e6e6
}

.doc-img-wrap {
    width: 100%;
    min-height: 255px;
    max-height: 255px;
    background-color: #efefef;
}


/* Action dropdown */

.dropdown-actions {
    padding: 5px;
}

.dropdown-actions::after {
    display: none;
}

.dropdown-actions .dots {
    width: 6px;
    height: 6px;
    background: var(--gray-color);
    margin: 2px;
    border-radius: 100%;
    float: left;
}

.dropdown-actions:hover .dots,
.dropdown-actions:focus .dots {
    background: var(--primary-color);
}

.vehicle_pic_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    min-height: 228px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.vehicle_pic_wrap img {
    width: 100%;
}

.vehicle_pic_wrap .edit-cust {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1rem;
}

.vehicle_pic_wrap .edit-cust a {
    width: 24px;
    height: 24px;
    background: #fff;
    padding: 2px;
    display: flex;
    text-align: center;
    border-radius: 100%;
    justify-content: center;
}

.vehicle_pic_wrap .edit-cust a img {
    width: 12px;
}

.alerts_card {
    padding: 1rem;
    margin-bottom: .5rem;
}

.alert_cust_wp {
    display: flex;
}

.alert_cust_wp .alert_cust {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.alert_cust_wp .alert_cust svg {
    width: 28px;
}

.alert_cust_wp.alert_red .alert_cust {
    background: #EC1414;
}

.alert_cust_wp.alert_red span {
    color: #EC1414;
}

.alert_cust_wp.alert_orange .alert_cust {
    background: #FF8800;
}

.alert_cust_wp.alert_orange span {
    color: #FF8800;
}

.input-align-right .form-check-label {
    margin-left: 0;
    margin-right: 1.75rem;
}

.input-align-right .form-check-input {
    right: 0;
}

.nav-pills-radio {
    border-bottom: 0px;
    padding-bottom: 1rem;
}

.nav-pills-radio .nav-link {
    border: 0;
    padding: 0.5rem 0.75rem;
}

.nav-pills-radio .nav-link.active,
.nav-pills-radio .show>.nav-link {
    color: #fff;
    background-color: rgb(230 230 230 / 43%);
}

.vehicle_duty_wp {
    width: 100%;
}

.vehicle_duty_wp .vehicle_dtls {
    width: 50%;
    border: 1px solid #C6C6C6;
    border-right: 0px;
    padding: 2rem;
    text-align: center;
}

.vehicle_duty_wp .vehicle_dtls:last-child {
    border-right: 1px solid #C6C6C6;
}

.proof_doc_container {
    width: 100%;
}

.proof_doc_container .proof_doc_wp {
    width: 100%;
    height: 255px;
    overflow: hidden;
    position: relative;
    background: #DFDFDF;
    margin-bottom: 1rem;
}

.proof_doc_container .proof_doc_wp>img {
    width: 100%;
}

.proof_doc_container .proof_doc_wp .edit-cust {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1rem;
}

.proof_doc_container .proof_doc_wp .edit-cust a {
    width: 24px;
    height: 24px;
    background: #fff;
    padding: 2px;
    display: flex;
    text-align: center;
    border-radius: 100%;
    justify-content: center;
}

.proof_doc_container .proof_doc_wp .edit-cust a img {
    width: 12px;
}

.login-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 100vh;
}

.login-wrap form {
    max-width: 420px;
    margin: auto;
    margin-top: 50px;
}

.login-item:nth-child(2) {
    background-color: #fff;
}

.login-img img {
    object-fit: cover;
    max-height: 100vh;
}

.login-logo img {
    max-width: 80px;
}

.login-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 90px;
}

.freet {
    color: #15A866;
}

@media screen and (max-width: 768px) {
    .login-wrap {
        grid-template-columns: 100%;
    }
    .login-img {
        display: none;
    }
    .login-item:nth-child(2) .login-img {
        display: block;
    }
    .login-logo {
        position: relative;
        max-width: 90px;
        margin: auto;
        margin-bottom: 30px;
    }
}

.login-wrap form {
    max-width: 300px;
}

.login-wrap {
    display: grid;
    grid-template-columns: auto 420px;
    height: 100vh;
}

.login-wrap form {
    max-width: 420px;
    margin: auto;
    margin-top: 50px;
}

.login-item {
    position: relative;
}

.login-item:nth-child(2) {
    background-color: #fff;
    overflow-y: auto;
    padding: 1rem 0.5rem;
    position: initial;
}

.login-img img {
    object-fit: cover;
    object-position: left;
    max-height: 100vh;
    width: 100%;
    height: 100%;
}

.login-logo img {
    max-width: 80px;
}

.login-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 90px;
}

.freet {
    color: #15A866;
}

.login-wrap form {
    max-width: 90%;
}

.register-title {
    position: absolute;
    bottom: 5%;
    left: 15px;
}

.register-title h2 {
    font-size: 60px;
    color: white;
    font-weight: 800;
    word-break: break-word;
    padding: 1rem;
}

@media screen and (max-width:1360px) {
    .table td,
    .jsgrid .jsgrid-table td {
        font-size: 0.80rem;
    }
}

@media screen and (max-width: 768px) {
    .login-wrap {
        grid-template-columns: 100%;
    }
    .login-img {
        display: none;
    }
    .login-item:nth-child(2) .login-img {
        display: block;
    }
    .login-logo {
        position: relative;
        max-width: 90px;
        margin: auto;
        margin-bottom: 30px;
    }
}


/* fleet dashboard */

.fleet-dash-count {
    background-color: var(--primary-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 18px;
}

.t-item-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    min-height: 100px;
    align-items: center;
}

.t-item-wrap h4 {
    font-size: 30px;
}

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

.ins-break-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    border: 1px solid #CED4DA;
    text-transform: uppercase;
    font-weight: 600;
    color: #575656;
    /* grid-gap: 1rem; */
}

.brek-value {
    background-color: skyblue;
    color: var(--primary-color);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
}

.ins-break-wrp .brk-item {
    border-bottom: 1px solid #CED4DA;
    border-right: 1px solid #CED4DA;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
}

.ins-break-wrp .brk-item:nth-child(even) {
    border-right: 0px;
}

.ins-break-wrp .brk-item:last-child {
    border-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .ins-break-wrp {
        grid-template-columns: 1fr;
    }
}

.logo-edit {
    position: absolute;
    top: -10px;
    left: 49px;
}

.divider2 {
    background-color: var(--gray-light-color);
    width: calc(100% + 35px);
    min-height: 5px;
    margin-left: -17px;
    margin-right: -31px;
    padding-right: 0px;
}

.cb-ins {
    position: relative;
    top: -8px;
}

.fileNameDt {
    color: red;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-top: 8px;
    margin-right: 15px;
}

.mm-60 {
    min-width: 60px;
    max-width: 60px;
}

.unitDzine {
    display: grid;
    grid-template-columns: 2fr 3fr 1fr;
    grid-gap: 1rem;
    align-items: center;
}

.unitDzine2 {
    display: grid;
    grid-template-columns: auto 3fr 1fr;
    grid-gap: 1rem;
    align-items: center;
}

.annuaul-tb-5cl {
    display: grid;
    grid-template-columns: 9fr 1fr 1fr 1fr 2fr;
    justify-content: space-between;
    align-items: center;
    grid-gap: 3rem 3rem;
}

.annuaul-tb-5cl tr td:nth-child(1) {
    max-width: 300px;
    word-break: break-all;
}

.annuaul-tb-5cl .react-datepicker__input-container input {
    min-width: 99px;
    font-size: 0.8rem;
    max-width: 99px;
}

.custome-table-mn tr td:nth-child(1) {
    max-width: 240px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-ruby {
    display: ruby;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mn10 {
    min-width: 10px;
}

.mn15 {
    min-width: 15px;
}

.mn20 {
    min-width: 20px;
}

.mn30 {
    min-width: 30px;
}

.mn40 {
    min-width: 40px;
}

.tt {
    position: relative;
    display: inline-block;
}

.tt[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;
    font-size: 11px;
    background-color: black;
    color: white;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 6px 12px;
    text-align: center;
    border-radius: 4px;
    min-width: 130px;
    text-transform: capitalize;
}

.fileInputhide input[type="file"] {
    display: none;
}

.txt-overflow-pdf {
    text-overflow: ellipsis;
    width: 210px;
    white-space: nowrap;
    overflow-x: hidden;
}


/* abcd plugin */

.bFaMkg>input {
    width: 100%;
    padding: 0 0 0 13px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: inherit;
    font-family: inherit;
    color: var(--gray-color) !important;
    font-family: 'Montserrat' !important;
}

.gEUWEF>.wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: var(--input-color) !important;
    border-radius: 3px !important;
    border: 1px solid #d8dada !important;
    color: var(--gray-color) !important;
    font-size: 12px;
    font-family: 'Montserrat' !important;
    z-index: 2;
}


/* /////Dashboard design/////////////// */

.dash-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}

.grid-item-db {
    background-color: #fff;
    position: relative;
    min-height: 240px;
    padding: 40px;
}

.grid-db-icon {
    width: 64px;
    height: 64px;
}

.grid-db-icon img {
    max-width: 48px;
    max-height: 48px;
}

.grid-bottom-db {
    position: absolute;
    text-align: right;
    right: 40px;
    bottom: 40px;
    display: grid;
}

.count-db {
    font-size: 48px;
    font-weight: 800;
}

.count-label {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

a.db-hvr:hover .count-db {
    color: #000;
}

a.db-hvr:hover .grid-item-db::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width:1200px) {
    .dash-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:560px) {
    .dash-grid {
        grid-template-columns: 1fr;
    }
    .grid-item-db {
        max-height: 180px;
        min-height: 130px;
    }
}

.inspection-wrap table th,
.inspection-wrap table td {
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: middle;
}

.form-group label,
label {
    text-transform: lowercase;
    /* text-transform: lowercase !important; */
}

.form-group label::first-letter,
label::first-letter,
.error::first-letter {
    text-transform: capitalize !important;
}

.w-3 {
    width: 3%;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.inspectionorderlist table tr td:nth-child(1) {
    white-space: break-spaces;
    background-color: #022E5F;
}

.contactmb {
    display: grid;
    grid-template-columns: 1fr 2fr 130px;
    justify-content: space-between;
    grid-gap: 1em;
}


/* old-cropper
------------------------ */


/* .cropper-container {
    width: 100% !important;
    height: 100% !important;
}

.cropper-crop-box {
    min-height: 320px;
    min-width: 320px;
    border: 11px solid var(--primary-color);
    margin: auto;
}

.cropper-view-box img {
    width: 100% !important;
    height: 320px !important;
    transform: translateX(0) translateY(0) !important;
}

.cropper-modal {
    opacity: 1 !important;
    background-color: #fff !important;
} */


/* new cropper
----------------------- */

.spec-plat {
    background-color: #e6e6e6;
}

.spec-plat input,
.spec-plate select,
.spec-plate .form-control {
    background-color: #fff !important;
}

.trk-ord-wrp-list {
    display: grid;
    align-items: center;
    grid-template-columns: 18% 18% 18% 18% 18% 50px;
    /* grid-template-columns: repeat(6, 16.6%); */
}

.task-list-ord li {
    list-style: none;
    margin: 10px 0px 10px -3px;
}

.task-list-ord li a {
    font-size: 13px;
    font-weight: 600;
    color: #022E5F;
    margin-left: 0px;
}

.task-list-ord .arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.task-list-ord .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.to-td {
    vertical-align: baseline !important;
}

.to-grid {
    margin-bottom: 4px;
}

.to-grid li {
    display: grid;
    grid-template-columns: 222px 140px 100px;
    list-style-type: circle;
    margin: 2px 0px 2px 0px;
}

.to-label {
    margin-left: 0px;
    margin-bottom: 15px;
    display: block;
}

.disable-btn,
.disable-btn:hover {
    background-color: #000;
    color: #fff;
    opacity: 0.2;
}

.swal2-styled.swal2-confirm {
    padding: 0.500rem 0.7rem !important;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: none !important;
}

.swal2-styled {
    min-width: 80px;
    min-height: 40px;
}

.addoc-td-nw {
    min-width: 100%;
}

.addoc-td-nw tr td {
    /* min-width: 20%; */
    vertical-align: baseline;
}

.addoc-td-nw .error {
    max-width: 110px;
    display: block;
}

.rem-shadow {
    box-shadow: none !important;
    min-height: 25px !important;
}

.rem-shadow .form-check-input {
    margin: -11px 1px 0px -11px !important;
}

.rem-shadow .form-check-label {
    margin-left: 16px !important;
}

.break-ws {
    white-space: break-spaces;
    line-height: 18px;
    vertical-align: baseline;
}

textarea.form-control {
    height: 90px !important;
}

#mydiv .spin-body {
    width: calc(100% - 0px);
    left: 0px;
}

.date-sm-tx {
    font-size: 11px;
}

.cd-desktop-to-fliter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
}

.cd-mobile-to-fliter {
    display: none;
}

.to-filter-btns {
    display: flex;
}


/* .cd-desktop-to-fliter div div {
    margin-right: 40px !important;
} */

.cd-desktop-to-fliter .react-datepicker__input-container {
    font-size: 11px;
}

.cd-desktop-to-fliter input {
    margin-left: 10px;
    max-height: 36px;
}

.statusto .form-select {
    max-height: 36px !important;
    border: 0px solid #e6e6e6;
}

.to-filter-btns .btn {
    min-height: 40px;
}

@media (max-width:1024px) {
    .to-filter-btns .btn {
        padding: 12px;
    }
    .cd-desktop-to-fliter {
        display: none;
    }
    .cd-mobile-to-fliter {
        display: grid;
        padding: 15px;
        grid-gap: 10px;
        justify-content: end;
        min-height: 100px;
    }
    .cd-mobile-to-fliter span label {
        margin-right: 4px;
    }
    .to-filter-btns a {
        margin: 0px 2px;
    }
    .to-dt-range input {
        margin-left: 5px;
    }
    .to-dt-range span {
        position: relative;
    }
    .to-dt-range input:nth-child(1),
    .to-dt-range input:nth-child(2) {
        position: relative;
    }
    .to-dt-range input:nth-child(1)::before,
    .to-dt-range input:nth-child(2)::before {
        position: absolute;
        top: -20px;
        left: 0px;
        min-width: 100px;
        height: 20px;
    }
    .to-dt-range span:nth-child(1) input::before {
        content: 'from';
    }
    .to-dt-range span:nth-child(2) input::before {
        content: 'to' !important;
    }
    .statusto {
        position: relative;
    }
    .statusto::before {
        position: absolute;
        top: -20px;
        left: 0px;
        min-width: 100px;
        height: 20px;
        content: 'Status';
    }
    .statusto .form-select {
        max-height: 36px !important;
        border: 0px solid #e6e6e6;
    }
    #statusFilter {
        max-height: 36px !important;
    }
}

@media (max-width:560px) {
    .cd-mobile-to-fliter div:nth-child(2) {
        display: grid !important;
        padding: 15px;
        grid-template-columns: 1fr;
    }
    .cd-mobile-to-fliter div:nth-child(2) .to-dt-range {
        display: flex !important;
        padding: 0px;
        margin: 10px 0px;
    }
    .to-dt-range span {
        display: grid;
    }
    .cd-mobile-to-fliter div:nth-child(2) .to-filter-btns {
        display: flex !important;
        padding: 0px;
        margin: 10px 0px;
    }
}

.sc-mod-pop {
    display: flex;
    align-items: start;
    white-space: initial;
    height: 330px;
    overflow-y: auto;
}

.to-send-email-btn,
.to-send-email-btn:focus,
.to-send-email-btn:active {
    font-size: 10px;
    padding: 11px 4px;
    line-height: 11px;
    display: initial;
    min-height: 20px;
    outline: none !important;
    box-shadow: none !important;
}

.carousel .slide img {
    height: calc(100vh - 84px);
    object-fit: cover;
    object-position: left;
}

@media only screen and (max-width: 768px) {
    .carousel .slide img {
        max-height: 400px;
    }
}
.cont-head {
    background-color: #022e5f;
    color: #fff;
    padding: 20px 0px;
}
a.weblpp {
    color: #0042ff;
    text-decoration: underline;
}
.doc-add-setup-indv{
        /* float: right; */
        margin-left: auto;
        /* margin-bottom: 0px; */
        /* flex-direction: row; */
        /* justify-content: center; */
        align-items: center;
        display: block !important;
        max-height: 36px;
        margin-top: 8px;
        margin-right: 6px;
}

.to-tb-ins ul li .sent-mail { display: none;}
.to-tb-ins ul:nth-child(2) li .sent-mail { display: block !important;}
.sent-mail .smapr {
    background: white;
    padding: 1px 05px 1px 38px;
    
    display: block !important;
    min-width: 240px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 10%);
    position: relative;
}

.sent-mail .smapr::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 6px;
    left: 3px;
    background: url(../images/mailsent.png) no-repeat;
}
.driver .sidebar {
    display: block;
}

.driver-table tr {
    display: grid;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.driver-table td {
    display: flex;
    justify-content: space-between;
    padding: 12px 0px;
    border: 0px;
}

.driver-table td label {
    font-weight: 600;
    color: #222;
}

.driver-ifno-detail label {
    margin-bottom: 0px;
}

.dvr-body {
    height: calc(100vh - 172px);
    padding: 20px;
}

.dvr-log {
    max-width: 420px;
    margin: auto;
    width: 100%;
    margin-top: 10%;
    background-color: #fff;
}

.dvr-main {
    display: flex;
    flex-direction: column;
    align-self: center;
    min-height: 300px;
}

.bg-green {
    background: url(../img/bg-dvr.png) no-repeat center center;
    background-size: cover;
}

.driver-pop-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 15px;
    grid-gap: 20px;
}

.driver-pop-btn button { margin-top:0px !important; font-size: 15px; margin-bottom: 0px !important; padding: 12.5px;}

.adm .btn {
    font-size: 14px;
}

@media only screen and (max-width: 360px) {
    .adm .btn {
        font-size: 12px !important;
    }
}