#loss{
    flex-wrap:wrap;
    display:none;
    padding:0;
    margin:0;
}

#loss>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

#loss .col-md-6{
    flex: 0 0 auto;
        width: 50%;
}

.manual-address-fields{
    flex-wrap:wrap;
    display:flex;
    padding:0;
    margin:0;
}

.manual-address-fields>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.manual-address-fields .col-md-6{
    flex: 0 0 auto;
        width: 50%;
}

body .form-check-input:checked{
    background-color:#94C83D;
    border-color:#94C83D;
}
.accordion {
    max-width: 100%;
    margin: 2rem auto;
    font-family: system-ui, sans-serif;
    }

    .accordion-item {
    border-bottom: 1px solid #ddd;
    }

    .accordion-item input[type="checkbox"] {
    display: none;
    }

    .accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 600;
    }

    body .row  label{
        line-height:normal;
        margin-bottom:10px;
        width:100%;
    }

    body .iti{
        width:100%;
    }

    body .spinner-border{
        top: 10px;
        position: relative;
        left: 10px;
        border-color: #94C83D;
        border-right-color: transparent;
    }

    body .step-content{
        min-height:260px;
    }

    body .address_suggestions{
        background: #fff;
        padding: 0;
        border: #dee2e6 1px solid;
        border-top: none;
        z-index: 1;
        position: absolute;
        width: calc(100% - 20px);
    }

    body .address_suggestions .suggestion{
        cursor: pointer;
        padding: 10px;
        border-bottom: #dee2e6 1px solid;
        font-size: 14px;
    }
    .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1rem;
    }

    .accordion-item input:checked ~ .accordion-content {
    max-height: 100%;
    padding: 1rem;
    }

    .accordion-item input:checked + .accordion-title .icon {
    transform: rotate(45deg);
    }

    .icon {
    transition: transform 0.3s ease;
    }
.step-navigation{
    background:#fff;
    margin-top:1rem;
    margin-bottom:1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
}

.step-navigation.last{
    width:fit-content;
    justify-content:flex-start;
}
.step-navigation-item {
    position: relative;
    display: inline-block;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-right: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width:20%;
}

    .step-navigation-item.last{
    width:100%;
    }
    .step-navigation-item:first-child {
    border-radius: 0 0 0 .25rem;
}

.step-navigation-item.last{
        border-right: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem .25rem .25rem .25rem;
}
.step-navigation-item:last-child {  
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0 .25rem .25rem 0;
}


.step-navigation-item::after, .step-navigation-item::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    content: "";
    border: solid transparent;
    border-width: 18px 0 18px 15px;
}

.step-navigation-item::before {
    z-index: 1;
    margin: 0;
    border-left-color: rgba(0, 0, 0, .125);
    transform: translateX(1px);
    border-bottom-color:transparent;
    border-width: 18px 0 18px 15px;
}

.step-navigation-item::after {
    z-index: 2;
    border-left-color: #fff;
    border-bottom-color:transparent
    border-width: 18px 0 18px 15px;
}

.step-navigation-item:last-child::before, .step-navigation-item.last::before {
        border:0;                   
}

.step-navigation-item:last-child::after, .step-navigation-item.last::after {
    border: 0;
}

.step-navigation-item.active{
    background:#94C83D;
    color:#ffffff;
}

.step-navigation-item.active::after{
    border-left-color:#94C83D;
    border-bottom-color: transparent;
}


    @media (max-width: 767px) {

    .step-navigation{
        flex-wrap: wrap;
    }
    
    .step-navigation-item{
        width:100%;
        padding-top:1rem !important;
        padding-bottom:1rem !important;
    }
    /* BEFORE
         → bottom connector */
    .step-navigation-item::before {
        top: auto;
        bottom: -10px;
        transform: rotate(39deg);
        border-left-color:transparent;
        border-bottom-color:rgba(0, 0, 0, .125);
        left:calc(50% - 14px);
        border-width:15px 0 15px 18px;
    }

    /* AFTER → bottom arrow */
    .step-navigation-item::after {
        top: auto;
        left: calc(50% - 14px);
        bottom: -8px;
        transform: rotate(39deg);
        border-width:15px 0 15px 18px;
        border-bottom-color:#fff;
        border-left-color:transparent;
    }

    .step-navigation-item.active::after{
        border-bottom-color:#94C83D;
        border-left-color:transparent;
    }
}

.autocomplete-wrapper{
    position:relative;
}
.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ddd;
  background: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}

.autocomplete-item {
  padding: 8px;
  cursor: pointer;
}

.autocomplete-item:hover {
  background: #f2f2f2;
}