﻿.banner-contest {
    /*background: linear-gradient(180deg, rgba(182, 0, 2, 0.05) 0%, rgba(182, 0, 2, 0.05) 100%);*/
}
.competition-right-bottom p {
    line-height: 30px !important;
    font-size: 16px;
}

.route {
    display: flex;
    padding: 20px 120px 10px;
    column-gap: 4px;
    font-size: 16px;
    line-height: 24px;
}

.route-home,
.route-competition {
    color: #718096;
}

#pageNumbers {
    flex-direction: row;
    display: flex;
    gap: 10px;
}

.competition-wrapper {
    width: 100%;
    /*padding: 0 120px 20px;*/
    /*background-color: rgba(0, 0, 0, 0.02);*/
}

.competition-header-left {
    display: flex;
    column-gap: 24px;
    min-height: 180px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.competition-header-wrraper {
    flex: 2;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.competition-header-title {
    font-size: 20px;
    font-weight: 700;
}

.competition-summary {
    font-size: 14px;
    color: #4A5568;
    margin-bottom: 10px;
}

.competition-header-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.competition-date {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .competition-date > span {
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .competition-date strong {
        font-size: 16px;
        font-weight: 800;
    }

.post-contest-item {
    flex: 0 0 calc((100% - 40px) / 3);
}

.competition-date-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 50px;
    padding: 4px 10px;
    text-align: center;
    border-radius: 4px;
    background: rgba(45, 55, 72, 0.10);
}

.competition-des-list h3,
.competition-des-list-item li {
    font-size: 14px;
    font-weight: 400;
    color: #1A202C;
}

.competition-des-list-item {
    padding-left: 15px;
}

    .competition-des-list-item li {
        list-style: initial;
    }

.competition-right-image {
    flex: 1;
    max-height: 180px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .competition-right-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.see-more img {
    transform: rotate(360deg);
}

.competition-status {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.competition-upcoming-status {
    background-color: rgba(15, 168, 116, 0.10);
    color: #0FA874;
}

.competition-ongoing-status {
    background-color: rgba(7, 145, 191, 0.10);
    color: #0791BF;
}

.competition-ended-status {
    color: #CF4655;
    background-color: rgba(207, 70, 85, 0.10);
}

.competition-list,
.competition-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

    .competition-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        padding-bottom: 10px;
    }

.competition-item-header,
.competition-item-header-right {
    display: flex;
    align-items: center;
}

.competition-item-header {
    justify-content: space-between;
}

.competition-item-header-right {
    column-gap: 10px;
}

.competition-item .competition-status,
.competition-item .competition-date span {
    white-space: nowrap;
}

.competition-item-header-left {
    max-width: 380px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.competition-list .competition-date > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.competition-list .competition-date-wrapper {
    min-width: 28px;
    padding: 4px 6px;
}

    .competition-list .competition-date-wrapper strong {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

.competition-plus-btn {
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.competition-round,
.competition-round-small-list {
    padding-left: 15px;
    list-style: initial;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

    .competition-round li {
        color: #1A202C;
    }

.competition-register-btn {
    padding: 10px 28px;
    border-radius: 4px;
    color: #fff;
    background-color: #003B8E;
    border-color: #003B8E;
    font-size: 16px;
    font-weight: 400;
    line-height: 162.023%;
    outline: none;
    transition: opacity linear 0.2s;
}

    .competition-register-btn:hover {
        color: #fff;
        opacity: 0.8;
    }

.competition-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.competition-tab {
    background: none;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    font-size: 16px;
}

    .competition-tab.competition-tab-active {
        color: #003B8E;
        font-weight: bold;
        border-bottom: 2px solid #003B8E;
    }

.competition-content-layout {
    display: flex;
    column-gap: 24px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

.competition-left {
    flex: 2;
}

.competition-left-content {
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid var(--border-color);
}

.competition-reviews-content {
    display: flex;
    column-gap: 20px;
}

.competition-reviews-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    padding: 20px 30px;
    border-radius: 2px;
    background-color: #FBF2F2;
}

.competition-reviews-left-text {
    font-size: 12px;
}

.competition-reviews-rating-number {
    font-size: 30px;
    font-weight: 700;
    color: #EB4E0E;
    line-height: normal;
}

.competition-reviews-right {
    flex: 4;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.competition-reviews-progress {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.competition-stars {
    white-space: nowrap;
}

.competition-reviews-progress-bar {
    flex: 1;
    height: 10px;
    border-radius: 20px;
    background-color: #D8D8D8;
}

    .competition-reviews-progress-bar.reviews-progress-active {
        background-color: #003B8E;
    }

.competition-reviews-percent {
    min-width: 36.52px;
    padding: 5px;
    border-radius: 2px;
    background-color: #F5F5F3;
    margin-left: auto;
    text-align: center;
}

.competition-left-content:not(:first-child) {
    margin-top: 20px;
}

.competition-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.10);*/
}

    .competition-section-header .competition-section-title {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

.competition-section-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.competition-section-right {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .competition-section-right span {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .competition-section-right img {
        width: 16px;
        height: 16px;
    }

.competition-card,
.competition-info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.competition-image {
    border-radius: 4px;
}

.competition-title,
.competition-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.competition-title {
    min-height: 48px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.competition-time {
    font-size: 14px;
    line-height: 20px;
}

.competition-description {
    min-height: 40px;
    font-size: 14px;
    line-height: 20px;
}

.interact {
    display: flex;
    justify-content: space-between;
}

.interact-like,
.interact-views {
    display: flex;
    align-items: center;
    column-gap: 4px;
    font-size: 14px;
    line-height: 20px;
}

    .interact-like img,
    .interact-views img {
        width: 18px;
    }

.competition-section-item {
    color: #000;
    font-size: 14px;
    line-height: 23px;
}

.competition-section-title {
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
    /*border-bottom: 1px solid #E4E4E4;*/
    font-size: 20px;
    font-weight: 600;
}

.competition-section-file-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.competition-section-file-item {
    display: flex;
    column-gap: 16px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #EAEAEA;
}

pre {
    font-size: 14px;
    color: #000;
    font-family: 'Inter';
    margin-bottom: 0;
    padding: 0;
    background: #fff
}

.competition-section-file-image {
    padding: 0 4px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(182, 0, 2, 0.05) 0%, rgba(182, 0, 2, 0.05) 100%);
}

    .competition-section-file-image img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

.competition-section-file-title {
    font-size: 14px;
    font-weight: 400;
}

.competition-section-file-size {
    padding: 4px;
    border-radius: 2px;
    background-color: #F7F8FC;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.competition-section-file-download {
    cursor: pointer;
    padding: 7px 8px;
    border-radius: 2px;
    background-color: #F7F8FC;
}

    .competition-section-file-download img {
        width: 16px;
        height: 16px;
        object-fit: contain;
    }

.competition-exam-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #E4E4E4;
    line-height: 26px;
}

    .competition-exam-item p,
    .competition-sub-item p {
        font-size: 16px;
    }

    .competition-exam-item .left {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

.competition-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    border-radius: 99px;
    background: #F7F8FC;
}

.competition-sub-item p:first-of-type {
    margin-top: 0;
}

.competition-heart {
    cursor: pointer;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #F7F8FC;
}

.competition-sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.competition-sub-left {
    display: flex;
    align-items: center;
    padding-left: 40px;
    column-gap: 16px;
}

.competition-sub-item p {
    margin: 0;
    line-height: 1.5;
}

.competition-review-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
}

.competition-review-item {
    display: flex;
    column-gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D4CE;
}

.competition-review-avatar {
    display: block;
    width: 133px;
}

    .competition-review-avatar img {
        width: 100%;
        object-fit: cover;
    }

.competition-review-info {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.competition-review-info-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.competition-review-info-left {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

    .competition-review-info-left span {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #4A5568;
    }

    .competition-review-info-left time {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

.competition-review-info-right {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.competition-review-info-rating {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.competition-left p:first-of-type {
    margin-top: 0;
}

.competition-review-info-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.pagination {
    justify-content: flex-start;
    padding-left: 0;
}

.interact,
.interact-right,
.interact-left,
.interact-wrapper {
    display: flex;
    align-items: center;
}

.interact {
    justify-content: space-between;
    padding: 14px 0;
    border-top: 1px solid #E4E4E4;
}

    .interact img {
        width: 18px;
        height: 18px;
    }

    .interact span {
        font-size: 14px;
        line-height: 20px;
    }

.interact-left {
    column-gap: 16px;
}

.interact-wrapper,
.interact-right {
    column-gap: 4px;
}

.competition-detail-comments {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    /*margin-top: 20px;*/
}

.competition-detail-comments-title {
    font-size: 20px;
    font-weight: 700;
}

.competition-detail-comments-form {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.competition-detail-comments-form-left {
    flex: 1;
    display: flex;
    min-height: 64px;
    padding: 16px;
    column-gap: 10px;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
}

    .competition-detail-comments-form-left img {
        width: 24px;
        height: 24px;
        object-fit: cover;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, 0.20);
    }

    .competition-detail-comments-form-left textarea {
        min-height: 6px;
        border: none;
        padding: 0 10px 10px 0;
        background-color: transparent;
        box-shadow: none;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

.competition-detail-comments-btn {
    align-self: flex-start;
    padding: 10px 28px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #003B8E;
    color: #003B8E;
    font-size: 16px;
    line-height: 162.023%;
    transition: all linear 0.2s;
}

    .competition-detail-comments-btn:hover {
        background-color: #003B8E;
        color: #fff;
    }

.competition-detail-comments-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.comment-reply-form textarea {
    font-size: 14px;
}

.competition-detail-comments-item {
    display: flex;
    column-gap: 20px;
    margin-top: 10px;
}

.competition-detail-comments-avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
    object-fit: cover;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

.competition-detail-comments-content {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    width: 100%;
}

.competition-detail-comments-info {
    display: flex;
    column-gap: 10px;
}

.competition-detail-comments-info {
    font-size: 14px;
}

    .competition-detail-comments-info span {
        line-height: 20px;
    }

.comment-reply-form button {
    font-size: 13px;
}

.competition-detail-comments-mess {
    font-size: 14px;
    line-height: 20px;
}

.interact-comment,
.interact-wrapper {
    display: flex;
    align-items: center;
}

.interact-comment {
    column-gap: 16px;
}

.interact-wrapper {
    column-gap: 4px;
}

    .interact-wrapper img {
        cursor: pointer;
        width: 18px;
        height: 18px;
    }

.competition-interact {
    margin-top: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.competition-right {
    flex: 1;
    align-self: flex-start;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.competition-side-image {
    width: 76px;
}

.competition-info-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0 0;
}

.competition-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.competition-des-list {
    font-size: 14px;
}

    .competition-des-list ul li {
        color: #000;
    }

    .competition-des-list p {
        font-size: 14px;
    }

.competition-pill {
    padding: 5px 10px;
    border-radius: 6px;
    /*background-color: rgba(182, 0, 2, 0.10);*/
    color: #003B8E;
    font-weight: 400;
    font-size: 14px;
}

.competition-row span {
    font-size: 14px;
}

.competition-right-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 16px 30px;
}

    .competition-right-bottom span,
    .competition-right-bottom a {
        font-size: 16px;
        font-weight: 400;
        /*line-height: 162.023%;*/
    }

.competition-right-socials {
    display: flex;
    column-gap: 10px;
}

.competition-right-btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    background-color: #003B8E;
    transition: opacity linear 0.2s;
}

    .competition-right-btn:hover {
        color: #fff;
        opacity: 0.8;
    }

    .competition-right-btn.disabled,
    .competition-right-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

.competition-register-link {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: #003B8E;
    font-weight: 600;
}

.competition-register-note {
    margin-top: 12px;
    font-size: 14px;
    color: #4A5568;
    text-align: center;
}


.competition-round-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #4A5568;
    font-style: italic;
}

.round-countdown-label {
    font-weight: 600;
    color: #003B8E;
}

.competition-date.round-countdown-ended .competition-date-wrapper,
.competition-date.round-countdown-ended > strong,
.competition-date.round-countdown-ended .round-countdown-label {
    display: none;
}

.btn-register-contest {
    height: 40px;
    line-height: 40px;
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    margin: 0;
}

.empty-state-icon {
    margin-bottom: 32px;
    opacity: 0.6;
    animation: fadeIn 0.5s ease-in;
}

    .empty-state-icon svg {
        width: 120px;
        height: 120px;
    }

.empty-state-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.4;
}

.empty-state-message {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
}

#btnContestResultPublication {
    line-height: unset;
    margin-top: 10px;
}

#btnContestResultPublication img {
    width: 30px;
    margin-right: 10px;
}

@media (max-width: 1199.98px) {
    .competition-header-left {
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        gap: 16px;
    }

    .competition-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .competition-header-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .competition-content-layout {
        flex-direction: column;
    }

    .competition-right {
        width: 100%;
        position: static;
        margin-top: 20px;
    }

    .competition-left-content {
        padding: 16px;
    }

    .competition-section-list {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media (max-width: 991.98px) {
    .competition-wrapper,
    .competition-header-left {
        padding-left: 16px;
        padding-right: 16px;
    }

    .competition-tabs {
        overflow-x: auto;
        padding-bottom: 14px;
        gap: 8px;
    }

    .competition-tab {
        flex: none;
        white-space: nowrap;
    }

    .competition-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .competition-item-header-left {
        max-width: 100%;
    }

    .competition-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .competition-right-bottom {
        padding: 16px;
    }

    .competition-reviews-content {
        flex-direction: column;
    }

    .competition-reviews-left {
        width: 100%;
    }

    .competition-reviews-right {
        width: 100%;
    }

    .competition-detail-comments-form {
        flex-direction: column;
        row-gap: 10px;
    }

    .competition-detail-comments-form-left {
        width: 100%;
        min-height: 150px;
    }

    .competition-detail-comments-btn {
/*        width: 100%;*/
        text-align: center;
    }

    .competition-detail-comments-item {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .competition-header-title {
        font-size: 18px;
    }

    .competition-summary {
        font-size: 13px;
    }

    .competition-date {
        flex-wrap: wrap;
    }

    .competition-date-wrapper {
        min-width: 48px;
    }

    .competition-section-title {
        font-size: 18px;
    }

    .competition-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .competition-section-list {
        flex-direction: column;
    }

    .competition-card {
        width: 100%;
    }

    .competition-review-item {
        flex-direction: column;
    }

    .competition-review-avatar {
        width: 100%;
    }

    .competition-review-info-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .competition-detail-comments-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .competition-right-bottom span,
    .competition-right-bottom a {
        text-align: center;
    }

    .competition-right-socials {
        width: 100%;
        justify-content: center;
    }

    .competition-right-btn {
        width: 100%;
    }
}
/* Exam Selection Modal Styles */
#examSelectionModal .modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#examSelectionModal .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1.25rem 1.5rem;
}

#examSelectionModal .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
}

#examSelectionModal .modal-body {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
    font-size: 14px;
}

#examSelectionModal .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
}

.round-item {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1.5rem;
}

    .round-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.round-header {
    margin-bottom: 0.75rem;
}

    .round-header h6 {
        color: #1a202c;
        font-size: 16px;
    }

.round-meta {
    color: #718096;
    font-size: 14px;
    line-height: 1.6;
}

.exams-list {
    margin-top: 1rem;
}

.exam-item {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease;
}

    .exam-item:hover {
        background-color: #edf2f7;
        border-color: #cbd5e0 !important;
    }

    .exam-item h6 {
        color: #2d3748;
        font-size: 14px;
        margin-bottom: 0.5rem;
    }

.exam-meta {
    color: #718096;
    font-size: 14px;
    margin-top: 0.5rem;
}

.exam-attempt-info {
    font-size: 13px;
    margin-top: 0.25rem;
}

.exam-no-attempt {
    font-size: 13px;
}

.exam-action-wrap {
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.exam-status {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    font-size: 13px;
    font-weight: 500;
}

.exam-status-completed {
    color: #1a7f37;
    background-color: #e6f4ea;
    border-radius: 999px;
    padding: 4px 10px;
}

    .exam-status-completed i {
        font-size: 14px;
        line-height: 1;
    }

.exam-item .btn {
    white-space: nowrap;
    min-width: 100px;
    font-size: 14px;
}

#examSelectionLoading {
    padding: 3rem 1rem;
}

    #examSelectionLoading .spinner-border {
        width: 3rem;
        height: 3rem;
        border-width: 0.3rem;
        color: #003B8E;
    }

#examSelectionError {
    margin: 1.5rem 0;
}

@media (max-width: 767.98px) {
    #examSelectionModal .modal-body {
        max-height: 60vh;
        padding: 1rem;
    }

    .exam-item {
        flex-direction: column;
        gap: 0.75rem;
    }

        .exam-item .btn {
            width: 100%;
        }

    .round-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem;
    }
}

/* Skeleton Loading */
#competition-skeleton .skeleton-banner-img {
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
}
#competition-skeleton .skeleton-header-title {
    width: 40%;
    height: 40px;
    margin-bottom: 20px;
}
#competition-skeleton .skeleton-content-text {
    margin-bottom: 30px;
}
#competition-skeleton .skeleton-content-img {
    height: 150px;
}
#competition-skeleton .skeleton-sidebar-img {
    height: 400px;
}
