@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-Bold.woff2') format('woff2'),url('/fonts/GoogleSans-Bold.woff') format('woff'),url('/fonts/GoogleSans-Bold.ttf') format('truetype');font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-Italic.woff2') format('woff2'),url('/fonts/GoogleSans-Italic.woff') format('woff'),url('/fonts/GoogleSans-Italic.ttf') format('truetype');font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-Light.woff2') format('woff2'),url('/fonts/GoogleSans-Light.woff') format('woff'),url('/fonts/GoogleSans-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-MediumItalic.woff2') format('woff2'),url('/fonts/GoogleSans-MediumItalic.woff') format('woff'),url('/fonts/GoogleSans-MediumItalic.ttf') format('truetype');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-Medium.woff2') format('woff2'),url('/fonts/GoogleSans-Medium.woff') format('woff'),url('/fonts/GoogleSans-Medium.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-LightItalic.woff2') format('woff2'),url('/fonts/GoogleSans-LightItalic.woff') format('woff'),url('/fonts/GoogleSans-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-BoldItalic.woff2') format('woff2'),url('/fonts/GoogleSans-BoldItalic.woff') format('woff'),url('/fonts/GoogleSans-BoldItalic.ttf') format('truetype');font-weight:bold;font-style:italic;font-display:swap}
@font-face{font-family:'Google Sans';src:url('/fonts/GoogleSans-Regular.woff2') format('woff2'),url('/fonts/GoogleSans-Regular.woff') format('woff'),url('/fonts/GoogleSans-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Google Sans","Helvetica Neue",sans-serif;
    font-size: 14px;
}
::-webkit-scrollbar {
    -webkit-border-radius: 100px;
    background-color: rgba(0,0,0,0);
    width: 9px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 100px;
    background: rgba(0,0,0,.2)
}

::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 100px;
    background: rgba(0,0,0,.35)
}

::-webkit-scrollbar-thumb:active {
    -webkit-border-radius: 4px;
    background: rgba(0,0,0,.45)
}
body {
font-family: "Google Sans","Helvetica Neue",sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
h1 {
  font-size: 1.5rem;
}
.bold {
    font-weight: 700;
}
button {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}
.thong-tin-hoc-sinh table th, .thong-tin-hoc-sinh table td {
    white-space: nowrap;
}
.thong-tin-hoc-sinh {
    margin-bottom: 50px;
}
div#top_bar {
        background: var(--bs-secondary-bg);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_bar {
    padding: 5px;
    text-align: right;
    font-size: 0.9rem;
    font-style: italic;
}
.image-link {
    text-decoration: none;color: var(--bs-red);
}
table td, table th {
    text-wrap: nowrap !important;
}
.top_bar span.hello_name {
    font-weight: bold;
    font-size: 0.9rem;
}
#header_top a.logo img {
    max-width: 350px;
    width: 100%;
}
#header_top {
    padding: 10px 0;
}

#site_title {
    display: flex;
    align-items: center;
        justify-content: flex-end;
}
#site_title h4 {
    margin:0;
    color: var(--bs-gray-800);
font-size: 1.3rem;
    font-weight: 600;
}
#main_menu {
    padding: 5px 0;
}

nav.main_menu li.nav-item.active a {
    color: #ff005c;
}

#mobi_menu {
    display: none;
}
#mobi_menu button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #000;
}
button.mobi_menu i {
    font-size: 1.4rem;
}

button.mobi_menu {
    width: 50px;
    text-align:left;
}
p.text-danger {
    background: #ff025d0f;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #ff005c69;
}
.offcanvas-header button.btn-close {
    width: 100% !important;
    text-align: right;
}

.offcanvas-header button.btn-close i {
    font-size: 1.5rem;
}

.offcanvas-body {}

.offcanvas-body nav.nav.flex-column {
    gap: 15px;
}

.offcanvas-body nav.nav.flex-column li.nav-item.active {
    background: #e5f0ff;
    border-radius: 50px;
}

.offcanvas-body nav.nav.flex-column li.nav-item a {
    color: #000;
    font-size: 1.25rem;
}

.offcanvas-body nav.nav.flex-column li.nav-item a i {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

.offcanvas-body nav.nav.flex-column li.nav-item a {
    display: flex;
    flex-wrap: nowrap;
}
nav.main_menu li a {
    color: #0021c4;
}
nav.main_menu li a i {
    margin-right:8px;
}
.page_header {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.page_header h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    padding: 10px;
    background-color: #ff005c;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

#back-to-top-btn:hover {
    background-color: #0056b3;
}
button#back-to-top-btn i {
    position: absolute;
    margin-top: -7px;
    left: 12px;
}

.toado-form {
    background: #dee2e6a1;
    padding: 10px;
    border-radius: 10px;
}
.dang-nhap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background: #dde5f4;
    height: 100vh;
}

form#loginForm {
    background: #f1f7fe;
    position: relative;
    max-width: 400px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 2em #e6e9f9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
display: grid;
    grid-row-gap: 10px;
}
#login-logo {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div#login-logo img {
    max-width: 100%;
}
/* Xem ảnh popup*/
.popup-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
    }

    .popup-image {
        max-width: 90%;
        max-height: 90%;
        border: 3px solid #b1b1b1;
		border-radius: 10px;
    }

    .popup-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #000;
        font-size: 16px;
        background: var(--bs-gray-400);
        padding: 5px 12px;
        border-radius: 10px;
    }
.table_header {
    --bs-table-bg: #0d6efd;
    --bs-table-color: #fff;
}
.table-content {
    width: 100%;overflow-x: scroll;
}
div#fillter_nhatky div {
    margin-bottom: 15px;
}
div#fillter_nhatky label {
    font-size:0.95rem
}
form.form-thongtinhs > .form-group {
    background: #75757517;
    margin: 15px 0;
    padding: 10px;
    border-radius: 10px;
}

div#form-thongtinhs {
    max-width: 500px;
    margin: 0 auto;
}

form.form-thongtinhs button, form.donxinphep button {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
form#editForm .form-group {
    margin-bottom: 20px;
}
.popup-tieude {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width:768px) {
    #header_top {
        display: grid;
        justify-content: center;
        grid-template-rows: 1fr;
        grid-row-gap: 10px;
    }
    #site_title {
    text-align: center;
justify-content: center;
}
    #main_menu {
        display: none
    }
  #mobi_menu {
    display: block !important;
}
.table-content {
    overflow-x: scroll;
}
}
@media (max-width:576px) {
    div#fillter_nhatky {
        display: grid;
    }
    
    #fillter1 {
        grid-column: 1/3;
    }
    #fillter2 {
        grid-column: 3/5;
    }
    #fillter3 {
        grid-column: 5/7;
    }
    #fillter4 {
        grid-column: 1/4;
    }
    #fillter5 {
        grid-column: 4/7;
    }   
}
@media (max-width:450px) {
    div#fillter_nhatky {
        display: grid;
    }
    
    #fillter1 {
        grid-column: 1/3;
    }
    #fillter2 {
        grid-column: 3/5;
    }
    #fillter3 {
        grid-column: 1/3;
    }
    #fillter4 {
        grid-column: 3/5;
    }
    #fillter5 {
        grid-column: 1/5;
    }   
}

.maudon_bieungu {
    text-align: center;
    font-weight: 700;
}

.maudon_tieude {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 15px 0;
}

.maudon_nguoinhan {
    padding-left: 15px;
    line-height: 2;
}

.maudon_nguoigui {
    line-height: 2;
}
#detailModal #detailContent {
    max-width: 794px;
    margin: 0 auto;
}
.container.don-cua-toi {
    overflow-x: scroll;
    margin-bottom: 50px;
}
.maudon_chuky {
    overflow: hidden;
}
@page {
    size: A4;
/* size: A4 landscape;*/
    margin: 15mm;
}
@media print {
    * {
        font-family: time New Roman;
font-size: 16px;
    }
    .hide-in-print {
    display: none;
  }
}