:root {
    --text-xs: 11px;
    --text-sm: 13px;
    --text-md: 15px;
    --text-lg: 17px;
    --text-xl: 21px;
    --text-2xl: 26px;
    --text-3xl: 30px;

    --color-gray-lightest: #eee;
    --color-gray-lighter: #d8d8d8;
    --color-gray-light: #999;
    --color-gray: #7f7f7f;
    --dodoo-light-grey: #EDF1F9;
    --dodoo-light-grey-border: #D3D7E3;

    --color-blue: #2D3399;
    --color-red: #ff2d00;
    --color-green: #00d00d;
    --color-orange: #FFB400;
    --color-yellow: #ffe001;
    --color-aqua: #42BAC8;
}

.text-xs {
    font-size: 11px;
}

.text-sm {
    font-size: 13px;
}

.text-md {
    font-size: 15px;
}

.text-lg {
    font-size: 17px;
}

.text-xl {
    font-size: 21px;
}

.text-2xl {
    font-size: 26px;
}

.text-3xl {
    font-size: 30px;
}


*:focus,
*:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 100;
}
b, strong {
    font-weight: bold !important;
}

main-content {
    position: relative;
    -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

a,
a:visited,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

a {
    padding: 5px;
}

br {
    clear: both;
}

h2 a {
    padding: 0px;
}

input {
    padding: 5px;
    font-size: 0.9em;
}

input[type='checkbox'],
input[type='radio'] {
    cursor: pointer;
}

ul.list {
    padding-left: 0;
}

ul.list li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

ul.list li span {
    word-break: break-all;
    display: inline-block;
}

ul.list li small {
    color: #aaa;
    display: block;
}

ul.list li:nth-child(odd) {
    background-color: #f3f3f3;
}

ul.list li:nth-child(even) {
    background-color: #ffffff;
}



.dodoo-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.dodoo-input-group span {
    position: absolute;
    pointer-events: none;
    height: 100%;
    padding: 0px 10px;
}

.dodoo-input-group-prepend {
    left: 0px;
    display: flex;
    align-items: center;
}

.dodoo-input-group .dodoo-input-group-prepend+input {
    text-align: right;
    padding-left: 50px;
}


.btn {
    min-width: 120px;
    border: 0;
    margin-bottom: 2px;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 0.9em;
}

.btn.focus,
.btn:focus {
    box-shadow: revert;
}

.btn-sm {
    min-width: auto;
    font-size: 95%;
    padding: 8px 10px;
}

.btn-primary {
    background-color: #337ab7;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #286090;
}

.btn-success {
    background-color: #26B99A;
    border: 0;
}

.btn-success:hover,
.btn-success:active,
.btn-success:not(:disabled):not(.disabled):active {
    background-color: #169F85;
}

.btn:disabled,
.btn:disabled:hover {
    background-color: #aaa;
    cursor: default;
}

.btn-back {
    cursor: pointer;
    margin-right: 7px;
    user-select: none;
    color: #fff;
}

.margin-btm-20 {
    margin-bottom: 20px;
}

.card {
    color: #666;
}

ul.profile-detail {
    padding-left: 0;
    display: block;
    font-size: 0.9em;
}

ul.profile-detail li {
    list-style: none;
    padding: 0;
    display: block;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
}

table td,
table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.table th {
    background-color: #505050;
    color: #FFF;
}

.table.table-2 th {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 10px 0px 10px !important;
    border-top: 0px solid #dee2e6 !important;
    border-bottom: 2px solid #004750 !important;
    white-space: nowrap;
}

table.table-2 th>div {
    margin: 0 auto;
}

.table.table-3 th {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 10px 0px 10px !important;
    border-top: 0px solid #dee2e6 !important;
    border-bottom: 3px solid #004750 !important;
    white-space: normal;
}

.table td,
.table th {
    padding: 10px 5px;
    font-size: 13px;
}

.table-sm td {
    padding: 5px;
}

.table a {
    color: #5d7792;
    font-weight: bold;
}

.table {
    --table-th-width-sequence: 30px;
    --table-th-width-action: 80px;
}

.card-body {
    margin-bottom: 10px;
}

.max-width {
    width: 100%;
}

.gallery-wrapper {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}

.gallery {
    width: 126px;
    height: 120px;
    overflow: hidden;
}

.gallery img.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery img.gallery-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}

.gallery img.gallery-close:hover {
    opacity: 1;
}

.profile-thumb {
    width: 210px;
    height: 210px;
    overflow: hidden;
    -webkit-border-radius: 210px;
    -moz-border-radius: 210px;
    border-radius: 210px;
}

.profile-thumb img.profile-close {
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
}

.profile-thumb-sm {
    width: 140px;
    height: 140px;
}

.profile-thumb img.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.max-350 {
    width: auto;
    max-width: 350px;
    margin-bottom: 20px;
}

.max-400 {
    width: auto;
    max-width: 400px;
    margin-bottom: 20px;
}

.max-500 {
    width: auto;
    max-width: 500px;
    margin-bottom: 20px;
}

.max-600 {
    width: auto;
    max-width: 600px;
    margin-bottom: 20px;
}

.max-700 {
    width: auto;
    max-width: 700px;
    margin-bottom: 20px;
}

.padding-10 {
    padding: 10px;
}

.dropzone {
    border: 2px dashed #ccc;
    border-radius: 5px;
}

.border-right-null {
    border-right: 0;
}

.btn-navigation button {
    width: 40px;
}

.created-by {
    font-size: small;
    color: #aaa;
}

.overflow-x-auto {
    overflow-x: auto;
}

.rotate-180 {
    rotate: 180deg;
}

/*------------------------------------ CSS IMG LOADER - looks not bad, perform good ----------------------------------------*/
.loader-wrapper {
    position: fixed;
    z-index: 20000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.loader-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    opacity: 0.7;
}

.fetching {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    z-index: 20000;
}

.loader-wrapper .loader img,
.fetching img {
    width: 100%;
    height: 100%;
    -webkit-animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}

ul.list-unstyled {
    width: 80%;
}

ul.list-unstyled li p {
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 15px;
}

.progress {
    height: 0.7rem;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #dedddd3d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.service-level-price {
    position: relative;
    background-color: #eceff1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fc-unthemed td {
    border-color: #bbb;
}

.fc-unthemed .fc-content {
    padding: 3px;
}

.fc-event {
    border: 0;
}

.fc-event,
.fc-event-dot {
    background-color: #3aada2;
}

.fc-event-container a,
.fc-event-container a:visited {
    color: #FFF;
}

#loading_cal {
    position: absolute;
    top: -5px;
    left: 160px;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
}

.device-logo {
    height: 20px;
}

.pill {
    padding: 4px 6px;
    color: #FFF;
    font-size: 12px;
    border-radius: 0px;
    background-color: #aaa;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.pill-Done,
.cal-Done {
    background-color: #337ab7;
}

.pill-Confirmed,
.pill-On,
.pill-Verified,
.pill-Paid {
    background-color: #26B99A;
}

.pill-Inactive,
.pill-Canceled,
.pill-Cancelled {
    background-color: #aaa;
}

.pill-Freeze,
.pill-Pending {
    background-color: #1c9afd;
}

.pill-Cancelled,
.cal-Cancelled,
.pill-Off,
.pill-Outstanding {
    background-color: #DC3542;
}

.pill-parcel-pickup {
    background-color: #ffb400;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.pill-parcel-dropoff {
    background-color: #4ab7ed;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.pill-guest {
    background-color: #999;
    padding: 2px 6px 2px 6px;
    border-radius: 4px;
    font-size: 10px;
}

.tile_count {
    font-size: 150%;
}

.tile_count .tile_stats_count .count {
    line-height: 47px;
    font-weight: 600;
    font-size: 45px;
    color: #666;
    margin-bottom: -10px;
}

.tile_count .tile_stats_count span {
    font-size: 0.6em;
}

.action-col {
    text-align: center;
    min-width: 150px;
    max-width: 150px;
    width: 170px;
}

.action-col-sm {
    text-align: center;
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}

.items {
    position: relative;
    background-color: #eceff1;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.item-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0.4;
}

.item-close:hover {
    opacity: 1;
}

.card-detail {
    font-weight: 700;
    color: #5d7792;
    margin-top: -15px;
    font-size: 1.2em;
}

.error-password {
    color: red;
    font-size: small;
    font-style: italic;
}

.modal-footer {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.modal-body {
    padding: 40px 40px 20px 40px;
}

.modal-success h3 {
    color: #56ab99;
}

.modal-error h3 {
    color: #ef5454;
}

.coll-4 {
    max-width: 33.333333%;
}






/* ========================================== GOOGLE MAP ========================================== */

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
    height: 0px;
    position: absolute;
}

/* Optional: Makes the sample page fill the window. */
/*html, body {
height: 500px;
margin: 0;
padding: 0;
}*/
/*#description {
    font-size: 15px;
    font-weight: 300;
}*/

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
    display: none;
}

.pac-controls label {}


#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

.toast {
    margin: 20px;
    font-size: 1rem;
    width: auto;
    height: auto;
    right: 0px;
    bottom: -200px;
    padding: 20px;
    color: #FFF;
    position: fixed;
    z-index: 10000;
    transition: top 0.3s;
    -webkit-transition: bottom 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    max-width: 300px;
}

.toast-success {
    background-color: #6DB96D;
}

.toast-show {
    bottom: 10px;
}

.toast-show-2 {
    bottom: 10px;
}

.toast-error {
    background-color: #e8473a;
}

.form-error-message {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
    width: 100%;
}

.input-error {
    border-color: red;
}

.ui-timepicker-list li {
    padding: 4px 0 4px 12px;
    font-size: 0.9em;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input.dodoo-input {
    margin-bottom: 0;
}

button.btn-delete-thumbnail {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    left: 50%;
    margin-top: 140px;
    margin-left: -62px;
    color: #FFF;
    background-color: #FF2B00;
    height: initial;
}

.profile-photo:hover button.btn-delete-thumbnail {
    opacity: 1;
}

.bg-red {
    background-color: red !important;
}

table.table div.form-group {
    margin-bottom: 0;
}

table.table td,
table.table th {
    vertical-align: middle;
}



/* ====================================== FONT-SIZE ====================================== */
.fs-18 {
    font-size: 18px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px !important;
}

.font-40 {
    font-size: 40px !important;
}

/* ====================================== PADDING LEFT ====================================== */
.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-7 {
    padding-left: 7px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

/* ====================================== PADDING RIGHT ====================================== */
.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-7 {
    padding-right: 7px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

/* ====================================== PADDING TOP ====================================== */
.pt-0 {
    padding-top: 0px;
}

.pt-2 {
    padding-top: 2px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-7 {
    padding-top: 7px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

/* ====================================== PADDING BOTTOM ====================================== */
.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

/* ====================================== MARGIN-BOTTOM ====================================== */
.mb-auto {
    margin-bottom: auto;
}

.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-25 {
    margin: 25px;
}

.m-30 {
    margin: 30px;
}

.m-35 {
    margin: 35px;
}

.m-40 {
    margin: 40px;
}

.m-45 {
    margin: 45px;
}

.m-50 {
    margin: 50px;
}

.mb-30n {
    margin-bottom: -30px;
}

.mb-15n {
    margin-bottom: -15px;
}

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

.mb-5n {
    margin-bottom: -5px;
}

.mb-0 {
    margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

.mb-50 {
    margin-bottom: 50px;
}

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

.mb-70 {
    margin-bottom: 70px;
}

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

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

.mb-150 {
    margin-bottom: 150px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-310 {
    margin-bottom: 310px;
}

/* ====================================== MARGIN-LEFT ====================================== */
.ml-auto {
    margin-left: auto;
}

.ml-8n {
    margin-left: -8px;
}

.ml-15n {
    margin-left: -15px;
}

.ml-20n {
    margin-left: -20px;
}

.ml-25n {
    margin-left: -25px;
}

.ml-60n {
    margin-left: -60px;
}

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

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

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

.ml-25 {
    margin-left: 25px !important;
}

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

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-30n {
    margin-left: -30px;
}

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

.ml-50 {
    margin-left: 50px !important;
}

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

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

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

.ml-5n {
    margin-left: -5px;
}

.ml-10n {
    margin-left: -10px;
}

.ml-15n {
    margin-left: -15px;
}

.ml-20n {
    margin-left: -20px;
}

.ml-25n {
    margin-left: -25px;
}

/* ====================================== MARGIN-TOP ====================================== */
.mt-auto {
    margin-top: auto;
}

.mt-2n {
    margin-top: -2px;
}

.mt-3n {
    margin-top: -3px !important;
}

.mt-5n {
    margin-top: -5px;
}

.mt-7n {
    margin-top: -7px;
}

.mt-10n {
    margin-top: -10px;
}

.mt-13n {
    margin-top: -13px;
}

.mt-15n {
    margin-top: -15px;
}

.mt-20n {
    margin-top: -20px;
}

.mt-25n {
    margin-top: -25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-30n {
    margin-top: -30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-40n {
    margin-top: -40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-50n {
    margin-top: -50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-60n {
    margin-top: -60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-70n {
    margin-top: -70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-80n {
    margin-top: -80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-90n {
    margin-top: -90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-100n {
    margin-top: -100px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-11 {
    margin-top: 11px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

/* ====================================== MARGIN-RIGHT ====================================== */
.mr-auto {
    margin-right: auto;
}

.mr-5n {
    margin-right: -5px;
}

.mr-10n {
    margin-right: -10px;
}

.mr-15n {
    margin-right: -15px;
}

.mr-25n {
    margin-right: -25px;
}

.mr-33n {
    margin-right: -33px;
}

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

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-65 {
    margin-right: 65px;
}

/* ====================================== MIN WIDTH ====================================== */
.mw-ini {
    min-width: initial;
}

.mw-100p {
    min-width: 100%;
}

.mw-30 {
    min-width: 30px;
}

.mw-160 {
    min-width: 160px;
}

.mw-176 {
    min-width: 176px;
}

.mw-200 {
    min-width: 200px;
}

.mw-380 {
    min-width: 380px;
}

.mw-400 {
    min-width: 400px;
}

.mw-500 {
    min-width: 500px;
}

.mw-600 {
    min-width: 600px;
}

.mw-890 {
    min-width: 890px;
}

/* ====================================== MAX WIDTH ====================================== */
.mxw-30 {
    max-width: 30px;
}

.mxw-50 {
    max-width: 50px;
}

.mxw-70 {
    max-width: 70px;
}

.mxw-80 {
    max-width: 80px;
}

.mxw-100 {
    max-width: 100px;
}

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

.mxw-130 {
    max-width: 130px;
}

.mxw-140 {
    max-width: 140px;
}

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

.mxw-160 {
    max-width: 160px;
}

.mxw-170 {
    max-width: 170px;
}

.mxw-180 {
    max-width: 180px;
}

.mxw-190 {
    max-width: 190px;
}

.mxw-200 {
    max-width: 200px;
}

.mxw-210 {
    max-width: 210px;
}

.mxw-215 {
    max-width: 215px;
}

.mxw-220 {
    max-width: 220px;
}

.mxw-225 {
    max-width: 225px;
}

.mxw-230 {
    max-width: 230px;
}

.mxw-235 {
    max-width: 235px;
}

.mxw-240 {
    max-width: 240px;
}

.mxw-245 {
    max-width: 245px;
}

.mxw-250 {
    max-width: 250px;
}

.min-220 {
    min-width: 220px;
    max-width: 200px;
}

.mxw-250 {
    max-width: 250px;
}

.mxw-300 {
    max-width: 300px;
}

.mxw-400 {
    max-width: 400px;
}

.mxw-500 {
    max-width: 500px;
}

.mxw-600 {
    max-width: 600px;
}

.mxw-700 {
    max-width: 700px;
}

.mxw-900 {
    max-width: 900px;
}

.mxw-1000 {
    max-width: 1000px;
}

.mxw-10p {
    max-width: 10%;
}

.mxw-15p {
    max-width: 15%;
}

.mxw-18p {
    max-width: 18%;
}

.mxw-20p {
    max-width: 20% !important;
}

.mxw-22p {
    max-width: 22% !important;
}

.mxw-30p {
    max-width: 30% !important;
}

.mxw-35p {
    max-width: 35% !important;
}

.mxw-95p {
    max-width: 95%;
}

.mxw-100p {
    max-width: 100% !important;
}

/* ====================================== WIDTH ====================================== */
.w-auto {
    width: auto !important;
}

.w-full {
    width: 100%;
}

.w-fit-content {
    width: fit-content;
}

.w-max-content {
    width: max-content;
}

.w-min-content {
    width: min-content;
}

.minw-fit-content {
    min-width: fit-content;
}

.minw-max-content {
    min-width: max-content;
}

.minw-min-content {
    min-width: min-content;
}

.mxw-fit-content {
    max-width: fit-content;
}

.mxw-max-content {
    max-width: max-content;
}

.mxw-min-content {
    max-width: min-content;
}

.w-30 {
    width: 30px !important;
}

.w-40 {
    width: 40px !important;
}

.w-55 {
    width: 55px !important;
}

.w-60 {
    width: 60px !important;
}

.w-70 {
    width: 70px;
}

.w-80 {
    width: 80px !important;
}

.w-90 {
    width: 90px;
}

.w-100 {
    width: 100px !important;
}

.w-105 {
    width: 105px;
}

.w-110 {
    width: 110px;
}

.w-120 {
    width: 120px;
}

.w-125 {
    width: 125px !important;
}

.w-130 {
    width: 130px;
}

.w-140 {
    width: 140px;
}

.w-150 {
    width: 150px !important;
}

.w-160 {
    width: 160px !important;
}

.w-165 {
    width: 165px !important;
}

.w-170 {
    width: 170px !important;
}

.w-180 {
    width: 180px;
}

.w-200 {
    width: 200px !important;
}

.w-220 {
    width: 220px;
}

.w-266 {
    width: 266px;
}

.w-270 {
    width: 270px !important;
}

.w-280 {
    width: 280px;
}

.w-320 {
    width: 320px !important;
}

.w-345 {
    width: 345px;
}

.w-650 {
    width: 650px;
    min-width: 650px;
}

.w-2p {
    width: 2%;
}

.w-5p {
    width: 5%;
}

.w-8p {
    width: 8%;
}

.w-10p {
    width: 10% !important;
}

.w-15p {
    width: 15% !important;
}

.w-20p {
    width: 20% !important;
}

.w-25p {
    width: 25%;
}

.w-30p {
    width: 30%;
}

.w-33p {
    width: 33.3333% !important;
}

.w-35p {
    width: 35% !important;
}

.w-40p {
    width: 40%;
}

.w-50p {
    width: 50% !important;
}

.w-60p {
    width: 60%;
}

.w-65p {
    width: 65%;
}

.w-67p {
    width: 67% !important;
}

.w-70p {
    width: 70% !important;
}

.w-80p {
    width: 80%;
}

.w-100p {
    width: 100% !important;
}

.w-80pc {
    width: 80%;
    margin: auto;
}

/* ====================================== OTHER ====================================== */
.bg-red {
    background-color: red !important;
}

.cur-p {
    cursor: pointer;
}

.cur-na {
    cursor: not-allowed;
}

.c-blue {
    color: blue;
}

.dis-b {
    display: block;
}

.dis-f {
    display: flex;
}

.dis-ini {
    display: initial;
}

.dis-in-b {
    display: inline-block;
}

.dis-in {
    display: inline;
}

.dis-in-f {
    display: inline-flex;
}

.dis-in-g {
    display: inline-grid;
}

.float-r {
    float: right;
}

.h-auto {
    height: auto !important;
}

.h-10 {
    height: 10px !important;
}

.h-14 {
    height: 14px !important;
}

.h-15 {
    height: 15px !important;
}

.h-16 {
    height: 16px !important;
}

.h-20 {
    height: 20px !important;
}

.h-25 {
    height: 25px !important;
}

.h-30 {
    height: 30px !important;
}

.h-35 {
    height: 35px !important;
}

.h-40 {
    height: 40px !important;
}

.h-42 {
    height: 42px !important;
}

.h-50 {
    height: 50px !important;
}

.h-100 {
    height: 100px !important;
}

.h-25vh {
    height: 25vh;
}

.h-700 {
    height: 700px;
}

.h-full {
    height: 100%;
}

.left-85 {
    left: 85px;
}

.left-170 {
    left: 170px;
}

.lh-25 {
    line-height: 25px;
}

.lh-31 {
    line-height: 31px;
}

.lh-33 {
    line-height: 33px;
}

.lh-34 {
    line-height: 34px;
}

.ma-auto-20 {
    margin: auto 20px;
}

.minh-15 {
    min-height: 15px;
}

.minh-20 {
    min-height: 20px;
}

.minh-25 {
    min-height: 25px;
}

.minh-40 {
    min-height: 40px;
}

.minh-50 {
    min-height: 50px;
}

.minh-65 {
    min-height: 65px;
}

.minh-70 {
    min-height: 70px;
}

.minh-90 {
    min-height: 90px;
}

.minh-100 {
    min-height: 100px;
}

.minh-110 {
    min-height: 110px;
}

.minh-120 {
    min-height: 120px;
}

.minh-150 {
    min-height: 150px;
}

.minh-170 {
    min-height: 170px;
}

.minh-180 {
    min-height: 180px;
}

.minh-190 {
    min-height: 190px;
}

.minh-200 {
    min-height: 200px;
}

.minh-80p {
    min-height: 80%;
}

.min-h-full {
    min-height: 100%;
}

.minw-100 {
    min-width: 100px;
}

.minw-150 {
    min-width: 150px;
}

.minw-200 {
    min-width: 200px;
}

.minw-250 {
    min-width: 250px;
}

.minw-300 {
    min-width: 300px;
}

.minw-350 {
    min-width: 350px;
}

.minw-400 {
    min-width: 400px;
}

.ove-vis {
    overflow: visible;
}

.pos-a {
    position: absolute;
}

.pos-r {
    position: relative;
}

.p-unset {
    padding: unset !important;
}

.p-0 {
    padding: 0px;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.p-30 {
    padding: 30px;
}

.r-0 {
    right: 0px;
}

.r-5 {
    right: 5px;
}

.r-10 {
    right: 10px;
}

.r-15 {
    right: 15px;
}

.r-20 {
    right: 20px;
}

.r-22 {
    right: 22px;
}

.r-25 {
    right: 25px;
}

.r-30 {
    right: 30px;
}

.r-35 {
    right: 35px;
}

.r-40 {
    right: 40px;
}

.r-45 {
    right: 45px;
}

.r-50 {
    right: 50px;
}

.top-42 {
    top: 42px;
}

.l-0 {
    left: 0px;
}

.l-5 {
    left: 5px;
}

.l-10 {
    left: 10px;
}

.l-15 {
    left: 15px;
}

.l-20 {
    left: 20px;
}

.l-25 {
    left: 25px;
}

.l-30 {
    left: 30px;
}

.l-35 {
    left: 35px;
}

.l-40 {
    left: 40px;
}

.l-45 {
    left: 45px;
}

.l-50 {
    left: 50px;
}

.l-5n {
    left: -5px !important;
}

.l-10n {
    left: -10px !important;
}

.l-15n {
    left: -15px !important;
}

.l-20n {
    left: -20px !important;
}

.l-25n {
    left: -25px !important;
}

.l-30n {
    left: -30px !important;
}

.l-35n {
    left: -35px !important;
}

.l-40n {
    left: -40px !important;
}

.l-45n {
    left: -45px !important;
}

.l-50n {
    left: -50px !important;
}

.l-140n {
    left: -140px !important;
}

.top-0 {
    top: 0px !important;
}

.top-2 {
    top: 2px !important;
}

.top-5 {
    top: 05px !important;
}

.top-8 {
    top: 8px !important;
}

.top-10 {
    top: 10px !important;
}

.top-15 {
    top: 15px !important;
}

.top-20 {
    top: 20px !important;
}

.top-25 {
    top: 25px !important;
}

.top-30 {
    top: 30px !important;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 10px;
}

.flex-dir-col {
    flex-direction: column;
}

.flex-justify {
    display: flex;
    justify-content: space-between;
}



.valign-top {
    vertical-align: top;
}

.cont-info-div {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.input-mul {
    margin-left: 50px;
}

.vertical-align-top {
    vertical-align: top;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.vertical-align-text-bottom {
    vertical-align: text-bottom;
}

.dashboard-icon-red {
    background-color: #be3257;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.dashboard-detail-red {
    background-color: #d93863;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}

.dashboard-icon-blue {
    background-color: #47a3b8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.dashboard-detail-blue {
    background-color: #53b9d1;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}

.dashboard-icon-green {
    background-color: #83aa4f;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.dashboard-detail-green {
    background-color: #97c15d;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}

.dashboard-icon-orange {
    background-color: #d78a31;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 18px 13px 13px 13px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.dashboard-detail-orange {
    background-color: #f29b37;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 13px;
    color: #fff;
}

.dashboard-grey-div {
    background-color: #f2f5f7;
    padding: 15px;
    border-radius: 3px;
}

.dashboard-purple-div {
    background-color: #852c9a;
    padding: 15px 15px 10px 15px;
    border-radius: 3px;
}

.dashboard-purple-div label {
    color: #fff;
}

.quantity-stats {
    background-color: #fff;
    margin: 0px -15px 10px -5px;
    border-radius: 3px;
    padding: 5px 0px 5px 20px;
}

.dashboard-warehouse-stats {
    padding: 0px 18px 0px 6px;
}

.black-border-right {
    border-right: solid 1px #333;
}

.count-top {
    color: #505050;
}

.count-bottom {
    color: #505050;
    font-size: 35px;
    font-weight: bold;
}

img.clear_date {
    cursor: pointer;
    position: absolute;
    opacity: 0.4;
    top: 5px;
    right: 20px;
}

img.clear_date:hover {
    opacity: 1;
}


/*------------------------------------ NEW ----------------------------------------*/


.dodoo-input,
.search-input,
textarea.dodoo-input {
    border-radius: 4px;
}

.tab-wrapper.big-tab-wrapper {
    min-height: 97px;
}

.big-tab-wrapper .select-col {
    width: 320px !important;
}

.big-tab-wrapper .tab-content {
    margin-top: 7px !important;
    text-align: left !important;
}

.big-tab-wrapper input.dodoo-input {
    padding: 7px 15px !important;
}

.big-tab-wrapper .col {
    padding-left: 0px;
}

.distribution-detail-sidebar .select-col,
.pickup-detail-sidebar .select-col,
.edit-form .select-col {
    margin-left: 0px;
    width: 100% !important;
    margin-top: unset;
}

.distribution-detail-sidebar .table th {
    background-color: rgba(0, 0, 0, 0);
    height: 25px;
    min-height: 25px;
}

.distribution-detail-sidebar .table td {
    border-top: solid 0px #fff;
    padding: 5px 0px !important;
}

.grey-div {
    background-color: #edf1f9;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.distribution-detail-sidebar .grey-div,
.distribution-detail-modal .grey-div {
    background-color: #eee;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.grey-div .form-group {
    margin-bottom: 15px;
}

.grey-div.form-inputs {
    padding: 15px;
}

.distribution-detail-sidebar .grey-div .form-group,
.distribution-detail-modal .grey-div .form-group {
    margin-bottom: 5px;
}

.distribution-detail-sidebar .grey-div .grey-div-label,
.grey-div .grey-div-label,
.distribution-detail-modal .grey-div .grey-div-label {
    text-align: right;
    font-weight: bold;
    font-size: 13px;
    padding-right: 5px;
    line-height: 35px;
}

.edit-form .select-col .dodoo-select button {
    line-height: 42px;
}

.edit-form div.dodoo-select {
    max-width: 100%;
}

.distribution-detail-sidebar .grey-div .select-col,
.grey-div .select-col,
.distribution-detail-modal .grey-div .select-col,
.edit-form .select-col {
    margin-top: unset !important;
}

.distribution-detail-sidebar .grey-div .select-col .dodoo-select button,
.grey-div .select-col .dodoo-select button,
.distribution-detail-modal .grey-div .select-col .dodoo-select button {
    line-height: 33px !important;
}

.pickup-detail-sidebar img.clear_date {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 22px;
}

.grey-div img.clear_date {
    top: 8px;
    width: 20px;
    right: 10px;
}

table.table-pack-send {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
    table-layout: fixed;
}

table.table-pack-send td {
    border: 0;
    position: relative;
    white-space: normal;
    overflow: initial;
    vertical-align: middle !important;
    word-break: break-word;
    line-height: 1.7em;
}

table.table-pack-send td:first-child {
    width: 40%;
}

table.table-custom-column {
    width: 100%;
    max-width: 100%;
    /*margin-bottom: 1rem;*/
    background-color: transparent;
    table-layout: fixed;
}

table.table-custom-column td {
    border: 0;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    white-space: normal;
    overflow: initial;
    vertical-align: middle !important;
    word-break: break-word;
    line-height: 1.2em;
}

table.table-custom-column td.custom-column-label {
    text-align: right;
    font-size: 90% !important;
    font-weight: bold;
    padding-right: 10px;
    width: 35%;
    max-width: 35%;
}

table.table-custom-column td.custom-column-input {
    text-align: left;
    font-size: 100% !important;
    width: 65%;
    max-width: 65%;
}

table.table-custom-column td.custom-column-input .form-group {
    margin-bottom: 0px !important;
}

table.table-custom-column td.custom-column-input .dodoo-select {
    max-width: initial;
}

table.table-custom-column td.custom-column-input .dodoo-select ul.dodoo-select-opt li {
    line-height: inherit;
}

.custom-column-input .col-10 {
    padding-right: 0px;
}

.grey-div .custom-column-input .form-group {
    margin-bottom: 0px !important;
}

.btn-red-trash {
    background-color: red;
    height: 42px;
    width: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
}

.btn-red-trash i {
    font-size: 22px;
}

.btn-edit-option {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    min-width: 100px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
}

.btn-reset-default {
    background-color: red;
    color: #fff;
    font-weight: bold;
    height: 30px;
    min-width: 110px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}


.address-dropdown .dodoo-select button div.select-address-option {
    display: inline-block;
}

.address-dropdown .dodoo-select button.dodoo-select-btn i.fa.fa-chevron-up,
.address-dropdown .dodoo-select button.dodoo-select-btn i.fa.fa-chevron-down {
    top: 50%;
    margin-top: -10px;
}

.address-dropdown .dodoo-select button div.select-address-option span {
    display: block;
}

.address-dropdown .dodoo-select ul li div.select-address-option span {
    display: block;
}

.blue-div>.dodoo-select>button.dodoo-select-btn,
.address-dropdown>.dodoo-select>button.dodoo-select-btn {
    height: auto;
    overflow: hidden;
    word-wrap: normal;
    line-height: 20px;
    white-space: normal;
    padding: 10px 30px 10px 20px;
    font-size: 14px;
}

.address-dropdown .dodoo-select button div.select-address-option span:nth-child(2) {
    text-overflow: ellipsis;
    overflow: hidden;
}

.select-col-full-width {
    width: 100% !important;
}

.select-col-half-width {
    width: 50% !important;
}

.cust-th .select-col {
    margin-top: 0px;
}

.cust-th .select-col .dodoo-select-btn {
    line-height: 25px;
}

.cust-th .select-col button.dodoo-select-btn {
    padding: 0px 5pxS;
}

.cust-th {
    background-color: #00474f;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cust-th:first-child {
    border-top-left-radius: 3px;
}

.cust-th:last-child {
    border-top-right-radius: 3px;
}

.cust-td input {
    height: 30px !important;
    font-size: 13px;
    padding: 5px 10px;
}

.cust-td i.btn-delete-item {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    width: 20px;
}

.cust-td {
    background-color: #eee;
    text-align: center;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cust-td .fa-calculator {
    cursor: pointer;
    color: #2d3399;
}

.cust-td:first-child {
    border-bottom-left-radius: 3px;
}

.cust-td:last-child {
    border-bottom-right-radius: 3px;
}

.add-item-row {
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
}

.add-mixed-item-row {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
}

img.btn-unit-remove-do {
    right: 25px;
    top: 5px !important;
}

.btn-delete-item-mixed {
    position: absolute;
    cursor: pointer;
    right: 35px;
    font-size: 20px;
    margin-top: 7px;
}

.del-img-2 {
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 1;
    margin-top: 0px;
    margin-left: 5px;
}

.middle-link {
    display: flex;
    align-items: center;
}

table.table.table-job-detail td {
    vertical-align: middle !important;
}

.pickup-select-col .select-col,
.distribution-select-col .select-col {
    margin-left: 0px;
    width: 100% !important;
}

.pickup-select-col .address-dropdown {
    width: 100% !important;
}

.pickup-select-col img.clear_date {
    top: 8px !important;
}

.distribution-detail-modal .grey-div img.clear_date {
    top: 5px !important;
    left: 230px;
}

.job-info-sidebar-bg {
    display: block !important;
    height: auto;
    width: 310px;
    background-color: #aaffff;
    position: fixed;
    top: 8px;
    left: 0px;
    bottom: 0px;
    border-right: 5px solid #00ddee;
}

.job-timeline-sidebar-bg {
    height: auto;
    width: 200px;
    background-color: #aaffff;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 5px solid #00ddee;
}

.jobinfo-timeline-sidebar-bg {
    height: auto;
    width: 310px;
    background-color: #aaffff;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-right: 5px solid #00ddee;
}

.job-detail-sidebar-bg {
    height: auto;
    width: 380px;
    background-color: #ddd;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block !important;
}

.agent-setting-timeline-wrapper {
    height: auto;
    position: absolute;
    bottom: 0px;
    top: 120px;
    left: 0px;
    right: 0px;
}

.sidebar-option {
    cursor: pointer;
    margin-left: 0px;
    margin-top: 15px;
    border-left: 4px solid #00474f;
}

.sidebar-option.active {
    border-left: 4px solid #27dbe9;
}

.sidebar-option.active p {
    color: #27dbe9;
    font-size: 15px;
}

.sidebar-option p {
    color: #fff;
    font-weight: bold;
    margin-left: 22px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.sidebar-option:hover p {
    color: #27dbe9;
}

.sidebar-option:hover {
    border-left: 4px solid #27dbe9;
}

.btn-edit-form {
    background-color: #4ab7ed;
    color: #fff;
    font-weight: bold;
    height: 30px;
    width: 120px;
    margin-top: -5px;
}

.edit-form.select-col {
    margin-top: unset;
    margin-left: unset;
}

.edit-form.select-col .dodoo-select button {
    line-height: 40px;
}

.star-switch {
    font-size: 25px;
    color: #979797;
    cursor: pointer;
}

.star-switch.active {
    color: #ffb400 !important;
}

button:disabled,
button.disabled {
    background-color: #aaa !important;
    cursor: not-allowed !important;
}

.alert {
    display: inline-block;
    padding: 7px;
}

.alert-dismissible {
    padding-right: 35px !important;
}

.alert-dismissible .close {
    padding: 4px 0px;
}

.alert-contact {
    color: #000;
    background-color: #eee;
    border-color: #bbb;
    margin-right: 10px;
}

button.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

button.btn-blue-white-bg-dropdown {
    background-color: #fff !important;
    color: #2d3399 !important;
    border: solid 2px #2d3399 !important;
}

.btn-blue-white-bg-dropdown.dropdown-toggle {
    border-left: 1px solid #2d3399 !important;
}

.btn-blue-white-bg-dropdown.dropdown-toggle:focus {
    border: 2px solid #2d3399 !important;
    border-left: 1px solid #2d3399 !important;
}

button.btn-blue-white-bg-dropdown,
button.btn-dodoo-dropdown {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: 30px;
    min-width: 130px;
    font-size: 13px;
}

button.btn-dodoo-dropdown.green {
    background-color: #00d00d;
}

button.btn-dodoo-dropdown.red {
    background-color: red;
}

button.btn-dodoo-dropdown-sm {
    background-color: #4ab7ed;
    color: #fff;
    height: unset;
    min-width: 80px;
}

button.btn-dodoo-dropdown:disabled {
    opacity: 1 !important;
}

button.btn-green-dropdown {
    background-color: #00d00d;
    color: #fff;
    font-weight: bold;
    height: 30px;
    min-width: 130px;
    font-size: 13px;
}

button.btn-green-dropdown-sm {
    background-color: #00d00d;
    color: #fff;
    height: unset;
    min-width: 80px;
}

button.btn-green-dropdown:disabled {
    opacity: 1 !important;
}

.btn-group>button {
    margin-bottom: 0px !important;
}

.btn-group .dropdown-menu {
    padding: 0px;
}

.btn-group .dropdown-menu.show {
    background-color: #00474f;
    margin-top: -1px;
    margin-left: -129px;
    min-width: 160px;
}

.dropdown-item {
    font-size: 14px;
}

.side-nav-dropdown-menu .dropdown-item:hover,
.side-nav-dropdown-menu.dropdown-item:focus {
    color: #000;
    background-color: #eee;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
}

.dropdown-item:focus,
.side-nav-dropdown-menu.dropdown-item:focus {
    background-color: transparent;
}

.btn-group .dropdown-menu.show,
.side-nav-dropdown-menu.dropdown-menu.show {
    background-color: #fff;
    border-color: #2d3399;
}

.dropdown-menu .dropdown-item {
    padding: 5px 5px 3px 5px !important;
    font-size: 80%;
}

.btn-group .dropdown-menu .dropdown-item:hover,
.btn-group .dropdown-menu .dropdown-item:focus {
    color: #000;
    background-color: #eee;
}

.btn-group .dropdown-menu .dropdown-item {
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.btn-group .btn.dropdown-toggle {
    width: 22px;
    min-width: 20px !important;
    border-left: 1px solid #fff;
    text-align: center;
    margin: 0;
    margin-left: -1px;
    padding: 0 !important;
}

button.btn-dodoo-dropdown.red.dropdown-toggle {
    border-left: 1px solid #ec9393;
}

.btn-group .btn.dropdown-toggle-sm {
    height: unset;
    background-color: #4ab7ed;
    border-left: solid 1px #fff;
}

.btn-group .btn.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -0.4em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: initial;
}

.btn-plus-lg {
    font-size: 2em;
    margin-left: 5px;
}

.btn-plus-lg.green {
    color: #00d00d;
}


.indicator-green {
    color: #1dcf27;
}

.l-40n {
    left: -40px !important;
}

.pill-to-quote {
    background-color: #ccc;
}

.pill-quoted {
    background-color: #00ddee;
}

.pill-rejected {
    background-color: red;
}

.pill-accepted {
    background-color: #00d00d;
}

.pill-to-quote,
.pill-quoted,
.pill-rejected,
.pill-accepted {
    padding: 6px;
    border-radius: 4px;
    font-weight: bold;
    width: 80px;
    font-size: 10px;
    text-align: center;
}

.job-type-pill-xl {
    background-color: #aaa;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
}

.row-top-bottom-border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-left: 0px;
    margin-right: 0px;
}

.div-job-summary-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00474f;
    margin-left: 0px;
    margin-right: 0px;
}

.div-job-summary-header .header-text {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
}

.div-job-summary-body-striped:nth-child(odd) {
    background-color: #fff;
    box-shadow: 3px 3px 10px #ccc;
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.div-job-summary-body-striped:nth-child(even) {
    background-color: #eee;
    box-shadow: 3px 3px 5px #ccc;
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.div-job-summary-body-striped .body-text {
    text-align: center;
}

.div-job-summary-body-striped .body-text-green {
    text-align: center;
    color: #218691;
    font-weight: bold;
}

.div-job-summary-header .col-sm-1,
.div-job-summary-header .col-sm-2,
.div-job-summary-body-striped .col-sm-1,
.div-job-summary-body-striped .col-sm-2 {
    padding-left: 7px;
    padding-right: 7px;
}

.div-job-summary-children {
    background-color: #fff7dd;
    margin: 10px -5px 0px -5px;
    padding: 5px 0px;
}

.font-green-2 {
    color: #1dcf27;
}

.font-green-3 {
    color: #00d00d;
}

.dodoo-gradient {
    background: linear-gradient(180deg, #fe2a02 0%, #ac0d17 100%);
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-36 {
    line-height: 36px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.form-inputs input {
    height: 35px;
}

.form-inputs .dodoo-select button {
    line-height: 35px;
    font-size: 95%;
}

.dark-blue {
    background-color: #218691;
    color: #FFF;
    margin-right: -25px;
    margin-left: 0px;
    margin-top: -7px;
}

img.img-del-signed-do {
    position: absolute;
    width: 16px;
    cursor: pointer;
    right: 0px;
}

img.img-del-grant {
    width: 16px;
    cursor: pointer;
}

div.signed-do-wrapper {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-top: solid 1px #ccc;
    padding-top: 3px;
}

div.signed-do-wrapper font {
    margin-right: 25px;
}

.chevron-nav-profile {
    width: 30px;
    cursor: pointer;
    max-width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.chevron-nav-profile i.fa {
    line-height: 58px;
}

.dodoo-user-bg .nav-inbox {
    border-left: 1px solid #fff;
    color: #00feff;
}

.nav-inbox {
    max-width: 70px;
    border-left: 2px solid #00ddee;
    cursor: pointer;
}

.nav-not-complete-register-logout {
    padding-top: 10px;
    padding-right: 25px;
    text-align: right;
}

.nav-not-complete-register-logout a,
.nav-not-complete-register-logout a:hover,
.nav-not-complete-register-logout a:active {
    color: #fff;
    display: block;
    vertical-align: middle;
}

.nav-not-complete-register-logout span {
    font-size: 17px;
    font-weight: 500;
    margin-right: 10px;
    vertical-align: middle;
}

@media(max-width:767px) {
    .nav-not-complete-register-logout span {
        display: none;
    }
}

.nav-not-complete-register-logout i {
    font-size: 35px;
    color: #06eff0;
    vertical-align: middle;
}

.nav-barcode {
    max-width: 40px;
    /* border-left: 1px solid #00ddee; */
    cursor: pointer;
}

.nav-barcode img {
    width: 100%;
    height: auto;
}

.nav-inbox i,
.navs i {
    font-size: 25px;
    margin-top: 20px;
}

div.offline {
    margin: auto;
    text-align: center;
    margin-top: 150px;
    opacity: 0.8;
}

div.offline img.img-offline {
    width: 100px;
}

div.offline p.text-offline {
    font-size: 30px;
}

.sidenav-2 {
    padding-left: 0px;
}

.sidenav-2 ul {
    padding-inline-start: 0px !important;
    margin-bottom: 25px;
    padding-left: 0;
}

.sidenav-2 ul li a:hover+ul.hover,
.sidenav-2 ul li ul.hover:hover {
    display: block;
}

.sidenav-2 ul li ul.hover {
    display: none;
    position: absolute;
    margin-left: 195px;
    margin-top: -40px;
    z-index: 1;
}

.sidenav-2 ul li {
    list-style-type: none;
    transition: background-color 0.2s;
    position: relative;
}

.sidenav-2 ul li i.fa {
    position: absolute;
    right: 15px;
    margin-top: 8px;
}

.sidenav-2 ul li i.fa.arrow-right {
    transform: rotate(-90deg);
}

.sidenav-2 ul li.active,
.sidenav-2 ul li.active:hover {
    background-color: #004750;
}

.sidenav-2 ul li.hover,
.sidenav-2 ul li:hover {
    background-color: #84d5d6;
}

.sidenav-2 ul li a {
    color: #004750;
    font-weight: bold;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
    display: block;
    white-space: nowrap;
}

.sidenav-2 ul li ul.hover li a {
    border-bottom: 1px solid #aafeff;
}

.sidenav-2 ul li .badge-light {
    position: absolute;
    top: 15px;
    right: 10px;
}

.sidenav-2 ul li.active a {
    color: #fff;
}

.sidenav-2 {
    padding-left: 0px;
    width: 260PX;
    margin-left: -15px;
    margin-right: -15px;
}

.highlight {
    background-color: #004750 !important;
}

.highlight>p {
    color: #fff !important;
}

.highlight>ul>li.active {
    background-color: unset !important;
}

.highlight>ul>li.active a {
    font-weight: bold !important;
    text-decoration: underline;
    color: #004750;
}

.sidenav-2 ul li ul li a {
    font-weight: unset !important;
}

.job-timeline-sidebar p {
    color: #004750;
    font-size: 15px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.tab-content-cust p {
    margin-top: unset;
    margin-bottom: unset;
    margin-top: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.tab-content-cust p,
.tab-content-cust p a {
    color: #fff;
}


.preload {
    background-color: #eee;
    border-radius: 3px;
}

.preload-small {
    height: 42px;
}

.preload-th {
    background-color: #ccc;
}

.preload-text {
    display: inline-block;
    height: 20px;
    width: 95%;
    margin-bottom: 10px;

    background: linear-gradient(270deg, #eee, #ddd, #eee);
    background-size: 600% 100%;
    -webkit-animation: gradient_animate 2s ease infinite;
    -moz-animation: gradient_animate 2s ease infinite;
    animation: gradient_animate 2s ease infinite;
}

.preload-text-sidebar {
    display: inline-block;
    height: 20px;
    width: 95%;
    margin-bottom: 10px;

    background: linear-gradient(270deg, #eee, #ddd, #eee);
    background-size: 600% 100%;
    -webkit-animation: gradient_animate 2s ease infinite;
    -moz-animation: gradient_animate 2s ease infinite;
    animation: gradient_animate 2s ease infinite;
}

.preload-text-sm {
    width: 65%;
}

.preload-text-xsm {
    width: 40%;
}

.preload-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
}

.preload-consignment {
    height: 180px;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 15px;
}

@-webkit-keyframes gradient_animate {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradient_animate {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradient_animate {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.btn-clear-filter {
    color: red;
    text-decoration: underline;
    cursor: pointer;
    background-color: unset !important;
    border: unset !important;
    box-shadow: none;
}

@media (min-width: 768px) {
    .cust-md-20p {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .cust-md-20p {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cust-md-20p {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.btn-draft {
    background-color: #fff;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    height: 42px;
}

.pill-job-flag {
    background-color: rgba(0, 0, 0, 0);
    padding: 2px 5px 2px 5px;
    border-radius: 4px;
    border: solid 3px #888;
    color: #888;
    font-size: 14px;
}

.pill-job-flag.active {
    color: #2d3399;
    border: solid 3px #2d3399;
}

.sidebar-job-info-div,
.sidebar-trip-info-div {
    border-top: solid 2px #00ddee;
    border-bottom: solid 2px #00ddee;
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.edit-job-detail-link,
.edit-trip-info-link {
    text-align: right;
    text-decoration: underline;
    color: #00ddee;
}

.job-detail-price-grey {
    font-size: 20px;
    color: #888;
    font-weight: bold;
}

.job-detail-price {
    font-size: 20px;
    text-align: right;
}

.job-detail-price-div {
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 25px;
}

div.top-bar .profile .col-profile {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

div.top-bar .profile-dropdown {
    color: #666;
}

div.top-bar .profile-dropdown .profile {
    max-width: 300px;
    border-left: unset;
}

.sidenav-2 ul li p {
    color: #004750;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding: 7px 0px 5px 0px;
    margin-bottom: 0px;
}

.sidenav-2 ul li ul {
    margin-bottom: 0px;
    background-color: #0de;
    padding-right: 0px;
}

.fw-400 {
    font-weight: 400;
}

.setting-checkbox {
    width: auto;
    padding-right: 10px;
}

.btn-attach {
    min-width: 80px;
    color: #fff;
    background-color: #2d3399;
}

.db-white {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
    margin: auto -8px;
}

.db-profile {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    margin-left: -25px;
    margin-right: -25px;
    border-left: solid 0px #ddd !important;
    border-right: solid 0px #ddd !important;
    border-radius: 0px !important;
}

.db-profile span {
    font-size: 25px;
    display: -webkit-inline-box;
    vertical-align: middle;
    line-height: 30px;
}

.btn-db-setting {
    background-color: #fff;
    color: #2d3399;
    border: solid 3px #2d3399;
    font-weight: bold;
    height: 42px;
    width: 150px;
}

.db-div-blue-1,
.db-div-blue-2,
.db-div-green-1,
.db-div-green-2,
.db-div-green-3,
.db-div-grey,
.db-div-orange,
.db-div-red,
.db-div-yellow {
    padding: 0px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 3px;
}

.db-div-blue-1 {
    background-color: #4ab7ed;
}

.db-div-blue-2 {
    background-color: #00ddee;
}

.db-div-green-1 {
    background-color: #0aa314;
}

.db-div-green-2 {
    background-color: #00d00d;
}

.db-div-green-3 {
    background-color: #004750;
}

.db-div-grey {
    background-color: #979797;
}

.db-div-orange {
    background-color: #f56e00;
}

.db-div-red {
    background-color: red;
}

.db-div-yellow {
    background-color: #ffb400;
}

.table-trans td {
    border: solid 0px #fff;
}

.icon {
    width: 22%;
    font-size: 35px !important;
    vertical-align: middle !important;
}

.icon-sm {
    width: 25%;
    font-size: 28px !important;
    vertical-align: middle !important;
}

.info {
    width: 75%;
    text-align: left;
    font-size: 14px !important;
    font-weight: 500;
}

.info-sm {
    width: 70%;
    text-align: left;
    font-size: 13px !important;
    font-weight: 500;
}

.info span {
    font-size: 30px;
}

.db-table {
    margin-bottom: 0px;
}

.table .icon,
.table .info {
    vertical-align: middle !important;
}

.table .icon-sm,
.table .info-sm {
    padding: 6px !important;
    vertical-align: middle !important;
}

.unread-notification {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background-color: orange;
    left: 37px;
    top: 10px;
}

.custom-colum-input .form-group {
    position: relative;
}

input.dodoo-input.input-xs {
    padding: 3px 15px;
}

.btn-job-action {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 270px;
}

#sidedetail-display+div .btn-job-action {
    width: 375px;
}

.btn-job-action button.btn-dodoo-dropdown {
    min-width: 220px;
    min-width: 90%;
}

.btn.btn-dodoo-dropdown.text-center {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.btn-job-action button.btn-dodoo-dropdown.dropdown-toggle {
    min-width: 30px;
    max-width: 30px;
}

.btn-job-action .dropdown-menu.show {
    min-width: 275px;
    margin-left: 0px !important;
    margin-top: 0px !important;
    transform: translateY(-100%) !important;
    /* top: -100% !important; */
}

.btn-job-action .dropdown-item {
    padding: 10px 5px 10px 5px !important;
}


.btn-job-action-agent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 270px;
}

.btn-job-action-agent button.btn-dodoo-dropdown {
    min-width: 205px;
}

.btn-job-action-agent button.btn-dodoo-dropdown.dropdown-toggle {
    min-width: 30px;
}

.btn-job-action-agent .dropdown-menu.show {
    min-width: 240px;
    margin-left: -210px;
}

.sidebar-saparator {
    border-top: 1px solid #23ccce;
}

.break-word {
    word-break: break-word;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-border {
    border: solid 1px #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
}

.company-list .company-profile-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.company-list .company-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-list .company-profile-img+div {
    display: table-cell;
    vertical-align: middle;
}

.col-content {
    min-height: calc(100vh - 104px);
    padding: 20px 25px;
}

.col-sidebar,
.col-job-sidebar,
.col-add-job-sidebar,
.col-job-draft-sidebar {
    padding-left: 0;
    padding-right: 0;
}

.job-timeline-sidebar {
    z-index: 1;
    margin-bottom: 100px;
    color: #fff;
}

.row-detailed {
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 5px;
}

.row-detailed i {
    width: 20px;
}

.cons-action {
    text-align: right;
    padding-right: 15px !important;
}

.btn-consignment {
    width: 2em;
    color: blue;
    font-size: 13px;
    text-align: center;
    position: absolute;
    background-color: #FFF;
    border-left: 1px solid #ccc;
    padding-top: 15px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}

.job-status {
    border: 2px solid #ff0aff;
    color: #ff0aff;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    min-width: 70px;
}

.job-status-grey {
    border: 2px solid #aaa;
    color: #aaa;
}

button.btn-transparent-blue {
    background-color: transparent;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    box-shadow: none !important;
    transition: box-shadow 0.2s;
    min-width: 150px;
}

button.btn-transparent-blue:hover {
    box-shadow: 0px 0px 6px 1px #00000050 !important;
}

button.btn-transparent-blue:focus {
    border: solid 2px #2d3399;
}

button.btn-transparent-red {
    background-color: transparent;
    color: red;
    border: solid 2px red;
    font-weight: bold;
    box-shadow: none !important;
    transition: box-shadow 0.2s;
    min-width: 150px;
}

button.btn-transparent-red:hover {
    box-shadow: 0px 0px 6px 1px #00000050 !important;
}

button.btn-transparent-red:focus {
    border: solid 2px red;
}

.firebase-verify {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(../../images/login/expr-background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover
}

.firebase-verify.agent-css {
    background-image: url(../../images/login/biz-background.jpg) !important;
}

.unselectable,
.unselectable *,
.nav-item,
.link-modal,
.cur-p,
.btn {
    -moz-user-select: none;
    -html-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.job-price {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.job-price .price-title {
    color: #666;
    text-align: left;
    padding-right: 0px;
}

.job-price .price-amount {
    color: #000;
    text-align: right;
    min-width: 70%;
}

.job-price .price-amount .price-edit {
    font-size: 13px;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-decoy {
    width: 220px;
    height: 45px;
    position: absolute;
    z-index: 2;
    background: transparent;
    cursor: not-allowed !important;
}

.login-loader {
    left: 67%;
    top: 45%;
}





/* -------------------------------- CONSIGNMENT ROW -------------------------------- */

.my-job-list {
    /* inset: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px); */
    box-shadow: -1px 3px 5px #ccc;
    padding: 0px 0px 0px 0px;
    border: solid 1px #ccc;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
}

/* .my-job-list:last-child {
    margin-bottom: 15px;
} */

.my-job-list-child {
    position: relative;
    padding: 0px;
    border-top: solid 2px #ccc;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 3px 3px #ccc;
    border-radius: 0px;
    min-height: 180px;
}

.transit-list-child {
    position: relative;
    padding: 0;
    border: solid 2px #ccc;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 3px 3px #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
}

.transit-list-group {
    position: relative;
    padding: 10px 0px;
    font-size: 13px;
    background-color: #eee;
    box-shadow: 3px 3px #ccc;
    border-radius: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
    min-height: 160px;
}

.transit-list-group:last-child {
    margin-bottom: 0;
}



/*************************** CONSIGNMENT ***************************/
.consignment-wrapper:last-child {
    margin-bottom: 70px;
}

.consignment-wrapper-th {
    color: #000;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    min-width: 870px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 3;
}

.consignment-wrapper-th th {
    background-color: var(--dodoo-th-bg) !important;
    border: 0 !important;
    color: inherit;
    height: 50px !important;
}

.consignment-wrapper-tbody {
    min-width: 870px;
}

.consignment-wrapper-with-ref-th {
    background-color: #00474f;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    min-width: 890px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.consignment-wrapper-with-ref-tbody {
    margin-left: 15px;
    margin-right: 15px;
    min-width: 861px;
}

.col-shipper {
    width: 15%;
    padding: 15px;
    background-color: #eee;
    margin: -15px 0px 0px 0px;
}

.col-number {
    width: 2%;
    text-align: center;
    position: relative;
}

.col-consignee {
    width: 22%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.col-area {
    width: 14%;
    padding-left: 10px;
    text-align: center;
}

.col-area span {
    display: block;
}

.col-total {
    width: 14%;
    text-align: center;
    position: relative;
}

.col-quantity {
    width: 9%;
    text-align: center;
    position: relative;
}

.col-weight {
    width: 9%;
    text-align: center;
    position: relative;
}

.col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}

.column-action {
    width: 20%;
    text-align: center;
    position: relative;
}

.consignment-wrapper-with-ref-tbody .col-consignee {
    width: 18%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.consignment-wrapper-with-ref-tbody .col-area {
    width: 10%;
    padding-left: 10px;
    text-align: center;
}

.consignment-wrapper-with-ref-tbody .col-ref {
    width: 8%;
    padding-left: 10px;
    text-align: center;
}

.consignment-wrapper-with-ref-tbody .col-total {
    width: 14%;
    text-align: center;
    position: relative;
}

.consignment-wrapper-with-ref-tbody .col-quantity {
    width: 9%;
    text-align: center;
    position: relative;
}

.consignment-wrapper-with-ref-tbody .col-weight {
    width: 9%;
    text-align: center;
    position: relative;
}

.consignment-wrapper-with-ref-tbody .col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}

.consignment-wrapper-with-ref-tbody .column-action {
    width: 22%;
    text-align: center;
    position: relative;
}

.col-consignee .fa {
    color: #999;
    margin-right: 5px;
}

.col-total .row-name,
.col-quantity .row-name,
.col-weight .row-name,
.col-m3 .row-name {
    min-height: 10px;
}

.pickup-grey-tr {
    box-shadow: 4px 3px #ccc;
    padding: 10px 0px;
    border: solid 1px #ccc;
    font-size: 13px;
    margin-top: 15px;
}

.pickup-grey-header {
    position: relative;
    box-shadow: 0px 5px 10px 2px #00000030;
    border-top: solid 3px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 890px;
    z-index: 2;
}

.pickup-blue-tr {
    border-left: solid 10px #00ddee;
    border-right: solid 10px #00ddee;
    border-bottom: solid 10px #00ddee;
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    min-width: 890px;
    z-index: 1;
}

.pickup-grey-header+div .pickup-blue-tr:first-child>table:first-child {
    margin-top: 10px;
}

.pickup-grey-header .col-consignee {
    width: 22%;
    padding-left: 15px;
    margin-bottom: 10px;
}

.pickup-grey-header .col-area {
    width: 12%;
    padding-left: 10px;
    text-align: center;
}

.pickup-grey-header .col-all-total {
    width: 50%;
    padding-left: 10px;
}

.pickup-grey-header .column-action {
    width: 16%;
    text-align: center;
}


.pickup-blue-tr .col-consignee,
.transit-list-child .col-consignee,
.transit-list-group .col-consignee {
    padding-left: 10px;
}

.pickup-blue-tr .col-area,
.transit-list-child .col-area,
.transit-list-group .col-area {
    padding-left: 10px;
}

.pickup-blue-tr .with-ref .col-ref,
.transit-list-child .with-ref .col-ref,
.transit-list-group .with-ref .col-ref {
    padding-left: 10px;
    text-align: center;
}

.pickup-blue-tr .col-total,
.transit-list-child .col-total,
.transit-list-group .col-total {
    padding-left: 10px;
}

.pickup-blue-tr .col-m3,
.transit-list-child .col-m3,
.transit-list-group .col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}

.pickup-blue-tr .column-action,
.transit-list-child .column-action,
.transit-list-group .column-action {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.pickup-grey-header .total-label,
.col-all-total .total-label {
    font-size: 14px;
    color: #999;
    font-weight: bold;
}

.pickup-grey-header .ref-label {
    font-size: 17px;
    color: #2d3399;
    font-weight: bold;
}

.col-all-total .total-value {
    font-size: 20px;
    font-weight: bold;
    color: #2d3399;
}



/* -------------------------------- GLOBAL CONSIGNMENT COLUM -------------------------------- */

.col-shipper {
    padding: 15px;
    margin: -15px 0px 0px 0px;
}

.transit-child-mb .col-shipper {
    margin: -9px 0px -10px 0px;
}

.pickup-blue-tr .col-shipper {
    margin: -15px 0px -5px 0px;
}

.col-consignee {
    width: 22%;
}

.with-ref .col-consignee {
    width: 18%;
}

.my-job-list-child .col-consignee,
.transit-list-group .col-consignee {
    width: 24%;
}

.my-job-list-child.with-ref .col-consignee,
.transit-list-group.with-ref .col-consignee {
    width: 20%;
}

.col-area {
    width: 14%;
}

.with-ref .col-area {
    width: 12%;
}

.with-ref .col-ref {
    width: 10%;
    text-align: center;
}

.col-total {
    width: 14%;
}

.with-ref .col-total {
    width: 12%;
}

.col-weight,
.col-quantity,
.col-weight {
    width: 9%;
}

.col-m3 {
    width: 10%;
}

.column-action {
    width: 20%;
}

.with-ref .column-action {
    width: 18%;
}


/* -------------------------------- GLOBAL CONSIGNMENT COLUM TH -------------------------------- */

.consignment-wrapper-th .col-shipper {
    background-color: unset;
}

.consignment-wrapper-th .col-shipper,
.consignment-wrapper-th .col-consignee,
.consignment-wrapper-th .col-area,
.consignment-wrapper-th .col-ref,
.consignment-wrapper-th .col-total,
.consignment-wrapper-th .col-quantity,
.consignment-wrapper-th .col-weight,
.consignment-wrapper-th .col-m3,
.consignment-wrapper-th .column-action {
    padding: 0;
    margin: 0;
}


/* -------------------------------- GLOBAL CONSIGNMENT COLUM - SHOW SHIPPER -------------------------------- */

.my-job-list.show-shipper .col-shipper,
.consignment-wrapper-th.show-shipper .col-shipper,
.pickup-blue-tr.show-shipper .group-header .col-shipper,
.transit-child-mb.show-shipper .group-header .col-shipper {
    width: 16%;
}

.my-job-list.show-shipper.c-selected .col-shipper,
.consignment-wrapper-th.show-shipper.c-selected .col-shipper,
.pickup-blue-tr.show-shipper.c-selected .group-header .col-shipper,
.transit-child-mb.show-shipper.c-selected .group-header .col-shipper {
    background-color: #e6e69e;
}

.my-job-list.show-shipper .col-consignee,
.consignment-wrapper-th.show-shipper .col-consignee,
.pickup-blue-tr.show-shipper .group-header .col-consignee,
.transit-child-mb.show-shipper .group-header .col-consignee {
    width: 20%;
}

.my-job-list.show-shipper.with-ref .col-consignee,
.consignment-wrapper-th.show-shipper.with-ref .col-consignee,
.transit-child-mb.show-shipper .with-ref.group-header .col-consignee,
.pickup-blue-tr.show-shipper .with-ref.group-header .col-consignee {
    width: 16%;
}

.my-job-list.show-shipper .col-area,
.consignment-wrapper-th.show-shipper .col-area,
.transit-child-mb.show-shipper .group-header .col-area,
.pickup-blue-tr.show-shipper .group-header .col-area {
    width: 12%;
}

.my-job-list.show-shipper.with-ref .col-area,
.consignment-wrapper-th.show-shipper.with-ref .col-area,
.transit-child-mb.show-shipper .with-ref.group-header .col-area,
.pickup-blue-tr.show-shipper .with-ref.group-header .col-area {
    width: 11%;
}

.my-job-list.show-shipper.with-ref .col-ref,
.consignment-wrapper-th.show-shipper.with-ref .col-ref,
.transit-child-mb.show-shipper .with-ref.group-header .col-ref,
.pickup-blue-tr.show-shipper .with-ref.group-header .col-ref {
    width: 9%;
}

.my-job-list.show-shipper .col-total,
.consignment-wrapper-th.show-shipper .col-total,
.transit-child-mb.show-shipper .group-header .col-total,
.pickup-blue-tr.show-shipper .group-header .col-total {
    width: 10%;
}

.my-job-list.show-shipper .col-quantity,
.consignment-wrapper-th.show-shipper .col-quantity,
.transit-child-mb.show-shipper .group-header .col-quantity,
.pickup-blue-tr.show-shipper .group-header .col-quantity {
    width: 7%;
}

.my-job-list.show-shipper .col-weight,
.consignment-wrapper-th.show-shipper .col-weight,
.transit-child-mb.show-shipper .group-header .col-weight,
.pickup-blue-tr.show-shipper .group-header .col-weight {
    width: 7%;
}

.my-job-list.show-shipper .col-m3,
.consignment-wrapper-th.show-shipper .col-m3,
.transit-child-mb.show-shipper .group-header .col-m3,
.pickup-blue-tr.show-shipper .group-header .col-m3 {
    width: 8%;
}

.my-job-list.show-shipper .column-action,
.consignment-wrapper-th.show-shipper .column-action,
.transit-child-mb.show-shipper .group-header .column-action,
.pickup-blue-tr.show-shipper .group-header .column-action {
    width: 18%;
}

.my-job-list.show-shipper.with-ref .column-action,
.consignment-wrapper-th.show-shipper.with-ref .column-action,
.transit-child-mb.show-shipper .with-ref.group-header .column-action,
.pickup-blue-tr.show-shipper .with-ref.group-header .column-action {
    width: 14%;
}


span.description {
    font-size: 15px;
    font-weight: 500;
    color: #999;
}

.blue {
    color: blue;
}

.red {
    color: red;
}

.grey {
    color: #999;
}

.grey-2 {
    color: #979797;
}

.btn-job-action-bg {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px 0px 15px 0px;
    text-align: center;
    position: fixed;
    width: 305px;
}

.btn-job-action button.btn-dodoo-dropdown {
    width: 90%;
}

.btn-job-action .btn-group {
    width: 90%;
}

.btn-job-action .btn-group button.btn-dodoo-dropdown {
    width: 100%;
}

button.btn-transparent-grey-xxl {
    background-color: transparent;
    color: #999;
    border: solid 1px #999;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

button.btn-transparent-grey-xxl:hover,
button.btn-transparent-grey-xxl:hover>.btn-transparent-grey-sm {
    background-color: transparent;
    color: #2d3399;
    border: solid 1px #1853ff;
    font-weight: bold;
    width: 100%;
    text-align: left;
}

.btn-transparent-grey-xxl h5 {
    margin-bottom: 10px;
}

.btn-transparent-grey-xxl p {
    margin-bottom: 0px;
    font-weight: normal;
}

.btn-transparent-grey-sm {
    background-color: transparent;
    border: solid 1px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 8px;
    border-radius: 5px;
    margin-top: 8px;
}

.grey-back-btn {
    background-color: #fff;
    min-width: auto;
    height: 30px;
    color: #999;
    font-size: 20px;
    margin-top: -7px;
}

.print-icon {
    font-size: 18px;
    color: #1953ef;
    vertical-align: middle;
    margin-right: 5px;
}

.dodoo-select.open-upside .dodoo-select-opt-wrapper {
    margin-top: -344px;
    box-shadow: 0px -10px 12px 1px #00000035;
}

.top-bar .col-profile {
    cursor: pointer;
    padding-left: 0px;
}

.badge {
    padding: .45em .7em;
}

.badge-light {
    background-color: #ffb400;
    color: #fff;
}

.nav-item {
    white-space: nowrap;
}

.cart-icon {
    position: absolute;
    margin-left: 0px !important;
    margin-right: 0px !important;
    right: 15px;
}

.cart-frame {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: -3px;
    background-color: #ccc;
}

.cart-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-icon {
    position: absolute;
    bottom: 8px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.country-frame {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 5px;
    background-color: #ccc;
    border: solid 1px #ccc;
}

.country-icon img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.warehouse-icon {
    position: absolute;
    top: 3px;
    right: 10px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden;
}

.warehouse-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.warehouse-img-preview {
    position: absolute;
    top: -160px;
    right: -160px;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    cursor: pointer;
    overflow: hidden;
}

.warehouse-img-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-icon-warehouse {
    font-size: 18px !important;
    color: red;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
}

.invoice-tab {
    position: relative;
    font-weight: bold;
    min-height: 38px;
}

.invoice-tab .nav-tabs {
    border-bottom: solid 2px #dee2e6;
    /*padding-left: 10px;*/
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: inherit;
}

.invoice-tab .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.invoice-tab .nav-link,
.job-tab .nav-link {
    border-bottom: solid 5px transparent;
    transition: background-color 0.2s;
    font-weight: normal;
    color: #979797;
}

.invoice-tab .nav-link:hover,
.job-tab .nav-link:hover {
    background-color: #eee;
    border-bottom: solid 5px #eee;
    font-weight: normal;
    color: #979797;
}

.invoice-tab .nav-link.active,
.job-tab .nav-link.active {
    color: #495057;
    border-bottom: solid 5px var(--dodoo-tab-active);
    border-top: solid 0px transparent;
    border-left: solid 0px transparent;
    border-right: solid 0px transparent;
    font-weight: bold;
}
.nav-link {
    padding: .5rem 1.4rem;
}

.invoice-tab .nav-link.active:hover,
.job-tab .nav-link.active:hover {
    border-color: #218691;
}

.invoice-action-link {
    font-weight: bold;
    color: #2d3399;
    cursor: pointer;
    margin-right: 5px;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
}

.modal.fade .modal-dialog {
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.modal-fade-elem {
    position: absolute;
    height: auto;
    width: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000060;
    z-index: 10;
}

.modal.fade-right .modal-dialog {
    transform: translate(50%, 0);
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal.fade-right.show .modal-dialog {
    transform: translate(0, 0);
}

.fade-right {
    opacity: 0;
    transition: opacity .12s linear;
}

.fade-right.show {
    opacity: 1;
}

.is-online {
    width: 15px;
    height: 15px;
    background-color: green;
    border-radius: 10px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

#modal-parcel-detail .modal-body {
    padding: 25px 25px 0px 25px;
}

#modal-parcel-detail .pill {
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
}

.parcel-ref {
    font-size: 20px;
    font-weight: 500;
}

.parcel-price {
    font-size: 20px;
    font-weight: bold;
}

.parcel-status {
    border: 2px solid #ff0aff;
    color: #ff0aff;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 95%;
    cursor: pointer;
    margin-top: 3px;
}

.parcel-label {
    color: #777;
    font-weight: bold;
}

.div-parcel-detail {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 10px 10px 0px 10px;
    height: 160px;
    margin-bottom: 15px;
}

.div-parcel-detail-2 {
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 10px 10px 0px 10px;
    margin-bottom: 15px;
}

table.table-parcel-detail {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
}

table.table-parcel-detail td {
    border: 0;
    padding: 0 0 10px 0 !important;
    position: relative;
    white-space: normal;
    overflow: initial;
    word-break: break-word;
    line-height: 1.3em;
    vertical-align: unset !important;
    font-size: 14px !important
}

table.table-parcel-detail td.label-col {
    text-align: right;
    font-weight: bold;
    padding-right: 10px !important;
    width: 34%;
    max-width: 34%;
}

table.table-parcel-detail td.detail-col {
    text-align: left;
    width: 66%;
    max-width: 66%;
}

.parcel-detail .btn-dodoo-dropdown {
    height: 38px !important;
    min-width: 120px !important;
}

.parcel-detail .dropdown-toggle {
    height: 38px !important;
    min-width: 30px !important;
}

.add-detail {
    color: #1853fe;
    cursor: pointer;
    font-weight: bold;
}

.add-detail-hr {
    border-color: #1853fe;
}

.parcel-detail-modal-side-info {
    background-color: #aaffff;
    margin-top: -25px;
    margin-left: -10px;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding: 25px 20px 20px 20px;
}

.parcel-detail-modal-side-info .btn-div {
    position: absolute;
    bottom: 30px;
}

.parcel-detail-modal-side-info .btn-dodoo-dropdown {
    min-width: 185px;
}

.parcel-detail-modal-side-info .btn-div .dropdown-menu.show {
    min-width: 215px;
    transform: translate3d(150px, 42px, 0px) !important;
}

.parcel-detail-btn-arrow {
    color: #2d3399;
    border: solid 2px #2d3399;
    min-width: 38px !important;
    background-color: #fff !important;
}

.parcel-detail-pagination {
    text-align: center;
}

.parcel-detail-pagination h5 {
    color: #2d3399;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.location-list-container {
    padding: 10px;
}

.location-list {
    border-top: solid 2px #eee;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.location-list .row {
    margin-bottom: 15px !important;
}

.location-list-container .selected {
    background-color: #ffeb0045;
}

#modal-dodoo-location-list a {
    color: #2d3399 !important;
}

#modal-job-trip-note-setting .btn-dodoo-dropdown:first-child {
    border-right: solid 1px #2d3399 !important;
}

#modal-job-trip-note-setting .btn-dodoo-dropdown:last-child {
    border-left: solid 1px #2d3399 !important;
}

#modal-job-trip-note-setting .btn-dodoo-dropdown {
    color: #2d3399;
    border: solid 2px #2d3399;
    background-color: #fff;
    height: 36px !important;
    width: 125px !important;
}

#modal-job-trip-note-setting .btn-dodoo-dropdown.dropdown-toggle {
    width: 30px !important;
}

#modal-job-trip-note-setting .btn-dodoo-dropdown.show {
    min-width: 154px !important;
    margin-left: -124px;
}

#modal-job-trip-note-setting input[type=radio] {
    height: 18px;
    width: 18px;
}

#modal-job-trip-note-setting .layout-checkbox label {
    vertical-align: middle !important;
    font-weight: 400;
}

.checkbox label * {
    vertical-align: baseline;
}

.modal-content.modal-shadow {
    box-shadow: 0px 0px 18px 20px #00000030;
}

.info-editable {
    color: #aaa;
    z-index: 2;
}

img.img-clear-filter {
    width: 17px;
    height: 17px;
    position: absolute;
    margin-top: 2px;
    margin-left: 5px;
    cursor: pointer;
}

.view-trip-grey-header {
    position: relative;
    padding-top: 15px;
    box-shadow: 0px 5px 10px 2px #00000030;
    border-top: solid 3px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    font-size: 13px;
    margin-top: 15px;
    margin-left: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-width: 890px;
}

.view-trip-grey-header .col-consignee {
    width: 22%;
    padding-left: 15px;
    margin-bottom: 10px;
}

.view-trip-grey-header .col-area {
    width: 15%;
    padding-left: 10px;
    text-align: center;
}

.view-trip-grey-header .col-all-total {
    width: 47%;
    padding-left: 10px;
}

.view-trip-grey-header .column-action {
    width: 16%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.view-trip-grey-body {
    margin-right: -15px;
    background-color: #eee;
    min-width: 890px;
    padding-bottom: 15px;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody {
    padding: 1px 15px 0px 15px;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-consignee {
    width: 18%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-area {
    width: 12%;
    padding-left: 10px;
    text-align: center;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-ref {
    width: 8%;
    padding-left: 10px;
    text-align: center;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-total {
    width: 14%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-quantity {
    width: 9%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-weight {
    width: 9%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .column-action {
    width: 18%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-consignee {
    width: 26%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-area {
    width: 14%;
    padding-left: 10px;
    text-align: center;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-total {
    width: 14%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-quantity {
    width: 9%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-weight {
    width: 9%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group .column-action {
    width: 18%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-consignee {
    width: 22%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-area {
    width: 14%;
    padding-left: 10px;
    text-align: center;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-total {
    width: 14%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-quantity {
    width: 9%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-weight {
    width: 9%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .col-m3 {
    width: 10%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .consignment-wrapper-with-ref-tbody .job-group-child .column-action {
    width: 22%;
    text-align: center;
    position: relative;
}

.view-trip-grey-body .my-job-list {
    background-color: #fff;
}

.custom-listing {
    overflow-x: auto;
}

.haha {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
}

.filter-sidebar-bg {
    position: absolute;
    background-color: #eee;
    height: auto;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 6;
    width: 310px;
    border-left: solid 3px #ddd;
}

.filter-sidebar {
    position: absolute;
    padding: 20px;
    z-index: 6;
    width: 310px;
    overflow: auto;
    right: 0px;
    top: -20px;
    bottom: 0px;
}

.shipper-sidebar {
    position: absolute;
    background-color: #eee;
    left: 0px;
    height: 100%;
    top: 0px;
    padding: 25px;
    z-index: 6;
    width: 310px;
    overflow: auto;
    border-right: solid 3px #ddd;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.shipper-sidebar-mini {
    position: absolute;
    background-color: #eee;
    left: 0px;
    height: 100%;
    top: 0px;
    z-index: 1;
    width: 25px;
    overflow: auto;
    border-right: solid 3px #ddd;
}

.shipper-sidebar-mini:hover {
    background-color: #ddd;
}

.shipper-sidebar-mini i {
    top: 45vh;
    position: fixed;
    margin-left: 7px;
    color: #bbb;
    font-size: 16px
}

.btn-close-grey {
    background-color: rgba(0, 0, 0, 0);
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, 0);
}

.grey-fav {
    color: #ccc !important;
}

.no-scroll {
    overflow: hidden !important;
}

.btn-white {
    background-color: transparent;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    min-width: 90px;
    height: auto;
}

.btn-white:disabled {
    color: #000;
}

.checkbox,
.checkbox *,
.dodoo-switch,
.dodoo-switch * {
    user-select: none;
}

ul.dropdown-ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    margin-bottom: 0;
}

ul.dropdown-ul li {
    padding: 5px;
    cursor: pointer;
    text-align: center;
}

ul.dropdown-ul li:hover {
    background-color: #eee;
}

ul.dropdown-ul li:focus {
    outline: none;
}

ul.dropdown-ul li:hover .dropdown-ul-group {
    display: block;
}

ul.dropdown-ul li .dropdown-ul-group {
    display: none;
    position: absolute;
    background-color: #FFF;
    margin: -28px 0 0 -145px;
    box-shadow: 0px 0px 4px 0px #00000055;
    font-size: 110%;
}

ul.dropdown-ul li .dropdown-ul-group button {
    margin-bottom: 0 !important;
    font-size: 13px;
    font-weight: unset;
}

button.btn-filter,
button.btn-filter:focus {
    background-color: transparent;
    color: var(--dodoo-btn-primary-bg);
    border-bottom: solid 2px var(--dodoo-btn-primary-bg);
    font-weight: bold;
    box-shadow: none !important;
    transition: box-shadow 0.2s;
    min-width: 100px;
    border-radius: 0px;
    line-height: 1.2;
}

.my-job-list.c-selected,
.pickup-blue-tr.c-selected,
.my-job-list-child.c-selected {
    background-color: #ffffcf;
}

.modals {
    position: absolute;
}

.disabled-for-onhold {
    position: absolute;
    width: 180px;
    height: 40px;
    cursor: not-allowed;
}

button.dodoo-select-btn:focus {
    border: 1px solid #888;
}

button.btn-close,
button.btn-download {
    border: 0;
    padding: 3px 5px;
    background-color: transparent;
    line-height: 1;
}

button.btn-close i.fa,
button.btn-download i.fa {
    color: #aaa;
}

button.btn-close:focus i.fa,
button.btn-close:hover i.fa,
button.btn-close:active i.fa {
    color: #888;
}

button.btn-download:focus i.fa,
button.btn-download:hover i.fa,
button.btn-download:active i.fa {
    color: #888;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.tooltip {
    font-size: 90%;
}

.filter-sidebar.sticky {
    position: fixed;
    top: 20px;
}

.job-timeline-sidebar.sticky {
    position: fixed;
    top: 70px;
    width: 200px;
}

.timeline-wrapper:focus {
    outline: none;
}

.dodoo-intro {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dodoo-intro img {
    width: 100%;
    height: auto;
}

/* ========== NEW ========== */
.job-new-sidebar {
    z-index: 1;
    margin-bottom: 150px;
    width: 350px;
    top: 20px;
}

.job-info-sidebar {
    z-index: 1;
    width: 280px;
    padding-bottom: 50px;
}

.job-info-sidebar::-webkit-scrollbar {
    display: none;
}

.pack-send-sidebar {
    z-index: 1;
    margin-bottom: 100px;
    width: 310px;
}

.sidenav-2.layered {
    top: 165px;
}

.sidenav-2 p {
    margin-left: 20px;
}

#sideinfo-display.col-job-sidebar,
#sidenav-opt-display.col-sidebar,
#sidedetail-display.col-add-job-sidebar,
#sidedetail-display.col-job-draft-sidebar {
    top: 0px;
    bottom: 0px;
}

.mobile-sidenav {
    position: absolute;
    height: 100%;
}

.ds-job-info-margin,
.ds-trip-info-margin,
.du-job-info-margin,
.du-job-detail-margin {
    margin-left: 5px;
    margin-right: 5px;
}

.du-job-info-margin hr,
.ds-job-info-margin hr,
.ds-trip-info-margin hr {
    margin-top: 0px;
    margin-bottom: 8px;
}

.du-job-info-margin .profile-img,
.ds-job-info-margin .profile-img {
    margin-top: 0px !important;
}

.du-trip-info-margin .col-sm-9 > div,
.ds-trip-info-margin .col-sm-9 > div,
.du-job-info-margin .col-sm-9 > div,
.ds-job-info-margin .col-sm-9 > div {
    margin-top: 5px;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pack-send-margin {
    padding: 8px 15px 5px 15px;
    border-bottom: 1px solid #23ccce;
}

.nav-container {
    width: auto;
    margin-left: 0px;
    margin-right: 5px;
    position: relative;
}

.nav-container.sticky {
    position: fixed;
    top: 65px;
}

.mobile-sidenav {
    display: none;
}

#sidenav-opt-display.col-sidebar {
    width: 260px !important;
    background-color: #aaffff;
    border-right: 5px solid #00ddee;
    height: 100vh;
    position: fixed;
    top: 40px;
}

#sidedetail-display.col-add-job-sidebar,
#sidedetail-display.col-job-draft-sidebar {
    width: 380px !important;
    background-color: #ddd;
    border-right: 5px solid #ccc;
    height: 100vh;
    position: fixed;
    top: 40px;
}

#sideinfo-display.col-job-sidebar {
    width: 310px !important;
    background-color: #f6f6f6;
    border-right: 5px solid #d8d8d8;
    height: 100vh;
    position: fixed;
    top: 40px;
}

#sideinfo-display.col-job-sidebar.tpc {
    background-color: #aaffff;
    border-right: 5px solid #00ddee;
}

.col-content-detail-width {
    width: calc(100% - 380px);
    padding: 20px 30px;
}

.col-content-info-width {
    width: calc(100% - 310px);
    padding: 20px 30px;
}

.col-content-width {
    width: calc(100% - 260px);
    padding: 20px 30px;
}

.col-content-width-dashboard {
    width: calc(100% - 260px);
    padding: 0px 30px;
    background-color: #eee;
}

ul.dropdown-ul li .dropdown-ul-group {
    margin: -24px 0 0 -128px;
}

.table.cart-header {
    margin-bottom: 0px;
    min-width: 800px;
}

.table.cart-header thead th {
    border-bottom: unset;
    border-top: unset;
    min-height: 20px;
    height: 20px;
    padding: 0px !important;
}

.cart-body,
.cart-body-group {
    border: unset;
    margin-bottom: 0px;
}

.table.cart-body td {
    vertical-align: top;
    /* text-align: center; */
    border-top: unset;
    /* padding: 10px !important; */

    /* font-size: 12px !important; */
}

.table.cart-body .col-report {
    vertical-align: top;
    padding: 10px 0px !important;
    border-top: unset;
}

.table.cart-body td:nth-child(2) .cart-body-section {
    padding-left: 0px;
}

.table.cart-body td .cart-body-section {
    padding-top: 5px;
}

.table.cart-header th.td-numbering,
.table.cart-body td.td-numbering {
    width: 40px;
    max-width: 50px;
}

.table.cart-body td.td-shipper {
    background-color: #aaaaaa50;
}

.td-shipper br {
    margin-bottom: 0.5rem;
    content: "";
    display: block;
}

.cart-body-section>.cart-body-section-detail {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.cart-body-section>.cart-body-section-detail+div {
    margin-top: 5px;
}

.cart-body-section>.cart-body-section-detail.spaced> :nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.cart-body-section>.cart-body-section-detail>i {
    margin-right: 5px;
    font-size: 14px !important;
    max-width: 18px;
    width: 18px;
}

.cart-body-section>div.cart-body-remark {
    display: block;
}

.cart-body-section .row {
    margin-left: 0px;
    margin-right: 0px;
    /* margin: 10px 0px 10px 0px; */
    margin: 5px 0px 10px;
}

.cart-body-section .row .col {
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.cart-body-section .row .col i,
.cart-body-section i,
.value-position i {
    margin-right: 5px;
}

.cart-body-section .fa-chevron-right,
.signed-do-no .fa-chevron-right {
    color: #aaa !important;
}

.cart-body-section .fa-chevron-right,
.signed-do-wrapper .signed-do-no {
    position: absolute;
    right: 0;
}

.cart-body-section .signed-do-no .fa-chevron-right {
    margin-left: 5px;
}

div.signed-do-wrapper .signed-do-no {
    margin-right: 0px !important;
}

.with-right-border {
    border-right: 1px solid #ccc;
}

.cart-body span.row-custom,
.cart-body span.row-summary,
.cart-body span.row-summary-reported {
    /*font-size: 95% !important;*/
}

.split-bg .row-name {
    line-height: unset;
    margin-bottom: -1px;
}

.cart-body .status-position {
    margin-top: auto;
    padding-top: 10px;
}

.status-position p {
    margin-bottom: 0px !important;
    text-align: right;
}

.status-position .col-sm-12 {
    padding-right: 5px;
}

.cart-body .value-position {
    margin-left: 0px;
    margin-bottom: 8px;
    position: relative;
    bottom: -30px;
}

.cart-body .container {
    min-height: 160px;
}

.green-fav {
    color: #42bac8;
    margin-right: 5px;
    font-size: 25px;
}

.my-job-list span.row-summary-reported,
.my-job-list-child span.row-summary-reported {
    position: initial;
}

.container::after {
    content: none !important;
}

.image-lhw {
    max-width: 100%;
    height: auto;
}

.modal-xs {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.modal-sm {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/***** Original modal width is 500px *****/
.modal-md {
    min-width: 600px;
    margin-left: -50px;
}

.modal-lg {
    min-width: 750px;
    margin-left: -125px;
}

.modal-xl {
    min-width: 900px;
    margin-left: -200px;
}

.modal-xxl {
    min-width: 1035px;
    margin-left: -270px;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.copy-to-clipboard {
    color: #4272f2;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}

.link-modal:hover,
.link-modal-2:hover {
    text-decoration: none;
}

.side-nav-dropdown-menu.dropdown-menu.btn-fail-pickup-wrapper.show {
    min-width: 100px;
    margin-left: -90px;
    background-color: red;
    border: 0;
}

.btn-group .dropdown-menu .dropdown-item.btn-fail-pickup {
    line-height: 14px;
    height: auto;
    font-size: 85%;
    background-color: transparent;
    color: #FFF;
    border: 0;
    min-width: 107px;
}

.btn-group .dropdown-menu .dropdown-item.btn-fail-pickup:hover {
    background-color: transparent;
    color: #FFF;
}

#modal-blank .modal-content span.driver-online-state {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    vertical-align: middle;
}

#modal-blank .modal-content span.driver-online-state.online {
    background-color: green;
}

#modal-blank .modal-content span.driver-online-state.offline {
    background-color: #ccc;
}

.disappear {
    transform: scale(1.2);
    opacity: 0;
}

.full {
    width: 100% !important;
    background-color: #fff !important;
}

#timeline {
    list-style: none;
    position: relative;
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
    color: #a8a9ac;
}

#timeline .timeline-movement:first-child {
    color: #1877f2;
    font-weight: 500;
}

#timeline .timeline-movement.red-alert {
    color: red;
}

#timeline .timeline-movement:first-child .timeline-badge {
    background-color: #1877f2;
    border-color: #1877f2;
}

#timeline .timeline-movement.red-alert .timeline-badge {
    background-color: red;
    border-color: red;
}

#timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #a8a9ac;
    left: 36%;
    margin-left: 7px;
    /*margin-bottom: 30px;*/
}

#timeline .clearFix {
    clear: both;
    height: 0;
}

#timeline .timeline-badge {
    color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 36%;
    background-color: #fff;
    z-index: 6;
    border-radius: 50%;
    border: 1px solid #a8a9ac;
}

#timeline .timeline-badge span.timeline-balloon-date-day {
    font-size: 1.4em;
}

#timeline .timeline-badge span.timeline-balloon-date-month {
    font-size: .7em;
    position: relative;
    top: -10px;
}

#timeline .timeline-badge.timeline-filter-movement {
    background-color: #ffffff;
    font-size: 1.7em;
    height: 35px;
    margin-left: -18px;
    width: 35px;
    top: 40px;
}

#timeline .timeline-badge.timeline-filter-movement a span {
    color: #4997cd;
    font-size: 1.3em;
    top: -1px;
}

#timeline .timeline-movement {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

#timeline .timeline-movement .timeline-item .timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background-color: #FFFFFF;
    color: #666;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap {
    float: right;
    width: 55%;
    height: auto;
    background-color: floralwhite;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .righting-wrap {
    float: left;
    width: 45%;
    padding: 0 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
    color: #666;
    width: 100%;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .lefting-wrap {
    float: left;
    width: 55%;
    height: auto;
    background-color: floralwhite;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
    float: right;
    width: 45%;
    padding: 0 0 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
    width: 100%;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img,
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
    width: 100%;
    height: auto;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
    color: #666;
    width: 100%;
}

#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo {
    color: #468c1f;
    font-size: 1.3em;
    font-weight: 600;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
    text-align: left;
}

#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul a.importo {
    color: #e2001a;
    font-size: 1.3em;
    font-weight: 600;
}

main-content.blurit {
    filter: blur(4px);
}

.location-sidebar {
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
}

.tpc-opt-content {
    margin-bottom: 15px;
}

.location-opt-div:hover {
    background-color: #00474f;
    color: #fff;
}

.child-opt .location-opt-div {
    background-color: #eee;
    color: #000;
}

.child-opt .location-opt-div:hover,
.child-opt .location-opt-div.active {
    background-color: #00474f;
    color: #fff;
}

.poster-div {
    cursor: pointer;
    margin: 15px;
    border: solid 2px #00474f;
    border-radius: 5px;
    font-size: 13px;
}

.poster-div.disabled {
    cursor: not-allowed;
}

.poster-div .col-11,
.poster-div .col-1 {
    padding: 10px 7px;
    vertical-align: middle;
}

.location-opt-div {
    cursor: pointer;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.child-opt .location-opt-div:first-child,
.child-opt .location-opt-div:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: solid 0px #ccc;
}

.location-opt-div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: solid 1px #ccc;
}

.location-opt-div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: solid 1px #ccc;
}

div.location-opt-div .col-chevron {
    max-width: 42px;
    width: 42px;
}

div.location-opt-div .fa-chevron-up,
div.location-opt-div .fa-chevron-down {
    line-height: 40px;
}

div.location-opt-div .col-country-img {
    width: 50px;
    max-width: 50px;
    padding-left: 10px;
}

div.location-opt-div .country-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border: solid 1px #ccc;
}

div.location-opt-div .country-img img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.tpc-div {
    border: solid 1px #ccc;
    border-radius: 5px;
    min-height: 330px;
    width: auto;
    margin-bottom: 15px;
}

.tpc-detail-div {
    padding: 10px;
}

.tpc-detail-div .pill {
    color: #fff;
    border-radius: 3px;
    background-color: #04a311;
    font-size: 10px;
    padding: 0px 7px;
}

.tpc-detail-div i {
    font-size: 17px;
    color: #ffb400;
}

.tpc-detail-div button {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    width: 120px;
    height: 30px;
    border-radius: .25rem;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .col.location-sidebar {
        max-width: 300px;
        margin-left: 0px;
        height: unset;
    }

    .col.tpc-opt-content {
        margin-left: 0px;
    }
}

#modal-qty-type .form-check-label,
#modal-select-payment .form-check-label {
    border: solid 1px #777;
    border-radius: 5px;
    width: 100%;
    padding: 7px 20px;
    color: #777;
    font-weight: unset;
    font-size: 16px;
}

#modal-qty-type .form-check-label .fa-check,
#modal-select-payment .form-check-label .fa-check {
    right: 15px;
    position: absolute;
    font-size: 23px;
    color: #00d00d;
}

#modal-qty-type .form-check-label i,
#modal-select-payment .form-check-label i {
    margin-right: 17px;
    font-size: 20px;
    vertical-align: middle;
}

#modal-qty-type button,
#modal-select-payment button {
    min-width: 110px;
}

#modal-qty-type .checkbox,
#modal-select-payment .checkbox {
    margin-bottom: 5px;
}

#modal-qty-type .form-check-label.check,
#modal-select-payment .form-check-label.check {
    border: solid 2px #2d3399;
    color: #2d3399;
    font-weight: bold;
}

#modal-select-payment .form-check-label .fa-wallet,
#modal-select-payment .form-check-label .fa-landmark {
    color: #2d3399;
}

#modal-select-payment .form-check-label span {
    font-weight: normal;
}

#modal-select-payment .form-check-label.check span {
    color: #777;
}

#modal-qty-type .fa-check,
#modal-select-payment .fa-check {
    display: none;
}

#modal-qty-type .check .fa-check,
#modal-select-payment .check .fa-check {
    display: unset;
}

#modal-qty-type .form-check-label,
#modal-select-payment-pack-send .form-check-label {
    border: solid 1px #777;
    border-radius: 5px;
    width: 100%;
    padding: 7px 20px;
    color: #777;
    font-weight: unset;
    font-size: 16px;
}

#modal-qty-type .form-check-label .fa-check,
#modal-select-payment-pack-send .form-check-label .fa-check {
    right: 15px;
    position: absolute;
    font-size: 23px;
    color: #00d00d;
}

#modal-qty-type .form-check-label i,
#modal-select-payment-pack-send .form-check-label i {
    margin-right: 17px;
    font-size: 20px;
    vertical-align: middle;
}

#modal-qty-type button,
#modal-select-payment-pack-send button {
    min-width: 110px;
}

#modal-qty-type .checkbox,
#modal-select-payment-pack-send .checkbox {
    margin-bottom: 5px;
}

#modal-qty-type .form-check-label.check,
#modal-select-payment-pack-send .form-check-label.check {
    border: solid 2px #2d3399;
    color: #2d3399;
    font-weight: bold;
}

#modal-select-payment-pack-send .form-check-label .fa-wallet,
#modal-select-payment-pack-send .form-check-label .fa-landmark {
    color: #2d3399;
}

#modal-select-payment-pack-send .form-check-label span {
    font-weight: normal;
}

#modal-select-payment-pack-send .form-check-label.check span {
    color: #777;
}

#modal-qty-type .fa-check,
#modal-select-payment-pack-send .fa-check {
    display: none;
}

#modal-qty-type .check .fa-check,
#modal-select-payment-pack-send .check .fa-check {
    display: unset;
}

.notification-panel-red .btn-blue-login-v4 {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    width: 190px;
    height: 30px;
}

.btn-blue-login-v4 {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    width: 190px;
    height: 40px;
}

.login-p {
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
}

.btn-blue-sm {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: 30px;
    min-width: 90px;
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-blue-v4 {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    min-width: 90px;
    height: 30px;
    border-radius: .25rem;
    font-size: 13px;
}

.btn-split-v4 {
    background-color: #fff;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    width: 80px;
    height: 30px;
    border-radius: .25rem;
    font-size: 11px;
}

.btn-blue-white-bg-v4,
.btn-blue-white-bg-v4:focus {
    background-color: #fff;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    width: 130px;
    height: auto;
    border-radius: .25rem;
    font-size: 13px;
}

.btn-red-white-bg-v4,
.btn-red-white-bg-v4:focus {
    background-color: #fff;
    color: red;
    border: solid 2px red;
    font-weight: bold;
    width: 130px;
    height: 30px;
    border-radius: .25rem;
    font-size: 13px;
}

#modal-create-consignment .btn-blue-white-bg-v4 {
    width: 80px;
    height: 30px;
}

.modal-onhold-history table.table th {
    min-height: 45px;
    height: 45px;
}

.btn-back-onhold,
.btn-back-onhold:focus {
    background-color: #fff;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    width: 70px;
    height: 30px;
    border-radius: .25rem;
    font-size: 13px;
    min-width: 60px;
    padding: 0px 5px;
    margin-bottom: 0px !important;
}

.btn-dodoo-dropdown-white-bg,
.btn-dodoo-dropdown-white-bg:focus {
    background-color: #fff;
    color: #2d3399;
    border: solid 2px #2d3399;
    font-weight: bold;
    height: 30px;
    min-width: 130px;
    font-size: 13px;
}

.pack-send-tracking-col {
    background-color: #f1f1f1;
    margin: -6px -10px;
    padding: 15px;
}

.grey-border-div {
    color: #666;
    padding: 10px 15px;
    border: solid 1px #ccc;
    border-radius: 3px;
}

.grey-border-div .dodoo-switch {
    position: absolute;
    right: 30px;
}

.fa-toggle-on {
    color: #00d00d;
    font-size: 25px;
    margin-right: 5px;
    line-height: 0px;
}

.fa-toggle-off {
    color: #a3a3a3;
    font-size: 25px;
    margin-right: 5px;
    line-height: 0px;
}

.operation-hour-header {
    border-bottom: solid 2px #000;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    text-align: center;
}

.operation-hour-header .col-2,
.operation-hour-header .col-4 {
    padding: 5px;
}

.operation-hour-body .add-icon {
    margin-top: 7px;
    font-size: 20px;
    color: #00d00d;
    cursor: pointer;
    padding: 5px;
}

.operation-hour-body .delete-icon {
    margin-top: 10px;
    font-size: 22px;
    color: red;
    cursor: pointer;
    padding: 5px;
}

.operation-hour-body {
    border-bottom: solid 1px #eee;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px 5px 0px 5px;
}

.operation-hour-body:last-child {
    border-bottom: unset;
}

.operation-hour-body .row {
    margin-bottom: 5px;
}

.operation-hour-body .repeat {
    min-height: 45px;
}

.operation-hour-body .col-2,
.operation-hour-body .col-4 {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.operation-hour-body input {
    margin-bottom: 5px;
}

.btn-open-close.close {
    color: red;
}

.btn-open-close.open {
    color: green;
}

.btn-open-close {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    min-width: auto;
    font-weight: bold;
}

.shipping-fee-div {
    width: 100%;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    border-radius: 3px;
    margin-bottom: 15px;
}

.shipping-fee-div .div-header,
.shipping-fee-div .div-body {
    padding: 15px;
    border-bottom: solid 1px #d8d8d8;
}

.shipping-fee-div .div-header h5 {
    margin-bottom: 0px;
}

.shipping-fee-div .div-header {
    cursor: pointer;
}

.shipping-fee-div .dodoo-input {
    padding: 5px;
}

.shipping-fee-div .input-group-text {
    font-size: 13px;
    padding: 5px;
}

.shipping-fee-div button.dodoo-select-btn {
    line-height: 32px;
}

.shipping-fee-div td {
    overflow: initial;
}

.shipping-fee-div .span-to {
    width: 12%;
    font-size: 15px;
    margin: 5px;
    text-align: center;
}

.shipping-fee-div .table th,
.shipping-fee-div .table td {
    width: 43%;
}

.shipping-fee-div .table th:last-child,
.shipping-fee-div .table td:last-child {
    width: 14%;
}

.shipping-fee-div .table .form-group {
    width: 44%;
}

.shipping-fee-div .table td:nth-child(2) .form-group:last-child {
    margin-left: 10px;
    width: calc(50% - 10px);
}

.shipping-fee-div .table td:nth-child(2) .form-group {
    width: 50%;
}

.shipping-fee-div .table tr:last-child {
    border-bottom: solid 1px #eee;
}

.shipping-fee-div .add-icon {
    padding: 5px;
    font-size: 20px;
}

.shipping-fee-div .delete-icon {
    padding: 5px;
    font-size: 22px;
}

.shipping-fee-div .col-md-8 {
    overflow: auto;
}

.shipping-fee-div .col-md-4 .col-7 {
    font-size: 14px;
    font-weight: bold;
}

.shipping-fee-div .col-md-4 .col-5 {
    font-size: 14px;
    text-align: right;
}

.max-weight-div {
    background-color: #eee;
}

.max-weight-div,
.max-rate-div {
    padding: 10px;
    border-radius: 3px;
    display: inline-flex;
}

.max-weight-div .span-to,
.max-rate-div .span-to {
    width: 40%;
    text-align: left;
    padding-left: 5px;
}

.max-weight-div .form-group,
.max-rate-div .form-group {
    width: 60%;
}

.warehouse-opt-div .pill {
    color: #fff;
    border-radius: 3px;
    background-color: #04a311;
    font-size: 10px;
    padding: 3px 7px;
    line-height: unset;
}

.warehouse-opt-div {
    border: solid 1px #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 15px 15px 0px 15px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
}

.warehouse-opt-div .row:first-child {
    margin-bottom: 15px;
}

.warehouse-opt-div .row .col {
    margin-bottom: 10px;
}

.warehouse-opt-div label {
    margin-right: 5px;
}

.mobile-col {
    position: sticky;
    top: 40px;
    padding-top: 20px;
    padding-bottom: 15px;
    height: 95vh;
    overflow: hidden;
    overflow-y: auto;
}

div.modal-contact-layout .profile-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
}

.btn-qty,
.btn-qty:focus {
    border: solid 2px #2d3399;
    background-color: #fff;
    color: #2d3399;
    font-size: 12px;
    font-weight: bold;
    min-width: 90px;
    padding: 3px;
    margin-left: 5px;
}

.plan-status-div {
    background-color: #ffffc2;
    border: solid 2px #eccf86;
    padding: 10px;
    border-radius: 5px;
}

.pill-sm-paid {
    color: #00d00d;
    border-radius: 3px;
    border: solid 1px #00d00d;
    background-color: #a6ff94;
    font-size: 10px;
    padding: 0px 7px;
    margin-bottom: 5px;
}

.pill-sm-unpaid {
    color: #ff2a00;
    border-radius: 3px;
    border: solid 1px #ff2a00;
    background-color: #ffd7ef;
    font-size: 10px;
    padding: 0px 5px;
}

.add-job-company,
.job-draft-company {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 0px !important;
}

.add-job-company label,
.job-draft-company label {
    display: unset;
    font-weight: normal;
    font-size: 11px;
}

.custom-column-label .link-modal {
    font-weight: normal;
}

.checkbox.radio .cr>.cr-icon {
    top: 51%;
    left: 11%;
    color: #1853fe;
    font-size: 14px;
}

.checkbox label input[type="checkbox"]:checked+.cr.cr-green {
    border: 3px solid #0fb430;
    background-color: #0fb430;
    border-radius: 2px;
}

.checkbox label input[type="checkbox"]:checked+.cr.cr-green>.cr-icon {
    color: #FFF;
}

.input-calculator {
    position: relative;
}

.input-calculator div:not(.disabled) {
    cursor: pointer;
}

.input-calculator .calculator-icon {
    position: absolute;
    padding: 5px 5px 5px 8px;
    left: 0px;
    font-size: 12px;
}

.input-calculator .close-icon {
    position: absolute;
    padding: 5px;
    right: 0px;
}

.input-calculator input {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.nav-item {
    cursor: pointer;
}

.alert.alert-warning {
    background-color: #ffc;
    border: solid 1px #fbb03b;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 7px 14px;
    font-size: 13px;
}

#modal-consignment .btn-sm.btn-prev,
#modal-consignment .btn-sm.btn-next {
    padding: 1px 3px 0px 3px;
    width: 30px;
}

@media only screen and (max-width: 1000px) {

    #modal-consignment .btn-sm.btn-prev,
    #modal-consignment .btn-sm.btn-next {
        min-width: unset;
    }
}

#modal-consignment .dropzone .dz-message {
    margin: 10px;
}

#modal-consignment .modal-footer {
    padding-bottom: 20px !important;
}

.pack-tracking-col {
    padding-bottom: 5px;
}

.font-not-available {
    color: red;
    position: absolute;
    right: 0;
    cursor: default;
}

.nav-container i {
    width: 25px;
}

.nav-container i.fa-chevron-down {
    width: unset !important;
}

.text-clipping-class {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-clipping-class p {
    margin-bottom: 0px;
}

.cart-body p {
    margin-bottom: 5px;
}

.cart-body .checkbox .cr {
    margin: unset !important;
}

.btn-dodoo-dropdown.btn-swap {
    border: solid 2px red;
    min-width: 75px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0);
    color: red;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group .btn.dropdown-toggle.btn-swap {
    border-left-color: #ec9393;
    height: 30px;
}

.see-more-section {
    position: relative;
}

.see-more {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    padding-left: 20px;
    color: var(--color-gray-light);
    background: var(--linear-gradient, linear-gradient(to right, transparent, white 15%, white));
    white-space: nowrap;
}

.see-more:hover {
    color: var(--color-blue);
}

table.cart-body tr td .link-modal .fa-chevron-right {
    margin-top: 2px;
}

.dropdown-menu.side-nav-dropdown-menu.show {
    left: 0px !important;
}

.action-icon {
    color: #1853fe;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.action-icon:last-child {
    margin-right: 0px;
}

.status-position .row {
    margin-left: 0px;
}

.status-position .row .col-6.days-in-warehouse-reminder {
    padding-left: 10px;
    padding-right: 2px;
}

.status-position .row .col-6:last-child {
    padding-left: 2px;
}

.days-in-warehouse-reminder .pill {
    font-size: 10px;
    padding: 0px 2px;
    margin-left: 2px;
    font-weight: bold;
    width: 48px;
    text-align: center;
}

.days-in-warehouse-reminder .bell-1 {
    color: #ffb400;
}

.days-in-warehouse-reminder .pill-1 {
    color: #ffb400;
    border-radius: 3px;
    border: solid 1px #ffb400;
    background-color: #ffffcc;
}

.days-in-warehouse-reminder .bell-2 {
    color: #f56e02;
}

.days-in-warehouse-reminder .pill-2 {
    color: #fff;
    border-radius: 3px;
    border: solid 1px #f56e02;
    background-color: #f56e02;
}

.days-in-warehouse-reminder .bell-3 {
    color: #ff2c01;
}

.days-in-warehouse-reminder .pill-3 {
    color: #fff;
    border-radius: 3px;
    border: solid 1px #ff2c01;
    background-color: #ff2c01;
}

.no-wrap {
    white-space: nowrap;
}

.btn-save-remark {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    height: auto;
    min-width: 30px;
}

.btn-cancel-remark {
    background-color: red;
    color: #fff;
    font-weight: bold;
    height: auto;
    min-width: 30px;
}

.remark-textarea {
    flex-grow: 1;
}

.remark-action {
    flex-grow: 1;
    flex-direction: row-reverse;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remark-nav {
    align-items: center;
    margin-top: 10px;
}

.remark-nav button,
.remark-action button {
    margin-bottom: 0 !important;
}

.remark-nav span {
    flex-grow: 1;
    text-align: center;
}

.remark-save {
    width: 50px !important;
    max-width: 50px !important;
    flex: 38px !important;
    -webkit-box-flex: 0;
    position: relative;
    padding-left: 15px;
}

.grey-div-bordered {
    background-color: #eee;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    border: solid 1px #d8d8d8;
}

.grey-div-bordered .col-md-4:first-child {
    border-right: solid 2px #d8d8d8;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-select * {
    user-select: none !important;
}

.guest-job-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 3rem;
}

.nav-item.guest-job:hover .guest-job-dropdown {
    display: block;
}

.guest-job-dropdown {
    display: none;
    position: absolute;
    top: calc(100%);
    right: 0;
    max-height: calc(60vh - 7rem);
    width: 280px;
    padding: 0.75rem 0;
    margin-top: 0.5rem;
    box-shadow: var(--box-shadow);
    background: var(--dodoo-white);
    border-radius: 0.25rem;
    transform: translateX(1rem);
    cursor: default;
}

.guest-job-dropdown::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 2px;
    border-end-end-radius: 10px;
    top: -1rem;
    right: 0.5rem;
    transform: translate(-50%, 52%) rotate(45deg);
    background-color: inherit;
}

.guest-job-dropdown-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00474F;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.guest-job-dropdown-draft {
    color: #979797;
    font-weight: normal;
    font-size: 15px;
}

.guest-job-dropdown-content {
    color: #979797;
    font-size: 1rem;
    font-weight: var(--dodoo-font-semibold);
    text-align: center;
    white-space: normal;
}

.guest-job-dropdown-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2D3399;
    font-weight: var(--dodoo-font-bold);
    background-color: white;
    border-color: #2D3399;
    border: 2px solid #2D3399;
    border-radius: 4px;
    min-width: 140px;
    height: 40px;
    margin: 1.25rem auto 0;
}

.guest-job-draft-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}

.guest-job-draft-list-item:hover {
    background-color: #E5EBF1;
}

.guest-job-draft-list-item> :nth-child(2) {
    text-align: right;
}

.guest-job-draft-list-item .job-type {
    cursor: pointer;
    color: #2D3399;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
}

.guest-job-draft-list-item .delete-draft {
    cursor: pointer;
    color: #FF2D00;
    font-size: 15px;
    text-decoration: underline;
}


.top-nav .nav-item>a {
    height: 42px;
}

.top-nav .nav-item>a span {
    font-size: 1rem;
}

.h-align-center {
    display: flex;
    align-items: center;
}

.h-align-center i {
    margin-right: 10px;
    font-size: 1.5rem;
}

.fs-1\.5 {
    font-size: 1.5rem;
}






/*------------------------------------ TOOLTIP ----------------------------------------*/
.dodoo-tooltips {
    position: absolute;
    background-color: #000;
    color: #FFF;
    max-width: 350px;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -110%);
    z-index: 2000;
}

.dodoo-tooltips.show {
    opacity: 1;
}

.dodoo-tooltips-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #000;
    left: 50%;
    transform: translate(-50%, -10%) rotate(45deg);
}

.dodoo-tooltips-arrow.tooltip-bottom {
    top: -3px;
}

.modal.fade .modal-dialog {
    transform: translate(0, -15%);
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.single-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dodoo-blue {
    color: var(--dodoo-blue) !important;
}
.minw-100p {
    min-width: 100%;
}
.flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.align-content-start {
    align-content: start;
}

.btn-blue {
    background-color: #2d3399;
    color: #fff;
    font-weight: bold;
    width: auto;
    min-width: 150px;
    line-height: 30px;
}
.btn-blue.outline {
    background-color: #FFF;
    color: #2d3399;;
    border: 2px solid #2d3399;
    line-height: 26px;
}
.btn-red {
    background-color: red;
    color: #fff;
    font-weight: bold;
    width: auto;
    min-width: 150px;
    line-height: 30px;
}
.btn-red.outline {
    background-color: #FFF;
    color: red;
    border: 2px solid red;
    line-height: 26px;
}

.area-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 40px;
    border: 1px solid var(--color-gray-lighter);
    border-radius: 4px;
    padding: 0 15px;
    background-color: transparent;
    color: var(--color-gray-light);
    font-size: var(--text-sm);
}
.area-filter.active {
    color: var(--dodoo-tab-active);
    font-weight: bold;
}
.dodoo-tab-active {
    color: var(--dodoo-tab-active);
}


.modal.fade-right .modal-dialog {
    margin: 0 0 0 auto;
}

.modal.fade-right .modal-content {
    height: 100vh;
    overflow: auto;
}

.modal.fade-right .modal-lg {
    margin-left: -248px;
}

.modal.fade-right .modal-md {
    margin-left: -98px;
}

.modal.fade-right .modal-xl {
    margin-left: -400px;
}

.modal.fade-right .modal-xxl {
    margin-left: -535px;
}

.dodoo-search {
    min-width: 245px;
}
.area-filter {
    min-width: 145px;
}
.log-summary {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}



/* --------------------------------------------------------------- FLEX --------------------------------------------------------------- */
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-center-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-center-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center-space-around {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.flex-start-space-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.flex-start-space-around {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.flex-end-space-between {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.flex-end-space-around {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.flex-start-start {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-start-end {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.flex-end-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}





/* --------------------------------------------------------------- RESPONSIVE --------------------------------------------------------------- */

@media (max-width: 1035px) {
    .cust-lg-2p {
        flex: 200px;
        max-width: 200px;
        padding-bottom: 50px;
    }

    .cust-lg-4p {
        flex: 415px;
        max-width: 415px;
        padding-bottom: 50px;
    }

    .cust-lg-6p {
        flex: calc(100% - 415px);
        max-width: calc(100% - 415px);
        padding-bottom: 50px;
    }

    .cust-lg-8p {
        flex: calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .modal-body {
        padding: 0;
        margin: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .consignment-wrapper {
        overflow-x: auto;
    }

    table.table-2 {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    table.table-2 th,
    table.table-2 td {
        width: 1%;
        white-space: nowrap;
    }

    table.table-trans {
        display: table;
    }

    table td.company-list {
        min-width: 200px;
    }

    .mxw-100,
    .mxw-200,
    .mxw-300,
    .mxw-400,
    .mxw-500 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .modal button.btn:not(.square) {
        min-width: 110px;
    }

    .toast {
        right: 0px;
    }

    .hidden-mobile {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #timeline .timeline-movement .timeline-item .timeline-panel {
        margin-top: 90px;
    }
}

/*------------------------------------ MOBILE MODAL ----------------------------------------*/

@media only screen and (max-width: 599px) {
    .modal-md {
        min-width: 305px !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    nav .nav-item {
        padding: 0 0.25rem !important;
    }

    .mob-overflow {
        overflow: auto;
    }
}

@media only screen and (max-width: 749px) {
    .modal-lg {
        min-width: 305px !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mob-overflow {
        overflow: auto;
    }

    .consignment-wrapper {
        overflow: auto;
    }

    .login-button>i {
        display: none;
    }

    .top-nav>a {
        padding: 0;
    }

    .top-nav .nav-item>a>span {
        display: none;
    }

    nav .login-button {
        padding: 0.5rem 0.75rem !important;
    }

    .h-align-center i {
        margin-right: 5px;
        font-size: 1.2rem;
    }

    .guest-job-wrapper i {
        font-size: 1.2rem;
    }

    .dropdown:hover>.dropdown-list {
        display: block !important;
    }
}

@media only screen and (max-width: 899px) {
    .modal-xl {
        min-width: 305px !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mob-overflow {
        overflow: auto;
    }
}

@media only screen and (max-width: 1034px) {
    .parcel-detail-modal-side-info {
        background-color: #aaffff;
        margin-top: auto;
        margin-left: auto;
        padding: 20px;
    }

    .parcel-detail-modal-side-info .btn-div {
        position: inherit;
        bottom: 30px;
        margin-top: 15px;
    }

    .mob-overflow {
        overflow: auto;
    }
}




@media (max-width: 1024px) {
    .job-new-sidebar {
        width: auto !important;
    }

    .sidenav-2.layered {
        top: unset;
    }

    .mobile-sidenav {
        display: unset;
    }

    .mobile-col {
        position: absolute;
        height: 100vh;
        width: 0;
        z-index: 9;
        top: 100px;
    }

    .mobile-col.show {
        width: calc(100% - 100px) !important;
        max-width: 380px;
    }

    .mobile-sidenav-btn-lg {
        width: 20px;
        height: 100vh;
        background-color: transparent;
        border: none;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .show .mobile-sidenav-btn-lg {
        left: 380px;
    }

    .show .mobile-sidenav-btn-lg i {
        transform: rotate(180deg);
        margin-right: 0;
        margin-left: 0;
    }

    .mobile-sidenav-btn-lg i {
        color: #a5a5a5;
        font-size: 30px;
        margin-left: -5px;
    }

    .job-info-sidebar,
    .sidenav-2,
    .job-new-sidebar,
    .pack-send-sidebar {
        display: none;
    }

    #sidenav-opt-display.col-sidebar,
    #sideinfo-display.col-job-sidebar {
        width: 25px !important;
        background-color: #f6f6f6;
        border-right: 5px solid #d8d8d8;
        z-index: 9;
        height: 100vh;
        position: fixed;
        overflow: auto;
    }

    #sidedetail-display.col-add-job-sidebar,
    #sidedetail-display.col-job-draft-sidebar {
        width: 20px !important;
        background-color: #ddd;
        border-right: 5px solid #ccc;
        z-index: 9;
        height: 100vh;
        position: fixed;
        overflow: auto;
    }

    #sidenav-opt-display.col-sidebar.show {
        width: calc(100% - 100px - 10px) !important;
        border-right-width: 20px;
        position: fixed;
        max-width: 400px;
    }

    #sideinfo-display.col-job-sidebar.show {
        width: calc(100% - 100px) !important;
        border-right-width: 20px;
        position: fixed;
        max-width: 400px;
    }

    #sidedetail-display.col-add-job-sidebar.show,
    #sidedetail-display.col-job-draft-sidebar.show {
        width: calc(100% - 100px) !important;
        background-color: #ddd;
        border-right-width: 20px;
        position: fixed;
        max-width: 400px;
    }

    .mobile-opensidenav-grey-bg {
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .job-info-sidebar.show {
        width: auto;
        display: block;
        margin-left: 0;
    }

    .pack-send-sidebar.show {
        display: block;
        margin-left: 0px;
        margin-top: 0px;
    }

    .sidenav-2.show {
        position: relative;
        width: auto;
        display: block;
        z-index: 9;
    }

    .job-new-sidebar.show {
        display: block;
        z-index: 9;
    }

    .sidenav-2.layered.show {
        position: absolute;
        display: block;
        z-index: 9;
    }

    .col-job-sidebar.show {
        position: absolute;
        display: block;
        z-index: 9;
    }

    .col-content-info-width,
    .col-content-detail-width,
    .col-content-width {
        width: calc(100% - 20px);
        padding: 20px 15px 15px 35px;
    }

    .nav-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: auto;
        display: inline-block;
        z-index: 10;
        margin-left: 0px;
    }

    .ds-job-info-margin,
    .ds-trip-info-margin,
    .du-job-info-margin,
    .du-job-detail-margin {
        margin-left: 0px;
    }

    .modal-xxl {
        min-width: 100%;
        margin-left: auto;
    }

    .sidenav-2 ul li a {
        padding: 10px 10px 10px 20px;
    }

    .scrollable-on-x-overflow {
        padding-left: 10px;
        padding-right: 20px;
    }

    .btn-job-action-bg {
        width: 100% !important;
        max-width: 380px;
    }
}

@media (max-width: 950px) {
    .col-content-width .consignment-wrapper,
    .col-content-info-width .consignment-wrapper,
    .col-content-detail-width .consignment-wrapper {
        overflow-y: hidden;
        overflow-x: auto;
    }
}

@media (max-width: 575px) {
    .modal.fade-right .modal-dialog.modal-sm {
        max-width: unset;
    }
}

@media (max-width: 560px) {
    .mobile-col.show {
        width: calc(100% - 25px) !important;
        max-width: unset;
    }

    #sidenav-opt-display.col-sidebar.show {
        width: calc(100%) !important;
        max-width: unset;
        border-right-width: 25px;
    }

    #sideinfo-display.col-job-sidebar.show {
        width: calc(100%) !important;
        max-width: unset;
        border-right-width: 25px;
    }

    #sidedetail-display.col-add-job-sidebar.show,
    #sidedetail-display.col-job-draft-sidebar.show {
        width: calc(100%) !important;
        max-width: unset;
        border-right-width: 25px;
    }

    .btn-job-action-bg {
        width: calc(100% - 25px) !important;
        max-width: unset;
    }

    .show .mobile-sidenav-btn-lg {
        width: 25px;
    }

    .show .mobile-sidenav-btn-lg {
        left: unset;
        right: 0px;
    }
}






