#loading {
    background-color: white;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    z-index: 1000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
}
#loading img {
    margin: auto;
    display: block;
    top: calc(50% - 100px);
    left: calc(50% - 10px);
    position: absolute;
    z-index: 999999;
}
#groupSearch{
    margin-bottom: 10px;
}
#txtSearch {
    float: left;
}
#btn-grid label {
    white-space: nowrap;
    margin-right: 5px;
    margin-top: 5px;
}
#btnSearch {
    color: #fff;
    background-color: #1e931e;
}
#pagination {
    font-size: 12px;
}
.schedule {
    padding-right: 11px;
    padding-top: 35px;
    margin: 0 auto;
    justify-content: center;
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 20px;
}
.schedule .select-blog {
}
.schedule .select-blog .nav-blog ul {
    padding-left: 0;
}
.schedule .select-blog .nav-blog{
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.40) 0%, rgba(255, 255, 255, 0.00) 10.70%);

    padding: 0;
}
.schedule .select-blog .nav-blog .show-select {
    color: #212529;
    font-family: var(--second-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.schedule .select-blog .nav-blog .show-select p{
    display: flex;
    gap: 15px;
    align-items: center;
}
.schedule .select-blog .nav-blog .show-select i{
    display: none;
}
.schedule .select-blog .nav-blog .show-select.open i {
    transform: rotate(90deg);
    transition: all 0.2s linear;
}
.schedule .select-blog .nav-blog .nav-tour-blog a {
    color: #212529;
    font-family: var(--second-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.schedule .select-blog .nav-blog .nav-tour-blog  {
    display: grid;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0;
}
.schedule .select-blog .nav-blog .nav-tour-blog button {
    position: relative;
    border: none;
    border-top: 2px solid #F4F4F4;
    outline: none;
    text-align: left;
    padding: 8px;
    padding-left: 5px;
    background-color: transparent;
    font-size: 16px;
    font-family: var(--second-font);
    cursor: pointer;
    transition: all 0.25s linear;
    color: #212529;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.schedule .select-blog .nav-blog .nav-tour-blog button {
    font-family: var(--second-font);
    font-size: 16px;
    padding: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.schedule .select-blog .nav-blog .nav-tour-blog button.native {
    border-left: 5px solid #D4000E;
    color: #D4000E;

}

.schedule .results{
    position: relative;
}
.schedule .results .title-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.schedule .results .title-main .title-text{
    width: 85%;
}

.schedule .results .title-main .grid-filter {
    position: relative;
    display: flex;
    align-items: center;
}
.schedule .results .title-main .grid-filter button{
    border-radius: 100px;
    border: 1px solid #D4000E;
    background: #FFF;
    color: #D4000E;
    padding: 7px;
    font-family: var(--second-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.results .title-main h2 {
    color: #212529;
    font-family: var(--second-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 10px 0 0;
    text-align: center;
}
.results .child-carousel{
    margin: 10px auto;
    border: 2px solid #CCC;
    border-right: none;
    border-left: none;
}
.results .child-carousel button {
    top: 30%;
}
.results .child-carousel button img{
    width: 30px !important;
}
.results .child-carousel .slide-blog .calendar{
    display: flex !important;
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
    align-items: center;
}

.results .child-carousel .slide-blog .active{
    background: #FFEDEF;
    border-bottom: 3px solid #D4000E;
    gap: 3px
}
.results .child-carousel .slide-blog .active .day {
    display: flex;
    background: #D4000E;
    color: #FFF !important;
    border-radius: 50%;
    padding: 5px 0;
    width: 25%;
}
.results .child-carousel .slide-blog .calendar .date{
    color: #555;
    font-family: var(--second-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.results .child-carousel .slide-blog .calendar .day {
    color: #4AA3F5;
    font-family: var(--second-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.results .child-carousel .slide-blog .calendar span{
    pointer-events: none;
    display: flex;
    justify-content: center;
}
.results .list-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.results .list-search .btn-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    gap: 30px;
}
.results .list-search .btn-filter button {
    line-height: normal;
    position: relative;
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: transparent;
    color: #252525;
    font-family: var(--second-font);
    cursor: pointer;
    transition: all 0.25s linear;
    border-bottom: 2px solid transparent;
}

.results .list-search .btn-filter button.active-sports {
    color: #D4000E !important;
     border-bottom: 2px solid #d4000e;
    transition: all 0.25s linear;
}

.schedule .results .list-search .btn-filter button:hover {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: transparent;
    color: #252525;
    font-family: var(--second-font);
    cursor: pointer;
    border-bottom: 2px solid #c7959a;
}
.schedule .results img{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
}
.schedule .results .table-title{
    display: flex;
    align-items: center;
    height: 50px;
    color: #FFF;
    font-family: var(--second-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
    background: url('/assets/img/Group6360.png');

    /*background-image: url('../cut_figma/image/Group6360.png');*/
}
.results .results-table .table-striped .time{
    color: #3182E2;
}

.results .results-table .table-striped img{
   width: 20%;
}
.results .results-table .table-striped .list{
    text-align: center;
}
.results .results-table .table-striped .list span{
    background-color: #4AA3F5;
    padding: 7px 15px;
    border-radius: 100px;
    text-align: center;
    color: #FFF;
    font-family: var(--second-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.results .results-table .table-striped .list .score{
 display: flex;
}
.results .results-table .table-striped a {
    font-family: var(--second-font);
    font-size: 15px;
    padding: 0 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-footer {
    margin-top: 0;
}
.table-striped{
    margin-bottom: 0;

}
.results-table.hide {
    display: none;
}
.results .results-table .table-striped tbody td {
    font-family: var(--second-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    max-width: 140px;
}
.fade .modal-dialog .modal-body{
    background-color: #F2F2F2;

}
.fade .modal-dialog .modal-content {
    margin-top: 150px;
}
.fade .modal-dialog .modal-header {
    /*background: url(/image/Group6362.png);*/
    background-image: url('/assets/img/Group6362.png');
}
.fade .modal-dialog .modal-header h5{
    color: #FFF;
    font-family: var(--second-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 auto;

}
.fade .modal-dialog .modal-header .btn-close{
    color: white;
}
.fade .modal-dialog .modal-body .table-bordered{
    margin: 0;
}
.fade .modal-dialog .modal-body td{
    text-align: center;
    max-width: 80% ;
    border: 5px solid #F2F2F2;
    color: #212529;
    font-family: var(--normal-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1400px) {
    .results .title-main h2 {
        font-size: 20px;
    }

    .schedule .select-blog .nav-blog .show-select i {
        display: flex;
    }

    .schedule .select-blog .nav-blog .nav-tour-blog {
        display: none ;
    }
    .schedule .select-blog .nav-blog .show-select.open~.nav-tour-blog{
        display: grid;
    }
    .results .results-table .table-striped img {
        width: 40%;
    }

}
.schedule .results .list-search .btn-filter button.active {
    color: #D4000E !important;
    border-bottom: 2px solid #d4000e;
    transition: all 0.25s linear;
}
/*Lich*/
#btnTieuChuanChiaBang {
    margin-left: 10px;
    background: #ad6121;
    border: 1px solid #4e0707;
}
.form-switch .btn-success, .form-switch .btn-secondary {
    width: 180px;
}
.section, .section--lg {
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    display: block;
}
.section-title {
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 10px 0;
    width:100%;
}
.sTitle{
    font-size: 16px;
    font-weight:bold;
}
.fl-table tbody tr td:first-child {
    text-align: left;
}
.fl-table tbody tr td:nth-child(2) {
    text-align: right;
}
.fl-table tbody tr td:nth-child(4) {
    text-align: left;
}
.fl-table thead th:first-child {
    width: 11%;
}
.fl-table thead th:nth-child(2) {
    width: 32%;
}
.fl-table thead th:nth-child(3) {
    width: 11%;
}
.fl-table thead th:nth-child(4) {
    width: 32%;
}
.fl-table tbody input {
    width: 40%;
}
.chonDoi {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 0.5px solid #bababa;
    background-color: #fff;
    width: 100%;
}
#grHeader {
    width: 100%;
    margin: 10px 70px 5px 70px;
    position: relative;
}
.form-switch {
    float: right;
}
.grTaoLich {
    float: left;
    position: relative;
}
.tenVong {
    width: 100%;
    padding: 5px;
    color: #fff;
    background-color: #009000;
    text-align: center;
    font-weight: bold;
}
.table-wrapper {
    margin: 10px 10px 40px 10px;
    box-shadow: 0px 25px 40px rgba( 0, 0, 0, 0.2 );
}
.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}
.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}
.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 15px;
    height: 43px;
}
.fl-table thead th {
    color: #ffffff;
}
.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
.grbtn {
    text-align: center;
}
.grbtn button {
    font-size: 18px;
    font-family: sans-serif;
    padding: 8px 15px;
}
select:disabled {
    color: #000;
    opacity: 1;
    user-select: text;
}
.tbLichThiDau td input:disabled {
    background-color: #fff;
    color: #000;
    border: 1px solid #909090;
    user-select: text;
}
#mbKQ .mright {
    width: 50px;
    float: right;
}

#mbKQ .mleft {
    width: 50px;
    float: left;
}
.input-group {
    padding-bottom: 16px;
}
.setdau{
    padding-right: 0px;
}
#kqCacSet {
    margin-top: 15px;
    clear: both;
    display: block;
}
.colon {
    width: 10px;
}
.text-center {
    text-align: center;
}
.showSet .content {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.setTitle:after {
    clear: both;
}
#updateMatch {
    padding: 20px 10px;
    position: relative;
    z-index: 3;
    margin: 0px 40px 0 40px;
    border: 1px solid #9a9a9a;
}
#updateMatch input{
    border: 1px solid #000;
}
#mbKQ {
    color: #000;
}
.clearfix::before {
    content: " ";
    display: table;
}
.lblVDV {
    font-weight: bold;
    color: #008000;
}
.colon{
}
.grInput{
    width: 40px;
}
.bangDau {
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    font-size: 17px;
    color: #cc0000;
}
.vdv1, .vdv2{
    width: 100%;
    height: 35px;
}
.grSet{
    margin-top: 10px;
}
#doi1{
    text-align: right;
}
#doi2{
    text-align:left;
}
.lblTranDanh {
    text-align: right;
    margin-top: 4px;
}
.grTranDanh {
    display: flex;
    margin-top: 10px;
    font-weight: bold;
}
.input-group select{
    height: 35px;
}
.grSet{
    display: flex;
}
#kq1, #kq2 {
    border: 1px solid #ff0000 !important;
    font-weight: bold;
    color: #d5081a;
    font-size: 17px;
}
.doi{
    color: #000;
}
.zlich {
    margin-top: 15px;
    color: #21700f;
}
@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child {
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}