.col-form-label {
    padding-top: calc(.375rem + 3px);
}
.card-tools {
    float: right;
    margin-top: -25px;
}

.menu-user a {
    padding: 10px 16px;
    border-radius: 5px;
}
.menu-user a:hover,
.menu-user a.active {
    background: linear-gradient(90deg, var(--warna_3) 0%, rgba(112, 127, 235, 0) 100%);
}
.menu-user a:hover.logout {
    background: linear-gradient(90deg, #811a1a 0%, rgba(112, 127, 235, 0) 100%);
}
.menu-user a i {
    font-size: 19px;
    width: 20px;
}
.menu-user {
    margin-bottom: 26px;
}

.back-to-top {
    background: var(--warna_3);
    color: #000;
    z-index: 1000;
}
.back-to-top:hover {
    background: var(--warna_3);
    color: #000 !important;
}

.table-white tr th,
.table-white tr td {
    border-color: var(--warna);
}

.menu-utama div a {
    margin: 0 0px;
}
.menu-utama div a:hover,
.menu-utama div a.active {
    color: white;
}

@media screen and (max-width: 778px) {
    .navbar-collapse {
        background: none !important;
    }
}

.menu-list {
    list-style: none;
    padding-left: 0;
}
.menu-list li a {
    display: block;
    padding: 6px 0;
    transition: .4s;
    padding-bottom: 8px !important;
}
.menu-list li a:hover {
    color: var(--warna_3) !important;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 768px) {
    .md\:inline {
        display: inline;
    }
}
@media (max-width: 768px) {
    
}
.chatcs {
    outline: none !important;
    padding-top: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    background: var(--warna_3) !important;
}
.chatcs:hover {
    background: var(--warna_hover) !important;
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.nav-item.nav-link.bang.show {
    color: var(--warna_3);
    border-bottom: 3px solid var(--warna_3);
}
.searchnav {
    border: 1px solid var(--warna_10);
    height: 38px;
    border-radius: 999px;
    background-color: transparent;
    padding: 0 105px 0 15px;
    overflow: hidden;
    position: relative;
}
.searchnav:hover {
    background-color: var(--warna_10);
}
.searchnav svg {
    color: #fff;
    position: absolute;
    right: 12px;
}
.searchnav:hover svg {
    color: #000;
}
.searchnav:hover svg {
    stroke: #000;
}
.searchnav:hover span {
    color: #000;
}
.searchnav.mobile {
    display: none !important;
}
@media (max-width: 1024px) {
    .searchnav svg {
        position: relative;
        right: -8rem;
    }
    .searchnav:hover svg {
        stroke: #000;
    }
    .searchnav span {
        color: #fff;
        display: block !important;
    }
    .searchnav {
        padding-right: 65px;
        padding-left: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
}

@media (max-width: 576px) {
    .searchnav {
        padding-right: 35px;
        height: 30px;
    }
    .searchnav svg {
        right: -7rem;
    }
    .text-search {
        font-size: 16px !important;
    }
}
@media (max-width: 380px) {
    .navbar-brand img {
        width: 5rem;
        height: auto;
    }
    .searchnav {
        height: 25px;
    }
    .searchnav svg {
        right: -6rem;
        width: 13px;
        height: 13px;
    }
    .text-search {
        font-size: 14px !important;
    }
}

.butmobilenav {
    color: #fff !important;
    background: transparent;
}
.search-container {
    width: 100%;
    background: transparent;
    list-style: none;
    position: absolute;
    z-index: 999;
    overflow: auto;
    max-height: 400px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgb(12 12 12 / 37%), 
                -10px 10px 10px rgb(12 12 12 / 37%);
}
.w-searchbar {
    width: 100%;
}
.pencarian-content {
    background: #c9c9c961;
    backdrop-filter: blur(10px);
    height: 29rem;
    border-radius: 0.75rem !important;
    z-index: 1000;
    position: relative;
    --tw-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
    
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
}
.caricontent {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
    z-index: 10000 !important;
}

.caricontent.active {
    opacity: 1;
    visibility: visible;
}
#overlaysearch.active {
    opacity: 1;
    visibility: visible;
    display: block;
}
#overlaysearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity 0.1s ease;
    background-color: #0000008a;
    z-index: 999;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.closepopup {
    border: 0;
    color: black;
    background: var(--warna_10);
    border-radius: 0.375rem;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
    box-shadow: 0 0 1rem #0000006e;
}
.closepopup:hover {
    color: var(--warna_10);
    background: black;
    box-shadow: 0 0 1rem #ffffff6e;
}
.modal-content {
    background: #1e2022 !important;
    border: none !important;
}
.backpopup {
    background: #1e2022 !important;
    border-radius: 1rem !important;
    border: none !important;
}
.modal-dialog {
    max-width: 40rem;
    margin: 1.75rem auto;
}
.sayasudahmembaca {
    background: var(--warna_3);
    color: #000;
    font-weight: bold;
}
.sayasudahmembaca:hover {
    background-color: var(--warna_hover) !important;
    border-color: var(--warna_hover) !important;
    color: #000 !important;
}
.sayasudahmembaca:focus {
    background-color: var(--warna_hover) !important;
    border-color: var(--warna_hover) !important;
    color: #000 !important;
}
@media (max-width: 650px) {
    .modal-dialog {
        padding: 10px;
    }
    .modal-body p {
        padding-left: 25px;
        padding-right: 25px;
    }
}
.separator_auto {
    width: 100%;
    height: 5px;
    background: var(--warna_3);
    display: inline-block;
}
.head_title {
    text-transform: uppercase;
}
img.icon {
    height: 100%;
    position: static;
}
.shadow-card {
    box-shadow: rgb(214 221 237 / 50%) 0 1px 0, rgb(214 221 237 / 60%) 0 0 8px;
}
.position-relative {
    position: relative!important;
}
.overflow-auto {
    overflow: auto!important;
}
.me-3 {
    margin-right: 1rem!important;
}
.end-0 {
    right: 0!important;
}
.block.block-fx-shadow {
    box-shadow: 0 0 2.25rem #d1d8ea;
    opacity: 1;
}
.block.block-bordered {
    border: 1px solid #dfe4f1;
    box-shadow: none;
}
.translate-middle-y {
    transform: translateY(-50%)!important;
}
.list-group {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0%);
}
.wizzard-item {
    background-color: var(--warna_2);
    box-sizing: border-box;
    border-radius: 50px 5px 100px 50px;
    -webkit-border-radius: 50px 5px 100px 50px;
    -moz-border-radius: 50px 5px 100px 50px;
    -o-border-radius: 50px 5px 100px 50px;
    -ms-border-radius: 50px 5px 100px 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    top: -15px;
    left: -3px;
    width: 250px;
    height: 35px;
    padding: 5px 0;
}
.separator {
    height: 2px;
    background: #c7c7c7;
    margin: 0 20px;
}
@media (min-width: 992px) {
    .col-lg-2_5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .lg\:static {
        position: static;
    }
}
.nav-container {
    background: var(--navbar);
    backdrop-filter: blur(40px) !important;
    padding: 0.8rem;
}
.footer-container {
    padding-top: 3rem;
    margin-top: 5rem;
    background: var(--warna_7);
}
.spn-footer-sig {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}
.payterimg {
    width: auto;
    height: 16px;
    object-fit: contain;
}
.spn20plus {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #C0C0C0;
}
.img-spanpay {
    gap: 12px;
}
.payimg-car {
    gap: 12px;
}
.footer-way {
    
}
.padding-custom-wee {
    padding-left: 8rem;
}
@media (max-width: 1200px) {
    .padding-custom-wee {
        padding-left: 6rem;
    }
}
@media (max-width: 1024px) {
    .padding-custom-wee {
        padding-left: 3rem;
    }
}
@media (max-width: 992px) {
    .padding-custom-wee {
        padding-left: 15px;
    }
    .footer-way {
        border-top: 1px solid #747474;
        border-bottom: 1px solid #747474;
        padding-bottom: 22px;
        padding-top: 22px;
    }
}
@media (max-width: 576px) {
    .spn-footer-sig {
        font-size: 16px;
        line-height: 21px;
    }
    .img-spanpay {
        gap: 10px;
        flex-wrap: wrap;
    }
    .payimg-car {
        gap: 10px;
        flex-wrap: wrap;
    }
}
.pencarian-content-search {
    position: relative;
}
.w-searchbar.ser .input-group svg {
    top: 9px;
    right: 14px;
    pointer-events: none;
    color: #fff;
}
.input-isi {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 15px;
    line-height: 1.2;
    padding-left: 1rem;
    padding-right: 2.5rem;
    background: transparent;
    border: 1px solid #fff;
    height: 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 9999px;
    color: #fff;
}
.input-isi:focus {
    border: 1px solid var(--warna_3);
    color: var(--warna_3);
}
.input-isi::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.input-isi:focus::placeholder {
    color: var(--warna_3) !important;
    opacity: 1 !important;
}
.w-searchbar.ser .input-group:focus-within svg {
    color: var(--warna_3);
}
.search-container-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0;
}
.load-search-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
.search-game-image {
    border-radius: 10px;
    width: 4rem;
    aspect-ratio: 1/1;
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.search-game-name {
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.search-game-subtitle {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.dropdown-item.search {
    margin: 0;
    padding: 12px 20px;
    border-radius: 0;
}
.search-mobile-button {
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 50;
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0;
    top: 2px;
}
.iconseamol {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    width: 50%;
    height: 50%;
}
.sifooter {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #747474;
    margin-top: 40px;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.GooglePlayButton {
    position: relative;
}
.GooglePlayButton img {
    width: 131px;
    height: 48px;
}
.sosmed-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.sosmed-container a {
    
}
.sosmed-container svg {
    width: 24px;
    height: 24px;
}
.text-fooo {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #747474;
}
.text-fooo:hover {
    color: var(--warna_3);
}
@media (min-width: 675px) {
    .input-isi {
        width: 25rem;
    }
}
@media (min-width: 768px) {
    .input-isi {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 992px) {
    .search-game-image {
        width: 3rem;
    }
    .search-mobile-button {
        display: none;
    }
    .input-isi {
        width: 250px;
    }
}
@media (min-width: 1024px) {
    
}
@media (min-width: 1250px) {
    .input-isi {
        font-size: 1rem;
        line-height: 1.5rem;
        width: 310px;
    }
    .search-game-image {
        width: 4rem;
    }
}
@media (max-width: 576px) {
    .pencarian-content-search.mobile {
        position: inherit;
    }
    
    .input-isi {
        font-size: 12px;
        height: 30px;
    }
    .input-isi::placeholder {
        font-size: 12px;
    }
    .w-searchbar.ser .input-group svg {
        width: 0.8rem;
        height: 0.8rem;
    }
    .search-game-image {
        width: 2.5rem;
    }
    .dropdown-item.search {
        padding: 6px 15px;
    }
    .search-game-name {
        font-size: 11px;
    }
    .search-game-subtitle {
        font-size: 60%;
    }
}
.overlay-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    z-index: 1010;
    display: none;
    transition: opacity 0.3s ease;
}
.overlay-navbar.active {
    display: block;
    opacity: 1;
}
.placeholder-custom {
    background: white !important;
    border: 3px solid transparent !important;
}
.placeholder-custom:focus {
    color: black !important;
    border: 3px solid var(--warna_3) !important;
    box-shadow: none !important;
}

.pp-google-t {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.user-img-t {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}
    
/*FLIP CSS*/
button#ymDivBar[aria-label="Bantuan Bantuan button"] {
    bottom: 95px !important;
    right: 10px !important;
}
button#ymDivBar[aria-label="Bantuan Bantuan button"] img[alt="Bantuan bot icon"] {
    height: 55px !important;
}
div#ymFrameHolder.compact {
    bottom: 70px !important;
    right: 10px !important;
}
@media (min-width: 768px) {
    button#ymDivBar[aria-label="Bantuan Bantuan button"] {
        bottom: 70px !important;
    }
}
/*FLIP CSS*/

.wb {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
.country-button {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: var(--warna_3);
    background: transparent;
    border: 1.5px solid var(--warna_3);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
}
.img-country {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 8px;
}
.arrow-co {
    width: 24px;
    height: 24px;
}
.searchicon-desktop {
    right: 1rem;
    top: 25%;
}
.min-vh-40 {
    min-height: 40vh;
}

@media (min-width: 768px) {
    .md\:pr-5 {
        padding-right: 1.25rem;
    }
}

.country-button {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    color: var(--warna_3);
    background: transparent;
    border: 1.5px solid var(--warna_3);
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
}
.img-country {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 8px;
}
.text-country {
    
}
.arrow-co {
    width: 24px;
    height: 24px;
}

/*MODAL COUNTRY*/
.modal-country {
    overflow: hidden !important;
}
.modal-country .modal-dialog {
    max-width: 415px;
    overflow: hidden;
    padding: 10px;
}
.modal-country .modal-content {
    border-radius: 8px;
    background: #2F2F2F !important;
    border: none;
    overflow: hidden;
}
.modal-country .modal-header {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
}
.modal-country .modal-body {
    padding: 16px;
    background: transparent;
}
.modal-country .modal-footer {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.modal-country .save-country {
    color: #000000;
    background: var(--warna_3);
    border: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    height: auto;
    width: 100%;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-country .modal-title {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.modal-country .btn-close-popup {
    background: transparent;
    border: none;
    padding: 0;
}
.modal-country .btn-close-popup svg {
    width: 24px;
    height: 24px;
}
.modal-country .lokas-title {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    font-size: 16px;
}
.card-country-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-top: 15px;
}
.country-card {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.radio-country {
    display: none;
}
.radio-country+label {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
.radio-country:checked+label {
    border: 1px solid var(--warna_3);
}
.radio-country+label span {
    
}
.radio-country+label .img-country-modal {
    flex-shrink: 0;
    width: 22px;
    height: 16px;
    object-fit: contain;
    border-radius: 0;
}
/*language*/
.card-language-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.language-card {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}
.radio-language {
    display: none;
}
.radio-language+label {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    border-radius: 8px;
    border: 1px solid #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.radio-language:checked+label {
    border: 1px solid var(--warna_3);
}
.radio-language+label span {
    
}
.radio-language+label .img-language-modal {
    flex-shrink: 0;
    width: 22px;
    height: 16px;
    object-fit: contain;
    border-radius: 0;
}

@media (max-width: 576px) {
    .card-country-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
/*END MODAL COUNTRY*/

@media (max-width: 992px) {
    .sifooter {
        flex-direction: column;
        justify-content: center;
        justify-content: center;
        border: none;
        margin: 0;
        padding: 35px 0;
    }
    .menu-list {
        margin: 0;
    }
    .menu-list li a {
        padding: 0 0 12px 0 !important;
    }
    .w-m-100 {
        width: 100% !important;
    }
    .searchnav.desktops {
        display: none !important;
    }
    .searchnav.mobile {
        display: flex !important;
    }
    .spanchatcs {
        display: none !important;
    }
    .logindesktop {
        display: none !important;
    }
    
    .dropdown-menu.show {
        width: 100% !important;
        padding-top: 10px;
        font-size: 13px !important;
    }
    .dropdown-menu {
        background: transparent !important;
    }
    .dropdown-menu:hover {
        background: transparent !important;
    }
    .drpimobile:hover {
        background: #3d4348 !important;
    }
    .drpimobile {
        padding-top: 8px !important;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        border-radius: 0.375rem;
        width: 15rem;
    }
    .caldesk {
        display: none !important;
    }
    .fa.fa-calculator.mt-1 {
        color: #fff !important;
    }
}

.button-style-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    background: var(--warna_3);
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #222223;
}

.logo-fot {
    
}
.fot-co {
    display: flex;
    justify-content: end;
    gap: 48px;
    padding: 0;
}
.col-fot {
    padding: 0;
}
.col-fot.c1 {
    
}
.col-fot.c2 {
    
}
.col-fot.c3 {
    
}
.col-fot.c4 {
    
}
@media (min-width: 992px) {
    .logo-fot {
        width: 93%;
    }
}
@media (max-width: 992px) {
    .fot-co {
        flex-direction: column;
        padding-right: 12.5px;
        padding-left: 12.5px;
        gap: 0;
    }
    .col-fot.c2,
    .col-fot.c3,
    .col-fot.c4 {
        display: none;
    }
}

.footer-menu.accordion {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.footer-menu.accordion .accordion-item {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #747474;
}
.footer-menu.accordion .accordion-header {
    position: relative;
    margin: 0;
    padding: 22px 0px;
    line-height: 0;
    font-size: inherit;
    width: 100%;
}
.footer-menu.accordion .accordion-button {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    align-items: start;
    justify-content: start
}
.footer-menu.accordion .accordion-collapse {
    
}
.footer-menu.accordion .accordion-body {
    
}
.footer-menu.accordion .accordion-button:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M1 10.9688L6 5.96875L1 0.96875" stroke="%23FFBD2B" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat;
    margin-left: auto;
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
    position: absolute;
    right: 3px;
}
.footer-menu.accordion .accordion-button.collapsed:after {
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"%3E%3Cpath d="M1 10.9688L6 5.96875L1 0.96875" stroke="%23ffffff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat;
    transform: rotate(90deg);
}