@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type="checkbox"] {
        --active: #bf1c3d;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, 0.3);
        --border: #bbc1e1;
        --border-hover: #bf1c3d;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    input[type="checkbox"]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease),
            opacity var(--d-o, 0.2s);
    }

    input[type="checkbox"]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    input[type="checkbox"]:hover:not(:checked):not(:disabled),
    input[type="radio"]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    input[type="checkbox"]:focus,
    input[type="radio"]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    input[type="checkbox"]:not(.switch),
    input[type="radio"]:not(.switch) {
        width: 21px;
    }

    input[type="checkbox"]:not(.switch):after,
    input[type="radio"]:not(.switch):after {
        opacity: var(--o, 0);
    }

    input[type="checkbox"]:not(.switch):checked,
    input[type="radio"]:not(.switch):checked {
        --o: 1;
    }

    input[type="checkbox"]+label,
    input[type="radio"]+label {
        font-size: 18px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    input[type="checkbox"]:not(.switch) {
        border-radius: 7px;
    }

    input[type="checkbox"]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    input[type="checkbox"]:not(.switch):checked {
        --r: 43deg;
    }
}

* {
    unicode-bidi: embed;
}

ul.extra {
    list-style: none;
}

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

.col-md-3,
.col-md-6,
.col-md-4,
.col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.btn {
    width: 100%;
    max-width: none;
    padding: 0 15px;
    display: block;
    border-radius: 5px;
    /* line-height: 20px; */
    font-weight: 500;
    text-align: center;
    margin: 0;
    height: 50px;
    transition: 0.5s;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.pointer {
    cursor: pointer;
}

.title1 {
    font-size: 50px !important;
}

.mobile {
    display: none !important;
}

#map,
#mapreceiver {
    position: absolute;
    width: 100%;
    height: 500px;
}

#newAddress {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
}

.text-side {
    text-align: left;
}

fieldset {
    border: 1px solid #ddd;
    padding: 50px 30px;
}

.fieldset {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 20px;
}

legend {
    text-align: center;
    padding: 0 20px;
    background: inherit;
    display: inline;
    width: 40%;
}

.divMap {
    height: 500px;
    padding: 0;
}

.driver {
    width: 65vh;
    position: relative;
    top: 10%;
    left: -40%;
}

.map_svg {
    width: 70vh;
    position: relative;
    top: 0%;
    left: -50%;
}

.small_map_svg {
    width: 10vh;
    position: relative;
    top: -30%;
    left: -71%;
}

.villes_svg {
    width: 20vh;
    position: relative;
    top: -5%;
    left: -60%;
}

.villes_svg_2 {
    width: 20vh;
    position: relative;
    top: -25%;
    left: -40%;
}

.driver_with_pkg {
    width: 40vh;
    position: relative;
    top: -2%;
    left: -40%;
}

.pkg_svg {
    width: 15vh;
    position: relative;
    top: 16%;
    left: -80%;
}

.input-group {
    padding: 0 5px;
}

.gps {
    margin: 0;
    width: 100%;
    text-align: center;
    max-height: 60px;
}

.gps i {
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 20px;
}

.login_reg {
    width: 100% !important;
    max-width: 100%;
    display: block;
    height: 60px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
    background: var(--primary-color);
    border: 3px solid var(--primary-color);
    color: var(--secondary-color);
}

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

.w-90 {
    width: 90% !important;
    max-width: 90% !important;
}

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

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

.h-full {
    height: 100% !important;
}

.ln-50 {
    line-height: 50px !important;
    font-weight: bold;
}

.hero2 {
    background-color: #111117 !important;
}

.change_update_btn {
    width: 45% !important;
}

.change_new_btn {
    width: 50% !important;
}

.btn-new {
    background: var(--primary-color) !important;
    border: 3px solid var(--primary-color) !important;
    color: white !important;
}

.btn-new:focus {
    background: var(--primary-color) !important;
    border: 3px solid var(--primary-color) !important;
    color: white !important;
}

.btn-new:active {
    background: var(--primary-color);
    border: 3px solid var(--primary-color);
    color: white;
}

.btn-new-border {
    background: none !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.btn-new-selected {
    background: #a4ff63 !important;
    border: 2px solid #a4ff63 !important;
    color: #333 !important;
}

.btn-fragile {
    font-weight: bold;
    font-size: 20px;
    height: 60px;
}

.cardHeaderBtn {
    max-width: 5% !important;
}

.login_lg {
    width: 100% !important;
    max-width: 100%;
    display: block;
    height: 60px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 24px;
}

.login_reg:hover,
.login_reg:focus {
    outline: none;
    background: var(--primary-color);
    border: 3px solid var(--primary-color);
    color: var(--secondary-color);
}

.login_on {
    background: var(--secondary-color);
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
}

.form-control {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-control:focus {
    background-color: #fff;
    border: 1px solid #ddd;
}

.postalcode,
.citylist,
.quartierlist {
    position: absolute;
    top: 105%;
    width: 100%;
}

.quartierlist_ul {
    width: 98% !important;
    overflow-y: scroll;
    height: 240px;
    z-index: 1001;
}

.quartierlist_ul li,
.quartierlist_ul_empty li {
    text-transform: capitalize;
}

.quartierlist_ul_empty {
    width: 98% !important;
    height: 70px;
    z-index: 1001;
}

.postalcode ul,
.citylist ul,
.quartierlist ul {
    display: block;
    position: relative;
    padding: 5px 20px;
    width: 80%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 4;
}

.postalcode ul li,
.citylist ul li,
.quartierlist ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 7px 0;
    cursor: pointer;
}

.or {
    background: #bf1c3d;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.separator {
    display: flex;
    margin: 30px 0;
    align-items: center;
    text-align: center;
    color: #21333e;
    font-weight: bold;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 2px solid #21333e;
}

.separator:not(:empty)::before {
    margin-right: 1.5em;
}

.separator:not(:empty)::after {
    margin-left: 1.5em;
}

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

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

.white-div {
    background: #fff;
    padding: 10px 30px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.card-div {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 2px solid #bf1c3d;
}

.card-div2 {
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    border-radius: 10px;
    border: 2px solid #ddd;
}

.card-div .card-header,
.card-header {
    background-color: #bf1c3d;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    display: flex;
}

.card-div2 .card-header {
    background: #f7f7f7;
    color: #333;
    border-radius: 10px 10px 0 0;
}

.card-body {
    padding: 20px 35px 30px;
    border-radius: 10px;
}

.extra-services {
    background: none;
    border: 1px solid #ccc;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.extra-services label {
    font-size: 17px !important;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 0;
}

.extra-services span {
    background: rgb(200, 200, 200);
    color: rgb(240, 240, 240);
    padding: 8px 9px;
    border-radius: 50%;
}

.selected {
    background: rgb(255, 235, 239);
    color: #222;
    border: 2px solid #bf1c3d;
}

.selected_b {
    background: rgb(235, 239, 255);
    color: #222;
    border: 2px solid #009fe3;
}

.selected span {
    background: rgb(191, 28, 61, 1);
    padding: 8px 10px;
    color: #fff;
}

.account-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #999;
}

.account-rib {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 0;
    letter-spacing: 1px;
}

.border-selected {
    border: 2px solid #bf1c3d !important;
    box-shadow: rgba(255, 64, 64, 0.1) 0px 2px 5px -1px,
        rgba(255, 137, 137, 0.1) 0px 1px 3px -1px;
}

.border-grey {
    border: 1px solid rgba(202, 202, 202, 0.5);
}

.border-right-selected {
    border-left: 10px solid #64ff27 !important;
}

.border-right-grey {
    border-left: 10px solid rgba(202, 202, 202, 0.5) !important;
}

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

.input-group .icon-arrow-down {
    position: absolute;
    top: calc(50% - 6px);
    right: -10px;
    font-size: 15px;
    color: var(--primary-t-color);
    z-index: 10;
}

.input-effect .icon-kg,
.input-group .icon-kg {
    position: absolute;
    top: calc(50% - 13px);
    right: 10px;
    font-size: 16px;
    color: var(--primary-t-color);
    z-index: 4;
}

.kg_input {
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M39.8 41.95 26.65 28.8q-1.5 1.3-3.5 2.025-2 .725-4.25.725-5.4 0-9.15-3.75T6 18.75q0-5.3 3.75-9.05 3.75-3.75 9.1-3.75 5.3 0 9.025 3.75 3.725 3.75 3.725 9.05 0 2.15-.7 4.15-.7 2-2.1 3.75L42 39.75Zm-20.95-13.4q4.05 0 6.9-2.875Q28.6 22.8 28.6 18.75t-2.85-6.925Q22.9 8.95 18.85 8.95q-4.1 0-6.975 2.875T9 18.75q0 4.05 2.875 6.925t6.975 2.875Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.5rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.datalist_input {
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M39.8 41.95 26.65 28.8q-1.5 1.3-3.5 2.025-2 .725-4.25.725-5.4 0-9.15-3.75T6 18.75q0-5.3 3.75-9.05 3.75-3.75 9.1-3.75 5.3 0 9.025 3.75 3.725 3.75 3.725 9.05 0 2.15-.7 4.15-.7 2-2.1 3.75L42 39.75Zm-20.95-13.4q4.05 0 6.9-2.875Q28.6 22.8 28.6 18.75t-2.85-6.925Q22.9 8.95 18.85 8.95q-4.1 0-6.975 2.875T9 18.75q0 4.05 2.875 6.925t6.975 2.875Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.5rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.datalist_input_checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48' viewBox='0 0 24 24' fill='%2322BB33'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4 8-8z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.5rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.datalist_input_invalid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23BF1C3D'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.5rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.border-bottom {
    border: none;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd !important;
}

.span-verify {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    top: -70px;
    left: 7px;
    float: right;
}

.green {
    background: #198754;
    color: #fff;
}

.yellow {
    background: #ecd655;
    color: #333;
}

.verify {
    position: relative;
    top: calc(50% - 10px);
    left: calc(50% - 7px);
}

.span-user {
    position: relative;
    top: calc(50% - 10px);
    left: calc(50% - 7px);
}

.text-verify {
    font-weight: bold;
    font-size: 1rem;
    display: block;
}

.text-verify span {
    font-weight: 300;
    font-size: 0.9rem;
}

.details {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 10px 20px;
}

/* This is about account page */
.bg-red {
    background: #bf1c3d !important;
}

.logo {
    max-height: 70px;
}

#photodiv {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
}

#photoimg {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.photoi {
    position: absolute;
    top: 5px;
    right: 2px;
    /* border: 1px solid; */
    border-radius: 50%;
    /* padding: 11px; */
    height: 40px;
    width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333;
    box-shadow: #00000029 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
}

#hh {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
}

.label {
    position: relative;
    top: 12px;
    z-index: 4;
    padding: 0 15px;
    background: #fff;
    display: inline;
    border: none;
    color: #495057;
    font-size: 15px;
    opacity: 80%;
}

.badge {
    display: inline-block !important;
    padding: 0.25em 0.4em !important;
    padding-right: 0.4em !important;
    padding-left: 0.4em !important;
    font-size: 75% !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
}

.badge-pill {
    line-height: 32px !important;
    cursor: pointer;
    padding: 0 15px !important;
}

.li_title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.li_text {
    position: relative;
    display: block;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: gray;
    line-height: 20px;
    margin-bottom: 15px;
}

.modal-content {
    border-radius: 10px;
    border: 3px solid #bf1c3d;
}

.lottie {
    width: 450px;
    height: 250px;
}

/* Hide the input */
.toggle-control {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

.toggle-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-control input:checked~.control {
    background-color: dodgerblue;
}

.toggle-control input:checked~.control:after {
    left: 28px;
}

.toggle-control .control {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 50px;
    border-radius: 25px;
    background-color: darkgray;
    transition: background-color 0.15s ease-in;
}

.toggle-control .control:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 17px;
    height: 17px;
    border-radius: 25px;
    background: white;
    transition: left 0.15s ease-in;
}

hr {
    margin: 10px 0;
}

.img-btn {
    margin-top: 5px;
    padding: 0 5px;
    height: 40px;
    display: inline;
    width: 20%;
}

.modal-body p {
    color: #333;
}

.coupon-row {
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;
}

.cpnCode {
    border: 2px dashed #bf1c3d;
    height: 50px;
    width: 170px;
    line-height: 47px;
    letter-spacing: 2px;
    border-right: 0;
}

.cpnBtn i {
    padding-top: 14px;
}

.cpnBtn {
    border: 2px solid #bf1c3d;
    background: #bf1c3d;
    height: 50px;
    width: 50px;
    line-height: 47px;
    color: #fff;
    cursor: pointer;
}

.table thead th {
    border-bottom: none !important;
}

.table tbody td {
    align-content: center;
}

.fs-14 {
    font-size: 14px;
    font-weight: 500;
}

.avatar-vertical {
    top: 30%;
}

.lds-dual-ring {
    display: inline-block;
    width: 16px;
    height: 20px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

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

.span-trash {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 15%;
    color: white;
    position: relative;
    top: -7px;
    left: 4px;
    float: right;
}

.span-pen {
    background: #bf1c3d;
    width: 40px;
    height: 40px;
    border-radius: 15%;
    color: white;
    position: relative;
    top: -7px;
    left: 8px;
    float: right;
}

.pen {
    position: relative;
    top: calc(50% - 14px);
    left: calc(50% - 7px);
}

.trash {
    position: relative;
    top: calc(50% - 14px);
    left: calc(50% - 7px);
}

.checked {
    background: #bf1c3d;
    padding: 13px 15px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    bottom: 70px;
    left: 90%;
}

.btn-address {
    background-color: #bf1c3d;
    color: white;
    margin: 5px;
    border-radius: 50%;
    width: 50px;
}

.btn-address span:hover {
    color: #fff;
}

.btn-picked {
    display: block;
    height: 40px;
    line-height: 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background: var(--primary-color) !important;
    border: 3px solid var(--primary-color) !important;
    color: white !important;
}

.btn-add-card {
    width: 30% !important;
    display: flex;
    height: 100%;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    float: right;
    text-align: center;
    background: white !important;
    color: var(--primary-color) !important;
    margin-left: auto;
}

.btn-outline-picked {
    width: 100% !important;
    max-width: 50%;
    display: block;
    height: 40px;
    line-height: 20px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    background: none;
    border: none;
    color: var(--primary-color) !important;
}

.btn-3 {
    background-color: #bf1c3d;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    display: inline;
    margin: 5px 2px;
}

.btn-2 {
    background-color: white;
    color: #bf1c3d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    display: inline;
    margin: 5px 2px;
    border: solid 2px #bf1c3d;
}




.btn-next {
    background-color: #bf1c3d;
    border-radius: 10px;
    font-weight: bold;
}

.btn-delete {
    z-index: 1;
    background-color: var(--primary-color);
    position: absolute;
    top: 5px;
    width: 50px;
    height: 40px;
    left: 10px;
    opacity: 0.8;
}

.btn-delete i {
    color: #eee;
}

.address-book {
    padding: 0 20px;
    max-width: 100% !important;
    margin: 10px 0;
}

.subtitle {
    line-height: 20px;
}

.hero_subtitle {
    font-style: italic;
}

.hero_title .featured span {
    color: var(--primary-color);
}

.hero_text {
    font-size: 23px;
    padding-right: 100px;
}

.card_modal {
    cursor: pointer;
}

.select2 {
    width: 60% !important;
}

.address_card {
    padding: 20px 40px;
}

.order_btns_register {
    height: 300px;
    background: #fff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    text-align: center;
    cursor: pointer;
}

.order_btns_register h3,
.order_btns_login h3 {
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 35px;
    margin-top: 10px;
}

.order_btns_register img {
    max-width: 120px;
}

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

.order_btns_login {
    height: 200px;
    background: #fff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    text-align: center;
    cursor: pointer;
}

.pad-left {
    width: 500px;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-color: var(--primary-color);
    padding: 60px;
    text-align: center;
    z-index: 999;
}

.pad-left .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pad-left .info-holder.simple-info img {
    max-width: 200px;
}

.pad-left h3 {
    color: var(--white-color);
    margin-bottom: 20px;
}

.pad-left p {
    color: #ddd;
}

.pad-right {
    margin-left: 500px;
    width: 100%;
}

.pad-right .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
    min-height: 100%;
}

.form-content .form-items {
    max-width: 800px;
    width: 100%;
    text-align: left;
    display: inline-block;
}

.p-10 {
    padding: 3% 10%;
}

.p-16 {
    padding: 16%;
    align-items: center;
}

.swal2-title {
    font-size: 1.6em !important;
}

.invalid-feedback {
    display: block !important;
}

.leaflet-top {
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.toggle {
    align-items: center;
    border-radius: 100px;
    display: flex;
    font-weight: 700;
    margin-bottom: 16px;
}

.toggle:last-of-type {
    margin: 0;
}

.toggle__input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.toggle__input:not([disabled]):active+.toggle-track,
.toggle__input:not([disabled]):focus+.toggle-track {
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 2px #222;
}

.toggle__input:disabled+.toggle-track {
    cursor: not-allowed;
    opacity: 0.7;
}

.toggle-track {
    background: #ccc;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-right: 12px;
    position: relative;
    width: 60px;
}

.toggle-indicator {
    align-items: center;
    background: #222;
    border-radius: 24px;
    bottom: 2px;
    display: flex;
    height: 24px;
    justify-content: center;
    left: 2px;
    outline: solid 2px transparent;
    position: absolute;
    transition: 0.5s;
    width: 24px;
}

.checkMark {
    fill: #fff;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.toggle__input:checked+.toggle-track .toggle-indicator {
    background: #222;
    transform: translateX(30px);
}

.toggle__input:checked+.toggle-track .toggle-indicator .checkMark {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.input-group .icon-eye {
    top: calc(50% - 18px);
    right: 2%;
    left: 90%;
    text-align: center;
}

.login-eye {
    left: 89% !important;
    top: calc(50% - 17px) !important;
}

/* Checkout page */
.checkout-details {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 40px;
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: gray;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #1f232c;
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    border-bottom: 1px solid #eceaea;
    margin-bottom: 0;
}

.order-box .title-box span {
    position: relative;
    width: 35%;
    float: right;
    line-height: 1.2em;
}

.order-box .qty {
    position: relative;
    border-bottom: 1px solid #eceaea;
    margin-bottom: 30px;
}

.order-box .qty li {
    position: relative;
    display: block;
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: gray;
    line-height: 20px;
    margin-bottom: 20px;
}

.order-box .qty li span {
    float: right;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    line-height: 20px;
    color: #000;
    font-weight: 400;
    width: 35%;
}

.order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #1f232c;
    font-weight: 400;
    width: 35%;
    float: right;
}

.order-box .sub-total .shopping-option label {
    position: relative;
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    line-height: 32px;
    padding-left: 10px;
    color: gray;
    font-weight: 500;
}

.order-box .sub-total .shipping {
    width: 35%;
    float: right;
}

.order-box .total {
    position: relative;
    margin-bottom: 40px;
}

.order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
}

.order-box .total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #1f232c;
    font-weight: 400;
}

.order-box .total li span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: gray;
    font-weight: 400;
    width: 35%;
    display: block;
}

/* Timeline */

:root {
    --circle-size: clamp(1.5rem, 5vw, 3rem);
    --spacing: clamp(0.25rem, 2vw, 0.5rem);
}

.c-stepper {
    display: flex;
    counter-reset: step;
}

.c-stepper__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.c-stepper__item:before {
    --size: 3rem;
    content: counter(step);
    counter-increment: step;
    display: block;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background-color: lightgrey;
    opacity: 0.9;
    margin: 0 auto 1rem;

    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    color: rgb(33, 51, 62);
}

.c-stepper__item.active:before {
    content: "\2713";
    background-color: rgb(191, 28, 61);
    color: #fff;
}

.c-stepper__item:not(:last-child):after {
    content: "";
    position: relative;
    top: calc(var(--circle-size) / 2);
    width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
    left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
    height: 2px;
    background-color: #e0e0e0;
    order: -1;
}

.c-stepper__item.active:not(:last-child):after {
    background-color: rgb(191, 28, 61);
}

.c-stepper__title {
    font-weight: bold;
    font-size: clamp(1rem, 4vw, 1.25rem);
    margin: 0;
}

.c-stepper__desc {
    color: grey;
    font-size: clamp(0.85rem, 2vw, 1rem);
    padding-left: var(--spacing);
    padding-right: var(--spacing);
}

@media screen and (-ms-high-contrast: active) {
    .toggle-track {
        border-radius: 0;
    }
}

.check-trail {
    display: flex;
    align-items: center;
    width: 60px;
    height: 35px;
    background: lightgrey;
    border-radius: 2.5em;
    transition: all 0.5s ease;
    cursor: pointer;
}

.check-handler {
    display: flex;
    margin-left: 5px;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #aaa;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.check-handler:before {
    content: "";
    color: white;
    font-size: 2em;
    font-weight: bold;
}

input[type="checkbox"]:checked+.check-trail {
    background: #16a085;
}

input[type="checkbox"]:checked+.check-trail .check-handler {
    margin-left: 50%;
    background: #2deec8;
}

/* Order input */
.input-effect {
    margin: 0;
    position: relative;
    max-height: 60px;
}

input[type="text"] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

:focus {
    outline: none;
}

.form-control .effect-19 {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    border-radius: 0;
}

.effect-19~.focus-border:before,
.effect-19~.focus-border:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: dodgerblue;
    border-radius: 5px;
    transition: 0.4s;
}

.effect-19~.focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-19~.focus-border i:before,
.effect-19~.focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    border-radius: 5px;
    background-color: dodgerblue;
    transition: 0.6s;
}

.effect-19~.focus-border i:after {
    left: auto;
    right: 0;
}

.effect-19:focus~.focus-border:before,
.effect-19:focus~.focus-border:after,
.has-content.effect-19~.focus-border:before,
.has-content.effect-19~.focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-19:focus~.focus-border i:before,
.effect-19:focus~.focus-border i:after,
.has-content.effect-19~.focus-border i:before,
.has-content.effect-19~.focus-border i:after {
    top: -1px;
    height: 100%;
    transition: 0.6s;
}

.effect-19~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 15px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-19:focus~label,
.has-content.effect-19~label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: dodgerblue;
    transition: 0.3s;
    z-index: 999;
}

.pkg-select {
    max-height: 60px;
    height: 60px;
}

.pkg-placeholder {
    line-height: 58px;
}

/* end account page */
.package_star {
    max-width: 60px;
}

.package_img {
    max-width: 100px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0069d9;
    color: white;
}

@media (max-width: 1025px) {
    .title1 {
        font-size: 36px !important;
    }

    body .full-slider .inner,
    body .no-slider .inner {
        padding: 0px 60px;
        padding-top: 0 !important;
    }

    .full-slider .inner .left,
    .no-slider .inner .left {
        width: 60%;
        padding: 3rem 0;
    }

    .driver {
        width: 45%;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .mobile {
        display: none !important;
    }

    .no-mobile {
        display: block !important;
    }

    .tablette {
        display: block !important;
    }

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

    .pad-left {
        position: fixed;
        width: 400px;
    }

    .pad-left h3 {
        color: var(--white-color);
        margin-bottom: 20px;
        font-size: 28px;
    }

    .pad-right {
        padding: 15% 8% !important;
        margin-left: 400px;
    }

    .pad-right .form-content {
        padding: 0px;
    }

    .btn-new {
        width: 100% !important;
    }

    .checked {
        bottom: 10px;
        left: 90%;
    }

    legend {
        text-align: center;
        padding: 10px 20px;
        background: inherit;
        display: inline;
        width: 70%;
    }

    .home-outline-btn {
        margin-left: 0px !important;
    }

    .input-group .icon-eye {
        top: calc(50% - 8px);
        right: 0px;
        left: 89%;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .title1 {
        font-size: 30px !important;
    }

    .tablette {
        display: block !important;
    }

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

    .driver {
        width: 45%;
        position: absolute;
        top: 45%;
        left: 50%;
    }

    .pad-left {
        display: block;
        position: relative;
        width: 100%;
        min-height: initial;
        height: initial;
        overflow: initial;
        padding: 40px;
    }

    .pad-left .info-holder {
        top: 50%;
    }

    .pad-left .info-holder.simple-info img {
        max-width: 170px;
    }

    .pad-left h3 {
        color: var(--white-color);
        margin-bottom: 25px;
    }

    .pad-right {
        padding: 5% 10% !important;
        margin-left: 0 !important;
    }

    .input-group .icon-eye {
        top: calc(50% - 8px);
        right: 0;
        left: 91%;
        text-align: center;
    }
}

@media (max-width: 768px) {

    .full-slider .inner .right,
    .no-slider .inner .right {
        width: 85% !important;
    }

    .slider-h-auto.no-slider .inner {
        top: -70px;
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .tablette {
        display: block !important;
    }

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

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

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

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

    .driver {
        width: 50%;
        position: absolute;
        top: 55%;
        left: 45%;
    }

    .pad-left {
        display: block;
        position: relative;
        width: 100%;
        min-height: initial;
        height: initial;
        overflow: initial;
        padding: 40px;
    }

    .pad-left .info-holder {
        top: 50%;
    }

    .pad-left .info-holder.simple-info img {
        max-width: 170px;
    }

    .pad-left h3 {
        color: var(--white-color);
        margin-bottom: 25px;
    }

    .pad-right {
        padding: 5% 10% !important;
        margin-left: 0 !important;
    }

    .input-group .icon-eye {
        top: calc(50% - 8px);
        right: 0;
        left: 91%;
        text-align: center;
    }

    .modal-content {
        width: 85%;
        right: -28px;
    }

    .modal-body h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .modal-body p {
        font-size: 1rem;
        padding: 0 20px;
        margin-top: 10px;
    }

    .lottie {
        width: 300px;
        height: 200px;
    }

    .img-btn {
        margin-top: 5px;
        padding: 0 5px;
        height: 40px;
        display: inline;
        width: 35%;
    }

    .package_star {
        max-width: 40px;
    }

    .package_img {
        max-width: 60px;
    }

    .order-box {
        position: relative;
        margin-bottom: 10px;
    }

    .order-box .total {
        margin-bottom: 10px;
    }

    .order-box .qty li {
        margin-bottom: 0px;
    }
}

/* mobile part */
@media (max-width: 426px) {
    .slider-h-100.slider-h-auto {
        height: calc(105vh - 0px);
    }

    header .navbar-sticky.sub .logo,
    .logo {
        max-height: 40px;
    }

    .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }

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

    h6 {
        font-size: 15px;
        font-weight: normal;
    }

    .form-control {
        height: 40px;
    }

    .tablette {
        display: none !important;
    }

    .no-tablette {
        display: block !important;
    }

    .mobile {
        display: block !important;
    }

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

    .intro {
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center;
    }

    .separator {
        display: flex;
        margin: 30px 0 10px;
    }

    .separator:not(:empty)::before {
        margin-right: 1.5em;
    }

    .separator:not(:empty)::after {
        margin-left: 1.5em;
    }

    .pddr-30 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .pddl-30 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .center-mobile {
        text-align: center;
    }

    .effect-19:focus {
        margin-top: 20px !important;
    }

    #map,
    #mapreceiver,
    #map_g {
        position: absolute;
        width: 100%;
        /* height: 350px !important; */
    }

    .title1 {
        text-align: center;
        font-size: 20px !important;
        line-height: 30px !important;
        font-family: "poppins" !important;
        font-weight: 600 !important;
    }

    .text1 {
        text-align: center;
    }

    h1 .pre-title {
        width: auto;
        display: none;
    }

    .pre-title {
        width: auto;
        display: block;
        text-align: center;
    }

    .hero_subtitle {
        font-size: 16px;
        text-align: center;
        margin: 0.5rem 0;
    }

    .hero_title {
        text-align: center;
    }

    .hero_text {
        font-size: 16px;
        padding: 0;
    }

    .hero_btn {
        display: inline;
        margin: 0 10px;
    }

    .card_modal {
        padding: 50px 0 20px;
        cursor: pointer;
    }

    .card_modal:last-child {
        margin-top: 20px;
    }

    .card_modal h4 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .select2 {
        width: 80% !important;
    }

    .slider-h-auto.no-slider .inner {
        padding: 0 20px;
        top: -60px;
    }

    .full-image {
        position: absolute;
        bottom: -25%;
        height: 140%;
    }

    body h1,
    body .slide-content .title {
        font-size: 2.3rem;
    }

    .justify-content-start {
        justify-content: center !important;
    }

    .white-button,
    .white-button:visited,
    .white-button:active {
        border: none;
        -ms-transform: translateX(35%);
        transform: translateX(35%);
    }

    .home-button,
    .home-button:visited,
    .home-button:active {
        border: none;
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .pack {
        padding: 1.5rem 11rem;
    }

    .gps {
        min-width: 100%;
        height: 50px;
        padding: 1rem;
        border-radius: 4px;
    }

    .driver {
        width: 60%;
        position: absolute;
        top: 65%;
        left: 20%;
    }

    .map_svg {
        width: 50vh;
        position: relative;
        top: 30%;
        left: -100%;
    }

    .small_map_svg {
        width: 8vh;
        position: relative;
        top: 16%;
        left: -200%;
    }

    .villes_svg {
        width: 13vh;
        position: relative;
        top: 14%;
        left: -187%;
    }

    .villes_svg_2 {
        width: 15vh;
        position: relative;
        top: 10%;
        left: -138%;
    }

    .driver_with_pkg {
        width: 30vh;
        position: relative;
        top: 25%;
        left: -75%;
    }

    .pkg_svg {
        width: 9vh;
        position: relative;
        top: 38%;
        left: -170%;
    }

    .input-group {
        margin: 10px 0 0;
    }

    .input-group .icon-arrow-down {
        position: absolute;
        font-size: 16px;
        top: calc(50% - 3px);
        right: 0px;
    }

    .input-group .icon-kg,
    .input-effect .icon-kg {
        position: absolute;
        font-size: 16px;
        top: calc(50% - 3px) !important;
        right: 30px !important;
    }

    .login_reg {
        width: 100% !important;
        max-width: 100%;
        display: block;
        height: 40px;
        border-radius: 5px;
        font-weight: 500;
        font-size: 15px;
        line-height: 16px;
        background: var(--primary-color);
        border: 2px solid var(--primary-color);
        color: var(--secondary-color);
    }

    .login_lg {
        width: 100% !important;
        max-width: 100%;
        display: block;
        height: 40px;
        border-radius: 5px;
        font-weight: 700;
        font-size: 15px;
    }

    .login_reg:hover,
    .login_reg:focus {
        background: var(--primary-color);
        border: 3px solid var(--primary-color);
        color: var(--secondary-color);
    }

    .login_on {
        background: none;
        border: 3px solid var(--primary-color);
        color: var(--primary-color);
    }

    .nav-breadcrumb {
        margin-top: 250px;
    }

    .table {
        overflow: scroll;
    }

    .subtitle {
        line-height: 20px;
        margin: 0;
        margin-bottom: 20px !important;
    }

    .btn-subtitle {
        height: 40px !important;
    }

    .btn-fragile {
        font-weight: 500;
        font-size: 16px;
        height: 40px;
    }

    .cardHeaderBtn {
        max-width: 15% !important;
    }

    .address_card {
        padding: 20px;
    }

    .address_card h6 {
        margin-top: 20px !important;
    }

    .checked {
        background: #bf1c3d;
        padding: 13px 15px;
        color: #fff;
        border-radius: 50%;
        position: relative;
        left: 80%;
        bottom: 80%;
    }

    .btn-new {
        max-width: 100%;
        margin-right: 0 !important;
        max-height: 50px !important;
    }

    fieldset {
        padding: 30px 10px !important;
    }

    legend {
        text-align: center;
        padding: 10px 20px;
        background: inherit;
        display: inline;
        width: 70%;
    }

    .pad-left {
        padding: 10px;
    }

    .pad-right {
        padding: 5% 6% !important;
        margin-left: 0 !important;
    }

    .pad-left h3 {
        font-size: 24px;
        margin-top: 5px;
    }

    .pad-left .info-holder.simple-info img {
        max-width: 130px;
    }

    .home-outline-btn {
        margin-left: 0px !important;
        height: 40px !important;
    }

    .app_moto {
        height: 350px !important;
    }

    .input-group .icon-eye {
        top: calc(50% - 8px);
        right: 0;
        left: 84%;
    }

    .login-eye {
        left: 87% !important;
    }

    .highlights.image-right .image {
        position: relative !important;
    }

    .highlights.image-left .image {
        position: relative !important;
    }

    .alert-primary {
        font-size: 13px;
    }

    .btn-add-card {
        width: 40% !important;
    }

    .extra-services label {
        font-size: 15px !important;
        padding: 0;
    }

    .card-div2 .card-header h5 {
        font-size: 14px;
    }

    .card-div2 .card-header .badge {
        height: 36px !important;
        font-size: 11px !important;
        line-height: 28px !important;
        cursor: pointer;
        padding: 0 10px !important;
    }

    .card-div2 ul {
        padding-left: 0 !important;
    }

    ul.extra {
        padding: 0 15px !important;
    }

    .account-name {
        font-size: 14px;
        padding-left: 8px !important;
    }

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

    .card-body {
        padding: 20px 15px 30px;
        border-radius: 10px;
    }

    .change_update_btn,
    .change_new_btn {
        width: 100% !important;
    }

    .c-stepper {
        display: flex;
        counter-reset: step;
        padding-left: 0 !important;
    }

    .c-stepper__item {
        display: flex;
        flex-direction: column;
        flex: 1;
        text-align: center;
    }

    .c-stepper__item:before {
        --size: 3rem;
        content: counter(step);
        counter-increment: step;
        display: block;
        width: var(--circle-size);
        height: var(--circle-size);
        border-radius: 50%;
        background-color: lightgrey;
        opacity: 0.9;
        margin: 0 auto 1rem;

        line-height: 25px;
        font-size: 16px;
        font-weight: bold;
        color: rgb(33, 51, 62);
    }

    .c-stepper__item.active:before {
        content: "\2713";
        background-color: rgb(191, 28, 61);
        color: #fff;
    }

    .c-stepper__item:not(:last-child):after {
        content: "";
        position: relative;
        top: calc(var(--circle-size) / 2);
        width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
        left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
        height: 2px;
        background-color: #e0e0e0;
        order: -1;
    }

    .c-stepper__item.active:not(:last-child):after {
        background-color: rgb(191, 28, 61);
    }

    .c-stepper__title {
        font-weight: bold;
        font-size: 12px;
        margin: 0;
    }

    .c-stepper__desc {
        color: grey;
        font-size: clamp(0.85rem, 2vw, 1rem);
        padding-left: var(--spacing);
        padding-right: var(--spacing);
    }

    /* Order input */
    .input-effect {
        margin: 0;
        position: relative;
        max-height: 50px;
        margin-top: 10px;
    }

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

    .pkg-select {
        max-height: 40px;
    }

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

    .p-sm-0 {
        padding: 0;
    }
    .toggle-track{
        width: 90px;
    }
}

@media (max-width: 360px) {
    .driver {
        width: 70%;
        position: absolute;
        top: 65%;
        left: 16%;
    }
}
