﻿strong {
    font-weight: bold !important;
}

.img-loading {
    height: 60px;
    top: -5px;
    position: absolute;
    right: -10px;
    transition: all 0.4s;
}

.bg-login {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

    .bg-login .fade {
        background-color: #3b9e95;
        display: table-cell;
        vertical-align: middle;
    }

        .bg-login .fade .login {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 450px;
            background-color: #fff;
            border-radius: 2px;
        }

            .bg-login .fade .login .title-login {
                font-size: 1.1rem;
                font-weight: 600;
                background-color: rgba(0,0,0,.03);
                border-bottom: 1px solid rgba(0,0,0,.125);
                padding: 1.2rem 1.25rem;
                position: relative;
                border-top-left-radius: 0.25rem;
                border-top-right-radius: 0.25rem;
            }

            .bg-login .fade .login input {
                border-bottom: 1px solid #3c763d;
            }

            .bg-login .fade .login label {
                color: #3c763d;
            }

            .bg-login .fade .login .login-form {
                padding: 5px 30px 20px 30px;
            }

                .bg-login .fade .login .login-form .row .login-btn .btn {
                    padding: 0 !important;
                    width: 100%;
                    display: inline-block;
                }

.status {
    text-align: center;
    font-size: 17px;
    color: white;
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1100;
    position: fixed;
    top: 0;
}

.success {
    color: #28a745 !important;
}

.failed {
    color: #dc3545 !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInLogin {
    animation-name: fadeIn;
    animation-duration: 1s;
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRight {
    animation-name: fadeRight;
    animation-duration: 0.5s;
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icon.woff2) format("woff2");
}

@font-face {
    font-family: 'roboto-thin';
    src: url("../fonts/roboto/Roboto-Thin.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url("../fonts/roboto/Roboto-Bold.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url("../fonts/roboto/Roboto-Regular.woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-light';
    src: url("../fonts/roboto/Roboto-Light.woff2");
    font-weight: normal;
    font-style: normal;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.body-login {
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212529;
    background: #d7e8f1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.tabs .indicator {
    background-color: #0170dc !important;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

.pad-left-20 {
    padding-left: 20px;
}

.font-color {
    color: #676a6c;
}

.font-color-2 {
    color: green;
}

.reset-margin {
    margin: 0 !important;
}

.nav-green {
    background: #0170dc;
}

.nav-item {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 5px 20px;
}

.nav-green .right ul {
    margin-top: 50px;
}

.cursor {
    cursor: pointer;
}

.overflow {
    overflow-y: auto;
}

.title {
    height: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 5px 20px;
}

.title-content {
    margin-bottom: 2px;
    background: white;
    color: #676a6c;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}

    .title-content .timer {
        display: inline-block;
        font-size: 19px;
        float: right;
        margin-right: 50%;
        padding-top: 2px;
        font-weight: bold;
        color: blue;
        transition: 0.5s;
    }

.content-wrapper {
    margin: 10px;
}

.content {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px !important;
    height: auto;
    background: white;
}

.content-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.content-header-fixer {
    display: inline-block
}

.content-header::after, .content-body::after, .content-footer::after {
    display: block;
    clear: both;
    content: "";
}

.content-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.content-body {
    padding: 20px;
}

.footer {
    width: 100%;
    border-top: 1px solid #0170dc;
    background: white;
    padding: 10px 20px;
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 34%), 0 0 6px 0 rgb(0 0 0 / 14%);
}

.avatar {
    width: 70px;
    height: 70px;
}

.preload {
    z-index: 1200;
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
}

    .preload img {
        background: black;
        width: 300px;
        height: 100px;
        opacity: 0.7;
        padding: 10px 100px;
        border-radius: 10px;
        margin-left: 30%;
        margin-top: 5%;
    }

.action {
    display: inline-block;
    margin: 5px;
}

.help {
    font-size: 16px;
    color: green;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #0170dc;
}

.rot {
    transform: rotate(90deg);
    transition: 0.5s;
}

.dashboard-inner-item {
    display: inline-block;
    width: 100%;
    border: 1.5px solid #0170dc;
    border-radius: 10px;
}

    .dashboard-inner-item .left-item {
        text-align: center;
        float: left;
        display: inline-block;
        width: 30%;
        font-size: 30px;
        padding: 12px 0;
        color: white;
        background: #0170dc;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .dashboard-inner-item .right-item {
        text-align: center;
        float: right;
        display: inline-block;
        width: 70%;
        line-height: 32px;
        padding: 10px 0;
        color: #0170dc;
    }

        .dashboard-inner-item .right-item .right-item-top {
            width: 100%;
            display: block;
            font-size: 30px;
            font-weight: bold;
            line-height: 50px;
        }

        .dashboard-inner-item .right-item .right-item-bottom {
            width: 100%;
            display: block;
            font-size: 15px;
            line-height: 0px;
        }

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    border-left-color: #0170dc;
    background: #fff;
}

.left {
    margin-left: 10px;
}


.text-right {
    text-align: right;
}

ul.dropdown-content li {
    text-align: left;
}

a.dropdown-trigger.btn-menu {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    text-align: center;
    width: 250px;
}

    a.dropdown-trigger.btn-menu span {
        display: inline-block;
        position: absolute;
    }

.input-field > label {
    font-weight: bold;
    color: #0170dc !important;
    font-size: 1.1rem !important;
    align-items: center;
    gap: 5px;
}

.modal {
    color: #676a6c !important;
}

.full-width {
    width: 100% !important;
}

.blank {
    background: #f3f3f4;
    margin-top: 10px;
    margin-left: -10px;
    display: inline-block;
}

.testing-left {
    width: 120px;
    overflow-y: auto;
    display: inline-block;
    position: fixed;
    transition: 0.5s;
    height: calc(100% - 103px);
    background: white;
    border: 1px solid rgba(0,0,0,.125);
    padding-left: 20px;
}

    .testing-left .menu-link {
        color: #0170dc;
        display: block;
        padding: 0.75rem 0.5rem 0.1rem 0;
        font-size: 17px;
        font-weight: bold;
    }

        .testing-left .menu-link .tick {
            float: left;
            color: green;
            margin-right: 10px;
        }

.testing-right {
    display: inline-block;
    float: right;
    overflow-y: auto;
    width: calc(100% - 125px);
    /*padding-right: 90px;*/
    background: #fff;
}

.item-quest {
    padding: 0.75rem 1.25rem;
}

    .item-quest .quest-title {
        color: #0170dc;
        font-weight: bold;
        font-size: 17px;
    }

    .item-quest .quest-content {
        font-weight: bold;
        font-size: 17px;
    }

    .item-quest .quest-answer > p > label > span {
        font-weight: bold;
        font-size: 17px;
        color: #676a6c;
    }

.timer-fixed {
    position: fixed !important;
    top: 80px !important;
    z-index: 9999 !important;
    right: 5px !important;
    margin-top: 30px;
    margin-right: 0 !important;
    padding: 5px 25px !important;
    border: 2px solid #0170dc !important;
    background: white;
    border-radius: 2px;
    font-weight: 600;
}

.sender-fixed {
    position: fixed !important;
    top: 125px !important;
    z-index: 9999 !important;
    right: 5px !important;
    margin-top: 30px;
    margin-right: 0 !important;
}

label {
    font-size: 1rem !important;
}

.dt-buttons {
    position: absolute;
    right: 0px;
    bottom: -10px;
}

    .dt-buttons button {
        height: 36px;
    }

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6 !important;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }

.table td, .table th {
    padding: 0.75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

    .table td p, .table th p {
        margin: 0;
    }

.table [type="checkbox"] + span:not(.lever):before, .table [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

table.dataTable tbody tr {
    background-color: #ffffff !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

    table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
        border-right-width: 0;
    }

.table-hover tbody tr:hover {
    color: #212529;
    /*background-color: rgba(0,0,0,.075) !important;*/
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

.jsgrid-align-center, .jsgrid-align-center input, .jsgrid-align-center select, .jsgrid-align-center textarea {
    text-align: center;
}

.jsgrid-align-right, .jsgrid-align-right input, .jsgrid-align-right select, .jsgrid-align-right textarea {
    text-align: right;
}

.dataTables_length .select-wrapper {
    display: inline-block;
    margin-left: 5px;
}

    .dataTables_length .select-wrapper input.select-dropdown {
        height: calc(1.8125rem + 2px);
        line-height: 1.5;
        width: 60px;
    }

    .dataTables_length .select-wrapper .caret {
        margin: 3px 0;
    }

.dataTables_wrapper .dataTables_filter label input {
    height: calc(1.8125rem + 2px);
    line-height: 1.5;
}

.row {
    margin: 0 -.75rem !important;
}

.btn-light {
    color: #0170dc;
    display: inline-block;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 36px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #0d6efd;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-primary:hover {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

.btn-outline-success, .buttons-excel {
    color: #198754;
    border-color: #198754;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-success:hover, .buttons-excel:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754;
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffc107;
        border-color: #ffc107;
    }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    padding: 0.05rem 0.4rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-outline-danger:hover {
        background: #dc3545;
        color: #fff;
        border-color: #dc3545;
    }

.nav-header {
    background: linear-gradient(35deg, #0170dc, #0170dc, #0170dc, #0170dc);
    /*background: linear-gradient(35deg,#012F7E, #1867AE, #0091D3, #00B9EF);*/
    /*    background-image: linear-gradient(150deg, #0170dc, #f40000);*/
}

.brand-logo .img-brand {
    width: 100%;
    height: 56px;
}

nav .brand-logo {
    position: relative;
}

@media only screen and (min-width: 601px) {
    .brand-logo .img-brand {
        height: 64px;
    }
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 0 !important;
        transform: translateX(0%) !important;
    }
}

.nav-menu {
    background-color: #fff;
}

.navbar-default {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

    .navbar-default .nav-link {
        color: #212529;
        font-weight: bold;
        display: block;
        padding: 0.5rem 2rem;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .container {
        width: 95% !important;
    }
}

.slide-wrapper {
    background: #0170dc;
    margin: 50px 0;
}

.slide-wrapper-main {
    background: #0170dc;
    margin: 20px 0;
}

.slide-wrapper .row .col.m8 {
    padding-right: 0 !important;
}

.slide-wrapper .row .col.m4 {
    padding-left: 0 !important;
}

@media (max-width: 600px) {
    .slide-wrapper .row .col.m4, .slide-wrapper .row .col.m8 {
        padding: 0 0.75rem !important;
    }
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.title-slide {
    position: absolute;
    text-align: left;
    bottom: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px white;
    line-height: 130%;
    font-size: 26px;
    width: 100%;
    padding: 10px;
    color: red;
}

.img-fluid {
    width: 100%;
    height: auto;
    vertical-align: middle;
    transition: .3s ease;
    backface-visibility: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .img-fluid:hover {
        opacity: 0.9
    }

@media (min-width: 1025px) {
    .img-cover .img-fluid {
        width: 795px;
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .img-cover .img-fluid {
        width: 555px;
        height: 350px;
    }
}

.test-header-list {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}

.test-list {
    background: #fff;
}


    .test-list ul {
        margin: 0;
    }

        .test-list ul li {
            line-height: 36px;
        }

    .test-list .title {
        margin: 0;
        font-weight: 400;
        padding: 10px 15px 10px 30px;
        line-height: 23px;
        font-weight: 500;
        font-size: 14px;
    }

        .test-list .title a {
            color: #3b3b3b;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

.test-more-list {
    padding: 5px 40px;
}

.test-register {
    padding: 5px 40px;
}

.info-test {
    background: #fff;
}

.info-title {
    padding-top: 20px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #0170dc;
}

.info-title-line {
    border: 1px solid #002d5b;
    width: 200px;
    text-align: center;
    margin-bottom: 40px;
}

.ItemImg {
    background-color: #0170dc;
    text-align: center;
    font-size: 1.6em;
    height: 80px;
    width: 80px;
    color: #FFF;
    padding: 16px 0px 0px 0px;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

    .ItemImg:hover .fa:before {
        color: #ffff00
    }

.ItemTitle {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #004FA5;
    text-align: center;
    margin: 5% 0 5% 0;
}

.link-logo {
    padding: 40px 0;
    background: linear-gradient(35deg, #0170dc, #0170dc, #0170dc, #0170dc);
}

.f-contact {
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.NewsDetail .NTitle {
    clear: both;
    font-family: 'Source Sans Pro,Georgia';
    font-size: 1.6em;
    line-height: 1.3em;
    color: #0F539D;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

.NContent a {
    color: #212529;
}

    .NContent a:hover {
        color: #039be5;
    }

.notifications-index .notification-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #eee;
    border-radius: 5px;
}

.headline {
    position: relative;
    padding: 5px 15px;
    background: #0170dc;
    text-align: left;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    font-weight: 700;
    font-size: 22px;
}

    .headline .panel-title {
        position: relative;
        margin: 0;
        color: #fff;
        font-weight: 500;
        font-size: 22px;
    }

        .headline .panel-title:hover {
            color: #FFFF00;
        }

.text-uppercase {
    text-transform: uppercase;
}

.right-action.pull-right {
    padding-top: 9px;
    font-size: 12px;
    font-weight: normal;
}

.pull-right {
    float: right !important;
}

.notifications-index .notification-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

    .notifications-index .notification-list .list-item:hover a, div.material-table table tr td:hover a {
        color: #0170dc
    }

    .notifications-index .notification-list .list-item .date, .num-of-district {
        width: 20%;
        padding: 5px 15px;
        text-align: right;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 13px;
        margin: 0;
        display: inline-block;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #fff;
        background-color: #0170dc;
        width: max-content;
    }

.num-of-district {
    font-size: 15px;
}

.num-of-total {
    background-color: green;
}

.num-of-ward {
    font-weight: 500;
    color: #0170dc;
    font-size: 14px;
    font-style: italic;
}

.notifications-index .notification-list .list-item .date:hover {
    color: #ffff00
}

.notifications-index .notification-list .list-item .title {
    margin: 0;
    font-weight: 400;
    width: 80%;
    line-height: 23px;
    font-size: var(--font-size-base);
    font-weight: 500;
    font-size: 14px;
}

    .notifications-index .notification-list .list-item .title a {
        color: #3b3b3b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* .notifications-index .notification-list .list-item::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #0170dc;
        border-radius: 50%;
        left: 20%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }*/

.countdown-clock .headline {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    background: transparent;
}

.countdown-clock .headline {
    padding: 10px !important;
}

.countdown-clock .mb-15.text-center {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
}

.text-center {
    text-align: center;
}

:root {
    --color-bg: #2dcb73;
}

.text-time-out {
    margin: 1rem 0;
    font-size: 1.5rem;
}

.flip-clock-wrapper {
    background: #fff;
    padding: 20px 20px 45px;
    margin-bottom: 10px !important;
    width: fit-content !important;
    text-align: center;
    border-radius: 5px;
}

    .flip-clock-wrapper .countdown {
        margin-right: -5px;
        white-space: nowrap;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center;
    }

.counter {
    margin-right: 5px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

    .counter:after {
        display: inline-block;
        content: attr(title);
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        background: #2dcb73;
        color: #fff;
        padding: 3px 5px;
        font-size: 11px;
        border-radius: 5px;
    }

.days:after {
    background: #2dcb73;
}

.hours:after {
    background: #5ba2dc;
}

.minutes:after {
    background: #9b59b6;
}

.seconds:after {
    background: #f39c12;
}

.counter .green-btn {
    background: #2dcb73;
    color: #fff;
    padding: 5px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: bold;
    margin-right: 2px;
    border-radius: 4px;
}

.hours .green-btn {
    background: #5ba2dc;
}

.minutes .green-btn {
    background: #9b59b6;
}

.seconds .green-btn {
    background: #f39c12;
}

.countdown-clock .headline {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    background: transparent;
}

.btn-countdown .button-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.counting-user {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    font-style: italic;
    padding-top: 5px;
}

.btn-countdown .button-group .btn {
    width: 100%;
    margin: auto;
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 10px 70px;
    font-size: 1.5rem;
    height: 50px;
    /* vertical-align: middle; */
    display: flex;
    align-content: center;
    align-items: center;
}

.btn-countdown .btn-danger {
    border: none !important;
    font-weight: 700;
}

.btn-countdown .btn-default {
    color: #d01c27 !important;
    border: none !important;
    font-weight: 700;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6 !important;
}

.btn-default {
    color: #333;
    background-color: #fff !important;
    border-color: #ccc;
}

.btn-countdown .btn-danger:hover {
    background-color: #278bde !important;
}

/* ===================== MEDIA QUERIES ===================== */

/* 601px - 1024px */
@media (min-width: 601px) and (max-width: 1024px) {
    .counter .green-btn {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }

    .counter:after {
        font-size: 9px;
        padding: 2px 4px;
        top: calc(100% + 8px);
    }

    .flip-clock-wrapper {
        padding: 10px 12px 28px;
        transform: scale(0.9);
        transform-origin: center;
    }

    .btn-countdown .button-group .btn {
        font-size: 12px;
        margin-bottom: 5px !important;
    }
}

/* 1025px - 1360px */
@media (min-width: 1025px) and (max-width: 1360px) {
    .counter .green-btn {
        font-size: 1.6rem;
        line-height: 1.6rem;
        padding: 3px 6px;
    }

    .counter:after {
        font-size: 9px;
        padding: 2px 4px;
        top: calc(100% + 12px);
    }

    .counter {
        margin-right: 3px;
    }

    .flip-clock-wrapper {
        padding: 12px 15px 35px;
        transform: scale(0.95);
        transform-origin: center;
    }

    .btn-countdown .button-group .btn {
        margin-bottom: 10px !important;
        margin-top: 8px !important;
        font-size: 1.125rem;
        height: 40px;
        padding: 0 50px;
    }
}

@media (min-width: 1360px) and (max-width: 1600px) {
    .btn-countdown .button-group .btn {
        margin-bottom: 10px !important;
        margin-top: 8px !important;
        font-size: 1.225rem;
        height: 45px;
        padding: 0 60px;
    }

    .flip-clock-wrapper {
        padding: 10px 20px 44px;
        transform: scale(0.9);
        transform-origin: center;
        margin-bottom: 0 !important
    }

    .text-time-out {
        margin: 0.725rem 0;
        font-size: 1.275rem;
    }
}

/* <= 1024px */
@media (max-width: 1024px) {
    .btn-countdown .button-group {
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
    }

        .btn-countdown .button-group .btn {
            font-size: 12px;
            margin-bottom: 5px !important;
            margin-top: 5px !important;
            height: 30px;
            padding: 0 40px;
        }

    .text-time-out {
        margin: 0.5rem 0;
        font-size: 1rem;
    }

    .flip-clock-wrapper {
        margin-bottom: 0 !important
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: 6px 10px;
    }
}

/* <= 543px */
@media (max-width: 543px) {
    .counter .green-btn {
        font-size: 2.6rem;
        line-height: 2.6rem;
        padding: 3px 6px;
    }

    .counter:after {
        top: calc(100% + 6px);
    }

    .flip-clock-wrapper {
        padding: 16px 16px 40px;
        transform: scale(0.85);
        transform-origin: center;
    }

    .btn-countdown .button-group .btn {
        font-size: 18px;
        margin-bottom: 15px !important;
        height: 40px;
        padding: 0 50px;
        margin-top: 15px !important
    }

    .text-time-out {
        margin: 1rem 0;
        font-size: 1.5rem;
    }
}
}

/* <= 480px */
@media (max-width: 480px) {
    .countdown-clock .headline {
        padding: 4px;
        font-size: 1.2rem;
    }

    .countdown-clock .mb-15.text-center {
        padding-bottom: 8px;
    }

    .counter:after {
        top: calc(100% + 4px);
    }

    .flip-clock-wrapper {
        margin-bottom: 15px;
        padding: 14px 14px 34px;
        transform: scale(0.8);
        transform-origin: center;
    }
}


.carousel .carousel-item > img {
    object-fit: cover;
    width: 100%;
    border-radius: 0.25rem;
    height: 100%;
}

.support {
    text-align: right;
    color: #0170dc;
    font-weight: 600;
}

    .support p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.sidenav li > a > i {
    margin: 0 !important
}

.top-menu {
    /* -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.parallax-container {
    width: 100% !important;
    height: auto;
}

    .parallax-container .parallax img {
        opacity: 1 !important;
        object-fit: cover;
    }

div.material-table {
    padding: 0;
    margin: 0;
}

    div.material-table .hiddensearch {
        padding: 0 14px 0 24px;
        border-bottom: solid 1px #DDDDDD;
        display: none;
    }

        div.material-table .hiddensearch input {
            margin: 0;
            border: transparent 0 !important;
            height: 48px;
            color: rgba(0, 0, 0, .84);
        }

            div.material-table .hiddensearch input:active {
                border: transparent 0 !important;
            }

    div.material-table table {
        table-layout: fixed;
    }

    div.material-table .table-header {
        height: 64px;
        padding-left: 24px;
        padding-right: 14px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
        -webkit-display: flex;
        border-bottom: solid 1px #DDDDDD;
    }

        div.material-table .table-header .actions {
            display: -webkit-flex;
            margin-left: auto;
        }

        div.material-table .table-header .btn-flat {
            min-width: 36px;
            padding: 0 8px;
        }

        div.material-table .table-header input {
            margin: 0;
            height: auto;
        }

        div.material-table .table-header i {
            color: rgba(0, 0, 0, 0.54);
            font-size: 24px;
        }

    div.material-table .table-footer {
        height: 56px;
        padding-left: 24px;
        padding-right: 14px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
        font-size: 12px !important;
        color: rgba(0, 0, 0, 0.54);
    }

        div.material-table .table-footer .dataTables_length {
            display: -webkit-flex;
            display: flex;
        }

        div.material-table .table-footer label {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.54);
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row
            /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        div.material-table .table-footer .select-wrapper {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row
            /* works with row or column */
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        div.material-table .table-footer .dataTables_info,
        div.material-table .table-footer .dataTables_length {
            margin-right: 32px;
        }

        div.material-table .table-footer .material-pagination {
            display: flex;
            -webkit-display: flex;
            margin: 0;
        }

            div.material-table .table-footer .material-pagination li:first-child {
                margin-right: 24px;
            }

            div.material-table .table-footer .material-pagination li a {
                color: rgba(0, 0, 0, 0.54);
            }

        div.material-table .table-footer .select-wrapper input.select-dropdown {
            margin: 0;
            border-bottom: none;
            height: auto;
            line-height: normal;
            font-size: 12px;
            width: 40px;
            text-align: right;
        }

        div.material-table .table-footer select {
            background-color: transparent;
            width: auto;
            padding: 0;
            border: 0;
            border-radius: 0;
            height: auto;
            margin-left: 20px;
        }

    div.material-table .table-title {
        font-size: 20px;
        color: #000;
    }

    div.material-table table tr td {
        padding: 0 0 0 56px;
        height: 48px;
        font-size: 13px;
        color: rgba(0, 0, 0, 0.87);
        border-bottom: solid 1px #DDDDDD;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    div.material-table table tr:last-child {
        border-bottom: none;
    }

    div.material-table table tr td a.title {
        color: inherit;
        color: #3b3b3b;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 0;
        font-weight: 400;
        padding: 10px 15px;
        width: 80%;
        line-height: 23px;
        font-weight: 500;
        font-size: 14px;
    }

    div.material-table table tr td a i {
        font-size: 18px;
        color: rgba(0, 0, 0, 0.54);
    }

    div.material-table table tr {
        font-size: 12px;
    }

    div.material-table table th {
        font-size: 12px;
        font-weight: 500;
        color: #757575;
        cursor: pointer;
        white-space: nowrap;
        padding: 0;
        height: 56px;
        padding-left: 56px;
        vertical-align: middle;
        outline: none !important;
    }

    div.material-table .dialog table th {
        font-size: 15px;
        font-weight: bold;
    }

    div.material-table table th.sorting_asc,
    div.material-table table th.sorting_desc {
        color: rgba(0, 0, 0, 0.87);
    }

        div.material-table table th.sorting:after,
        div.material-table table th.sorting_asc:after,
        div.material-table table th.sorting_desc:after {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 1;
            letter-spacing: normal;
            text-transform: none;
            display: inline-block;
            word-wrap: normal;
            -webkit-font-feature-settings: 'liga';
            -webkit-font-smoothing: antialiased;
            content: "arrow_back";
            -webkit-transform: rotate(90deg);
            display: none;
            vertical-align: middle;
        }

        div.material-table table th.sorting:hover:after,
        div.material-table table th.sorting_asc:after,
        div.material-table table th.sorting_desc:after {
            display: inline-block;
        }

        div.material-table table th.sorting_desc:after {
            content: "arrow_forward";
        }

    div.material-table table tbody tr:hover {
        background-color: #EEE;
    }

    div.material-table table th:first-child,
    div.material-table table td:first-child {
        padding: 0 0 0 24px;
    }

    div.material-table table th:last-child,
    div.material-table table td:last-child {
        padding: 0 14px 0 0;
    }

.modal .modalbody {
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
}

.sub-title {
    font-weight: 1000;
    color: #4caf50;
    -webkit-text-stroke: 1px #fff;
    font-size: 2.5rem
}

.sub-time {
    font-weight: 800;
    color: #ff0;
    -webkit-text-stroke: 1px firebrick;
    font-size: 1.8rem;
    font-style: italic;
}

.parallax-container .parallax img.sub-img {
    top: 0;
}

@media (max-width: 651px) {
    .sub-title {
        font-size: 2rem;
        -webkit-text-stroke: 0.5px #fff;
    }

    .sub-time {
        font-size: 1.4rem;
        -webkit-text-stroke: 0.5px firebrick;
    }
}

@media (max-width: 547px) {
    .sub-title {
        font-size: 1.6rem;
        -webkit-text-stroke: 0.5px #fff;
    }

    .sub-time {
        font-size: 1.4rem;
        -webkit-text-stroke: 0.5px firebrick;
    }
}

nav a:hover {
    color: #FFFF00
}

@media only screen and (min-width: 601px) {
    .right-desk {
        text-align: right;
    }
}

@media only screen and (max-width: 600px) {
    .center-mobile {
        text-align: center;
    }
}

.dialog.dialog--active {
    top: 10%;
    visibility: visible;
    opacity: 1;
    transition: all 250ms ease-out;
}

.dialog {
    background: #fff;
    width: 85% !important;
    padding: 30px !important;
    box-shadow: 0 10px 30px rgb(51 51 51 / 40%);
    border: 3px solid #0170dc;
    visibility: hidden;
    opacity: 0;
    transition: all 180ms ease-in;
}
@media only screen and (max-width: 600px) {
    .dialog {
        width: 95% !important;
        padding: 10px !important;
    }
}
    .dialog.admin {
        width: calc(70% +20px) !important;
    }

    .dialog .dialog__close a {
        font-size: 2rem;
        line-height: 2rem;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
        padding: 15px;
        transition: color 150ms ease;
        width: 20px;
        color: #0170dc;
    }

    .dialog .dialog__title {
        font-size: 2rem;
        font-family: "Slabo 27px", serif;
        font-weight: 100;
        margin: 0;
        padding: 0 20px 15px 0;
        color: #0170dc;
        border-bottom: 2px solid #0170dc;
    }

    .dialog .dialog__content {
        font-size: 1.1rem;
        line-height: 2rem;
    }

#datatableNotifi tr:hover td, #datatable tr:hover td {
    background: cornsilk;
}

.ql-align-center {
    text-align: center
}

.ql-align-right {
    text-align: right
}

.ql-align-left {
    text-align: left
}

.ql-align-justify {
    text-align: justify
}

.parallax-container {
    /*  height: 50rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url('/Assets/images/bg-home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center*/
}

.bg-home {
    width: 100%;
    display: block
}

.bg-home-mobile {
    width: 100%;
    display: none
}

.count-time {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .parallax-container {
        /*background: url('/Assets/images/bg-home-mobile.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat*/
    }

    .bg-home {
        display: none
    }

    .bg-home-mobile {
        display: block
    }

    .testing-left {
        display: none;
    }

    .testing-right {
        width: 100%
    }
}


.parallax-container .parallax {
    height: 100%;
}

.parallax-container .sub-img {
    height: 100%;
    object-fit: cover; /* This is optional and will make the image cover the container */
}

@media screen and (max-width:991px) {
    .vongquay {
        height: 550px;
    }
}

@media screen and (max-width:576px) {
    .vongquay {
        height: 400px;
    }
}

.py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

label {
    transform: translateY(-25px) scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
}

/* ==== Select2 Single & Search Field ==== */
.select2 .selection .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    height: 3rem !important; /* Match Materialize input height */
    line-height: 3rem !important;
    font-size: 16px;
    font-family: inherit;
    background-color: transparent;
    padding-top: 0.5rem;
}

/* Khi focus vào select single */
.select2-container--default .select2-selection--single:focus {
    border-bottom: 1px solid #26a69a !important; /* Materialize primary color */
    box-shadow: 0 1px 0 0 #26a69a !important;
}

/* ==== Select2 Multiple ==== */
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
    min-height: 3rem !important;
    line-height: 3rem !important;
    padding: 0.25rem 0 !important;
    background-color: transparent;
}

/* ==== Option List ==== */
.select2-results__option {
    color: #147EBF;
    padding: 8px 16px;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee !important;
    color: #147EBF !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e1e1e1 !important;
}

/* ==== Dropdown Panel ==== */
.select2-dropdown {
    border: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
    border-radius: 2px;
}

/* ==== Group Header ==== */
.select2-container--default .select2-results__option[role=group] .select2-results__group {
    background-color: #333;
    color: #fff;
    padding: 8px 12px;
}

/* ==== Search Inline (Multiple mode) ==== */
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
    height: 2rem;
}

    .select2-container .select2-search--inline .select2-search__field:focus {
        border-bottom: none !important;
        box-shadow: none !important;
    }

/* ==== Disabled State ==== */
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #ddd !important;
    color: rgba(0,0,0,0.26) !important;
    border-bottom: 1px dotted rgba(0,0,0,0.26) !important;
}

/* ==== Arrow Alignment ==== */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem !important;
    right: 0.5rem;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 50% !important;
        transform: translateY(-50%);
    }

/* ==== Label Position Fix ==== */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    &.valid + label::after, &.invalid + label::after, &:focus.valid + label::after, &:focus.invalid + label::after

{
    white-space: pre;
}

&.empty {
    &:not(:focus).valid + label::after, &:not(:focus).invalid + label::after

{
    top: 2.8rem;
}

}
}

.spin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

#wheel-container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
}

#wheel {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: auto;
}

#spin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: orange;
    color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 5px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

    #spin:after {
        content: "";
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid transparent;
        border-bottom-color: currentColor;
        border-top: none;
    }
/* Tăng kích thước và màu cho label */
.input-field label {
    font-weight: bold;
    color: #e91e63; /* Hồng nổi bật */
    font-size: 1.1rem;
    align-items: center;
    gap: 5px;
}

    /* Tùy chỉnh dấu (*) */
    .input-field label .failed {
        color: red;
        font-weight: bold;
    }

/* Hiệu ứng khi focus input */
.input-field input:focus + label {
    color: #ff9800 !important; /* Cam khi focus */
}

.shine-btn {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #d9534f; /* đỏ danger */
    border: none;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

    /* Lớp ánh sáng */
    .shine-btn::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 250%; /* tăng chiều rộng ánh sáng */
        height: 250%;
        background: linear-gradient( 45deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100% );
        animation: shineMove 4s linear infinite; /* trượt chậm hơn */
        pointer-events: none;
    }

/* Hiệu ứng trượt chéo liên tục */
@keyframes shineMove {
    0% {
        transform: translateX(-120%) rotate(45deg);
    }

    100% {
        transform: translateX(120%) rotate(45deg);
    }
}

.register-test {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 40px 0;
    padding: 1rem 2rem;
}

