body {
    font-family: "Plus Jakarta Sans", Arial;
    font-size: var(--fs-14);
    color: var(--Light_mode-Gray_Scale-5);
    background: var(--Light-Primary-95);
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; */
}
.width-275 {
    width: 275px;
}
.width-310 {
    width: 310px;
}
.disable {
    cursor: not-allowed!important;
    opacity: 0.3;
}
/* BEGIN c-form-border */
.c-form-border {
    transition: border-color 0.3s ease-in-out;
    border-radius: 6px;
    border: 0.5px solid var(--Light_mode-Gray_Scale-70);
    background: var(--Light_mode-Gray_Scale-100);
    cursor: pointer;
}
.c-form-border .c_input {
    padding: var(--sp-12);
    transition: 0.5s;
    height: 100%;
    cursor: pointer;
    border-radius: 6px;
}
.c-form-border .c_input:disabled {
    background: var(--Light_mode-Gray_Scale-90);
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--Light-Primary-50);
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    transition: 0.5s;
}
.c-form-border--label:not(.is-empty) .c_label,
.c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: var(--Light-Primary-50);
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: var(--Light-Primary-50);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 0px 2px 0px #52b8ff;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: var(--Light-Quaternary-50);

    /* red */
    box-shadow: 0px 0px 2px 0px #f44336;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}
.c-form-border textarea.c_input+.c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}
.c-form-border i {
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--Light_mode-Gray_Scale-70);
    cursor: pointer;
}
.c-form-border .ts-control {
    border: none !important;
    padding: 10px var(--sp-12) !important;
}
.c-form-border .ts-control input::placeholder {
    color: #999;
}
.c-form-border:not(.disableSelect) .multi .ts-control::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
    /* color: #666; */
}
.c-form-border .ts-control .remove {
    padding: 0 5px 5px 5px !important;
}
.form-box {
    position: relative;
    margin-bottom: var(--sp-16);
}
.form-box label {
    position: relative;
    margin-bottom: var(--sp-8);
    display: block;
}
.form-role {
    display: flex;
    flex-wrap: wrap;
    gap: 0 var(--sp-32);
    margin-top: 0.715em;
}
.form-role .c-radio {
    margin: 0;
}
.form-button {
    margin-top: var(--sp-32);
}
.form-button .c-checkbox label {
    justify-content: flex-end;
}
.form-box .label .c-checkbox {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
textarea {
    border-radius: var(--radius-8);
    border: none;
    display: block;
    padding: var(--sp-16);
    width: 100%;
    outline: none;
    resize: vertical;
    line-height: 1.6;
}
textarea:focus {
    border-color: var(--Light-Primary-50);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 0px 2px 0px #52b8ff;
}
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: var(--Light-Primary-50);
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: "";
    display: block;
    border-radius: 100%;
    background-color: var(--Light-Primary-50);
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type="radio"] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type="radio"]:checked~.c_tick {
    border-color: var(--Light-Primary-50);
    opacity: 1;
}
.c-radio input[type="radio"]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type="radio"]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type="radio"][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type="radio"][disabled]~.c_tick::before {
    opacity: inherit;
}

/* END c-radio */
/* END c-form-border */

#modalAddClass #end-date-auto, #modalAddClass .autoDate {
    display: none;
}

.c-button-1 {
    border-radius: var(--radius-8);
    background: var(--Light-Primary-50);
    padding: 10px 24px 12px;
    color: var(--Light-Primary-95);
    font-weight: 500;
    text-transform: none;
    font-size: var(--fs-16);
    display: inline-flex;
    gap: var(--sp-8);
    box-shadow: none;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
.c-button-1:hover {
    background-color: var(--Light-Primary-60);
}
.c-button-1.small {
    font-size: var(--fs-14);
    padding: 8px 12px;
    margin-left: 5px;
}
.c-button-2 {
    border-radius: var(--radius-8);
    border: 1px solid var(--Light_mode-Gray_Scale-70, #ccc);
    padding: 7px 12px;
    color: var(--Light_mode-Gray_Scale-20);
    background-color: #fff;
    font-weight: 500;
    text-transform: none;
    font-size: var(--fs-14);
    display: inline-block;
    box-shadow: none;
    text-align: center;
    transition: 0.5s;
    cursor: pointer;
}
.c-button-2:hover {
    background-color: var(--Light_mode-Gray_Scale-95);
}
.sort {
    position: relative;
}
.sort-dropdown {
    position: absolute;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 39, 65, 0.2);
    width: 200px;
    right: 0;
    top: 40px;
    padding: var(--sp-8) var(--sp-8) 0;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}
.sort-dropdown.active {
    opacity: 1;
    pointer-events: visible;
}
.noti {
    position: fixed;
    top: 20px;
    right: -100px;
    z-index: -1;
    visibility: hidden;
    width: 280px;
    transition: 0.5s;
    border-radius: var(--radius-8);
    padding: var(--sp-16);
    opacity: 0;
    transition: 0.5s;
}
.noti.active {
    right: 20px;
    z-index: 9999;
    visibility: visible;
}
.noti.success {
    border: 1px solid var(--Light-Seventh-50);
    background: var(--Light-Seventh-95, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%));
}
.noti.error {
    border: 1px solid var(--Light-Quaternary-50);
    background: var(--Light-Quaternary-95, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%));
}
.noti_top {
    display: flex;
    align-items: center;
    margin-bottom: var(--sp-8);
    gap: var(--sp-8);
}
.noti_top i:first-child {
    color: var(--Light-Seventh-50);
    font-size: var(--fs-20);
}
.noti h3 {
    color: var(--Light-Seventh-50);
    font-weight: 600;
    font-size: var(--fs-14);
}
.noti.error h3 {
    color: var(--Light-Quaternary-50);
}
.noti.error .noti_top i:first-child {
    color: var(--Light-Quaternary-50);
}
.noti p {
    color: var(--Light_mode-Gray_Scale-40);
    font-size: var(--fs-12);
    line-height: var(--line-height-16);
    letter-spacing: var(--letter-spacing-12);
    margin-bottom: 0;
}
.noti.active {
    right: 20px;
    opacity: 1;
}
.layout {
    display: flex;
    /* gap: var(--sp-32); */
    /* padding-right: var(--sp-32); */
}
.sidebar {
    width: 260px;
    flex: 1 0 auto;
    background-color: #fff;
    height: 100vh;
    padding: var(--sp-32) var(--sp-16);
}
.sidebar-close {
    display: none;
}
.sidebar img {
    height: 32px;
    margin-bottom: var(--sp-48);
    margin-left: var(--sp-16);
}
.sidebar ul li {
    margin-bottom: var(--sp-16);
}
.sidebar ul li a {
    display: flex;
    align-items: center;
    gap: var(--sp-8);
    padding: var(--sp-12);
    border-radius: var(--radius-8);
    border: 1px solid transparent;
    transition: 0.5s;
    text-transform: capitalize;
}
.sidebar ul li a i {
    transform: translateY(1px);
    color: #0f5484;
    transition: .5s;
}
.sidebar ul li a:hover,
.sidebar ul li.active a {
    border-color: var(--Light-Primary-70);
    background: var(--Light-Primary-50);
    color: #fff;
}
.sidebar ul li a:hover i,
.sidebar ul li.active a i {
    color: #fff;
}
.sidebar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.layout-content {
    width: calc(100% - 260px);
    padding-left: var(--sp-32);
    padding-right: var(--sp-32);
}
.layout-box {
    border-radius: var(--radius-20);
    background: var(--Light_mode-Gray_Scale-100);
    padding: var(--sp-16) var(--sp-24);
    margin-bottom: var(--sp-24);
}
.layout-box-2 {
    border-radius: var(--radius-20);
    background: var(--Light_mode-Gray_Scale-100);
    padding: var(--sp-32);
    width: 60%;
    margin: var(--sp-48) auto;
}
.layout-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--sp-32);
}
.layout-top .headline-1 {
    margin-bottom: 0;
}
.layout-top .c-button-1 {
    padding: 16px 24px 16px;
}
.layout-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-8);
}
.layout-filter .untab {
    flex: 1 0 auto;
    margin-right: auto;
}
.layout-filter .form-group {
    width: 30%;
    margin-bottom: 0;
}
.layout-filter.class .form-group {
    width: 250px;
}
.layout-filter .untab ~ .form-group {
    width: 22%;
}
.layout-filter .form-group .c_input {
    padding: 10px 0 10px 10px;
}
.layout-filter .c-form-border i {
    right: 10px;
}
.layout-filter .typeClass {
    width: 250px;
    margin-right: auto;
}
.layout-filter .ts-control {
    padding-top: 8.5px !important;
    padding-bottom: 8.5px !important;
}
.layout-filter .checkApproved {
    display: flex;
}
.layout-filter .checkApproved .c-radio + .c-radio {
    margin-left: 25px;
}
/* BEGIN s-tab-4 */
.header {
    border-radius: 64px;
    background: var(--Light_mode-Gray_Scale-100);
    padding: var(--sp-16) var(--sp-24);
    display: flex;
    align-items: center;
    margin-top: var(--sp-16);
    margin-bottom: var(--sp-48);
}
.header-intro h3 {
    font-weight: normal;
}
.header-noti {
    margin-left: auto;
    position: relative;
}
.header-bell {
    border: 1px solid var(--Light_mode-Gray_Scale-70);
    font-size: var(--fs-16);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: var(--Light_mode-Gray_Scale-40);
    position: relative;
}
.header-bell::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 3px;
    right: 1px;
    background-color: var(--Light-Tertiary-50);
    border-radius: 50%;
    opacity: 0;
}
.header-bell.active::before {
    opacity: 1;
}
.header-list {
    position: absolute;
    right: 0;
    width: 400px;
    border-radius: var(--radius-20);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 2px 4px 0px rgba(0, 39, 65, 0.2);
    padding: var(--sp-24);
    top: 100px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.header-list.active {
    top: 40px;
    opacity: 1;
    pointer-events: visible;
}
.header-list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--sp-32);
}
.header-list_top h3 {
    font-size: var(--fs-20);
    font-weight: 600;
}
.header-list_top svg {
    cursor: pointer;
}
.header-user {
    position: relative;
    margin-left: var(--sp-32);
}
.header-user_infor {
    display: flex;
    gap: var(--sp-12);
    cursor: pointer;
}
.header-user_infor .header-user_name i.fa {
    margin-left: 5px;
}
.header-user_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--Light_mode-Gray_Scale-70);
    border-radius: 50%;
}
.header-user_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.header-user_name p {
    margin-bottom: 0;
}
.header-user_dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    border-radius: var(--radius-20);
    background: var(--Light_mode-Gray_Scale-100);
    box-shadow: 0px 2px 4px 0px rgba(0, 39, 65, 0.2);
    padding: var(--sp-8);
    top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
.header-user_dropdown li {
    margin-bottom: var(--sp-4);
}
.header-user_dropdown li a {
    display: flex;
    align-items: center;
    gap: var(--sp-8);
    padding: var(--sp-4) var(--sp-8);
    transition: 0.3s;
}
.header-user_dropdown li a:hover {
    background-color: var(--Light_mode-Gray_Scale-95);
}
.header-user_dropdown li a i {
    transform: translateY(1px);
}
.header-user_dropdown.active {
    top: 50px;
    opacity: 1;
    pointer-events: visible;
}
.noti-list_item {
    display: flex;
    margin: var(--sp-24) 0;
}
.noti-list_item-thumb {
    width: 48px;
    height: 48px;
    margin-top: 5px;
    margin-right: 13px;
}
.noti-list_item-thumb span {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}
.noti-list_item-content {
    width: calc(100% - 63px);
}
.noti-list_item-content h3 {
    font-size: var(--fs-14);
    font-weight: 600;
    margin-bottom: 5px;
}
.noti-list_item-content .info {
    margin-bottom: 10px;
}
.noti-list_item-content .info li {
    display: inline-block;
    margin-right: 10px;
    color: var(--Light_mode-Gray_Scale-40);
    line-height: var(--line-height-16);
    letter-spacing: var(--letter-spacing-12);
    font-size: 12px;
}
.noti-list_item-content .info li span {
    color: red;
    font-weight: 600;
}
.noti-list_item-content .info li span a {
    transition: 0.25s ease-in-out;
}
.noti-list_item-content .info li span a:hover {
    color: var(--Light-Primary-50);
}
.noti-list_item-content .content {
    font-weight: 600;
    color: var(--Light_mode-Gray_Scale-20);
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
    line-height: 1.6;
}
.noti-list_item-content .role {
    background-color: rgb(220 241 255 / 56%);
    padding: 1px 9px 2px;
    border-radius: 5px;
    color: var(--Light-Primary-50);
    margin-left: 7px;
    display: inline-block;
    position: relative;
    top: -1px;
}
.noti-list_item-content p {
    color: var(--Light_mode-Gray_Scale-40);
    line-height: var(--line-height-16);
    letter-spacing: var(--letter-spacing-12);
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
    line-height: 1.6;
}
.noti-list_item-comment {
    margin-top: var(--sp-16);
    margin-bottom: var(--sp-8);
    display: none;
}
.noti-list_item-button {
    margin-top: var(--sp-20);
    display: flex;
    gap: var(--sp-8);
}
.noti-list_item-reply {
    border-left: 4px solid var(--Light-Primary-50);
    padding-left: var(--sp-16);
    margin-top: var(--sp-20);
}
.noti-list_note {
    width: 80%;
    margin: var(--sp-32) auto;
    text-align: center;
}
.noti-list_note img {
    width: 35px;
    margin: 0 auto var(--sp-16);
}
.noti-list_note h3 {
    margin-bottom: var(--sp-4);
}
.noti-list_note p {
    color: var(--Light_mode-Gray_Scale-40);
}
.tab .tab-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.tab .tab-menu>li:not(:last-child) a {
    margin-right: var(--sp-8);
}
.tab .tab-menu>li a {
    display: block;
    padding: var(--sp-8) var(--sp-12);
    color: #444;
    font-size: var(--fs-14);
    text-align: center;
    cursor: pointer;
    border-radius: var(--sp-8);
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.tab .tab-menu>li a span {
    color: #666;
    margin-left: 3px;
    font-weight: 500;
}
.tab .tab-menu>li a .remaining {
    position: absolute;
    width: max-content;
    font-size: 11px;
    font-style: italic;
    top: calc(100% - 7px);
    right: 0;
    color: #999;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 3px 3px 2px 3px;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    z-index: 111;
}
.tab .tab-menu>li.is-active a .remaining, .tab .tab-menu>li:hover a .remaining {
    background-color: #f6fbff;
    color: inherit;
}
.tab .tab-menu>li a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    border-radius: var(--radius-32);
    background-color: var(--Light-Primary-50);
    transition: 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.tab .tab-menu>li.is-active a, .tab .tab-menu>li:hover a {
    color: var(--Light-Primary-50);
    background: var(--Light-Primary-95, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%));
}
.tab .tab-menu>li.is-active a::after, .tab .tab-menu>li:hover a::after {
    width: 26px;
}
.header .tab .tab-content {
    max-height: 420px;
    overflow-y: auto;
    padding-right: var(--sp-20);
}
.tab .tab-content::-webkit-scrollbar {
    width: 3px;
}

.tab .tab-content::-webkit-scrollbar-track {
    background: var(--Light_mode-Gray_Scale-95);
}

.tab .tab-content::-webkit-scrollbar-thumb {
    border-radius: 100px;
    width: 3px;
    background: var(--Light_mode-Gray_Scale-70);
}
.tab .tab-content>li {
    display: none;
}
.tab .tab-content>li:first-child {
    display: block;
}

.headline-1 {
    color: var(--Light-Primary-50);
    font-size: var(--fs-34);
    font-weight: 600;
    margin-bottom: var(--sp-32);
}
.headline-1 span {
    color: var(--Light_mode-Gray_Scale-5);
}
.headline-2 {
    font-size: var(--fs-26);
    font-weight: 600;
    margin-bottom: var(--sp-32);
}
.headline-3 {
    font-size: var(--fs-20);
    font-weight: 600;
    margin-bottom: var(--sp-20);
}
.headline-4 {
    font-size: var(--fs-16);
    font-weight: 600;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}
.table-1 {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    min-width: 650px;
}
.table-1 .name {
    font-weight: 600;
}
.table-1 th,
.table-1 td {
    padding: var(--sp-20);
    text-align: center;
}
.table-1 td a {
    transition: 0.3s;
}
.table-1 td a:hover {
    color: var(--Light-Primary-50);
}
.table-1 td a:hover i {
    color: var(--Light-Primary-50);
}
.table-1 thead {
    background: var(--Light_mode-Gray_Scale-90);
}
.table-1 th {
    font-weight: normal;
    color: var(--Light_mode-Gray_Scale-40);
}
.table-1 td i {
    color: var(--Light_mode-Gray_Scale-40);
    cursor: pointer;
    transition: 0.3s;
}
.table-1 td i:hover {
    color: var(--Light-Primary-50);
}
.table-1 .td-teacher {
    font-weight: 500;
    color: var(--Light-Primary-50);
}
.table-1 .line td {
    padding: 0;
    line-height: 10px;
}
.table-1 .total {
    font-weight: bold;
    border-top: 2px solid var(--Light_mode-Gray_Scale-70)
}
.table-1 .total td {
    padding-top: 20px;
}
.c-modal .c-modal-box {
    max-width: 640px;
}
.c-modal .c-modal-group {
    border-radius: 15px;
}
.c-modal .c_body {
    padding: var(--sp-32);
}
.c-modal .c_close {
    top: 8px;
    right: 8px;
}
.c-modal .c_close:hover svg path {
    stroke: var(--Light-Primary-50);
}
.box-infor {
    border-radius: var(--radius-8);
    padding: var(--sp-16);
    border: 1px solid var(--Light_mode-Gray_Scale-70);
}
.box-infor_title {
    font-size: var(--fs-14);
    margin-bottom: var(--sp-16);
}
.box-infor_item {
    margin-bottom: var(--sp-24);
}
.box-infor_item a {
    transition: 0.3s;
}
.box-infor_item a:hover {
    color: var(--Light-Primary-50);
}
.box-infor_item .ht-format-detail {
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
    line-height: 1.6;
}
.box-infor_item h3 {
    font-size: var(--fs-14);
    color: var(--Light_mode-Gray_Scale-40);
    margin-bottom: var(--sp-4);
    font-weight: 400;
}
.box-infor_item p {
    color: var(--Light_mode-Gray_Scale-5);
    font-weight: 500;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination_number {
    margin-right: var(--sp-12);
    color: var(--Light_mode-Gray_Scale-40, #808080);
}
.pagination_number span:first-child,
.pagination_arrow span {
    border-radius: 8px;
    border: 1px solid var(--Light_mode-Gray_Scale-70);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.pagination_number span:nth-child(2) {
    margin: 0 4px;
}
.pagination_arrow span {
    cursor: pointer;
    transition: 0.5s;
}
.pagination_arrow span:hover {
    background-color: var(--Light_mode-Gray_Scale-90);
}
.confirm_infor {
    display: flex;
    align-items: center;
    gap: var(--sp-8);
    margin-bottom: var(--sp-16);
}
.confirm_infor h3 {
    color: var(--Light_mode-Gray_Scale-40);
    margin-left: 10px;
    line-height: 1.4;
    text-align: initial;
}
.confirm_infor i {
    color: var(--Light-Quaternary-50);
    font-size: 26px;
}
.confirm_button {
    text-align: right;
}
@media (min-width: 992px) {
    .header-hamburger {
        display: none;
    }
}
@media (min-width: 1260px) {
    .min-width-60 {
        width: 80px;
    }
    .min-width-300 {
        width: 400px;
    }
    .min-width-250 {
        width: 250px;
    }
    .min-width-200 {
        width: 200px;
    }
}
@media (max-width: 1259px) {
    .layout-filter .untab ~ .form-group {
        width: 40%;
    }
}
@media (max-width: 991px) {
    .layout {
        display: block;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        width: 100%;
        height: 100vh;
        transition: 0.3s;
        z-index: 9999;
        background: rgba(91, 101, 110, 0.5);
        backdrop-filter: blur(4px);
        padding: 0;
    }
    .sidebar_inner {
        width: 250px;
        position: relative;
        left: -100px;
        transition: 0.3s;
        transition-delay: 0.3s;
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        background-color: #fff;
        height: 100vh;
        padding: var(--sp-32) var(--sp-16);
    }
    .sidebar.active {
        opacity: 1;
        pointer-events: visible;
    }
    .sidebar.active .sidebar_inner {
        left: 0;
        opacity: 1;
        pointer-events: visible;
    }
    .layout-content {
        width: 100%;
        padding: var(--sp-12);
    }
    .header {
        margin-top: 0;
    }
    .header-intro {
        display: none;
    }
    .header-hamburger {
        display: block;
    }
    .sidebar-close {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .layout-box-2 {
        padding: var(--sp-20);
        margin: var(--sp-20) auto;
        width: 100%;
    }
    .layout-filter .form-group {
        width: 60%;
    }
}
@media (max-width: 800px) {
    .header {
        position: relative;
        margin-bottom: var(--sp-20);
    }
    .header-noti {
        position: static;
    }
    .header-list {
        width: 80%;
        right: 0;
    }
    .header-list.active {
        top: 80px;
    }
    .layout-box {
        padding: var(--sp-12);
    }
    .headline-1 {
        font-size: var(--fs-26);
        margin-bottom: var(--sp-20);
    }
    .c-modal .c_body {
        padding: var(--sp-20);
    }
    .layout-filter {
        display: block;
    }
    .layout-filter .form-group {
        width: 100%!important;
    }
    .layout-filter .tab-menu {
        justify-content: center;
        margin-bottom: 12px;
    }
    .layout-filter .pagination {
        margin-top: 12px;
    }
    .layout-filter.class .form-group {
        width: 100%;
    }
    .layout-filter.class .form-group {
        margin-top: 10px;
    }
    .layout-filter .c-form-border .ts-control {
        padding: 5px var(--sp-12) !important;
    }
}
@media (max-width: 575px) {
    .layout-top .c-button-1 {
        padding: 15px 13px;
    }
    .layout-top .headline-1 {
        margin-right: 10px;
    }
}