@font-face {
    font-family: "Source Sans Pro Bold";
    src: url("../fonts/SourceSansPro-Bold.eot");
    src: url("../fonts/SourceSansPro-Bold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Bold.woff") format("woff"),
        url("../fonts/SourceSansPro-Bold.ttf") format("truetype"),
        url("../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro Regular";
    src: url("../fonts/SourceSansPro-Regular.eot");
    src: url("../fonts/SourceSansPro-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Regular.woff") format("woff"),
        url("../fonts/SourceSansPro-Regular.ttf") format("truetype"),
        url("../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Semibold";
    src: url("../fonts/SourceSansPro-Semibold.eot");
    src: url("../fonts/SourceSansPro-Semibold.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/SourceSansPro-Semibold.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Semibold.woff") format("woff"),
        url("../fonts/SourceSansPro-Semibold.ttf") format("truetype"),
        url("../fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold")
            format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --charcoal-blue: #1a1b2b;
    --alabaster: #f5f7fa;
    --white: #ffffff;
    --bright-sapphire: #465dff;
    --whisper: #efeff0;
    --inter-font: "Inter", sans-serif;
    --gainsboro: #ededed;
    --charcoal-blue: #323a53;
    --dark-gray: #212529;
    --slate-gray: #939ba2;
}

body {
    font-family: var(--inter-font);
    font-weight: 400;
    font-size: 14px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #2f3a60;
    color: #fff;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #2f3a60;
    color: #fff;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #97aac1;
}

a {
    color: #232f51;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #232f51;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #232f51;
    border-color: #232f51;
}

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

.btn-primary {
    background-color: #232f51;
    border-color: #232f51;
}

.btn-primary:focus {
    background-color: #465dff1a;
    color: #232f51;
}

.btn-primary:hover {
    background-color: #465dff1a;
    color: #232f51;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #232f51;
    border-color: #232f51;
}

.brand-link .brand-image {
    float: none;
    margin: auto;
}

.content-heading h1 {
    color: var(--charcoal-blue);
    line-height: 2;
    font-weight: 600;
}

/* Color Start  */
.alabaster-bg {
    background-color: var(--alabaster);
}

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

.cmt-6 {
    margin-top: 6px;
}

.bt-0 {
    border-top: 0;
}

/* PointV3 Screen Start */
.content-wrapper-box input[type="checkbox"] {
    accent-color: var(--bright-sapphire);
}

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

.table-text {
    font-family: var(--inter-font);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.615;
    color: var(--charcoal-blue);
}

.card-body-table .table thead th {
    border: 0;
    padding: 10px 0;
    line-height: 24px;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.d2d-table .table {
    border: 1px solid var(--whisper);
}
.d2d-table .table thead th {
    border: 0;
    line-height: 24px;
    padding: 8px 10px;
    background-color: var(--whisper);
}

.d2d-table .table thead tr:last-child th.th-bordered {
    border-top: 1px solid #dfdfdf;
}

.d2d-table .table thead th:not(:first-child).th-bordered {
    border-left: 1px solid #dfdfdf;
}

.d2d-table .table thead td {
    line-height: 24px;
    padding: 8px 10px;
}

table.dataTable thead span.sort-icon {
    padding-left: 18px;
    width: 16px;
    height: 16px;
}

.d2d-table table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 10px !important;
}

.d2d-table table.dataTable thead .sorting span {
    background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png")
        no-repeat center right;
}
.d2d-table table.dataTable thead .sorting_asc span {
    background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png")
        no-repeat center right;
}
.d2d-table table.dataTable thead .sorting_desc span {
    background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png")
        no-repeat center right;
}

.d2d-table table.dataTable thead .sorting_asc_disabled span {
    background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png")
        no-repeat center right;
}
.d2d-table table.dataTable thead .sorting_desc_disabled span {
    background: url("http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png")
        no-repeat center right;
}

.d2d-table table.dataTable thead .sorting::before,
.d2d-table table.dataTable thead .sorting_asc::before,
.d2d-table table.dataTable thead .sorting_desc::before,
.d2d-table table.dataTable thead .sorting_asc_disabled::before,
.d2d-table table.dataTable thead .sorting_desc_disabled::before {
    content: "";
}

.d2d-table table.dataTable thead .sorting::after,
.d2d-table table.dataTable thead .sorting_asc::after,
.d2d-table table.dataTable thead .sorting_desc::after,
.d2d-table table.dataTable thead .sorting_asc_disabled::after,
.d2d-table table.dataTable thead .sorting_desc_disabled::after {
    content: "";
}

.card-body-table #segmentTable.table thead th {
    border: 1px solid #dee2e6;
}

.card-body-table .table:not(.no-width) thead th {
    padding: 10px 10px;
}

.card-body-table .table td {
    /* padding: 7px 4px; */
    border-top: 0;
    border-bottom: 1px solid var(--gainsboro);
    vertical-align: middle;
}

.table-border {
    border: 1px solid var(--gainsboro);
    border-radius: 6px;
    padding: 9px 4px;
}

.table-border.p-large {
    padding: 9px 14px;
}

.card-body-table .custom-select {
    background: #fff url("../img/down-arrow.png") right 0.75rem center / 10px
        6px no-repeat;
}

.card-body-table .custom-select:focus {
    border-color: var(--bright-sapphire);
}

.card-table .nav-pills {
    gap: 8px;
}

.card-table .nav-pills .nav-link {
    color: var(--charcoal-blue);
    background: var(--gainsboro);
}

.card-table .nav-pills .nav-link.active,
.card-table .nav-pills .show > .nav-link {
    color: var(--white);
    background-color: var(--bright-sapphire);
    border-radius: 6px;
}

.card-table .nav-pills .nav-link:not(.active):hover {
    color: var(--bright-sapphire);
}

.custom-btns .nav-pills {
    gap: 8px;
}

.custom-btns .nav-pills a {
    background: #eee;
}

.card-table .card-header {
    border-bottom: 0;
}

.content-wrapper-box iframe {
    vertical-align: top;
}

.card-body-table .table:not(.no-width) {
    min-width: 1024px;
}

.map-tab .card-body-table .table td {
    border-bottom: 0;
}

.map-search .form-control {
    border: 1px solid var(--gainsboro);
}

.form-control:focus {
    border-color: var(--bright-sapphire);
}

.map-search {
    max-width: 400px;
    margin-left: auto;
}

/* PointV3 Screen End */

/* Sign in start */
.h-100vh {
    height: 100vh;
}

.sign-in .sign-in-left img {
    object-fit: cover;
}

.sign-in-left {
    width: 45.625vw;
    overflow: hidden;
}

.sign-in-left::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
            180deg,
            rgba(26, 27, 43, 0) 33.01%,
            #1a1b2b 84.42%
        ),
        linear-gradient(0deg, rgba(26, 27, 43, 0.3), rgba(26, 27, 43, 0.3));
}

.sign-in-right {
    width: 54.375vw;
    padding: 36px 36px 34px;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
}

.sign-in-heading {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.37400001287460327px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 110px;
    color: var(--white);
    width: 100%;
    text-align: center;
}

.sign-in-form {
    max-width: 360px;
    margin: 17.778vh auto 0;
}

.sign-in-title {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 35.2px;
    letter-spacing: 0.36000001430511475px;
    text-align: left;
    margin-bottom: 32px;
}

.sign-in .toggle-password {
    border: none;
    background: none;
}

.sign-in .form-group label {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin: 0 0 9px 0;
    color: var(--dark-gray);
    width: 100%;
}

.sign-in .form-group {
    margin-bottom: 14px;
}

.sign-in .form-group .form-control {
    border: 1px solid rgba(206, 212, 218, 1);
    height: calc(2.25rem + 0px);
    font-family: "Source Sans Pro Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    color: var(--dark-gray);
    border-radius: 4px;
}

.sign-in .form-group .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.sign-in .form-group.form-group-password .form-control {
    padding-right: 42px;
}

.sign-in .form-group.form-group-password .btn {
    color: var(--slate-gray);
}

.sign-in .form-group.form-group-password .btn:active {
    background-color: transparent;
}

.sign-in .form-group .form-control:focus {
    border: 1px solid var(--bright-sapphire);
}

.sign-in .form-group .input-group-append {
    top: 0;
    right: 0;
}

.forgot-link {
    font-family: "Source Sans Pro Regular", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.07800000160932541px;
    text-align: right;
    color: var(--bright-sapphire);
    margin: 2px 0 0 0;
}

.forgot-link:hover {
    color: var(--bright-sapphire);
    text-decoration: underline;
}

.signin-form .sign-in-footer .btn {
    padding: 12px 24px 12px 24px;
    border-radius: 6px;
    margin: 40px 0;
    font-family: "Source Sans Semibold", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    background-color: var(--bright-sapphire);
    color: var(--white);
    border: 0;
}

.sign-in-footer-info {
    font-family: "Source Sans Pro Regular", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.06599999964237213px;
    text-align: center;
    color: #99a1ad;
}

@media only screen and (max-width: 1199px) {
    .sign-in-heading {
        font-size: 30px;
        line-height: 36px;
        bottom: 90px;
    }

    .sign-in-form {
        margin: 14vh auto 0;
    }
}

@media only screen and (max-width: 991px) {
    .sign-in-form {
        margin: 10vh auto 0;
    }
}

/* Sign in end */

/* Add Truck Start */
.add-truck-screen .content-heading {
    padding: 17.5px 0;
}

.add-truck-screen .content-heading h1 {
    font-family: var(--inter-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.add-truck-screen .card.card-white {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.125),
        0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: 0;
}

.add-truck-screen .card .card-header {
    padding: 14px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.add-truck-screen .card .card-header .card-title {
    font-family: "Source Sans Pro Regular", sans-serif;
    font-size: 17.6px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    color: var(--dark-gray);
}

.add-truck-screen .card .card-body {
    padding: 16px 20px;
}

body .card.card-white .form-group .form-control::placeholder,
body .card.card-white .form-group .form-control::-webkit-input-placeholder {
    color: var(--slate-gray);
}

.card.card-white .form-group label {
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #000;
}

.card.card-white .form-group .form-control {
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    height: calc(2.25rem + 0px);
    border: 1px solid rgba(206, 212, 218, 1);
    padding: 6px 14px;
}

.card.card-white .form-group .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.card.card-white .form-group .form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.card.card-white .form-group textarea.form-control {
    height: auto;
    padding: 9px 14px;
}

.card.card-white .custom-file {
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.card.card-white .custom-file-input,
.card.card-white .custom-file,
.card.card-white .select2-container--default .select2-selection--single {
    height: calc(2.25rem + 0px);
}

.card.card-white
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: -6px;
}

.card.card-white
    .select2-container--default:not(.select2-container--focus)
    .select2-selection--single
    .select2-selection__rendered,
.card.card-white .form-group.form-upload .form-control,
.card.card-white .form-group .form-control {
    color: var(--slate-gray);
}

.card.card-white
    .select2-container--default:not(.select2-container--focus)
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: var(--slate-gray) transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}

.card.card-white .form-group .form-control,
.card.card-white
    .select2-container--default.select2-container--focus
    .select2-selection--single
    .select2-selection__rendered,
.card.card-white
    .select2-container--default.select2-container--focus
    .select2-selection--single
    .select2-selection__arrow
    b {
    color: var(--dark-gray);
}

.card.card-white .form-group label.form-control {
    line-height: 21px;
    cursor: pointer;
}

.card.card-white .form-group label.form-control.custom-file-label::after {
    content: "";
    min-width: 42px;
    max-width: 80px;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-left: 1px solid rgba(206, 212, 218, 1);
    background: rgba(233, 236, 239, 1) url("../img/upload-image-icon.png")
        center / 14px 16px no-repeat;
    cursor: pointer;
}

.card.card-white .form-group .form-control[type="date"] {
    font-size: 0;
    cursor: pointer;
    color: var(--slate-gray);
}

.card.card-white .form-group .form-control[type="date"]:focus-within {
    font-size: 14px;
}

.card.card-white
    .form-group
    .form-control[type="date"]::-webkit-calendar-picker-indicator {
    font-size: 14px;
    filter: invert(53%) sepia(4%) saturate(10%) hue-rotate(180deg)
        brightness(93%) contrast(89%);
}

.card.card-white .placeholder {
    position: absolute;
    top: 50%;
    left: 14px;
    font-family: var(--inter-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}

.card.card-white .form-control:focus-within + .placeholder {
    font-size: 0;
}

.card.card-white .form-control:focus-within + .placeholder,
.card.card-white .form-control:not(:placeholder-shown) + .placeholder {
    font-family: var(--inter-font);
    color: var(--slate-gray);
    margin: 0;
    font-weight: 400;
}

.content-box-footer {
    padding: 13px 16px;
}

.content-box-footer .card-footer {
    gap: 8px;
}

.content-box-footer .card-footer .btn {
    border-radius: 6px;
    transition: 0.4s ease all;
}

.content-box-footer .card-footer .btn-cancle {
    border: 1px solid #ced4da;
    color: #939ba2;
    background-color: #ffffff;
}

.btn-submit {
    background-color: #232f51;
    color: #ffffff;
    border: 1px solid #232f51;
}

.content-box-footer .card-footer .btn-cancle:hover {
    background-color: #939ba21a;
}

.btn-submit:hover {
    background-color: #465dff1a;
    color: #232f51;
}

.card.card-white .img-thumbnail {
    max-width: 120px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid rgba(206, 212, 218, 1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .card.card-white .placeholder {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        max-width: 220px;
    }
}

/* Add Truck End */

#preloaderTruck {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.blinking {
    margin-top: 300px;
    text-align: center;
}

@keyframes moveTruck {
    0% {
        transform: translateX(0);
        /* Starts at the left */
    }

    100% {
        transform: translateX(100vw);
        /* Moves to the right edge of the viewport */
    }
}

#truck_loader {
    font-size: 50px;
    /* Set size of the truck icon */
    position: relative;
    animation: moveTruck 10s linear infinite;
    /* Animates the truck for 5 seconds */
}

.scrollable-modal {
    height: 70vh;
    overflow-y: auto;
}

.invalid-feedback-be {
    font-size: 80%;
    color: #dc3545;
}

.dataTables_processing {
    display: none !important;
}

.userIndexPage .dataTables_filter {
    display: inline;
    float: right;
}

.dt-buttons {
    float: right;
}

.filter-btn,
.filter-btn:hover {
    border-color: #fff !important;
}

.deleteLine {
    cursor: pointer;
}

.vHide {
    visibility: hidden;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-family: var(--inter-font) !important;
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    color: #212529 !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    color: #212529 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.modal-dialog-slideout {
    min-height: 80%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 80%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
    height: 69px;
    display: block;
}

.modal-dialog-slideout .modal-header h5 {
    float: left;
}

.modal-footer {
    justify-content: center !important;
}

.card.card-white .form-group .form-control.is-invalid,
.was-validated .form-control:invalid + .form-control {
    border-color: #dc3545 !important;
}

.fa-save {
    cursor: pointer;
}

.checkbox_container input[type="checkbox"] {
    display: none;
}

/* Style the checkmark span */
.checkbox_container .checkmark {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    background-color: white;
    transition: all 0.3s;
    display: inline-block;
    margin-right: 10px;
    /* Space between the checkbox and label text */
}

/* When checkbox is checked, show the checkmark */
.checkbox_container input:checked + .checkmark::after {
    content: "✔";
    /* Checkmark character */
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 18px;
    color: white;
    display: block;
    /* Show the checkmark */
}

/* Optionally, change the background color of the checkbox when checked */
.checkbox_container input:checked + .checkmark {
    background-color: #232f51;
    border-color: #232f51;
}

/* Hover effect for the custom checkbox */
.checkbox_container .checkmark:hover {
    border-color: #007bff;
    cursor: pointer;
}

/* Focus effect (for accessibility) */
.checkbox_container input[type="checkbox"]:focus + .checkmark {
    outline: 2px solid #0056b3;
}

/* Style for the label text */
.checkbox_container {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    /* Space for the custom checkbox */
    cursor: pointer;
}

/* .modal {
    height: auto
} */

.dataTables_filter input:before {
    font-weight: 900;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.select2-purple .select2-container {
    min-width: 100%;
}

.select2-container:not(.no-checkbox) .select2-results__option:before {
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
    top: 0.25rem;
    left: -1.5rem;
    display: inline-flex;
    margin-right: 10px;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}

.select2-results__option[aria-selected="true"]:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
    box-shadow: none;
}

.select2-purple
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #2f3a60;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #2f3a60;
    color: #fff;
}

/* table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\02C6" !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\02C7" !important;
} */

/* points-module.css */

.points-module #map {
    height: 70vh;
    width: 100%;
}

.points-module .gm-style-iw-chr {
    height: 15px !important;
    width: auto;
}

.points-module .gm-style-iw-a {
    width: auto !important;
}

.points-module .point_type_filter {
    margin-top: 5px;
}

.points-module #filterCheckboxes label {
    display: block;
    font-weight: normal;
    padding-left: 2px;
}

.points-module .custom-btns .btn-secondary.active {
    background-color: #232f51 !important;
    border-color: #232f51 !important;
}

.points-module .custom-btns .btn-secondary {
    color: #232f51;
}

.trucks-module .select2-container {
    display: block;
}

.trip-module .select2-container {
    display: block;
}

.haulway-module .select2-container {
    display: block;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.button-group button {
    background-color: #232f51;
    color: white;
    border: none;
    padding: 12px 25px; /* Increased padding for better button size */
    cursor: pointer;
    font-size: 18px; /* Increased font size */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button-group button:hover {
    background-color: #1a2438; /* Darker shade on hover */
}

.sign-in-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.message {
    font-size: 16px;
    margin-bottom: 20px;
}
.popup-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Background overlay */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it sits on top of other content */
    display: flex; /* Use flexbox to center the modal */
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 80%; /* Responsive width */
    text-align: center;
    position: relative; /* Needed to position the close button */
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.popup-close:hover {
    color: #ff0000; /* Change color on hover */
}

.input-area {
    margin: 20px 0;
}

.input-area textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.save-btn {
    padding: 10px 20px;
    background-color: #232f51;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.save-btn:hover {
    background-color: #232f51;
}

/* new feedback csss */
.table-feedback {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.table-feedback th,
.table-feedback td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.table-feedback th {
    background-color: #001f3d;
    /* Navy Blue */
    color: white;
}

.table-feedback tr:nth-child(even) {
    background-color: #f2f2f2;
}

.total {
    font-weight: bold;
    background-color: #e2e2e2;
}
/* Contact Details Table Styling (Two Columns with Flexbox) */
.contact-details-table {
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

.contact-details-table td {
    padding: 8px;
}

.contact-details-table .key {
    font-weight: bold;
    width: 150px;
    /* Adjust label column width */
}

.contact-details-left,
.contact-details-right {
    width: 48%;
    /* Each section takes up almost half of the available space */
}

.logo {
    text-align: left;
    margin-bottom: 20px;
}

.logo img {
    max-width: 150px;
}

/* Header Section Styling */
.header-feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.header-feedback .logo {
    flex: 1;
}

.header-feedback .address {
    flex: 2;
    text-align: right;
    font-size: 14px;
    line-height: 1.5;
}

/* Adjusting the space between <p> tags in the address div */
.address p {
    margin: 0;
    /* Remove default margin */
    line-height: 1.4;
    /* Optional: Adjust line height for better readability */
}

/* Instructions Box Styling */
.instructions-box {
    border: 2px solid #ddd;
    padding: 15px;
    background-color: #f9f9f9;
    margin-top: 20px;
    font-size: 12px;
    /* Smaller font size */
    color: #000000;
    /* Black text color */
    border-radius: 5px;
}

.instructions-box h3 {
    margin-top: 0;
    color: #001f3d;
    font-size: 14px;
    /* Adjusted font size for the header-feedback */
}

/* T&C Box Styling */
.tc-box {
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
    text-align: right;
    /* Aligning text to the right */
}

/* Footer Contact Details Styling */
.footer {
    margin-top: 20px;
    text-align: right;
    /* Align text to the right side */
    font-size: 14px;
    color: white;
    /* White text for contrast */
    background-color: #001f3d;
    /* Dark background for footer */
    padding: 10px;
    /* Some padding to create space around the text */
    border-top: 3px solid #000;
    /* Dark black top border */
}

.footer .name,
.footer .phone {
    display: block;
    margin-top: 5px;
}

.message-feedback {
    padding-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .table-feedback {
        font-size: 12px;
    }

    .table-feedback th,
    .table-feedback td {
        padding: 6px;
    }

    .logo img {
        max-width: 100px;
    }

    .contact-details-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-details-left,
    .contact-details-right {
        width: 100%;
        /* Stack vertically on smaller screens */
    }

    .header-feedback {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-feedback .address {
        text-align: left;
        margin-top: 10px;
    }

    .footer {
        text-align: left;
        /* Align to left on smaller screens */
    }
}

#pointsTable .btn.view_point_btn, #pointsTable .btn.edit_point_btn, #pointsTable .btn.removePoint {
padding: 0;
}

.btn-green {
    color: #34C759;
    font-weight: bold;
}

.btn-red {
    color: #FF3737;
    font-weight: bold;
}
.plottingDone {
    float:right;
    margin-top:10px
}
