?body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png?v=1') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.desktop-disclaimer {
    display: none;
}

.modal-to-rotate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 99;
}
.wrapper-modal-to-rotate p{
  margin: 0 0 5px;
}
.wrapper-modal-to-rotate img{
  float: right;
  position: absolute;
  bottom: 0;
  right: 0
}
.wrapper-modal-to-rotate {
    position: absolute;
    border-radius: 16px;
    top: calc(50vh - 130px);
    background: #2f2448;
    padding: 30px 30px 50px;
    max-width: 90vw;
    width: 350px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.wrapper-modal-to-rotate b{
    color: #3de3d7
}
@media screen and (max-width: 768px) and (max-height: 1000px) and (min-height: 600px) {
    .modal-to-rotate {
        display: block;
    }
    .wrapper-modal-to-rotate {
        display: table;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width:992px) {
    .desktop-disclaimer {
        margin: 0 auto;
        display: table;
        max-width: 960px;
        padding: 10px 15px 0;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    .desktop-disclaimer a {
        color: #281847;
        text-decoration: none;
        font-weight: bold;
    }
}
@media screen and (min-width:1400px) and (min-height: 600px) and (max-height: 750px){
  .desktop-disclaimer{
    max-width: 1200px;
    font-size: 14px;
  }
}
