/*COMMON CSS*/

@charset "utf-8";
@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/CircularStd-Black.woff') format('woff2'), url('../fonts/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

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

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

body {
    font-family: 'CircularStd';
    width: 100%;
    height: 100%;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    outline: none !important;
}

html {
    width: 100%;
    height: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    margin: 0;
    overflow-y: auto;
    min-width: 1180px;
}

h1 {
    font-size: 32px;
    font-weight: 900;
    color: #272933;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 900;
    color: #272933;
    margin: 0;
}

p {
    font-size: 12px;
    margin: 0;
}

a,
a:hover {
    text-decoration: none!important;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*table td {
    word-break: break-all;
}*/

.pos-relative {
    position: relative !important;
}

button {
    outline: 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.displayinline {
    display: inline !important;
}

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

.p-t-15 {
    padding-top: 15px !important;
}

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

.clear {
    clear: both;
}

.form-control:focus,
.form-textarea:focus,
input:focus,
select:focus {
    outline: none;
}


/* TOOLTIP CSS BY JAYDEEP */

.note-tooltip {
    position: relative;
    display: inline-block;
}

.note-tooltip-img {
    width: 9px;
    vertical-align: initial;
}

.note-tooltiptext {
    visibility: hidden;
    min-width: 160px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-style: italic;
    border: 1px solid #eeeff0;
    padding: 10px 5px;
    word-break: break-word;
    position: absolute;
    z-index: 1;
    top: 14px;
    right: 5px;
}

.note-tooltip:hover .note-tooltiptext {
    visibility: visible;
}


/*COMMON CSS ADDED BY JAYDEEP*/

.m-l-5 {
    margin-left: 5px;
}

textarea {
    resize: none;
}

.color-succ-green {
    color: #3c763d !important;
}

.color-dan-red {
    color: #a94442 !important;
}

.td-block-span {
    display: block;
    padding: 5px 0px;
}

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

.p-r-10 {
    padding-right: 10px !important;
}

.pad-7-10 {
    padding: 7px 10px !important;
}

.alert-cannot-refresh-warning {
    z-index: 11;
    position: fixed;
    width: 30%;
    top: 35px;
    left: 35%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.alert-delivery-info-wrapper {
    position: fixed;
    top: 30px;
    width: 100%;
    left: 65%;
}

.alert-delivery-info {
    z-index: 11;
    width: 30%;
    top: 35px;
    left: 35%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.purpule-link {
    color: #6f6bfe !important;
}

.purpule-link:focus,
.purpule-link:hover,
.purpule-link:active {
    color: #3833ec !important;
}

.purpule-bg {
    background-color: #6f6bfe !important;
    color: #fff !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-r-20 {
    margin-right: 20px;
}

.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.msg-badge-icon {
    float: right;
    margin-right: 25px;
    background: #6f6bfe;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    text-align: center;
}

.display-inline {
    display: inline !important;
}

.like-h1 {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #272933 !important;
    margin: 0 !important;
}

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

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

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

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

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

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

.min-wid-215 {
    min-width: 215px !important;
}

.context-menu-hover {
    background: #706bfe !important;
    color: #fff;
}

.context-menu-item {
    color: #fc4974;
}

.change-profile-img {
    position: absolute;
    width: 21px;
    top: 34px;
    left: 30px;
}

.fake-element {
    width: 0;
    margin: 0;
    padding: 0;
    display: inline;
}

.half-opecity {
    opacity: 0.5 !important;
}

pre {
    font-family: 'CircularStd';
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}

.text-disabled {
    color: #8e8f95 !important;
}

.wid-auto {
    width: auto !important;
}

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

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

.color-succ {
    color: #155724 !important;
}

.help-block {
    color: #a94442;
}

.marker-info-css {
    color: #292935;
    font-family: "CircularStd";
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

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

.form-control[readonly] {
    background: transparent;
    cursor: not-allowed;
}

.rotate-45 {
    transform: rotate(45deg) !important;
}

.table-content a,
.delete-spot {
    color: #fc4974;
}

.table-content a:hover,
.delete-spot:hover {
    color: #f12a5a;
}

.tbl-action {
    text-align: right;
    cursor: default;
}

.tab-separator {
    padding-left: 10px !important;
    color: #898b92 !important;
}


/* TOGGLE SWITCH - START */

.status-switch {
    position: relative;
    border: 1px solid;
    border-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #EBEBEB;
    width: 47px;
    height: 20px;
    overflow: hidden;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}

.status-switch.on {
    background: #4dd887;
}

.status-switch .knob {
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-color: white;
    border-radius: 8px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    position: absolute;
    top: 1px;
    left: 2px;
    background: #FFF;
    font-size: 12px;
    line-height: 15px;
    color: #6d808e;
    text-decoration: none;
    color: #d8dad9;
    text-align: center;
    -webkit-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -moz-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
    -o-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
    transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
}

.status-switch.on .knob {
    left: 27px;
}

.status-switch .knob:before,
.status-switch .knob:after {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 2px;
}

.status-switch .knob:before {
    color: #676767;
    left: 24px;
}

.status-switch .knob:after {
    color: white;
    left: -30px;
}


/* TOGGLE SWITCH - END */

.edit-save-icon {
    max-width: 16px;
}

.onboarding-stopped-icon {
    max-width: 13px;
    vertical-align: initial;
}

#modal_delete_record .modal-dialog,
#modal_override_driver_onboarding .modal-dialog,
#modal_delete_notification_record .modal-dialog,
#modal_delete_vehicle_name .modal-dialog,
#modal_delete_region .modal-dialog,
#modal_delete_location .modal-dialog,
#modal_refund_cnfm .modal-dialog,
#modal_pick_drop_point .modal-dialog,
#modal_offline_driver .modal-dialog,
#modal_pick_drop_confirm_arrival .modal-dialog,
#modal_account_approval .modal-dialog{
    width: 400px;
}

#modal_delete_record p,
#modal_override_driver_onboarding p,
#modal_delete_notification_record p,
#modal_delete_vehicle_name p,
#modal_delete_region p,
#modal_delete_location p,
#modal_refund_cnfm p,
#modal_pick_drop_point p,
#modal_delivery_cancel p,
#modal_unassign_driver p,
#modal_offline_driver p,
#modal_pick_drop_confirm_arrival p,
#modal_account_approval p {
    text-align: center;
}

.load-more-block {
    text-align: center;
    padding: 15px 0px;
    background: #f3f5f7;
    margin-top: 15px;
}

.overview-profile-img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.float-left {
    float: left !important;
    width: 100% !important;
}

.row-select {
    border: 0;
    color: #272933 !important;
    background: transparent;
}

.show-note {
    word-break: break-word;
    font-style: italic;
}

.item-disabled {
    display: none !important;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar,
textarea::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
    background-color: #706bfe;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

@-moz-document url-prefix() {
    .overview-map-section .gm-style .gm-style-iw-d {
        padding-bottom: 12px !important;
        padding-right: 12px !important;
    }
}

.overview-map-section .gm-style .gm-style-iw-c {
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    /* max-width: 95px !important; */
    max-height: 50px !important;
    min-width: 0px !important;
    box-shadow: 0 2px 7px 0px rgba(100, 114, 156, 0.3);
}

.overview-map-section .gm-style .gm-style-iw-t::after {
    background: transparent !important;
    box-shadow: none !important;
}

.overview-map-section .gm-style-iw button.gm-ui-hover-effect {
    display: none !important;
}

.pac-container,
.pac-item {
    min-width: 300px !important;
}


/* DATERANGEPICKER CSS */

.daterangepicker td.in-range {
    background-color: #f3f5f7;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #6f6bfe;
}

.daterangepicker .drp-buttons .btn {
    background: #6f6bfe;
    color: white;
    outline: 0;
    border-color: #6f6bfe;
}

.listing-notification {
    float: left;
    width: 100%;
}


/* DATEPICKER CSS */

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active .datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
    background-color: #6f6bfe !important;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
    background-color: #6f6bfe !important;
    border-color: #6f6bfe !important;
}

a.info-link {
    color: #272933;
}

.detail-table.notes-row {
    margin-top: 5px;
}

.detail-table.notes-row .tabbar {
    padding: 0px;
}

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

.notes-textarea {
    height: auto;
    resize: none !important;
}

img.img-svg {
    width: 27px;
}

.tableFixHead {
    overflow-y: auto;
    height: 500px;
    float: left;
    width: 100%;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    background: white;
}

.tableFixHead::-webkit-scrollbar {
    width: 0px;
}

.lower-case {
    text-transform: capitalize !important;
}

.txt-right {
    text-align: right !important;
}

.processing-blck {
    position: fixed;
    left: 50%;
    display: inline-block;
    border: 1px solid #22a026;
    padding: 5px;
    background: #def1de;
}

.processing-blck span {
    font-size: 18px;
    color: #306131;
}

.tbl-preview-img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
}

.notification-row {
    float: left;
    width: 100%;
    margin: 0;
}

.daterangepicker select {
    color: #272933 !important;
}

.doc-upload-disable td,
.doc-not-required td {
    color: #c7c9cb!important;
}


/*STICKY HEADER*/

.dash-main-content.fixed-dash-main {
    margin-bottom: 0px;
}

.trip-content.fixed-content {
    margin-top: 85px;
}

.trip-content.fixed-overview-content {
    margin-top: 105px;
}


/*COMMON CHECKBOX CSS*/

.chk-box-form-group {
    display: inline-block;
    margin-right: 15px;
}

.chk-box-form-group input {
    padding: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    visibility: hidden;
    cursor: pointer;
}

.chk-box-form-group label {
    position: relative;
    cursor: pointer;
}

.chk-box-form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #eeeff0;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.chk-box-form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #706bfe;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* LOGIN SCREEN CSS */

.main-content {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #272933;
}

.left-logo {
    text-align: left;
    padding: 50px 0 0 30px;
}

.login-box {
    text-align: center;
    display: inline-block;
    margin: 120px 0px;
    width: 270px;
    height: auto;
}

.login-box h2 {
    text-align: left;
    margin-bottom: 20px;
}

.login-box .form-group {
    margin-bottom: 20px;
}

.login-box .form-group:nth-last-child(3) {
    margin-bottom: 10px;
}

.login-box .form-group:nth-last-child(2) {
    margin-bottom: 40px;
}

.login-box .form-control {
    height: 42px;
    background-color: #f2f4f6;
    color: #272933;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

.login-box .form-control::placeholder {
    color: #8e8f95!important;
    opacity: 1;
}

.login-box .form-group a,
.login-box .form-group .p-note {
    font-size: 12px;
    color: #8e8f95;
}

.login-box .form-group .btn-submit {
    background-color: #706bfe;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 270px;
    height: 40px;
    border-radius: 5px;
    border: none;
    transition: all 0.8s ease;
}

.login-box .form-group .btn-submit:hover {
    background-color: #514cf1;
}

.footer {
    font-size: 12px;
    color: #272933;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 15px 0px;
}


/* LEFT SIDEBAR CSS */

.main-sidebar {
    display: inline-block;
    position: fixed;
    height: 100%;
    width: 225px;
    min-width: 225px;
    min-height: 100%;
    overflow: hidden;
    top: 0;
    border: 0;
    z-index: 8;
}

.left-sidebar {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    width: 225px;
    background-color: #f3f5f7;
    padding-top: 50px;
}

.left-sidebar::-webkit-scrollbar {
    display: none;
}

.left-sidebar .site-logo {
    padding: 0 30px;
}

.site-logo img {
    height: 26px;
}

.sidebar-menu {
    min-height: 630px;
    height: 80%;
    position: relative;
    margin: 0px;
    padding-left: 0;
    margin-top: 30px;
}

.sidebar-menu li {
    margin: 13px 0px;
    width: 100%;
}

.sidebar-menu li.active {
    cursor: pointer;
}

.sidebar-menu li a {
    font-size: 15px;
    color: #3a3e49;
    padding: 1px 30px;
    display: block;
    line-height: 20px;
}

.sidebar-menu li.active a {
    color: #272933;
    font-weight: bold;
    border-left: 3px solid #706bfe;
    padding-left: 27px;
}

.user-panel {
    position: absolute;
    padding: 30px 15px 20px;
    display: inline-block;
    border-top: 1px solid #eeeff0;
    width: 85%;
    margin: 0 15px;
    bottom: 0;
}

.user-panel h4 {
    color: #272933;
    font-size: 16px;
    font-weight: 900;
    margin: 0px;
}

.user-panel .logout {
    color: #272933;
    font-size: 12px;
    margin: 0px;
}


/* DASHBOARD CSS */

.content-wrapper {
    overflow: auto;
    min-height: 100%;
    height: auto;
    margin-left: 225px;
}

.dash-main-content {
    margin: 50px 35px;
    overflow: hidden;
    /*changed by jaydeep*/
}

.content-head,
.driver-info-window-head {
    text-align: left;
    float: left;
    width: auto;
    display: inline-block;
    padding-bottom: 50px;
}

.driver-info-window-head {
    padding-bottom: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.a-online-driver-infowindow {
    display: block;
    width: 100%;
}

.button-main-wrapper {
    display: flex;
}

.driver-info-window-body {
    text-align: left;
    padding-left: 5px;
    padding-bottom: 10px;
}

.driver-info-window-body span {
    font-size: 12px;
    font-weight: 500;
    color: #272933;
}

.vehicle-type-data label {
    font-weight: 500;
    margin-left: 15px;
    margin-top: 15px;
    cursor: default;
}


/*changed by jaydeep*/

.content-head.vehicle-name {
    width: 100%;
    padding-bottom: 25px;
}

.content-head.vehicle-name h2 {
    display: inline-block;
}

.content-head.vehicle-name select.has-error {
    border: 1px solid #a94442;
}

.dashboard-table,
.table-content,
.detail-table {
    width: 100%;
    border-collapse: collapse;
    z-index: -1;
}

.dashboard-table th,
.detail-table th {
    font-size: 12px;
    color: #c7c9cb;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 3px;
}

.dashboard-table td {
    font-size: 24px;
    color: #272933;
    font-weight: 900;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeff0;
}

.right {
    text-align: right;
}

.new-table th {
    padding-top: 30px;
}


/* TRIPS CSS */

#btn_delivery_cancel {
    background: #fad3de;
    color: #fc4974;
}

.content-filter {
    display: inline-block;
    float: right;
    width: auto;
    padding: 3px 0;
}

.form-data {
    font-family: Lato-Regular;
    color: #4a4a4a;
    font-size: 13px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    height: 26px;
    width: 169px;
    padding: 0px 7px;
    display: inline-block;
    border-radius: 3px;
    margin: 2px;
}

.data-filter {
    font-size: 12px;
    color: #272933;
    background-color: #f3f5f7;
    border: none;
    height: 26px;
    width: 115px;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px;
}

.data-filter.invert-colors {
    background-color: #272933;
    color: #f3f5f7;
}

.date {
    width: 160px;
}

.data-filter::placeholder {
    color: #c7c9cb!important;
    opacity: 1;
}

select {
    color: #c7c9cb !important;
    /*added by jaydeep*/
    -moz-appearance: none;
}

select:required:invalid {
    color: #c7c9cb;
}

option {
    color: #272933;
}

option[value=""][disabled] {
    display: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.content-filter-btn {
    width: 36px;
    height: 26px;
    background-color: #706bfe;
    border-radius: 20px;
    border: none;
    color: #fff;
    transition: all 0.8s ease;
}

.content-filter-btn:hover {
    background-color: #514cf1;
}

.data-filter:last-child {
    margin-right: 0;
}

.table-content th {
    font-size: 12px;
    color: #c7c9cb;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 13px;
    border-bottom: 1px solid #eeeff0;
}

.tableFixHead .table-content th {
    border-bottom: 0;
    z-index: 9;
}

.tableFixHead .table-content th:after {
    content: "";
    border-bottom: 1px solid;
    border-color: #eeeff0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.table-content td {
    font-size: 13px;
    color: #272933;
    padding: 20px 0;
    border-bottom: 1px solid #eeeff0;
}

.status-canceled,
.status-declined,
.arrived-late {
    color: #fc4974!important;
}

.status-complete,
.status-approved,
.arrived-ontime {
    color: #00d689!important;
}

.status-progress,
.status-pending-upload {
    color: #c7c9cb!important;
}


/* TRIP OVERVIEW CSS */

.data-btn {
    font-size: 12px;
    color: #272933;
    background-color: #f3f5f7;
    border: none;
    height: 26px;
    padding: 0px 13px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px;
    transition: all 0.8s ease;
    outline: 0;
}

.data-btn:hover {
    background-color: #e8ebed;
}

.data-btn:last-child {
    margin-right: 0;
}

.detail-table th {
    padding-top: 25px;
}

.rates-section .detail-table th {
    padding-top: 0;
}

.detail-table:first-child th {
    padding-top: 0;
}

.detail-table td {
    font-size: 13px;
    color: #272933;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeff0;
    vertical-align: top;
    word-break: break-word;
}

.detail-table td span {
    color: #c7c9cb;
    font-size: 9px;
}

.multi-row td {
    padding-bottom: 7px;
    border-bottom: none;
}

.multi-header th {
    padding-top: 7px;
}

.detail-table td span.trip-arrival-status,
.detail-table td span.trip-drop-status {
    font-size: 13px;
    display: block;
    color: #6f6bfe;
}


/* DRIVERS DOCUMENTS CSS */

#btn_driver_allow_onboarding {
    background: #fad3de;
    color: #fc4974;
    border: 1px solid #fc4974;
    width: auto;
    min-width: 330px;
}

#select_vehicle_tier {
    color: #272933 !important;
}

.driver-info,
.onboarding-info,
.driver-info-window {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.driver-info-window h1 {
    font-size: 18px;
}

.driver-info-window span {
    font-size: 12px;
    font-weight: 500;
    color: #272933;
}

.driver-info span {
    color: #00d689;
    font-size: 13px;
    text-transform: uppercase;
}

.map-section .gm-style-iw-d {
    overflow: hidden !important;
}

.tabbar {
    float: right;
    width: auto;
    padding: 16px 0;
}

.tabbar li {
    display: inline;
    margin: 0 5px;
}

.tabbar li:last-child {
    margin-right: 0;
}

.tabbar li a {
    background-color: #f3f5f7;
    font-size: 12px;
    color: #272933;
    padding: 7px 15px;
    border-radius: 20px;
    transition: all 0.8s ease;
}

.tabbar li a:hover {
    background-color: #e8ebed;
}

.tabbar li.active a {
    background-color: #706bfe;
    color: #fff;
}

.tabbar li.active a:hover {
    background-color: #514cf1;
}

td.padding-zero {
    padding: 0;
}

label {
    cursor: pointer;
    margin-bottom: 0;
}

.padding-zero>img {
    padding-right: 3px;
}

.check-btn {
    margin-left: 6px;
}

.add-tbl-doc-img,
.inpt-change-driver-img {
    opacity: 0;
    position: absolute;
    z-index: -1;
}


/* ONBOARDING DOCUMENTS CSS */

.onboarding-info span {
    color: #706bfe;
    font-size: 13px;
    text-transform: uppercase;
}

.footer-btns {
    float: right;
    padding-top: 30px;
}

.bottom-btn,
.popup-btn {
    font-size: 12px;
    color: #272933;
    background-color: #f3f5f7;
    border: none;
    width: 96px;
    height: 26px;
    padding: 0px 13px;
    display: inline-block;
    border-radius: 20px;
    margin: 0 5px;
    transition: all 0.8s ease;
}

.bottom-btn:hover,
.popup-btn:hover {
    background-color: #e8ebed;
}

a.bottom-btn {
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
}

a.bottom-btn:hover,
a.bottom-btn:focus {
    color: #272933;
}

.bottom-btn:last-child {
    margin-right: 0;
}

.fade-scale {
    transform: scale(0);
    /*opacity:0;*/
    -webkit-transition: all .50s linear;
    -o-transition: all .50s linear;
    transition: all .50s linear;
}

.fade-scale.in {
    /*opacity:1;*/
    transform: scale(1);
}

.modal-content {
    border-radius: 15px;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .06);
}

.modal-header {
    padding: 45px 15px 20px;
    border-bottom: none;
}

.modal-body {
    padding: 0 45px;
}

.modal-title {
    text-align: center;
}

.modal-footer {
    padding: 30px 15px 45px;
    border-top: none;
    text-align: center;
}

.modal-body .form-textarea,
.notification-field .form-textarea {
    width: 100%;
    font-size: 13px;
    color: #272933;
    background-color: #ffffff;
    border: 1px solid #eeeff0;
    padding: 15px;
    display: inline-block;
    border-radius: 8px;
}

.modal-body .form-textarea {
    max-width: 510px;
    height: 140px;
}

.modal-body .form-textarea::placeholder,
.notification-field .form-control::placeholder,
.notification-field .form-textarea::placeholder,
.search::placeholder {
    color: #c7c9cb!important;
    opacity: 1;
}

.popup-btn {
    width: auto;
    padding: 0px 23px;
}


/* NEW NOTIFICATION CSS */

.send-btn {
    width: 64px;
}

.notification-field {
    float: left;
    width: 100%;
}

.form-label {
    font-size: 12px;
    font-weight: normal;
    color: #c7c9cb;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.form-label.driver-vehicle-form-label {
    color: #272933;
}

.form-group.half-field {
    width: calc(50% - 20px);
    display: inline-block;
    margin-bottom: 40px;
    height: 65px;
}


/* ADDED BY KOMAL */

.form-group.half-field-body-overview {
    width: calc(50% - 20px);
    display: inline-block;
    margin-bottom: 40px;
    height: auto;
}

.chk-box-vehicle-type {
    display: block;
    margin-bottom: 15px;
}

.data-btn-toogle {
    padding: 2px 8px !important;
}

.data-btn-toogle .available-text {
    margin-right: 10px;
}

#modal_edit_delivery .modal-content {
    padding: 10px;
}

#modal_edit_delivery .modal-header,
#modal_delivery_point_info .modal-header,
.modal-body,
.modal-footer {
    padding: 15px;
}

#modal_edit_delivery .modal-header .modal-title {
    text-align: left;
}

#modal_edit_delivery .modal-footer {
    text-align: right !important;
}

#modal_edit_delivery #frm_edit_delivery .form-group .input-block {
    display: inline-grid;
}

#modal_edit_delivery #frm_edit_delivery .form-group .input-block .modal-label {
    font-size: 12px;
    color: #c7c9cb;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 6px;
}

#modal_edit_delivery #frm_edit_delivery .form-group .input-block .row-select {
    height: 40px;
}

#modal_edit_delivery #frm_edit_delivery .form-group .input-block .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #eeeff0;
    border-radius: 0;
    height: 40px;
    font-size: 13px;
    color: #272933;
    padding: 0;
    width: 100%;
}

#modal_edit_delivery .modal-footer .data-btn {
    float: left;
}

.float-right {
    float: right;
}


/* END ADDED BY KOMAL */

.notification-field .form-control,
.messages-content .sidepanel .search,
.dash-main-content .form-control,
.form-control.vehicle-mdl-form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #eeeff0;
    border-radius: 0;
    height: 40px;
    font-size: 13px;
    color: #272933;
    padding: 0;
    width: 100%;
}

.dash-main-content select.form-control {
    border: 0;
    border: 1px solid #eeeff0;
    padding: 0px 10px;
}

.notification-field .form-textarea {
    margin-top: 10px;
    height: 170px;
}

.form-control:focus,
.form-textarea:focus {
    border-color: #d4d5d6;
}


/* MESSAGES CSS */

.messages-content {
    width: 100%;
    float: left;
}

.messages-content p {
    word-break: break-word;
}

.messages-content .sidepanel {
    width: 300px;
    height: 100%;
    min-width: 260px;
    max-width: 340px;
    float: left;
    overflow: hidden;
    position: relative;
}

.messages-content .sidepanel .contacts {
    height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 225px);
    min-height: 300px;
}

.sidepanel .contacts::-webkit-scrollbar {
    display: none;
}

.sidepanel .search-contacts,
.sidepanel .contacts ul {
    padding-right: 15px;
}

.sidepanel .contact {
    padding: 12px 0;
    border-bottom: 1px solid #eeeff0;
    cursor: pointer;
}

.sidepanel .contact h5 {
    font-size: 13px;
    color: #272933;
    display: inline-block;
    margin: 0;
}

.sidepanel .contact span {
    color: #c7c9cb;
    font-size: 12px;
    float: right;
}

.sidepanel .contact p {
    color: #c7c9cb;
    display: inline-block;
    width: 97%;
}

.sidepanel .contact .unread {
    height: 7px;
    width: 7px;
    background-color: #706bfe;
    border-radius: 50%;
    float: right;
    margin-top: 6px;
}

.messages-content .content {
    float: right;
    width: calc(100% - 340px);
    height: 100%;
    min-width: 545px;
    overflow: hidden;
    position: relative;
}

.messages-content .content .contact-profile {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eeeff0;
}

.content .contact-profile h4 {
    font-weight: 900;
    color: #272933;
    line-height: 40px;
    margin: 0;
}

.content .messages {
    height: auto;
    max-height: calc(100vh - 280px);
    min-height: 293px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.content .messages::-webkit-scrollbar {
    display: none;
}

.content .messages ul {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.content .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: calc(100% - 0%);
}

.content .messages ul li p {
    font-size: 13px;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    max-width: 500px;
}

.content .messages ul li.sent p {
    background: #f3f5f7;
    color: #272933;
}

.content .messages ul li.replies p {
    background: #706bfe;
    color: #fff;
    float: right;
}

.content .message-input {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    z-index: 99;
    float: left;
    margin-top: 10px;
}

.content .message-input input,
.content .message-input textarea {
    float: left;
    border: 1px solid #eeeff0;
    width: calc(100% - 55px);
    padding: 10px 23px;
    height: 45px;
    color: #272933;
    border-radius: 26px;
    font-size: 13px;
}

.content .message-input textarea {
    resize: none;
    overflow: hidden;
}

.content .message-input textarea:focus {
    outline: 0;
}

.content .message-input input::placeholder {
    color: #272933;
}

.content .message-input a {
    float: right;
}

.content .message-input a img {
    height: 40px;
}


/*CSS ADDED BY JAYDEEP*/

.has-error input,
.has-error input:focus,
.has-error select,
.has-error select:focus,
.has-error textarea,
.has-error textarea:focus {
    border-color: #843534 !important;
    box-shadow: none !important;
}

#modal_edit_driver_vehicle .has-error select {
    border: 1px solid;
}

.content-box-wrapper {
    float: left;
    width: 100%;
}

.clickable-row:hover,
.clickable-models-row:hover,
.clickable-legal-row {
    cursor: pointer;
}

.email-section .content-filter form {
    float: left;
}

.email-section .content-filter a {
    padding-left: 10px;
}

.email-section .content-filter .data-btn {
    margin: 0px;
}

.email-section .table-content td {
    padding-left: 5px;
    padding-right: 5px;
}

.email-section .trip-content {
    float: left;
    width: 100%;
}

.email-edit form {
    margin: 0px;
}

.email-edit .help-block {
    font-size: 12px;
}

.email-edit .box-content {
    display: inline-block;
    width: 100%;
}

.email-edit .control-label {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 30px;
}

.email-edit .label-content {
    display: inline-block;
    margin-bottom: 8px;
    width: 100%;
}

.pad-0 {
    padding: 0px !important;
}

.btn-add {
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 3px;
    font-size: 13.33px;
    padding: 7px 27px;
    color: #ffffff;
    background-color: #706bfe;
    border: 1px solid #706bfe;
}

.mar-l-160 {
    margin-left: 160px;
}

.doc-images a,
.doc-images label {
    float: left;
    width: auto;
    margin: 3px;
    margin-left: 0px;
}

.doc-action a {
    margin: 3px;
    margin-right: 0px;
}


/*MAIL TEMPLATE RADIO BUTTONS*/

.radio-col {
    margin-top: 7px;
}

.radio-col label {
    font-weight: 500;
}

#is_admin_no {
    margin-left: 5px;
}

#to_email_frm_grp {
    display: none;
}

.to_email_frm_grp.block {
    display: inline-block !important;
    -webkit-transition: width 2s;
    /* Safari prior 6.1 */
    transition: width 2s;
}


/* The container */

.form-radio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}


/* Create a custom radio button */

.form-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.form-radio:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.form-radio input:checked~.checkmark {
    background-color: #ffffff;
    border: 2px solid #706bfe;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.form-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.form-radio input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.form-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #706bfe;
}


/*SETTINGS SECTION*/

.settings-section .modal img.img-svg {
    width: 27px;
}

#vehicle_year_row {
    cursor: pointer;
}

.settings-section .tabbar {
    padding: 6px 0px;
}

.settings-section .trip-content {
    width: 100%;
    float: left;
}

.settings-section .table-content.banks {
    width: 45%;
    float: left;
}

.table-content.banks .help-block {
    color: #a94442;
    font-size: 12px;
    width: 50%;
    float: left;
}

.settings-section .table-content.banks:last-child {
    float: right;
}

.settings-section .table-content.banks tr:last-child {
    padding: 0px;
}

.settings-section .table-content.banks tr:last-child td {
    padding: 0px;
}

.settings-section .table-content.banks input {
    border: 0;
    padding: 20px 0px;
    width: 49%;
}

.settings-section .vehicle-tbl input {
    border: 0;
    width: 100%;
}

#modal_vehicle_years form,
#modal_vehicle_models form {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#modal_vehicle_years .input-block,
#modal_vehicle_models .input-block {
    float: left;
    width: 100%;
    text-align: center;
}

#modal_vehicle_years .input-block input,
#modal_vehicle_models .input-block input {
    width: auto;
    display: inline-block;
}

#modal_vehicle_models .input-block select {
    width: auto;
}

#modal_vehicle_years .input-block label,
#modal_vehicle_models .input-block label {
    margin-left: 10px;
}

#modal_vehicle_years .input-block span,
#modal_vehicle_models .input-block span {
    display: contents;
}

#modal_vehicle_years .input-block span:hover,
#modal_vehicle_models .input-block span:hover {
    color: #514cf1;
}

#modal_vehicle_models input.error {
    border-color: #a94442 !important;
}

#modal_vehicle_models select.error {
    border: 1px solid #a94442 !important;
}

#frm_filter_live_map input.error {
    border: 1px solid #a94442 !important;
}

#modal_legal_models form .legal-editor {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

#modal_legal_models .modal-label {
    font-size: 14px;
    color: #272933;
    font-weight: 500;
}


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


/*ADMIN MOUDULE*/


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

#modal_admins_add .modal-dialog,
#modal_add_adjustment .modal-dialog,
#modal_onboarding_options .modal-dialog {
    width: 500px;
}


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


/*FAQS MOUDULE*/


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

.faqs-section .tabbar {
    padding: 3px 0px;
}

.faqs-section .tabbar form {
    display: inline;
}

.faqs-section .tabbar form .data-filter {
    margin: 0;
}

.faqs-section .tabbar .data-btn {
    margin: 0px;
    margin-left: 10px;
}

.faqs-section .trip-content {
    width: 100%;
    float: left;
}

.faq-edit .btn-submit,
.notification-edit .btn-submit {
    margin-top: 15px;
}

.faq-edit .ans-textarea,
.notification-edit .ans-textarea {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.faq-edit .form-textarea,
.notification-edit .form-textarea {
    width: 50%;
    font-size: 13px;
    color: #272933;
    background-color: #ffffff;
    border: 1px solid #eeeff0;
    padding: 15px;
    display: inline-block;
    border-radius: 8px;
    resize: none;
    height: 134px;
}

.notification-edit .form-textarea {
    width: 100%;
}

.faq-edit .label-content select {
    margin: 0;
}

.faq-edit .box-content .notification-edit .box-content {
    float: left;
    width: 100%;
}

.rate-section .form-control.table-field-input,
.rate-section .form-control.table-field-input-inline {
    border: 0;
    height: auto;
}

.rate-section .form-control.table-field-input:focus,
.rate-section .form-control.table-field-input-inline:focus {
    border-bottom: 1px solid #eeeff0;
}

.rate-section .form-control.table-field-input-inline {
    width: 22%;
    display: inline-block;
}

.rate-section .form-control.table-field-input-inline:focus {
    border-bottom: 1px solid #eeeff0;
}

.rate-section .rates-row-wrapper {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.drivers-document .tabbar form {
    float: left;
    margin-top: -3px;
}

.drivers-document .tabbar form select {
    width: auto;
}

.onboarding-section .form-control.table-field-input,
.onboarding-section .form-control.table-field-input-inline,
.driver-section .form-control.table-field-input,
.driver-section .form-control.table-field-input-inline {
    border-color: transparent;
    height: auto;
    width: 70%;
}

.onboarding-section .form-control.table-field-input:focus,
.onboarding-section .form-control.table-field-input-inline:focus,
.driver-section .form-control.table-field-input:focus,
.driver-section .form-control.table-field-input-inline:focus {
    border-bottom: 1px solid #eeeff0;
}

.onboarding-section .form-control.table-field-input-inline,
.driver-section .form-control.table-field-input-inline {
    width: 32%;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.onboarding-section .form-control.table-field-input-inline:focus,
.driver-section .form-control.table-field-input-inline:focus {
    border-bottom: 1px solid #eeeff0;
}

.onboarding-section .alert {
    float: left;
    width: 100%;
}

#modal_onboarding_options .modal-label {
    font-size: 14px;
    color: #272933;
    font-weight: 500;
}

#modal_change_status .modal-dialog,
#modal_refresh_doc .modal-dialog {
    width: 400px;
}

#modal_change_status .modal-body p,
#modal_refresh_doc .modal-body p {
    text-align: center;
}

#btn_add_adjustment {
    color: #706bfe;
    font-weight: bold;
    border: 1px solid;
}


/*PROCESSING LOADER CSS STARTS ------------------------------------------------------------*/

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-text-opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes loading-text-opacity {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.loading-container,
.loading {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    top: 6px;
}

.loading-container {
    display: none;
}

.loading-container {
    height: 44px;
    padding: 0px 30px;
}

.loading {
    border: 2px solid transparent;
    border-color: transparent #706bfe transparent #706bfe;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-transform-origin: 50% 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-transform-origin: 50% 50%;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading {
    border-color: transparent #706bfe transparent #706bfe;
}

.loading-container:hover .loading,
.loading-container .loading {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#loading-text {
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
    color: #706bfe;
    font-size: 10px;
    font-weight: bold;
    margin-top: 9px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 10px;
    left: 100%;
}

.loading-container.chat-loader {
    top: 43px;
    left: 45%;
}

.loading-container.show-process {
    display: block;
}


/*PROCESSING LOADER CSS ENDS ------------------------------------------------------------*/


/* CHAT MESSAGE CSS */

p.no-chats {
    font-style: italic;
}

.no-chats-block {
    margin: auto;
    text-align: center;
    width: 50%;
    border-radius: 15px;
    top: 6px;
    background-color: #f3f5f7;
    display: none;
}

.no-chats-block.show {
    display: block;
}

.no-chats-block p.no-chats {
    text-align: center;
    line-height: 2.4;
}

.maps-form-field-wrapper {
    float: left;
    width: 40%;
}

.maps-form-field-wrapper .form-group.half-field {
    width: 80%;
}

.map-wrapper {
    position: relative;
}

.map-wrapper .clear-btn {
    position: absolute;
    z-index: 9;
    top: 5px;
}

#map {
    float: left;
    height: 500px;
    width: 60%;
    border-radius: 8px;
}

.geo-fencing-locations .form-group.half-field {
    height: 40px;
    margin-bottom: 15px;
}

.geo-fencing-locations .label-content {
    position: relative;
}

.geo-fencing-locations .delete-spot {
    position: absolute;
    top: 10px;
    right: 0;
}

.geo-fencing-locations .addmore-wrapper {
    float: left;
    width: 80%;
}

.geo-fencing-locations .addmore-wrapper a {
    color: #fc4974;
    float: right;
}

.geo-fencing-locations .addmore-wrapper a:hover {
    color: #f12a5a;
}

.geo-fencing-locations .submit-wrapper {
    float: left;
    width: 100%;
}

.geo-form-succ-alert {
    float: left;
    width: 100%;
}


/* PAYMENT CONFIRMTION CSS */

#modal_payout_confirmation .modal-dialog,
#modal_del_doc_confirmation .modal-dialog,
#modal_del_doc_not_allowed .modal-dialog,
#modal_del_driver_vehicle .modal-dialog,
#modal_del_re_request .modal-dialog,
#modal_delivery_cancel .modal-dialog,
#modal_unassign_driver .modal-dialog {
    width: 410px;
}

.deduction-delete-td {
    padding-right: 15px;
}

.deduction-delete-td .deduction-delete {
    color: #fc4974;
}

.deduction-delete-td .deduction-delete:hover {
    color: #f12a5a;
}


/* DRIVER VEHICLE EDIT CSS */

.edit-vehicle-link {
    margin-right: 10px;
}

.delete-vehicle-link:before {
    content: '';
    position: absolute;
    top: 21px;
    left: 67%;
    height: 14px;
    border: 1px solid #272933;
}


/* RE-REQUEST MODAL CSS */

#modal_del_re_request .modal-title {
    text-align: left;
    padding: 0px 30px;
    font-weight: bold;
}

#modal_del_re_request .progress {
    position: relative;
    height: 5px;
    display: block;
    width: 100%;
    background-color: #f3f4fc;
    border-radius: 0;
    background-clip: padding-box;
    overflow: hidden;
    margin-top: 35px;
}

#modal_del_re_request .progress {
    margin-top: 30px;
    height: 5px;
    display: block;
    width: 100%;
    background-color: #f3f4fc;
    border-radius: 0;
    background-clip: padding-box;
    overflow: hidden;
    margin-top: 35px;
}

#modal_del_re_request .info-text {
    font-family: 'CircularStd';
    font-weight: lighter;
    font-size: 16px;
    color: #6a6e8d;
}

#modal_del_re_request .modal-footer button {
    float: right;
    padding: 10px 30px;
    border-radius: 60px;
    text-align: center;
    font-size: 16px;
    border: 0;
    font-weight: bold;
    border: 2.6px solid transparent;
}

#modal_del_re_request .modal-footer .btn-cancle {
    border: 2.5px solid #e8eaf3;
    color: #292935;
    margin-right: 15px;
    margin-left: 0;
}

#modal_del_re_request .modal-footer .btn-cancle {
    margin-right: 0;
}

#modal_del_re_request .modal-footer .btn-cancle:hover,
#modal_del_re_request .modal-footer .btn-cancle:active,
#modal_del_re_request .modal-footer .btn-cancle:focus {
    border-color: #e0e2eb;
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
}

.progress .indeterminate {
    background-color: #706bfe;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f3f5f7;
    min-width: 136px;
    z-index: 99;
    bottom: -63px;
    right: 0;
    border-radius: 5px;
}

.dropdown-content a {
    padding: 7px 10px;
    text-decoration: none;
    display: block;
    color: #272933;
    font-size: 12px;
}

.dropdown-content a:hover {
    background-color: #ddd;
    border-radius: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.m-t-input {
    margin-top: 4px;
}

.m-0 {
    margin: 0;
}

.td-span {
    display: inline-block;
    width: 49%;
}

#tbl_list_pick_drops tr.data {
    border-bottom: 1px solid #eeeff0;
}

#tbl_list_pick_drops tr.data td {
    padding-top: 15px;
}

#tbl_list_pick_drops .multi-row td { 
    padding-bottom: 15px;
}

.api-key-wrapper {
    border: 1px solid #eeeff0;
    padding: 10px 40px 10px 10px;
    border-radius: 4px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-width: 230px;
}

.api-key-wrapper.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.m-r-10 {
    margin-right: 10px;
}

.copy-icon {
    background-image: url('../images/copy-icon.png');
    width: 20px;
    position: absolute;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}

.copy-icon.active {
    background-image: url('../images/copy-icon-active.png');
}

.carrier-table-content a{
    color:#000 !important;
    font-size: 15px !important;
}

#rates_logo,#list_logo,#label_logo,#tracking_logo{
    display: none;
}

#rate_upload_logo_label,#list_upload_logo_label,#label_upload_logo_label,#tracking_upload_logo_label{
    text-decoration: underline;
}

#list_logo_preview,#rates_logo_preview,#label_logo_preview,#tracking_logo_preview{
    height:35px;width:35px;
}
#map_pickup_region,#map_drop_off_region{
    float: left;
    height: 500px;
    width: 100%;
    border-radius: 8px;
}

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

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

.sidebar-menu li.active a {
    color: #706bfe;
}

.m-t-0 {
    margin-top: 0 !important;
}

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

#cancel_shipment_button {
    background: #fad3de;
    color: #fc4974;
}

.label-pending{
    background-color: #ffee9e;
}

.label-collection_requested{
    background-color: #ffd89e;
}
.label-collection_approved{
    background-color: #cccdff;
}
.label-out_for_collection{
    background-color: #a666f6;
}
.label-arrived_collection{
    background-color: #66aaf6;
}
.label-collected{
    background-color: #b9efcf;
}
.label-collection_failed{
    background-color: #ff8c8c;
}
.label-in_transit{
    background-color: #10faba;
}
.label-out_for_delivery{
    background-color: #fa8610;
}
.label-arrived_delivery{
    background-color: #fa68d0;
}
.label-delivered{
    background-color: #edeef7;
}
.label-attempted, .label-delivery_failed{
    background-color: #ffbdbd;
}
.label-returning{
    background-color: #e47e7e;
}
.label-arrived_return{
    background-color: #ffbdbd;
}
.label-exception{
    background-color: #b905eb;
}
.label-returned{
    background-color: #d3d5e5;
}
.label-error{
    background-color: #b905eb;
}
.label-cancelled{
    background-color: #d3d5e5;
}
.label-cancelled_driver{
    background-color: #d3d5e5;
}
.label-cancelled_carrier{
    background-color: #d3d5e5;
}
.label-cancelled_user {
    background-color: #d3d5e5;
}

.label-refund{
    background-color: #4aae9f;
}

.label-capture{
    background-color: #4aae9f;
}

.d-inline{
    display: inline-block;
}

.text-black{
    color: #000 !important;
}

.uppercase-first-letter:first-letter{
    text-transform: uppercase;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.label {
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 12px;
}

.three-dot-menu {
    background-image: url(../images/three-dot-horizontal.png);
    display: inline-block;
    width: 20px;
    height: 13px;
    background-position: center;
    cursor: pointer;
    margin-left: 5px;
}


#modal_delivery_point_info .modal-header {padding: 30px 30px 20px !important;}

#modal_delivery_point_info .modal-title {float: left;}

#modal_delivery_point_info .trip-number {
    float: right;
    margin: 15px 0 0;
    font-size: 16px;
    color: #050813;
}

#modal_delivery_point_info .modal-body {
    padding:  0 30px 0;
}

#modal_delivery_point_info .sender-info {
    padding: 10px;
    border: 1px solid #E0DFF2;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    color: #010101;
}

#modal_delivery_point_info .grey-text {
    color: #707087;
}

.parcels-wrapper {margin-top: 20px;}

.parcels-header {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.parcel-row {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.parcel-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.parcel-details.mb-20 {
    margin-bottom: 10px;
}

.green-txt {
    color: #54E4B0;
}

.parcel-row.bor-bottom {
    border-bottom: 1px solid #E0DFF2;
}

.parcel-row:last-child {
    margin: 0;
    padding: 0;
}

.text-bold {
    font-weight: bold;
}

.parcel-signature {
    max-width: 200px;
    border: 1px solid #E0DFF2;
    margin-right: 10px;
    border-radius: 8px;
    float: left;
    margin-bottom: 10px;
}

.parcel-image {margin-right: 10px;border-radius: 8px;max-width: 150px;margin-bottom: 10px;}

.parcel-row.flex {
    display: flex;
    flex-wrap: wrap;
}

.parcel-signature img {
    width: 100%;
    border-radius: 8px;
    height: 125px;
    overflow: hidden;
}

#modal_delivery_point_info .modal-footer {
    padding: 30px;
}

#modal_delivery_point_info .modal-footer #save-comment{
    background: #706bfe;
    color: white;
}

.badge {
    padding: 5px 10px;
    background-color: #777;
    border-radius: 12px;
    font-weight: normal;
}

.badge.pending {
    background: #e7e6e6;
    color: #333;
}

.badge.success {
    background-color: #C5F5C4;
    color: green;
}

.badge.attempted {
    background-color: #FC4974;
    color: #fff;
}

.badge.missed {
    background: #e7e6e6;
    color: #333;
}

.attempted-txt {
    color: #FC4974;
}

.missed-txt {
    color: #707087;
}

#modal_delivery_point_info  #comment {
    max-width: 100%;
    height: auto;
}

.parcels-wrapper:first-child {
    margin: 0;
}

#save-comment:disabled {
    opacity: 0.7;
}

.success-message {
    color: #006600;
    font-size: 12px;
}

#modal_delivery_point_info .help-block {
    font-size: 12px;
    margin: 0;
}

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

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

#frm_collection_times #map {
    width: 100%;
    height: 600px;
}

.header {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 8px;
    border-bottom: 1px solid #E1DFF2;
    margin-bottom: 10px;
}

.collection-row .form-control {
    height: auto;
    border: 1px solid #E1DFF2;
    padding: 5px;
    margin: 5px 0;
    color: #000;
}

.gm-style-iw-d + button {display: none !important;}

#confirm-frm {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-left: 1px solid #E1DFF2;
    background: #E1DFF2;
    color: #000;
    cursor: pointer;
}

.del-icon {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    width: 15px;
    text-align: center;
    cursor: pointer;
}

/* 2023-05-27 START */
/* For approve button in companies > carrier screen */
.btn-approve-carrier {
    background-color: #706bfe;
    border-radius: 20px;
    border: none;
    color: #fff;
    transition: all 0.8s ease;
    padding: 5px 10px;
}
/* 2023-05-27 END */
/* 2023-09-16 START For companies carrier rates settings*/
.carrier-rates-settings-tbl .table-content td:not(:last-child) {
    padding: 20px 20px 20px 0;
}
.dash-main-content .carrier-rates-settings-tbl .form-control{
    border: 1px solid #eeeff0;
    padding: 0px 10px;
}

.carrier-acc-rates-content .save-rates-btn{
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    height: unset;
}

.carrier-acc-rates-content .trip-content.fixed-content {
    margin-top: 0;
}
/* 2023-09-16 END */

/* 2024-05-09 START For Fastway regional hubs popup model */
#modal_configure_account .modal-header {
    padding: 20px;
}
#modal_configure_account .modal-title{
    text-align: left;
}
#modal_configure_account .table-content td {
    padding: 10px 0;
    border-bottom: unset;
}
#modal_configure_account .form-group {
    margin-bottom: 0;
}
#modal_configure_account .modal-body {
    padding: 15px 20px;
}
#modal_configure_account .modal-footer {
    text-align: right;
}
#modal_configure_account .table-content th {
    font-size: 15px;
    color: #272933;
    text-transform: none;
}
#modal_configure_account .table-content td.static-td{
    color:#aaaaaa;
}
#modal_configure_account #frm_configure_submit {
    background-color: #706bfe;
    color: #fff;
}
#modal_configure_account .alert-danger{
    margin: 0 20px;
}
/* 2024-05-09 END */
/* 2024-08-31 START */
.switch.account-carriers-setting{
    margin-right: 10px;
}
/* 2024-08-31 END */
/* FASTWAY ZONE SETTINGS START */
.maps-form-tbl {
    padding-top: 30px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}
.maps-form-tbl::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.maps-form-field-wrapper .zone_group_data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    color: #c7c9cb;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #eeeff0;
    align-items: center;
    padding: 20px 0;
}
.maps-form-field-wrapper .zone_group_data input[type="text"] {
    border: 0;
}
.maps-form-field-wrapper .zone_group_data input[type="text"]:focus {
    border-bottom: 1px solid #eeeff0;
}
.maps-form-field-wrapper input[type=text], .maps-form-field-wrapper .action-zone{
    width: 33%;
}
.maps-form-field-wrapper .zone-group-title{
    width: 100% !important;
}
.maps-form-field-wrapper .zone-group-title.form-control {
    font-size: 28px;
    height: auto;
    border-bottom: #fff;
}
.maps-form-field-wrapper .action-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.maps-form-field-wrapper .action-container i {
    padding-left: 10px;
    font-size: 16px;
    cursor: pointer;
}
.zone-group-wrapper .btn-cancel {
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 3px;
    font-size: 13.33px;
    padding: 7px 27px;
    color: #272933;
    background-color: #f3f5f7;
    border: 1px solid #f3f5f7;
    margin-right: 10px;
}
.maps-form-field-wrapper .action-container a {
    display: inline-block;
    width: 33%;
    color: #010101;
    cursor: pointer;
    text-align: center;
}
.zone-group-wrapper .maps-form-field-wrapper.has-error .form-control{
    border-bottom : 1px solid #eeeff0 !important;
}
.zone-group-wrapper .maps-form-field-wrapper.has-error .zone-group-title.form-control{
    border-bottom : 1px solid #a94442 !important;
}
.maps-form-tbl .zone-heading-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    color: #c7c9cb;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: 1px solid #eeeff0;
}
.maps-form-tbl .zone-heading-wrapper h5{
    width: 30%;
}
.maps-form-field-wrapper.has-error input[type="submit"] {
    border-color: #f3f5f7 !important;
}
/* FASTWAY ZONE SETTINGS END */

#modal_add_transaction option[value=""][disabled] {
    display: block;
}
#modal_add_transaction select.form-control {
    border: 0;
    border-bottom: 1px solid #eeeff0;
    padding: 0px 10px 0 0;
    color: #999999 !important;
}