iframe {
    display: none;
}



label {
    color: #AAA;
    font-size: 13px;
}

h3 {
    margin: 0
}

.custom-textfield-container>fieldset:hover {
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.custom-textfield-container {
    transform: translateY(-10px)
}

.custom-textfield-container>fieldset {
    border: 1px solid rgba(255, 255, 255, 0.23);
    text-align: left;
    border-radius: 0.25em;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    padding: 10.5px 14px;
}

.error-container {
    color: rgb(244, 67, 54);
    border: 1px solid rgba(244, 67, 54, 1) !important;
}

.error-text {
    color: #f44336;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 0.6964285714285714rem;
    line-height: 1.66;
    text-align: left;
    margin-top: 3px;
    margin-right: 14px;
    margin-bottom: 0;
    margin-left: 14px;
}


.flex-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.container {
    display: flex;
    display: -webkit-flex;
    flex-basis: 100%;
    flex-direction: column;
    grid-gap: 1em;
}

.row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

.column {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

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

.rounded {
    padding: 0.35em 0.5em;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, 0.1);
}

.p0 {
    margin: 0;
}

.center-center {
    justify-items: center;
    align-items: center;
}

.disable {
    pointer-events: none;
}

.cursor {
    cursor: pointer;
}


.button-close {
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 6px 33px;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 0.35em;
}

.button-close:hover {
    cursor: pointer;
}

.max-width {
    max-width: 1250px;
    margin: 0 auto;
}


.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.currency-text {
    font-size: 9px;
    margin-left: 0.25em;
    color: rgb(116, 191, 89);
    font-weight: 700;
}

.money-text {
    font-variant-numeric: tabular-nums;
    padding-right: 0.15em;
}

.hover:hover {
    cursor: pointer;
}

.round-container-status {
    border-radius: 0.5em;
    padding: 0.25em 0.5em;
    color: white;
}

.round-container-status[data-status="1"] {
    background-color: rgb(116, 191, 89, 0.5);
}

.round-container-status[data-status="3"],
.round-container-status[data-status="5"] {
    background-color: rgb(221, 70, 66, 0.5);
}

.round-container-status[data-status="6"] {
    background-color: rgba(81, 106, 209, 0.5);
}

.round-container-status[data-status="2"] {
    background-color: rgba(5, 11, 33, 0.5);
}

.round-container-status[data-status="0"],
.round-container-status[data-status="4"] {
    background-color: rgba(205, 190, 63, 0.5);
}

.round-container-status[data-status="9"] {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.round-container-status[data-status="8"] {
    background-color: #c5751a80
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.custom-button {
    height: 3rem;
    padding-left: 2em;
    padding-right: 2em;
}

.custom-button-w {
    height: 3rem;
    padding-left: 2em;
    padding-right: 2em;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.custom-button-auto {
    width: 13em;
}



.text-edit-title {
    font-size: 12px;
    font-weight: 500;
    color: #EEEEEE88;
    margin: 0 0 0.5em 0;
}

.text-edit-details {
    margin: 0;
    font-size: 14px;
    color: #EEEEEE;
}


.uemgE {
    width: 95%;
    margin: 0 auto;
}

.ihquVm {
    width: 90%;
    margin: 0 auto;
    padding: 1em;
}

.iMYUeN {
    background: none !important;
}

.bWLnMc,
.iOoRto {
    overflow: hidden;
}


.iNQggp,
.iAyPuH {
    padding: 6px 33px;
}

.dLOFLQ {
    margin-top: 0 !important;
}

@media only screen and (max-width: 768px) {

    .iNQggp,
    .iAyPuH {
        padding: 5px 22px;
    }
}

.dBhCGW {
    background-color: rgba(255, 255, 255, 0.05)
}


.item-container-end {
    display: flex;
    gap: 1em;
    padding: 1em 2em;
    border-radius: 1em;
    width: 100%;
    display: flex;
    margin-bottom: 1em;
    justify-content: flex-end;
}



.custom-icon-container {
    padding: 1em;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: 0.5em;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.custom-icon-title,
.custom-icon-desc {
    padding: 0.25em 1em 0.25em 0.75em;
}

.custom-icon-desc {
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
}

.t {
    font-style: italic;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
}

footer {
    height: 50px;
    background: rgb(35, 48, 68);
    padding-inline: 300px 30px;
    width: 100%;
}



.table-information {
    padding: 2rem 1rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    opacity: 0.75;
}

.loading {
    padding: 2rem 1rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    opacity: 0.75;
}

.notfound-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2em;
    left: 0;
    right: 0;
}

.notfound-text {
    font-size: 16px;
}

.match-status {
    font-style: italic;
    font-size: 10px;
    color: #ffd000bf
}

.players-team-container {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.players-edit-team-name-container {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}

.player-team-item-container {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 16px;
    margin: 0.35em 0;
}

.player-team-item {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.round-match-date-time {
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
}

.match-item {
    display: flex;
    display: -webkit-flex;
    margin: 0.35em 0;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.game-round-detail-container {
    height: 100%;
    display: flex;
    font-size: 18px;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column !important;
}

.game-round-settings {
    gap: 0.25em;
    align-items: center
}

.a-center {
    align-items: center !important;
}

.game-round-detail-container>span {
    font-weight: 700;
}

.match-item-time {
    font-weight: 200;
    opacity: 0.75;
    font-size: 12px;
    width: 10%;
}

.match-item-player-left {
    display: flex;
    display: -webkit-flex;
    justify-content: right;
    align-items: center;
    width: 35%;
}

.match-item-event-img {
    width: 15px;
}

.game-subplan-container {
    display: flex;
    display: -webkit-flex;
    margin: 2em 1em;
    gap: 1em;
}

.gameround-fieldset {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.35em;
    padding: 0;
}

.gameround-fieldset[data-error="true"] {
    border: 1px solid #f44336;
}

.gameround-active-league-legend {
    margin-left: 1em;
    color: rgba(116, 191, 89, 1);
    padding: 0 1em;
    font-weight: 700;
}

.gameround-inactive-league-legend {
    margin-left: 1em;
    color: rgba(255, 255, 255, 0.35);
    padding: 0 1em;
    font-weight: 700;
}

.gameround-inactive-league-legend-info {
    margin-left: 1.5rem;
    font-size: 11px;
    color: #EEEEEEAA;
}

.gameround-sub-players-seperator-container {
    grid-area: 2 / 1 / auto / auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 6em;
}

.gameround-sub-players-seperator {
    border-top: 1px dashed rgba(255, 255, 255, 0.25);
    display: block;
    border-width: 2px;
    flex: 1;
    margin: 0 2em;
}

.gameround-player-border {
    grid-area: 1 / 1 / auto / auto;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 2em 0;
}

.custom-table-item-xsmall {
    flex: 0.25;
}

.custom-table-item-small {
    flex: 0.5;
}

.custom-table-item {
    flex: 1;
    flex-direction: row;
    display: flex;
    gap: 0.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}

.custom-table-item>p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-table-item-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    margin-bottom: 0rem;
    align-items: center;
    gap: 1.75em;
    padding: 0.5em 1rem 0.75em 1rem;
}

.b-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gameround-saveplayer-container {
    grid-area: 4 / 1 / auto / span 2;
    background: rgb(57 69 87);
    padding: 2em 5%;
    gap: 2em;
}

.gameround-subplayer-border {
    grid-area: 3 / 1 / auto / auto;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
}

.gameround-playerselection-accordion-container {
    padding: 0em 2em 2em 2em;
    display: grid;
}



.match-item>div>p {
    margin: 0.75em;
    font-weight: 700;
}

.player-img {
    width: 2.5em;
    height: 2.5em;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2em;
    object-fit: cover;
}

.player-img-small {
    width: 1.5em;
    height: 1.5em;
}

.verification-code {
    text-align: center;
    height: 60px;
    width: 40px;
    border-radius: 10px;
    margin: 0 4px;
    border: 2px solid #4f5b66;
    font-size: 38px;
}

.verification-code-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.verification-code-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.approve-container {
    width: 100%;
    margin: 2em 0;
    display: flex;
    justify-content: flex-end;
}

.pending-verification-component-success-container {
    display: flex;
    gap: 0.5rem;
    margin-block: 1rem;
}

.round-icon-container {
    display: flex;
    display: -webkit-flex;
    gap: 1em;
    flex-direction: corowlumn;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
}

.round-icon {
    transition: 0.5s ease;
    height: 1em;
    width: 1em;
    cursor: pointer;
    justify-self: center;
    align-self: center;
}

.round-icon[data-expand="true"] {
    transform: rotate(180deg);
}

.round-icon-expand {
    transform: rotate(180deg);
}

.round-next-img-container {
    justify-items: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.15em 2em;
    border-radius: 1em;
    gap: 1em;
}

.round-player-selection-header {
    margin-left: 1.25em;
    font-weight: 700;
}

.round-next {
    margin: 11.65em 0 0 0;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-direction: column;
}

.round-next-prev-container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.round-next>p {
    font-size: 12px;
}

.round-next-img {
    width: 1.25em;
    max-width: 50px;
}

.round-next-img-container:hover {
    cursor: pointer;
}

.seletion-player-container {
    display: flex;
    flex-direction: row;
    line-height: 16px;
    padding-bottom: 0.5rem;
    gap: 0.5rem;
    align-items: center;
}

.seletion-player-team-name {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}

.selection-player-team {
    opacity: 0.5;
    font-style: italic;
    font-size: 11px;
}

.winnning-prize-header-container,
.winnning-prize-container>div {
    display: grid;
    text-align: center;
    padding: 1em;
    grid-gap: 0.5em;
    gap: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.winnning-prize-info {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winnning-prize-header-container {
    font-size: 13px;
    padding: 1.5em 1.5em;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    min-width: 750px;
    align-items: center;
    font-weight: 400;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.25);
}

.winnning-prize-container {
    width: 100%;
}

@media (width <=960px) {
    footer {
        padding: 30px;
    }
}