.main-header {
    background-color: #343a40;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.content-wrapper {
    background-color: #fff;
}

.main-sidebar,
.layout-fixed .brand-link {
    width: 300px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Chọn";
}

.form-group.required label:after {
    content: "*";
    color: red;
    padding-left: 3px;
}

.home_title {
    background-image: url("../images/farm.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: red;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
}

.img-title {
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 40%;
}

.img-title img {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    height: 180px;
}

.page_title {
    height: 180px;
    /* Equals maximum image height */
    line-height: 100% !important;
}

.page_title h1 {
    vertical-align: middle;
    font-size: 50px;
    line-height: 100% !important;
}


/*.media_frame{*/


/*    position: relative;*/


/*    overflow: hidden;*/


/*    width: 100%;*/


/*    padding-top: 58.25%; !* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) *!*/


/*}*/


/* Then style the iframe to fit in the container div with full height and width */


/*.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    !*border: solid 22px #0f7ec5;*!
}*/

.home_meeting_name {
    color: yellow;
    font-family: "Times New Roman", Times, serif;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1), rgba(255, 0, 0, 1), rgba(255, 0, 0, 1), rgba(255, 0, 0, 1));
}

td {
    font-family: "Times New Roman", Times, serif;
}

.address-meeting {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    background-image: none;
    left: 0;
    bottom: 0;
    color: yellow;
    font-family: "Times New Roman", Times, serif;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgba(255, 0, 0, 1), rgba(255, 0, 0, 1), rgba(255, 0, 0, 1), rgba(255, 0, 0, 1));
    text-align: center;
    line-height: 50px;
}

.main-stt {
    text-align: center;
}

@media only screen and (max-width: 3840px) and (min-width: 2000px) {
    .lcd-screen #main-table {
        font-size: 4rem;
    }
    .page_title h1 {
        font-size: 8rem;
    }
    .home_meeting_name {
        font-size: 4rem;
    }
}

@media all and (max-width: 1200px) {
    .img-title img {
        right: 0;
    }
    .page_title h1 {
        font-size: 40px;
    }
}

@media all and (max-width: 991px) {
    .page_title h1 {
        font-size: 40px;
        line-height: unset;
        padding-top: 0 !important;
    }
    .d-flex.mobile-inline-block {
        display: inline-block !important;
        width: 100%;
    }
    .tbl_meeting_info {
        position: relative;
    }
    .media_frame {
        height: auto !important;
    }
    .main-table-box {
        height: auto !important;
    }
    .main-stt {
        width: 30px;
    }
    #main-table thead tr th {
        font-size: 16px;
        border-right: 1px solid #dee2e6;
    }
    #main-table thead tr th:last-child {
        border: none;
    }
    #main-table tbody tr td {
        font-size: 14px;
    }
    #main-table {
        margin-bottom: 50px !important;
    }
}

@media all and (max-width: 768px) {}

@media all and (max-width: 575px) {
    .page_title h1 {
        font-size: 24px;
    }
    .home_title {
        height: 100px;
    }
    .img-title {
        height: 100px;
    }
    .img-title img {
        margin-top: 0;
        height: 100px;
    }
    .page_title {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .content-wrapper,
    .main-header,
    .main-footer {
        margin-left: 300px!important;
    }
}

a.status {
    cursor: context-menu !important;
}

.tbl_meeting_info th {
    font-family: "Times New Roman", Times, serif;
    color: red;
    text-transform: uppercase;
    padding: 0.9rem;
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.tbl_meeting_info {
    position: absolute;
    right: 0;
    overflow: auto;
}

.config {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}