body fieldset {
    border: var(--bs-border-width) solid var(--bs-border-color);
    margin: revert;
    min-width: revert;
    padding: revert;
}

body legend {
    float: revert;
    font-size: revert;
    line-height: revert;
    margin-bottom: revert;
    padding: revert;
    width: revert;
}

@media (max-width: 968px) {
    .fs09rem {
        font-size: 0.8rem;
    }
}

@media (max-width: 390px) {
    body #orderTabs.nav {
        --bs-nav-link-padding-x: 0.45rem;
    }

    body fieldset.fieldset-parcel {
        border: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    body legend {
        display: revert;
        margin: 0;
        padding: 0;
    }
}

body .alert {
    display: flex;
}

body .alert-icon {
    padding: 0.95rem;
}

/* Start Pulse */
.pulse {
    position: relative;
}

.pulse.pulse-light .pulse-ring {
    border-color: var(--bs-light);
}

.pulse.pulse-primary .pulse-ring {
    border-color: var(--bs-primary);
}

.pulse.pulse-secondary .pulse-ring {
    border-color: var(--bs-secondary);
}

.pulse.pulse-success .pulse-ring {
    border-color: var(--bs-success);
}

.pulse.pulse-info .pulse-ring {
    border-color: var(--bs-info);
}

.pulse.pulse-warning .pulse-ring {
    border-color: var(--bs-warning);
}

.pulse.pulse-danger .pulse-ring {
    border-color: var(--bs-danger);
}

.pulse.pulse-dark .pulse-ring {
    border-color: var(--bs-dark);
}

.pulse-ring {
    display: block;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    position: absolute;
    animation: animation-pulse 3.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: var(--bs-gray-500);
}

@keyframes animation-pulse {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0;
    }

    65% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
/* End Pulse */

.btn.btn-outline.btn-outline-dashed {
    border-width: 1px;
    border-style: dashed;
}

.btn-check:active + .btn.btn-outline.btn-outline-dashed,
.btn-check:checked + .btn.btn-outline.btn-outline-dashed,
.btn.btn-outline.btn-outline-dashed.active,
.btn.btn-outline.btn-outline-dashed.show,
.btn.btn-outline.btn-outline-dashed:active:not(.btn-active),
.btn.btn-outline.btn-outline-dashed:focus:not(.btn-active),
.btn.btn-outline.btn-outline-dashed:hover:not(.btn-active),
.show > .btn.btn-outline.btn-outline-dashed {
    border-color: var(--bs-body-color);
}

.bd-navbar {
    padding: 0.75rem 0;
    background-color: transparent;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

[data-bs-theme="dark"] .bd-navbar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

#navigation .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

#navigation .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-secondary-bg);
    line-height: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#navigation .step-circle.current-step {
    background: var(--bs-primary);
    border: 1px solid var(--bs-tertiary-bg);
    color: var(--bs-white);
}

#navigation .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: var(--bs-secondary-bg);
    z-index: -1;
}

/* Autocomplete */
body .ui-autocomplete {
    /* display: block !important; */
    position: absolute;
    z-index: 10000;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
    /* background-color: var(--bs-gray-100); */
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
}

body .ui-autocomplete > li > div {
    display: block;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
}

body .ui-state-hover,
body .ui-state-active,
body .ui-state-focus {
    text-decoration: none;
    /* color: var(--bs-gray-100) !important; */
    /* background-color: var(--bs-gray-800) !important; */
    cursor: pointer;
    border: none !important;
}

body .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* End Autocomplete */

.h-title {
    font-size: 1.5rem;
    font-weight: 500;
    background-image: linear-gradient(
        -90deg,
        #adfbda 0,
        #35c3ff 30%,
        #fda399 50%,
        #76d880 70%,
        #ebf38b 90%,
        #adfbda 100%
    );
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    filter: drop-shadow(0 0 2rem #000);
    text-shadow: none !important;
}

body .iti {
    display: block;
}

body .iti__country-list {
    z-index: 1000;
}

[data-bs-theme="dark"] body .iti__country-list {
    background: #293042;
}

body .iti__search-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
}

body div.alert[role="alert"] {
    display: none !important;
}

body .nav-flag img {
    border-radius: 50%;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px;
}

/* Loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10000;
    opacity: 0;
    /*transition: all 300ms ease;*/
    overflow: hidden;
    pointer-events: none;
}

.loader-container.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
}

.loader-wrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    border: 7px solid #f3f3f3;
    border-top: 7px solid #293042;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
/* Loader */
