.top-nav {
    padding: .5rem .75rem;
    background-color: #F8F8F8;
}

.sw-multistep {
    margin: auto
}

.sw-multistep-progress {
    text-align: center
}

.sw-multistep-progress-item {
    display: inline-block;
    width: 200px;
    position: relative
}

.sw-multistep-progress-item.active>.sw-multistep-progress-icon {
    background-color: #9c9
}

.sw-multistep-progress-item.active>.sw-multistep-progress-icon::after {
    background-color: #9c9
}

.sw-multistep-progress-text {
    font-size: .75rem;
    margin-top: 1.25rem
}

.sw-multistep-progress-img {
    margin-bottom: 10px
}

.sw-multistep-progress-icon {
    border-radius: 50%;
    background: #f5f5f5;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.sw-multistep-progress-icon::after {
    content: "";
    background-color: #f5f5f5;
    height: 5px;
    width: 205px;
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: -1
}

.sw_multistep-progress-item.active > .sw_multistep-progress-icon,
.sw_multistep-progress-item.active > .sw_multistep-progress-icon::after, .sw_tab-link.sw_active, .sw_active {
    background-color: rgb(254, 179, 18) !important;}

.navbar {
    width: 100%;
    z-index: 1000;
    padding: 1rem;
    background-color: #F8F8F8;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navbar-left {flex: 1;}


.navbar-right {
    display: flex;
    gap: 1rem;
    flex: 1;
    justify-content: flex-end;
}

.navbar-menu {list-style: none}

.navbar-link {
    /*font-size: var(--sw-link-font-size);*/
    text-decoration: none;
    background-color: transparent;
    font-size: 0.9rem;
}


.navbar-center {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
}

.search-form {
    display: flex;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
}

.search-field {
    /*display: none;*/
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    list-style: none;
    background: #fff;
    border-top: none;
    z-index: 999;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.search-field ul {
    margin: 0;
    padding: 0;
}

.search-field li {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.search-field li a {
    text-decoration: none;
    color: #333;
}

.search-field li:hover {background-color: #f9f9f9;}


@media (min-width: 768px) {
    .navbar-wrapper {
        flex-wrap: nowrap;
    }

    .navbar-left,
    .navbar-center,
    .navbar-right {
        order: 0;
    }

    .navbar-left {flex: 1;}

    .navbar-center {
        flex: 2;
        margin-top: 0;
        justify-content: center;
    }

    .navbar-right {
        flex: 1;
        justify-content: flex-end;
    }

    .mobile-trigger {display: none;}
}

@media screen and (max-width: 768px){
    .search-form {margin-top: 1rem;}
    .rp3-order-2 {order: 2;}

    .sw-row > * {
        padding-right: .3rem;
        padding-left: .3rem;
    }
}
/**/




