.nbAuto {
    margin-bottom: 7.56rem;
}

.nbAuto_step {
}

.nbAuto_stepNum {
    background: #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.875rem;
    height: 2.875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    position: relative;
    z-index: 10;
    font-family: "FuturaPT";
    font-weight: 500;
    font-size: 1.25rem;
    transition: background 0.5s
}

.nbAuto_indic {
    margin-bottom: 2.75rem;
    position: relative;
}

.nbAuto_indic:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 2px;
    right: -1.5rem;
    border-top: 1px solid #C2C2C2;
    z-index: 2;
}

.nbAuto_steps .nbAuto_col:last-child .nbAuto_indic:after {
    right: 0;
}

._active .nbAuto_stepNum {
    background: #000;
}

.nbAuto_drop {
}

.dropdown-item.nbAuto_drop_item {
    padding: 0.6rem 1.69rem;
    position: relative;
    display: block;
}

.dropdown-item.nbAuto_drop_item:hover, .dropdown-item.nbAuto_drop_item:focus, .dropdown-item.nbAuto_drop_item:active {
    cursor: pointer;
    background: var(--bs-dropdown-link-hover-bg);
    color: #000;
}

.dropdown-item.nbAuto_drop_item:before {
    position: absolute;
    left: 1.69rem;
    right: 1.69rem;
    bottom: 0;
    content: '';
    border-bottom: 1px solid #F1F1F1;
}

.dropdown-item.nbAuto_drop_item:last-child:after {
    display: none;
}

.nbAuto_step .dropdown-menu {
    max-height: 18rem;
    overflow: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
    width: 100%;
}

.dropdown-menu.show {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.nbAuto_step .dropdown-toggle {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    color: #2D2D40;
    font-size: 1.125rem;
    align-items: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    padding-left: 1.625rem;
}

.nbAuto_step .dropdown-toggle:hover {
    text-decoration: none;
}

.nbAuto_step .dropdown-toggle::after {
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M17.9785 1L9.4894 9L1.00028 1' stroke='%232D2D40' stroke-width='1.55439' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 2.625rem;
    top: 50%;
    margin-top: -0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.nbAuto_indic {
    display: flex;
    align-items: center;
}

.nbAuto_indic .btn {
    background: #c9c9c9;
    color: #fff;
    margin-left: auto;
    font-size: 0.875rem;
    position: relative;
    z-index: 30;
    padding: 0.5rem 1.5rem;
    border: 0;
    transition: .35s;
}

.nbAuto_indic .btn:hover,
.nbAuto_indic .btn._active,
.nbAuto_indic .btn:focus {
	background: var(--color-primary);
    color: #fff;
    border: 0;
    transition: .35s;
}

.nbAuto_step .select2-container {
    display: block;
    width: 100% !important;
}


.nbAuto .select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid #D9D9D9;
    font-size: 1.125rem;
    padding: 1rem 1.625rem;
    height: auto;
}

.nbAuto .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    text-transform: uppercase; 
}

.nbAuto .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

.nbAuto .select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M17.9785 1L9.4894 9L1.00028 1' stroke='%232D2D40' stroke-width='1.55439' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 2.625rem;
    top: 50%;
    margin-top: -0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.nbAuto .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.nbAuto .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #cecece;
}

.select2-results__option::-webkit-scrollbar {
    width: 5px;
}

.select2-results__options::-webkit-scrollbar-track {
    background: #cecece;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border-radius: 0;
    border: 3px solid #cecece;
}

.select2-results__option {
    padding: 0.44rem 1.62rem !important;
    color: #8C8C8C;
    position: relative;
    text-transform: uppercase;
}

.select2-results__option:after {
    position: absolute;
    left: 1.62rem;
    right: 1.62rem;
    bottom: 0;
    border-bottom: 1px solid #F1F1F1;
    content: "";
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--color-primary) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:after {
    display: none;
}

@media (max-width: 767px) {
    .nbAuto_indic .btn {
        padding: 0.75rem 1.75rem;
        top: 110%;
    }
}
