@import 'shared/variables.css';
@import 'shared/fonts.css';
@import 'shared/lato.css';
@import 'shared/header.css';
@import 'shared/login.css';
@import 'shared/register.css';
@import 'shared/profile.css';
@import 'shared/starter.css';
@import 'shared/pro.css';
@import 'shared/expert.css';
@import 'shared/king.css';
@import 'shared/alloffame.css';
@import 'shared/goat.css';
@import 'shared/alien.css';
@import 'shared/thanos.css';
@import 'shared/devil.css';
@import 'shared/dooms.css';


:root {
    font-size: 12px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body{
    font-family: 'Lato';
    
}

.hTop{
  margin-top: 7.3em;
}

.btn-sow{
    color: white;
    background-color: #353535;
}

a{
    text-decoration: none;
}


.yourScore{
    font-weight: bold;
}

.avataar img{
    width: 50px;
    height: 50px;
}

.userAvatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.usrScorePic{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.tb-top{
    width: 100%;
}
.tb-top td{
    padding: 0;
}
.top-users{
    padding-bottom: 5%;
    margin-top: 3em;
}

.tb-avatars{
    padding-bottom: 5%;
}

.tb-avatars td{
    padding: 0%;
}

.start-screen{
    text-align: center;
    height: 300px;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 15%;
}
.start-screen h2{
    font-size: 20px;
    font-weight: bold;
}

.play-screen{
    text-align: center;
    margin-top: 15%;
}

.play-screen .word-label{
    padding: 10%;
    font-size: 30px;
}

.play-screen .word-label-capitalize{
    text-transform: capitalize;
}

.play-screen textarea{
    font-size: 14px;
    border-radius: 10px;
    font-weight: bold;
}

.play-screen .btn-label{
    font-weight: 700;
}

.create-account div{
    padding-top: 5%;
}
.create-account{
    font-weight: bold;
}
.login-fbk, .login-native, .create-account, .register-native, .login-account, .upd-form{
    font-family: "Lato";
    font-size: 20px;
}

.login-fbk label, .login-native label, .create-account label, .register-native, .login-account label
.upd-form label{
    font-weight: bold;
}

.login-native input, .register-native input, .upd-form input{
    font-size: 18px;
}

.login-account{
    padding-top: 5%;
    font-weight: bold;
}

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

.facebook-btn i{
    text-align: right;
    display: inline-block;
    padding: 4%;
    font-size: 18px;
    font-weight: bold;
}

.facebook-btn{
    text-align: center;
    display: block;
    width: 70%;
    padding: 3%;
    font-size: 15px;
    background-color: #2c6ad4;
    border-radius: 5px;
    margin-left: 15%;
    font-weight: bold;
}

.facebook-btn span, .facebook-btn i{
    color:#fff;

}


.divider-form{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.divider-or{
    display: block;
    width: 1px;
    height: 25px;
    border: solid 1px #000;
    margin-left: 50%;
    font-weight: bold;
}
.divider-txt{
    text-align: center;
    line-height: 2;
    font-size: 20px;

}

.btn-sow {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 1.75rem;
    font-size: 1.5rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-avatar, .btn-badges{
    padding: 1%;
    font-size: 0.8rem;
}

.sow-img-cats{
    width: 100px;
    height: 100px;
}

.sow-bonus{
    display: block;
    font-size: 80px;
    cursor: pointer;
}
.sow-bonus-text{
    font-size: 13px;
}

.upd-form{
    height: 50rem;
}

.start-screen .btn-sow{
    font-size: 3rem;
}

.user-profile{
    margin-top: 5em;
    height: 90rem;
}

.user-profile-select-avatar-txt{
    font-size: 15px;
}

.tb-avatars{
    display: none;
}

.share-btn{
    font-size: 14px;
}

.share-btn a{
    padding: 2%;
}

.usrBadge{
    max-width:35px;
    height:auto;
}

.start-screen .usrBadge{
    max-width: 17%;
    height:auto;
}

.download-page img{
    height: 100%;
    width: 50%;
}

.download-page .header-logo img{
    height: 100%;
    width: 20%;
}

.download-page .navbar-login{
    padding-bottom: 3%;
}

.download-page .txt-container{
    margin-top: 5em;
}

.download-page .txt-container .txt{
    font-size: 25px;
    color: whitesmoke;
}

.download-page{
    height: 100vh;
    background-image: url("/img/Fast-Cheetah.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

.buy span{
    font-size: 25px;
}

.buy{
    padding-top: 33%
}

.top3{
    font-weight: bold;
    line-height: 2;
}

.img-coins{
    height: 100%;
    width: 15%;
}

.tr-coins td{
    width: 46%;
}

.btn-buy img{
    height: 100%;
    width: 14%;
}

.showBadges{
    font-size: bold;
    font-size: 15px;
}

.editprofile{
    font-weight: bold;
    font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
 .header-logout-link i
 {
    padding: 3%;
 }
}

.header-main td i{
    padding: 6%;
}

.cta{
    background-color: inherit; 
    border:1px solid lightgrey; 
    border-radius:6px; 
    color: tomato !important;
    display:inline-block;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 1em;
    padding:.3em 1em; 
    text-decoration:none; 
    &:hover{
      background-color:lightgrey;
      color:slategrey;
      text-decoration:none; 
    } 
}

.modaloverlay {
    background-color: inherit;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    z-index: -1;
    display: none;

    &:target {
        display: block;
        opacity: 1;
        pointer-events: auto;
        z-index: 99999;
    }

    .modal {
        background-color: indianred;
        height: 100%;
        position: relative;
        margin: 0 auto;
        padding: 3em;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;

        @media (min-width: 60em) {
            height: 75%;
            margin: 5% auto;
            max-height: 57em;
            max-width: 66em;
            width: 85%;
        }

        >iframe,
        >div {
            border: none;
            width: 100%;
            height: 100%;
        }
    }

    .closeUp {
        background-color: whitesmoke;
        color: #353535 !important;
        font-size: 24px;
        padding: 8px 12px;
        position: absolute;
        right: 0;
        text-align: center;
        text-decoration: none;
        top: 0;
        z-index: 1;
    }
}

.google-btn{
    display:inline-flex;align-items:center;gap:.6rem;
    padding:.65rem 1rem;border:1px solid #dadce0;border-radius:4px;
    background:#fff;color:#3c4043;font-weight:500;text-decoration:none;
    box-shadow:0 1px 1px rgba(0,0,0,.05);
  }
  .google-btn:hover{box-shadow:0 1px 2px rgba(0,0,0,.1);}
  .google-icon{width:18px;height:18px;display:block;}
  






