.liquidasp-controle-otp-shortcuts {
    margin-top: 20px;
}

.liquidasp-controle-otp-divider {
    color: #6b7280;
    font-size: 12px;
    margin: 16px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.liquidasp-controle-otp-divider:before {
    border-top: 1px solid #e5e7eb;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.liquidasp-controle-otp-divider span {
    background: #fff;
    padding: 0 10px;
    position: relative;
}

.liquidasp-controle-otp-shortcuts .btn {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
}

#liquidaspControleOtpChallengeModal {
    z-index: 2147483000 !important;
}

#liquidaspControleOtpChallengeModal .modal-dialog {
    max-width: 520px;
    margin-top: 8vh;
    position: relative;
    z-index: 2147483001;
}

#liquidaspControleOtpChallengeModal .modal-content {
    border: 1px solid #d8dee6;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.32);
    overflow: hidden;
}

#liquidaspControleOtpChallengeModal .modal-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e6eaf0;
    display: flex;
    min-height: 62px;
    padding: 16px 22px;
}

#liquidaspControleOtpChallengeModal .modal-title {
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding-right: 36px;
}

#liquidaspControleOtpChallengeModal .modal-header .close {
    color: #64748b;
    font-size: 24px;
    margin-left: auto;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: 18px;
    text-shadow: none;
    top: 17px;
}

#liquidaspControleOtpChallengeModal .modal-body {
    background: #fff;
    padding: 24px;
}

#liquidaspControleOtpChallengeModal .modal-footer {
    background: #f8fafc;
    border-top: 1px solid #e6eaf0;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 16px 22px;
}

#liquidaspControleOtpChallengeModal .modal-footer:before,
#liquidaspControleOtpChallengeModal .modal-footer:after {
    display: none;
}

#liquidaspControleOtpChallengeModal .modal-footer .btn + .btn {
    margin-left: 0;
}

body.liquidasp-controle-otp-modal-open .modal-backdrop,
body.liquidasp-controle-otp-modal-open .modal-backdrop.in,
.modal-backdrop.liquidasp-controle-otp-backdrop {
    background: rgba(15, 23, 42, 0.82);
    opacity: 1;
    z-index: 2147482999 !important;
}

body.liquidasp-controle-otp-modal-open {
    overflow: hidden;
}

#liquidaspControleOtpChallengeModal .modal-body p.text-muted {
    margin-bottom: 15px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-flow {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-status-icon {
    align-items: center;
    background: #eef6f3;
    border: 1px solid #c7ded6;
    border-radius: 8px;
    color: #25614f;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-code-flow-terminal .liquidasp-controle-otp-status-icon {
    background: #f8fafc;
    border-color: #d8dee6;
    color: #475569;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-code-flow-expired .liquidasp-controle-otp-status-icon {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #b45309;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-copy {
    min-width: 0;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-copy p {
    color: #334155;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    word-break: break-word;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-destination {
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #0f172a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    margin-top: 10px;
    max-width: 100%;
    padding: 7px 9px;
    word-break: break-word;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-didit-flow {
    margin-bottom: 0;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-didit-flow .liquidasp-controle-otp-status-icon {
    background: #f0f7ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-didit-label {
    display: inline-block;
    font-size: 12px;
    margin-top: 12px;
    max-width: 100%;
    padding: 6px 9px;
    white-space: normal;
}

.liquidasp-controle-otp-didit-status-panel {
    border: 1px solid #d8dee6;
    border-radius: 8px;
    margin: 48px auto;
    max-width: 620px;
    overflow: hidden;
}

.liquidasp-controle-otp-didit-status-panel .panel-body {
    padding: 32px;
}

.liquidasp-controle-otp-didit-status-icon {
    align-items: center;
    background: #f0f7ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    color: #1d4ed8;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 16px;
    width: 52px;
}

.liquidasp-controle-otp-didit-status-panel h3 {
    color: #111827;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 8px;
}

.liquidasp-controle-otp-didit-status-panel p {
    line-height: 1.55;
}

.liquidasp-controle-otp-didit-status-panel .label {
    display: inline-block;
    font-size: 12px;
    margin: 4px 0 22px;
    padding: 6px 9px;
    white-space: normal;
}

.liquidasp-controle-otp-didit-status-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.liquidasp-controle-otp-didit-status-actions .btn {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-field {
    margin-bottom: 0;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-field label {
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-code-control {
    align-items: center;
    display: flex;
    position: relative;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-code-control > i {
    color: #64748b;
    left: 14px;
    position: absolute;
    z-index: 2;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-code-input {
    border-color: #cbd5e1;
    border-radius: 8px;
    box-shadow: none;
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
    height: 52px;
    letter-spacing: 0;
    padding-left: 42px;
    text-align: center;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-code-input:focus {
    border-color: #25614f;
    box-shadow: 0 0 0 3px rgba(37, 97, 79, 0.12);
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-resend-note {
    font-size: 12px;
    margin: 10px 0 0;
}

#liquidaspControleOtpChallengeModal .list-group {
    margin-bottom: 0;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-channel-list {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-select-channel {
    align-items: center;
    border-color: #e2e8f0;
    border-left: 0;
    border-right: 0;
    display: flex;
    gap: 12px;
    min-height: 52px;
    padding: 14px 16px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-select-channel:first-child {
    border-top: 0;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-select-channel:last-child {
    border-bottom: 0;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-select-channel:hover,
#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-select-channel:focus {
    background: #f8fafc;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-select-channel i {
    color: #25614f;
    width: 18px;
}

#liquidaspControleOtpChallengeModal .modal-footer .btn {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    min-width: 150px;
}

#liquidaspControleOtpChallengeModal .liquidasp-controle-otp-resend[disabled] {
    cursor: not-allowed;
    opacity: 0.85;
}

@media (max-width: 480px) {
    #liquidaspControleOtpChallengeModal .modal-dialog {
        margin: 20px 10px;
    }

    #liquidaspControleOtpChallengeModal .modal-footer {
        flex-direction: column;
    }

    #liquidaspControleOtpChallengeModal .modal-footer .btn {
        display: flex;
        margin: 8px 0 0;
        min-width: 0;
        width: 100%;
    }

    .liquidasp-controle-otp-didit-status-actions {
        display: block;
    }

    .liquidasp-controle-otp-didit-status-actions .btn {
        display: flex;
        margin-top: 8px;
        width: 100%;
    }
}
