html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

.loginSec {
    background: url(../images/Background.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    position: relative;
}

    .loginSec::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(1 1 1 / 42%);
    }

    .loginSec::after {
        content: '';
        background: url(../images/Loging_AFTERSHAPE.png) no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 616px;
        z-index: 1;
    }

.loginFormBox {
    width: 570px;
    background: #fff;
    padding: 56px 48px;
    border-radius: 30px;
    z-index: 9;
    position: relative;
}


    /* 
.loginFormBox::before {
    content: '';
    background-color: #004B8F;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
} */

    /* .loginFormBox::after {
    content: '';
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
} */

    .loginFormBox h2 {
        margin: 10px 0px;
    }

    .loginFormBox > span {
        display: block;
        margin: 10px 0px;
    }

.loginFormSec i, .loginFormSec svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
}


.loginFormSec .loginBTN {
    background: #004B8F;
    padding: 15px 0px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
    border-radius: 9.888px;
    background: #004B8F;
    box-shadow: 0px 7.91px 20.765px 0px rgba(0, 0, 0, 0.16);
    border: 0px;
    width: 180px;
    color: #fff;
    font-weight: 600;
}

.main-row {
    display: flex;
    height: 100%;
}

.left-content, .right-content {
    flex: 1;
}

.container-max {
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
}

.left-content {
    z-index: 1;
    position: relative;
}

.left-content {
    height: 100%;
}

.content_box {
    height: 100vh;
}

.right-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-bg::before {
    content: "";
    position: absolute;
    width: 570px;
    background-color: #004B8F;
    z-index: 2;
    height: 660px;
    top: -330px;
    left: 50px;
    border-radius: 30px;
}

.after-bg {
    position: relative;
}

.content_box {
    color: #fff;
    max-width: 80%;
}

    .content_box h4 {
        color: #EEE;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .content_box h2 {
        color: #EEE;
        font-family: Roboto;
        font-size: 76px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .content_box P {
        color: #EEE;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.content_box {
    color: #fff;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-block-end: 10%;
}

.loginFormBox h2 {
    color: #0C0D0C;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 31.641px;
}

.loginFormBox span {
    color: #00194A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.cstmInputBox label {
    color: #1C1C1C;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.cstm-input-box input {
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    background: rgba(249, 249, 249, 0.80) !important;
    box-shadow: unset !important;
    padding: 12px 35px !important;
}

.cstm-form-check input {
    width: 25px;
    height: 25px;
}

.cstm-form-check input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #757575;
}

.cstm-form-check label {
    color: #3F3F3F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.forgotPasswordSec a {
    color: #3F3F3F !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none !important;
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

* {
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    height: 100%;
    background: #f1f1f1;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
}

.body-content-inner > h1 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #282826;
}


.dashboard-btn {
    background: #e8980d !important;
    color: #fff !important;
}

.loginSec {
    background: url('../images/Background.png') no-repeat;
    background-position: left;
    background-size: cover;
    height: 100vh;
    min-height: 100vh;
    position: relative;
}

    .loginSec::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(1 1 1 / 37%);
    }

    .loginSec::after {
        content: '';
        background: url(../images/Loging_AFTERSHAPE.png) no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 616px;
        z-index: 1;
        background-size: 100% 100%;
    }

.loginFormBox {
    width: 500px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    z-index: 9;
    position: relative;
}

    .loginFormBox h2 {
        margin: 10px 0px;
    }

    .loginFormBox > span {
        display: block;
        margin: 10px 0px;
    }

.loginFormSec i,
.loginFormSec svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
}

.loginFormSec .loginBTN {
    background: #004B8F;
    padding: 15px 0px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0 0;
    border-radius: 9.888px;
    background: #004B8F;
    box-shadow: unset;
    border: 0px;
    width: 100%;
    color: #fff;
    font-weight: 600;
}

.drive-through-logo {
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 10px;
}

.main-row {
    display: flex;
    height: 100%;
}

.left-content,
.right-content {
    flex: 1;
}

.container-max {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.left-content {
    z-index: 1;
    position: relative;
}

.left-content {
    height: 100%;
}

.content_box {
    height: 100vh;
}

.right-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.after-bg::before {
    content: "";
    position: absolute;
    width: 500px;
    background-color: #004B8F;
    z-index: 2;
    height: 540px;
    top: -270px;
    left: 50px;
    border-radius: 30px;
}

.after-bg {
    position: relative;
}

.content_box {
    color: #fff;
    max-width: 80%;
}

    .content_box h4 {
        color: #EEE;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .content_box h2 {
        color: #EEE;
        font-family: Roboto;
        font-size: 76px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        display: flex;
        justify-content: center;
    }

    .content_box P {
        color: #EEE;
        font-family: Poppins;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.content_box {
    color: #fff;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-block-end: 10%;
}

.loginFormBox h2 {
    color: #0C0D0C;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 31.641px;
}

.loginFormBox span {
    color: #00194A;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.cstmInputBox label {
    color: #1C1C1C;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.cstm-input-box input {
    border-radius: 10px;
    border: 1px solid #D7D7D7;
    background: rgba(249, 249, 249, 0.80) !important;
    box-shadow: unset !important;
    padding: 12px 35px !important;
}

.cstm-form-check input {
    width: 25px;
    height: 25px;
}

.cstm-form-check input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #757575;
}

.cstm-form-check label {
    color: #3F3F3F;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.forgotPasswordSec a {
    color: #3F3F3F !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none !important;
}


.header {
    margin-left: 250px;
    width: calc(100% - 250px);
    height: 60px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    position: fixed;
    padding: 0px 15px;
    top: 0px;
    z-index: 9;
    transition: all ease .3s;
}

.header-content {
    padding: 0px;
}

.cstm-bars {
    cursor: pointer;
}

.sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}

    .sidebar-logo img {
        margin-top: 20px;
    }

.sidebar {
    width: 250px;
    color: #B1B1B1;
    background-color: #004b8f;
    min-height: calc(100vh - 0px);
    padding: 0;
    position: fixed;
    z-index: 999;
    top: 0px;
    transition: all ease .3s;
}

.body-content {
    width: calc(100% - 250px);
    margin-left: 250px;
    transition: all ease .3s;
    overflow-y: auto;
    overflow-x: hidden;
}

.body-content-inner {
    padding: 20px;
    margin-top: 60px !important;
}

/* .sidebar.shrink{
    width: 70px;
}
.body-content.add{
    margin-left: 70px;
    width: calc(100% - 70px);
    transition: 0.5s;
}  */

.sidebar ul {
    margin-top: 55px;
}

    .sidebar ul li a {
        font-size: 18px;
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

ul.listing-outer li {
    padding: 10px 15px;
    margin-left: 10px;
}

.sidebar ul.listing-outer li.active {
    background: #fff;
    padding: 10px 15px;
    width: 96%;
    text-decoration: none;
    color: #004b8f;
    background: rgb(254, 254, 254);
    margin-left: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .sidebar ul.listing-outer li.active a {
        color: #161616;
        font-weight: 500;
    }

.sidebar ul li a svg {
    fill: #fff !important;
}

.sidebar ul li.active a svg {
    fill: #161616 !important;
}

.menu-right {
    cursor: pointer;
}

.body-content .card {
    fill: #FFF;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04));
    border: 0;
    padding: 20px;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 30px;
}

.resetBtn {
    background: #d13001 !important;
    color: #fff !important;
    width: max-content;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-left: auto;
    border: 0 !important;
    outline: 0;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 110px;
}

/*#saveButton {
    background-color: #5bac33;
    color: white;
    border: 0;
    outline: 0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
}*/

.cstm-drpdwn {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #E0E0E0;
    padding: 10px 25px;
    margin: 15px 0px;
}

.cstm-drpdwn-select {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.cstm-down-select.rotate {
    transform: rotate(-180deg);
}

.cstm-drpdwn-option {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    top: 54px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    display: none;
    z-index: 9;
    font-family: 'Poppins', sans-serif;
}

    .cstm-drpdwn-option.open {
        display: block;
    }

    .cstm-drpdwn-option ul {
        margin: 0;
        padding: 2px 10px;
    }

        .cstm-drpdwn-option ul li a {
            color: #808080 !important;
            text-decoration: none;
            font-size: 18px;
            font-weight: 400;
            font-family: 'Poppins', sans-serif;
            cursor: pointer;
        }



.cstm-select label {
    border-radius: 8px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    outline: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    background: #fff;
}

.cstm-select input, .cstm-select textarea {
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    outline: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

.date-range-div {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

button.cstm-restart {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.13);
    padding: 12px 11px;
    width: 150px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    outline: 0;
    border: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

button.cstm-search-btn {
    border-radius: 8px;
    background: #3A3570;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.13);
    padding: 12px 11px;
    width: 150px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    outline: 0;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: none;
}


/*button.cstm-add-confinado {
    background-color: #e8980d;
    color: white;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
}*/

.cstm-table {
    width: 100%;
}

    .cstm-table tr th {
        background-color: #004B8F !important;
        color: white;
        font-weight: 500 !important;
        text-align: center !important;
        min-width: 180px !important;
    }

    .cstm-table tbody tr td {
        vertical-align: middle;
        align-items: center;
        font-size: 16px;
        padding: 10px 0px;
    }

    .cstm-table td.cstm-img img {
        width: 35px;
        border-radius: 50%;
        object-fit: cover;
    }

    .cstm-table tbody tr td a {
        text-decoration: none !important;
        color: #3A3570 !important;
        font-weight: 500;
    }

.cstm-menu-options {
    background: #fff;
    width: 100%;
    top: 32px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.04));
    border-radius: 5px;
    padding: 6px 15px;
    display: none;
}

    .cstm-menu-options.open {
        display: block;
        margin-top: 15px;
        background: #edf5fe;
        border: 1px solid #004b8f;
        padding: 10px;
        position: absolute;
        left: 0;
        width: 100%;
    }

    .cstm-menu-options ul {
        margin: 0;
        padding: 0;
    }

        .cstm-menu-options ul li {
            list-style: none;
        }

            .cstm-menu-options ul li a {
                text-decoration: none;
                color: #000 !important;
                font-size: 14px;
            }

/* Switch toggle */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #5bac33;
    font-size: 8px;
    width: 50px;
    height: 25px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    font-size: 8px;
    width: 50px;
    height: 25px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.eye-icon i {
    color: #5bac33;
    cursor: pointer;
    font-size: 20px;
}

.cstm-select-inner {
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    outline: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

button.cstm-back-btn {
    background-color: #58585a;
    color: white;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    min-width: 110px;
    font-weight: 500;
}

button.cstm-save-btn {
    background-color: #5bac33;
    color: white;
    border: 0;
    outline: 0;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 5px;
    min-width: 110px;
}

.cstm-cross i {
    display: none;
}

/* write css code for forgot password start */

.send-link-button, .update-password {
    padding: 15px 0px;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    border-radius: 9.888px;
    background: #004B8F;
    box-shadow: 0px 7.91px 20.765px 0px rgba(0, 0, 0, 0.16);
    border: 0px;
    color: #fff;
    font-weight: 600;
}

.loginBTN-nonactive, .back-to-login {
    padding: 15px 0px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0px;
    border-radius: 9.888px;
    background: transparent;
    box-shadow: 0px 7.91px 20.765px 0px rgba(0, 0, 0, 0.16);
    border: 0px;
    color: #000;
    font-weight: 600;
}

button.back-to-login {
    border: 1px solid #004b8f;
    box-shadow: none;
}


/* write css code for forgot password end */


.total-box .card {
    margin-bottom: 30px;
}

ul#myUL li {
    margin: 0 0 8px 0;
}

    ul#myUL li.assign-heading {
        margin-bottom: 10px;
        font-weight: bold;
    }


        ul#myUL li.assign-heading h6 {
            font-size: 22px;
            font-weight: 500;
        }

    ul#myUL li.submenu {
        margin-left: 20px;
    }

/* dashboard css start here */
.card_box {
    display: flex;
    /*    width: calc(100% /3 - (3 * 20px / 4));*/
    width: 100%;
    padding: 30px 20px;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #EEE;
    background: #FFF;
    position: relative;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

    .card_box h3 {
        color: #004B8F;
        font-family: Poppins;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }

    .card_box p {
        color: #888;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        /* line-height: 120%; */
        margin-bottom: 0;
    }

.card_icon {
    width: 177px;
    height: 177px;
    position: absolute;
    right: -35.5px;
    top: -25px;
    border-radius: 50%;
    background: rgb(25 122 236 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card_icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
    }

.Dashboard_card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.card_box.active .card_icon {
    background: rgba(2, 163, 47, 0.08);
}

.card_box.inactive .card_icon {
    background: rgba(143, 9, 0, 0.08);
}
/* sidebar css */
.sidebar.shrink {
    transform: translateX(-300px);
}

.header.add {
    width: 100%;
    margin-left: unset;
    transition: 0.5;
}

.body-content.add {
    width: 100%;
    margin-left: unset;
    transition: 0.5;
}
/* sidebar css */
/* dashboard css end here */
#adminDiv {
    margin-top: 20px;
    display: none;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}


/*25 Oct 2024 CSS*/
.input_type_ui,
.input_type_link {
    background: #ebebeb;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #00000042;
    cursor: text;
    min-height: 40px;
    display: flex;
    align-items: center;
}

    .input_type_link a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 6px 12px;
        text-decoration: none !important;
        color: #004B8F;
    }

        .input_type_link a:hover {
            color: #004B8F;
        }




.accordion .accordion-header {
    padding: 0;
    background: transparent;
    border-bottom: 1px solid #dee2e6;
}

.accordion-header h4 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 20px;
    color: #212529;
    text-align: left;
    border: 0;
    border-radius: 0;
    transition: 0.5s all ease-in-out;
    font-weight: 400;
    justify-content: space-between;
    font-size: 20px;
}

.accordion .accordion-section {
    border: 1px solid #dee2e6;
    border-top: 0px;
    margin: 0;
}

    .accordion .accordion-section:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-top: 1px solid #dee2e6;
    }

    .accordion .accordion-section:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.accordion-section.active_tab .accordion-header h4,
.accordion-section .accordion-header h4:hover {
    background: #004b8f;
    color: white;
}

.accordion .accordion-section:first-child .accordion-header h4 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion .accordion-section:last-child .accordion-header h4,
.accordion .accordion-section:last-child .accordion-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*button.btn.btn-primary,
.page-item.active .page-link {
    background: #004b8f !important;
    border-color: #004b8f !important;
}

    button.btn.btn-primary:hover {
        background: #023868;
    }*/

#backButton.btn-outline-dark.back_btn_dashboard {
    margin-left: 10px;
    text-align: center;
    background-color: #FFFF;
    color: #004b8f;
    outline: none;
    border: none;
    box-shadow: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 0;
    width: auto;
    padding-right: 0;
    border-radius: 50%;
    border: 1px solid #004b8f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 5px;
}

button.btn_sidebar_menu {
    padding: 0;
    margin-right: 10px;
    font-size: 20px;
    color: #004b8f;
    border: 0;
    background: #fff !important;
}

    #backButton.btn-outline-dark.back_btn_dashboard:hover,
    button.btn_sidebar_menu:hover {
        background: #f3f3f3;
    }

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.form-check-input:checked {
    background-color: #004B8F;
    border-color: #004B8F;
}

#breadcrumb .active {
    font-weight: bold;
    color: #000;
}

.storeTextDescription p {
    margin-top: 15px;
}

.storeTextDescription ul {
    list-style-type: disc !important;
    margin-left: 20px;
}

.storeTextDescription li {
    display: list-item !important;
}

.fixed-position {
    position: fixed;
    top: 5%;
    left: 16px;
}

.breadcrumb li a {
    text-decoration: none !important;
}

.separator {
    margin: 0 5px;
    display: inline-block;
}


/*30/12/2024*/

.custom-breadcrumb ol {
    margin: 0;
}

.cstm-menu-options {
    width: auto;
}

.poppins-regular {
    text-wrap-mode: nowrap;
}

.custom-select2-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: unset;
    width: fit-content;
}

.dt-button.buttons-csv.buttons-html5.btn.btn-success, .dt-button.buttons-csv.buttons-html5 {
    background-color: #5bac33;
    color: #FFF;
    border-radius: 7px;
    border: 2px solid #5bac33;
    margin-bottom: 14px;
    font-size: 16px;
}

    .dt-button.buttons-csv.buttons-html5.btn.btn-success:hover,
    .dt-button.buttons-csv.buttons-html5:hover {
        background-color: #004B8F;
        color: #FFF;
        border: 2px solid #003366;
    }


#saveTemplateDetails {
    margin-left: 86%;
    margin-top: -28px;
    width: 13%;
    position: relative;
    z-index: 9999;
}

.loginFormBox .modal-body {
    padding: 20px 0;
}

.profileImg img {
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    border-radius: 50%;
    height:100%;
}

.cstm-select label {
    width: 100%;
}

.avatar-upload {
    position: relative;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-edit {
    position: relative;
    right: 0px;
    z-index: 1;
    top: 0;
    width: 100%;
}

    .avatar-edit input {
        display: none;
    }

        .avatar-edit input + label {
            display: inline-block;
            margin-bottom: 0;
            background: #FFFFFF;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
        }

            .avatar-edit input + label:hover {
                background: #f1f1f1;
                border-color: #d6d6d6;
            }

            .avatar-edit input + label:after {
                content: "Change Image";
                color: #004b8f;
                position: absolute;
                top: 20px;
                left: 0;
                right: 0;
                text-align: center;
                margin: auto;
                border: 1px solid #004b8f;
                padding: 10px 40px;
                background: #004b8f40;
                width: max-content;
            }

.avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*tooltip*/

.info-tooltip {
    position: relative;
}

    .info-tooltip .tooltip {
        background: #6c757d;
        bottom: 20px;
        color: #fff;
        display: block;
        left: -56px;
        margin-bottom: 015px;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        width: max-content;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .info-tooltip .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .info-tooltip .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #6c757d 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 52px;
            margin-left: 0;
            position: absolute;
            width: 0;
        }

    .info-tooltip:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .info-tooltip .tooltip {
    display: none;
}

.lte8 .info-tooltip:hover .tooltip {
    display: block;
}


.menu-right.d-flex.justify-content-between.align-items-center.position-relative {
    border: 1px solid #000;
    padding: 5px;
    border-radius: 10px;
    gap: 10px;
}

.cstm-menu-options ul li i {
    margin-right: 5px;
    font-size: 12px;
    width: 15px;
    color: #004b8f;
}

.loginFormBox > a > img {
    margin: auto;
    display: flex;
}

.average-time li {
    display: flex;
    gap: 10px;
}

.email-report {
    margin-top: auto;
}

    .email-report label {
        font-size: 12px;
    }

.average-time2 {
    display: flex;
    gap: 10px;
}

div#dynamicRadioButtons .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

div#dynamicRadioButtons .form-check-input {
    width: 12px;
    height: 12px;
    padding: 6px;
    margin: 0;
}
/*heading design*/
.dash-heading h1 {
    padding-bottom: 5px;
    position: relative;
    color: #004b8f;
    font-size: 30px;
    border-bottom: 6px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(242 242 242), rgb(0 75 143), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: max-content;
}

.footer[b-wnyj1ulisr] {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    background: #fff;
}

/*button#resetDetails {
    background: #d13001;
}*/

.activity-reset-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.date-range-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.from-date-wrapper,
.to-date-wrapper {
    flex: 1;
    min-width: 120px; /* Prevents extreme narrowing */
}

.date-range-div input {
    box-sizing: border-box;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .date-range-div {
        flex-direction: column;
        gap: 10px;
    }

    .from-date-wrapper,
    .to-date-wrapper {
        width: 100%;
    }
}


/*table styling*/

/* Ensure full width and responsive behavior */
.table-responsive {
    width: 100%;
    overflow-x: auto;
}



/* Responsive column sizing */
#enterprise th,
#enterprise td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    #enterprise {
        font-size: 12px;
    }

        #enterprise th,
        #enterprise td {
            padding: 8px 4px;
        }
}

.form-select {
    padding: 10px 25px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    outline: 0;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #919191 !important;
    border-radius: 8px !important;
    border: 1px solid #CECECE !important;
    line-height: normal;
    background-position: right 3px center !important;
}

    .form-select:focus {
        box-shadow: unset !important;
    }
/* Custom scrollbar for overflow */
.custom-scrollbar::-webkit-scrollbar {
    height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Responsive adjustments */
@media (max-width: 1200px) {
    .row.flex-nowrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .row.flex-nowrap > .col-auto {
            flex: 0 0 auto;
            width: auto;
        }
}

@media (max-width: 768px) {
    .row.flex-nowrap {
        flex-direction: column;
        overflow-x: visible;
    }

        .row.flex-nowrap > .col-auto {
            width: 100%;
            margin-bottom: 10px;
        }
}

div#dynamicRadioButtons .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

div#dynamicRadioButtons .form-check-input {
    width: 12px;
    height: 12px;
    padding: 6px;
    margin: 0;
}

div#dynamicRadioButtonsERP .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

div#dynamicRadioButtonsERP .form-check-input {
    width: 12px;
    height: 12px;
    padding: 6px;
    margin: 0;
}
/*POP-UP Box*/
h2#swal2-title {
    font-size: 20px;
}

div:where(.swal2-container) input:where(.swal2-input):focus, div:where(.swal2-container) input:where(.swal2-file):focus, div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
    box-shadow: unset !important;
}

button.swal2-confirm.swal2-styled {
    background: #5bac33 !important;
}

.selectionTamplate {
    display: flex;
    align-items: stretch;
    gap: 20px;
}

    .selectionTamplate .seletionStore, .selectionTamplate .seletionEnterprise, .selectionTamplate .seletionLeaderboard {
        width: auto;
        border: 1px solid #ddd;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #loader::after {
        content: "";
        width: 50px;
        height: 50px;
        border: 5px solid #004B8F;
        border-top: 5px solid transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#templatePreview {
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    background: #000000;
    width: calc(100% - 430px) !important;
    height: 800px !important;
    min-width: unset !important;
    min-height: 600px !important;
    max-width: unset !important;
    max-height: 600px !important;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
/*    top: -785px;*/
}

.timer-dashboard {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.timer-widget {
    background: #181c24;
    border-radius: 5px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    min-width: 160px;
    min-height: 120px;
    width: 160px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: move;
    pointer-events: auto;
    user-select: none;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
    overflow: visible; /* Ensure the content is visible during resizing */
    z-index: 10; /* Ensures the widget stays above other elements */
}

    .timer-widget.selected {
        box-shadow: 0 0 0 4px #ddd;
        border-color: #ddd; 
    }

.widget-title, .timer-value, .widget-status {
    color: #fff;
    text-align: center;
    font-size: 12px; /* Default font size */
}

.widget-title {
    font-weight: 400;
    /* margin-bottom: 20px;*/
}

.timer-value {
    font-weight: 500;
    color: #e8980d;
}

.widget-status {
    font-weight: 400;
    /* margin-bottom: 20px;*/
}

/*.timer-widget.placed {
    background: #000000;
}

.timer-widget.ready {
    background: #000000;
}

.timer-widget.delivered {
    background: #000000;
}

.timer-widget.completed {
    background: #000000;
}
*/
.resize-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    cursor: se-resize;
    z-index: 10;
}

.grid-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    display: none;
}

    .grid-overlay.active {
        display: block;
    }

/*.grid-line {
    stroke: rgb(0 0 0);
    stroke-width: 1;
}*/

.noselect, .noselect * {
    user-select: none !important;
}

.track-outer {
    height: 100%;
    position: absolute;
    width: 100%;
}

#fullScreen {
    position: absolute;
    right: 30px;
    top: 30px;
}
/*#previewButton {
    position: absolute;
    right: 24px;
    top: 280px;
}*/


/*@media screen and (max-width:1440px) {*/
   /* .main-outer {
         font-size: 0.9rem;
        padding: 10px;
        transform: scale(0.67);
        transform-origin: top left;
    }*/
    /*.main-outer {
        height: 122vh;
        background-color: var(--black);
    }
    .main-outer .trackhead-right {
        height: 450px;
    }
    #templatePreview {
    top:-625px;
    }

   
}*/
/*06/08/2025*/
.fullscreen-active .main-outer #templatePreview {
    width: calc(100% - 530px) !important;
/*    min-height: 730px !important;
    max-height: 730px !important;*/
}
   /* .fullscreen-active .main-outer #templatePreview .timer-widget {
        zoom: 1.2;
    }
.fullscreen-active .trackhead-right {
    height: 830px;
}*/
.templatepreview-outer {
    position: relative;
    top: 150px;
}






/*29 Dec 2025*/
body:has(#templatePreview) .main-outer {
    background: linear-gradient(225deg, #0F0F23 14.64%, #1A1A2E 85.36%);
    padding-bottom: 35px;
}
footer.border-top.footer.text-muted.fixed-bottom {
    padding: 4px;
}
.timer-widget.placed,
.timer-widget.delivered,
.timer-widget.ready,
.timer-widget.completed {
    border: 1px solid rgba(102, 126, 234, 0.13);
    background: linear-gradient(225deg, #1E1E3F 14.64%, #2A2A4A 85.36%);
    border-radius: 10px;
    justify-content: center;
    padding-top: 14px;
    padding-bottom: 14px;
}

.timer-value {
    line-height: 118%;
    font-family: "JetBrains Mono", monospace;
}

.widget-title-indicator {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0px 12px;
}

.widget-title {
    font-family: "Inter", sans-serif;
}

span.circul-indicator {
    width: 10px;
    height: 10px;
    background: #e8980d;
    border-radius: 50%;
}

.flex-justify-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 12px;
}

    .flex-justify-between .target-complete {
        color: white;
    }

.widget-progress-box {
    width: calc(100% - 24px);
    margin: 0px 12px;
    background: #2a2a4a;
    border-radius: 10px;
    margin-bottom: 4px;
}

    .widget-progress-box .widget-progress-bar {
        width: 60%;
        height: 6px;
        background: linear-gradient(180deg, #FFB800 0%, #FF6B6B 100%);
        border-radius: 12px;
    }

.templatepreview-outer {
    top: 60px;
}

#templatePreview {
    width: calc(100% - 40px) !important;
    max-width: 1400px;
}

.main-outer:has(#templatePreview) {
    min-height: 100dvh;
    height: fit-content;
    padding-bottom: 80px;
}

.Goal-value {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-left: 12px;
    width: 100%;
}
.route-timeline {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 0;
    gap: 6px;
    font-family: "Inter", sans-serif;
}

    .route-timeline .heading-route {
        display: flex;
        gap: 12px;
        align-items: center;
        margin: 0;
    }

        .route-timeline .heading-route span {
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            color: white;
        }

.route-wrapper {
    border-radius: 16px;
    border: 1px solid rgba(102, 126, 234, 0.13);
    padding: 24px;
    background: linear-gradient(225deg, #1E1E3F 14.64%, #2A2A4A 85.36%);
}

.lane-wrp {
    position: relative;
    width: 100%;
    padding: 17px 26px;
    background: #282826;
    border-top: 1px solid #4C4C4A;
    border-bottom: 1px solid #4C4C4A;
}

    .lane-wrp::after {
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
        width: 100%;
        height: 4px;
        transform: translateY(-50%);
        background-image: repeating-linear-gradient(90deg, #888887 0, #888887 20px, transparent 20px, transparent 40px);
    }

.lane-car {
    position: relative;
    z-index: 1;
}

.lane-text {
    padding: 20px 0;
    height: 40px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    line-height: 15px;
    font-weight: 600;
}

.lane-wrp:has(.new-lane-touch) {
    width: 75%;
}

.main-outer:has(#templatePreview) .button-container {
    margin-bottom: 20px;
    padding: 0px 20px;
}

.position-relative:has(.crossLane) {
    width: 60%;
    position: relative;
    z-index: 0;
}

.lane-wrp {
    position: relative;
    z-index: 1;
}

.position-relative:has(.crossLane) .lane-wrp {
    position: relative;
    z-index: 0;
}

.crossLane {
    width: 150px;
    height: 100%;
    background: #282826;
    position: absolute;
    right: 1px;
    bottom: 0;
    transform: matrix(-1, 1, 0, 1, 1, 1);
    transform-origin: right;
    border-top: 1px solid #4C4C4A;
    border-bottom: 1px solid #4C4C4A;
}

    .crossLane:after {
        content: '';
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
        width: 100%;
        height: 4px;
        transform: translateY(-50%);
        background-image: repeating-linear-gradient(90deg, #888887 0, #888887 20px, transparent 20px, transparent 40px);
    }

.main-outer:has(.show-checkbox) section.route-timeline {
    opacity: 0;
}

#templatePreview.hide-preview {
    position: absolute;
    z-index: -1;
}

/*-------------------------- New changes for timer screen --------------------------------*/

.route-timeline .route-wrapper .lane-car img {
    transform: rotate(180deg);
}

.pickup-box-posittion {
    position: absolute;
    right: 22%;
    top: 0px;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    gap: 30px;
}

    .pickup-box-posittion img.trackheadleft-pickup {
        width: 30px;
    }

.cstm-car-tooptip {
    position: relative;
    width: fit-content;
}

.cstm-car-tooptip .tooltiptext {
    visibility: visible;
    width: auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 80%;
    margin-left: -30px;
    border: 1px solid #fff;
}

.cstm-car-tooptip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--color) transparent;
}
.cstm-car-tooptip .tooltiptext h6 {
    font-size: 14px;
}
.cstm-car-tooptip .tooltiptext h6 {
    margin: 0;
}

/*04 May 2026*/
#templatePreview.disabled-all-card div.timer-widget {
    pointer-events: none;
}


.route-wrapper .lane-text:nth-child(2) {
    min-height: 70px;
}
body:has(#templatePreview) .main-outer section.route-timeline {
    margin-bottom: 40px;
}


.loader-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-section::after {
    content: "";
    width: 50px;
    height: 50px;
    border: 5px solid #004B8F;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}