/*.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%;
    padding: 1rem;
    background-color: #F8F8F8;
}

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

.navbar-sticky {
    z-index: 1020;
    position: sticky !important;
    top: 0;
    left: 0;
    right: 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;
    }
}
/**/

.sw-snackbar {
    z-index: 9999 !important;
}

.header-outline-none {
    border-bottom: none !important;
}

.footer-outline-none {
    border-top: none !important;
}




/**/

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
.sw-loader {
    border-radius: 50% !important;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.sw-loader-spin {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left: 3px solid #FFBF00;
    animation: loader-spin 1s linear infinite !important;
    -webkit-animation: loader-spin 1s linear infinite !important;
    -moz-animation: loader-spin 1s linear infinite !important;
}

.sw-wd-larger {
    width: 400px !important;
}

.sw-input-switch-outline {
    border: 1px solid #DCDCDC !important;
}

.sw-sidebar-hide {display: none;}
.sw-navbar-width {
    width: 100% !important;
    margin-left: 0 !important;
}

.sw-rsq-tl {
    border-top-left-radius: 10px;
}

.sw-rsq-tr {
    border-top-right-radius: 10px;
}

.badge {
    display: inline-flex;
    align-items: center;
    background-color: #F8F8F8;
    padding: var(--sw-rel-box-padding);
    font-size: var(--sw-rel-font-size);
}

.badge-small {
    padding: var(--sw-rel-small-padding);
    font-size: var(--sw-small-font-size);
}

.badge-smaller {
    padding: var(--sw-rel-smaller-padding);
    font-size: var(--sw-smaller-font-size);
}


/*
.tabs {
    display: inline-flex;
    gap: 8px;
    padding: 6px;
    background-color: #1f2933;
    border-radius: 999px;
}

.tab {
    padding: 8px 16px;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 500;

    background: transparent;
    color: #cbd5e1;

    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tab:hover {
    color: #ffffff;
}

.tab.active {
    background-color: #2563eb;
    color: #ffffff;
}
*/

.tabs {
    display: inline-flex;
    align-items: center;

    padding: 6px 10px;
    border-radius: 5px;

    background-color: #F3F3F4; /* dark slate */
}

.tab {
    position: relative;
    z-index: 1;

    padding: 6px 10px;
    border-radius: 5px;

    font-size: 12px;
    font-weight: 500;

    background: transparent;
    color: #888FA8;

    border: none;
    cursor: pointer;

    transition: color 0.25s ease;
}

/*.tab:hover {
    color: #e5e7eb;
}*/

.tab.active {
    color: #000000;
}

/* Floating indicator */
.tab.active::before {
    content: "";
    position: absolute;
    inset: 0;

    background-color: #FFFFFF;
    border-radius: inherit;

    z-index: -1;
    transition: all 0.25s ease;
}

