* {
    font-size: 12.5px;
}

#mainpage {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}

.content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: auto;
    position: relative;
}

.content-inside {
    display: flex;
    flex-grow: 1;
    padding: 1rem;
    overflow: auto;
    min-height: 27rem;
    place-content: center;
}

.on-between {
    display: flex;
    justify-content: space-between;
}

.on-center {
    display: flex;
    justify-content: center;
}

.grow-parent {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.flex-center {
    display: flex;
    align-items: center;
    line-height: initial;
}

.flex-baseline {
    display: flex;
    align-items: baseline;
    line-height: initial;
}

.flex-wth-wrap {
    display: flex;
    flex-wrap: wrap;
}

/* Nav */
.nav-logo img {
    height: 3.085rem;
}

.navbar {
    box-shadow: 0 0.3rem 0 #d4e6f3;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav>div, .navbar-nav>a {
    margin: 0.4rem 0.75rem;
}

.nav-act {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
    padding: 0.1rem;
    text-wrap: nowrap;
    align-items: center;
    text-decoration: none;
}

.nav-act i {
    color: #3d9cd4;
}

.nav-act .fa-home {
    font-size: 1.25rem;
}

.nav-act .fa-caret-down {
    font-size: 1.1rem;
    padding-bottom: 0.2rem;
}

.nav-act .fa-circle-user {
    font-size: 1.4rem;
}

.nav-act span {
    margin: 0 0.5rem;
}

.nav-act:hover i {
    filter: saturate(2.5);
}

.nav-act:hover span {
    filter: saturate(6.5);
}

.dropdown-item {
    display: flex;
    align-items: center;
}

.dropdown-item i {
    width: 1.5rem;
    text-align: center;
    margin-right: 0.5rem;
}

.reg-btn {
    color: #ffffff;
    background-color: #3d9cd4;
    border-radius: 5rem;
    padding: 0.5rem 1.75rem;
    border: 0;
    margin-left: 1rem;
    box-shadow: inset -0.2rem -0.2rem 0.3rem #2087c3;
    filter: drop-shadow(0px 1px 1px #00000040);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* Offcanvas */
.user-offcanvas {
    display: flex;
    align-items: baseline;
    border-bottom: 0.12rem dashed #f3806852;
    padding-bottom: 0.65rem;
    margin: 0 1rem 1rem;
}

.user-offcanvas i {
    font-size: 1.5rem;
    color: #F38068;
    margin-right: 0.75rem;
    margin-left: 1rem;
}

.user-offcanvas span {
    font-weight: bold;
    font-size: 1.1rem;
}

.dropdown-offcanvas {
    display: flex;
    align-items: baseline;
    margin: 1rem;
    border: 0;
    background-color: #fcdcdce7;
    width: calc(100% - 2rem);
    padding: 0.7rem 1rem 0.75rem;
    border-radius: 5rem;
}

.dropdown-offcanvas i {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: initial;
    background-color: #ffffff;
    width: 3.1rem;
    height: 3rem;
    font-size: 1.2rem;
    border-radius: 100%;
    margin-right: 1rem;
    box-shadow: inset 0.1rem 0.1rem 0.3rem #e6cbc6;
}

.dropdown-offcanvas span {
    color: #62030c;
    font-weight: bold;
}

.offcanvas-body .btn-style-1 {
    padding: 0.4rem 1rem;
}



/* Profile */
.profile-group {
    background-image: url("../img/bg-1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 2rem;
}

.pf-name {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 5rem;
    padding: 0.4rem 1.5rem 0.4rem 0.5rem;
}

.pf-img, .pf-img img {
    border-radius: 100%;
}

.pf-img {
    background: #eff3f8;
    padding: 0.3rem;
    width: 5rem;
    height: 5rem;
    margin-right: 1.25rem;
}

.pf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-name div:nth-child(2) {
    width: calc(100% - 6.25rem);
}

.pf-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 1rem 1rem;
}

.pf-info {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.75rem;
    max-width: 38rem;
}

.input-icon-btn button {
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
}

.input-icon-btn span:not(.txt) {
    position: absolute;
    text-align: center;
    width: 2rem;
    color: #3d9bd4;
    line-height: initial;
    left: 0.5rem;
    top: 0.6rem;
    font-size: 1rem;
}

.input-icon-btn.cer .input-border-black {
    border-color: #c6def9;
    border-radius: 0.1rem 0 0 0.1rem;
}

.input-border-black[type=color] {
    border-color: #c6def9;
    padding: 0.25rem 0.5rem;
    height: 2.5rem;
    width: 7.2rem;
}

.input-icon-btn.cer .input-border-black:focus {
    box-shadow: inset 0 0 0 0.1rem #3393cfa1 !important;
}

.input-icon-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c6def9;
    border-radius: 0 0.2rem 0.2rem 0;
    border: 0.1rem solid #c6def9;
    padding: 0 0.4rem;
    text-decoration: none;
}

.input-icon-btn.cer:has(input:disabled) {
    opacity: 25%;
    pointer-events: none;
}

.cer-preview i, .cer-preview span {
    color: #3f97cc;
}

.cer-preview i {
    margin-top: 0.2rem;
}

.cer-preview span {
    font-size: 0.7rem;
    line-height: initial;
    font-weight: bold;
}

.a-disabled {
    display: none !important;
    pointer-events: none;
    background-color: #ffffff !important;
    border-left-color: #e2eefc !important;
    padding: 0 !important;
}

.c-top-gold {
    color: #ab8311 !important;
}

.c-gold {
    color: #e3ad10 !important;
}

.c-silver {
    color: #9d9c9c !important;
}

.c-bronze {
    color: #d38851 !important;
}

.c-merit {
    color: #59a7c5 !important;
}

.c-part {
    color: #dc5454 !important;
}

.signup-header {
    display: flex;
    align-items: center;
}

.signup-img {
    width: 6rem;
    height: 6rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem 1rem;
}

/* Change password */
.cp-group .input-icon-btn, .cp-group input:not([type=checkbox], [type=color]),
.see-pw-group .input-icon-green {
    width: 100%;
}

.cp-group input:not([type=color]) {
    padding: 0.5rem 3rem;
}

.cp-group .tt-e~.input-icon select {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.see-pw-group {
    display: flex;
    position: relative;
    width: 100%;
}

.see-pw-group button {
    position: absolute;
    right: 0;
    top: 0.05rem;
    height: 100%;
    opacity: 70%;
    width: 4rem;
    justify-content: center;
}

.see-pw-group button:hover {
    opacity: 100%;
}


/* Menu */
.tab-group {
    display: flex;
}

.tab-menu {
    padding-left: 1.25rem;
    margin-right: -0.1rem;
    z-index: 1;
    border-radius: 0.5rem 0 0 0.5rem;
    overflow: auto;
    background-color: #56a9da;
}

.tab-menu .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    color: #3F949F;
    margin: 1rem 0;
    padding: 1rem 0.5rem;
    width: 6rem;
    min-height: 8rem;
    border-radius: 0.5rem 0 0 0.5rem;
    border: 0;
}

.tab-menu .menu img, .tab-menu .menu span {
    opacity: 50%;
}

.tab-menu .menu img {
    width: 2.5rem;
}

.tab-menu .menu span {
    word-break: break-word;
    line-height: 1.25rem;
    margin-top: 0.65rem;
    font-size: 0.9rem;
    color: #3D9CD4;
}

.tab-menu .menu.active img, .tab-menu .menu.active span,
.tab-menu .menu:not(:disabled):hover img, .tab-menu .menu:not(:disabled):hover span {
    opacity: 100%;
}

.tab-menu .menu.active {
    background-color: #cee2f9;
    box-shadow: -0.4rem 0 0.5rem #1d7db696;
}

.tab-menu .menu.active img {
    width: 3rem;
}

.tab-menu .menu.active span {
    font-weight: bold;
}

.tab-line {
    width: 2rem;
    height: 100%;
    background-color: #cee2f9;
}

/* Student content */
.tab-content {
    display: flex;
    border-radius: 0 0.5rem 0.5rem 0;
    max-width: calc(100% - 10rem);
    background-color: #56a9da;
}

.tab-content-main {
    display: flex;
    flex-direction: column;
    padding: 2rem 3rem;
    margin: 0 auto;
    overflow: auto;
    width: 75rem;
    max-width: 100%;
}

.tab-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.tab-body {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex-grow: 1;
    margin-top: 0.75rem;
}

.reg-card {
    display: flex;
    flex-wrap: wrap-reverse;
    background: white;
    border-radius: 0.25rem;
    margin: 0.25rem 0.75rem 0.5rem;
    box-shadow: 0 0 0.5rem #2e82b4b8;
}

.reg-card.user {
    flex-direction: column;
    margin: 0 auto auto;
    max-width: 100%;
    border-radius: 1.25rem;
}

.reg-card.no-lt {
    justify-content: center;
    padding: 1rem 2rem;
    height: 100%;
    background-color: #ffffff;
}

.reg-card.no-lt span {
    margin: auto;
    color: #286d97;
}

.reg-card-a, .reg-card-b {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.reg-card-a {
    padding: 1rem 2rem;
    background-color: #eff3f9;
    margin: 0 0.75rem;
    background-image: url(../img/bg-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.reg-card-b {
    padding: 0.75rem 0.75rem 1.2rem;
    flex-grow: 1;
}

.reg-card-info {
    display: grid;
    align-items: baseline;
    gap: 0.25rem;
}

.reg-card-info .cl-1 {
    margin-right: 0.2rem;
}

.reg-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dae8f3;
    margin-bottom: 1rem;
    padding: 0.4rem 1rem;
}

.reg-name, .reg-name span {
    color: #286d97;
    font-weight: bold;
}

.reg-info-parent {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.reg-name .btn-style-1 .ic {
    width: 2rem;
    height: 2rem;
}

.reg-name .btn-style-1 span {
    width: calc(100% - 2.75rem);
}


/* Filter */
.tab-filter {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2.5rem;
    background-color: #e3ecf7;
    margin-right: 1rem;
}

.flt-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.15rem dashed #AED1D4;
    padding: 0 0.75rem 0.25rem 0.25rem;
    margin-bottom: 1rem;
}

.flt-header .name i, .flt-header .name span {
    font-size: 1.2rem;
    color: #3d9cd4;
}

.flt-header .name span {
    font-weight: bold;
}

.flt-body {
    display: grid;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.flt-tt {
    font-size: 0.8rem;
    color: #4f91b8bf;
    font-weight: bold;
    padding: 0 0 0.35rem 0.2rem;
    text-transform: uppercase;
}

.flt-sub {
    color: #3f7b9fbf;
    font-size: 0.85rem;
    padding: 0.5rem;
    text-align: end;
}

.content-inside.parent .filter-parent {
    display: none;
}

/* Linked Account */
.reg-card.bg {
    flex-direction: column;
    padding: 0.5rem;
    flex-grow: 1;
    width: calc(100% - 1.5rem);
}

.linked-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.lk-a, .lk-b {
    flex-grow: 1;
    min-width: calc(50% - 1rem);
}

.lk-a {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0.5rem 0.8rem 1rem 1.5rem;
    margin: 0.5rem;
    background: #f0f3f8;
}

.lk-b {
    margin: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-bottom: 0.15rem dashed #dee6f3;
    display: flex;
}

.lk-b .btn-style-1 {
    padding: 0.2rem 0.75rem;
}

.lk-b .btn-style-1 .ic {
    width: 1.9rem;
    height: 1.9rem;
}

.lk-b .btn-style-1 i {
    font-size: 0.9rem;
    filter: unset;
}

/* Manage Children */
.reg-card-info.mn-c i {
    width: 1.2rem;
    margin-right: 0.4rem;
    text-align: center;
}

/* Agent */
.tab-content-main.full {
    margin: 0;
    width: 100%;
    padding-bottom: 1rem;
}

.tab-content-main.full .reg-card-a {
    align-items: baseline;
    flex-direction: row;
}

.tab-content-main.full .expand .reg-card-a {
    background: #ebf3f9;
}

.tab-content-main.full .reg-card-b {
    width: 55rem;
    padding: 0.75rem;
}

.tab-content-main.full .reg-name {
    margin-bottom: 0.75rem;
}

.tab-content-main.full .reg-name i {
    filter: unset;
}

.dropdown-menu {
    box-shadow: 0px 6px 15px #00000029;
    border: 0.12rem solid #00000000;
    z-index: 100;
}

.tab-content-main.full .reg-card.bg {
    padding: 0 0.75rem 1rem;
    overflow: auto;
    flex-wrap: unset;
}

/* Partner */
table td>ol {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

table ol li .round {
    display: flex;
    justify-content: space-between;
    padding-left: 0.5rem;
    width: 100%;
}

.round>ol {
    padding-left: 1rem;
    min-width: 24rem;
}

.round-sub {
    display: flex;
    justify-content: space-between;
    text-wrap: nowrap;
}

.round-sub i {
    color: #3F949F;
    margin-right: 0.2rem;
    font-size: 0.95rem;
}

td>ol li:nth-child(even) i {
    color: #00bc8f;
}

#examList_table tbody td:nth-child(1), #centerList_table tbody td:nth-child(1) {
    padding-left: 0.75rem;
    padding-right: 0;
}

#examList_table tbody td:nth-child(2), table ol li .round span {
    white-space: normal;
}

.pf-partner-note {
    display: flex;
    margin: 1rem;
    padding: 1rem 2rem;
    flex-grow: 1;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0.175rem solid #e7ecf1;
    box-shadow: inset 0.2rem 0.2rem 0.3rem #94b8d591;
}

.pf-partner-note .note {
    font-size: 0.9rem;
    flex-grow: 1;
    white-space: pre-wrap;
}

/* Register */
.reg-md-body {
    display: flex;
    padding: 0;
    background-color: #ffffff;
    border-top: 0.2rem solid #003353;
    border-bottom: 0.2rem solid #003353;
}

.reg-md-details {
    display: flex;
    width: 44%;
    flex-grow: 1;
    position: relative;
}

.reg-md-bg-top, .reg-md-bg-top img {
    width: 100%;
}

.reg-md-bg-top {
    position: absolute;
    height: 60%;
    top: 0;
}

.reg-md-bg-top img {
    object-fit: cover;
    height: 100%;
}

.reg-md-details-content {
    z-index: 1;
    background-color: #ffffff;
    height: 80%;
    min-width: 75%;
    max-width: 90%;
    margin: auto;
    padding: 3rem 3rem;
}

.reg-md-details-content .logo {
    width: 16rem;
    max-width: 100%;
    height: 4rem;
}

.reg-md-details-content .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.reg-md-form {
    display: flex;
    flex-direction: column;
    width: 56%;
    flex-grow: 1;
    padding: 2rem 5rem;
    border-left: 0.2rem solid #003353;
}

.reg-md-form-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    box-shadow: inset 0 -0.25rem #dee3e7;
}

.reg-md-form-header .tt {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.reg-md-tab {
    display: flex;
}

.reg-md-tab .btn-style-1 {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    cursor: pointer;
}

.reg-md-tab .btn-style-1 span {
    font-size: 1.1rem;
}

.reg-md-tab .btn-style-1:hover span {
    font-weight: bold;
}

.reg-md-tab .btn-style-1:hover .ic {
    background-color: #88adc3;
}

.reg-md-tab .btn-style-1:hover {
    filter: saturate(2.5)
}

.reg-md-tab .active {
    border-bottom: 0.25rem solid #3d9cd4;
}

.reg-md-tab .active .ic {
    background-color: #3d9cd4;
}

.reg-md-tab .active span {
    font-weight: bold;
}

.reg-md-form .body {
    flex-grow: 1;
    overflow: auto;
}

#register_modal .signup-group {
    padding: 0;
}

.signup-sub-group {
    align-items: baseline;
    grid-template-columns: repeat(auto-fit, minmax(23.5rem, calc(50% - 1rem)));
}

#register_modal .title-line span {
    font-size: 1.1rem;
}

.input-icon select {
    padding: 0.5rem 2.5rem 0.5rem 3rem;
}

.input-icon select:disabled, .input-icon select.readonly {
    pointer-events: none;
}

.input-icon select:not(.not-spc):disabled, .input-icon select.readonly {
    color: #3d9cd4;
    background: transparent !important;
}

.input-icon select.not-spc:disabled {
    background-color: #cee3fa !important;
    border-color: #c0d5ee;
    color: #08345160;
}

input:not(.no):read-only {
    background-color: #cee3fa !important;
    pointer-events: none;
    border-color: #c0d5ee;
    color: #08345160;
}

.input-icon i {
    top: 0.75rem;
}

.label {
    display: flex;
    align-items: baseline;
    margin: 0.25rem 0.75rem;
    cursor: pointer;
    line-height: initial;
    user-select: none;
}

.label input[type=checkbox] {
    top: 0.22rem;
    margin-right: 0.5rem;
}

.label span {
    width: calc(100% - 1.7rem);
}

.circle-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 100%;
    width: 8.5rem;
    height: 8.5rem;
    padding: 2rem;
    border: 0;
    line-height: initial;
    background-color: #3d9cd4;
    box-shadow: inset -0.2rem -0.2rem 0.3rem #00000014, inset 0.2rem 0.2rem 0.3rem #00000014;
}

.circle-icon i, .circle-icon span {
    color: #ffffff;
}

.circle-icon i {
    font-size: 3rem;
}


input[type=file].input-border-black {
    padding: 0.2rem 3rem 0.2rem 0.25rem;
    cursor: pointer;
    font-size: 0.95rem;
}

input[type=file].input-border-black::file-selector-button {
    border: 0 !important;
    color: #ffffff;
    background-color: #3d9cd4 !important;
    padding: 0.3rem 0.7rem;
    margin-right: 1rem;
}

.reg-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
    filter: drop-shadow(1.8px 1.8px 0 #13496b);
}

.reg-close i {
    font-size: 2rem !important;
}

#specific_child {
    cursor: pointer;
}

.center-location {
    font-size: 0.9rem;
    color: #777788;
    text-align: end;
    margin: 0.5rem 0.5rem 0 0;
}

.gen-code {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.gen-code h5 {
    margin: 0 0.5rem 0 0;
    color: #F38068;
}

.gen-code .tt {
    font-size: 0.9rem;
    margin-right: 0.5rem;
    white-space: nowrap;
    color: #777788;
}

#generate_table .file-alert {
    padding-bottom: 0 !important;
}

.file-alert div {
    background: #ffdedc;
    color: #bd3a1f;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-weight: bold;
}

.reg-cert-info {
    margin: 1.5rem 0 1.2rem;
    background-color: #e3ecf7;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
}

.reg-cert-info .input-border-black {
    background-color: #ffffff;
}

.reg-cert-info .line-1 {
    border-color: #cfdae8;
}

.reg-cert-info .input-border-black:disabled {
    background-color: #e3ecf7 !important;
    opacity: 60%;
    border-color: #cad8eb;
}

/* Candidate modal */
.cand-bg {
    display: flex;
    flex-grow: 1;
    overflow: auto;
    padding: 1rem;
    background: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem #A4C6C1;
}

.cand-header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    position: relative;
    padding: 1rem 0 1.5rem;
}

.cand-header .table-all, .modal-footer .table-all {
    left: 1rem;
    right: 0;
}

#candidateList_table tbody td {
    cursor: pointer;
}

#candidateList_table tbody tr.selected td {
    background-color: #dfeef9;
}

#candidateList_table tbody tr.selected td .cl-2,
#candidateList_table tbody tr.selected td .cl-4,
#candidateList_table tbody tr:hover td .cl-2,
#candidateList_table tbody tr:hover td .cl-4 {
    color: #3d9cd4 !important;
}

/* Exam */
.exam-group {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.exam-left {
    width: 100%;
    margin: 0 auto;
}

.table-box {
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
    padding: 0.5rem 1.75rem;
    min-height: 25rem;
}

.exam-show {
    padding: 0.5rem 0.85rem;
}

.exam-show, .exam-show span, #exam_modal textarea {
    color: #073e93 !important;
}

#exam_modal textarea {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

table.input-table tr th {
    padding: 0.75rem 0.25rem !important;
}

table.input-table tr td {
    padding: 0.75rem 0.125rem !important;
}

table.input-table tr th:first-child, table.input-table tr td:first-child {
    padding-left: 0.5rem !important;
}

table.input-table tr th:last-child, table.input-table tr td:last-child {
    padding-right: 0.5rem !important;
}

table.input-table .input-date {
    background-color: #ffffff !important;
}

.exi-1 {
    min-width: 15rem;
    width: 100%;
}

.exi-2 {
    width: 5rem;
    text-align: end;
}

.exi-3 {
    padding-right: 2rem !important;
    width: 19.5rem;
}

.exi-4 {
    width: 4rem;
    text-align: end;
    margin-right: 0.5rem;
}

#exam_form textarea:disabled {
    border-color: #e3ecf7;
}

.exam-dlv {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    padding-left: 0.65rem;
}


/* Table */
.border_table {
    min-height: 15rem;
    flex-grow: 1;
    overflow: auto;
}

.border_table table thead tr {
    border: 0;
}

.border_table table tr th:first-child {
    border-radius: 0.25rem 0 0 0;
}

.border_table table tr th:last-child {
    border-radius: 0 0.25rem 0 0;
}

.border_table:not(.no-even-color) tbody tr:nth-child(even),
.border_table:not(.no-even-color) tbody tr:nth-child(even) td {
    background-color: #f0f3f8;
}

.border_table tbody tr:nth-child(odd),
.border_table tbody tr:nth-child(odd) td {
    background-color: #fff;
}

table:not(.table-condensed) {
    white-space: nowrap;
    width: 100%;
    color: #0a0c3a;
}

table:not(.table-condensed) tr {
    border-bottom: 0.15rem solid #e1eaf1;
    background-color: #fff;
}

table:not(.table-condensed) tr th {
    top: 0;
    z-index: 2;
    font-weight: 100;
    position: sticky;
    white-space: nowrap;
    color: #ffffff;
    background-color: #3d9cd4;
}

table:not(.table-condensed) tr th,
table:not(.table-condensed) tr td {
    padding: 0.5rem 1rem;
    vertical-align: baseline;
}

table tbody td, table tbody td div, table tbody td span {
    font-size: 0.95rem;
}

/* Next-Previos Page */
.np-page {
    display: flex;
    justify-content: center;
    position: relative;
    border-top: 0.2rem solid #97c7eb;
    padding: 0.75rem 0.75rem 0.2rem;
}

.np-page .btn-style-1 {
    padding: 0.3rem 1.5rem;
    margin: 0 0.2rem;
    background: linear-gradient(220deg, #abc5e7 0%, #abc5e7 100%);
    box-shadow: inset 0.2rem -0.2rem 0.2rem #90b1dc;
    color: #152357;
}

.icon-box, .white-btn {
    border-radius: 0.4rem;
    box-shadow: -0.1rem 0 0.1rem #c6def9 !important;
    margin: 0 0.15rem;
    border: 0;
}

.np-page input {
    width: 4rem;
    margin-right: 0.5rem;
    text-align: center;
    padding: 0.25rem;
    border-radius: 0.25rem;
    line-height: initial;
    border: 0.175rem solid #e7ecf1;
    box-shadow: inset 0.2rem 0.2rem 0.3rem #94b8d591;
}

.icon-box:disabled {
    opacity: 50%;
    background-color: #d9e2eb;
}

.table-all {
    position: absolute;
    right: 1rem;
    top: 1.1rem;
}

.table-all span:nth-child(even) {
    color: #ffffff;
}

.table-all span:nth-child(odd) {
    font-size: 0.95rem;
    color: #daefff;
}

.np-page .btn-style-5 {
    border-radius: 5rem;
    padding: 0.25rem 1.375rem;
    margin: 0 0.2rem;
    cursor: pointer;
}



/* Input */
.select-text, .select-icon, .input-icon-green {
    display: flex;
    align-items: baseline;
    position: relative;
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0.175rem solid #e7ecf1;
    box-shadow: inset 0.2rem 0.2rem 0.3rem #c8d7eae6;
}

.select-text {
    padding: 0.35rem 0.5rem 0.15rem;
    max-width: 100%;
}

.select-text i {
    text-align: center;
    width: 2rem;
    font-size: 1.4rem;
    margin-right: 0.25rem;
    color: #3F949F;
}

.select-text span {
    font-size: 0.9rem;
    color: #6f8eb7;
    padding-left: 0.8rem;
    text-wrap: nowrap;
}

.select-text select {
    background: url(../img/caret-down-solid.svg) calc(100% - 0.75rem) 35% no-repeat !important;
    background-size: 0.95rem !important;
    padding: 0.375rem 2.5rem 0.375rem 1rem;
    cursor: pointer;
    border: 0;
    color: #286d97;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.select-icon:focus-within, .input-icon-green:focus-within,
.select-text:focus-within, .np-page input:focus {
    border-color: #3393cf7d !important;
    box-shadow: 0 0 0 0.1rem #3393cf5e !important;
}

.tab-header .select-text, .tab-header .input-icon-green {
    padding: 0.25rem 0.5rem 0.05rem;
}

.tab-header .input-icon-green i {
    top: 0.8rem;
}

.select-icon, .input-icon-green {
    padding: 0.35rem 0.5rem 0.15rem;
}

.select-icon select {
    padding: 0.375rem 1.75rem 0.375rem 2.5rem;
    cursor: pointer;
    border: 0;
    color: #286d97;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 16rem;
    width: 100%;
    background-color: #ffffff;
}

.select-icon i, .input-icon-green i {
    position: absolute;
    text-align: center;
    width: 2rem;
    font-size: 1rem;
    color: #3D9CD4;
    left: 0.5rem;
    top: 0.92rem;
}

.select-icon .fa-caret-down {
    top: 0.6rem;
    font-size: 1.5rem;
}

.input-icon-green input {
    border: 0;
    font-weight: bold;
}

.input-style-1 {
    border: 0;
    padding: 0.375rem 1rem 0.375rem 2.5rem;
    color: #286d97;

}

.input-style-1::placeholder {
    color: #286d97;
}

.input-style-2, .input-style-3 {
    padding: 0.375rem 0.6rem;
    line-height: initial;
}

.input-style-2 {
    border: 2px solid #171728;
}

.input-style-3 {
    border: 2px solid #d6e7e5;
}

select.input-style-2, select.input-style-3 {
    background: url(../img/angle-down.svg) calc(100% - 0.75rem) 50% no-repeat !important;
    background-size: 1rem !important;
    padding: 0.375rem 2.25rem 0.375rem 0.6rem;
}

.sel-style-1 {
    background: url(../img/caret-down-solid.svg) 0.25rem 40% no-repeat !important;
    background-size: 0.9rem !important;
    padding: 0.375rem 0.6rem 0.375rem 2rem;
    border: 0;
    color: #3584bf;
    font-size: 1.2rem;
    cursor: pointer;
}

tr:has(.tr-hl:checked)>td:first-child {
    background: #fdfddd !important;
}

tr:has(.tr-hl:checked)>td .cl-9 {
    color: #3d9cd4 !important;
}


/* Button */
.btn-style-1, .btn-style-3, .btn-style-4 {
    border: 0;
    background-color: transparent;
}

.btn-style-1 {
    display: flex;
    align-items: baseline;
    padding: 0.5rem 1rem;
}

.btn-style-1 .ic {
    display: flex;
    border-radius: 100%;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.75rem;
    background-color: #c5c5c5;
}

.btn-style-1 span {
    text-align: start;
    width: calc(100% - 3rem);
}

.btn-style-1 i, .btn-style-2 i, .btn-style-6 i, .btn-style-7 i, .btn-style-8 i, .btn-style-10 i {
    margin: auto;
    color: #ffffff;
}

.btn-style-6 i {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 0;
}

.btn-style-1 i, .btn-style-2 i {
    filter: drop-shadow(0px 1px 1px #00000040);
}

.btn-style-2, .btn-style-6, .btn-style-8, .btn-style-10 {
    border: 0;
    color: #ffffff;
    line-height: initial;
}

.btn-style-2, .btn-style-6 {
    background-color: #3d9cd4;
    box-shadow: inset -0.2rem -0.2rem 0.3rem #258dcb;
}

.btn-style-2 {
    padding: 0.52rem 1rem;
    border-radius: 0.3rem;
}

.btn-style-5 span {
    color: #3d9cd4;
}

.btn-style-2.pay {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.btn-style-3 {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.5rem;
    line-height: initial;
    text-decoration: unset;
    color: #171728;
}

.btn-style-3 i {
    color: #3d9bd3;
    margin-right: 0.5rem;
    font-size: 1.2rem;
    padding-bottom: 0.1rem;
}

.btn-style-3:disabled, a.disabled {
    pointer-events: none;
    color: #dcd5d9;
}

.btn-style-3:disabled i, a.disabled i {
    color: #dcd5d9;
}

.btn-style-4 i, .btn-style-4 span {
    color: #4f91b8bf;
    font-weight: bold;
}

.btn-style-5 {
    text-wrap: nowrap;
    box-shadow: 0 0 0.3rem #9fcbc591;
    padding: 0.5rem 0.75rem 0.5rem;
    border-radius: 0.25rem;
    border: 0;
    line-height: initial;
    background-color: #c4ddf9;
    box-shadow: inset -0.2rem -0.2rem 0.3rem #00000015;
}

.btn-style-5, .btn-style-5 i {
    color: #3d9cd4;
}

.btn-style-5.bg-5, .btn-style-5.bg-5 i, .btn-style-5.bg-2, .btn-style-5.bg-2 i,
.btn-style-2.pay span, .btn-style-2 span, .btn-style-8 span, .btn-style-10 span {
    color: #ffffff;
}

.btn-style-6, .btn-style-8, .btn-style-10 {
    background-color: #3e699b;
    box-shadow: inset -0.2rem -0.2rem 0.3rem #2c5c94a8;
}

.btn-style-6 {
    width: 2.2rem;
    height: 2.12rem;
    border-radius: 100%;
}

.btn-style-7 {
    display: flex;
    border: 2px solid #adc5df;
    width: 2.75rem;
    padding: 0.25rem 0.5rem;
    box-shadow: inset 0 0 0 0.165rem #f4fbfe;
    background-color: #3d9bd4;
}

.btn-style-7 i {
    font-size: 1.15rem;
}

.btn-style-8, .btn-style-10 {
    padding: 0.48rem 1rem;
    border-radius: 0.3rem;
}


/* Text */
.tt-a {
    font-size: 0.9rem;
    color: #777788;
}

.tt-b {
    font-size: 1.5rem;
    padding: 0.5rem 0.2rem;
    margin-right: 2rem;

    color: #ffffff;
}

.tab-header .tt-b {
    filter: drop-shadow(0px 1px 1px #013565af);
}

.tt-c {
    margin-bottom: 0.75rem;
    border-bottom: 0.15rem dashed rgb(219 210 214);
    padding: 0 0 0.15rem 0.2rem;
    font-weight: bold;
}

.tt-d, .pf-name .name {
    font-size: 1.05rem;
    font-weight: bold;
}

.tt-e {
    font-size: 0.9rem;
    padding: 0.3rem 1rem 0.2rem 0.85rem;
    background: #e3ecf7;
    border-radius: 0.1rem;
}

.title-line-green {
    width: 20rem;
    max-width: 100%;
}

.title-line-green>div {
    width: fit-content;
}

.title-line-green span {
    font-size: 1rem;
    font-weight: bold;
    color: #0f73b1;
}

.title-line-green .line {
    width: 70%;
    height: 0.3rem;
    margin-top: -0.1rem;
}

/* ETC */
.line-1 {
    margin: 0.75rem 0;
    border-bottom: 0.15rem dashed rgb(219 210 214);
}

.w-2R {
    width: 2.2rem;
}

.w-3R {
    width: 3rem;
}

.w-9R {
    width: 9rem !important;
}

.w-12R {
    width: 12rem;
}

.w-16R {
    width: 16rem;
}

.w-100-mw-16R {
    width: 100%;
    min-width: 16rem;
}

.w-20R {
    width: 20rem;
}

.w-24R-mw-100 {
    width: 24rem;
    max-width: 100%;
}

.w-fit {
    width: fit-content !important;
    min-width: unset !important;
}

.mw-28R {
    max-width: 28rem;
}

.mw-20R {
    min-width: 20rem;
}

.z-index-1 {
    z-index: 1;
}

.mb--2 {
    margin-bottom: -2rem;
}

.pt-04 {
    padding-top: 0.4rem;
}

/* Color */
.st {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5rem;
    padding: 0.1rem 1rem 0.1rem 0.35rem;
    line-height: initial;
}

.st i {
    font-size: 1.1rem;
    margin-right: 0.4rem;
}

.st span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
}

.st-1 i {
    color: #FFD600 !important;
}

.st-2 i {
    color: #FF9800 !important;
}

.st-3 i {
    color: #00BC8F !important;
}

.st-4 i {
    color: #6485b6 !important;
}

.st-5 i {
    color: #E14A54 !important;
}

/** webkit scrollbar */
.tab-body::-webkit-scrollbar {
    width: 0.75rem;
    height: 0.75rem;
}

.tab-body::-webkit-scrollbar-track {
    background: #f6f6f6;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0.4rem #00000014;
}

.tab-body::-webkit-scrollbar-thumb {
    background: #f1f1f1;
    background-color: #dae8f3;
    border-radius: 10px;
    box-shadow: inset 0 0 0.2rem #d7dee1;
}

.tab-body::-webkit-scrollbar-thumb:hover {
    background: #b7c7c9;
    box-shadow: unset;
}

.tab-body::-webkit-scrollbar-corner {
    background: #f6f6f6;
}


@media (min-width: 992px) {
    .overflow-lg-auto {
        overflow: auto;
    }
}

@media (max-width: 1200px) {
    table ol li .round {
        flex-wrap: wrap;
    }
}

@media (max-width: 1250px) {
    .content-inside.parent .tab-filter {
        display: none;
    }

    .content-inside.parent .filter-parent {
        display: block;
    }
}

@media (max-width: 992px) {
    #enter_register{
        padding: 0.4rem 2rem !important;
        font-size : 1.3rem;
    }

    .content-inside {
        flex-direction: column;
        place-content: start;
        padding: 0;
    }

    .tab-content {
        max-width: 100%;
        flex-grow: 1;
        overflow: auto;
    }

    .tab-content, .tab-menu {
        border-radius: 0;
    }

    .tab-group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .tab-menu {
        display: flex;
        padding: 1rem 0.5rem 0;
        margin-right: 0;
        margin-bottom: -0.1rem;
    }

    .tab-menu .menu img {
        width: 1.85rem;
        height: 2.125rem;
    }

    .tab-menu .menu.active img {
        width: 2.4rem;
    }

    .tab-menu .menu span {
        display: none;
    }

    .tab-menu .menu {
        margin: 0 0.5rem;
        min-height: unset;
        border-radius: 0.5rem 0.5rem 0 0;
        padding: 0.6rem 0.75rem;
    }

    .tab-menu .menu.active {
        box-shadow: 0 -0.4rem 0.5rem #96c2c569;
    }

    .tab-line {
        width: 100%;
        height: 1rem;
    }

    .reg-card-a {
        padding: 1rem;
    }

    .reg-md-details, .reg-md-form {
        width: unset;
        border: 0;
    }

    .reg-md-form {
        padding: 2.5rem 3rem;
    }

    .reg-md-details-content {
        max-width: 92%;
        width: 92%;
        height: 92%;
        padding: 3rem 2rem;
    }

    .reg-md-bg-top {
        height: 100%;
    }

    .reg-close i {
        font-size: 2.5rem !important;
        padding-top: 1.4rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 576px) {
    .tab-content-main {
        padding: 1rem 0.5rem;
    }

    .select-text {
        width: 100%;
    }

    .select-text span {
        padding-left: 0.5rem;
    }

    .select-text select {
        padding-left: 1rem !important;
    }
}

@media (any-pointer: fine) {
    @media (min-width: 1600px) {
        * {
            font-size: 15px;
        }
    }
}

@media (any-pointer: coarse) {
    @media (max-width: 1200px) {
        * {
            font-size: 11px;
        }
    }

    @media (max-width: 992px) {
        #register_modal .input-icon i {
            top: 0.8rem;
        }
    }

    @media (max-width: 576px) {
        .tab-content-main {
            padding: 1rem 0.5rem;
        }
    }

    @media (max-width: 320px) {
        * {
            font-size: 10px;
        }
    }
}
