.search_result {
    display: none;
}

.provider__bar .provider__bar--input {
    background: #151515;
    border: 1px solid #2E2E2E;
    color: #FFF;
}

.provider__bar .provider__bar--input::placeholder {
    color: #5C5C5C;
}

.provider__bar .provider__bar--input:focus {
    color: #FFF;
    border: 1px solid #F38E93;
}

.provider__bar .provider__bar--input:not(:focus) {
    border: 1px solid #2E2E2E;
}

.provider--search--list {
    width: 100%;
    padding: 0;
    border-top: 0;
    border: 1px solid var(--Primary-200, #F38E93);
    backdrop-filter: blur(5px);
    border-radius: var(--sl-border-radius-sm);
}
.provider--search--list__item {
    padding: 6px 16px;
    border-bottom: 1px solid #242424;
    background: #151515;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 7px;
}

.site-provider--card__search__thumbnail {
    border-radius: 2px;
}
.provider--search--list__item a {
    text-decoration: none;
}

.provider--search--list__item::before {
    list-style: none;
    display: none;
}

.site-provider--wrapper {
    margin: 25px 0
}

.site-provider--card {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: rgb(36, 36, 36);
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .35);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin: 15px 0;
    padding: 23px 0 16px;
    text-align: center;
    border: 1px solid #333333;
}

.site-provider--card:hover {
    background: rgb(51, 51, 51);
}

.site-provider--card:active {
    background: rgba(229, 9, 20, 0.1);
    border: 1px solid #EE5A62;
}

.site-provider--card__thumbnail {
    max-height: 120px;
    max-width: 120px;
    border: 4px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
}

.site-provider--card__title {
    font-weight: 700;
    margin: 20px 0
}


.site-provider--card__button {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    padding: 6px 24px 6px 24px;
    border-radius: 4px;
    background: rgb(92, 92, 92);
    text-decoration: none;
}

.site-provider--card__wrapper {
    color: #fff;
    text-decoration: none
}
.site-providers--single--thumbnail {
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    height: 480px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    display: flex;
    padding-left: 102px;
    align-items: center;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .site-providers--single--thumbnail {
        background: transparent;
        background-color: rgba(0, 0, 0, .1);
        border: 1px solid hsla(0, 0%, 100%, .1);
        height: auto;
        padding: 20px
    }
}

.site-providers--single--thumbnail__logo {
    border: 4px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    margin-right: 25px;
}

@media only screen and (max-width: 767px) {
    .site-providers--single--thumbnail__logo {
        height: 80px;
        width: 80px
    }
}

.site-providers--single--thumbnail__image {
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .site-providers--single--thumbnail__image {
        display: none
    }
    .site-providers--single--thumbnail--info {
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .site-providers--single--thumbnail--info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        height: fit-content;
        border-radius: 16px;
        border-top: 1px solid var(--Gray-700, #242424);
        border-right: 1px solid var(--Gray-700, #242424);
        border-left: 1px solid var(--Gray-700, #242424);
        background: linear-gradient(270deg, rgba(5, 5, 8, 0.40) 0.09%, rgba(5, 5, 8, 0.70) 100%);
        backdrop-filter: blur(8.5px);
        padding: 32px 24px;
    }
}
.site-providers--single--thumbnail--info__title {
    font-size: 25px;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .site-providers--single--thumbnail--info__title {
        font-size: 20px
    }
}

.site-providers--similar {
    margin: 40px 0;
    padding: 0;
}

.site-section__title {
    font-size: 2.125rem;
    font-weight: 700;
}

.site-providers--single--thumbnail .site-providers--single--thumbnail__logo {
    height: 88px;
    width: 88px;
}


.sl-header__fixed {
    background-color: var(--sl-color-dark-900);
    padding: 0 20px;
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    z-index: 5;
    top: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.16);
}

.sl-header__fixed .sl-header__desktop {
    padding: 10px 80px;
}

.sl-header__fixed:before {
    display: none
}

.sl-header__fixed .sl-header__logo img {
    height: 30px
}

@media only screen and (max-width: 768px) {
    .sl-header__fixed .sl-header__logo svg {
        height:30px
    }
}

.sl-header__fixed .sl-header__action .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1200px) {
    .sl-header__fixed .sl-show__name {
        opacity:1;
        visibility: visible
    }
}

@media only screen and (max-width: 1545px) {
    .sl-header__fixed .sl-show__name {
        opacity:1;
        visibility: visible;
        width: 65%
    }

    .sl-header__fixed .sl-show__logo {
        width: 10%
    }

    .sl-header__fixed .sl-show__button {
        width: 25%
    }
}

@media only screen and (max-width: 1200px) {
    .sl-header__fixed {
        padding:10px 0
    }

    .sl-header__fixed .sl-show__button,.sl-header__fixed .sl-show__name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 992px) {
    .sl-header__fixed {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .sl-header__fixed {
        padding: 0;
    }
}


.scroll-badge {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, .7);
    border-radius: 6px;
    bottom: 10px;
    -webkit-box-shadow: 0 0 0 2px var(--sch-accent-color);
    box-shadow: 0 0 0 2px var(--sch-accent-color);
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: sticky;
    right: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.46,.03,.52,.96);
    transition: all .3s cubic-bezier(.46,.03,.52,.96);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 99;
}

@media only screen and (max-width: 475px) {
    .scroll-badge {
        display: flex;
    }
    .sl-header__mobile .sl-header__col > a {
        display: none;
    }
}
