.dropdown-menu.show {
    background-color: #97335b;
    border: none;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

.form-control {
    border: none;
    box-shadow: 0px 2px 6px #00000029;
    color: #641b32;
    font-weight:300;
}

    .form-control.zip-code {
        width: 15%;
    }

    .form-control.zip-code-phone {
        width: 82%;
    }

.modal {
    --bs-modal-width: 912px;
}

.modal-content {
    margin-top: 20%;
}

.modal-body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.modal-body-content-container {
    margin: auto auto 30px;
    text-align: center;
    max-width: 700px;
}

.body-header {
    color: #641B32;
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

.body-content {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

#autoFillModal .form-select {
    margin-top: 10px;
}

.model-close-btn {
    background-color: unset;
    color: #641b32;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

    .model-close-btn img {
        width: 17px;
        height: 17px;
        margin-right: 10px;
    }

.modal-confirm-btn-container {
    margin: auto auto 30px;
}

.modal-close-btn-container {
    margin: auto auto 15px;
}
.modal .btn-primary {
    width: 200px;
}
/*============================= wizard Js =================================*/
.wizard .wizard-nav.dots .wizard-step.active .dot {
    background-color: #641b32;
}

.wizard .wizard-nav.dots .wizard-step.active:after {
    background: unset;
}

.wizard .wizard-nav.dots .wizard-step:after {
    background: unset;
}

.wizard .wizard-nav.dots .wizard-step.active ~ .wizard-step:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="20" version="1.1"><line stroke-dasharray="5, 5" x1="0" y1="10" x2="600" y2="10" style="stroke-width: 3px; stroke: rgb(222, 226, 230);"></line></svg>');
}

.wizard .wizard-nav.dots .wizard-step.active:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="20" version="1.1"><line stroke-dasharray="5, 5" x1="0" y1="10" x2="600" y2="10" style="stroke-width: 3px; stroke: rgb(222, 226, 230);"></line></svg>');
}

.wizard .wizard-nav.dots .wizard-step:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="20" version="1.1"><line stroke-dasharray="5, 5" x1="0" y1="10" x2="600" y2="10" style="stroke-width: 3px; stroke: rgb(222, 226, 230);"></line></svg>');
}

.wizard .wizard-nav.dots .wizard-step .dot {
    background: #641b32;
}

.wizard .wizard-nav.dots .wizard-step {
    color: #6f6f6f;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
}

    .wizard .wizard-nav.dots .wizard-step.active {
        color: #641b32;
    }

.wizard.vertical .wizard-nav {
    border-right: 2px dashed #e6e6e6;
    min-width: 250px;
    padding-bottom: 60px;
    pointer-events: none;
}

.wizard .wizard-buttons .wizard-btn {
    color: #641b32;
    background-color: unset;
}

    .wizard .wizard-buttons .wizard-btn:disabled {
        color: #4a4a4a;
    }

.wizard.vertical .wizard-buttons {
    justify-content: space-around;
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    margin-left: 25%;
    flex-wrap:wrap;
}

.wizard .wizard-buttons .wizard-btn:hover {
    background-color: unset;
}

.wizard .wizard-nav.dots .wizard-step {
    flex-grow: unset;
    flex-basis: 80px;
    text-align: left;
}
    .wizard .wizard-nav.dots .wizard-step span:not(.dot) {
        margin-left: 10px;
        display: block;
    }

.wizard.vertical .wizard-content {
    padding: 0px 40px;
    margin: 0px auto;
    width: 100%;
    margin-left: 25%;
}

.wizard .wizard-buttons .wizard-btn.prev {
    color: #000000;
}

    .wizard .wizard-buttons .wizard-btn.prev::before {
        content: "";
        display: flex;
        width: 54px;
        height: 54px;
        background-image: url("/media/p54bxstc/arrow-left.png");
    }

.wizard .wizard-buttons .wizard-btn.next::before {
    content: "";
    display: flex;
    width: 54px;
    height: 54px;
    background-image: url("/media/seonst0c/arrow-right.png");
}

.wizard .wizard-buttons .wizard-btn.finish::before {
    content: "";
    display: flex;
    width: 54px;
    height: 54px;
    background-image: url("/media/seonst0c/arrow-right.png");
}

.wizard .wizard-buttons .wizard-btn.next:disabled {
    display: none;
}

.wizard .wizard-nav.dots .wizard-step.visited {
    color: black;
}
aside.wizard-nav.dots {
    position: absolute;
}

.choices__inner {
    border: none;
    box-shadow: 0px 2px 6px #00000029;
    background-color: #FFF;
    border-radius: var(--bs-border-radius);
    min-height: 36px;
}   

@media screen and (max-width: 1024px) {
    .wizard.vertical {
        display: block !important;
        position: relative;
    }

        .wizard.vertical .wizard-content {
            width: 100%;
            padding: 0px 20px;
            margin-left:0;
        }

        .wizard.vertical .wizard-nav .wizard-step {
            text-align: center;
            padding-left: 0;
            padding-bottom:0;
            max-width: 100%;
            position: relative;
        }

        .wizard.vertical .wizard-nav {
            border: none;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow: auto;
            padding: 3rem 1rem 1rem 1rem;
            height: auto;
            background-color: #EEEEEE;
            justify-content: center;
            position:fixed;
        }

        .wizard.vertical .wizard-buttons {
            margin: auto;
        }

        .wizard.vertical .wizard-nav .wizard-step:before {
            top: 10px;
            width: 100%;
            height: 10px;
            border-left: unset;
        }

        .wizard.vertical .wizard-nav .wizard-step:after {
            top: 10px;
            left: -12px;
            width: 100%;
            height: 10px;
        }

    .wizard .wizard-nav.dots .wizard-step .dot {
        top: -20px;
        left: 50%;
    }

    .wizard .wizard-nav.dots .wizard-step:before {
        top: -25px;
        left: 50%;
    }

    .wizard .wizard-nav.dots .wizard-step:after {
        top: -25px;
        left: 50%;
    }

    .wizard-nav {
        position: fixed;
        border-radius: 5px 5px 0 0;
        width: 100vw;
        height: 40px;
        bottom: 90px;
        left: 0;
        margin: 0;
        z-index: 100;
    }

    form.wizard {
        margin-bottom: 220px;
    }

    .wizard .wizard-nav.dots .wizard-step span {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .multi-input-row .umb-block-list {
        flex-wrap: wrap;
    }

        .multi-input-row .umb-block-list .multi-input-col {
            width: 100%;
        }

    .wizard .wizard-nav.dots .wizard-step:before {
        transition-property: none !important;
        transition-duration: unset !important;
        transition-timing-function: unset !important;
        transition-delay: unset !important;
    }
}

@media screen and (max-width: 498px) {
    .wizard.vertical .wizard-content {
        padding: 0px;
    }

    .wizard.vertical .wizard-nav {
        justify-content: flex-start;
    }

        .wizard.vertical .wizard-nav .wizard-step {
            min-width: 120px;
        }

    .wizard-nav::-webkit-scrollbar {
        height: 6px;
    }

    .wizard-nav::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 6px;
    }

    .wizard-nav::-webkit-scrollbar-thumb {
        background: #821541;
        border-radius: 6px;
    }
}
/*=========================================================================*/
