body {
    margin: 0;
    line-height: normal
}

.icon {
    user-select: none;
}

.text-white { color: var(--colors-fill-base) !important; }

.lang-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: red;
}

.top-menu * {
    transition: all .15s ease-in-out;
    color: var(--colors-text-soft)
}

.top-menu button {
    border: none;
    cursor: pointer
}

.top-menu a:hover, .top-menu a:hover *, .top-menu button:hover, .top-menu button:hover * {
    color: var(--colors-fill-primary)
}

.menu {
    flex: 1;
    position: relative;
    line-height: 24px;
    white-space: nowrap
}

.togglemenu {
    align-self: stretch;
    border-radius: 4px;
    background-color: var(--colors-fill-bgsoft);
    border: 1px solid var(--colors-fill-disabledHigh);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 7px;
    font-size: 24px
}

.footer {
    position: relative;
    font-weight: 500
}

.footer {
    line-height: 24px;
    font-family: Manrope, sans-serif;
    white-space: nowrap
}

.nav-itemtopmenu {
    border-radius: 4px;
    background-color: var( --colors-fill-bgmain);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 8px 8px 12px;
    gap: 8px
}

.facebook-account {
    position: relative;
    font-weight: 500
}

.facebook-account {
    line-height: 24px;
    font-family: Manrope, sans-serif
}

.nav-itemtopmenu1 {
    width: 54px;
    border-radius: 4px;
    background-color: var( --colors-fill-bgmain);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    gap: 8px
}

.textcontent {
    position: relative;
    font-weight: 500
}

.textcontent {
    line-height: 24px;
    font-family: Manrope, sans-serif
}

.nav-itemtopmenu2 {
    width: 58px;
    border-radius: 4px;
    background-color: var( --colors-fill-bgmain);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    gap: 8px
}

.brand-logo, .navbarstart {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.navbarstart {
    flex-direction: row;
    gap: 8px
}

.brand-logo {
    width: 353px;
    flex-direction: column;
    max-width: 100%
}

.fawnstars-lettering {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 0 0
}

.brandlogo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    position: absolute;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.brandlogo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.iconstart3 {
    line-height: 16px
}

.iconend3, .iconstart3, .textcontent1 {
    position: relative;
    font-weight: 500
}

.textcontent1 {
    line-height: 24px;
    font-family: Manrope, sans-serif;
    white-space: nowrap
}

.iconend3 {
    width: 16px;
    line-height: 16px;
    display: none
}

.nav-itemtopmenu3 {
    border-radius: 4px;
    background-color: var( --colors-fill-bgmain);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 8px 8px 12px;
    gap: 8px
}

.nav-itemtopmenu4 {
    border-radius: 4px;
    background-color: var( --colors-fill-bgmain);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    gap: 8px
}

.iconend5, .textcontent3 {
    position: relative;
    font-weight: 500
}

.textcontent3 {
    line-height: 24px;
    font-family: Manrope, sans-serif;
    white-space: nowrap
}

.iconend5 {
    line-height: 16px
}

.nav-itemtopmenu5 {
    border-radius: 4px;
    background-color: var( --colors-fill-bgmain);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
    gap: 4px
}

.navbarend, .top-menu {
    display: flex;
    flex-direction: row;
    max-width: 100%
}

.navbarend {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
}

.add-balance-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 360px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: var(--colors-fill-bgmain);
    transform: scale(0);
    transform-origin: top right;
    box-sizing: border-box;
}

.add-balance-dropdown.opened {
    transform: scale(1);
}

.top-menu {
    align-self: stretch;
    background-color: var(--colors-fill-bgmain);
    border-bottom: 1px solid var(--colors-border-neutrallight);
    box-sizing: border-box;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 20px;
    gap: 20px;
    top: 0;
    z-index: 99;
    position: sticky;
    text-align: center;
    font-size: 16px;
    color: var(--colors-text-soft) !important;
    font-family: "Material Symbols Outlined";
    box-sizing: border-box;
}

.top-menu.logged-in {
    padding-inline: 180px;
}

.lang-selector .select2-container {
    min-width: auto;
    width: auto!important;
}

.lang-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--colors-text-soft);
    font-size: 16px;
    line-height: 24px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    width: auto;
}

.lang-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.lang-selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--colors-text-soft);
    top: 20%;
}

.lang-selector:hover .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--colors-fill-primary);
}

.lang-selector:hover .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--colors-fill-primary);
}

.search-form {
    max-width: 240px;
    width: 100%;
}

.search-input {
    width: 100%;
    color: var(--colors-text-base);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    background: var(--color-dimgray-search);
    border: 1px solid var(--colors-border-neutralbase);
    border-radius: 9999px;
    padding: 8px 16px 8px 16px;
}

.search-label {
    width: 100%;
    position: relative;
    display: block;
}

.search-input::placeholder {
    color: var(--colors-border-neutralbase);
}

.search-input::placeholder {
    color: var(--colors-text-soft);
}

.search-input:hover {
    border-color: #323334;
}

.search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 18px;
    font-weight: 500;
}

.balance-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Manrope', sans-serif;
    gap: 10px;
    width: 100%;
    border: 1px solid var(--colors-text-soft);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    border-radius: 8px;
    box-sizing: border-box;
}

.balance-offer b {
    font-weight: 700;
}

.balance-offer .icon {
    font-family: "Material Symbols Outlined", sans-serif;
    font-size: 24px;
    line-height: 24px;
    margin-right: 4px;
}

.balance-offer .text-start {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.balance-offer_primary {
    border-color: var(--colors-fill-primary);
}

.balance-offer_primary .icon {
    color: var(--colors-fill-primary);
}

.balance-offer_primary:hover {
    box-shadow: 0 0 0 2px var(--colors-fill-bgmain), 0 0 0 4px var(--colors-fill-primary);
}

.balance-offer_secondary {
    border-color: var(--colors-fill-secondary);
}

.balance-offer_secondary:hover {
    box-shadow: 0 0 0 2px var(--colors-fill-bgmain), 0 0 0 4px var(--colors-fill-secondary);
}

.balance-offer_secondary:hover * {
    color: var(--colors-fill-secondary)!important;
}

.balance-offer_secondary .icon {
    color: var(--colors-fill-secondary);
}

.balance-offer_accent {
    border-color: var(--colors-text-link);
}

.balance-offer_accent .icon {
    color: var(--colors-text-link);
}

.balance-offer_accent:hover * {
    color: var(--colors-text-link)!important;
}
.search-icon-svg {
    display: none;
}

.balance-offer_accent:hover {
    box-shadow: 0 0 0 2px var(--colors-fill-bgmain), 0 0 0 4px var(--colors-text-link);
}

@media screen and (max-width: 1280px) {
    .top-menu.logged-in {
        padding-inline: 100px;
    }
}
@media screen and (max-width: 950px) {
    .search-icon-svg {
        display: block;
    }

    .search-form{
        width: auto;
    }
    .brandlogo.search-opened {
        transform: translateY(-50%);
        left: 360px;
    }

    .top-menu.logged-in {
        padding-inline: 40px;
    }

    .fawnstars-lettering {
        display: none;
    }

    .mobile-remove {
        display: none;
    }

    .search-label:not(.opened) {
        width: 40px;
        height: 40px;
        box-sizing: border-box;
    }

    .search-label:not(.opened) .search-icon {
        left: 10px;
        line-height: 20px;
    }

    .search-label:not(.opened) .search-input {
        width: 40px;
        height: 40px;
        padding: 10px;
        box-sizing: border-box;
    }

    .search-label:not(.opened) .search-input::placeholder {
        display: none;
        opacity: 0;
    }
}
@media screen and (max-width: 640px) {
    .search-form {
        max-width: 100px;
    }
    .brandlogo.search-opened {
        transform: translateY(-50%);
        left: 220px;
    }
}
@media screen and (max-width: 460px) {
    .top-menu.logged-in {
        padding-inline: 20px;
    }
    .search-form {
        max-width: 80px;
    }
    .brandlogo.search-opened {
        transform: translateY(-50%);
        left: 180px;
    }
}
@media screen and (max-width: 400px) {
    .brandlogo.search-opened ~ .navbarend,
    .brandlogo.search-opened {
        display: none;
    }
    .search-form {
        max-width: none;
    }

}

.search-icon-svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.search-form {
    position: relative;
}

.label-search {
    margin-bottom: 0;
}

.user-form .select2-selection--single {
    border: 1px solid var(--colors-border-neutralbase)!important;
    border-radius: 8px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    padding: 8px 40px 8px 12px !important;
    height: auto!important;
}
.user-form .select2-selection--single .select2-selection__arrow {
    height: 20px !important;
    width: 20px !important;
    background-image: url("/assets/images/chevron_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
    left: initial !important;
}
.user-form .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.user-form .select2-selection--single .select2-selection__rendered {
    color: var(--colors-text-soft)!important;
    line-height: 24px!important;
    font-size: 16px!important;
    font-weight: 500!important;
}

.select2-container--default .select2-selection--single {
    background-color: var(--colors-fill-bgmain);
    border: none !important;
    border-radius: 4px;
}

.modal-det-wrapper .txt-content-wrapper p {
    color: var(--colors-text-soft) !important;
}

.modal-det-wrapper .txt-content-wrapper ul li {
    color: var(--colors-text-soft) !important;
}

.modal-det-wrapper .model-consent-table tbody tr td {
    color: var(--colors-text-soft) !important;
}

.modal-det-wrapper .model-consent-table tbody tr td input {
    color: var(--colors-text-soft) !important;
}

.dropdown-content-share {
    display: none;
    font-family: 'Manrope';
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    bottom: 40px;
    right: 0;
}