@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700&display=swap");
.header1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
}

.header2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
}

.header3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.body,
.dashboard .dashboard-table .table td,
.content-card .table td {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.body-bold,
.dashboard .dashboard-table .table th,
.content-card .table th,
.box-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.small {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 19.6px */
}

.pre-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.button-text,
.nav-abc,
.btn-master,
.btn-red,
.btn-green,
.btn-primary {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.link-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

.f-primary {
    color: #3a63f5 !important;
}

.b-primary {
    background: #3a63f5 !important;
}

.f-grey {
    color: #aeb4b8 !important;
}

.b-grey {
    background: #aeb4b8 !important;
}

.f-black {
    color: #0e0e2c !important;
}

.f-white {
    color: #ffffff !important;
}

.f-red {
    color: #ed4b9e !important;
}

.f-green {
    color: #31d0aa !important;
}

body {
    font-family: "Work Sans", sans-serif;
    min-height: 100vh;
    margin: 0;
    position: relative;
    color: #0e0e2c;
    background: #eff5ff;
}

.px-30 {
    padding: 0px 30px !important;
}

a {
    text-decoration: none;
}

.nav-item {
    margin-left: 30px;
}

.nav-item,
.nav-link,
.dropdown-item {
    color: #0e0e2c;
}
.nav-item:hover,
.nav-link:hover,
.dropdown-item:hover {
    color: #3a63f5;
}

table.dataTable.no-footer,
table.dataTable.no-footer td {
    border-bottom: none !important;
}

.text-header,
.hs-r,
.hs-l {
    display: flex;
    padding: 2px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.layout {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hs-r {
    border-left: 2px solid #0e0e2c;
    padding-left: 1rem;
}

.btn-master,
.btn-red,
.btn-green,
.btn-primary {
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
}

.form-check-input {
    border: 1px solid #0e0e2c !important;
}

.btn-primary {
    background: #3a63f5;
}

.mt-35 {
    margin-top: 35px;
}

.btn-green {
    background: #31d0aa;
}
.btn-green:hover {
    background: #25ad8d;
    color: #ffffff;
}

.btn-red {
    background: #ed4b9e;
}
.btn-red:hover {
    background: #c5357f;
    color: #ffffff;
}

.box-number {
    text-align: center;
    background: #ed4b9e;
    color: #ffffff;
    border-radius: 4px;
    padding: 4px;
    margin: 2px 2px;
}

.login-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.img-wrap,
.dashboard .dashboard-history .bg-img-wrap {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.nav-abc {
    background: #ffffff;
    padding: 8px 30px;
    border-bottom: 5px solid #3a63f5;
    color: #0e0e2c;
    /* Drop Shadow */
    box-shadow: 0px 4px 8px 0px rgba(58, 99, 245, 0.04);
}

.abc-card,
.dashboard .dashboard-history,
.dashboard .dashboard-table,
.dashboard .dashboard-header,
.content-card {
    background: #ffffff;
    color: #0e0e2c;
    border-radius: 12px;
    box-shadow: 0px 4px 8px 0px rgba(58, 99, 245, 0.04);
}

.mt-60 {
    margin-top: 60px;
}

.img-thumbnail {
    max-width: 150px;
}

.offcanvas.offcanvas-bottom {
    padding: 15px 30px !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    overflow-y: scroll;
    z-index: 1060;
}

.content-card {
    padding: 24px 30px;
}
.content-card .table {
    overflow-x: scroll;
}
.content-card .table th {
    color: #3a63f5;
}
.content-card .table td {
    color: #0e0e2c;
}

.dashboard .dashboard-header {
    margin-top: 60px;
    padding: 24px 30px;
}
.dashboard .dashboard-header h1,
.dashboard .dashboard-header h2,
.dashboard .dashboard-header h3,
.dashboard .dashboard-header h4,
.dashboard .dashboard-header h5,
.dashboard .dashboard-header h6 {
    margin-bottom: 0px;
}
.dashboard .dashboard-header h1 {
    color: #0e0e2c;
}
.dashboard .dashboard-header h2 {
    color: #aeb4b8;
}
@media (min-width: 992px) {
    .dashboard .dashboard-header .layout {
        place-content: center;
    }
}
.dashboard .dashboard-header .circle-blue {
    width: 100px;
    height: 100px;
    background: rgba(58, 99, 245, 0.1882352941);
    color: #3a63f5;
    border-radius: 50%;
    font-size: 42px;
}
.dashboard .dashboard-header .circle-green {
    width: 100px;
    height: 100px;
    background: rgba(49, 208, 170, 0.1882352941);
    color: #31d0aa;
    border-radius: 50%;
    font-size: 42px;
}
.dashboard .dashboard-header .circle-red {
    width: 100px;
    height: 100px;
    background: rgba(237, 75, 158, 0.1882352941);
    color: #ed4b9e;
    border-radius: 50%;
    font-size: 42px;
}
.dashboard .dashboard-table {
    padding: 24px 30px;
}
.dashboard .dashboard-table .table {
    overflow-x: scroll;
}
.dashboard .dashboard-table .table th {
    color: #3a63f5;
}
.dashboard .dashboard-table .table td {
    color: #0e0e2c;
}
.dashboard .dashboard-history .bg-wrap {
    width: 100%;
    height: 200px;
    max-height: 200px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    overflow: hidden;
}
.dashboard .dashboard-history .bg-img-wrap {
    background-color: rgba(0, 0, 0, 0.3137254902);
    background-blend-mode: multiply;
}
.dashboard .dashboard-history .content {
    padding: 24px 30px;
}

.result table td {
    background: transparent;
}
.result table th {
    background: transparent;
} /*# sourceMappingURL=style.css.map */

/* Exam Navigation Boxes */
.box-number {
    cursor: pointer;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: white;
    font-weight: 500;
}

.box-number:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.box-current {
    background: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
}

.box-answered {
    background: #198754 !important;
    color: white !important;
    border-color: #198754 !important;
}

.box-number:not(.box-current):not(.box-answered) {
    background: #6c757d;
    color: white;
}

/* Timer styling */
.text-bg-danger {
    background-color: #dc3545 !important;
    color: white !important;
    padding: 1rem;
    border-radius: 0.5rem;
}

/* Card styling */
.abc-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Dashboard specific */
.dashboard-table,
.dashboard-history {
    background: white;
    border-radius: 8px;
    padding: 1rem;
}

/* Spacing utilities */
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.mt-60 {
    margin-top: 60px;
}

/* Bootstrap button customization */
.btn-green {
    background-color: #198754;
    border-color: #198754;
    color: white;
}

.btn-green:hover {
    background-color: #157347;
    border-color: #146c43;
    color: white;
}

.btn-red {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-red:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: white;
}
