.section-form-hoc-vien {
    padding: 20px 0;
}

.btn-galaxy {
    position: absolute;
    right: 20px;
    bottom: 38px;
    padding: 7px 20px;
    border: 1px solid #004414;
    background: #004414;
    border-radius: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

button:focus,
.btn:focus,
a:focus {
    outline: none;
}

.required {
    color: red;
    margin-left: 5px;
}

.form-control {
    border-radius: 6px;
}

.btn-color-base {
    background: #004414;
    color: white;
}

.btn-color-base-danger {
    background: #dc3545;
    color: white;
}

.c-ttl__01 {
    margin-bottom: 30px;
    font-size: 20px;
}

.c-ttl__02 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.form-hoc-vien {
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.form-hoc-vien__btn {
    background: #004414;
    color: white;
    padding: 5px 10px;
}

.form-hoc-vien__btn:hover {
    color: white;
    background: #a97a31;
}

.table-tu-cham-trinh {}

.table-tu-cham-trinh thead th {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

.table-tu-cham-trinh thead th:nth-child(2) {
    width: 30px;
}

.table-tu-cham-trinh input[type="radio"].form-control {
    width: 25px;
    margin: 0 auto;
}

.table-tu-cham-trinh .form-control:focus {
    outline: none;
}

.table-tu-cham-trinh td:nth-child(3),
.table-tu-cham-trinh td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.cham-trinh-block.is-hidden .cham-trinh-block__ct {
    display: none;
}

.cham-trinh-block:not(.is-hidden) .cham-trinh-block__ttl-down {
    transform: translateY(-50%) rotate(180deg);
}

.cham-trinh-block.is-choose .cham-trinh-block__ttl::after {
    background-color: #004414;
    /* border-color: #004414; */
}

.cham-trinh-block__ttl {
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-right: 50px;
}

.cham-trinh-block__ttl-down {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    transition: all .3s;
}

.cham-trinh-block__ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    width: 20px;
    height: 20px;
    background-color: #ccc;
    mask-image: url(../images/icon-checkbox2.png);
    mask-position: center;
    mask-size: 20px;
    /* border: 1px solid #ccc; */
}

.cham-trinh-block__ttl-down svg {
    width: 100%;
    height: 100%;
}

.section-gia-thi-dau {
    padding: 30px 0;
    background: var(--color-main)1a;
}

.form-ref {

    font-size: 16px;
    font-weight: 700;
    /* margin-bottom: 15px; */
}

.form-ref>span {
    display: inline-block;
    padding: 2px 10px;
    background: #114413;
    border-radius: 6px;
    font-size: 12px;
}

.create-a-match .form-control {
    height: 100%;
    width: 100%;
}

.create-a-match table thead th:nth-child(2) {
    width: 130px;
    background: #0f321c;
    color: white;
}

.create-a-match table th,
.create-a-match table td {
    vertical-align: middle;
}

.create-a-match table thead th:not(:nth-child(2)) {
    width: calc((100% - 130px) / 2);
    background: #a87931;
    color: white;
}

.create-a-match table tbody td:nth-child(2),
.create-a-match table tbody td:nth-child(3) {
    width: 75px;
}

.create-a-match table tbody td:nth-child(1),
.create-a-match table tbody td:nth-child(4) {
    width: 35%;
}

.form-diem-trinh-thuc-dau {
    margin-top: 25px;
}

.form-diem-trinh-thuc-dau__btn {
    background: #004414;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
}

.form-diem-trinh-thuc-dau__btn:hover {
    color: white;
    background: #a87931;
}

.drop-down-option {
    position: relative;
}

.drop-down-option__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 99999;
    padding: 10px;
    max-width: 115px;
}

.drop-down-option__item:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.drop-down-option__item .btn {
    font-size: 12px;
    justify-content: left;
    text-align: left;
    padding: 5px 0;
    width: 100%;
}

.drop-down-option__selected {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.drop-down-option__selected::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.form-group__ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.popup-add {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 99;
    /* padding: 10px; */
}

.popup-add-app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    padding: 20px;
}

.popup-add-app .popup-add__ct {
    height: auto;
    max-height: 100%;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}

.popup-add-app.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-add-app .popup-add__close {
    position: absolute;
    top: 6px;
    right: 6px;
}

.popup-add.active {
    display: block;
}

.popup-add__ct {
    width: 100%;
    max-width: 500px;
    background: white;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    height: 100%;
}

.popup-add__close {
    margin-left: auto;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.popup-add__close svg {
    width: 100%;
    height: 100%;
    fill: #1C274C;
}

.popup-add__item:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.popup-add__info {
    width: calc(100% - 100px);

}

.popup-add__avt {
    overflow: hidden;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.popup-add__name {
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 100px);
}

.popup-add__action {
    width: 100px;
}

.popup-add__action .btn svg path {
    stroke: currentColor;
}

.popup-add__action-btn {
    background: #004414;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 15px;
    margin-left: auto;
    font-size: 14px;
}

.popup-add__action-btn:hover {
    color: white;
    background: var(--color-main2);
}

.popup-add__action-btn svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.button-add-invite svg path {
    stroke: currentColor;
}

.button-add-invite {
    background: #004414;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 15px;
    margin-left: auto;
}

.button-add-invite :hover {
    color: white;
    background: var(--color-main2);
}

.button-add-invite svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.button-add-invite svg path {
    stroke: currentColor;
}

.popup-add__form .btn-submit {
    background: #004414;
    color: white;
    width: 100%;
}

.drop-down-option__close {
    position: absolute;
    z-index: 11;
    right: 2px;
    top: 5px;
    background: transparent;
    padding: 0;
}

.drop-down-option__close svg {
    width: 14px;
    height: 14px;
}

.detail-match {
    /* margin-top: 30px; */
}

.detail-match__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.detail-match__info {
    padding: 10px;
    gap: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.sec-dang-dai-ly {
    padding: 20px 0;
}

.ctvien-ttl {
    font-size: 24px;
    margin-top: 30px;
}

.list-ctvien__item {
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-ctvien__ttl {
    font-size: 18px;
}

.list-ctvien__remove svg {
    width: 20px;
    height: 20px;
}

.section-diem-trinh-thuc-dau {
    padding: 30px 0;
}

.js-choose-option .category-column__wrap {
    background-color: var(--color-main)
}

.js-choose-option>.clm.active .category-column__wrap {
    background: #a87931;
    color: white;
}

.purchase-history {

    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.purchase-history__header {
    background: var(--color-main);
    color: white;
    padding: 24px 32px;
}

.purchase-history__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}

.purchase-history__subtitle {
    font-size: 14px;
    opacity: 0.9;
}

.purchase-history__content {
    padding: 32px;
}

/* Block: order-list */
.order-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Block: order-item */
.order-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    background: #fff;
}

.order-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.order-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.order-item__date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.order-item__date-icon {
    width: 18px;
    height: 18px;
}

.order-item__status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.order-item__status--completed {
    background: #d4edda;
    color: #155724;
}

.order-item__status--processing {
    background: #fff3cd;
    color: #856404;
}

.order-item__status--cancelled {
    background: #f8d7da;
    color: #721c24;
}

.order-item__body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

/* Block: info-field */
.info-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.info-field__label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.info-field__value {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.info-field__value--primary {
    color: #a87931;
    font-weight: 600;
}

/* Block: empty-state */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.empty-state__icon {
    font-size: 64px;
    margin-bottom: 16px;
}

.empty-state__text {
    font-size: 18px;
}

.form-hoc-search {
    margin-top: 15px;
}

.form-hoc-search__btn {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
}

.form-hoc-search__btn svg {
    width: 20px;
    height: 20px;
}

.giai-thi-dau {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.giai-thi-dau__item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px #0000000d;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.giai-thi-dau__img-status {
    position: absolute;
    left: 0;
    top: 20px;
    background: #004414;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0;
}

.giai-thi-dau__img-status-danger {
    position: absolute;
    left: 0;
    top: 20px;
    background: #ff0000;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 0;
}

.giai-thi-dau__img {

    /* border: 1px solid #a87931; */
}

.giai-thi-dau__img>a {
    position: relative;
    line-height: 0;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}

.giai-thi-dau__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
   object-fit: cover;
    object-position: top;
}

.giai-thi-dau__ct {
    background: white;
    z-index: 10;
    position: relative;
    padding: 25px;
    color: #142640;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -25px;
    position: relative;
    z-index: 10;
}

.giai-thi-dau__ttl {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.giai-thi-dau__option {
    margin-bottom: 15px;

}

.giai-thi-dau__option li:not(:last-child) {
    margin-bottom: 10px;
}

.giai-thi-dau__option li {
    justify-content: space-between;


}

.giai-thi-dau__option .text {
    width: calc(100% - 30px);
    font-size: 14px;
}

.giai-thi-dau__option .icon {
    width: 20px;
    height: 20px;
    line-height: 1;
}

.giai-thi-dau__option .icon svg {
    width: 100%;
    height: 100%;
}

.giai-thi-dau__option .bage {
    display: inline-block;
    padding: 3px 8px;
    background: #004414;
    color: white;
    border-radius: 8px;
    font-size: 13px;
}

.giai-thi-dau__wbtn {
    gap: 10px;
}

.giai-thi-dau__wbtn-btn {
    font-size: 14px;
    border: 1px solid #a87931;
    border-radius: 35px;
    gap: 10px;
    flex: auto;
    color: white !important;
    background: #a87931 !important;
    /* max-width: fit-content; */
}

.giai-thi-dau__wbtn-btn:hover {
    color: white;
    background: #a87931;
}

.giai-thi-dau__wbtn-icon {
    width: 20px;
}

.giai-thi-dau__wbtn-icon path {
    stroke: currentColor;
}

.tournament-registration {
    max-width: 100%;
    margin: 0 auto;

}

.tournament-registration__header {
    position: sticky;
    top: 0;
    background: #004513;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #004513;
    z-index: 100;
    color: white;
    margin-bottom: 10px;
    border-radius: 8px;
}

.tournament-registration__header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tournament-registration__back-btn {
    width: 32px;
    height: 32px;
    color: #fff;
    cursor: pointer;
}

.tournament-registration__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.tournament-registration__login-btn {
    padding: 8px 20px;
    background: transparent;
    border: 1px solid #2196f3;
    border-radius: 6px;
    color: #2196f3;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.tournament-registration__login-btn:hover {
    background: rgba(33, 150, 243, 0.1);
}

.tournament-registration__content {
    padding: 30px;
    background: #00451317;
    border-radius: 8px;
}

.tournament-registration__info-banner {
    padding: 16px;
    background: #004513;
    border-bottom: 1px solid #004513;
}

.tournament-registration__info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 14px;
}

.tournament-registration__info-icon {
    width: 20px;
    height: 20px;
    color: currentColor;
}

.tournament-registration__info-label {
    color: currentColor;
}

.tournament-registration__info-value {
    color: #fff;
    font-weight: 500;
}

.tournament-registration__form {
    padding: 0 16px;
}

.tournament-registration__section {
    border-bottom: 1px solid #f0f2f5;
    padding: 20px 0;
}

.tournament-registration__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 8px 0;
}

.tournament-registration__section-title {
    font-size: 16px;
    font-weight: 600;
}

.tournament-registration__section-toggle {
    width: 17px;
    height: 17px;
    color: var(--color-main);
    transition: transform 0.3s;
}

.tournament-registration__section.is-open,
.tournament-registration__section-toggle.is-open {
    transform: rotate(180deg);
}

.tournament-registration__section-content {
    padding-top: 16px;
    display: none;
}

.tournament-registration__section-content.is-open {
    display: block;
}

.tournament-registration__field {
    margin-bottom: 16px;
    flex: 1;
}

.tournament-registration__field:last-child {
    margin-bottom: 0;
}

.tournament-registration__field-label {
    display: block;
    font-size: 14px;
    color: currentColor;
    margin-bottom: 8px;
}

.tournament-registration__field-label--required::after {
    content: ' *';
    color: #ef4444;
}

.tournament-registration__input {
    width: 100%;
    background: #11321c;
    height: 38px;
    border: 1px solid #004513;
    border-radius: 6px;
    padding: 6px 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tournament-registration__preview-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px 20px;
}

.tournament-registration__input:placeholder {
    color: #ccc;

}

.tournament-registration__input::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.tournament-registration__input::-webkit-date-and-time-value {
    text-align: inherit;
}
.tournament-registration__field .select2-container--default .select2-selection--single{
    background: #12321c;
}
.form-diem-trinh-thuc-dau .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #12321c;
}
/* .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
} */
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-top-color: #fff;
}
.tournament-registration__addtime{
    background: transparent;
    color: var(--color-main2);
    padding: 0;
    margin-top: 15px;
}
/* input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: block;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 100%;
    cursor: pointer;
}

input[type="datetime-local"]:before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
} */
.tournament-registration__input:focus {
    border-color: #2196f3;
}

.tournament-registration__input::placeholder {
    color: #eee;
}

.tournament-registration__textarea {
    width: 100%;
    background: #004513;
    border: 1px solid #004513;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border 0.3s;
    min-height: 100px;
    resize: vertical;
    font-family: inherit;
}

.tournament-registration__textarea::placeholder {
    color: #eee;
}

.tournament-registration__textarea:focus {
    border-color: #2196f3;
}

.tournament-registration__textarea--large {
    min-height: 200px;
}

.tournament-registration__upload-box {
    width: 100%;
    background: #004513;
    border: 2px dashed #004513;
    border-radius: 8px;
    padding: 32px 16px;
    text-align: center;
    cursor: pointer;
    color: white;
    transition: all 0.3s;
}

.tournament-registration__upload-box:hover {
    border-color: #2196f3;
    color: #004414;
    background: rgba(33, 150, 243, 0.05);
}

.tournament-registration__upload-icon {
    width: 48px;
    height: 48px;
    color: currentColor;
    margin: 0 auto 12px;
}

.tournament-registration__upload-text {
    font-size: 14px;
    color: currentColor;
    margin-bottom: 4px;
}

.tournament-registration__upload-hint {
    font-size: 12px;
    color: currentColor;
}

.tournament-registration__upload-input {
    display: none;
}

.tournament-registration__preview {
    margin-top: 12px;
    position: relative;
    display: inline-block;
}

.tournament-registration__preview-img {
    width: 100%;
    height: 100%;
    /* height: 120px; */
    border-radius: 8px;
    object-fit: cover;
}

.tournament-registration__preview-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    background: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    color: white;
}

.tournament-registration__preview-remove svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.tournament-registration__empty-state {
    text-align: center;
    padding: 40px 0;
    color: currentColor;
}

.tournament-registration__submit-bar {
    padding: 14px 16px 20px;
}

.tournament-registration__wbtn {
    gap: 10px;
}

.tournament-registration__wbtn>.tournament-registration__submit-btn {
    padding: 7px 16px;
    font-size: 13px;
    width: fit-content;
    border-radius: 25px;
}

.tournament-registration__wbtn:not(:last-child) {
    margin-bottom: 10px;
}

.tournament-registration__submit:not(:first-child) {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.tournament-registration__submit-btn {
    /* width: 100%; */
    padding: 14px 24px;
    background: #004414;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.tournament-registration__submit-btn.btn-danger {
    background: #ef4444;
    color: #fff;
}

.tournament-registration__childs {
    padding-top: 15px;
}

.tournament-registration__child {
    gap: 10px;
}

.tournament-registration__flex {
    background: white;
    padding: 10px;
    border-radius: 9px;
}

.tournament-registration__flex .tournament-registration__field-label {
    margin-bottom: 0;
}

.tournament-registration__addchild {
    background: #12321c;
    color: white;
    padding: 8px 13px;
    border-radius: 8px;
    line-height: 1;
}

.tournament-registration__addchild.drop-down {
    padding: 8px 10px;
}

.tournament-registration__addchild.drop-down:not(.is-open) svg {
    transform: rotate(180deg);
}

.tournament-registration__remove {
    background: red;
    padding: 9px;
    color: white;
    border-radius: 8px;
    margin-top: 30px;
}

.tournament-registration__remove svg {
    width: 20px;
    height: 20px;
}

.tournament-registration__remove svg path {
    fill: currentColor;
}

.tournament-registration__wrapaction {
    gap: 4px;
}

.tournament-registration__wrapaction svg {
    width: 14px;
    height: 14px;
}

.tournament-registration__wrapaction svg path {
    fill: currentColor;
}

.tournament-registration__submit-btn:hover {
    background: #a87931;
}

.tournament-registration__submit-btn:disabled {
    background: #334155;
    cursor: not-allowed;
}

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

.tournament-registration__countdown {}

.tournament-registration__countdown-item {}

.tournament-registration__countdown-value {}

.tournament-registration__countdown-label {
    font-size: 12px;
    opacity: 0.9;
}

.leaderboard {
    /* background-color: #004414;
    color: white; */
    /* border-radius: 12px; */
}

.leaderboard table td,
.leaderboard table th {
    border: 1px solid #eee;
}





/* Element: Row */




/* Element: Rank */
.leaderboard__rank {
    color: #8b95a5;
    font-size: 20px;
    font-weight: 600;
}

.leaderboard__btn {
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 8px;
    background: #0b2615;
    color: white;
}

.leaderboard__player-info {}

.leaderboard__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.leaderboard__name {
    /* color: white; */
    font-size: 16px;
    font-weight: 600;
}

.leaderboard__id {
    color: #004414;
    font-size: 13px;
    font-weight: 500;
}

.leaderboard__points {
    display: flex;
    align-items: center;
    gap: 6px;
}

.leaderboard__trophy {
    width: 18px;
    height: 18px;
    background-color: #84cc16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.leaderboard__points-value {
    color: #004414;
    font-size: 16px;
    font-weight: 600;
}

/* Element: Total Score */
.leaderboard__total {
    /* color: white; */
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

/* Element: Badge */
.leaderboard__badge {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #004414 0%, #2563eb 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 2px solid rgba(59, 130, 246, 0.3);
}

.table-table td,
.table-table th {
    border: 1px solid #eee;

}

.table-table th {
    background: #004414;
    color: white;
}

.tab-table__list {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    margin-bottom: 15px;
}

.tab-table__list .tab-table__list-button {
    padding: 5px 10px;
    font-size: 14px;
    background: transparent;
    color: #004414;
    border-bottom: 1px solid transparent;
}

.tab-table__list .tab-table__list-button.is-active {
    color: #a87931;
    border-bottom-color: #a87931;
}

.tab-table__content {
    display: none;
}

.tab-table__content.is-open {
    display: block;
}

.ranking-table {
    max-width: 100%;
    margin: 0 auto;

    border-radius: 8px;
    overflow: hidden;
    border-collapse: collapse;
    width: 100%;
}

/* Element: ranking-table__header */
.ranking-table__header {
    background: linear-gradient(135deg, #10321c 0%, #0b2615 100%);
}

.ranking-table__header-cell {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding: 16px 20px;
    border-bottom: 2px solid white;
}

.ranking-table__header-cell--center {
    text-align: center;
    width: 120px;
    background-color: #0b2615;
}

/* Element: ranking-table__body */
.ranking-table__body {
    background-color: #10321c;
}

.ranking-table__body td {
    border: 1px solid white;
}

/* Element: ranking-table__row */
.ranking-table__row {
    border-bottom: 1px solid rgba(30, 58, 95, 0.5);
    transition: background-color 0.3s ease;
}

.ranking-table__row:hover {
    background-color: rgba(30, 58, 95, 0.2);
}

.ranking-table__row:last-child {
    border-bottom: none;
}

/* Element: ranking-table__cell */
.ranking-table__cell {
    padding: 20px;
    vertical-align: top;
}

.ranking-table__cell--center {
    text-align: center;
    vertical-align: middle;
}

/* Element: ranking-table__player-container */
.ranking-table__player-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Element: ranking-table__player */
.ranking-table__player {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ranking-table__player-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(59, 130, 246, 0.3);
    flex-shrink: 0;
}

.ranking-table__player-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ranking-table__player-name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranking-table__player-id {
    color: white;
    font-size: 13px;
    font-weight: 500;
}

/* Element: ranking-table__points */
.ranking-table__points {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ranking-table__points-icon {
    width: 20px;
    height: 20px;
    background-color: #84cc16;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.ranking-table__points-value {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

/* Element: ranking-table__medal */
.ranking-table__medal {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
}

.ranking-table__medal::before {
    content: '';
    position: absolute;
    top: -8px;
    width: 30px;
    height: 12px;
    background: linear-gradient(to bottom, #dc2626 0%, #dc2626 45%, #fbbf24 45%, #fbbf24 100%);
    border-radius: 2px 2px 0 0;
}

.ranking-table__medal-number {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Modifier: ranking-table__medal--2 */
.ranking-table__medal--2 {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
    box-shadow: 0 4px 12px rgba(148, 163, 184, 0.4);
}

/* Modifier: ranking-table__medal--3 */
.ranking-table__medal--3 {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4);
}

.cham-trinh-tasbar {

    background: #b48d51;
    bottom: 100px;
    left: 0;
    width: 100%;
    padding: 9px;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.cham-trinh-tasbar .btn-submit {
    padding: 5px 17px;
    font-size: 14px;
}

.cham-trinh-tasbar .form-ref {
    font-size: 12px;
    color: white;
}

.label-checkbox {
    position: relative;
}

.label-checkbox input:checked+.label-checkbox-span {
    background: #004414;
    border-color: #004414;
}

.label-checkbox input:checked+.label-checkbox-span::before {
    transform: rotate(45deg) scale(1);
}

.label-checkbox .radio-number {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.label-checkbox-span {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #9e9e9e;
    border-radius: 6px;
    display: inline-block;
}

.label-checkbox-span::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 16px;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    left: 11px;
    top: 4px;
    transform: rotate(45deg) scale(0);
    transition: all .3s ease-in;
}

.common-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--color-main);
    margin-bottom: 40px;
}

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

.sec-members {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.members-tab {
    display: flex;
    flex-direction: column;
}

.members-tab__list {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0;
}

.members-tab__list-btn {
    padding: 14px 24px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    word-break: normal;
}

.members-tab__list-btn:hover {
    color: #a97a31;
}

.members-tab__list-btn.active {
    color: var(--color-main);
    border-bottom-color: #a97a31;
}

.members-tab__panel {
    width: 100%;
}

.members-tab__content {
    display: none;
    animation: slideIn 0.3s ease;
}

.members-tab__content.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Table Styles */
.table-member-new,
.table-member-rank {
    width: 100%;
    border-collapse: collapse;
    background: white;
    padding: 0;

}

.table-member-new thead,
.table-member-rank thead {
    background: linear-gradient(135deg, var(--color-main) 0%, #1a4d28 100%);
    color: white;
    width: 100%;

}

.table-member-new th,
.table-member-rank th {
    padding: 16px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    word-break: normal;
}

.table-member-new tbody tr,
.table-member-rank tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.table-member-new tbody tr:hover,
.table-member-rank tbody tr:hover {
    background: #f9fafb;
    box-shadow: 0 2px 8px rgba(169, 122, 49, 0.1);
}

.table-member-new td,
.table-member-rank td {
    padding: 16px;
    font-size: 15px;
    color: #333;
}

.table-member-new tbody tr:nth-child(even),
.table-member-rank tbody tr:nth-child(even) {
    background: #fafbfc;
}

.table-member-new tbody tr:last-child,
.table-member-rank tbody tr:last-child {
    border-bottom: none;
}

.table-member-new th:first-child,
.table-member-new td:first-child,
.table-member-rank th:first-child,
.table-member-rank td:first-child {
    width: 60px;
    text-align: center;
    font-weight: 500;
    color: #a97a31;
}

.table-member-new td:nth-child(2),
.table-member-rank td:nth-child(2) {
    font-weight: 500;
    color: var(--color-main);
}

.table-member-rank td:nth-child(3),
.table-member-rank td:nth-child(4) {
    text-align: center;
    font-weight: 600;
    color: #a97a31;
}

.table__empty {
    padding: 40px;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.table-member-rank-btn {
    background: transparent;
    padding: 0;
    font-size: inherit;
    word-break: normal;
}

.sec-yard {
    padding: 50px 0;
}

.yard-heading {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yard-heading__ttl {
    color: var(--color-main);
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.yard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.yard-stat__card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.yard-stat__card:hover {
    transform: translateY(-5px);
}

.yard-stat__card h3 {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.yard-stat__value {
    font-size: 36px;
    font-weight: bold;
    color: var(--color-main);
}

.yard-content {
    gap: 30px 0;
}

.yard-section {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.yard-section__title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-main);
    display: flex;
    align-items: center;
    gap: 5px;
}

.yard-grid {
    display: grid;
    gap: 15px;
}

.yard-grid__item {
    background: linear-gradient(107deg, rgba(17, 50, 26, 1) 18%, rgba(16, 57, 27, 1) 49%, rgba(0, 69, 19, 1) 85%);
    padding: 15px;
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.yard-grid__item:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.yard-grid__info-ttl {
    font-size: 18px;
    margin-bottom: 8px;
}

.yard-grid__info-ttl>a {
    color: white;
}

.yard-grid__info-desc {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 0;
}

.fyard-grid__status {
    padding: 3px 15px;
    border-radius: 0 0 0 8px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}

.status-available {
    background: #10b981;
}

.status-occupied {
    background: #ef4444;
}

.status-maintenance {
    background: #f59e0b;
}

.booking-list {
    display: grid;
    gap: 12px;
    max-height: 500px;
    overflow-y: auto;
}

.booking-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid var(--color-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-info__ttl {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.booking-info__desc {
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
}

.booking-time {
    text-align: right;
    color: var(--color-main);
    font-weight: bold;
}

.yard-heading__btn {
    padding: 8px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.yard-heading__btn--primary {
    background: linear-gradient(107deg, rgba(17, 50, 26, 1) 18%, rgba(16, 57, 27, 1) 49%, rgba(0, 69, 19, 1) 85%);
    color: white;
}

.yard-heading__btn--primary:hover {
    transform: translateY(-2px);
    color: white;
    background: #a97a31;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}



.booking-list::-webkit-scrollbar {
    width: 8px;
}

.booking-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.booking-list::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 10px;
}


.yard-heading__icon {
    font-size: 28px;
    width: 30px;
    height: 30px;
    mask-image: url(https://app.natuh.vn/storage/setting/ipfJByNUtKKl4Wvp5FBj.png);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--color-main);
    mask-size: contain;
}

.yard-section__title .icon svg {
    width: 24px;
    height: 24px;
}

/* summary */
.summary-stats {
    background-color: #e8e8e8;
    border-radius: 16px;
    padding: 24px;

}

.summary-stats__title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.summary-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.summary-stats__item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.summary-stats__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-stats__item--active {
    border-color: #ffa500;
}

.summary-stats__label {
    font-size: 13px;
    color: var(--color-main);
    line-height: 1.4;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}

.summary-stats__value {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    display: block;
}

.summary-stats__value--empty {
    color: #999;
}

.summary-stats__divider {
    width: 24px;
    height: 3px;
    background-color: #ffa500;
    border-radius: 2px;
    margin: 0 auto;
}

.summary-stats__divider--gray {
    background-color: #ccc;
}

.tournament-registration__row {
    gap: 20px 0;
}

.quan-ly-tran-dau {
    padding: 10px;
    max-width: 100%;
    background: white;
    border-radius: 10px;
}

.box-title-table {
    background: var(--color-main2);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.box-title-table h1 {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}
.box-title-table .title-manage {
    color: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

.match-info {
    background: white;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
}

.match-info h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: #111827;
}

.match-info p {
    margin: 5px 0;
    font-size: 14px;
    color: #6b7280;
}

.participant-section {
    background: white;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.section-header {
    padding: 12px;
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
}

.section-header h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.section-header .count {
    font-size: 13px;
    color: #6b7280;
    margin-top: 3px;
}

.participants-list {
    max-height: 400px;
    overflow-y: auto;
}

.participant-item {
    padding: 12px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.participant-item:last-child {
    border-bottom: none;
}

.participant-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.participant-info {
    flex: 1;
    min-width: 0;
}

.participant-info h4 {
    margin: 0 0 3px 0;
    font-size: 14px;
    color: #111827;
    font-weight: 600;
}

.participant-info p {
    margin: 2px 0;
    font-size: 12px;
    color: #6b7280;
}

.participant-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}

.btn-action {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.btn-approve {
    background: #10b981;
    color: white;
}

.btn-reject {
    background: #ef4444;
    color: white;
}

.btn-remove {
    background: #f59e0b;
    color: white;
}

.empty-state {
    padding: 40px 20px;
    text-align: center;
    color: #9ca3af;
}

.empty-state i {
    font-size: 32px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.empty-state p {
    margin: 0;
    font-size: 14px;
}

.badge {
     display: inline-block;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    /* color: #ff0000; */
}

.badge-pending {
    background: #fef3c7;
    color: #92400e;
}

.badge-approved {
    background: #d1fae5;
    color: #065f46;
}

.profile-info__section {
    border-radius: 16px;
}

.profile-info__section:not(:first-child) {
    margin-top: 10px;
}

.profile-info__section__title {
    font-size: 18px;
}

/* profile giai dau */
.pairs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 15px 10px;
}

.pair-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.pair-header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pair-players {
    display: flex;
    gap: 20px;
    align-items: center;
}

.player-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 8px;
    position: relative;
}

.player-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.player-details {
    text-align: center;
    width: 100%;
}

.player-name {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 4px;
    font-size: 15px;
    word-break: break-all;
}

.player-code {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 8px;
}

.player-points {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #059669;
    background: white;
    padding: 6px 12px;
    border-radius: 20px;
}

.btn-remove-player {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.btn-remove-player:hover {
    opacity: 1;
}

.coin-icon {
    width: 18px;
    height: 18px;
    background: #10b981;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.vs-divider {
    text-align: center;
    font-weight: 700;
    color: #ef4444;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-radius: 8px;
    padding: 8px;
    line-height: 1;

}

.match-info__ttl {
    font-weight: 700;
}
.item-user{
    gap: 5px;
}
.item-user__avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0;
    overflow: hidden;
}
.item-user__avatar img{
    width: 100%;
    height: 100%;
}
.item-user__name{
    flex: 1;
    /* width: calc(100% - 50px); */
}
.item-user__btn{
       padding: 5px 10px;
    font-size: 13px;
    border-radius: 6px;
}
.create-a-match table thead th:not(:nth-child(2)), .create-a-match table thead th:nth-child(2){
    background: #718a68 !important;
    color: white !important;
}
.section-history-match h2{
     font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.table .thead-dark th{
    background-color: #d8a556;
    border-color: #d8a556;
}
/* Responsive */

@media (min-width: 992px) {
    .cham-trinh-tasbar .form-ref {
        font-size: 15px;
    }

    .cham-trinh-tasbar {
        border-radius: 8px;
    }

    .tournament-registration__header {
        margin-top: 10px;
    }

    .giai-thi-dau__item.detail {
        display: grid;
        grid-template-columns: 35% 65%;
    }

    .giai-thi-dau__item.detail .giai-thi-dau__ct {
        margin-top: 0;
    }

    .giai-thi-dau__item.detail .giai-thi-dau__img {
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .yard-heading__icon {

        width: 24px;
        height: 24px;
    }

    .form-control__btn {
        background: var(--color-main) !important;
        color: white !important;
    }

    #body-to-chuc-giai .wrapper.home {
        padding-bottom: 206px;
    }

    .ranking-table__header-cell--center {
        width: 100px;
    }

    .tournament-registration__header {
        padding: 6px;
    }

    .tournament-registration__title {
        font-size: 16px;
    }

    .cham-trinh-tasbar {
        position: fixed;
    }

    .section-form-hoc-vien.s1 {
        padding: 0;
    }

    .form-hoc-vien {
        padding: 20px;
    }

    .sec-members {
        padding: 20px 0;
    }

    .common-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .members-tab__list {
        gap: 8px;
        margin-bottom: 20px;
    }

    .members-tab__list-btn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .table-member-new th,
    .table-member-new td,
    .table-member-rank th,
    .table-member-rank td {
        padding: 12px 8px;
        font-size: 15px;
    }

    .table-member-new th:first-child,
    .table-member-new td:first-child,
    .table-member-rank th:first-child,
    .table-member-rank td:first-child {
        width: 50px;
    }

    .tournament-registration__section {
        padding: 5px 0;
    }

    .form-diem-trinh-thuc-dau {
        margin-top: 10px;
    }

    .tournament-registration__content {
        padding: 15px;
    }

    .giai-thi-dau {
        grid-template-columns: repeat(2, 1fr);
    }

    .popup-add__action-btn {
        padding: 2px 12px;

    }

    .button-add-invite {
        padding: 2px 12px;
        font-size: 14px;
    }

    .pair-players {
        gap: 10px;
    }

    .vs-divider {
        font-size: 12px;
    }

    .pair-header {
        margin-bottom: 10px;
    }

    .pair-players {
        /* flex-wrap: wrap; */
        justify-content: center;
    }

    .pair-card {
        padding: 10px;
    }

    .player-info {
        padding: 10px;
    }

    .btn-remove-player {
        width: 25px;
        height: 25px;
    }

    .yard-heading__btn--primary {
        background: linear-gradient(107deg, rgba(17, 50, 26, 1) 18%, rgba(16, 57, 27, 1) 49%, rgba(0, 69, 19, 1) 85%) !important;
        color: white !important;
    }
}

@media (max-width: 767px) {
    .tournament-registration__form {
        padding: 0;
    }

    .box-title-table {
        padding: 10px;
    }

    .leaderboard {
        font-size: 12px;
    }

    .tournament-registration__submit-bar {
        position: fixed;
        bottom: 94px;
        left: 0;
        right: 0;
        background: #0c2515;
        border-top: 1px solid #004513;
        max-width: 768px;
        margin: 0 auto;
        color: white;
        z-index: 100;
    }

    .purchase-history__content {
        padding: 20px;
    }

    .order-item {
        padding: 16px;
    }

    .order-item__header {
        gap: 12px;
    }

    .order-item__body {
        grid-template-columns: 1fr;
    }

    .giai-thi-dau {
        grid-template-columns: 1fr;
    }

    .giai-thi-dau__option .text {
        font-size: 13px;
    }

    .leaderboard__header,
    .leaderboard__row {
        grid-template-columns: 40px 1fr 1fr 80px;
        padding: 16px;
    }

    .leaderboard__rank {
        font-size: 16px;
    }

    .leaderboard__avatar,
    .leaderboard__badge {
        width: 40px;
        height: 40px;
    }

    .leaderboard__name {
        font-size: 14px;
    }

    .leaderboard__total {
        font-size: 14px;
    }

    .ranking-table__player-name {
        font-size: 14px;
    }

    .ranking-table__player-id {
        font-size: 11px;
    }

    .table-table {
        font-size: 13px;
    }

    .ranking-table__player {
        flex-direction: column;
    }

    .ranking-table__points {
        justify-content: center;
    }


    .members-tab__list-btn {
        padding: 12px;
        /* width: 100%; */
        margin-bottom: 0;
    }


    .table-member-new,
    .table-member-rank {
        font-size: 12px;
    }

    .table-member-new th,
    .table-member-new td,
    .table-member-rank th,
    .table-member-rank td {
        padding: 6px;
    }

    .yard-heading {
        padding: 10px;
    }

    .yard-heading__ttl {
        font-size: 17px;
    }

    .yard-heading__btn .hidden-max-md {
        display: none;
    }

    .yard-heading__btn.add {
        padding: 10px 15px;
        line-height: 1;
    }

    .yard-heading {
        margin-bottom: 20px;
    }

    .yard-section {
        padding: 20px;
    }

    .tournament-registration__submit-btn {
        padding: 6px 24px;
        width: 100%;
        font-size: 14px;
    }

    .sec-yard {
        padding: 20px 0;
    }

    .player-name {
        font-size: 13px;
    }

    .player-points {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .summary-stats {
        padding: 15px;
    }

    .summary-stats__grid {
        gap: 10px;
    }

    .summary-stats__item {
        padding: 14px 10px;
    }

    /* .summary-stats__label {
        font-size: 12px;
    } */

    .summary-stats__value {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .summary-stats__grid {
        grid-template-columns: 1fr;
    }
}
