
.bg-color{
    background-color: rgb(255, 255, 255) !important;
}

.rounded-btn {
    border-radius: 999px !important;
}

.rounded-input {
    border-radius: 16px !important;
}


.btn-main{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
}



.product-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
}

.toggle-password {
    cursor: pointer;
}

.toggle-password i {
    width: 16px;
}




.bl-2 { border-left-width: 2px !important; }
.bl-4 { border-left-width: 4px !important; }
.bl-8 { border-left-width: 8px !important; }
.bl-12 { border-left-width: 12px !important; }



footer {
    font-size: 13px;
    line-height: 1.6;
    color: #6c757d;
}


/* ===== BUTTON SYSTEM ===== */


.btn-info.btn-block {
    border-radius: 12px;
    padding: 10px 14px; /* tăng chiều cao nhẹ */
    font-weight: 600;
}
.btn-warning.btn-block {
    border-radius: 12px;
    padding: 10px 14px; /* tăng chiều cao nhẹ */
    font-weight: 600;
}
.btn-secondary.btn-block {
    border-radius: 12px;
    padding: 10px 14px; /* tăng chiều cao nhẹ */
    font-weight: 600;
}

/* Icon trong button */
.btn i {
    margin-right: 6px;
}

/* Text link (back, cancel) */
.back-link {
    font-size: 14px;
    color: #6c757d;
    text-decoration: none;
}

.sub-link {
    font-size: 14px;
    cursor: pointer;
}

.back-link:hover {
    color: #17a2b8;
    text-decoration: none;
}


.form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.hint {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}


.form-control[readonly] {
    background: #f8fafc;
    cursor: not-allowed;
}

.badge-verified {
    background: #e6f9f0;
    color: #0f9d58;
    font-weight: 600;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 12px;
    margin-left: 6px;
}
