html{
    height: 100%;
}
body {
    background-color: #1F1D2B;
    background-image: url("../img/BG.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a:link {
    text-decoration: none;
}

div.logo {
    position: absolute;
    left: 6vw;
    top: -1vw;
   width: 20.6vw;
}

div.cbet img{
    width: 16px;
    height: 16px;
    padding-left: 8px;
}

div.maccount img{
    width: 16px;
    height: 12px;
    padding-left: 8px;
}

div.nav {
    display: flex;
    float: right;
    margin-top: 48px;
    margin-right: 48px;
}

div.cbet, div.mbet, div.maccount {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 16px;
}

.userinfo {
    position: absolute;
    width: fit-content;
    right: 70px;
    top: 105px;
    background-color: white;
    color: #000;
    border-radius: 8px;
    z-index: 1;
}

.waladd {
    font-family: 'Arial';
    font-size: 24px;
    font-weight: 700;
    padding: 12px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

.enterapp {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.withdraw {
    display: flex;
    justify-content: space-around;
    color: #1D2162;
    padding: 10px 0px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

.withdraw-btn {
    background-color: #1D2162;
    color: white;
    padding: 4px 20px;
    border-radius: 8px;
}

.bet-his, .my-trans, .connect {
    padding: 16px 32px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    font-weight: 400;
    line-height: 28px;
}

.logout {
    text-align: center;
    padding: 32px;
    color: white;
}

.logout-btn {
    margin: 0px auto;
    background-color: #1D2162;
    width: fit-content;
    padding: 6px 24px;
    border-radius: 8px;
}

.conwal {
    margin: 12px;
    padding: 12px 24px;;
    border-radius: 8px;
    color: white;
    background-color: #1D2162;
}

.wallet-balance {
    font-weight: 700;
    line-height: 37px;
}

.userwalad {
    font-size: 16px;
}

.cat {
    display: flex;
    justify-content: center;
    clear: both;
    margin-top: 3000px;
}

.all, .soc, .bas, .cric {
    width:60px;
    height: fit-content;
    text-align: center;
    padding: 8px 24px;
    margin: 10px;
    background-color: #000;
    border-radius: 16px;
}

.cat p {
    padding: 0px;
    margin: 0px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
}

.cat img {
    width: 12px;
    padding: 0px;
    margin: 0px;
}

main {
    width: 80%;
    margin: auto;
}

.eachbet {
    position: relative;
    background-color: #000;
    box-shadow: 0px 4px 16px rgba(255, 255, 255, 0.25);
    border-radius: 18px;
    margin-bottom: 8px;
}

.sechead {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding: 0px;
}

.gametime {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 16px 16px 0px;
    margin: 0px;
    opacity: 0.8;
}

.gametype {
    opacity: 0.4;
    padding-left: 24px;
}

.date{
    padding: 6px 16px;
    margin: 0px;
    opacity: 0.8;
}

.firstpart, .secpart {
    padding: 6px 16px;
    margin: 0px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
}

.aut {
    padding: 6px 16px;
    margin: 0px;
    opacity: 0.4;
}

.betname {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 12px;

    position: absolute;
    top: 30%;
    left: 30%;

    border: 2px solid #58A081;
    border-radius: 8px;
    padding: 0px 16px;
}

.interaction {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

.like, .dislike {
    padding-right: 50px;
}

.like p, .dislike p {
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 24px;
}

.like img, .dislike img {
    width: 64px;
    height: 64px;
}

.stake {
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.dislike img {
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.stakewith {
    opacity: 0.4;
    margin: 4px;
    padding: 2px;
}

.with10, .with100, .with1000, .with10000 {
    background-color: #58A081;
    width: fit-content;
    padding: 2px 8px;
    margin: 8px;
}

.like img:hover, .dislike img:hover {
    box-shadow: 0px 4px 16px rgba(255, 255, 255, 0.25);
}

.with10:hover, .with100:hover, .with1000:hover, .with10000:hover {
    opacity: 0.7;
}

.active {
    background-color: #58A081;
}

.cat div:hover {
    border: 2px solid #58A081;
}

.games {
    margin-bottom: 24px;
}

.cat a {
    text-decoration: none;
    color: white;
}

.soccerpage, .cricketpage, .basketpage, .formpage {
    display: none;
}

.form {
    background-color: #000;
    border-radius: 8px;
    padding: 16px;
    margin-top: 40px;
}

label {
    display: inline-block;
    width: 10%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 28px;
}

input[type=text], input[type=datetime-local], select {
    width: 80%;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 37px;
    padding: 12px 20px;
    margin: 8px 0;
    border-radius: 8px;
}

/*I am a Full-stack Developer. 
I have experience building websites
 and added experience porting websites on SWARM STORAGE. 
 I won two different prizes relating to SWARM the last time. 
  I will use a static website generator like hugo or jekelly to 
  create the blog(I csn build from scratch also), and then */

#submit {
    padding: 12px;
    margin-left: 70%;
}

#close {
    padding: 12px;
    margin-left: 72px;
}

input[type=button] {
    background-color: #000;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 4px rgba(201, 241, 227, 0.25);
    border-radius: 8px;
    color: white;
}

.userinfo {
    display: none;
}

.cbet, .mbet, .maccount {
    cursor: pointer;
}

.cbet:hover, .mbet:hover, .maccount:hover {
    color: #58A081;
}

.walpopup {
    display: none;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1;
   margin-top: 180px;
}

.walletoption {
    background-color: white;
    width: fit-content;
    text-align: center;
    margin: auto;
    padding: 10px;
    border-radius: 8px;
}

.walletoption p{
    text-align: center;
    background-color: #1D1F4B;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 41px;
    padding: 12px 36px;
    margin: 12px;
}

.walletconnect {
    opacity: 0.7;
    border-radius: 8px 8px 0px 0px;
}

.fortmatic {
    opacity: 0.7;
    border-radius: 0px 0px 8px 8px;
}

.main {
    width: 100%;
}