* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

@font-face {
    font-family: Pro_l;
    src: url(GT-Walsheim-Pro-Light.OTF);
}

@font-face {
    font-family: Pro_b;
    src: url(GT-Walsheim-Pro-Bold.OTF);
}

#iframeContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 9999;
}
main {
    max-height: 100vh;
    overflow: hidden;
    height: 100vh;
}

.horizontal {
    transform-origin: left top;
    transform: rotate(90deg) translateY(-100%);
}

body {
    font-family: Pro_l;
    margin: 0%;
    position: relative;
    margin: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

iframe {
    height: 100vh;
    width: 100%;
    border: none;
    outline: none;
    flex: 0 0 auto;
}

.bigContainer {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.backgorundImg {
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: -100;
    object-fit: cover;
}

.area:has(iframe) {
    width: 100%;
    height: 100vh;
    padding: 0%;
    transform: scale(1);
}

.orangeArrowDv {
    position: relative;
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 1rem;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    pointer-events: none;
}

.orangeArrowDv.vertical {
    width: 100%;
}

.areaDv {
    flex: 1 1 auto;
    width: auto;
}

.areaDv:has(iframe) {
    width: 100%;
}

.areaDv:has(.area>.formx)~.processBtns1 {
    top: 6rem;
}

.area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    height: 100%;
}

.disabled {
    pointer-events: none;
    opacity: .6;
    cursor: no-drop;
}

.area:has(.leagueTablesx) {
    margin-top: 2rem;
    justify-content: flex-start;
}

a {
    cursor: pointer;
}

input,
button {
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}


input[type="password"] {
    font-family: Verdana;
    letter-spacing: 0.1em;
}

.formx {
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(1px);
    border-radius: 5px;
    border: 1px solid #FF6600;
    color: white !important;
    width: 22rem;
    overflow: hidden;
    margin: .5rem 0;
}

.formx>div {
    width: 100%;
}

.formx form {
    width: 100%;
    padding: 1rem 2rem;
    padding-top: .7rem;

}

.input {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: .4rem;
    position: relative;
    padding: .2rem 0;
}

.input label {
    font-size: 12px;
    margin-bottom: .2rem;
    padding-left: 5px;
    font-weight: 100;
}

.input input {
    color: white;
    background: rgba(13, 13, 13, 0.8);
    backdrop-filter: blur(1px);
    padding: .5rem .7rem;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
}

.formxBtn {
    margin-top: 1rem;
    background-color: #FF6600;
    color: white;
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}

.formxBtn.ps {
    margin-top: 2.5rem;
}

.switch {
    position: relative;
    width: 35px;
    height: 15px;
    border-radius: 30px;
    display: inline-block;
    background: white;
}

.switch label {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #FF6600;
    transition: all .5s;
}

.switch input:checked+label {
    transform: translateX(-100%) translateY(-50%);
    left: 100%;
}

.switchDv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.switchDv a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.switchDv>div {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.switchDv>div>span {
    font-size: 13px;
    padding-left: 10px;
}

.overflow-h {
    overflow: hidden;
}

.formxLinks {
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.formxLinks button {
    color: white;
    text-decoration: none;
    background: white;
    border-radius: 5px;
    line-height: 0%;
    height: 40px;
    width: 40px;
    margin: .2rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.formxLinks button img {
    height: 22px;
    margin: auto;
}

.orLogin {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 12px;
    font-weight: 100;
}

.window {
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: rgba(22, 22, 22, 0.9);
    backdrop-filter: blur(5px);
    z-index: 100;
}

.formx.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.formx .h1 {
    font-size: calc(1vw + 1.5rem);
    font-weight: 100;
    margin-top: 2rem;
    text-align: center;
}

.formxBt {
    background: rgba(13, 13, 13, 0.6);
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    width: 100%;
    padding: .6rem;
    text-align: center;
}

.formxBt a {
    text-decoration: none;
    color: #FF6600;
    padding-left: 5px;
}

.orangeArrow {
    height: 10rem;
}

.orangeArrowDv.mobile {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
}

.betssonLogo {
    height: calc(2vw + 2rem);
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.mtnBt {
    display: block;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 13px;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
}

.formx .h1.rg {
    font-size: calc(1.5vw + 1.5rem);
}

.marginFg {
    margin-top: 1rem;
}

.formx .h1.fg {
    font-size: calc(.75vw + 1.5rem);
    margin-top: 3rem;
}

.formx form.fg {
    margin: 1rem;
}

.formx .h1.pv {
    font-size: calc(1vw + 1rem);
    margin-top: 1rem;
}

.formx .h1 p {
    margin: 0;
}

.h1.cp {
    font-size: calc(.5vw + 1.75rem);
}

form.pv {
    padding: 1rem 2rem;
}

.formxBbtn {
    margin-top: 1rem;
    background-color: black;
    color: white;
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

.chck {
    height: 1rem;
    width: 1rem;
    background: white;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.chck:after {
    position: absolute;
    content: "✓";
    color: #FF6600;
    height: 100%;
    width: 100%;
    top: 70%;
    left: 70%;
    transform: translate(-50%, -50%);
    line-height: 1;
    opacity: 0;
}

input:checked+.chck:after {
    opacity: 1;
}

.ye18 {
    margin: .5rem 0;
    margin-top: 1rem;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ye18>span {
    padding-left: 5px;
}

.ye18 span a {
    color: #FF6600;
    text-decoration: none;
}

.pass {
    position: relative;
}

.eye {
    position: absolute;
    color: #f4f4f4 !important;
    font-family: faw_r_d;
    font-weight: bold;
    font-size: 20px;
    top: 65%;
    left: 90%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 4;
    padding: 0% !important;
}

.formx:has(.formxCbtn) {
    width: 18em;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
}

.formxCbtn {
    margin-top: 1rem;
    background-color: #FF6600;
    color: white;
    width: 100%;
    padding: .5rem;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: bold;
}

form>div {
    width: 100% !important;
}

.formx {
    width: 80vw
}
.fakeFormX {
    width: 80vh !important;
    -ms-transform: rotateZ(90deg) scale(0.5) !important;
  -webkit-transform: rotateZ(90deg) scale(0.5) !important;
  -moz-transform: rotateZ(90deg) scale(0.5) !important;
  -o-transform: rotateZ(90deg) scale(0.5) !important;
  transform: rotateZ(90deg) scale(0.5) !important;

  
}
.mobileScale {
    transform: scale(0.5) !important;
    top: -7rem;
    position: absolute;
}

label.chck {
    height: .7rem;
    width: .7rem;
}

.ye18>*:nth-child(2) {
    width: 7%;
}

.ye18>*:nth-child(3) {
    width: 90%;
}

.formx.gameOver>div:nth-child(4) {
    justify-content: center;
}

.formx.gameOver>div:nth-child(4)>div:nth-child(1) {
    width: 100%;
}

div:has(.formxCbtn) {
    width: 100%;
}

.formx:has(.formxCbtn) .h1.ct {
    margin-top: 0rem;
    font-size: calc(.7vw + 1rem);
}

.formx:has(.formxCbtn)+.window {
    background: rgba(13, 13, 13, 0.7);
}

.leagueTables {
    position: relative;
    width: 55rem;
    height: 60vh;
    overflow-y: auto;
    padding: 0 .5rem;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.leagueTables::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.leagueTables::-webkit-scrollbar-thumb {
    background-color: #f4f4f4;
    border-radius: 1rem;
}

.leagueTablesx button {
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0%;
    background: transparent;
    color: white;
}

.leagueTables>.myListİtem {
    color: #FEDB00;
    /*     order: -1;
 */
}

.leagueTable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: calc(1vw + .5rem);
    background: rgba(22, 22, 22, 0.7);
    padding: 1.4rem 2rem;
    border-radius: 5px;
    margin-bottom: .5rem;
}

.leagueTable>div {
    flex: 0 0 auto;
}

.leagueTable>div:nth-child(1) {
    width: 15%;
}

.leagueTable>div:nth-child(2) {
    width: 55%;
}

.leagueTable>div:nth-child(3) {
    width: 20%;
    text-align: end;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.leagueTable>.flex>div:nth-child(1) {
    width: 60%;
}

.leagueTable>.flex>div:nth-child(2) {
    width: 40%;
}

.leagueTableBs {
    font-family: Pro_b;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font-size: calc(1vw + 1.5rem);
    color: white;
}

.chartDiv {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.chartAreaDv {

    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.sp {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 5;
}

.pts {
    margin-top: .5rem;
}

.pts.mobile {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sp span,
.pts span {
    display: block;
    text-align: center;
    color: white;
}

.sp span:nth-child(1) {
    font-size: .75rem;
}

.sp span:nth-child(2) {
    font-size: calc(.75vw + 1.5rem);
    line-height: 1;
    font-weight: bold;
}

.chartContainer {
    position: relative;
    margin: 2rem 0;
    margin-bottom: 1rem;
    display: inline-block;
}

.username {
    position: absolute;
    top: calc(.2vw + .2rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: Pro_b;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
}

.username.mobile {
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.pts span:nth-child(1) {
    font-size: calc(1vw + 1.5rem);
}

.formSelectionArea {
    flex: 1 1 auto;
    padding-left: 3vw;
    padding-right: 3vw;
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
    position: relative;
}

.leftArrow,
.rightArrow {
    position: absolute;
    background-color: transparent;
    top: calc(5rem + 5vh);
}

.formSelection {
    text-align: center;
    width: 12rem;
    display: flex;
    flex: none;
    flex-flow: row nowrap;
    overflow: hidden;
    scroll-snap-type: x mandatory;

}

.formSelection::-webkit-scrollbar {
    display: none;
}

.forma1 {
    flex: 0 0 auto;
    width: 100%;
    scroll-snap-align: center;

}

.formaNameArea {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    background-color: rgba(22, 22, 22, 0.65);
    border-radius: 5px;
    padding: calc(1vw + 1.5rem) 4.5rem 1rem 4.5rem;
    text-align: center;
    z-index: -1;
    position: relative;
}

.formalar {
    position: relative;
    width: min-content;
}

.forma {
    height: calc(10vh + 7rem);
    transform: translateY(calc(1vw + 2rem));
    z-index: 1;
}

.leftArrow img,
.rightArrow img {
    height: 4rem;
}

.leftArrow {
    left: -5%;
}

.rightArrow {
    right: -5%;
}

.leagueTableRouter {
    font-size: 1rem;
    background-color: rgba(22, 22, 22, 0.65);
    color: white;
    border-radius: 5px;
    padding: calc(.5vw + .5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.plyBtn {
    background: #FF6600;
    color: white;
    border-radius: 5px;
    padding: calc(.5vw + .5rem);
    font-family: Pro_b;
    font-size: calc(.5vh + 1rem);
    font-weight: bold;
}


.leagueTableRouter,
.plyBtn {
    margin-top: calc(1vh);
    width: 100%;
}

.processBtns1.mobile,
.processBtns2.mobile {
    position: static;
    transform: scale(.8);
    transform-origin: right;
    margin-bottom: 1.5rem;
}

.processBtns1.mobile button,
.processBtns2.mobile button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.processBtns2.mobile {
    max-width: none;
}

.processBtns1 {
    position: absolute;
    top: 3rem;
    right: 1rem;
}

.processBtns2 {
    position: absolute;
    top: 6rem;
    right: 1rem;
    max-width: max-content;
}

.processBtns1 button,
.processBtns2 button {
    background: transparent;
    color: white;
    text-align: end;
    font-size: 1.1rem;
    display: flex;
}

@font-face {
    font-family: faw_r_d;
    src: url(faw/Font\ Awesome\ 6\ Pro-Thin-100.otf);
}

span.icon {
    font-family: faw_r_d;
    padding-left: 10px;
    font-weight: 100 !important;
}

.leagueTableRouter .icon {
    font-size: 2rem;
    padding-right: 15px;
}

@property --p {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}

.pie {
    --p: 0;
    --b: 5px;
    --c: #40B840;
    --w: 90px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    z-index: 1;
}

.pie:before,
.pieBack:before,
.pieBack:after,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
        conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side,
            #0000 calc(99% - var(--b)),
            #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side,
            #0000 calc(99% - var(--b)),
            #000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b) / 2);
    background: var(--c);
    transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}

.pieBack {
    height: 92px;
    width: 92px;
    border: 8px solid #fff;
    position: absolute;
    top: .24rem;
    border-radius: 50%;
}

.animate {
    animation: p 1s 0.5s both;
}

.noRound:before {
    background-size: 0 0, auto;
}

.noRound:after {
    content: none;
}

body:has(.area.gamescreen) {
    background-image: url(image/backgorundgame.png) !important;
}

.area.gamescreen {
    width: 100%;
    height: 100%;
}



.scoreBoard>div:nth-child(1) {
    font-family: Pro_b;
    font-size: 1.5rem;
}

.scoreBoard>div:nth-child(even),
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.scoreBoard>div:nth-child(2)>div:not(:nth-last-child(1)),
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div {
    height: 23px;
    width: 30px;
    background: linear-gradient(#0f1b2b, #72777e 100%);
    border-radius: 4px;
    position: relative;
}

.scoreBoard>div:nth-child(2)>div:not(:nth-last-child(1)):before,
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div::before {
    content: "";
    position: absolute;
    top: 92.5%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 23px;
    width: 23px;
    z-index: -1;
    border-radius: .2rem;
    background: #72777e;
}

.scoreBoard>div:nth-child(3) {
    width: 100%;
    height: .5px;
    background: #fff;
}

.scoreBoard>div:nth-child(4)>span:nth-child(1) {
    font-size: 3.5rem;
    padding-right: 1rem;
}

.scoreBoard>div:nth-child(4)>span:nth-child(2) {
    font-size: 1.7rem;
    align-self: center;
}

.scoreBoard>div:nth-child(5)>span:nth-child(1) {
    font-size: 2rem;
    padding-right: .5rem;
}

.scoreBoard>div:nth-child(2)>div.sira:not(:nth-last-child(1)):before {
    border: 2.5px solid transparent;
    animation: siradaki .5s alternate infinite;
}

.scoreBoard>div:nth-child(2)>div {
    margin-right: 9px;
}

.scoreBoard>div:nth-child(2)>div:nth-last-child(1) {
    font-family: Pro_b;
    font-size: 1.3rem;
    line-height: 80%;
    margin-right: 0% !important;
}

@keyframes siradaki {
    from {
        border-color: transparent;
    }

    to {
        border-color: #FEDB00;
    }
}

.scoreBoard>div:nth-child(2)>div.isScore,
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div.isScore {
    border: none;
    background: linear-gradient(#40B840, #00FF00);
}

.scoreBoard>div:nth-child(2)>div.isNotScore,
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div.isNotScore {

    border: none;
    background: linear-gradient(#CC0000, #FF9900);
}

.scoreBoard>div:nth-child(4),
.scoreBoard>div:nth-child(5) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.scoreBoard>div:nth-child(5).isScore {
    animation: disappear .75s alternate forwards linear;
}

.mainExit {
    background: transparent;
    color: white;
    position: absolute;
    bottom: 2.5rem;
    right: 1.5rem;
    z-index: 10;
}

.mainExit.vertical {
    right: unset;
    left: 2rem;
    transform: rotate(90deg);
}

.mainExit>* {
    pointer-events: none;
}

@keyframes disappear {
    0% {
        opacity: 1;
        transform-origin: 10% 0%;
        transform: scale(1);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform-origin: 10% 200%;
        transform: scale(1.5);
    }
}

.scoreBoard>div:nth-child(2)>div.isScore:not(:nth-last-child(1)):before,
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div.isScore:before {

    background: #00FF00;
    border: none;
}

.scoreBoard>div:nth-child(2)>div.isNotScore:not(:nth-last-child(1)):before,
.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div.isNotScore:before {
    background: #FF9900;
    border: none;
}

@keyframes p {
    from {
        --p: 0;
    }
}

.bt {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
}

@font-face {
    font-family: Walsheim-Pro-Bold;
    src: url(GT-Walsheim-Pro-Bold.OTF);
}

@font-face {
    font-family: Walsheim-Pro-Regular;
    src: url(GT-Walsheim-Pro-Regular.OTF);
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 8, 91, 1);
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

.loaderBall {
    width: calc(528px/12);
    height: 38px;
    margin-left: 3px;
    background: url(image/ball.svg) no-repeat;
    -webkit-animation: loaderBall 0.5s steps(12) infinite, bounce 1s infinite;
    animation: loaderBall 0.5s steps(12) infinite, bounce 1s infinite;
    background-size: 528px;
}

.formx.gameOver {
    padding: 1rem 0;
    text-align: center;
    z-index: 101;
}

.formx.gameOver .btnDiv {
    padding: 0 2rem;
}

.formx.gameOver>div:nth-child(1) {
    font-size: 1.2rem;
    font-weight: bold;
}

.formx.gameOver>div:nth-child(2) {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 1rem 0;
}

.formx.gameOver>div:nth-child(3) {
    padding: .5rem 0;
    background: rgba(22, 22, 22, 0.7);
    z-index: -20;
}

.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(odd) {
    font-size: 1.2rem;
    font-weight: bold;
}

.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even) {
    justify-content: center;
}

.formx.gameOver>div:nth-child(3)>div:nth-child(1)>div:nth-child(even)>div:not(:nth-last-child(1)) {
    margin-right: 9px;
}

.formx.gameOver>div:nth-child(4)>div:nth-child(1) {
    color: #FEDB00;
    margin-top: 1rem;
    font-size: 1.5rem;
}

.formx.gameOver>div:nth-child(4)>div:nth-child(2) {
    font-size: 4rem;
    margin-top: .5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.formx.gameOver>div:nth-child(4)>div:nth-child(2)>*:nth-child(1) {
    font-size: 1.5rem;
    margin-left: 5px;
    line-height: 0%;
}

.audioButton {
    background: transparent;
    color: white;
    position: absolute;
    bottom: 2.5rem;
    left: 2rem;
    z-index: 10;
    opacity: 1;
}

.audioButton.vertical {
    bottom: unset;
    top: 2.5rem;
    transform: rotate(90deg);
}

.audioButton.mute {
    opacity: .6;
}

.audioButton>* {
    height: 1.5rem;
}

.buttonMobileContainer {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    z-index: 10;
}

@-webkit-keyframes loaderBall {
    0% {
        background-position: 0 0;
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        background-position: -528px 0;
    }
}

@keyframes loaderBall {
    0% {
        background-position: 0 0;
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        background-position: -528px 0;
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.loaderTextContainer,
.loaderFirstWordContainer,
.loaderSecondWordContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loaderTextContainer img,
.loaderSecondWordContainer span {
    -webkit-animation-name: word;
    animation-name: word;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.loaderTextContainer img {
    height: 20px;
}

.loaderTextContainer img:nth-child(2),
.loaderSecondWordContainer span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loaderTextContainer img:nth-child(3),
.loaderSecondWordContainer span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loaderTextContainer img:nth-child(4),
.loaderSecondWordContainer span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loaderTextContainer img:nth-child(5),
.loaderSecondWordContainer span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loaderTextContainer img:nth-child(6),
.loaderSecondWordContainer span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loaderTextContainer img:nth-child(7),
.loaderSecondWordContainer span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes word {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes word {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loaderLineContainer {
    width: 30px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.loaderLine {
    background-color: #ffffff;
    opacity: 0.6;
    -webkit-animation-name: line;
    animation-name: line;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes line {
    0% {
        height: 35px;
        width: 1px;
    }

    50% {
        height: 20px;
        width: 3px;
    }

    100% {
        height: 35px;
        width: 1px;
    }
}

@keyframes line {
    0% {
        height: 35px;
        width: 1px;
    }

    50% {
        height: 20px;
        width: 3px;
    }

    100% {
        height: 35px;
        width: 1px;
    }
}

.loaderSecondWordContainer span {
    color: #FF6600;
    font-family: Walsheim-Pro-Regular;
    font-size: 31px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding: 0 0.2px;
}

@media (max-width : 740px) {

    .mainExit {
        bottom: 1rem;
        right: .5rem;
        font-weight: bold !important;
    }

    .extMtn {
        display: none;
    }

    .icon {
        font-size: 1.4rem;
    }

    .processBtns1 {
        top: 6rem;
        right: 1rem;
    }

    .processBtns2 {
        top: 5.7rem;
        left: 1rem;
    }

    .processBtns1 button,
    .processBtns2 button {
        font-size: 1rem !important;
        align-items: center;
    }

    .processBtns2>button>span:nth-child(1) {
        flex: 0 0 auto;
    }
}

@media (max-width : 900px) {
    .leagueTables {
        width: 99vw;
    }

    .leagueTable>.flex>div:nth-child(1) {
        width: 100%;
    }

    .leagueTable>.flex>div:nth-child(2) {
        width: 100%;
    }

    .leagueTable {
        padding: .5rem;
    }

    .leagueTable>div:nth-child(1) {
        flex: 0 0 auto;
        width: 20%;
    }

    .leagueTable>div:nth-child(2) {
        flex: 1 1 0%;
        width: auto;
    }

    .leagueTable>div:nth-child(3) {
        width: auto;
        text-align: end;
    }
}

@media (max-height: 600px) and (max-width:1100px) {
    .ye18 {
        width: 100% !important;
    }
}

@media (max-height : 800px) {

    .ye18 {
        flex: 0 0 auto;
        width: 100%;
    }

    .btnDiv:has(.formxBtn) {
        flex: 0 0 auto;
        width: 100%;
    }

    .pv>.input:nth-child(1) {
        width: 100%;
    }

    .rsBtnDv {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 400px) {
    form>div {
        width: 100% !important;
    }

 

    label.chck {
        height: .7rem;
        width: .7rem;
    }

    .ye18>*:nth-child(2) {
        width: 7%;
    }

    .ye18>*:nth-child(3) {
        width: 90%;
    }

    .formx.gameOver>div:nth-child(4) {
        justify-content: center;
    }

    .formx.gameOver>div:nth-child(4)>div:nth-child(1) {
        width: 100%;
    }
}

@media (max-width:600px) {

    .ye18 span {
        font-size: 9px
    }

    .orangeArrow {
        height: auto;
        width: 120%;
    }
}

@media (max-width : 1000px) {

    .formx input {
        font-size: 1rem;
    }

    .switchDv>div>span,
    .switchDv a {
        font-size: 10px;
    }
}


@media (max-width : 1000px) and (max-height : 1000px) {
    .username {
        font-size: 2rem;
        position: absolute;
        top: 38%;
        left: 21%;
        transform: translateX(-50%);
    }

    .chartDiv {
        position: absolute;
        flex-direction: row;
        top: 50%;
        left: 10px;
        transform: scale(.9) translateY(-50%);
        transform-origin: left top;
    }

    .orangeArrowDv {
        width: unset;
    }

    .pie {
        --w: 80px;
    }

    .sp {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pts {
        margin-top: 3rem;
        margin-left: 1rem;
    }

    .pts>*:nth-child(2) {
        font-size: 2rem;
    }

    .pts>*:nth-child(3) {
        margin-left: .5rem;
    }

    .pieBack {
        height: 82px;
        width: 82px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .orangeArrow {
        width: 6rem;
    }

    .formSelectionArea {
        margin: .5rem;
        position: relative;
        flex: 1 0 0;
        transform: translateY(calc(1vw - 2rem));
    }

    .processBtns1 {
        top: 4rem;
        right: 1rem;
    }

    .processBtns2 {
        top: 3.7rem;
        left: 1rem;
    }

    .plyBtn.mobile,
    .leagueTableRouter.mobile {
        height: 50px;
        margin-bottom: .5rem;
    }

    .audioButton {
        bottom: 1rem;
    }

  

    .extMtn {
        display: none;
    }

    .icon {
        font-size: 1.4rem;
    }

    .formx.gameOver>div:nth-child(4) {
        display: flex;
        flex-wrap: wrap;
    }

    .betssonLogo {
        margin: 0%;
        padding: 0%;
        margin-top: 1rem;
    }

    .leagueTables.vertical {
        width: 90vh;
        height: 65vw;
    }

    .leagueTables {
        flex-direction: unset;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .leagueTable {
        height: min-content;
    }


}



@media (max-width : 670px) and (max-height : 670px) {
    .chartDiv {
        transform: scale(.9) translateY(-50%);
        transform-origin: left top;
    }

    .chartAreaDv {
        transform: scale(.9);
    }

    .pts {
        margin-left: .5rem;
    }

    .pts.mobile {
        transform: scale(.7);
        transform-origin: left center;
    }

    .area {
        flex-direction: none;
        height: 100%;
        transform: scale(.8);
        transform-origin: center center;
    }

    .area:has(.leagueTablesx) {
        transform: scale(1);
        margin-top: 0;
    }

    .processBtns1.mobile,
    .processBtns2.mobile {
        transform: scale(.7);
        transform-origin: right;
    }

    .plyBtn.mobile,
    .leagueTableRouter.mobile {
        margin-bottom: .2rem;
        transform: scale(.7);
        transform-origin: right top;
    }

    .scoreBoard>div:nth-child(2)>div:nth-last-child(1) {
        font-size: calc(1vw + .4rem)
    }

    .scoreBoard {
        height: calc(30vw + 7.3rem);
        width: calc(30vw + 8.5rem);
        padding-left: 1.1rem;
        padding-right: 2rem;
    }

    .scoreBoard>div:nth-child(3) {
        width: 75%;
    }

    .scoreBoard>div:nth-child(2)>div:not(:nth-last-child(1)) {
        height: calc(3.1vw + .15rem);
        width: calc(3.2vw + .4rem);
        border-radius: 4px;
        position: relative;
        margin-right: 7px;
    }

    .scoreBoard>div:nth-child(2)>div:not(:nth-last-child(1)):before {
        content: "";
        position: absolute;
        top: 93%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        height: calc(1.4vw + .55rem);
        width: calc(1.4vw + .55rem);
        z-index: -1;
        border-radius: .2rem;
    }

    .scoreBoard>div:nth-child(4)>span:nth-child(1) {
        font-size: calc(8vw + .5rem);
        padding-right: .5rem;
    }

    .scoreBoard>div:nth-child(4)>span:nth-child(2) {
        font-size: 1rem;
    }

    .scoreBoard>div:nth-child(even) {
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        margin-top: calc(1vw + .5rem);
        margin-bottom: calc(1vw + 1rem);
    }

    .scoreBoard>div:nth-child(5)>span:nth-child(1) {
        font-size: calc(.1vw + 1rem);
        padding-right: .3rem;
    }

    .scoreBoard>div:nth-child(5)>span:nth-child(2) {
        font-size: calc(.1vw + .7rem);
    }
}


.leftArrow,
.rightArrow {
    top: calc(5rem + 1vw);
}