/**
 * @Project NUKEVIET 4.x
 * @Author DACLOI.,JSC <saka.dacloi@gmail.com>
 * @Copyright (C) 2023 DACLOI.,JSC. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Fri, 23 Jun 2023 14:05:16 GMT
 */

 .m-auto {
    margin: auto;
 }

/* result */

.resultSearch {
    -ms-grid-columns: 45% 55%;
    -ms-grid-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -ms-grid;
    display: grid;
    font-family: notosans-regular;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto;
    margin: 20px 0;
    padding: 20px;
}

.resultSearch>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.resultSearch__left-sbd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background: url(https://static-images.vnncdn.net/files/2022/6/2/bg-result.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #447ec5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px;
    height: 246px;
    justify-content: center;
    line-height: 18px;
    margin: auto;
    text-align: center;
    width: 246px;
}

.resultSearch__left-sbd .font-bold {
    font-family: notosans-bold;
    font-size: 42px;
    line-height: 60px;
    margin: 5px 0 25px;
}

.resultSearch__left-info {
    color: #447ec5;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}

.resultSearch__left-info .edu-institution {
    margin: 20px 0;
}

.resultSearch>:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.resultSearch__right {
    margin-left: 20px;
}

.resultSearch__right table {
    table-layout: auto;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.resultSearch__right table thead tr th {
    background: #e6eef2;
    border: 1px solid #e2e2e2;
    font-family: notosans-bold;
    padding: 15px 10px;
    text-align: center;
}

.resultSearch__right table tbody tr td:first-child {
    font-family: notosans-bold;
}

.resultSearch__right table tbody tr td {
    border: 1px solid #e2e2e2;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 10px;
    text-align: center;
}

.search-form label {
    cursor: pointer;
    height: 38px;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 3px 6px 3px 32px;
    font-size: 16px;
    color: #fff;
    background: #6c757d url(https://static-cms-giaoducthoidai.epicdn.me/v1/web/styles/img/icon-search__ver3.png) center left 10px/17px no-repeat;
    border-radius: 0 0.25rem 0.25rem 0;
}

.form-search {
    -ms-grid-columns: 80% auto 0px;
    background: #d1e0da;
    border-radius: 5px;
    display: -ms-grid;
    display: grid;
    font-size: 15px;
    grid-template-columns: 80% auto 0px;
    line-height: 18px;
    margin: 20px 0;
    padding: 20px;
}

.form-search :last-child * {
    border-radius: 0 5px 5px 0;
}
.form-search  .btn-submit {
    background: #447ec5;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: notosans-bold;
    font-weight: 700;
    height: 100%;
    outline: none;
    padding: 0 10px;
    width: 100%;
}

.form-search .input-search {
    border: none;
    height: 100%;
    outline: none;
    padding:10px;
    width: 100%;
}

/* result */

.resultSearch {
    -ms-grid-columns: 45% 55%;
    -ms-grid-rows: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    display: -ms-grid;
    display: grid;
    font-family: notosans-regular;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto;
    margin: 20px 0;
    padding: 20px;
}

.resultSearch>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

.resultSearch__left-sbd {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background: url(https://static-images.vnncdn.net/files/2022/6/2/bg-result.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #447ec5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px;
    height: 246px;
    justify-content: center;
    line-height: 18px;
    margin: auto;
    text-align: center;
    width: 246px;
}

.resultSearch__left-sbd .font-bold {
    font-family: notosans-bold;
    font-size: 42px;
    line-height: 60px;
    margin: 5px 0 25px;
}

.resultSearch__left-info {
    color: #447ec5;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}

.resultSearch__left-info .edu-institution {
    margin: 20px 0;
}

.resultSearch>:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.resultSearch__right {
    margin-left: 20px;
}

.resultSearch__right table {
    table-layout: auto;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.resultSearch__right table thead tr th {
    background: #e6eef2;
    border: 1px solid #e2e2e2;
    font-family: notosans-bold;
    padding: 15px 10px;
    text-align: center;
}

.resultSearch__right table tbody tr td:first-child {
    font-family: notosans-bold;
}

.resultSearch__right table tbody tr td {
    border: 1px solid #e2e2e2;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 10px;
    text-align: center;
}


.d-md-flex.justify-content-between.phodiem {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.d-flex.justify-content-evenly {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-item.form-check {
    padding: 10px 50px;
}

.me-2 {
    margin-right: 10px!important;
}
.months-select label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgb(73 76 79 / 25%)!important;
    outline: none;
    border: 0px;
    padding: 6px 10px;
    margin-right: -4px;
    margin-bottom: 0 !important;
}

select#list-city,
select#list-subject{
    padding: 7px;
    --bs-bg-opacity: 0.1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(108, 117, 125,0.1)!important;
    outline: none;
    border: 0px;
}

@media only screen and (max-width: 600px) {
    .resultSearch {
        grid-template-columns: 1fr !important;
        gap: 20px!important;
        padding: 5px 1px !important;
    }
    .resultSearch__right {
        margin-left: 0px !important;
    }
    .form-search {
        -ms-grid-columns: 67% auto 0px;
       
        grid-template-columns: 67% auto 0px;
    }
    .d-md-flex.justify-content-between.phodiem {
        justify-content: start;
        flex-wrap: wrap;
    }
    .months-select {
        margin: 5px 0;
    }
    select#list-city{
        padding: 7px 0;
        width: 77%;
    }
  }