#hotlink {
    display: none !important;
}
.webgl-logo{
    display:block!important;
    width:100px!important;
}
.webgl-logo a{
    display:block;
    width:100%;
    height:100%;
}
.footer .title a{
    color: #fff;
    text-decoration:none;
}
.footer{
    bottom:0px!important;
}

.login-forms, .unity-wrapper{
    transition: transform 0.5s ease-in-out;
    bottom:38px;
    top: 0;
    left: 100%;
    width: 100%;
}

.unity-wrapper{
    left: 0; /* Start visible */
    transform: translateX(0%);
    position: absolute;
}

.toggle-btn {
    position: absolute;
    z-index: 10;
    background-color: #3fba50;
    color: #fff;
    /* border: none; */
    cursor: pointer;
    font-size: 20px;
    /* opacity: 0.8; */
    /* transition: opacity 0.3s ease-in-out; */
    padding: 15px 20px;
    /* line-height: 1.2; */
    /* font-weight: bold; */
    /* writing-mode: vertical-lr; */
    /* text-orientation: upright; */
}
    
.toggle-btn.right {
    /* writing-mode: vertical-rl; */
    /* transform: rotate(180deg); */
    text-align: center;
    height: auto;
    right: 0;
    border-radius: 5px 0px 0px 5px;
    top: 20%;
    margin-top: -25px;
}

#account-tab{
    background-color: cadetblue;
}
#account-tab-img {
    display: block;
    width: 50px; /* Set the desired width */
    height: 50px; /* Set the desired height */
    border-radius: 50%; /* Optional: Make it circular */
    object-fit: cover; /* Ensures proper image scaling when src is present */
}        

/*.toggle-btn {
    position: absolute;
    z-index: 10;
    background-color: green;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
    padding: 10px;
    line-height: 1.2;
}

.toggle-btn.right {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;

    height: auto;
    right: 0;
    border-radius: 0px 5px 5px 0px;
    top: 30%;
    margin-top: -25px;
}*/

.toggle-btn.left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 1.6em;
    border-radius: 0 0 5px 5px;
    left: 50%;
    margin-left: -140px;
}

.toggle-btn img{
    width: 120px;
}

/* Hide button */
.hidden {
    display: none!important;
}

/* Hover effect */
.toggle-btn:hover {
    opacity: 1;
}

#not-connected {
    text-align: center;
    position:absolute;
    width: 285px;
    height: 180px;
    top:20%;
    margin-top: -115px;
    right: 155px;
    background-color: rgba(50, 50, 50, .9);
    color: #ddd;
    z-index:3;
    border: 7px solid #888;
    border-radius: 10px;
    font-size: 1.4em;
    font-family: Arial;
    padding: 20px;
}

#not-connected::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #888;
}

#not-connected-text {
    text-align: left;
}

#hideButton {
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 10px;
}
  
#hideButton:hover {
    background-color: rgba(255, 0, 100, 0.8);
}

.login-forms{
    transform: translateX(100%);
    font-family: Arial;
    background: #222;
    padding: 0 10px 0;
    /*width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Arial;*/
    z-index:4;
    color: #fff;
    overflow-y: auto;
    max-height:calc(100% -38px);
}

.login-forms .column{
    width: 50%;
    max-width: 500px;
    float: left;
}

@media screen and (max-width: 460px) {
    .login-forms .column {
        width: 100%;
    }
}

.login-forms .dark-transparent-background{
    background: #444;
    border-radius: 10px;
    color: #f4f4f4;
    margin: 20px auto 0;
    overflow: hidden;
    object-fit: contain;
    padding: 10px;
    position: relative;
    position: relative;
    margin: 1.3em;
}

.login-forms button[type=submit]{
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .75em;
    padding-right: 1.5em;
    padding-bottom: .8125em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2baadf;
    border-color: #1c8cbb;
    color: #fff;
}

.login-forms input[type=text], .login-forms input[type=password], .login-forms input[type=email]{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    width: 100%;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    display: block;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 1em 0;
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}

.login-forms h3{
    color: #fff;
    font-size: 1.1em;
    margin: 15px 25px 0 25px;
    text-transform: capitalize;
    letter-spacing: -1px;
    border-left: 8px solid #32b7ee;
    padding: 0 0 0 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-style: normal;
    padding-bottom: 10px;
}

.login-overlay{
    background-color: #000;
    position:absolute;
    width:100%;
    height:100%;
    opacity:.8;
    z-index:5;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nsl-container-block .nsl-container-buttons {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    width: 100%;
}

div.nsl-container .nsl-button-default {
    color: #fff;
    display: flex;
}

div.nsl-container a{
    width: 45%;
    margin: 20px 0;
    flex: 1 1 auto;
    display: block;
    text-decoration: none;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 24px 0 12px;
    padding: 10px 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .9em;
    line-height: 20px;
    letter-spacing: .25px;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    flex: 1 1 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    display: inline-block;
}

div.nsl-container .nsl-button-svg-container {
    flex: 0 0 auto;
    padding: 8px;
    display: flex;
    align-items: center;
}

#googleLogin>div{
    color: RGBA(0, 0, 0, 0.54);
    margin-left: 5px;
}

#facebookLogin>div{
    margin-right: 5px;
    border-radius: 4px;
}

.large-game-wrapper .game-iframe{
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}