﻿.user-btn
{
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
    background: #1358a0 !important;
    border: 1px solid #1358a0 !important;
    font-weight: 500;
    color: #fff;
}

.user-btn:hover
{color:#fff;
    }
.logout-btn
{
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
    background: #1358a0 !important;
    border: 1px solid #1358a0 !important;
    font-weight: 500;
    font-size: 13px;
}

.custom-btn-open
{
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
    font-size: 14px;
}


.top_tel_right
{
    float: right;
    padding: 5px;
    border: none;
    cursor: pointer;
    background: #1358a0;
    color: white;
    border-radius: 5px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
}

.custom-modal-content h2
{
    color: #000 !important;
}

.custom-modal-content p
{
    color: #000 !important;
}


/* Nền tối mờ */
.custom-modal
{
    display: none; /* Ẩn modal mặc định */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Hộp modal */
.custom-modal-content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    min-width: 300px;
}

/* Nút đóng */
.custom-close
{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
}

/* Nút mở & đóng */
.custom-btn-open, .custom-btn-close, .custom-btn-logout
{
    border: none;
    cursor: pointer;
    background: #1358a0;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
}
.custom-close-btn
{
    background: #fff;
    /* float: right; */
    /* height: 30px; */
    width: 40%;
    border: 1px solid #fff;
    color: #1358a0;
    /* text-align: left; */
    font-size: 14px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
}
.custom-btn-logout
{
    background: #f7660f;
}

/*=============*/

.login-form h1
{
    font-size: 1.2em;
    text-align: center;
    color: #1358a0 !important;
    margin-bottom: 30px;
    font-weight: normal;
    font-weight: 900;
    font-size: 16px;
}
.login-form .social-icon
{
    width: 100%;
    font-size: 20px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    float: left;
}
.login-form
{
    background: #fff;
    width: 450px;
    border-radius: 6px;
    margin: 0 auto;
    display: table;
    padding: 0px 10px;
    box-sizing: border-box;
}
.form-group
{
    float: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
}
.login-form .input1
{
    width: 100%;
    padding: 5px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 50px;
    color: #000;
}
.login-form .form-group .input-icon
{
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    height: 100%;
    padding-left: 20px;
    color: #666;
}
.login-btn
{
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
}
.login-form .login-btn
{
    background: #1358a0;
    margin: 11px 50px;
    border-color: #1358a0;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    font-size: 1em;
    border: 1px solid #1358a0;
    border-radius: 8px;
    width: 50%;
    height: 30px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.login-form .reset-psw
{
    float: left;
    width: 50%; /* text-decoration: none; */
    color: #1358a0 !important;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin: 2px 10px 0px 0px; /* height: 22px; */
    text-align: right;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif !important;
}
.login-form .social-icon button
{
    font-size: 20px;
    color: white;
    height: 50px;
    width: 50px;
    background: #1017e3;
    border-radius: 60%;
    margin: 0px 10px;
    border: none;
    cursor: pointer;
}
.login-form button:hover
{
    opacity: 0.9;
}
.login-form .seperator
{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    margin: 50px 0 0;
}
.login-form .seperator b
{
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
}
.login-form p
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
}
@media screen and (max-width:767px)
{
    .login-form
    {
        width: 90%;
        padding: 15px 15px 30px;
    }
}
.imgcontainer
{
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar
{
    width: 5em;
    width: 350px;
    lenght: 40px; /* height: 80px; */ /* border-radius: 50%; */
    margin: 0px 0px 10px 0px;
}



.close-btn
{
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.close-btn:hover
{
    color: red;
}
@media screen and (max-width:932px)
{

    .custom-btn-open, .custom-btn-close, .custom-btn-logout
    {
        font-size: 12px !important;
    }


}
@media screen and (max-width:932px)
{
    .top_tel_right
    {
        font-size: 10px;
    }
}

@media (max-width: 925px)
{

    .logout-btn
    {
        font-size: 10px;
    }
}
