#kt_app_content_container {
    padding-left: 0px !important;
}

.app-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.nabar_right_side {
    padding-right: 20px;
}

.right_side {
    font-family: "Roboto", sans-serif !important;
}

#kt_app_header_navbar {
    padding-left: 20px !important;
}

.h-full {
    height: 100%;
}

#containerNumber:-webkit-autofill {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #ffd100 inset;
}

@media (max-width: 991px) {
    #kt_app_header_navbar {
        padding-left: 0 !important;
    }
}

#kt_app_sidebar {
    display: none !important;
}

#kt_app_wrapper {
    margin-left: 0px !important;
}

.scroll_box.dragging {
    cursor: grabbing;
    user-select: none;
}

.scroll_box {
    cursor: grab;
}

.map_loader,
.rightside_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.map_loader .spinner-border,
.rightside_loader .spinner-border {
    width: 3rem;
    height: 3rem;
}

.map_loader .loader-text,
.rightside_loader .loader-text {
    color: #010535;
    font-weight: 500;
    font-size: 1rem;
}

.job_payment_details_container {
    min-height: 400px;
}

.overweight_state_list_container {
    max-height: calc(100vh - 627px);
}

/* .book_container {
    pointer-events: none;
} */

::selection {
    user-select: none;
}

.new_container_overly {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.new_container_overly::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000057;
}

body.overlay-active *:not(.permission_modal):not(.permission_modal *) {
    pointer-events: none;
    user-select: none;
}

.permission_modal {
    position: fixed;
    max-width: fit-content;
    width: 100%;
    left: 50%;
    top: 50%;
    /* padding: 25px; */
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999999999;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    pointer-events: auto;
}

/* .permission_modal {
    position: fixed;
    max-width: 550px;
    width: 100%;
    left: 50%;
    top: 50%;
    padding: 25px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999999999;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    pointer-events: auto;
} */

.permission_modal img {
    width: 150px;
    /* margin: auto;
    margin-top: -25px; */
}

.permission_modal * {
    pointer-events: auto;
}

.permission_modal p {
    font-size: 50px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}

.permission_modal .action_button {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.permission_modal button {
    width: 150px;
    height: 45px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.permission_modal button.continue_btn {
    background-color: #010535;
}

.permission_modal button.cancel_btn {
    background-color: #fc0b05;
}

.popup-container {
    width: 384px;
    height: 600px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #9ca3af;
    font-size: 24px;
    border: none;
    background: transparent;
}

.close-btn:hover {
    color: #374151;
}

.draygo-logo {
    width: 130px;
    height: 48px;
}

.container-logo {
    width: 256px;
    height: 176px;
    object-fit: contain;
}

.text-primary-dark {
    color: #010535;
}

.continue-btn,
.cancel-btn {
    background-color: #010535;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.2s;
}

.cancel-btn {
    background-color: #fc0b05;
}

.divider-icon {
    display: flex;
    align-items: center;
    height: 24px;
}

.divider-icon::before,
.divider-icon::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.divider-icon::before {
    margin-right: 12px;
}

.divider-icon::after {
    margin-left: 12px;
}
