.left-profile-wrapper .profile-wrapper .menu-settings {
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    position: relative;
    margin: 30px 0 30px 0;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block {
    padding: 20px 0;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block ul li {
    display: flex;
    align-items: center;
    padding: 14px 40px;
    border-left: 4px solid transparent;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block ul li.is-active {
    border-color: #5596e6;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block ul li a {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block ul li a svg {
    height: 18px;
    width: 18px;
    stroke: var(--text-color);
    margin-right: 20px;
}

.left-profile-wrapper .profile-wrapper .menu-settings .menu-settings-block ul li a span {
    color: var(--text-color);
}

.left-profile-wrapper .profile-wrapper .menu-settings .separator {
    margin: 0 30px;
    border-bottom: 1px solid;
    border-color: var(--border-color);
}

.settings-wrapper {
    display: flex;
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.right-settings-wrapper {
    flex: 1;
    min-width: 0;
}

.right-settings-wrapper .settings-section {
    animation: fadeInRight .5s;
    display: none;
    margin-left: auto;
    border-radius: 1rem;
    padding: 20px;
    background-color: var(--box-color);
    position: relative;
    margin-bottom: 5%;
    border: var(--border-color) 1px solid;
}

.right-settings-wrapper .settings-section.is-active {
    display: block;
    animation: fadeInLeft 0.5s ease-out forwards;
}

.right-settings-wrapper .settings-section .settings-panel {
    padding: 20px;
    border-radius: 1rem;
    background: var(--box-color);
}

.right-settings-wrapper .settings-section .settings-panel .title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-settings-wrapper .settings-section .settings-panel .title-wrap img {
    max-width: 100%;
    image-rendering: pixelated;
    width: 35px;
    height: 25px;
    gap: 10px;
}

.right-settings-wrapper .settings-section .settings-panel .title-wrap .lock {
    max-width: 100%;
    image-rendering: pixelated;
    width: 25px;
    height: 25px;
    gap: 10px;
}

.right-settings-wrapper .settings-section .settings-panel .title-wrap h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-color);
    text-transform: uppercase;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper {
    display: flex;
    padding-top: 20px;
    width: 100%;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 {
    display: block;
    padding: .75rem;
    flex: none;
    width: 100%;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 p {
    font-size: 1rem;
    color: var(--text-color);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field.field-group {
    background: var(--box-color);
    border-radius: 6px;
    border: var(--border-color) 1px solid;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field.field-group label {
    text-transform: uppercase;
    font-size: .75rem;
    color: var(--text-color);
    padding-left: 6px;
    font-weight: 500;
}

.control.has-icon {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

.control input {
    background: none;
    color: var(--text-color);
    border: none;
    height: 36px;
    width: 96%;
    padding-left: 40px;
    font-size: .9rem;
    border-radius: 1rem;
    transition: all .3s;
    box-shadow: none;
}

.control input:focus-visible {
    outline: none;
}

.control.has-icon .form-icon {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 26px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-settings {
    min-width: 160px;
    background: #5596e6;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
    border-radius: 1rem;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
    margin-right: 10px;
}

.button-settings-disabled {
    min-width: 160px;
    background: #e25555;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
    border-radius: 1rem;
    transition: all .3s;
    cursor: pointer;
    border: 1px solid transparent;
    margin-right: 10px;
}

.button-settings-disabled:hover {
    background: #c94444;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-6 {
    display: block;
    padding: .75rem;
    flex: none;
    width: 49%;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-6 p {
    font-size: 1.1rem;
    color: var(--text-color);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-6 .field.field-group {
    background: var(--box-color);
    border-radius: 6px;
    border: var(--border-color) 1px solid;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-6 .field.field-group label {
    text-transform: uppercase;
    font-size: .75rem;
    color: var(--text-color);
    padding-left: 6px;
    font-weight: 500;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block {
    display: flex;
    align-items: center;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.9);
    font-size: .9rem;
    font-weight: 500;
    color: var(--box-color);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch input:focus {
    border: none;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background: var(--box-color);
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all .3s linear;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .25s linear;
    background: var(--border-color);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: var(--text-color);
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
    transform: translate3d(2px, 2px, 0);
    transition: all .2s ease-in-out;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch:active i::after {
    transform: translate3d(2px, 2px, 0);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch input:checked + i {
    background-color: #4CAF50;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
    background: #fff !important;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch input:checked + i::before {
    transform: translate3d(2px, 2px, 0) scale3d(0, 0, 0);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 .field .switch-block .f-switch i::after {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.spaced-field {
    margin-bottom: 2rem;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-4 {
    display: block;
    padding: .75rem;
    width: 32%;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink {
    display: flex;
    align-items: center;
    padding: 16px;
    border: var(--border-color) 1px solid;
    border-radius: 6px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    background: var(--box-color);
    width: 32%;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content {
    justify-items: center;
    display: grid;
    padding: 16px;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .link-icon {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    margin: auto;
    gap: 10px;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .link-icon img {
    image-rendering: pixelated;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content p {
    color: var(--text-color);
    font-size: .90rem;
    margin-top: 1rem;
    text-align: center;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.9);
    font-size: .9rem;
    font-weight: 500;
    color: #393a4f;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .25s linear;
    background: #202836;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background: #3b4963 !important;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
    transform: translate3d(2px, 1px, 0);
    transition: all .2s ease-in-out;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch input:checked + i {
    background-color: #4CAF50;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch input:checked + i::after {
    transform: translate3d(26px, 1px, 0);
    background: #fff !important;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch input:checked + i::before {
    transform: translate3d(2px, 2px, 0) scale3d(0, 0, 0);
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .setting-sublink .link-content .f-switch i::after {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.right-settings-wrapper .settings-section .support-alert {
    width: 100%;
    border-radius: 20px;
    border: var(--border-color) 1px solid;
    display: flex;
    gap: 10px;
    height: auto;
}

.right-settings-wrapper .settings-section .support-alert .alert-avatar {
    display: flex;
    justify-content: center;
}

.right-settings-wrapper .settings-section .support-alert .alert-avatar-image {
    display: flex;
    justify-content: center;
    background-image: url("https://www.habbo.com/habbo-imaging/avatarimage?figure=hr-3260-1427.cc-3405-73-66.hd-180-1.ha-3129-100.fa-1206-1427.lg-285-73.sh-290-92&direction=2&head_direction=3&size=l");
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
}

.right-settings-wrapper .settings-section .support-alert .support-alert-content {
    padding: 16px 0 16px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.right-settings-wrapper .settings-section .support-alert .support-alert-content .support-alert-title {
    font-size: 25px;
    padding-right: 15px;
    text-transform: uppercase;
}

.right-settings-wrapper .settings-section .support-alert .support-alert-content .support-alert-text {
    padding-right: 15px;
}

.right-settings-wrapper .settings-section .support-alert .support-alert-content .support-alert-text p:first-child {
    padding-bottom: 15px;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-4 .support-news {
    position: relative;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-4 .support-news:hover {
    opacity: 0.7;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-4 .support-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    -webkit-user-drag: none;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-4 .support-news .support-news-wrapper {
    height: 150px;
    width: 200px;
    background: var(--box-color);
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
}

.right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-4 .support-news .support-news-wrapper .support-news-title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    padding: 5px;
    background-color: var(--box-color);
    color: var(--text-color);
    text-align: center;
    border-radius: 12px;
}

.checkbox-tile.vip {
    background: linear-gradient(135deg,
    var(--box-color) 0%,
    var(--box-color-double) 50%,
    #F5C25C15 100%
    );
    border: 2px solid var(--button-secondary);
    opacity: 0.7;
}

.checkbox-tile.vip:hover {
    border-color: var(--button-secondary);
}

.checkbox-input:checked + .checkbox-tile.vip {
    border-color: var(--button-secondary);
    opacity: 1;
}

.checkbox-input:checked + .checkbox-tile.vip::before {
    background-color: var(--button-secondary);
    border-color: var(--button-secondary);
    transform: scale(1);
    opacity: 1;
}

.checkbox-input:focus + .checkbox-tile.vip {
    border-color: var(--button-secondary);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(245, 194, 92, 0.3);
}

.checkbox-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.radio-trigger {
    padding: 12px 15px;
    cursor: pointer;
    background: var(--box-color);
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.checkbox-label {
    margin-left: 10px;
    color: var(--text-color);
}

.current-status {
    margin-top: 6px;
    color: var(--text-color);
}

.radio-dropdown {
    position: relative;
    width: 100%;
    z-index: 1000;
    display: none;
}

.radio-dropdown.show {
    display: block;
}

.radio-options {
    margin-top: 5px;
    background: var(--box-color);
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    overflow: hidden;
}

.status-option {
    padding: 15px;
    text-align: center;
    color: var(--text-color);
    cursor: pointer;
    transition: background-color 0.2s ease;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-option:hover {
    background-color: var(--box-color-double);
}

.status-option.selected {
    background-color: var(--box-color-double);
}

.checkbox {
    width: calc(810px / 4);
    height: 130px;
}

.checkbox-input {
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;

    &:checked + .checkbox-tile {
        border-color: var(--button-green);
        box-shadow: 0 5px 10px rgba(#000, 0.1);
        color: var(--text-color);
        opacity: 1;

        &:before {
            transform: scale(1);
            opacity: 1;
            background-color: var(--button-green);
            border-color: var(--button-green);
        }

        .checkbox-icon, .checkbox-label {
            color: var(--text-color);
        }
    }

    &:focus + .checkbox-tile {
        border-color: var(--button-green);
        box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;

        &:before {
            transform: scale(1);
            opacity: 1;
        }
    }
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 130px;
    border-radius: 0.5rem;
    border: 2px solid var(--border-color);
    background-color: var(--box-color-double);
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    padding: 12px;
    opacity: 0.7;

    &:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    &:hover {
        border-color: var(--button-green);
    }
}

.checkbox-icon {
    transition: .375s ease;
    color: #494949;
    margin-bottom: 12px;

    img {
        width: auto;
        height: auto;
    }
}

.checkbox-label {
    color: var(--text-muted);
    transition: .375s ease;
    text-align: center;
    font-size: 12px;
}

.avatar-settings.pixel-container {
    position: relative;
    width: 155px;
    height: 155px;
    display: flex;
    border-radius: 50%;
    background-image: url(/assets/img/background/background_avatar_profil.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--border-reverse);
    box-shadow: var(--box-shadow);
}

.avatar-settings.pixel-container canvas {
    width: 90%;
    height: 90%;
    object-fit: contain;
    display: block;
    position: absolute;
    scale: 1.1;
    -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(0 -1px 0 #fff);
}

.meta_settings {
    font-size: 15px;
    color: var(--text-color);
    text-align: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.meta_settings h4 {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .settings-wrapper {
        flex-direction: column;
    }

    .right-settings-wrapper .settings-section {
        padding: 12px;
    }

    .button-settings {
        width: 100%;
        font-size: 16px;
    }

    .right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-12 {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .right-settings-wrapper .settings-section .settings-panel .settings-form-wrapper .settings-form .column.is-6 {
        padding: 0;
        width: 100%;
    }
}