@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body, html {
    min-height: 100%;
    background-color: #fff;
    color: rgba(53,53,53,.75);
}

*{
    max-width: 100%;
}

a{
    color: #515151;
    text-decoration: none!important;
}

a:hover{
    color: #154166;
}

p{
    margin: 0;
}

body{
    padding-top: 44px;
}

hr{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    opacity: 0.20!important;
}

.header, .body, .footer{
    width: 100%;
}

.header{
    font-size: 14px;
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 2px 0 rgb(50 50 50 / 40%);
    width: 100%;
    /*height: 50px;*/
}

.relative{
    position: relative;
}

.absolute{
    position: absolute;
}

.body{
    min-height: calc(100vh - 94px);
    /*height: 1000px;*/
    max-width: 1000px;
    margin: 0 auto;
    background-color: #e5e7ea;
    padding: 10px 0 10px;
}

.footer{
    font-size: 12px;
    border-top: 1px solid #cbcbcb;
    min-height: 50px;
    position: relative;
    z-index: 2000;
}

.navbar{
    max-width: 975px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 0;
    line-height: 46px;
    height: 46px;
}

.navbar div a{
    display: inline-block;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    font-weight: 400;
    padding: 0 5px;
    /*border-right: 1px solid rgba(73,88,103,.65);*/
    /*border-left: 1px solid rgba(73,88,103,.65);*/
    text-align: center;
    text-decoration: none;
    transition: .5s ease;
}

.nav-left{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
}

.navbar a:first-child{
    /*border-left: 1px solid rgba(73,88,103,.65)!important;*/
}

.navbar a:hover{
    background-color: #ededef!important;
    color: #353535!important;
}

.nav-search{
    float: right;
    line-height: 25px;
}

.nav-search form{
    float: right;
    max-width: 100%;
}

.navsearchbutton{
    border: none;
    box-shadow: 0px 0px 0px 1px rgb(50 50 50 / 40%)!important;
}

.nav-search form input{
    max-width: 160px;
    padding-right: 15px;
    /*border: 1px solid #495867;*/
    border: none;
    padding-left: 5px;
    box-shadow: 0px 0px 0px 1px rgb(50 50 50 / 40%)!important;
}

.body div{

}

.side-navbar{
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(97, 98, 99, 0.35);
    z-index: 1000;
    position: fixed;
    display: none;
}

.side-navbar-content{
    width: 20%;
    min-width: 220px;
    height: 100%;
    background: white;
    padding-top: 20px;
}

.side-navbar-content a{
    display: block;
    font-size: 20px;
    padding: 10px;
}

.header-more-for-mobile{
    position: absolute;
    top: 8px;
    left: 15px;
    padding: 0!important;
    display: none;
    width: auto;
    height: auto;
    line-height: 30px;
    cursor: pointer;
    z-index: 1500;
}

.header-more-for-mobile svg {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.row>*{
    padding-right: 8px!important;
    padding-left: 8px!important;
}

.margin-1{
    display: block;
    height: 3px;
    width: 100%;
}

.margin-2{
    display: block;
    height: 6px;
    width: 100%;
}

.margin-3{
    display: block;
    height: 9px;
    width: 100%;
}

.margin-4{
    display: block;
    height: 12px;
    width: 100%;
}

.margin-5{
    display: block;
    height: 15px;
    width: 100%;
}

.margin-6{
    display: block;
    height: 18px;
    width: 100%;
}

.margin-7{
    display: block;
    height: 21px;
    width: 100%;
}

.margin-8{
    display: block;
    height: 24px;
    width: 100%;
}

.margin-9{
    display: block;
    height: 27px;
    width: 100%;
}

.margin-10{
    display: block;
    height: 30px;
    width: 100%;
}

.padding-5{
    padding: 5px;
}

.padding-10{
    padding: 10px;
}

.padding-0{
    padding: 0!important;
}

.normal-shadow{
    box-shadow: 2px 2px 5px 0px rgb(50 50 50 / 40%);
    /* text-shadow: 0 1px 0 rgb(0 0 0 / 50%); */
    transition: .2s ease;
}

.hidden{
    display: none;
}

.color-7{
    color: #a32d2d;
}

.background-light-red{
    background-color: #ffbdbd;
}
.background-light-green{
    background-color: #bdffbd;
}

.color-red{
    color: #c30404!important;
}

.color-green{
    color: #09b300!important;
}

.side-div-inn-header{
    /*background-color: #435971;*/
    font-size: 14px;
    color: rgba(53,53,53,.65);
    padding: 5px;
    margin-bottom: 0;
    width: 100%;
    display: block;
}

.background-1{
    background-color: #ffffff;
}

.background-2{
    background-color: #f6f6f9;;
}

.background-3{
    background-color: #f2f3f5;
}

.background-4{
    background-color: #ededef;
}

.background-5{
    background-color: #00a2ff;
}

.background-6{
    background-color: #00a2ff;
}

.background-gold{
    background-color: #FFD700!important;
}

.background-silver{
    background-color: #C0C0C0!important;
}

.background-bronze{
    background-color: #dca570!important;
}

.center{
    text-align: center;
}

.background-gradient{
    background: rgb(255 255 255);
    background: linear-gradient(
            0deg
            , rgb(255 255 255) 100%, rgb(229 231 234) 0%);
}

.font-size-1{
    font-size: 10px!important;
}

.font-size-2{
    font-size: 12px!important;
}

.font-size-3{
    font-size: 14px!important
}

.font-size-4{
    font-size: 16px!important;
}

.font-size-5{
    font-size: 18px!important;
}

.font-size-6{
    font-size: 20px!important;
}

.font-size-7{
    font-size: 24px!important;
}

.font-size-8{
    font-size: 28px!important;
}

.color-1{
    color: #353535!important;
}

.color-2{
    color: rgba(53,53,53,.75)!important;
}

.color-3{
    color: #3d3d3d !important;
}

.color-4{
    color: #154166!important;
}

.color-5{
    color: #fff!important;
}

.border-color{
    border-color: #ccc;
}

.bold-1{
    font-weight: 400;
}

.bold-2{
    font-weight: 600;
}

.bold-3{
    font-weight: 700;
}

.footer-div{
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.no-info div:first-child{
    padding: 10px;
    text-align: center;
}

/*STAMP*/

.player-block .stamp-div{
    right: 20px;
    bottom: 25px;
    display: inline-block;
    text-align: right;
    width: auto;
}

.stamp {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    /* border: 3px solid #555; */
    display: inline-block;
    padding: 0 5px;
    /* -webkit-mask-image: url(../../assets/img/stamp.png); */
    /* -webkit-mask-size: 944px 604px; */
    mix-blend-mode: multiply;
    /* border-radius: 5px; */
    -webkit-animation-name: pulse;
    animation-name: stamping;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.loser-stamp{
    color: red;
    border: 5px solid red;
}

.winner-stamp{
    color: green;
    border: 5px solid green;
}

.challenger-stamp{
    color: gold;
    border: 5px solid gold;
}

.win-lose-stamp {
    -webkit-mask-position: 13rem 6rem;
    border-radius: 0;
    /*transform: rotate(-14deg);*/
}

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

.text-align-right{
    text-align: right;
}

.text-align-left{
    text-align: left;
}

@-webkit-keyframes stamping{
    0%{
        opacity: 0;
    }
    50%{
        opacity:.50;
        transform-origin: 50% 50%;
        transform: rotate(-2deg) scale(5);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }
    100%{
        opacity:0.6;
        transform: rotate(-15deg) scale(1);
    }
}




.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.4;
}

.border-radius-5{
    border-radius: 5px;
    overflow: hidden;
}
@-webkit-keyframes pulsate {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.3;
    }
}

.slow-pulsate{
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.6;
}
@-webkit-keyframes red-pulsate {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        opacity: 0.7;
    }
}

@media only screen and (max-width: 990px) {
    #left-side #side-moving-block{
        display: none;
    }

    body{
        /*padding-top: 88px;*/
    }

    .nav-search{
        min-width: 100%!important;
    }

    .header-more-for-mobile{
        display: inline-block!important;
    }

    .nav-left {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) {
    .additional-buttons-div{
        display: none!important;
    }
    .mobile-margin{
        display: none!important;
    }
}

.dimgray-disabled{
    background: #b0b0b0 !important;
    color: #b0b0b0!important;
    pointer-events:none;
}

.text-align-left{
    text-align: left;
}

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

.vertical-align-center{
    vertical-align: center;
}

.vertical-align-top{
    vertical-align: top;
}

.table-daily{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis!important;
    font-size: 14px;
    width: 100%;
    border-radius: 10px;
}

.table-daily tbody{
    color: black!important;
    font-weight: 500;
}

.table-daily a{
    color: black!important;
    font-weight: 500;
}

.table-daily a:hover{
    color: black!important;
    font-weight: 500;
}

.table-daily th, .table-daily td{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis!important;
    max-width: 120px!important;
    font-size: 14px;
}

.table-daily .background-upper {
    background-color: #b5ffb8;
}
.table-daily .background-lower{
    background-color: #ffa6a6;
}

.scores-entry-public{
    border: 1px black solid !important;
    border-left: 1px black solid !important;
}

.scores-entry-players{
    border-right: 1px black solid;
}

.daily-rank-header{
    font-size: 15px!important;
}

.daily-rank-header-left{
    text-align: left!important;
}

.daily-rank-header-center{
    text-align: center!important;
}

.daily-rank-header-right{
    text-align: right!important;
}

.daily-rank-header-div{
    overflow-x: scroll!important;
}

.daily-rank-header-div::-webkit-scrollbar{
    display: none;
}

@media only screen and (max-width: 450px) {
    .player-league {
        right: -5px;
        bottom: -3px;
    }
}

@media only screen and (min-width: 451px) {
    .player-league {
        right: 5px;
        bottom: 5px;
    }
}

.player-league {
    position: absolute;
    font-weight: 500 !important;
    opacity: 1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #2c3e50;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 1;
}


