/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2025/09/18, 11:56:22
    Author     : nhat
*/

.fs12{
    font-size: 12px;
}

.fs14{
    font-size: 14px;
}

.fs16{
    font-size: 16px;
}

.fs40{
    font-size: 40px;
}

.mt5{
    margin-top: 5px !important;
}

.mt10{
    margin-top: 10px !important;
}

.text-center{
    text-align: center !important;
}

.top-msg-error{
    background-color: red;
    color: white;
    padding: 10px 5px;
}

.py5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.pt-30{
    padding-top:30px;
}

.w40p{
    width: 40% !important;
}