/* :root {
    --primary-color: #6c3ce4;
    --secondary-color: #f5f5f5;
} */

@font-face {
    font-family: "SamsungSharpSans";
    src: url("../fonts/iCiel-SamsungSharpSans-Bold_SMCPS.ttf")
        format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "UTM-Futura-Extra";
    src: url("../fonts/UTM-Futura-Extra.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "SamsungSharpSans", sans-serif;
    background-color: #ffffff;
}

.page-wrapper {
    max-width: 1440px;
    aspect-ratio: 1440 / 780;
    margin: 0 auto;
    width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1337px;
    padding: 0;
}

.title-uef {
    font-family: "UTM-Futura-Extra", sans-serif;
    font-size: 55px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.btn-uef-outline-primary {
    width: 156px;
    height: 42px;
    border-radius: 100px;
    border-width: 2px;
    padding: 10px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    line-height: 21.61px;
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center;
}

.btn-uef-outline-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    -webkit-mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.btn-uef-primay {
    width: 156px;
    height: 42px;
    gap: 10px;
    border-radius: 100px;
    padding: 10px;
    display: block;
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    line-height: 21.61px;
    text-align: center;
    text-decoration: none !important;
}

/* header */

header {
    background: #ffffff;
    position: relative;
}

header .logo {
    width: 212px;
    height: 88px;
}

.header-top {
    position: absolute;
    right: 0;
    top: -1.5px;
}

.header-bot {
    margin-top: 10px;
}

.banner {
    margin-top: -1px;
    z-index: 2;
}

.banner img {
    width: 100%;
}

/* countdown */

.section-countdown {
    background: url(../images/bg-countdown.png), #ffffff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -100px;
    padding-top: 140px;
}

.section-countdown .header-text {
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0%;
    color: #ffffff;
}

.section-countdown .subheader-text {
    font-weight: 400;
    font-size: 30px;
    line-height: 35.16px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.countdown-container {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 3;
}

.countdown-box {
    text-align: center;
    margin: 40px 10px;
}

.countdown-number {
    line-height: 137.73px;
    color: #ffffff;
    background: linear-gradient(to top, #31abe7, #217fcc);
    border-radius: 8px;
    width: 99.55px;
    height: 137.73px;
    display: inline-flex;
    justify-content: center;
    font-size: 130px;
    font-weight: bold;
    margin: 0 10px;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    align-items: center;
    padding-top: 26px;
}

.countdown-label {
    font-weight: 400;
    font-size: 23px;
    line-height: 29.3px;
    color: #00376d;
    text-align: center;
    margin-top: 30px;
}

.countdown-separator {
    font-weight: 400;
    font-size: 100px;
    line-height: 215.04px;
    color: #3a99d8;
}

.gif-countdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35%;
}

.play-button-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite ease-in-out;
}

.frame-video {
    width: 1166px;
    height: 672px;
    margin: 0 auto;
    position: relative;
}

.frame-video video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 13px;
    background: linear-gradient(180deg, #0001fc 0%, #d90000 100%);
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.video-container {
    margin-bottom: -160px;
    z-index: 2;
}

/* list-sports */
.list-sports {
    background-image: url(../images/bg-list-sports.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -350px;
    padding-top: 530px;
    padding-bottom: 350px;
    padding-bottom: 175px;
}

.list-sports .header-text {
    font-weight: 700;
    font-size: 40px;
    line-height: 46.88px;
    letter-spacing: 0%;
    color: #ffffff;
}

.swiper-list-sports {
    margin-top: 30px;
}

.swiper-list-sports .title-sport {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    transform: skewX(-10deg);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    margin-top: 10px;
    white-space: nowrap;
}

.swiper-list-sports .swiper-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0;
    will-change: transform;
}

.swiper-list-sports .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
    position: relative;
    height: 350px;
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.swiper-list-sports .bg-sport {
    background-image: url(../images/bg-ic-sport.svg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    transform: translateZ(0);
}

.swiper-list-sports .swiper-slide .bg-sport {
    width: 204px;
    height: 200px;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: transform;
}

.swiper-list-sports .swiper-slide .bg-sport img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 110px;
    max-height: 110px;
    backface-visibility: hidden;
    filter: brightness(0) saturate(100%) invert(38%) sepia(74%) saturate(1752%)
        hue-rotate(195deg) brightness(102%) contrast(101%);
}

.swiper-list-sports .swiper-slide.swiper-slide-active .bg-sport {
    transform: scale(1.4) translateZ(0);
}

.swiper-list-sports .swiper-slide.swiper-slide-active .title-sport {
    font-size: 32px;
    margin-top: 60px;
}

.swiper-list-sports .swiper-slide-prev,
.swiper-list-sports .swiper-slide-next {
    transform: scale(1);
}

/* match-schedule-participants */

.match-schedule-participants {
    background: url(../images/match-schedule-participants.png), #ffffff;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -150px;
    padding-top: 140px;
    padding-bottom: 240px;
    z-index: -1;
}
/* match-schedule */

.match-schedule .header-text {
    background: linear-gradient(90deg, #00b3ff 0%, #0040bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0 !important;
}

.tab-table-match-schedule {
    margin-top: 50px;
}

.tab-table-match-schedule .card-header-tabs {
    border-radius: 8px 8px 0 0;
    padding-right: 30px;
    padding-left: 30px;
    gap: 40px;
}

.tab-table-match-schedule .nav-item .nav-link {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.76px;
    color: #000000;
    border: none;
    padding: 8px 0;
}

.tab-table-match-schedule .nav-item .nav-link.active,
.tab-table-match-schedule .nav-item:hover .nav-link {
    color: #ff7717;
    /* border-bottom: 2px solid; */
    /* margin-bottom: 1px; */
}

.tab-table-match-schedule .nav-tabs-wrapper {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    cursor: grab;
    user-select: none;
    margin-bottom: 25px;
    border-radius: 8px 8px 0 0;
}

.tab-table-match-schedule .nav-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.tab-table-match-schedule .nav-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    min-width: max-content;
    width: 100%;
}

.tab-table-match-schedule .nav-tabs .nav-item {
    display: inline-block;
    float: none;
}

.tab-table-match-schedule .tab-content {
    width: 937px;
    max-height: 696px;
    overflow-y: auto;
    scrollbar-color: #012978 #cde6ffe6 !important;
    position: relative;
}

.tab-table-match-schedule .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.tab-table-match-schedule .tab-content::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.tab-table-match-schedule .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d62929;
}

.right-panel {
    width: 372px;
    max-height: 696px;
    overflow-y: auto;
    scrollbar-color: #ffa804 #cde6ffe6 !important;
    border-radius: 8px;
}

.right-panel .tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.right-panel .tab-content::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.right-panel .tab-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #d62929;
}

.group-header {
    background: linear-gradient(180deg, #0020d3 0%, #001dbf 100%);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 17px;
}

.group-header:first-child {
    border-radius: 5px 5px 0 0;
}

.events-header {
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
}

.match-row {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background-color: white;
    position: relative;
}

.match-row::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90.03deg,
        #0001fc 7.61%,
        rgba(217, 0, 0, 0.5) 58.88%,
        #1601e2 99.97%
    );
    z-index: 1;
}

.tab-table-match-schedule .tab-content .tab-pane {
    overflow: hidden;
}

.match-row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.title-special-competition {
    background: linear-gradient(180deg, #0020d3 0%, #001dbf 100%);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.time {
    font-weight: 700;
    font-size: 17px;
    width: 105px;
    white-space: nowrap;
    margin-right: 25px;
}

.subject,
.opponent {
    font-weight: 700;
    font-size: 20px;
    width: 60px;
    margin-right: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.subject {
    margin-right: 15px;
    text-align: RIGHT;
}

.opponent {
    text-align: left;
    margin-left: 15px;
}

.team-icon img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.badge-status {
    font-weight: 700;
    font-size: 16px;
    margin-left: 40px;
    width: 186px;
}

.status-processing {
    color: #00ac59;
}

.status-pending {
    color: #b6b6b6;
}

.status-waiting {
    color: #11389b;
}

.scope-aerobic {
    width: 186px;
    height: 41px;
    margin-left: 40px;
}

.match-row.special-competition .status-finish {
    color: #797979;
}
.scope-aerobic .badge {
    width: 186px;
    height: 41px;
    gap: 10px;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    line-height: 41px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}

.live-icon-progress {
    margin-left: 300px;
}

.match-row.special-competition .time {
    margin-right: 50px;
}

.match-row.special-competition .btn-action-matche {
    margin-left: 40px;
}

.match-row.special-competition .btn-action-matche {
    gap: 25px;
}

/* .match-row.special-competition .badge-last {
    margin-left: 20px;
} */

.match-row.special-competition .ticket-icon-progress {
    margin-left: 120px;
}

.score-w {
    width: 186px;
    margin-right: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.score {
    background-color: #0365c4;
    color: #ffffff;
    border-radius: 5px;
    height: 41px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 4px;
}

.score span {
    line-height: 18px;
    font-weight: 700;
    font-size: 20px;
}

.score .result-penalty {
    font-size: 14px;
    line-height: 18px;
}

.result {
    color: #797979;
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
}

.ticket-btn {
    width: 116px;
    height: 33px;
    padding: 6px;
    border-width: 1px;
    border-radius: 8px;
    border: 1px solid #ffac00;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 19.84px; */
    background: transparent;
    text-align: center;
    text-decoration: none !important;
    color: #ffac00;
}

.forecast-btn {
    width: 116px;
    height: 33px;
    padding: 6px;
    border-width: 1px;
    border-radius: 8px;
    border: 1px solid #0040bf;
    font-weight: 600;
    font-size: 16px;
    line-height: 19.84px;
    background: transparent;
    text-align: center;
    text-decoration: none !important;
    color: #0040bf;
}

.forecast-btn:disabled {
    filter: opacity(0.5);
}

.ticket-icon {
    width: 21px;
    height: 21px;
    /* margin-left: 20px; */
}

.btn-action-matche {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center;
    margin-left: 10px;
}

.right-panel .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0 36px;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    height: 87px;
    font-weight: 700;
    font-size: 20px;
    gap: 8px;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid transparent;
}

.right-panel .dropdown-toggle::after {
    content: none;
}

.right-panel .dropdown-toggle:active {
    background-color: #ffffff !important;
}

.right-panel .dropdown-toggle.show {
    border-bottom: 4px solid #ffae07;
    color: #ffae07;
}

.right-panel .dropdown-menu {
    border: none;
    padding: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.right-panel .dropdown-item {
    height: 63px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    justify-content: center;
}

.right-panel .dropdown-item:hover {
    background: #fff4de;
}

.sport-item {
    display: flex;
    align-items: center;
    padding: 0 33px;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    height: 82px;
    font-weight: 700;
    font-size: 20px;
    gap: 8px;
    cursor: pointer;
}

.sport-item.active {
    border-bottom: 4px solid #ffae07;
    color: #ffae07;
}

.sport-item:hover {
    color: #ffae07;
}
.aerobic-icon {
    background-color: #7b68ee;
}

.yellow-sport {
    color: #ffa000;
    font-weight: bold;
}

.normal-sport {
    font-weight: bold;
}

/* ranking */

.ranking {
    margin-top: 30px;
}

.table-ranking {
    margin: 0 auto;
    margin-top: 50px;
    width: 1114px;
}

.header-ranking {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(180deg, #0020d3 0%, #001dbf 100%);
    height: 126px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-title-ranking {
    font-weight: 700;
    font-size: 38px;
}
.header-subtitle-ranking {
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin-bottom: -10px;
}

.table-ranking table th {
    background: #8eb4f9;
    height: 68px;
    line-height: 68px;
    font-weight: 700;
    font-size: 23px;
    text-transform: none;
    color: #000000;
    border-bottom: 1px solid #0365c4b8;
    position: relative;
    border-color: #a4d2ff;
}

.table-ranking table tbody {
    background: #ffffff;
}

.markdown > table > :not(caption) > * > *,
.table > :not(caption) > * > * {
    background-color: #e5eeff;
}

.table-ranking tbody tr:nth-of-type(even) {
    background-color: #e5eeff !important;
}
.table-ranking table tbody tr {
    height: 54px;
    line-height: 54px;
}

.table-ranking table tbody td {
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid #0365c4b8;
    position: relative;
    text-transform: uppercase;
    border-color: #a4d2ff;
}

.td-name-khoa {
    display: flex;
    align-items: center;
    gap: 5px;
}

.medal img {
    margin-bottom: 6px;
}

/* participants */

.participants {
    margin-top: 150px;
    margin-bottom: 40px;
}

.faculty-container {
    margin-top: 40px;
}

.faculty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 15px;
    justify-items: center;
}

.faculty-list {
    gap: 75px;
}

.faculty-top {
    margin-bottom: 30px;
}

.faculty-item {
    background: linear-gradient(180deg, #0001fc 0%, #d90000 100%);
    padding: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 55px;
    overflow: hidden;
    width: 177px;
    height: 165px;
    transition: transform 0.3s ease;
}

.faculty-frame {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 50px;
}

.faculty-frame img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
    max-height: 150px;
}

.header-title-participants h3 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.detail-faculty {
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    color: #ffffff;
    width: 128px;
    height: 35px;
    border-radius: 100px;
    z-index: 6;
    border: none;
    font-weight: 600;
    font-size: 17px;
}

.faculty-overlay {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 32%);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faculty-item:hover .faculty-overlay {
    opacity: 1;
}

.faculty-item:hover {
    transform: scale(1.15);
}

.faculty-name {
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 197px;
    line-height: 1.1;
}

.faculty-item:hover .faculty-name {
    opacity: 1;
}

/* register-tournament */
.bg-register-blog {
    background: url(../images/bg-register-blog.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -245px;
    z-index: 2;
    padding-top: 230px;
    padding-bottom: 190px;
}

.form-register {
    width: 714px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px 15px;
}

.form-register::before {
    content: "";
    position: absolute;
    inset: -9px;
    background: linear-gradient(180deg, #0001fc 0%, #d90000 100%);
    z-index: -1;
    border-radius: 20px;
}

.form-register .form-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.form-register label {
    font-weight: 700;
    font-size: 18px;
}

.form-register input,
.form-register textarea {
    border-radius: 6px;
    background: #f7f6ff;
    box-shadow: none !important;
    color: #888989;
    font-weight: 700;
    font-size: 16px;
    font-family: "SamsungSharpSans", sans-serif;
}

.form-register select {
    border-radius: 6px;
    background-color: #f7f6ff;
    box-shadow: none !important;
    color: #888989;
    font-weight: 700;
    font-size: 16px;
    font-family: "SamsungSharpSans", sans-serif;
}

.btn-register-tournament {
    margin: 0 auto;
    border: none;
    width: 164px;
    height: 50.000015258789254px;
    transition: transform 0.3sease;
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    position: relative;
    font-size: 21px;
}

.btn-register-tournament:hover {
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    transform: scale(1.01);
}

.btn-register-tournament:hover::after {
    opacity: 1;
}

.btn-register-tournament::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 2px;
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    -webkit-mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
    opacity: 0;
}

/* blog-wrapper */
.blog-wrapper {
    padding-top: 300px;
}

.title-header-blog h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
}

.blog-wrapper .title-header-blog {
    margin-bottom: 50px;
}

.swiper-list-blogs .swiper-wrapper {
    padding: 40px 0;
}

.swiper-list-blogs .box {
    background: #0040bf;
    border-width: 2px;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    transition: transform 0.3s ease;
}

.swiper-list-blogs .box:hover {
    transform: scale(1.1);
}

.swiper-list-blogs .box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(180deg, #bdd4ff 0%, #5dc1fe 49%, #bdd4ff 100%);
    -webkit-mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

.box-text {
    padding: 15px 5px 5px 5px;
    color: #ffffff;
}

.swiper-list-blogs .box-image {
    border-radius: 8px;
}
.swiper-list-blogs .box-image img {
    height: 249px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}

.swiper-list-blogs .box-title h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.swiper-list-blogs .from_the_blog_excerpt {
    font-weight: 700;
    font-size: 15px;
    /* line-height: 20px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* lib-images */

.lib-images {
    background: url(../images/bg-libs-images.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -162px;
    z-index: 2;
    padding-top: 240px;
    padding-bottom: 165px;
}

.lib-images h3 {
    background: linear-gradient(90deg, #00b3ff 0%, #0040bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tab-lib-images {
    margin-top: 50px;
}

.tab-lib-images .nav-item .nav-link.active,
.tab-lib-images .nav-item:hover .nav-link {
    color: #ff7717;
    border-bottom: 2px solid;
}

.tab-lib-images .nav-item .nav-link {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.76px;
    color: #000000;
    border: none;
    padding: 8px 0;
}

.tab-lib-images .nav-tabs .nav-item {
    display: inline-block;
    float: none;
}

.tab-lib-images .nav-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    min-width: max-content;
}
.tab-lib-images .card-header-tabs {
    border-radius: 8px 8px 0 0;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 1px;
    gap: 40px;
}

.gallery-container {
    margin-top: 50px;
}

.swiper-gallery-images .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.swiper-gallery-images .swiper-slide.wide {
    width: 42.9% !important;
    justify-content: left;
}

.swiper-gallery-images img {
    border-radius: 8px;
}

.swiper-slide.stacked {
    width: 20.5% !important;
    flex-direction: column;
    gap: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    transform: scale(1.15);
    transition: transform 0.4s ease-in-out;
}

.gallery-item:hover img {
    transform: scale(1);
}

.title-album {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.gallery-item:hover .title-album {
    bottom: 0;
    opacity: 1;
}

.gallery-item .text {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

/* olympic */

.olympic {
    background: #ffffff;
    z-index: 3;
    padding-bottom: 400px;
}

.title-header-olympic {
    margin-top: -70px;
    margin-bottom: 50px;
}

.title-header-olympic h3 {
    background: linear-gradient(90deg, #00b3ff 0%, #0040bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.box-olympic {
    background: #e5eeff;
    text-align: center;
    padding: 15px 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 8px;
}

.box-olympic::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 3px;
    background: linear-gradient(180deg, #01aefd 0%, #0043c1 100%);
    -webkit-mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    mask: linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.title-olypic {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #0060bf;
    text-transform: uppercase;
}

.iframe-olympic {
    position: relative;
    display: inline-block;
}

.iframe-olympic .img-iframe {
    display: block;
    width: 100%;
}

.iframe-olympic .logo-olympic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    bottom: 4.5%;
}

.btn-olympic {
    border-width: 2px;
    border-radius: 100px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    text-decoration: none !important;
}

.btn-olympic.join {
    background: linear-gradient(109.62deg, #f58e1e 2.08%, #e71f28 42.13%);
}

.btn-olympic.join:disabled {
    opacity: .7;
}

.btn-olympic.rules {
    background: linear-gradient(180deg, #01aefd 0%, #0043c1 100%);
    width: 171px;
}

.btn-olympic.btn-ranking {
    background: linear-gradient(109.62deg, #272f75 2.08%, #2b59a8 89.92%);
    width: 171px;
}

.flex-1 {
    flex: 1;
}

.flex-full {
    flex: 0 0 100%;
}

/* comment */

.comment {
    background: url(../images/bg-comment.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    /* margin-top: -396px; */
    z-index: 3;
    padding-top: 600px;
    padding-bottom: 100px;
    background-size: cover;
}

.title-header-comment h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
}

.avatar-swiper {
    max-width: 50%;
    padding: 25px 0;
    margin-bottom: 20px;
    margin-top: 50px;
}

.avatar-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.avatar-slide {
    transition: all 0.3s ease;
    text-align: center;
    opacity: 0;
}

.avatar-slide.swiper-slide-active {
    z-index: 9999;
    opacity: 1;
}

.avatar-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.swiper-slide-active .avatar-img {
    transform: scale(1.3);
}

.avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-comment {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #ffae07;
}

.content-comment {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    color: #ffffff;
    width: 874px;
    margin: 0 auto;
}
.swiper-button-prev,
.swiper-button-next {
    width: 38.08px;
    height: 37.62px;
    top: 1050px;
}
.swiper-button-prev {
    left: 103px;
}

.swiper-button-next {
    right: 103px;
}

.swiper-button-prev::after {
    content: "";
    background-image: url("../images/prev.svg");
    width: 100%;
    height: 100%;
}

.swiper-button-next::after {
    content: "";
    background-image: url("../images/next.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
}

/* Content swiper */
.content-swiper {
    width: 100%;
}

.content-slide {
    text-align: center;
    padding: 30px 20px;
}

.icon-bottom-right {
    position: absolute;
    right: 120px;
    bottom: -110px;
}

/* sponsorship */

.sponsorship {
    background: url(../images/bg-nha-tai-tro.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -200px;
    z-index: 2;
    padding-top: 250px;
    padding-bottom: 215px;
}

.title-uef-small {
    font-family: "UTM-Futura-Extra", sans-serif;
    font-weight: 800;
    font-size: 30px;
}

.title-header-sponsorship h3 {
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.title-header-sponsorship.diamond h3 {
    font-size: 40px;
}

.title-header-sponsorship.diamond img {
    width: 374.8px;
}

.title-header-sponsorship.gold h3 {
    font-size: 30px;
}

.title-header-sponsorship.patronize h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.title-header-sponsorship.co-sponsor h3 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.bg-co-sponsor {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    width: 1032px;
    margin: 0 auto;
}

/* sponsorship-contact */
.sponsorship-contact {
    background: url(../images/bg-lienhetaitro.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -450px;
    z-index: 3;
    padding-top: 300px;
    padding-bottom: 210px;
}

.btn-lienhetaitro {
    background: linear-gradient(180deg, #ffbb00 0%, #ff3a00 100%);
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none !important;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.swiper-list-sponsorship {
    margin-bottom: 60px;
}

.swiper-list-sponsorship .swiper-slide {
    margin-right: 10px !important;
}

.frame-video-sponsorship {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.frame-video-sponsorship iframe {
    display: block;
    width: 100%;
    height: 550px;
    border-radius: 8px;
    padding: 13px;
    background: linear-gradient(180deg, #0001fc 0%, #d90000 100%);
}

/* footer */

.footer {
    background: url(../images/bg-footer.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -210px;
    z-index: 6;
    padding-top: 200px;
    padding-bottom: 0;
    border: none;
}

.footer-w {
    margin: 0 auto;
}

.footer-w p {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}

.footer-bottom {
    background: #034e9a;
    height: 48px;
    line-height: 48px;
    margin-top: 30px;
}

.footer-bottom p {
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
}

/* loader */
.loader-uef {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #f03355) content-box;
    -webkit-mask: repeating-conic-gradient(
            #0000 0deg,
            #000 1deg 20deg,
            #0000 21deg 36deg
        ),
        radial-gradient(
            farthest-side,
            #0000 calc(100% - var(--b) - 1px),
            #000 calc(100% - var(--b))
        );
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;

    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);

    animation: l4 1s infinite steps(10);
    z-index: 2;
    display: none;
}

@keyframes l4 {
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

/* auth */

.page-auth {
    background: #fff;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 220px;
}

header .dropdown-toggle:after {
    width: 1em;
}

.list-tickets {
    padding-bottom: 250px;
    background: #fff;
    padding-top: 30px;
}

.ticket-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #999999;
    color: #999999;
    background: rgba(255, 172, 0, 0.1);
}

.ticket-icon.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.no-padding-popup div:where(.swal2-html-container),
.swal2-popup.swal2-modal.no-padding-popup.swal2-show {
    padding: 0 !important;
    border-radius: 6px;
}

.no-padding-popup {
    width: 700px;
}

.btn-table-ranking {
    border-radius: 8px;
    border: none;
    padding: 10px 20px;
    background: #fff;
}

.result-ranking table th {
    background: #8eb4f9;
    height: 65px;
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
    color: #000000;
    border-bottom: 1px solid #0365c4b8;
    position: relative;
    border-color: #a4d2ff;
    vertical-align: middle;
}

.result-ranking table tbody td {
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid #0365c4b8;
    position: relative;
    text-transform: uppercase;
    border-color: #a4d2ff;
    background: #ffffff;
    vertical-align: middle;
}

.video-thumbnail-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.video-thumbnail-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-thumbnail-wrapper:hover:before {
    opacity: 1;
}

.video-thumbnail-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.play-icon i {
    font-size: 30px;
    color: white;
}

.play-icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white;
    margin-left: 5px;
}

.play-icon i {
    display: none;
}

.video-thumbnail-wrapper:hover img {
    transform: scale(1.05);
}

.video-thumbnail-wrapper:hover .play-icon {
    background: rgba(255, 0, 0, 1);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Mobile */

@media (max-width: 767.98px) {
    .score span {
        line-height: 15px;
        font-weight: 700;
        font-size: 14px;
    }

    .score .result-penalty {
        font-size: 10px;
        line-height: 12px;
    }

    .result-ranking table tbody td img {
        width: 17px;
        height: 17px;
    }

    .result-ranking table tbody td {
        font-size: 12px;
    }

    .result-ranking table th {
        font-size: 11px;
        height: 45px;
        line-height: 1;
        vertical-align: middle;
    }

    .score-special {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .no-padding-popup {
        width: 100%;
    }

    .container {
        padding: 0 16px;
    }
    header {
        box-shadow: 0px -1px 13.5px 0px #00000014;
        padding: 0 16px;
    }

    .hamburger-menu {
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .page-auth {
        padding: 30px;
        padding-bottom: 60px;
    }

    .form-register {
        width: 100%;
    }

    .footer-w {
        width: 346px;
    }

    .footer-w p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .footer-w img {
        width: 117px;
        height: 117px;
    }

    .footer {
        margin-top: -60px;
        padding-top: 80px;
        background: url(../images/bg-footer-mb.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .btn-register-tournament {
        width: 141px;
        height: 32px;
        font-size: 15px;
        line-height: 1;
    }

    .footer-bottom {
        margin-top: 0px;
    }
    .footer-bottom p {
        font-size: 14px;
    }

    .form-register label {
        font-size: 16px;
    }

    h2 {
        font-size: 18px;
    }

    input,
    select,
    textarea {
        font-size: 16px;
    }

    .countdown-number {
        width: 32.39px;
        height: 44.53px;
        font-size: 30px;
        padding-top: 7px;
        margin: 0 2px;
    }

    .countdown-separator {
        font-size: 30px;
        line-height: 2.8;
    }

    .countdown-box {
        margin: 15px 3px;
    }

    .countdown-label {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1;
    }

    .countdown-container {
        margin-bottom: 1rem;
    }

    .frame-video {
        width: 100%;
        height: auto;
    }

    .gif-countdown {
        top: -42%;
    }

    .section-countdown {
        padding-top: 115px;
    }

    .frame-video video {
        padding: 8px;
    }

    .list-sports-title {
        width: 255px;
        height: 78px;
    }

    .swiper-list-sports .swiper-slide .bg-sport {
        width: 65px;
        height: 62px;
    }

    .swiper-list-sports .swiper-slide .bg-sport img {
        max-width: 37px;
        max-height: 37px;
    }

    .swiper-list-sports .title-sport {
        font-size: 7px;
        margin-bottom: 0;
        margin-top: 7px;
    }
    .swiper-list-sports .swiper-slide.swiper-slide-active .title-sport {
        font-size: 12px;
        margin-top: 25px;
    }

    .swiper-list-sports .swiper-slide {
        height: 150px;
    }

    .swiper-list-sports .swiper-slide.swiper-slide-active .bg-sport {
        transform: scale(1.2) translateZ(0);
    }

    .swiper-list-sports {
        margin-top: 0;
    }

    .swiper-list-sports .swiper-wrapper {
        padding: 0;
    }

    .list-sports {
        margin-top: -135px;
        padding-top: 305px;
        padding-bottom: 350px;
        padding-bottom: 75px;
    }

    .play-button-banner {
        width: 25.6px;
        height: 24.15px;
    }

    .title-uef {
        font-size: 25px !important;
    }

    .gif-ball {
        width: 24px;
        height: 24px;
    }

    .tab-table-match-schedule .nav-item .nav-link {
        padding: 3px 0;
        font-size: 14px;
    }

    .tab-table-match-schedule .card-header-tabs {
        padding-right: 10px;
        padding-left: 10px;
        gap: 20px;
        justify-content: center;
    }

    /*  */
    .select-sport {
        position: relative;
        width: 100%;
        background: #fff;
        border-bottom: 4px solid #f5b301;
        cursor: pointer;
        height: 41px;
        border-radius: 8px;
        margin-top: 25px;
    }

    .selected-option {
        justify-content: center;
        font-weight: bold;
        color: #ffae07;
        align-items: center;
        line-height: 41px;
    }

    .sport-logo {
        width: 27px;
        height: 27px;
        border-radius: 50%;
        margin-right: 10px;
        background: #216bc4;
        padding: 5px;
        object-fit: contain;
    }

    .dropdown-menu {
        position: absolute;
        width: 100%;
        background: #fff;
        display: none;
        border-radius: 10px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 5px;
    }

    header .dropdown-menu li {
        padding: 0;
    }

    header .dropdown-menu {
        width: 70%;
    }

    .dropdown-menu li {
        padding: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .dropdown-menu li:hover {
        background: #f5b301;
        color: #fff;
    }

    .tab-table-match-schedule {
        margin-top: 15px;
    }

    .tab-table-match-schedule .nav-tabs-wrapper {
        margin-bottom: 15px;
    }

    .match-row {
        padding: 0;
        display: block;
    }

    .time {
        width: 100%;
        font-size: 12px;
        padding: 10px 10px;
    }

    .subject,
    .opponent {
        width: auto;
    }

    .subject {
        margin-right: 0;
    }

    .badge-status {
        width: auto;
        margin-top: 10px;
        font-size: 14px;
        margin-left: 0;
    }

    .bg-sport-mb {
        background: #e5eeff;
        padding: 10px 0;
    }

    .btn-action-matche {
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
        margin-left: 10px;
        margin-left: 0 !important;
        padding: 10px;
    }

    .match-row.special-competition .ticket-icon-progress {
        margin-left: 0;
    }

    .match-row::after {
        height: 3px;
        background: linear-gradient(
            90.03deg,
            #0001fc 7.61%,
            rgba(217, 0, 0, 0.5) 58.88%,
            #1601e2 99.97%
        );
    }

    .table-ranking {
        width: 100%;
    }

    .header-title-ranking {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .header-ranking {
        height: 87px;
    }

    .header-subtitle-ranking {
        font-size: 14px;
    }

    .table-ranking table th {
        font-size: 11px;
    }

    .medal {
        flex-wrap: wrap;
        gap: 0 !important;
        justify-content: center;
        align-items: center !important;
    }

    .table-ranking table th {
        height: 57px;
        line-height: 1;
        vertical-align: middle;
    }

    .table-ranking table tbody td {
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .table-ranking table tbody td img {
        width: 17px;
        height: 17px;
    }

    .table-ranking table tbody tr {
        height: 50px;
        line-height: 50px;
    }

    .ranking {
        margin-top: 10px;
    }

    .table-ranking {
        margin-top: 10px;
    }

    .participants {
        margin-top: 40px;
    }

    .faculty-item {
        width: 141px;
        height: 134px;
    }
    .faculty-frame img {
        max-width: 110px;
        max-height: 110px;
    }

    .faculty-item:hover {
        transform: scale(1);
    }

    div:where(.swal2-container) h2:where(.swal2-title) {
        font-size: 18px !important;
    }

    div:where(.swal2-container) div:where(.swal2-html-container) {
        font-size: 14px !important;
    }

    .match-schedule-participants {
        padding-bottom: 600px;
    }

    .form-register .form-title {
        font-size: 18px;
        width: 100%;
        margin-bottom: 20px;
    }

    .match-schedule-participants .form-register {
        padding: 10px;
    }

    .bg-register-blog {
        background: none;
        margin-top: -690px;
        padding-top: 100px;
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 0px;
    }

    .register-tournament {
        background: url(../images/bg-register-tournament-mb.png);
        z-index: -1;
        position: relative;
        background-size: cover;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    .blog-wrapper {
        background: url(../images/bg-blog-wrapper-mb.png);
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 150px;
        background-repeat: no-repeat;
    }

    .blog-wrapper .title-header-blog {
        margin-bottom: 0px;
    }

    .swiper-list-blogs .swiper-slide {
        transition: transform 0.3s, filter 0.3s;
    }
    .swiper-list-blogs .swiper-slide-next,
    .swiper-list-blogs .swiper-slide-prev {
        transform: scale(0.9);
    }

    .lib-images {
        background-size: contain;
        margin-top: -160px;
        padding-top: 95px;
        padding-bottom: 50px;
    }

    .tab-lib-images .nav-item .nav-link {
        font-size: 21px;
    }

    .tab-lib-images {
        margin-top: 30px;
    }
    .title-header-olympic {
        margin-top: 0px;
    }

    .title-header-olympic .row > * {
        margin-top: 1rem;
    }

    .title-olypic {
        font-size: 18px;
    }

    .btn-olympic {
        font-size: 17px;
    }
    .btn-olympic.btn-ranking,
    .btn-olympic.rules {
        width: 140px;
    }

    .comment {
        background: url(../images/bg-comment-mb.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 150px;
        padding-bottom: 70px;
    }

    .title-header-comment .title-uef {
        font-size: 20px !important;
        padding: 0 50px;
    }

    .title-header-comment img {
        width: 212px;
        height: 26px;
    }

    .avatar-img {
        width: 62px;
        height: 62px;
    }

    .content-slide {
        padding: 0px 10px;
    }

    .title-comment {
        font-size: 16px;
    }

    .content-comment {
        font-size: 13px;
        width: 100%;
    }

    .avatar-swiper {
        margin-top: 8px;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .icon-bottom-right img {
        width: 63.14px;
        height: 101.44px;
    }

    .icon-bottom-right {
        position: absolute;
        right: 17px;
        bottom: -5px;
    }

    .sponsorship {
        margin-top: -245px;
        padding-top: 250px;
        padding-bottom: 215px;
    }

    .title-header-sponsorship .title-uef {
        font-size: 25px !important;
        margin-bottom: 10px;
    }

    .title-header-sponsorship.diamond img {
        width: 170px;
    }

    .title-header-sponsorship .title-uef-small {
        font-size: 18px !important;
        margin-bottom: 10px;
    }

    .title-header-sponsorship img {
        width: 134px;
    }

    .sponsorship {
        margin-top: -117px;
        padding-top: 120px;
        padding-bottom: 180px;
        background-size: cover;
    }

    .sponsorship-contact {
        background: url(../images/bg-lienhetaitro.png);
        position: relative;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: -169px;
        z-index: 2;
        padding-top: 25px;
        padding-bottom: 50px;
        background-size: cover;
    }

    .btn-lienhetaitro {
        font-size: 15px;
        padding-top: 9px;
        padding-right: 20px;
        padding-bottom: 9px;
        padding-left: 20px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 366px;
        width: 23.08px;
        height: 22.62px;
        display: none;
    }

    .tab-table-match-schedule .tab-content {
        width: 100%;
    }

    .bg-sport-mb-matches {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }

    .status-finish {
        color: #797979;
    }

    .score-w {
        width: 84px;
        text-align: center;
        display: flex;
        justify-content: center;
        height: 30px;
        margin: 0;
    }

    .score {
        background-color: #0365c4;
        color: #ffffff;
        border-radius: 8px;
        font-weight: 700;
        font-size: 16px;
        height: 41px;
        line-height: 30px;
        text-align: center;
        width: 84px;
        height: 30px;
    }

    .list-tickets {
        padding-bottom: 50px;
    }

    .frame-video-sponsorship iframe {
        height: 200px;
        padding: 7px;
        background: linear-gradient(180deg, #0001fc 0%, #d90000 100%);
    }

    .select-sport-arrow {
        position: absolute;
        right: 10px;
    }

    .swiper-list-blogs .box:hover {
        transform: scale(1);
    }

    header .logo {
        width: 124px;
        height: 51px;
    }
}

/* prediction */

.prediction-modal-title {
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
    background: rgba(0, 30, 204, 1);
    border-radius: 8px;
}

.prediction-modal-title span {
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.modal-prediction form, .modal-prediction  .modal-body {
    height: 100%;
}

.modal-prediction .wrap-form {
    background-image: url(../images/bg-modal-prediction.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 10px;
}

.modal-prediction .logo-faculti {
    width: 50px;
    height: 50px;
}

.modal-prediction .logo-faculti img {
    width: 100%;
    object-fit: contain;
}

.modal-prediction .form-group {
    gap: 100px;
}

.modal-prediction .form-item .form-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    background-color: rgba(142, 180, 249, 1);
    font-size: 23px;
    font-weight: 700;
    color: rgb(0, 0, 0, 1);
}

.modal-prediction .form-item:first-child .form-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.modal-prediction .form-group>div {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 52px;
    height: 105px;
}

.modal-prediction .form-group>div.wrap-right {
    justify-content: start;
}

.modal-prediction .name-faculti {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.modal-prediction .form-check-label {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.modal-prediction input.form-check-input, .modal-prediction .form-inp-number input {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 3px solid rgba(0, 64, 191, 1);
    background-size: 2rem;
}

.modal-prediction .form-inp-number input {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 64, 191, 1);
    text-align: center;
}

.modal-prediction .form-inp-number input::-webkit-outer-spin-button,
.modal-prediction .form-inp-number input::-webkit-inner-spin-button,
input.not-spin-button::-webkit-outer-spin-button, 
input.not-spin-button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

input.not-spin-button {
    text-align: center;
}

.modal-prediction input.form-check-input:checked {
    background-color: rgba(0, 64, 191, 1);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8.5l2.5 2.5l5.5 -5.5'/%3e%3c/svg%3e");
}

.prediction-container {
    width: 100%;
    height: 530px;
    background-image: url(../images/ball-bg.png), url(../images/bg-prediction.png);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: left center, center;
    position: relative;
}

.prediction-container .box-container {
    position: absolute;
    width: 560px;
    height: 349px;
    left: 75%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
}

.prediction-container .box-container .box-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 25px;
}

.prediction-container .box-container .box-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 3px;
    background: linear-gradient(109.62deg, #F58E1E 2.08%, #E71F28 42.13%);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.title-uef-prediction {
    font-size: 35px;
    font-weight: 800;
    background: linear-gradient(90deg, #00b3ff 0%, #0040bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-box-large {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    background: linear-gradient(109.62deg, #F58E1E 2.08%, #E71F28 67.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.prediction-container .box-container .box-wrap a {
    display: block;
}

.prediction-container .box-container .box-wrap button, .prediction-container .box-container .box-wrap a {
    width: 100%;
    border-width: 0;
    outline: transparent solid 1px;
}

.btn-olympic.rules:hover {
    background: #FFF;
    color: #0040bf;
    outline-color: #0040bf !important;
}

.btn-olympic.btn-ranking:hover {
    background: #FFF;
    color: #01aefd;
    outline-color: #01aefd !important;
}

.btn-olympic.join:hover {
    background: #FFF;
    color: #e71f28;
    outline-color: #e71f28 !important;
}

.form-header .title-box-large {
    font-size: 25px;
}

.modal-prediction ul li {
    line-height: 28px;
}

.table-ranking-pred thead tr th {
    background-color: #8EB4F9;
    height: 53px;
    font-weight: 700;
    font-size: 21px;
    color: #000000;
}

.modal-prediction-choose .modal-content {
    background: #0000008c;
}

.modal-prediction-choose .wrap-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 100px;
}

.modal-prediction-choose .wrap-card img {
    width: 392px;
    height: 527.97px;
    filter: brightness(.8);
    border-radius: 8px;
    border: 1px solid white;
}

.modal-prediction-choose .wrap-card img:hover {
    filter: brightness(1);
}

@media screen and (min-width: 768px) {
    
    .modal-prediction .modal-dialog {
        width: 960px;
        max-width: 960px;
    }

    .modal-prediction .modal-content {
        height: 598px;
        border-radius: 20px;
    }
    .modal-prediction .modal-body {
        padding: 30px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    .modal-prediction-choose .wrap-card {
        gap: 1.5rem;
    }

    .modal-prediction-choose .wrap-card img {
        width: calc(50% - .75rem);
        height: auto;
        filter: brightness(1);
    }

    .table-ranking-pred thead tr th {
        font-size: 12px;
        height: 40px;
    }

    .modal-prediction .modal-content .wrap-form {
        max-height: 450px;
        overflow-y: scroll;
    }

    .form-header .title-box-large {
        font-size: 14px;
    }
    .prediction-container {
        background-image: none;
        height: 350px;
    }
    .prediction-container .box-container {
        width: 100%;
        position: relative;
        transform: translate(0);
        top: unset;
        left: unset;
    }

    .title-header-olympic {
        margin-bottom: 30px;
    }

    .prediction-container .box-container {
        height: 290px;
    }

    .prediction-container .box-container .box-wrap {
        padding: 15px;
    }

    .title-uef-prediction {
        font-size: 28px;
    }

    .title-box-large {
        font-size: 28px;
        line-height: 38px;
    }

    .prediction-modal-title {
        width: max-content;
    }

    .prediction-modal-title span {
        font-size: 24px;
    }

    .modal-prediction .modal-body {
        padding: 30px 15px 15px;
    }

    .modal-prediction .form-item .form-header {
        font-size: 18px;
        height: 40px;
    }

    .modal-prediction .form-group {
        gap: 20px;
    }

    .modal-prediction .form-group>div {
        height: 80px;
        gap: 15px;
    }

    .modal-prediction input.form-check-input, .modal-prediction .form-inp-number input {
        width: 30px;
        height: 30px;
    }

    .modal-prediction .form-inp-number input {
        font-size: 16px;
        padding: 0px;
    }

    .modal-prediction .logo-faculti {
        width: 30px;
        height: 30px;
    }

    .modal-prediction .name-faculti {
        font-size: 16px;
    }

    .modal-prediction .form-check-label {
        gap: 10px;
    }
}

.sec-prediction {
    position: relative;
    z-index: 3;
}

.box-prediction {
    position: relative;
    overflow: hidden;
}

.box-prediction .box-image img {
    width: 100%;
}

.box-prediction .box-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-inline: 62px;
}

.box-prediction .box-content button, .box-prediction .box-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 57px;
    border-width: 0;
    outline: transparent solid 1px;
}

@media screen and (min-width: 768px) {
    .modal-votes .modal-dialog {
        max-width: 1200px;
        width: 1200px;
        margin-top: 50px;
    }
    .modal-votes .modal-body {
        padding-inline: 20px;
    }
}



.modal-votes .modal-content {
    height: auto;
}

.modal-votes .wrap-form {
    height: calc(100vh - 200px);
}

.list-player {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.item-player {
    width: 138px;
    height: 250px;
}

.wrap-content-vote {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    height: 110px;
    gap: 2px;
    margin-top: 5px;
}

.name-player {
    margin-top: 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    background: linear-gradient(109.62deg, #F58E1E 2.08%, #E71F28 67.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.faculty-player {
    font-size: 13px;
    text-align: center;
}

.modal-votes .modal-body {
    border-radius: 20px;
}

.modal-votes .wrap-form, .modal-votes .modal-body {
    background: rgb(240 245 255);
}

.modal-votes .ajax-modal-form {
    position: relative;
}

.modal-votes .use-guide {
    position: absolute;
    left: -20px;
    top: -30px;
    display: block;
    width: calc(100% + 40px);
    height: calc(100% + 60px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 18px;
    z-index: 5;
}

.modal-votes .use-guide .scope-click {
    position: absolute;
    left: 162px;
    top: 93px;
}

.prediction-modal-title {
    z-index: 10;
}

.modal-votes .use-guide .scope-click span {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFF;
    color: rgba(0, 0, 0, 1);
}

.modal-votes .count-vote {
    color: #000;
    font-size: 21px;
    font-weight: 700;
}

.vote-countdown {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal-votes .countdown-number {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 24px;
    padding-top: 5px;
    justify-content: center;
    background: linear-gradient(to top, rgba(245, 142, 30, 1), rgba(231, 31, 40, 1));
    margin: 0 3px;
}

.modal-votes .countdown-box {
    margin: 0;
}

.modal-votes .countdown-separator {
    font-weight: 400;
    font-size: 32px;
    line-height: 30px;
    color: rgba(231, 31, 40, 1);
    margin-inline: 3px;
}

.modal-votes .countdown-container {
    margin-bottom: 0;
}

.modal-votes .scope-click img {
    transform: translateY(30px);
}

.modal-votes .text-cd {
    font-size: 1rem;
}

.list-player .item-player:first-child {
    position: relative;
    z-index: 6;
}

.l-phase-2 .item-player {
    width: calc(100% / 5 - 5px);
    min-height: 320px;
}

.l-phase-2 .name-player, .l-phase-2 .faculty-player, .l-phase-2 .vote-point {
    margin-top: 6px;
}

.l-phase-2 .form-imagecheck-input:checked~.form-imagecheck-figure:before {
    display: none;
}

.item-player .form-imagecheck-input:checked~.form-imagecheck-figure {
    border: none;
}

.vote-point {
    width: 60px;
    margin-top: auto;
    margin-bottom: 5px;
    display: none;
}

.item-player .form-imagecheck-input:checked~.form-imagecheck-figure .vote-point {
    display: flex;
}

.vote-point .btn-minus, .vote-point .btn-plus {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: white;

}

.vote-point .btn-minus {
    background: rgb(0, 30, 204, 1);
}

.vote-point .btn-plus {
    background: rgba(231, 31, 40, 1);
}

.vote-point input[type="number"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.vote-point input[type="number"]:focus {
    box-shadow: none;
}

.item-player .form-imagecheck-image {
    opacity: 1;
}

.item-player .form-imagecheck .form-imagecheck-figure {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    padding: 4px;
    border-width: 2px;
    border-color: white;
}

.item-player .form-imagecheck-input:focus~.form-imagecheck-figure {
    box-shadow: none;
}

.item-player .form-imagecheck-input:checked~.form-imagecheck-figure, .item-player .form-imagecheck-figure:hover {
    border: 2px solid rgba(231, 31, 40, 1);
}

.form-imagecheck-input[type=checkbox]~.form-imagecheck-figure:before {
    opacity: 0;
}

.form-imagecheck-input[type=checkbox]:disabled~.form-imagecheck-figure {
    opacity: .7;
}

.item-player .form-imagecheck-input:checked~.form-imagecheck-figure:before {
    opacity: 1;
    background-color: rgba(231, 31, 40, 1);
}

.item-player .player-count-vote {
    font-size: 13px;
    color: rgba(0, 30, 204, 1);
}

.cover-image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.cover-image img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .item-player {
        width: calc(100%/3 - 4.5px);
        height: 220px;
    }

    .wrap-content-vote {
        height: 97px;
    }

    .item-player .name-player {
        font-size: 12px;
        line-height: 14px;
    }

    .faculty-player {
        font-size: 12px;
    }

    .item-player .player-count-vote {
        font-size: 12px;
    }

    .box-prediction .box-content {
        gap: 8px;
    }

    .box-prediction .box-content {
        padding-inline: 27px;
    }

    .box-prediction .box-content button, .box-prediction .box-content a {
        height: 41px;
    }

    .box-prediction .title-box-large, .box-prediction .title-uef-prediction {
        font-size: 20px;
        line-height: 28px;
    }

    .modal-votes .use-guide .scope-click span {
        font-size: 12px;
    }

    .modal-votes .countdown-number {
        width: 16px;
        height: 20px;
        line-height: 22px;
        font-size: 14px;
        margin: 0 1px;
        border-radius: 4px;
    }

    .modal-votes .countdown-separator {
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        margin-inline: 3px;
    }

    .modal-votes .text-cd {
        font-size: 14px;
    }

    .modal-votes .count-vote {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .vote-countdown {
        justify-content: space-between;
        padding-right: 8px;
    }

    .modal-votes .scope-click img {
        transform: translate(-40px, 55px);
    }

    .l-phase-2 .item-player {
        width: calc(100% / 2 - 5px);
        min-height: 270px;
    }
}