

.gamecontainer{
    display: flex;
    flex-direction: column;
    margin-top: 84px;
}

.h1-game{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: #0E870C;
}

.h2-game{
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #050505;
}

.videoiframe{
    width: 100%;
    aspect-ratio: 1.8;
}

.btn-sol1{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 10px 64px;
    border-radius: 7px;
    background-color: #0362DD;
    cursor: pointer;
}

.btn-sol1:hover{
    background-color: #1A4278 !important;
}

.btn-sol2{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 10px 64px;
    border-radius: 7px;
    background-color: #0E870C;
    cursor: pointer;
    color: white;
    border: 0;
}

.datadays{
    margin-bottom: 100px;
}

.btn-sol2:hover{
    background-color: #016711 !important;
}

.hbarr{
    border-right: 1px solid #d9d9d9;
}

.hbarl{
    border-left: 1px solid #d9d9d9;
}

.wtpitem{
    font-family: "Lato", sans-serif;
    color: #050505;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 0px;
}



.emptylist{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color:  #737373;
}

.wtpText{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color:  #737373;
    text-align: left;
}

.wtpLink{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color:  #0362DD;
    text-align: left;
    text-decoration: underline;
}
#tltwavegame{
    padding-top: 18px;
    padding-bottom: 42px;
    padding-left: 32px;
}

#container-rules{
    margin-top: 64px;
}

.txt-headergame{
    color: white;
    font-size: 24px;
    line-height: 29px;
}

.bold{
    font-weight: bold;
}

#background-config{
    background-color: #F0F2F5;
    padding-bottom: 128px;
}

.hrstages{
    border: 1px solid #737373;
    width: 47%;
}

.btn-nextstage{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #0362DD;
}

.btn-nextstage:hover{
    color: #1A4278;
    text-decoration: underline;
}

.tlt-rules{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #0E870C;
}

.txt-tltrules{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.card-rules{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    max-width: max-content;
    text-align: center;
}

.card-rules.withborder{
    border: 1px solid #0E870C;
}

.mr40{
    margin-right: 40px;
}

.prules{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.vertical-top{
    vertical-align: top;
}
.wcard{
    width: 297px;
    height: 159px;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    margin: 20px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    text-align: center;
}

.wcards{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


#background-stagealum{
    background-color: white;
}

.timertitle{
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #050505;
    text-align: center;
}

.timer{
    font-family: "Lato", sans-serif;
    font-size: 257px;
    color: #000;
    text-align: center;
    line-height: 210px;
    margin-top: -16px;
}

.timertext{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #050505;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 90px;
}

.sidebuttons{
    background: #F0F2F5;
    border-radius: 8px;
    position: fixed;
    right: 0;
    top: calc(50% - 100px);
    padding: 12px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.col-teams{
    flex: 0 0 258px;
    max-width: 258px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-charts{
    flex: 0 0 calc(100% - 258px);
    max-width: calc(100% - 258px);
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background: white;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
    align-content: flex-start;
    margin-bottom: 87px;
}

.leftbox{
    background: #F0F2F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin-left: 15px;
    padding: 8px;
    height: 470px;
}

.leftbox h1{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    color: black;
}

.leftbox h2{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: black;
}

.leftbox p{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    color: black;
}

.teambtnall{
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    border:  1px solid white;
    padding: 11px;
    color: #0362DD;
    text-align: center;
    background: white;
    cursor: pointer;
    margin-right: 20px;
}

.teambtnall:hover{
    border:  1px solid #1A4278;
    color: #1A4278;
}

.teambtnall.selected{
    border:  1px solid #1A4278;
    color: #1A4278;
    cursor: default;
}

.teambtn{
    background: white;
    margin-top: 5px;
    padding: 4px;
    border-radius: 30px;
    height: 45px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.teambtn.notselected{
    border: 1px solid white !important;
}

.teambtn.notselected:hover{
    background: #E1E1E1;
    border: 1px solid #E1E1E1 !important;
}

.teambtn.selected{
    background: #F0F2F5;
    margin-top: 5px;
    padding: 4px;
    border-radius: 30px;
    height: 45px;
    display: flex;
    flex-direction: row;
    border: 1px solid red;
    position: relative;
}

.teambtn.selected::after{
    content: "+";
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    border: 2px solid black;
    border-radius: 10px;
    width: 21px;
    height: 21px;
    line-height: 14px;
    padding-left: 1px;
    font-size: 25px;
    transform: rotate(45deg);
}

.teambtn.selected:hover{
    background: white;
    border: 1px solid white !important;
}

.posn{
    font-size: 20px;
    padding: 2px 3px 5px 10px;
}

.textteam{
    font-size: 14px;
    line-height: 17px;
}

.scrollbox{
    overflow-y: scroll;
    height: 282px;
    padding-right: 10px;
}

/* width */
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scrollbox::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
  margin-left: 10px;
}
 
/* Handle */
.scrollbox::-webkit-scrollbar-thumb {
  background: #E1E1E1;
  border-radius: 10px;
}

/* Handle on hover */
.scrollbox::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1; 
}

.chart{
    width: 100%;
    height: fit-content;
    flex: 0 0 50%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.chart>h1{
    font-weight: bold;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    color: black;
    margin: 0;
}

.chart .sidebuttons{
    position: initial;
}

.shop{
    background-image: url(/images/game/shop.svg);
    width: 270px;
    height: 177px;
    margin: auto;
    background-size: 100%;
}

.titleshop{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding-top: 17px;
    color: black;
}

.shopn{
    margin-left: 30px;
    margin-right: 123px;
    font-weight: bold;
    font-size: 58px;
    text-align: center;
    padding-top: 22px;
    color: black;
}

.shoplabel{
    margin-left: 30px;
    margin-right: 123px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: -19px;
    color: black;
}

.dftitle1 {
    display: inline-block;
    width: 50px;
    transform: rotate(270deg) translate(52px, 0px);
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.dfchartbox {
    display: inline-block;
    width: calc(100% - 74px);
}

.dftitle2 {
    font-size: 18px;
    font-weight: bold;
    margin: -32px 0px 0px 17px;
}

.no-overflow {
    overflow: hidden;
}

.btn-success, .btn-primary, .btn-link{
    cursor: pointer;
}

#errorName{
    position: relative;
}

.sidebuttons .btn-success{
    background: #0E870C;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
}

.sidebuttons .btn-success:hover{
    background: #016711;
}

.sidebuttons .btn-primary{
    background: #0362DD;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
}

.sidebuttons .btn-primary:hover{
    background: #1a4278;
}

.sidebuttons .btn-link{
    font-size: 14px;
    font-weight: bold;
    color: #0362DD;
}

.skip-warning:hover {
    text-decoration: underline !important;
}

.sidebuttons .btn-link:hover{

}

.blackout{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    display: none;
}

.blackout.show{
    display: flex !important;
}

.formConfig h1{
    font-size: 24px;
    font-weight: bold;
    color: #0362DD;
    text-align: center;
}

.greenlink{
    color: #0E870C !important;
}

.greenlink:hover {
    color: #016711 !important;
}


.card-addstudents-copy.greenlink{
    color: #0E870C !important;
}

.card-addstudents-copy.greenlink:hover {
    color: #016711 !important;
}

.w-name{
    width: calc(100% - 95px);
}
