
.error_input{
    font-size: 12px;
    color: red;
    display: none;
}
.loading_page {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
}
*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c8d6e5;
}

header {
    box-shadow: 0 4px 10px 0 rgba(40, 40, 40, .25);
}
.header {
    height: 72px;
}
.header .logo img {
    height: 51px;
}
.header .block_right .contact {
    margin-right: 35px;
}
.header .block_right .contact img {
    margin-right: 10px;
}
.header .block_right .contact .info span{
    font-size: 10px;
}
.header .block_right .contact .info b{
    font-size: 13px;
    font-weight: 700;
}
.header .block_right .login button{
    height: 32px;
    border: 1px solid #4DB648;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 6px;
    color: #288340;
    font-size: 12px;
    font-weight: 600;
    background-color: white;
    transition: .3s;
}
.header .block_right .login button:hover{
    background: #237A3A;
    color: #fff;
}
.background_top img {
    width: 75%!important;
}   
.content {
    margin-bottom: 140px;
}
.form_lookup {
    margin: auto;
    margin: 0 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

.parent_table {
    margin: auto;
    margin: 0 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

.title_block b:first-child {
    font-weight: 800;
    font-size: 20px;
    color: #204164;
}
.title_block b:last-child {
    font-weight: 500;
    font-size: 13px;
    color: #2E2E2E;
}

.form_lookup .input label {
    font-weight: 400;
    font-size: 13px;
    line-height: 20.24px;
    color: #2E2E2E;
    margin-right: 8px;
    line-height: 48px;
}

.form_lookup .input label .require {
    color: red;
}

.form_lookup .input input {
    width: 347px !important;
    height: 48px !important;
    border-radius: 5px;
    border: 1.2px solid #CDCDCD;
    padding: 2px 8px;
}
.form_lookup .input input[type="text"]:focus {
    border: 2px solid rgb(180, 180, 241);
    outline: none;
}

.form_lookup .button button {
    width: 172px !important;
    height: 40px !important;
    border-radius: 6px;
    border: none;
    background: linear-gradient(133.02deg, #4db648 3.75%, #2a8341 97.19%);
    border-color: #4db648;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: .4s;
}
.form_lookup .button button:hover {
    border: 1px;
    border-image-source: linear-gradient(0deg, #4db648, #2a8341);
    background: linear-gradient(0deg, #4db648, #2a8341);
}

footer {
    height: 63px;
    background-image: linear-gradient(#1F3C58, #265D8F);
    width: -webkit-fill-available;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 63px;
}
table thead tr th{
    background-color: #D4E5D4!important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
table tbody tr td {
    text-align: center;
}
table.small_table{
    display: none;
}
table.small_table tr td {
    padding-left: 30px;
    height: 35px;
}
.detail_icon i {
    cursor: pointer;
}
@media (max-width: 400px) {
    .header .block_right {
        display: unset!important;
    }
}

@media (max-width: 576px) {
    .background_top img {
        display: none!important;
    }
    .form_lookup {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    .form_lookup .input > div{
        display: unset!important;
    }
    .form_lookup .input input {
        width: -webkit-fill-available!important;
    }

    .title_block b:first-child {
        font-size: 18px;
    }
    .title_block b:last-child {
        font-size: 14px;
    }
    .form_lookup .input label {
        font-size: 12px;
    }
    .header .block_right {
        display: unset!important;
    }
    .header .block_right .login button {
        font-size: 12px;
        padding: 5px 15px;
        height: unset!important;
    }
    .header .block_right .contact {
        margin-right: 3px!important;
    }
    .background_top img {
        display: none!important;
    }
    .form_lookup .input > div{
        display: unset!important;
    }
    .form_lookup .input input {
        width: -webkit-fill-available!important;
    }

    .parent_table {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width: 768px) {
    .header .block_right .login button {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .block_right .contact .info b {
        font-size: 16px;
    }
    .header .block_right .contact img {
        display: none;
    }


    .background_top img {
        width: 550px!important;
    }    
    .form_lookup .input{
        display: unset!important;
    }
    .form_lookup .input > div{
        justify-content: space-between!important;
        padding-top: 30px;
    }
    .title_block{
        margin-bottom: 10px;
    }
    table.big_table{
        display: none;
    }
    table.small_table{
        display: block;
    }
    table tbody tr td {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .background_top img {
        width: 800px!important;
    }
    .form_lookup .input{
        display: unset!important;
    }
    .form_lookup .input > div{
        justify-content: space-between!important;
        padding-top: 30px;
    }
    .title_block{
        margin-bottom: 10px;
    }
}