/* CSS Corregido */
.btn-custom {
    background: #04072c;
    border: none;
    border-radius: 50px;
    color: white;
    width: 35%;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    margin: 0 auto;
    height: 57px;
}
.btn-custom-verify {
    background: #04072c;
    border: none;
    border-radius: 50px;
    color: white;
    width: 100%;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    margin: 0 auto;
    height: 47px;
}

.btn-custom:hover {
    background: #1a1a1a;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-custom-verify:hover {
    background: #04072ceb;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#email-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 24px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #484c57;
}

#reset-subtext {
    font-size: 1.13rem !important;
    line-height: 1.75rem !important;
    text-align: center !important;
    margin-top: 0.75rem !important;
    margin-bottom: 2rem !important;
    margin: 0;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    color: #484c57;
}
.title-reset {
    font-size: 40px;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    outline: none;
    color: #484c57;
}
.form-reset {
    padding: 0 12%;
    max-width: inherit;
    display: block;
    unicode-bidi: isolate;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    --el-form-label-font-size: var(--el-font-size-base);
    --el-form-inline-content-width: 220px;
    min-width: 450px;
}
#back-to-login {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    justify-content: center !important;
    color: #484c57;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
/* Ajustes específicos para mobile */
@media (max-width: 576px) {
    .btn-custom {
        width: 60%;
        padding: 12px 20px;
    }

    h2.fs-4 {
        font-size: 1.25rem !important;
    }
}
.title-verify {
    font-size: 3rem !important;
    color: #302f2f;
}
.text-send {
    font-size: 1.1rem;
    color: #6d6b6b;
    margin-bottom: 1.5rem;
    display: inline-block; /* Mantiene todo en línea */
}

.email-text {
    color: #333;
    word-break: break-all; /* Evita desbordamiento en móviles */
}

.ri-arrow-right-s-line {
    font-size: 1.1em;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

a:hover .ri-arrow-right-s-line {
    transform: translateX(2px);
}

.text-muted.small {
    font-size: 0.95rem; /* Ajusta este valor según lo que necesites */
}

.footer {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .container {
    max-width: 800px; /* Ajusta el ancho máximo según necesites */
    text-align: center;
}

/*  */

#sendCodeBtn:hover {
    background-color: #cc0000; /* Rojo más oscuro al hover */
}

/*  */
/* Input más alto */
#verificationCode {
    height: 45px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    width: 250px;
}
@media (max-width: 480px) {
    #verificationCode {
        width: 200px;
    }
}
/* Contenedor para botones alineados */
.button-container {
    display: flex;
    gap: 10px;
    height: 100%;
}

@media (max-width: 767px) {
    /* Contenedor flexible: permitimos que los hijos se envuelvan */
    .details-row div:first-child {
        display: flex !important;
        gap: 10px !important;
        flex-wrap: wrap !important;
    }

    /* Los hijos tendrán un ancho de 50% (dos columnas) y flex-direction columna */
    .details-row div:first-child > div {
        min-width: 45% !important; /* un poco menos para que quepan dos */
        flex-direction: column !important;
        margin-bottom: 1rem;
    }
}

/* Estilo para Resend */
/* #sendCodeBtn {
    background-color: #ff4444;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
} */

/* Estilo para contador */
/* #countdownTimer {
    background-color: #808080;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    margin: 0;
} */
.input-group {
    display: flex;
    align-items: stretch;
    width: fit-content;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.aligned-item {
    vertical-align: middle;
    height: 45px; /* Misma altura que el input */
    display: flex;
    align-items: center;
    margin-top: -3px;
}

#verificationCode {
    width: 180px;
    padding: 12px;
    font-size: 1rem;
}

#sendCodeBtn,
#countdownTimer {
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

#sendCodeBtn {
    background: #e74c3c;
    border: none;
    color: white;
}

#countdownTimer {
    background: #95a5a6;
    color: white;
}

/* session de login  */
#welcome-text {
    font-weight: 500;
    text-align: center;
    font-size: 40px;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: #484c57;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
        '微软雅黑', Arial, sans-serif;
}
.subtitle_login {
    font-size: 18px;
    margin-top: 8px;
    text-align: center;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
    font-family: 'Open Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    outline: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: #484c57;
}
.webauthn-btn {
    border: 1px solid #04072c;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    padding: 0 12px;

    width: fit-content;
    color: #484c57;
    text-align: center;
    margin: 0;
}

.formreset-container {
    width: 100%;
    max-width: 400px;
    padding: 20px;
}

.custom-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 8px 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    border: 2px solid #d1d5db !important;
    box-shadow: none !important;
    color: #606266;
}

.custom-input:focus {
    outline: 2px solid #aaaaaaf6;
    border-color: #d9d9d9;
}

.custom-input::placeholder {
    color: #6b7280;
    opacity: 1;
}

.custom-input::-webkit-input-placeholder {
    color: #6b7280;
    opacity: 1;
}

.custom-input::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

.custom-input:-ms-input-placeholder {
    color: #6b7280;
    opacity: 1;
}

.input-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 24px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #484c57;
    align-items: flex-start;
    box-sizing: border-box;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    outline: none;
    border: 0 solid #e5e7eb;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: #04072c;
    color: #fff;
    border: none;
    border-radius: 90px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',
        '微软雅黑', Arial, sans-serif;
}

.form-label {
    font-weight: 800;
    color: #484c57;
    margin-bottom: 8px;
    display: block;
}
.form-label-demoaccout {
    font-weight: 400;
    color: #606575;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}

.form-control {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    margin-bottom: 16px;
}

.eye-icon {
    right: 12px !important;
    top: 38px !important;
}
.error-message {
    color: #000 !important; /* Texto negro */
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.ri-close-circle-fill {
    color: #dc3545 !important; /* Ícono rojo */
    font-size: 16px;
}

.small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-danger {
    color: #0a0a0a !important;
    font-size: 0.875rem;
    margin-top: 4px;
}

.d-none {
    display: none;
}

.submit-btn {
    background: #000;
    color: white;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
}

#password-error1 {
    font-size: 14px;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

#password-toggle {
    right: 15px;
    transform: translateY(-70%);
    z-index: 3;
    font-size: 25px;
}
#confirm-password-toggle {
    right: 15px;
    transform: translateY(-70%);
    z-index: 3;
    top: 50%;
    font-size: 25px;
    color: #000;
}
.custom-input.is-invalid {
    border: 2px solid #dc3545 !important;
}
#password-toggle i,
#confirm-password-toggle i {
    font-size: 1.25rem !important;
    transition: opacity 0.3s;
}

/* register */
.title-register {
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 32px !important;
    font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
    line-height: 1.5;
    color: #484c57;
}
.subtitle-register {
    font-size: 18px;
    margin-bottom: 32px;
    margin-top: 12px;
    text-align: center;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    outline: none;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: #484c57;
}
.item-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    height: 24px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #484c57;
    display: block;
    text-align: left;
    align-items: flex-start;
    box-sizing: border-box;
    font-style: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    outline: none;
    --el-form-label-font-size: 14px;
    --el-form-inline-content-width: 220px;
}
.input-form {
    height: 44px;
    width: 100%;
    border-radius: 9px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
}

.input-form[readonly] {
    background-color: #e9ecef; /* Gris claro */
    color: #495057;
    cursor: not-allowed;
    border-color: #ced4da;
}

.input-form::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-style: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.input-form:focus {
    border-color: #aaa;
    outline: none;
}

.check_register {
    width: 23px;
    height: 16px;
    appearance: none;
    border: 2px solid #343434;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.check_register:checked {
    background-color: black;
    border-color: #0a0a0a;
}

.check_register:checked::after {
    content: '✓';
    font-size: 16px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

.check_register:hover {
    border-color: #aaa;
}

.btn_register {
    background: #04072c;
    color: white;
    padding: 12px;
    width: 100%;
    border-radius: 25px;
}
.check {
    color: rgba(0, 0, 0, 0.4);
    font-style: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.title-span {
    color: black;
}

/* select de banceras  */
.custom-select {
    z-index: 10000 !important;
    position: relative;
    width: 408px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.selected-option {
    display: flex;
    align-items: center;
    padding: 10px;
}

.selected-option img {
    margin-right: 10px;
}

.options-list {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
}

.options-list li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.options-list li:hover {
    background: #f0f0f0;
}

.options-list img {
    margin-right: 10px;
}

/* other option */
.options-list-issue {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
}

.options-list-issue li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.options-list-issue li:hover {
    background: #f0f0f0;
}

.options-list-issue img {
    margin-right: 10px;
}

/* curret */

.options-list-curret {
    display: none;
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 150px;
    overflow-y: auto;
}

.options-list-curret li {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.options-list-curret li:hover {
    background: #f0f0f0;
}

.options-list-curret img {
    margin-right: 10px;
}

/* widgets */
.widget_container {
    border: 1px dashed #9ca1ad;
    border-radius: 8px;
    box-shadow: 0 4px 40px #0043651a;
    height: 375px;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    display: flex !important;
    margin-top: 2.5rem !important;
}
.widget-hidden {
    display: none !important;
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    cursor: pointer;
}

.add-widget {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    position: relative; /* Permite posicionar el menú correctamente */
    cursor: pointer; /* Asegura que sea clickeable */
    z-index: 1000; /* Asegura que esté encima de otros elementos */
}

.head-widget {
    border-bottom: 1px solid #e6e8ec;
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important;
}

.title-widget {
    align-items: center;
    display: flex;
    position: relative;
    overflow-x: overlay;
    overflow-y: hidden;
    white-space: nowrap;
    width: 80% !important;
    color: #484c57;
}
.primary-title {
    font-size: 18px;
    font-weight: 600;
    gap: 10px;
    padding: 8px 16px;
    align-items: center;
    display: flex;
    position: relative;
    border-bottom: 2px solid #04072c;
    cursor: pointer !important;
    color: #484c57;
}
.pointer-widget {
    color: #606266;
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    position: relative;
    vertical-align: top;
}

.title-create {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    align-items: center !important;
    cursor: pointer !important;
    display: flex !important;
}
.primary-create {
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    white-space: nowrap !important;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #484c57;
    border: 0 solid #e5e7eb;
    box-sizing: border-box;
}
.custom-dialog {
    background-color: #fff;
    border: initial;
    border-radius: 12px;
    margin: 0;
    padding: 32px;
}
.dialog-header {
    display: flex;
    justify-content: space-between !important;
    margin: 0;
    padding: 0 0 24px;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.dialog-body {
    padding: 0;
    color: #606266;
    font-size: 14px;
    padding: 0 0 24px;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #606266;
}
.el-input__inner {
    --el-input-inner-height: calc(32px - 2px);
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    box-sizing: border-box;
    color: var(#606266, var(#606266));
    flex-grow: 1;
    font-size: inherit;
    line-height: calc(32px - 2px);
    outline: 0;
    width: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    margin: 0;
    background-color: #fff;
    border: 2px solid #e6e8ec;
    border-radius: 12px;
    box-shadow: none !important;
    height: 56px;
    padding: 16px;
}

.cancel-widget {
    background-color: #fff;
    border-color: #04072c;
    border-width: 2px;
    color: #484c57;
    --button-height: 48px;
    border-radius: 90px;
    border-width: 2px;

    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: button;
    background-image: none;
    cursor: pointer;
}
.create-widget {
    --button-height: 48px;
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: var(--button-height);
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
    margin-left: 12px;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.button-widget {
    justify-content: flex-end !important;
    display: flex !important;
    margin-top: 2rem !important;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.widget-menu {
    position: absolute;
    top: 100%; /* justo debajo del botón */
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 10px;
}

.widget-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-menu-item {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

.widget-menu-item:hover {
    background: #f5f5f5;
}

/* Icono de "+" estilizado */
.add-widget-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.add-widget-btn i {
    font-size: 20px;
    background: white;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* wallet */
.main-content-wallet {
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.move-container {
    position: relative;
    left: -120px;
    top: -10px;
    margin: 0 auto;
}
.text-header {
    position: relative;
    left: -110px;
    top: -10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 32px 0 8px;
    text-align: center;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #484c57;
}
.text-body {
    position: relative;
    left: -110px;
    top: -10px;
    color: #777e90 !important;
    font-size: 16px;
    line-height: 120%;
    margin: auto;
    width: 390px;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.custom-button {
    left: 1px;
    --button-height: 48px;
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 8px;
    text-align: center;
    white-space: nowrap;
}

.font-medium {
    font-weight: 500 !important;
}
.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    margin-bottom: 2rem !important;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #484c57;
}
.el-tabs {
    --el-tabs-header-height: 40px;
}
.el-tabs__nav-wrap {
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
}

.el-tabs__nav-scroll {
    overflow: hidden;
}
.el-tabs__nav {
    display: flex;
    float: left;
    position: relative;
    transition: transform 0.3s;
    white-space: nowrap;
    z-index: calc(1 + 1);
    transform: translateX(0px);
}

.custom-tab.el-tabs .el-tabs__item.is-active {
    border-bottom: 3px solid #04072c;
    color: #04072c;
}
.custom-tab .el-tabs__item.is-active {
    border-color: #04072c;
    color: #04072c;
}
.custom-tab.el-tabs .el-tabs__item {
    padding: 0 2rem !important;
}
.custom-tab.el-tabs .el-tabs__item {
    border-bottom: 3px solid #e6e8ec;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    width: fit-content;
}
.el-tabs__item {
    align-items: center;
    box-sizing: border-box;
    color: #303133;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    list-style: none;
    padding: 0 20px;
    position: relative;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.custom-tab.el-tabs .el-tabs__item {
    padding: 0 2rem !important;
}
.custom-tab.el-tabs .el-tabs__item {
    border-bottom: 3px solid #e6e8ec;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    width: fit-content;
}

.custom-tab .el-tabs__item {
    border-color: #e6e8ec;
    color: #777e90;
}
.el-tabs__item {
    align-items: center;
    box-sizing: border-box;
    display: flex;

    height: 40px;
    justify-content: center;
    list-style: none;
    position: relative;
}
.custom-tab.el-tabs .el-tabs__content {
    overflow: unset;
}
.el-tabs__content {
    position: relative;
}
.el-row.is-align-top {
    align-items: flex-start;
    display: block !important;
}

.h-full {
    height: 100% !important;
}
.el-row {
    top: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
    position: relative;
}
/* trading  */
.text-header-live {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 32px 0 8px;
    text-align: center;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #484c57;
}

.text-body-live {
    position: relative;
    color: #777e90 !important;
    font-size: 16px;
    line-height: 120%;
    margin: auto;
    width: 390px;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.non_verification .double-buttons {
    display: flex;
    justify-content: center;
}
.custom-button.el-button.md {
    --button-height: 48px;
}

.custom-button.el-button {
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
}
.custom-button.el-button {
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 28px;
    text-align: center;
    white-space: nowrap;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.trading--icon {
    border-radius: 8px;
    padding: 8px;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text {
    color: #777e90 !important;
}
.font-semibold {
    font-weight: 600 !important;
}

.justify-between {
    justify-content: space-between !important;
    display: flex !important;
    align-items: center !important;
}
/* css de btn demo  */
.custom-button.el-button-demo-account.is-plain {
    background-color: #fff;
    border-color: #04072c;
    border-width: 2px;
    color: #484c57;
}
.custom-button.el-button-demo-account.is-plain:hover {
    background-color: #04072c;
    border-color: #04072c;
    color: #ffffff;
}

.custom-button.el-button-demo-account.md {
    --button-height: 42px;
}
.custom-button.el-button-demo-account {
    margin-left: 0;
    border-radius: 90px;
    border: 0 solid #e6e8ec;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 200px;
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 768px) {
    .custom-button.el-button-demo-account {
        margin-left: 655px;
        width: auto;
    }
}

.custom-button.el-button-new.is-plain {
    background-color: #fff;
    border-color: #04072c;
    border-width: 2px;
    color: #484c57;
}
.custom-button.el-button-new.is-plain:hover {
    background-color: #04072c;
    border-color: #04072c;
    color: #ffffff;
}

.custom-button.el-button-new.md {
    --button-height: 42px;
}
.custom-button.el-button-new {
    margin-left: 0;
    border-radius: 90px;
    border: 0 solid #e6e8ec;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 200px;
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 768px) {
    .custom-button.el-button-new {
        margin-left: 25px;
        width: auto;
    }
}

.custom-button.el-button-new-transfer.is-plain {
    background-color: #fff;
    border-color: #04072c;
    border-width: 2px;
    color: #484c57;
}
.custom-button.el-button-new-transfer.is-plain:hover {
    background-color: #04072c;
    border-color: #04072c;
    color: #ffffff;
}

.custom-button.el-button-new-transfer.md {
    --button-height: 42px;
}
.custom-button.el-button-new-transfer {
    margin-left: 0;
    border-radius: 90px;
    border: 0 solid #e6e8ec;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 150px;
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 768px) {
    .custom-button.el-button-new-transfer {
        margin-left: 470px;
        width: auto;
    }
}
/* El contenedor padre */
@media (max-width: 767px) {
    .flex-col {
        display: flex;
        flex-direction: column;
    }

    .flex-col > div:last-child {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (min-width: 768px) {
    .flex-col > div:last-child {
        flex-direction: row;
        gap: 1rem;
    }
}

/* Por defecto (escritorio): tabs en fila horizontal */
.el-tabs__nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}

@media (max-width: 767px) {
    .el-tabs__nav {
        flex-direction: column;
    }

    .el-tabs__item {
        width: 100%;
        margin-bottom: 10px;
    }

    .el-tabs__item .tabs-label {
        display: block;
        white-space: normal;
        word-break: break-word;
    }
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.icon_plus {
    fill: #04072c;
    transition: fill 0.3s ease;
}

.custom-button:hover .icon_plus {
    fill: #f0f0f0;
}
@media (max-width: 480px) {
    .text-header-live {
        font-size: 16px;
    }

    .text-body-live {
        font-size: 12px;
    }

    .custom-button.el-button,
    .custom-button.el-button-new {
        height: 40px;
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .text-header-live {
        font-size: 18px;
        margin: 24px 0 8px;
    }

    .text-body-live {
        width: 90%;
        font-size: 14px;
    }

    .non_verification .double-buttons {
        flex-direction: column;
        align-items: center;
    }

    .custom-button.el-button,
    .custom-button.el-button-new {
        width: 100%;
        max-width: 300px;
        margin: 8px 0;
    }

    .trading--icon {
        display: none !important;
    }

    .md\:ml-3 {
        margin-left: 0 !important;
        text-align: center;
    }

    .custom-button.el-button-new {
        left: auto;
        position: relative;
        margin-top: 16px;
    }

    .el-col-24 {
        padding: 0 15px;
    }
}

/* table  */
.custom-common-table.el-table {
    background-color: unset;
    color: #606266;
    font-size: 13px;
}
@media (min-width: 1024px) {
    .lg\:block {
        display: block !important;
    }
}
.el-table--fit {
    border-bottom: 0;
    border-right: 0;
}
.custom-common-table.el-table * {
    white-space: normal !important;
    word-break: keep-all !important;
}
.el-table tr {
    background-color: #fff;
}
.el-table__inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.custom-common-table.el-table * {
    white-space: normal !important;
    word-break: keep-all !important;
}
.el-table__header-wrapper {
    flex-shrink: 0;
}
.el-table__header-wrapper {
    width: 100%;
}
.el-table__body,
.el-table__footer,
.el-table__header {
    border-collapse: initial;
    table-layout: fixed;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.status-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.status-badge.active {
    background: #e8f5e9;
    color: #2e7d32;
}

/* Botones móviles */
.mobile-action-btn {
    background: none;
    border: none;
    padding: 8px;
}

@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }
}

/* table movil */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.responsive-table th,
.responsive-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e6e8ec;
}

.responsive-table th {
    font-weight: 600;
    background: #f8f9fa;
}

/* Versión móvil - Cards */
@media (max-width: 768px) {
    .responsive-table {
        border: 0;
    }

    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .responsive-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 12px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .responsive-table td:last-child {
        border-bottom: 0;
    }

    .responsive-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #484c57;
        margin-right: 15px;
        min-width: 120px;
    }

    .responsive-table .actions {
        justify-content: flex-end;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .status {
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 0.85em;
    }

    .status.active {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .icon-btn {
        background: none;
        border: none;
        padding: 8px;
        font-size: 1.2em;
        color: #484c57;
    }
}

.status-active {
    box-sizing: border-box;
    border: 1px solid #0f2cb1;
    color: #0f2cb1;
}

.el-dropdown {
    --el-dropdown-menu-box-shadow: 0px 0px 12px #0000001f;
    --el-dropdown-menuItem-hover-fill: #e6f8eb;
    --el-dropdown-menuItem-hover-color: #07b53b;
    --el-dropdown-menu-index: 10;
    color: #606266;
    display: inline-flex;
    font-size: 14px;
    line-height: 1;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    white-space: normal !important;
    word-break: keep-all !important;
}
.rotate-90 {
    transform: translate(0, 0) rotate(90deg) skewX(0) skewY(0) scaleX(1) scaleY(1) !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.dropdown-menu {
    display: none; /* Oculto inicialmente */
}

.dropdown-menu.show {
    display: block; /* Mostrar cuando tenga esta clase */
}

.dropdown-menu {
    position: absolute;
    right: 0;
    z-index: 1000;
    margin-top: 0.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.dropdown-menu svg {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px; /* Evita colapsado */
    color: #040404;
    /* Evita que se encojan */
    vertical-align: -0.125em;
}
/* Elimina todo el CSS anterior para los SVG y usa solo esto */
.dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 0.2rem; /* 8px de separación entre icono y texto */
}

.dropdown-menu svg {
    flex: none; /* Equivalente a flex-shrink-0 en Tailwind */
    vertical-align: middle;
}
/* modal */
.modal {
    transition: opacity 0.3s ease;
}

.modal-content {
    animation: modalOpen 0.3s ease;
}

@keyframes modalOpen {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.hidden {
    display: none;
}

.fixed {
    position: fixed;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#depositModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

div[id^='depositModal-'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

div[id^='resetPasswordModal-'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
div[id^='modaldeposit-'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    bottom: 0;
    overflow: auto;
    right: 0;
}
div[id^='modallocalback-'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

div[id^='modalwithdraw-'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

div[id^='transferModal'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

div[id^='changeLeveragedModal-'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
div[id^='proofModal'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.modal-content {
    width: 500px;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

#closeModal {
    top: 0.5rem;
    right: 0.75rem;
}

.modal-body h2 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.modal-body input {
    padding: 0.375rem;
    font-size: 0.875rem;
}

.modal-body button {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.min-h-screen {
    min-height: 100vh;
}

/* modal create a demo account */
#demoAccountModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.accountdemocreate {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.accountdemocreate:focus {
    border-color: #999;
    outline: none;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

/* Estilizar el menú desplegable */
.accountdemocreate option {
    background-color: #fff !important; /* Fondo blanco */
    color: #333;
    padding: 10px;
}

/* Cambiar color de hover al pasar el mouse */
.accountdemocreate option:hover {
    background-color: #f1f1f1 !important; /* Blanco-gris claro en hover */
}

/* seccion de platforms */
.platforms__wrapper {
    padding: 0;
    align-items: center !important;
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.el-row-platform .is-align-top {
    align-items: flex-start;
}
.el-row-platform {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.platforms-title {
    font-family: 'Inter', 'Segoe UI', 'Open Sans', Roboto, 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
    font-weight: 549 !important;
    font-size: 1rem !important;
    line-height: 1.5;
    margin: 0 auto 1.5rem auto;
    text-align: center;
}

.text-platform {
    font-family: 'Inter', 'Segoe UI', 'Open Sans', Roboto, 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 470px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    color: #545965;
}

@media (min-width: 744px) {
    .platforms-title {
        font-size: 1.5rem !important;
        /* No cambies a text-align: left si quieres que se mantenga centrado */
    }

    .text-platform {
        font-size: 1.2rem;
        /* Igual, mantenemos centrado */
    }
}

.links-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: center;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .links-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 4rem;
        justify-items: start; /* o center, según prefieras */
    }
}

.link {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 16px;
    box-shadow: 0 8px 16px #dae1e98f;
    padding: 1.5rem;
}

/* style support */
.title-ticket {
    font-size: 14px;
}
.ticket-list {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.ticket-item {
    transition: background-color 0.2s ease;
}

.status-badge {
    display: inline-block;
    font-weight: 500;
}

.title-ticket {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    display: block;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .ticket-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .ticket-item > div {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }

    .status-badge {
        margin: 0.5rem 0;
    }
}

.message-container {
    transition: all 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

.border-orange-500 {
    border-color: #ed6400;
}

.text-orange-500 {
    color: #ed6400;
}

.hover\:bg-orange-600:hover {
    background-color: #cc5500;
}

.main-content-support {
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.text-body-support {
    position: relative;
    left: -110px;
    top: -10px;
    color: #777e90 !important;
    font-size: 16px;
    line-height: 120%;
    margin: auto;
    width: 350px;
    text-align: center;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.btnsupport {
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 18px;
    text-align: center;
    white-space: nowrap;
    left: -65px;
}

.btnmodasupport {
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 18px;
    text-align: center;
    white-space: nowrap;
}
.btnmodasupport:disabled {
    background-color: #b0b0b0;
    color: #ffffff80;
    cursor: not-allowed;
}
.btncancelsupport {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    border-radius: 90px;
    font-weight: 700;
    height: 55px;
    min-width: 140px;
    padding: 12px 18px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.btncancelsupport:hover {
    background-color: #04072c;
    color: #fff;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.form-label-support {
    font-family: 'Inter', 'Segoe UI', 'Open Sans', Roboto, 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
    font-weight: 600;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    color: #484c57;
    margin-bottom: 4px;
    display: block;
}
.modal-title-support {
    font-family: 'Inter', 'Segoe UI', 'Open Sans', Roboto, 'Helvetica Neue', Helvetica, Arial,
        sans-serif !important;
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    justify-content: space-between;
    line-height: 40px;
    text-transform: uppercase !important;
    width: 100% !important;
}
.modal-body-scrollable {
    max-height: 70vh; /* o ajusta según el diseño */
    overflow-y: auto;
}
/* Oculta el input pero permite que funcione */
.btn-check {
    display: none;
}

/* Estilo general para los labels (botones) */
.custom-radio-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 10px 16px;
    margin: 6px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #f2f2f2;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Al pasar el mouse */
.custom-radio-label:hover {
    border-color: #04072c;
    background-color: #e6e6e6;
}

/* Estilo cuando el input (radio) está seleccionado */
.btn-check:checked + .custom-radio-label {
    background-color: #04072c; /* azul oscuro */
    color: white;
    border-color: #04072c;
}

/* wallets */
.text-body-wallet {
    align-items: center;
    position: relative;
    left: -110px;
    top: -10px;
    color: #777e90 !important;
    font-size: 16px;
    line-height: 120%;
    margin: auto;
    width: 390px;
    text-align: center;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.btnwallet {
    background-color: #04072c;
    border-radius: 90px;
    border-width: 10px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 800 !important;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 14px 24px;
    text-align: center;
    white-space: nowrap;
    left: -15px;
}

/* report */
.empty-header {
    color: #484c57;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.empty-body {
    font-size: 18px;
    line-height: 25px;
    margin: auto;
    width: 300px;
    color: #484c57;
    text-align: center;
    white-space: normal !important;
    word-break: keep-all !important;
}

/* certificate */
.list-certificate {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
}
.img-certificate {
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

/* section home  */
/* Contenedor principal */
.verification-steps {
    display: flex;
    flex-direction: column;
    align-items: start; /* Asegura alineación a la izquierda */
    position: relative;
    padding-left: 20px;
}

/* Cada paso */
.step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0;
    position: relative;
}

.circle {
    width: 30px;
    height: 30px;
    border: 2px solid #00458e;
    color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    background: white;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.line {
    position: absolute;
    width: 2px;
    background-color: transparent;
    height: 280px;
    border-left: 1px dashed #007bff;
    left: 35px;
    top: 95px;
    z-index: 1;
}

.text {
    color: #333;
    flex: 1;
}
.text-completed {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.text-inprogress {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.unverified-progress-text {
    color: #484c57;
    font-size: 20px;
    font-weight: 600;
    justify-content: flex-start !important;
}
.relative {
    position: relative !important;
}
.base-progress {
    background-color: #e6e8ec;
    border-radius: 90px;
    height: 6px;
    margin-bottom: 2rem;
}
.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.75rem !important;
}
.el-form-item__content {
    left: -60px;
    align-items: left;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 32px;
    min-width: 0;
    position: relative;
}
.el-form-item {
    margin-bottom: 0.4rem !important;
}
.custom-radio {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.el-radio,
.el-radio-group {
    align-items: center;
    display: inline-flex;
}
@media (min-width: 640px) {
    .custom-radio {
        justify-content: center;
    }
}
.el-radio-group {
    flex-wrap: wrap;
    font-size: 0;
}
.custom-radio .el-radio-button {
    height: 3rem;
}
.el-radio-button,
.el-radio-button__inner {
    display: inline-block;
    outline: 0;
    position: relative;
}
.label-title {
    cursor: default;
    align-content: left;
    right: auto;
}
.el-radio-button__original-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.custom-radio .el-radio-button .el-radio-button__inner {
    align-items: center;
    border: 2px solid var(--primary);
    border-radius: unset;
    display: flex;
    height: 100%;
}
.el-form-item__label {
    left: 110px !important;
    height: 15px;
}
.el-radio-button__inner {
    -webkit-appearance: none;
    background: var(#fff, #fff);
    border: var(--el-border);
    border-left: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    font-size: var(--el-font-size-base);
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 8px 15px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

/* Aplica color y borde cuando el radio está seleccionado */
.el-radio-button__original-radio:checked + .el-radio-button__inner {
    background-color: #04072c !important;
    color: #fff !important;
    border-radius: 90px !important;
    border: 2px solid #e7e7ed !important;
    padding: 16px 24px !important;
}

.item-label-home {
    font-size: 14px;
    font-style: normal;
    border-radius: 25px;
    font-weight: 550;
    height: 24px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #616675;
    display: block;
    text-align: left;
    align-items: flex-start;
    box-sizing: border-box;
    font-style: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    outline: none;
}

/* select del modulo de trading  */
.no-data-option {
    color: #999;
    text-align: center;
}

select {
    text-align: center;
    text-align-last: center;
}

select:valid {
    text-align: left;
    text-align-last: left;
}

.center-button {
    display: flex;
    margin-top: 1rem;
    margin-left: 9.7rem;
}

.progress-container {
    left: -150px;
    width: 100%;
    height: 5px;
    background: #e0e0e0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #002079;
    border-radius: 5px 0 0 5px;
    transition: width 0.3s ease;
    position: relative;
    z-index: 1;
}

.divider-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background: white;
    z-index: 3;
}
@media (max-width: 768px) {
    .progress-container {
        left: 0 !important; /* quitar desplazamiento */
        width: 100% !important; /* asegurar ancho completo */
        max-width: 100%; /* no exceda pantalla */
    }

    .divider-line {
        left: 50% !important; /* centrar la línea divisoria */
        transform: translateX(-50%);
    }

    .progress-wrapper {
        width: 100% !important;
        padding: 0 1rem;
        box-sizing: border-box;
    }
}
@media (max-width: 768px) {
    .col-8 {
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-8 > label.item-label-home {
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .col-8 .el-form-item__content {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .col-8 .el-radio-group.custom-radio {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    .col-8 .el-radio-button {
        flex: 0 1 auto;
        text-align: center;
    }
}

.icon-camera {
    width: 20px !important;
    height: 20px !important;
}

/* select  */
.custom-select {
    position: relative;
    display: inline-block;
    width: 87%;
}

.selected-option {
    display: flex;
    align-items: center; /* Centra el contenido verticalmente */
    gap: 8px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.selected-option img {
    width: 30px;
    height: auto;
    object-fit: contain;
    margin-right: 8px; /* Espaciado entre la bandera y el texto */
}

.selected-option span {
    font-size: 16px;
    line-height: 1;
    display: block;
    vertical-align: middle;
    padding-left: 10px;
}

.options-list-issue {
    display: none; /* Se oculta la lista por defecto */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    z-index: 999;
    width: 100%;
}

.options-list-issue li {
    padding: 10px;
    cursor: pointer;
}

.options-list-issue li:hover {
    background-color: #f5f5f5;
}

/* seccion de step 2  */
.upload-container {
    max-width: 430px;
    margin-left: 0;
    margin-right: auto;
    background-color: white;
    padding: 1.5rem;
}

.upload-box {
    border: 1px solid rgba(156, 163, 175, 0.5);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.upload-box:hover {
    border-color: #60a5fa;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.upload-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 1rem;
}

.upload-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.upload-icon {
    width: 2.5rem;
    height: 2.5rem;
    fill: #8c939d;
}

.upload-label {
    color: #2563eb;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

.upload-hint {
    font-size: 0.75rem;
    color: #9ca3af;
}

.hidden-input {
    display: none;
}

.info-text {
    font-size: 0.75rem;
    color: #6b7280;
    text-align: center;
    margin-top: 1.5rem;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.btnwallet {
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btnwallet.primary {
    color: white;
}

.btnwallet.secondary {
    background-color: #e5e7eb;
    color: #374151;
}

.custom_uploader__photo {
    align-items: center;
    display: flex;
    cursor: pointer;
    gap: 8px;
}

.upload-box {
    position: relative;
    width: 100%;
    height: 200px; /* Altura fija para el contenedor */
    border: 2px dashed #ddd;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.upload-inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.el-icon.custom_uploader-icon {
    color: #8c939d;
    font-size: 20px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}
.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: #8c939d;
    font-size: inherit;
}
.el-icon svg {
    height: 1em;
    width: 1em;
}

.el-upload {
    --el-upload-dragger-padding-horizontal: 40px;
    --el-upload-dragger-padding-vertical: 10px;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    outline: 0;
}
.custom_uploader__upload-button {
    align-items: center;
    display: flex;
    width: 100%;
}
.el-icon.custom_uploader-icon {
    color: #8c939d;
    font-size: 20px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
}
.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: #8c939d;
    color: inherit;
    font-size: inherit;
}
.custom_uploader__text {
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 0.5rem;
}
.el-upload__input {
    display: none;
}
.el-upload__input-step3 {
    display: none;
}
#camera-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: flex;
}
.image-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.preview-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.btn-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 3;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-remove-step3 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 3;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-remove-step5 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 3;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.el-upload__input-step5 {
    display: none;
}

/* step 6 */
.title_addres_verification {
    align-content: center;
}
.double-buttons_curret,
.icon_curret {
    margin-left: 90px;
}

/* dashboard cliente */
.vertical-divider {
    border-left: 1px solid #dee2e6; /* gris claro */
    height: 80%;
}
/* founding method aproved */
.text-header-approved {
    position: relative;
    left: -110px;
    top: -10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 32px 0 8px;
    text-align: center;
    font-family: 'Open Sans Light', 'Roboto Light', Helvetica Neue, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    color: #484c57;
}
.btnwallet-approved {
    background-color: #e6e8ec;
    border-radius: 90px;
    border-width: 10px;
    border: 0 solid #e6e8ec;
    color: #484c57;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 800 !important;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 14px 24px;
    text-align: center;
    white-space: nowrap;
    left: -15px;
}

.form-section {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-section.active {
    display: block;
    opacity: 1;
}

.custom-wallet-card-new .custom-wallet-card__wrapper .custom-wallet-bg__img {
    border: 1px solid #04072c;
    border-radius: 16px;
    height: 100%;
    width: 100%;
}
.custom-wallet-card-new .custom-wallet-card__wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
/* wallet approved */
.el-row.is-justify-center.is-align-top {
    align-items: center !important;
}
.custom-button.el-button.is-plain.dashed {
    border-style: dashed;
}
.custom-button.el-button.is-plain {
    background-color: #fff;
    border-color: #04072c;
    border-width: 2px;
    color: #484c57;
}
.custom-button.el-button.lg {
    --button-height: 56px;
}
.custom-button.el-button {
    border-radius: 90px;
    border: 0 solid #e6e8ec;
}
.custom-button.el-button {
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 16px;
    text-align: center;
    white-space: nowrap;
}
.el-col-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
}
.el-col-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
}
[class*='el-col-'] {
    box-sizing: border-box;
}
.el-row.is-align-middle {
    align-items: center;
}
.el-row.is-justify-center {
    justify-content: center;
}
.el-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
[class*='el-col-'].is-guttered {
    display: block;
    min-height: 1px;
}
/* CSS ACTUALIZADO */
.max-width-750 .el-row.is-justify-center {
    flex-wrap: nowrap !important; /* Obliga a mantener todo en 1 línea */
}

.el-col.el-col-12.el-col-md-7 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

.el-col.el-col-15 {
    flex: 1 1 auto !important;
    overflow: visible !important;
    min-width: 0 !important;
}

/* Contenedor de los 3 botones */
.el-row.is-justify-center.is-align-middle {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    top: -56px;
}

/* Columnas internas */
.el-col.el-col-8.is-guttered {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

/* Eliminar márgenes negativos */
[style*='margin-left: -6px'] {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ticket-item {
    transition: background-color 0.3s ease;
}

.ticket-item:hover {
    background-color: #f9f9f9;
}

.btn-close-support {
    background-color: white;
    color: #04072c;
    border-radius: 90px;
    border: 2px solid #04072c;
    font-weight: 700;
    min-width: 140px;
    height: 48px;
    padding: 12px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.02em;
    line-height: 100%;
    box-shadow: none !important;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover */
.btn-close-support:hover {
    background-color: #04072c;
    color: white;
}

.btn-reply-support {
    background-color: #04072c;
    color: white;
    border-radius: 90px;
    border: 2px solid #04072c;
    font-weight: 700;
    min-width: 140px;
    height: 48px;
    padding: 12px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.02em;
    line-height: 100%;
    box-shadow: none !important;
    transition: background-color 0.3s, color 0.3s;
}

.masked-card-input {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.masked-part {
    letter-spacing: 2px;
    font-family: monospace;
    color: #555;
}

.last-four {
    width: 80px;
}

/* Toast notifications */
.toast-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 350px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    transform: translateX(150%);
    animation: slideIn 0.5s forwards, fadeOut 0.5s forwards 4s;
}

.toast-success {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
    color: #155724;
}

.toast-error {
    background-color: #f8d7da;
    border-left: 4px solid #dc3545;
    color: #721c24;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast-icon svg {
    width: 20px;
    height: 20px;
}

.toast-message {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.2s;
    margin-left: 15px;
}

.toast-close:hover {
    opacity: 1;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}
/* funding method */
.btncancelfundingmethod {
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    border-radius: 90px;
    font-weight: 700;
    height: 47px;
    min-width: 140px;
    padding: 12px 18px;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
}

.btncancelfundingmethod:hover {
    background-color: #04072c;
    color: #fff;
}

.btnfundingmethod {
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 18px;
    text-align: center;
    white-space: nowrap;
}
.btnfundingmethod:disabled {
    background-color: #b0b0b0;
    color: #ffffff80;
    cursor: not-allowed;
}

.midle:hover {
    background-color: #04072c;
    color: #fff;
}

@media (min-width: 1424px) {
    .only-mobile {
        display: none !important;
    }
}

/* trading transfer */
.custom-tab.el-tabs .el-tabs__item_modal.is-active {
    border-bottom: 3px solid #04072c;
    color: #04072c;
}
.custom-tab .el-tabs__item_modal.is-active {
    border-color: #04072c;
    color: #04072c;
}
.custom-tab.el-tabs .el-tabs__item_modal {
    padding: 0 2rem !important;
}
.custom-tab.el-tabs .el-tabs__item_modal {
    border-bottom: 3px solid #e6e8ec;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    width: fit-content;
}
.el-tabs__item_modal {
    align-items: center;
    box-sizing: border-box;
    color: #303133;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    list-style: none;
    padding: 0 20px;
    position: relative;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.custom-tab.el-tabs .el-tabs__item_modal {
    padding: 0 2rem !important;
}
.custom-tab.el-tabs .el-tabs__item_modal {
    border-bottom: 3px solid #e6e8ec;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    width: fit-content;
}

.custom-tab .el-tabs__item_modal {
    border-color: #e6e8ec;
    color: #777e90;
}
.el-tabs__item_modal {
    align-items: center;
    box-sizing: border-box;
    display: flex;

    height: 40px;
    justify-content: center;
    list-style: none;
    position: relative;
}

.el-tab-pane_modal {
    display: none;
}
.el-tab-pane_modal:first-child {
    display: block;
}
.transfer-divider-wrapper {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.transfer-line {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #e6e8ec;
    z-index: 0;
}

.transfer-circle {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.trading-title,
.trading-overview {
    font-size: 24px;
    font-weight: 530;
    height: 40px;
    line-height: 33px;
    font-family: Open Sans, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.mb-8 {
    margin-bottom: 2rem !important;
}
.gap-5 {
    gap: 1.25rem !important;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid {
    display: grid !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.trading-details .trading-currency {
    font-size: 18px;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
}

.trading-details .trading-equity {
    font-size: 14px;
    font-weight: 600;
    height: 10px;
    line-height: 120%;
}
.el-row.is-align-top {
    align-items: flex-start;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.w-full_detail {
    width: 100% !important;
}
.el-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.el-col-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    box-sizing: border-box;
}
.medium {
    font-weight: 600;
}
.body-s {
    font-size: 14px !important;
    letter-spacing: 0.005em;
    line-height: 120% !important;
}

.el-table__empty-block {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    height: 200px; /* Ajusta según el alto de tu tabla */
    width: 100%; /* Ocupa todo el ancho */
}

.el-table__empty-text {
    color: #909399;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}

/* detail  */
.el-collapse-item__wrap {
    border: none !important;
}

.el-collapse-item__wrap {
    background-color: #fff;
    border-bottom: 1px solid #ebeef5;
    box-sizing: border-box;
    overflow: hidden;
    will-change: height;
}
.el-collapse-item__content {
    border: none !important;
    padding: 0 !important;
}
.el-collapse-item__content {
    color: #303133;
    font-size: 13px;
    line-height: 1.7692307692;
    padding-bottom: 25px;
}
@media (min-width: 744px) {
    .transactions-detail {
        -moz-column-count: 2;
        column-count: 2;
    }
}
.transactions-detail {
    -moz-column-count: 2;
    column-count: 2;
}
.transactions-detail {
    background-color: #e6e8ec;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 280px;
    column-gap: 280px;
    display: flex;
    display: block;
    flex-direction: column;
    padding: 12px !important;
    padding: 0;
}
.transactions-detail p {
    margin-bottom: 4px;
}
.transactions-detail-item {
    display: flex;
    justify-content: space-between;
}

.ml-2 {
    margin-left: 0.5rem !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.success-color {
    color: #0f2cb1;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.text-danger,
.text-danger-1 {
    color: #ff1900 !important;
}

#transferModalDetail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

/* pagination */
.custom-pagination.el-pagination {
    display: flex;
    justify-content: center;
}
.el-pagination {
    --el-pagination-font-size: 14px;
    --el-pagination-bg-color: #fff;
    --el-pagination-text-color: #303133;
    --el-pagination-border-radius: 2px;
    --el-pagination-button-color: #303133;
    --el-pagination-button-width: 32px;
    --el-pagination-button-height: 32px;
    --el-pagination-button-disabled-color: #a8abb2;
    --el-pagination-button-disabled-bg-color: #fff;
    --el-pagination-button-bg-color: #f0f2f5;
    --el-pagination-hover-color: #07b53b;
    --el-pagination-font-size-small: 12px;
    --el-pagination-button-width-small: 24px;
    --el-pagination-button-height-small: 24px;
    --el-pagination-item-gap: 16px;
    align-items: center;
    color: #303133;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.is-disabled,
.el-pagination.is-background .el-pager li:disabled {
    background-color: #f5f7fa;
    color: #a8abb2;
}
.custom-pagination.el-pagination .btn-prev {
    border-radius: 50% !important;
}
.el-pagination.is-background .btn-prev {
    margin-left: 16px;
}
.el-pagination button.is-disabled,
.el-pagination button:disabled {
    background-color: #fff;
    color: #a8abb2;
    cursor: not-allowed;
}
.el-pagination > .is-first {
    margin-left: 0 !important;
}
.el-pagination button {
    align-items: center;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: v#303133;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    line-height: 32px;
    min-width: 32px;
    padding: 0 4px;
    text-align: center;
}

.el-pager,
.el-pager li {
    align-items: center;
    display: flex;
}
.el-pager {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;
}
.custom-pagination.el-pagination .el-pager .number.is-active {
    background-color: #04072c;
}
.custom-pagination.el-pagination .el-pager li.is-active {
    background-color: #04072c;
    color: #fff !important;
}
.custom-pagination.el-pagination .el-pager .number {
    border-radius: 50% !important;
    background-color: #f0f2f5;
}

.custom-pagination.el-pagination .el-pager li {
    margin: 0 0.25rem;
}
.el-pager li.is-active {
    cursor: default;
    font-weight: 700;
}
.el-pager li {
    background: #fff;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #303133;
    cursor: pointer;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    line-height: 32px;
    min-width: 32px;
    padding: 0 4px;
    text-align: center;
}
.el-pager,
.el-pager li {
    align-items: center;
    display: flex;
}

.custom-wallet-card-new .custom-wallet-card__wrapper .custom-wallet-info-wrapper {
    height: 100%;
    left: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    width: 100%;
}
.custom-wallet-card-new .custom-wallet-card__wrapper .custom-wallet-info-wrapper .wallet-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content__header {
    display: flex;
    justify-content: space-between;
}
.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content__header
    .wallet-content__header-title {
    align-items: center;
    display: flex;
}
.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content__header
    .wallet-content__header-status {
    font-weight: 600;
}
.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content__header
    .wallet-content__header-title
    .wallet-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content__header
    .wallet-content__header-title
    .wallet-id {
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
}

.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content__header
    .wallet-content__header-status
    > span {
    border-radius: 2px;
    font-size: 0.75rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
    text-transform: uppercase;
}

.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content
    .wallet-total__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.custom-wallet-card-new
    .custom-wallet-card__wrapper
    .custom-wallet-info-wrapper
    .wallet-content
    .wallet-total__amount {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.el-switch {
    --el-switch-on-color: #07b53b;
    --el-switch-off-color: #dcdfe6;
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
}
.el-switch__input {
    height: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.custom-switch.el-switch.is-checked .el-switch__core {
    background-color: #04072c;
    border-color: #04072c;
}
.el-switch__core {
    align-items: center;
    background: #dcdfe6;
    border: 1px solid var(#dcdfe6, #dcdfe6);
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    height: 20px;
    min-width: 40px;
    outline: 0;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s;
}

.el-switch.is-checked .el-switch__core .el-switch__action {
    color: #07b53b;
    left: calc(100% - 17px);
}
.el-switch__core .el-switch__action {
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    color: #dcdfe6;
    display: flex;
    height: 16px;
    justify-content: center;
    left: 1px;
    position: absolute;
    transition: all 0.3s;
    width: 16px;
}
.custom-switch.el-switch .el-switch__label.is-active {
    color: #04072c;
}
.custom-switch.el-switch .el-switch__label {
    align-items: center;
    color: #484c57;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.el-switch__label--right {
    margin-left: 10px;
}
.el-switch__label {
    color: #303133;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    transition: 0.2s;
    vertical-align: middle;
}
.el-switch__label * {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
}

/* modal add wallet  */
.custom-form.el-form .custom-form-item {
    margin-bottom: 2rem !important;
}
.custom-form.el-form .custom-form-item {
    width: 100%;
}
.el-form--label-top .el-form-item {
    display: block;
}
.el-form-item {
    display: flex;
    --font-size: 14px;
    margin-bottom: 18px;
}

.custom-form.el-form .custom-form-item .el-form-item__label,
.form--item--custom--18px .el-form-item__label,
.label--common {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px;
}
.custom-form.el-form .el-form-item__label {
    color: #484c57;
}
.el-form--label-top .el-form-item .el-form-item__label {
    display: block;
    height: auto;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: left;
}
.el-form-item__label {
    align-items: flex-start;
    box-sizing: border-box;
    color: #606266;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    height: 32px;
    justify-content: flex-end;
    line-height: 32px;
    padding: 0 12px 0 0;
}

.custom-select-group.el-select,
.custom-select-other.el-select,
.custom-select.el-select {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    width: 100%;
}
.el-select .el-input {
    display: flex;
}

.el-input__inner_wallet {
    --el-input-inner-height: calc(32px - 2px);
    -webkit-appearance: none;
    background: 0 0;
    border: none;
    box-sizing: border-box;
    color: var(#606266, var(#606266));
    flex-grow: 1;
    font-size: inherit;
    line-height: calc(32px - 2px);
    outline: 0;
    width: 150%;
    font-variation-settings: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    margin: 0;
    background-color: #fff;
    border: 2px solid #e6e8ec;
    border-radius: 12px;
    box-shadow: none !important;
    height: 56px;
    padding: 16px;
}
.el-input__inner_wallet {
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 40px;
}

/* modal deposit  */
.custom-dialog.el-dialog {
    background-color: #fff;
    border: initial;
    border-radius: 12px;
    margin: 0;
    padding: 32px;
}
.custom-dialog.el-dialog .el-dialog__header {
    display: flex;
    justify-content: space-between !important;
    margin: 0;
    padding: 0 0 24px;
}

.custom-dialog.el-dialog .el-dialog__body {
    padding: 0;
}
.el-dialog__body {
    color: #606266;
    font-size: 14px;
    padding: calc(20px + 10px) 20px;
}
.funding-card-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.flex-row {
    flex-direction: row !important;
}
.funding-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px #7090b033;
    cursor: pointer;
    height: 73px;
    padding: 0 1.5rem;
    width: 100%;
}
.pl-0 {
    padding-left: 0 !important;
}

.custom-dialog.el-dialog {
    background-color: #fff;
    border: initial;
    border-radius: 12px;
    margin: 0;
    padding: 32px;
}
.el-dialog {
    --el-dialog-width: 50%;
    --el-dialog-margin-top: 15vh;
    --el-dialog-bg-color: #fff;
    --el-dialog-box-shadow: 0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;
    --el-dialog-title-font-size: 18px;
    --el-dialog-content-font-size: 14px;
    --el-dialog-font-line-height: 24px;
    --el-dialog-padding-primary: 20px;
    --el-dialog-border-radius: 2px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 12px 32px 4px #0000000a, 0px 8px 20px #00000014;
    box-sizing: border-box;
    margin: 15vh auto 50px;
    position: relative;
    width: var(675px, 50%);
}
.funding-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* espacio entre tarjetas */
    justify-content: space-between;
}
.funding-card {
    width: calc(50% - 20px); /* 2 tarjetas por fila con gap de 20px */
}
/* modal localbank */
.form-group-default {
    display: flex;
    gap: 16px;
}
.custom-form.el-form .custom-form-item {
    margin-bottom: 2rem !important;
}
.custom-form.el-form .custom-form-item {
    width: 100%;
}
.el-form--label-top .el-form-item {
    display: block;
}

.custom-form.el-form .el-form-item__label {
    color: #484c57;
}
.el-form--label-top .el-form-item .el-form-item__label {
    display: block;
    height: auto;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: left;
}
.el-form-item__label {
    align-items: flex-start;
    box-sizing: border-box;
    color: #606266;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    height: 32px;
    justify-content: flex-end;
    line-height: 32px;
    padding: 0 12px 0 0;
}
.el-form-item__content_banklocal {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 32px;
    min-width: 0;
    position: relative;
}
.el-input__wrapper_localbank {
    align-items: center;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #dcdfe6 inset;
    cursor: text;
    display: inline-flex;
    flex-grow: 0;
    justify-content: center;
    padding: 2px;
    transform: translateZ(0);
    transition: box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input__inner_banklocal {
    border: none;
    outline: none;
    background: transparent;
    width: 300px;
    padding: 8px 10px;
    font-size: 14px; /* opcional */
    border-radius: 4px;
}

.currency-select {
    width: 350px;
    position: relative;
    font-family: sans-serif;
    user-select: none;
}

.currency-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
}

.currency-selected .currency-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 50%;
}

.currency-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.currency-option {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    transition: background-color 0.2s;
    gap: 10px;
}

.currency-option:hover {
    background-color: #f0f0f0;
}

.currency-option .currency-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 50%;
}

.currency-symbol {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.arrow {
    margin-left: auto;
    font-size: 12px;
    color: #666;
}

.crypto-note {
    align-items: flex-start;
    border: 2px solid #1474bc;
    display: flex;
    gap: 6px;
    padding: 4px;
    width: 100%;
}

/* module report  */
@media (min-width: 1024px) {
    .table-container table {
        min-width: 1050px; /* o el valor que quieras */
    }
}
@media (max-width: 768px) {
    .responsive-hidden {
        display: none;
    }
}
.btn_get_report_custom {
    align-items: center;
    background-color: #fcfcfd;
    border: 1px solid #e6e8ec;
    border-radius: 32px;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 172px;
}

.custom-common-table.el-table {
    background-color: unset;
}
.el-table--fit {
    border-bottom: 0;
    border-right: 0;
}

.custom-common-table__header__label {
    color: #8c92a0;
}
.custom-common-table.el-table * {
    white-space: normal !important;
    word-break: keep-all !important;
}

.custom-date-picker.el-date-editor--daterange.md,
.custom-date-picker.el-date-editor--datetimerange.md {
    --date-picker-height: 48px;
}
.custom-date-picker.el-date-editor--daterange,
.custom-date-picker.el-date-editor--datetimerange {
    border: 2px solid #e6e8ec;
    border-radius: 12px;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 16px;
}

.custom-date-picker.el-date-editor--daterange,
.custom-date-picker.el-date-editor--datetimerange {
    border: 1px solid #e6e8ec;
    box-shadow: none !important;
    height: var(48px, 32px) !important;
}

.el-range-editor.el-input__wrapper {
    align-items: center;
    display: inline-flex;
    padding: 0 10px;
}
.custom-date-picker {
    display: flex;
    align-items: center;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    padding: 12px 16px;
    height: 48px;
    width: 100%;
    font-weight: 600;
    box-sizing: border-box;
}

.custom-date-picker input {
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    font-weight: 600;
    background: transparent;
}

.custom-date-picker svg {
    width: 20px;
    height: 20px;
    color: #999;
    flex-shrink: 0;
}

.custom-date-picker select {
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    font-weight: 500;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 8px;
    cursor: pointer;
}

.custom-date-picker {
    position: relative;
}

.custom-date-picker::after {
    content: '˅';
    position: absolute;
    right: 16px;
    color: #999;
    font-size: 12px;
    pointer-events: none;
}

#toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4caf50; /* transparente por defecto */
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: 300px;
    font-family: sans-serif;
    white-space: pre-line;
}

#toast.show {
    opacity: 2;
}

#toast-error {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #e2756d; /* transparente por defecto */
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
    max-width: 300px;
    font-family: sans-serif;
    white-space: pre-line;
}
#toast-error.show {
    opacity: 2;
}
.toast-success {
    background-color: #4caf50; /* verde éxito */
}

.toast-error {
    background-color: #f44336; /* rojo error */
}

/* responsive  */
@media (max-width: 992px) {
    .container {
        padding: 15px;
    }

    .dashboard-header h1 {
        font-size: 1.5rem;
    }

    .step6-title {
        font-size: 1.3rem;
    }

    .step .text {
        font-size: 0.95rem;
    }
}
@media (max-width: 768px) {
    .verification-steps,
    .step6-container {
        padding: 20px;
    }

    .circle {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .step6-title {
        font-size: 1.25rem;
    }

    .demo-button {
        padding: 10px 25px;
        font-size: 0.95rem;
    }
}
@media (max-width: 576px) {
    .dashboard-header {
        padding: 15px;
    }

    .step6-container {
        padding: 20px 15px;
    }

    .icon-container {
        max-width: 150px;
    }

    .step6-title {
        font-size: 1.2rem;
    }

    .step6-description {
        font-size: 0.95rem;
    }

    .step {
        align-items: flex-start;
    }

    .text {
        margin-left: 12px;
    }

    .footer-card {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .col-7 {
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .input-form,
    .custom-select,
    .selected-option {
        width: 100%;
        box-sizing: border-box;
        display: block;
    }

    .item-label-home {
        display: block;
        text-align: center; /* si quieres que los labels estén centrados, sino left */
        margin-bottom: 0.5rem;
    }

    /* Opcional: para que los flags y texto en custom-select estén alineados */
    .selected-option {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0.5rem 0.75rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        background-color: #fff;
    }
}
@media (max-width: 768px) {
    .progress-wrapper {
        width: 100% !important;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .card-header.align-items-center.d-flex {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .card-title-advaced {
        white-space: normal;
        flex-grow: 0;
        margin-bottom: 0.5rem;
    }
}

.login-history-title {
    font-size: 18px;
}
.login-history-title {
    font-size: 20px;
    font-weight: 600;
}
.input-gordo {
    padding: 12px 16px;
    font-size: 1.1rem;
    border-radius: 8px;
    height: 48px; /* o min-height: 48px */
}

.comet-line {
    position: relative;
    height: 6px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 4px;
}

.comet-fill {
    height: 100%;
    border-radius: 4px;
}

/* Cometa "creciendo hacia la derecha", con brillo al frente */
.comet-fill.wallet {
    background: linear-gradient(to right, rgba(135, 36, 25, 0.3), rgba(135, 32, 25, 0.8), #cc0101);
}

.comet-fill.trading {
    background: linear-gradient(to right, rgba(13, 110, 253, 0.3), rgba(10, 37, 79, 0.8), #000a19);
}

/* topbar ibportal  */
.custom-button-group {
    display: flex; /* <--- NO inline-flex */
    flex-direction: row;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #e5e7eb;
    padding: 2px;
    gap: 0.5rem; /* el espacio entre botones */
    width: auto;
}
.el-button-group > .el-button {
    float: left;
    position: relative;
}

/* Botón por defecto (gris) */
.custom-button-group .custom-button {
    background-color: transparent;
    color: #374151;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border: none;
    border-radius: 9999px;
    transition: background-color 0.3s, color 0.3s;
    z-index: 0;
}
/* Botón activo (azul oscuro como en la imagen) */
.custom-button-group .custom-button.active {
    background-color: #04072c; /* azul profundo */
    color: #ffffff;
    z-index: 10;
}

@media (max-width: 768px) {
    .custom-button-group {
        flex-direction: column;
        width: 100%;
    }

    .custom-button-group .custom-button {
        width: 100%;
        text-align: center;
    }
}

/* Toggle solo en móvil */
.toggle-button {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    color: #04072c;
}

/* Grupo botones escritorio */
.custom-button-group {
    display: flex;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #e5e7eb;
    padding: 2px;
    gap: 0.5rem;
    width: auto;
}

/* Botones normales */
.custom-button-group .custom-button {
    background-color: transparent;
    color: #374151;
    padding: 0.5rem 0.25rem;
    font-weight: 500;
    border: none;
    border-radius: 9999px;
    transition: background-color 0.3s, color 0.3s;
    z-index: 0;
}

.custom-button-group .custom-button.active {
    background-color: #04072c;
    color: white;
    z-index: 8;
}

/* Menú móvil estilo lista */
.mobile-menu {
    display: flex;
    flex-direction: column;
    background: #f3f4f6;
    border-radius: 8px;
    margin-top: 0.5rem;
    padding: 0.25rem 0;
}

.mobile-menu-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    color: #374151;
    font-weight: 500;
    border-left: 4px solid transparent;
    user-select: none;
}

.mobile-menu-item.active,
.mobile-menu-item:hover,
.mobile-menu-item:focus {
    background: #04072c;
    color: white;
    border-left-color: #04072c;
    outline: none;
}

/* Media queries */
@media (max-width: 768px) {
    /* Mostrar toggle */
    .toggle-button {
        display: inline-block;
    }

    /* Ocultar grupo de botones */
    .custom-button-group {
        display: none;
    }
}

@media (min-width: 769px) {
    /* Ocultar menú móvil */
    #mobileMenu {
        display: none !important;
    }
}
.ib-card {
    border-color: #e6e8ec;
    background-color: #fcfcfd;
}
.card-3 .card-3-header.is-border {
    border-bottom: 1px solid #e6e8ec !important;
}
.card-3 {
    background: unset !important;
}
.custom-card.card-3 {
    background-color: #fff !important;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    box-shadow: 0 4px 40px 0 rgba(0, 67, 101, 0.1);
}
.ib-card .card-3-header {
    background-color: #fcfcfd;
    height: 48px;
}
.ib-card.card-3 .card-3-header {
    padding: 1rem;
}
.custom-card.card-3 .card-3-header {
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 0 12px;
}
.ib-card .card-3-content {
    background-color: #fcfcfd;
}
.card-3 .card-3-content {
    font-size: 14px;
}
@media (min-width: 1024px) {
    .lg\:gap-3 {
        gap: 0.75rem !important;
    }
}
@media (min-width: 1024px) {
    .lg\:flex-row {
        flex-direction: row !important;
    }
}
@media (min-width: 1024px) {
    .lg\:border-r-\[1px\] {
        border-right-width: 1px !important;
    }
}
@media (min-width: 1024px) {
    .lg\:border-b-0 {
        border-bottom-width: 0 !important;
    }
}
@media (min-width: 1024px) {
    .lg\:w-\[50\%\] {
        width: 50% !important;
    }
}
@media (min-width: 1024px) {
    .lg\:border-t-\[1px\] {
        border-top-width: 1px !important;
    }
}

.py-3 {
    padding-bottom: 0.75rem !important;
    padding-top: 0.75rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.border-ib {
    border-color: #e6e8ec !important;
}
.border-r-0 {
    border-right-width: 0 !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.card span {
    white-space: nowrap;
}
.border-ib {
    border-color: #e3e7f0;
}
@media (max-width: 767px) {
    .force-single-col {
        grid-template-columns: 1fr !important;
    }
}

/* calendar widget */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-row {
    display: contents;
}

.calendar-cell {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    min-height: 60px;
    word-break: break-word;
}

.calendar-cell.header {
    font-weight: bold;
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .calendar-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .calendar-cell {
        font-size: 12px;
        padding: 6px;
        min-height: 50px;
    }
}

.bg-muted {
    background-color: #e2e2e2;
}
.bg-success {
    background-color: #d2f4d2;
}
.text-white {
    color: #fff;
}

.pointer-menu {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 8px 0;
    z-index: 9999;
    min-width: 160px;
}

.pointer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pointer-menu-item {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
}

.pointer-menu-item:hover {
    background-color: #f1f1f1;
}

.calendar-container {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 16px;
}

.calendar-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eee;
}

.calendar-day.header {
    font-weight: 700;
    background: #f8f9fa;
}

.calendar-day.disabled {
    color: #999;
    background: #f2f2f2;
}

.calendar-day.weekend {
    background: #f8d7da;
    color: #721c24;
}

.calendar-day.success {
    background: #d4edda;
    color: #155724;
}

/* ==== Estilo base del calendario ==== */
.calendar-day {
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.3s ease;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px; /* Altura mínima */
}

/* Cabecera (días) */
.calendar-day.header {
    font-weight: bold;
    color: #666;
}

/* Estilo para días fuera del mes */
.calendar-day.other-month {
    color: #bbb;
}

/* Fines de semana */
.calendar-day.weekend {
    background: #f8f9fa;
}

/* Día actual */
.calendar-day.today {
    background: #007bff;
    color: #fff;
    font-weight: bold;
}

/* Evento (ganancia/pérdida) */
.calendar-day.event {
    background: #d4edda;
    color: #155724;
}

/* ==== Contenedor general ==== */
.calendar-container {
    width: 100%;
}

/* ==== Grid del calendario ==== */
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

/* ==== Controles (selects) ==== */
.calendar-container .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.calendar-container select {
    font-size: 14px;
    padding: 6px;
    min-width: 100px;
}

/* ==== Estilo para escritorio ==== */
@media (min-width: 992px) {
    .calendar-day {
        font-size: 16px;
        min-height: 80px; /* Más alto */
        font-weight: 500;
    }

    .calendar-day.header {
        font-size: 16px;
    }
}

/* ==== RESPONSIVE DESIGN ==== */

/* Tablets */
@media (max-width: 992px) {
    .calendar-day {
        font-size: 13px;
        padding: 8px;
        min-height: 50px;
    }
    .calendar-grid {
        gap: 6px;
    }
}

/* Móviles */
@media (max-width: 768px) {
    .calendar-container .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .calendar-container select {
        width: 100% !important;
    }

    .calendar-grid {
        grid-template-columns: repeat(7, minmax(28px, 1fr));
        font-size: 12px;
        gap: 4px;
    }

    .calendar-day {
        padding: 6px;
        min-height: 38px;
    }

    .calendar-day.header {
        font-size: 11px;
    }
}

/* Móviles pequeños */
@media (max-width: 480px) {
    .calendar-grid {
        grid-template-columns: repeat(7, minmax(22px, 1fr));
        font-size: 11px;
    }

    .calendar-day {
        padding: 4px;
        min-height: 32px;
    }
}
/* Colores base (escritorio y tabletas) */
.calendar-grid > .calendar-day:nth-child(7n + 6) {
    background-color: #bbbec1; /* gris plomo */
    color: white;
}

.calendar-grid > .calendar-day:nth-child(7n + 7) {
    background-color: #f8d7da; /* rojo suave */
    color: #721c24;
}

/* Ajustes para móvil */
@media (max-width: 768px) {
    /* sábado */
    .calendar-grid > .calendar-day:nth-child(7n + 6) {
        background-color: #a5a7aa; /* gris más suave para móvil */
        color: #222; /* texto más oscuro para mejor legibilidad */
        padding: 4px !important;
        font-size: 8px !important;
    }

    /* domingo */
    .calendar-grid > .calendar-day:nth-child(7n + 7) {
        background-color: #fbeaea; /* rojo muy suave para móvil */
        color: #a94442;
        padding: 4px !important;
        font-size: 8px !important;
    }
}
@media (min-width: 992px) {
    /* A partir de pantallas grandes (Bootstrap LG) */
    .table-responsive,
    .table-container {
        overflow: visible !important;
    }
}

.btncopytrading {
    background-color: #04072c;
    border-radius: 90px;
    border-width: 2px;
    border: 0 solid #e6e8ec;
    color: #fff;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 100%;
    min-width: 140px;
    padding: 12px 18px;
    text-align: center;
    white-space: nowrap;
    left: -5px;
}

/* Estado por defecto */
/* CSS MEJORADO PARA MANEJO DE LOGOS */

/* Estados por defecto */
/* Light mode (por defecto) */
.logo-dark {
    display: block !important;
}
.logo-light {
    display: none !important;
}

/* Dark mode */
[data-layout-mode='dark'] .logo-dark {
    display: none !important;
}
[data-layout-mode='dark'] .logo-light {
    display: block !important;
}

/* SVG responsivo */
.copytrading-wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.copytrading-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.copytrading-card {
    /* background: rgba(255, 255, 255, 0.95); */
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
}

/* SVG Styles */
.copytrading-visual {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.copytrading-svg {
    width: 200px;
    height: 150px;
    max-width: 100%;
}

/* Content Styles */
.copytrading-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.copytrading-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.copytrading-btn {
    background: #04072c;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 250px;
}

.copytrading-btn:hover {
    background: #000111;
    color: #f0f2f5;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .copytrading-wrapper {
        padding: 15px 8px;
        min-height: 100vh;
    }

    .copytrading-container {
        max-width: 100%;
    }

    .copytrading-card {
        padding: 30px 20px;
        border-radius: 15px;
        margin: 0 5px;
    }

    .copytrading-svg {
        width: 160px;
        height: 120px;
    }

    .copytrading-title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .copytrading-description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .copytrading-btn {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .copytrading-wrapper {
        padding: 10px 5px;
    }

    .copytrading-card {
        padding: 25px 15px;
        border-radius: 12px;
    }

    .copytrading-svg {
        width: 140px;
        height: 105px;
    }

    .copytrading-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .copytrading-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .copytrading-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .copytrading-wrapper {
        padding: 8px 3px;
    }

    .copytrading-card {
        padding: 20px 12px;
        border-radius: 10px;
    }

    .copytrading-svg {
        width: 120px;
        height: 90px;
    }

    .copytrading-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .copytrading-description {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .copytrading-btn {
        padding: 10px 15px;
        font-size: 13px;
        max-width: 200px;
    }
}

@media screen and (max-width: 320px) {
    .copytrading-card {
        padding: 18px 10px;
    }

    .copytrading-title {
        font-size: 16px;
    }

    .copytrading-description {
        font-size: 12px;
    }

    .copytrading-svg {
        width: 60px;
        height: 45px;
    }
}

@media screen and (max-width: 740px) and (max-height: 400px) {
    .copytrading-wrapper {
        min-height: auto;
        padding: 10px;
    }

    .copytrading-card {
        padding: 20px 15px;
    }

    .copytrading-visual {
        margin-bottom: 15px;
    }

    .copytrading-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .copytrading-description {
        font-size: 14px;
        margin-bottom: 15px;
    }
}
