.btn.btn-primary {
    background-color: #10325e;
    border-color: #10325e;
}
.btn.btn-outline-primary {
    color: #10325e;
    border-color: #10325e;
}
.btn.btn-danger {
    background-color: #d40708;
    border-color: #d40708;
}
.badge-primary {
    background-color: #10325e;
}
.link-primary {
    color: #10325e;
}

.border-dashed {
    border-style: dashed !important;
}

/* Auth */
.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.otp-input {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.otp-input:focus {
    border-color: #007bff;
    outline: none;
}
/* End of Auth */