@html {
    width: 100%;
    height: 100%;

}
table {
    /* border: 1px solid black; */
    align-items: left;
    border-spacing: 0px;
  }
  td {
    border: 0.2px solid #7f7f7f;
    /* text-align: center; */
    padding: 3px;
  }
  #rotate {
    width: 25px;
    margin-top: 100px;
    transform: rotate(-90deg);
  }
  
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #222222;
    outline: 1px solid #AAAAAA;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
body {
    background-color: #000000;
    /*background-image: url("../../gameassets/images/pagebg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width : 100%;
    height : 100vh;
}

/* iphone X */
html {
    padding: env(safe-area-inset);
}

@media (max-width: 1280px){
    .modal{
        width:100% !important;
        height: 100vh;
    }
    .rulesModal {
        width: 100%;
        height: 100vh !important;
        margin: auto;
        margin-top:0vh;
        overflow: hidden;
    }
    .gamerulesiframe{
        background: #c0000e;
        background-size: 100%;
        width: 100%;
        height: 100%;
    }
}
