html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}



.bg-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 4.02%, rgba(157, 203, 255, 0.95) 41.6%, rgba(171, 210, 255, 0.95) 49.75%, rgba(255, 255, 255, 0) 76.75%);
}

body {
    font-family: Inter;
    margin: 0;
    padding: 0;
    background-color: white;
}

.two-column-section,
.two-column-section-reverse {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px 100px 0px;
    gap: 60px;
}

    .two-column-section > div,
    .two-column-section-reverse > div {
        width: 50%;
    }
    .two-column-section img,
    .two-column-section-reverse img {
        width: 100%;
        height: auto;
        display: block;
    }


.gradient-text {
    background: linear-gradient(to bottom, #417cda, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 6rem;
    margin: 0px;
    font-weight: bold;
}

.card-dataprotection {
    background-color: white;
    grid-column: 1 / -1; /* <--- questa è la chiave! */
    background-color: white;
    padding: 2rem;
    margin-top: 2rem;
    padding: 30px 30px;
    border-radius: 24px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.subtitle-header {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #202B4B;
    margin-top: 50px
}

@media (max-width: 768px) {
    .two-column-section {
        grid-template-columns: 1fr;
    }

    .security-cards {
        flex-direction: column;
        align-items: center;
    }

    .security-card {
        width: 90%;
    }
}

.security-section {
    padding: 60px 20px;
}

.section-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 40px;
    color: #202B4B
}

.security-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
}

.security-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px 20px;
    width: 400px;
    text-align: left;
}

    .security-card h3 {
        font-family: Inter;
        font-weight: 500;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0%;
        color: #202B4B;
    }

    .security-card p {
        font-family: Inter;
        font-weight: 400;
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #5B6276;
    }

.bg-middle-1 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(213, 241, 255, 0.561468) 26.97%, rgba(222, 238, 255, 0.9) 49.53%, rgba(220, 237, 255, 0) 100.54%);
}

.title-header {
    font-family: Inter;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202B4B;
}

.card-header-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #202B4B;
}

.title-downloads {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202B4B;
}

.desc-downloads {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #5B6276;
}

.color-palette {
    display: flex;
    /*justify-content: center;*/
    gap: 40px;
    padding: 60px 0px;
    flex-wrap: wrap;
}

.color-item {
    text-align: center;
}

.color-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.color-code {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #202B4B;
}

.two-column-section.align-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.downloads-column, .colours-column {
    flex: 1 1 48%;
}

.title-downloads {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #202B4B;
    margin-bottom: 10px;
}

.desc-downloads {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #444;
    margin-bottom: 30px;
}

/* LOGOS */
.logos-row {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-top: 40px;
}

.logo-item {
    /*text-align: center;*/
}

.logo-circle img {
    max-width: 70%;
    max-height: 70%;
}

.logo-label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-row {
    display: flex;
    /*justify-content: center;*/
    gap: 10px;
    margin-top: 20px;
    margin-left: 30px;
}

.btn-format {
    padding: 5px 12px;
    font-size: 12px;
    font-family: Inter, sans-serif;
    border: 1px solid #A7D6F9;
    background-color: transparent;
    border-radius: 6px;
    color: #202B4B;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .btn-format:hover {
        background-color: #A7D6F9;
        color: white;
    }


/*CONTACT_US*/

.contact-card {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.contact-subtitle {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #202B4B !important;
    margin-bottom: 16px;
}

.contact-title {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #202B4B;
    margin-bottom: 32px;
}

.reserved-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #202B4B;
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-input,
.contact-textarea {
    font-family: Inter, sans-serif;
    font-size: 14px;
    padding: 14px;
    border: 1px solid #eee;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    color: #202B4B !important;
}

.contact-button {
    background-color: #202B4B;
    color: white;
    font-family: Inter, sans-serif;
    font-size: 14px;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s ease;
}

    .contact-button:hover {
        background-color: #1a1f36;
    }

/*NAVBAR*/
.navbar-container {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    box-shadow: none;
}

    .navbar-container.scrolled {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transform: translateY(0);
        opacity: 1;
    }

.logo-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.nav-link {
    font-family: Inter, sans-serif;
    font-size: 14px;
    padding: 0;
    color: #1E1E1EC4 !important;
}

    .nav-link:hover {
        color: #007bff;
    }


.nav-link-right {
    font-family: Inter, sans-serif;
    font-size: 14px;
    padding: 0;
    color: black !important;
    text-decoration: none;
}

    .nav-link-right:hover {
        color: #007bff;
    }

.nav-item {
    display: flex;
    align-items: center;
}

.nav-link.active {
    color: #000 !important;
    font-weight: bold
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .navbar-collapse {
        background-color: white;
        padding: 1rem 0;
    }

    .nav-link-right {
        justify-content: center;
    }
}

/*FOOTER*/

.footer {
    background-color: #111111;
    color: #fff;
    padding: 60px 20px 30px;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-col {
    flex: 1 1 200px;
}

    .footer-col h6 {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .footer-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-col li {
        margin-bottom: 8px;
    }

    .footer-col a {
        text-decoration: none;
        color: #b3b3b3;
        font-size: 14px;
        transition: color 0.2s;
    }

        .footer-col a:hover {
            color: #ffffff;
        }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2c2c2c;
    padding-top: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.footer-brand img {
    height: 22px;
}

.footer-icons a {
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
    transition: opacity 0.3s;
}

    .footer-icons a:hover {
        opacity: 0.75;
    }

@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        gap: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
    }
}

/*LOGIN*/
.bg-login {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(197, 239, 255, 0.577137) 36.29%, rgba(159, 219, 255, 0.824557) 54.61%, #9AD4FF 67.59%, #EFF8FF 100%);
    min-height: 100vh;
    height: 100%;
}


.register-title {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #1d1d1d;
    margin-bottom: 30px;
    color: #202B4B;
}

.register-form label {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
    font-weight: bold;
    color: #202B4B;
}

.register-input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #F2F6FA
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
    color: #202B4B;
}

.register-button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #202B4B;
    color: white;
    cursor: not-allowed;
    margin-top: 20px;
}

.register-footer {
    text-align: center;
    font-size: 13px;
    margin-top: 16px;
    color: #666;
}

    .register-footer a {
        color: #007bff;
        text-decoration: none;
    }

.alert-warning-box {
    background-color: #fff8e5;
    border: 1px solid #ffa94d;
    border-radius: 8px;
    color: #e67300;
    font-size: 14px;
    padding: 12px 12px;
    margin-bottom: 24px;
    font-family: Inter, sans-serif;
}

/*2fa*/
.verification-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.verification-label {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

    .verification-label strong {
        font-weight: 600;
        margin-left: 4px;
        color: #000;
    }

.verification-input-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.btn-send-code {
    padding: 10px 16px;
    font-size: 14px;
    background-color: #eef2f6;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    color: #1e1e1e;
    transition: background-color 0.2s ease;
}

    .btn-send-code:hover {
        background-color: #d9e4ef;
    }

.help-link {
    font-size: 13px;
    color: #4f9aff;
    text-decoration: none;
}

    .help-link:hover {
        text-decoration: underline;
    }

.input-group {
    display: flex;
    width: 100%;
}

    .input-group .form-control {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #f4f6f9;
        border: none;
        font-size: 14px;
    }

.send-btn {
    background-color: #f4f6f9;
    border: none;
    padding: 10px 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #63BCFF;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .send-btn:hover {
        background-color: #e4eaf1;
        color: #63BCFF;
    }

.font-inter {
    font-family: Inter;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    font-weight: bold;
}

.font-inter-nobold {
    font-family: Inter;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    font-weight: normal;
}

.index-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202B4B;
}

.index-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 25px;
    color: #202B4B;
}

.index-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #393A3D;
    margin-top: 35px;
}

/*FAQ*/
.faq-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    font-family: Inter, sans-serif;
}

.faq-item {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
}

    .faq-item:first-child {
        border-top: none;
    }

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .faq-question h5 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #202b4b;
    }

.faq-toggle {
    background: #202b4b;
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.2s;
}

    .faq-toggle:hover {
        background-color: #374266;
    }

.faq-answer {
    margin-top: 16px;
    color: #555;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/*BOX IN HOW IT IS WORKS*/
.feature-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
}

.feature-icon {
    color: #408bff;
    font-size: 1.8rem;
}

.feature-text {
    margin: 0;
    font-weight: 500;
    color: #202b4b;
}

.feature-grid {
    padding: 60px 20px;
}

@media (max-width: 768px) {
    .feature-box {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}

.htw-desc {
    color: #515151;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 30px
}

/*TRASPARENCY*/
.stat-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.stat-header {
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
}

.bg-lightblue {
    background-color: #eaf4ff;
}

.stat-body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.label {
    font-size: 14px;
    color: #6b7280;
}

.value {
    font-size: 20px;
    font-weight: bold;
    color: #202b4b;
}

.change {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 576px) {
    .stat-body {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .change {
        text-align: left;
    }
}

.info-box {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 60px;
    margin: 40px auto;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.info-text {
    color: #202b4b;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align:left
}

    .info-text:last-child {
        margin-bottom: 0;
    }

/*BUG BOUNTY*/
.bug-form-wrapper {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin: 0 auto;
    font-family: Inter, sans-serif;
}

.form-control {
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 14px;
    border: 1px solid #ddd;
}

textarea.form-control {
    resize: vertical;
}

.range-scale {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #555;
    padding: 0 4px;
    margin-top: 6px;
    user-select: none;
}

.risk-slider {
    width: 100%;
    accent-color: #198754;
    /* background: linear-gradient(to right, green, orange, red);*/
}

.custom-outline {
    color: #202B4B;
    border: 1px solid #202B4B;
    background-color: transparent;
    transition: all 0.3s ease;
}

    .custom-outline:hover {
        background-color: #202B4B;
        color: #fff;
    }

/*RESERVED*/
.settings-page {
    display: flex;
    min-height: 100vh;
    font-family: Inter, sans-serif;
}

/* Sidebar */
.settings-sidebar {
    width: 220px;
    background-color: #202b4b;
    color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 32px 20px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

    .settings-sidebar h2 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .settings-sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .settings-sidebar li {
        padding: 12px 10px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
    }

        .settings-sidebar li.active {
            background-color: rgba(255, 255, 255, 0.1);
        }


.settings-container {
    display: flex;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background-color: white;
    margin-top: 30px;
}

/* Sidebar (già presente) */
.settings-sidebar {
    width: 220px;
    background-color: #202b4b;
    color: white;
    padding: 32px 20px;
}

/* Main right */
.settings-main {
    flex: 1;
    padding: 40px;
}

/* Header + Tabs */
.settings-header h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #202B4B;
    margin-bottom: 16px;
}

.settings-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
}

    .settings-tabs span {
        cursor: pointer;
        color: #202B4B;
        padding-bottom: 5px;
    }

        .settings-tabs span.active {
            font-weight: bold;
            color: #202B4B;
            border-bottom: 4px solid #3EA5F2;
        }

/* Form layout */
.settings-columns {
    display: flex;
    gap: 40px;
}

.settings-left {
    flex: 2.5;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.settings-right {
    flex: 1.5;
    /*max-width: 580px;*/
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.settings-left input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}


.form-note {
    font-size: 13px;
    color: #555;
}

/* QR Block */
.two-fa-setup {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    font-size: 14px;
    height: 100%;
}

.qr-code {
    width: 100%;
    border-radius: 8px;
    margin-top: 12px;
}

.auth-toggle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Switch layout */
.toggle-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #444c5c;
}

    /* Hide default checkbox */
    .toggle-label input[type="checkbox"] {
        display: none;
    }

/* Switch visual */
.toggle-switch {
    width: 42px;
    height: 24px;
    background-color: #202B4B;
    border-radius: 12px;
    position: relative;
    transition: background-color 0.3s ease;
}

    .toggle-switch::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 20px;
        height: 20px;
        background-color: white;
        border-radius: 50%;
        transition: transform 0.3s ease;
    }

/* Move knob on checked */
.toggle-label input:checked + .toggle-switch::after {
    transform: translateX(18px);
}

/* Optional: background toggle if unchecked */
.toggle-label input:not(:checked) + .toggle-switch {
    background-color: #cfd4db;
}

/* Message box */
.auth-warning-box {
    font-family: Inter, sans-serif;
    font-size: 14px;
    color: #555;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
    padding: 12px 16px;
    border-radius: 8px;
}

.settings-main input,
.settings-main textarea,
.settings-main select {
    background-color: #F2F6FA;
    border: none;
    padding: 15px;
    color: #202B4B;
    font-weight: bold;
    border-radius: 8px
}

/*.btn-generate-custom {
    border-radius: 8px;
    background-color: #202B4B;
    border-color: #202B4B;
    color:white;
    height:48px;
    max-width:180px;
}*/

.generate-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: auto;
}

/* Pulsante */
.btn-generate-custom {
    border-radius: 8px;
    background-color: #202B4B;
    border-color: #202B4B;
    color: white;
    height: 48px;
    max-width: 180px;
    width: 100%;
}

.two-fa-setup h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #202B4B;
}

.two-fa-setup p {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #9EA6BC;
}

.two-fa-setup ul {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #202B4B
}



/*ADDRESS WHITELIST*/
.whitelist-section {
}

.whitelist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .whitelist-item:last-child {
        border-bottom: none;
    }

    .whitelist-item.active {
        background-color: #f9f9f9;
        border-radius: 6px;
    }

.item-left {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 10px
}

.item-icon {
    width: 32px;
    height: 32px;
}

.item-title {
    font-weight: 600;
    font-family: Inter, sans-serif;
    color: #202B4B;
}

.item-subtext {
    font-size: 13px;
    color: #888;
    font-family: Inter, sans-serif;
}

.item-right {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 10px
}

/* Badge */
.badge-enabled {
    /*background-color: #e6f6ec;*/
    /*color: #16a34a;*/
    padding: 4px 10px;
    border-radius: 20px;
    /*font-size: 13px;*/
    font-weight: 500;
    font-family: Inter, sans-serif;
}

/* Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 22px;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        border-radius: 50%;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #202B4B;
}

    input:checked + .slider:before {
        transform: translateX(20px);
    }

/* Settings button */
.btn-settings {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #202B4B;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: white;
    cursor: pointer;
}


/*PAYMENT*/
.payment-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

/* LEFT */
.payment-methods {
    width: 250px;
}

.payment-title {
    font-size: 14px;
    font-weight: 600;
    font-family: Inter, sans-serif;
    color: #2a2a2a;
    margin-bottom: 20px;
}

.method-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.2s ease;
}

    .method-card.selected {
        border: 2px solid #5cbaff;
        background: linear-gradient(to right, #eef6ff, #ffffff);
    }

    .method-card p {
        font-family: Inter;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0%;
        color: #202B4B;
        margin: 0 auto
    }

.method-arrow {
    color: #CACACA
}

    .method-arrow.selected {
        color: #000000
    }

.method-icon {
    /*margin-top: 15px;*/
    width: 60%;
}

.method-arrow {
    font-size: 24px;
    color: #5b6276;
}

.sub-text {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

/* RIGHT */
.payment-form-area {
    flex: 1;
}

.credit-card-img {
    width: 240px;
    margin-bottom: 30px;
}

.payment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-grid {
    display: flex;
    gap: 20px;
}

.payment-form label {
    display: block;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #5B6276;
    margin-bottom: 10px;
}

.payment-form input {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    padding: 15px;
    background: #f2f6fa;
    color: #202B4B;
}

.btn-add-card {
    margin-top: 10px;
    background-color: #202b4b;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    border: none;
    border-radius: 8px;
    min-width: 120px;
}

.security-wrapper {
    /*background-color: white;*/
    /*border-radius: 16px;*/
    /*padding: 30px;*/
    /*box-shadow: 0 8px 24px rgba(0,0,0,0.05);*/
    font-family: Inter, sans-serif;
}

.section-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    color: #202B4B;
}

.security-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
}

    .security-row:first-of-type {
        border-top: none;
    }

.security-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon {
    font-size: 20px;
    color: #5B6276;
    margin-top: 4px;
}

.security-label {
    font-weight: 600;
    font-size: 14px;
    color: #202B4B;
}

.security-desc {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

    .security-desc a {
        color: #63BCFF;
    }

.security-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge-status {
    background-color: #d1fae5;
    color: #059669;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 6px;
    font-weight: 500;
}

.btn-action {
    border: 1px solid #ccd;
    padding: 6px 14px;
    background-color: white;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    color: #202B4B;
    font-weight: bold
}

    .btn-action:hover {
        background-color: #F2F6FA;
    }

.bank-account-form h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #202B4B;
}

.bank-account-form label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #5B6276;
}

/*NEW ADDRESS WHITELIST*/
.address-whitelist-page {
    color: #202B4B
}

.wallet-options {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

/*.option-note*/
.option-selected {
    align-content: center;
}

.option-note {
    align-content: center;
}


.whitelist-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    align-content: center;
}

.whitelist-table {
    width: 100%;
    border-collapse: separate; /* Cambiato da 'collapse' */
    border-spacing: 0; /* Rimuove spazi tra celle */
    margin-bottom: 32px;
    border: 1px solid #CECECE;
    border-radius: 8px; /* Applica border radius */
    overflow: hidden; /* Nasconde gli overflow */
}

    .whitelist-table thead {
        background-color: #202B4B4D;
        color: white;
    }

    .whitelist-table th {
        padding: 12px;
        border-bottom: 1px solid #eee;
        font-weight: 400;
    }

    .whitelist-table td {
        padding: 12px;
        font-weight: 500;
    }

.badge-verified {
    background-color: #6ECE821F;
    color: #6ECE82;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
}

.danger-text {
    color: #ff4d4f;
    cursor: pointer;
}

.btn-add, .btn-secondary {
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-family: Inter;
}

.btn-add {
    background-color: #202B4B;
    color: white;
    border: none;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #202B4B;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    border-radius: 22px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.2s;
}

.switch input:checked + .slider {
    background-color: #202B4B;
}

.slider:before {
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    transition: 0.2s;
}

.switch input:checked + .slider:before {
    transform: translateX(18px);
}

/*GBPC*/
.gbpc-section {
    color: #202B4B;
}

.gbpc-title {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #202B4B;
    margin-bottom: 24px;
}

.gbpc-cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 45px
}

.gbpc-card {
    width: 33%;
    background-color: #f8faff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

    .gbpc-card:hover {
        box-shadow: 0 6px 14px rgba(0,0,0,0.08);
        cursor: pointer;
    }

.gbpc-icon {
    width: 99px;
    height: 99px;
    margin-bottom: 35px;
    padding: 10px;
}

.gbpc-card-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #202B4B;
}

.gbpc-subtext {
    font-family: Inter, sans-serif;
    font-size: 13px;
    color: #6c757d;
    margin-top: 4px;
}

.btn-login {
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 10px;
    background-color: white;
    color: #63BCFF
}

.btn-sigup {
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 10px;
    background: linear-gradient(258.34deg, #63BCFF 8.19%, #6CA9FF 95.94%);
    color: white;
}


.modal-header {
    display: flex;
    align-items: center; /* centro verticale */
    justify-content: space-between; /* spazia tra titolo e bottone */
}

.modal-title {
    margin: 0 auto; /* centra orizzontalmente */
    text-align: center;
    flex: 1; /* occupa tutto lo spazio disponibile */
    color: #202B4B;
}

.modal-body {
    box-shadow: none !important;
    padding: 40px !important;
}

    .modal-body .input-display {
        border: none !important;
    }

    .modal-body select {
        border: none !important;
        padding: 15px 20px;
    }

        .modal-body select::placeholder {
            color: #9EA6BC;
        }

    .modal-body input {
        border: none !important;
    }

        .modal-body input::placeholder {
            color: #9EA6BC;
        }

.verify-note {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #202B4B
}

.wallet-block {
    margin-bottom: 24px;
}

.wallet-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.wallet-field {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    flex: 1;
}

    .wallet-field.flex-grow {
        flex: 2;
    }

.wallet-remove {
    display: flex;
    align-items: flex-end;
}

    .wallet-remove button {
        background: none;
        border: none;
        color: #000;
        font-size: 18px;
        cursor: pointer;
    }

.wallet-label {
    font-weight: 500;
    margin-bottom: 6px;
}


/*REG*/
.scroll-card {
    height: 600px;
    overflow-y: auto;
}

    .scroll-card::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-card::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

.form-side input {
    border: none !important;
}

.form-group {
    margin-bottom: 20px;
}


    .form-group input,
    .form-group select {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
        background: #f5f7fa;
        border:none
    }

    .form-group label {
        font-weight: 400;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
        color: #5B6276
    }

.register-button {
    width: 100%;
    background: #1a264f;
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 16px;
}

    .register-button:hover {
        background-color: #101a36;
    }

.radio-group {
    display: flex;
    gap: 24px;
    margin-top: 8px;
}

    .radio-group label {
        font-weight: 400;
        font-size: 14px;
        margin-left: 6px;
    }

.register-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
    color: #1a264f;
}

.password-strength {
    background-color: #eee;
    border-radius: 8px;
    height: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}

    .password-strength .bar {
        height: 100%;
        width: 0;
        transition: width 0.3s ease;
        background-color: #ff4d4f;
        border-radius: 8px;
    }

.strength-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #9ea6bc;
}
