body {

    font-size: 0.925rem;
    letter-spacing: normal;
}

.wc-worldcup-app {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}

.wc-countdown-container {
    display: flex;
    justify-content: end;
    padding-right: 2.5em;
    font-size: 1.5em;
}

.wc-team-selections {
    width: 100%;
}

.html {
    padding: 0.5em;
    align-items: center;
}

.wc-custom-container {
    justify-content: space-around;
    display: flex;
    padding: 1.5em;
}

.wc-group-header-top {
    padding: 1rem 0;
    margin: 1em;
    border-radius: 0.45em;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-around;
}


.wc-noWrap {
    flex-wrap: nowrap !important;
}

.wc-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wc-container-center {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wc-container-selection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
    flex: 0.1;
    width: 15em;
}

.wc-extra-details-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 1em;
    width: 86%;
}

.wc-imfeellucky-container {
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 15em);
    top: 0;
}

.wc-imfeellucky-item-home {
    display: flex;
    position: relative;
    justify-content: center;
}

.container-popup {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    backdrop-filter: blur(8px);
}


.custom-popup {
    transition: ease 0.5s;
    position: relative;
    max-width: 75%;
    margin: 3em auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
    margin: 1.75rem auto;
    justify-content: center;
    pointer-events: none;
    padding: 0px 3em;
}

.popup-container {
    padding: 0 !important;
    position: relative;
    overflow-y: auto;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 600px;
    background-color: #233044;
    color: rgba(255, 255, 255, 0.95);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 1em;
}


.popup-container-item {
    padding: 0em 2em 3em 2em;
    color: rgb(175 175 175)
}

.popup-container-header {
    padding: 1em 0 11px 26px;
    font-size: 19px;
    font-weight: 700;
}

.popup-container-footer {
    justify-content: end;
    padding: 1em 2em 1em 2em;
    display: flex;
    gap: 1em;
    background: rgba(255, 255, 255, 0.15);
}

.popup-container-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 1em
}

.button {
    text-transform: none;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 4px;
    border: none
}

.button-confirm {
    background-color: #407ad6;
    color: white;
    padding: 0.5em 3em;
}

.button-cancel {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    padding: 0.5em 3em;
}

.background-close {
    z-index: -1;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.wc-nav-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0px;
    margin: 1em;
    gap: 1em;
    left: 50%;
    transform: translateX(-50%);
}

.wc-nav-item {
    width: 25em;
    height: 5em;
    overflow: hidden;
    border-radius: 1em;
}

.wc-nav-item:hover {
    cursor: pointer;
}

.wc-clear-selection {
    display: flex;
    justify-content: center;
    padding: 1em;
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.wc-clear-selection-span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.wc-clear-selection:hover {
    cursor: pointer;
}

.wc-nav-item-home {
    display: flex;
    position: relative;
    justify-content: center;
    border-radius: 1em;
    border: 1px solid rgba(0, 0, 0, 0.5)
}

.wc-nav-item-home-background::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.wc-nav-item-img {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.wc-wc-stack-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wc-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wc-stack-column {
    display: flex;
    margin-bottom: 1em;
}

.wc-print-ticket-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
    flex: 1;
}

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

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



.wc-print-ticket-dash {
    width: 90%;
    left: 50%;
    height: 1px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.wc-print-ticket-view::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(225deg);
    right: -40px;
}

.wc-print-ticket-view::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    left: -10px;
}

.wc-ticket-team {
    padding: 0 0.5em 0 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 5em;
    justify-content: center;
    position: relative;
    flex: 1;
    font-style: italic;
    font-size: 11px;
}

.wc-stack-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wc-button-selection {
    width: 1em;
    height: 100%;
    background: #ff7f28;
    justify-self: end;
}

.wc-button-selection-container {
    padding: 0 1em 0 1em;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 5em;
    justify-content: center;
    position: relative;
    flex: 1
}

/* START */
.wc-button-selection-container-inline-start::before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 2px;
    width: 17px;
    left: -4px;
    top: 50%;
}

.wc-button-selection-container-connector-first-start:nth-child(even)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    right: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    height: 50%;
    top: 0%;
}

.wc-button-selection-container-connector-first-start:nth-child(odd)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    right: 5px;
    border-right-style: solid;
    border-top-style: solid;
    height: 50%;
    top: 50%;
}

.wc-button-selection-container-connector-start:nth-child(even)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    right: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    height: 50%;
    top: 0%;
}

.wc-button-selection-container-connector-start:nth-child(odd)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    right: 5px;
    border-right-style: solid;
    border-top-style: solid;
    height: 50%;
    top: 50%;
}

/* START */
/* END */

.wc-button-selection-container-inline-end::before {
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 2px;
    width: 17px;
    right: -5px;
    top: 50%;
}


.wc-button-selection-container-connector-first-end:nth-child(even)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    left: 13px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    height: 100%;
    top: -50%;
}

.wc-button-selection-container-connector-first-end:nth-child(odd)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    left: 5px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    height: 100%;
    top: 50%;
}

.wc-button-selection-container-connector-end:nth-child(even)::after {
    content: "";
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 1px;
    position: absolute;
    display: block;
    width: 10px;
    left: 5px;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    height: 100%;
    top: -50%;
}

/* END */


.wc-team-icon-start-disabled {
    filter: grayscale(1);
}

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


.wc-container {
    justify-content: space-around;
}

.wc-text {
    margin: 0;
    font-size: 17px;
    font-family: 'Lato', sans-serif !important;
    padding: 0.5em;
    width: 100%;
    text-align: center;
    align-self: center;
    text-align: center;
    padding: 0;
    margin: 0;
}

.wc-group-details-text {
    font-size: 17px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.5)
}

.wc-selection-text {
    text-transform: uppercase;
}

.wc-selection-text-center {
    text-align: center;
    padding: 0 2em;
}

.wc-team-icon-start {
    width: 1.25em;
    height: 100%;
    background: #ff7f28;
    justify-self: start;
}

.wc-team-icon-end {
    width: 1.25em;
    height: 100%;
    background: #ff7f28;
    justify-self: end;
}

.wc-white {
    color: white;
}

.wc-item {
    display: inline-grid;
    padding: 0px 1em;
    align-items: center;
}

.wc-text-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-button {
    width: 100%;
    display: flex;
    border: none;
    color: white;
    background-color: #4d4d52;
    border-radius: 0.25em;
    padding: 0;
    margin-bottom: 0.3em;
    height: 2.5em;
    position: relative;
    z-index: 9;
    transition: 0.5s ease;
}

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

.wc-game-round {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 200px;
    list-style: none;
    padding: 0;
}

.wc-disabled {
    pointer-events: none;
}

.wc-selected {
    border: 0.1em solid #ff7f28;
    box-shadow: 0px 0px 10px 4px rgb(255 127 40 / 65%);
    -webkit-box-shadow: 0 0px 10px 4px rgb(255 127 40 / 65%);
    -moz-box-shadow: 0px 0px 10px 4px rgba(255, 127, 40, 0.65);
}

.wc-button-start {
    text-align: start;
    justify-content: start;
}

.wc-button-center {
    border: 0.15em solid #ff7f28;
}

.wc-button-end {
    text-align: end;
    justify-content: end;
}

.wc-vertical-text-container {
    background: #ff7f28;
    margin-right: 0.5em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    border-radius: 0.25em;
    align-items: center;
    justify-content: center;
}

.wc-vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}

.wc-background {
    background-image: url(/static/img/layout/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.wc-button-remove {
    width: 1.5em;
    height: 1.5em;
    border-radius: 2em;
    position: absolute;
    top: -0.75em;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #ff7f28;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
}

.wc-header-text {
    font-size: 20px;
    color: #ff8b3d;
}

.champion-text {
    width: 100%;
    left: 0;
    position: absolute;
    top: 3rem;
    color: #ff7f28;
    font-weight: 700;
    font-size: 18px;
}

.wc-button-remove:hover {
    cursor: pointer;
}

.wc-button-remove-end {
    left: -0.65em;
}

.wc-button-remove-start,
.wc-button-remove-center {
    right: -0.65em;
}

.wc-button-remove-disabled {
    display: none
}

.wc-button-ticket {
    position: absolute;
    bottom: 36%;
    font-weight: 800;
    z-index: 9;
    left: 50%;
    width: 28em;
    transform: translateX(-50%);
}

.wc-button-ticket:hover {
    cursor: pointer;
}


.wc-custom-scale {
    opacity: 0;
    transition: opacity ease 0.15s;
    justify-self: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: table;
    overflow: scroll;
}