/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Oct 19, 2023, 11:03:16 PM
    Author     : phanl
*/
.header_text_size_small{
    font-size: 18px;
    font-weight: 400;
}
.header_text_size_medium{
    font-size: 24px;
    font-weight: 400;
}
.header_text_size_large{
    font-size: 32px;
    font-weight: 400;
}

.btn__download--information {
    background-color: #04AA6D;
    color: white;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border: none;
    padding: 10px 30px;
}

/*sidebar*/
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #676161;
    overflow-x: hidden; 
    transition: 0.5s; 
    opacity: 0; 
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: white;
    display: block;
    transition: 0.3s;
}

/* Khi sidebar mở */
.sidenav.open {
    width: 250px; 
    opacity: 1;
}

.btn--sidebar-page {
    background-color: unset;
    border: none;
    font-size: 24px;
}

#closeNav {
    display: flex;
    color: white;
    justify-content: right;
    padding: 10px;
}
@media (max-width: 376px) {
    .form_captcha {
        flex-direction: column !important;
        align-items: stretch;
    }
}