/* Phone verification UI */
.telephone-verfication > label,
.telephone-verfication .form-label,
.telephone-verfication .phone-verify-msg {
    font-weight:500 !important;
    color: #000 !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.telephone-verfication [sms-verify-remaining] {
    color: #f27a1b !important;
    font-weight: 700;
    flex-shrink: 0;
}

.telephone-verfication .phone-verify-code-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: 100%;
}

.telephone-verfication .phone-verify-code-group .form-control {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: 0;
    height: auto;
}

.telephone-verfication .phone-verify-code-group .input-group-append {
    display: flex !important;
    margin-left: 0;
    flex: 0 0 auto;
}

.telephone-verfication .phone-verify-submit-btn {
    background: #6fbf73 !important;
    border-color: #63b367 !important;
    color: #fff !important;
    font-weight: 600;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    white-space: nowrap;
    padding: 10px 14px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: none !important;
    width: auto !important;
    max-width: none !important;
}

.telephone-verfication .phone-verify-submit-btn:before {
    display: none !important;
}

.telephone-verfication .phone-verify-submit-btn:hover,
.telephone-verfication .phone-verify-submit-btn:focus {
    background: #5faf63 !important;
    border-color: #559b59 !important;
    color: #fff !important;
}

.telephone-verfication .phone-verify-submit-btn:disabled {
    opacity: 0.7;
}

.telephone-verfication .phone-verify-arrow {
    font-size: 1.05em;
    line-height: 1;
}

.telephone-verfication .phone-verify-actions {
    margin-top: 16px;
    width: 100%;
}

.telephone-verfication .phone-verify-actions .buttons {
    width: 100%;
}

.telephone-verfication .phone-resend-btn {
    background: #f6d35a !important;
    border-color: #efc84a !important;
    color: #5a4a10 !important;
    font-weight: 600;
    box-shadow: none !important;
    width: 100% !important;
    max-width: 100%;
    padding: 10px 14px !important;
    display: block !important;
    text-align: center;
}

.telephone-verfication .phone-resend-btn:before {
    display: none !important;
}

.telephone-verfication .phone-resend-btn:hover,
.telephone-verfication .phone-resend-btn:focus {
    background: #f0c94a !important;
    border-color: #e6bc3c !important;
    color: #4a3c0a !important;
}

.telephone-verfication .phone-resend-btn:disabled {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .telephone-verfication .phone-verify-code-group,
    .telephone-verfication .phone-verify-actions,
    .telephone-verfication .phone-resend-btn {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    .telephone-verfication .phone-verify-submit-btn {
        padding: 10px 12px !important;
        font-size: 13px;
    }

    .telephone-verfication .phone-resend-btn {
        margin-top: 0;
        font-size: 13px;
    }

    .telephone-verfication .phone-verify-actions {
        margin-top: 18px;
    }
}
