/* cyrillic-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

html,
body,
canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.grecaptcha-badge { visibility: hidden !important; }
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.main-login-section {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
	position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.498039);z-index:200
}

.main-login-area {
    width: 970px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-login-area-left {
    width: 250px;
    background-color: rgba(0,0,0,0.4);
}

.main-login-area-center {
    width: 450px;
    background-color: rgba(0,0,0,0.4);
    padding: 1rem;
}

.main-login-area-right {
    width: 250px;
    background-color: rgba(0,0,0,0.4);
}

.main-login-area-left-tab-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-login-area-left-tab-button {
    width: 49%;
    background-color: rgba(240, 173, 78, .7);
    padding: 0.75rem;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
}

.main-login-area-left-tab-button.active {
    background-color: #9d5c00;
    transform: scaley(1.05);
    width: 50%;
}

.main-login-area-left-panels-area {
    width: 100%;
}

.main-login-area-left-panel-box {
    width: 100%;
    display: none;
    padding: 1rem;
}

.main-login-area-left-panel-box.active {
    display: block;
}

.mlaltb-check-row {
    width: 100%;
    padding: 0.5rem;
    background-color: #9d5c00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}

.mlaltb-check-row input {
    cursor: pointer;
}

.mlaltb-check-row label {
    color: white;
    cursor: pointer;
}

.mlaltb-check-row-fortext {
    width: 100%;
    padding: 0.2rem;
    background-color: #9d5c00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    cursor: pointer;
}

.mlaltb-check-row-text {
    margin: 0;
    color: white;
}

.mlaltb-shortcuts-area {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
}

.mlaltb-shortcut-box {
    padding: 0.5rem;
    background-color: #f0ad4e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 2rem;
}

.mlaltb-shortcut-desc-box {
    padding: 0.5rem;
    background-color: #f0ad4e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: 0.25rem;
    height: 1.75rem;
}

.main-login-area-right-tab-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-login-area-right-tab-button {
    width: 49%;
    background-color: rgba(240, 173, 78, .7);
    padding: 0.75rem;
    outline: none;
    border: none;
    color: white;
    cursor: pointer;
}

.main-login-area-right-tab-button.active {
    background-color: #9d5c00;
    transform: scaley(1.05);
    width: 50%;
}

.main-login-area-right-panels-area {
    width: 100%;
}

.main-login-area-right-panel-box {
    width: 100%;
    display: none;
    padding: 1rem;
}

.main-login-area-right-panel-box.active {
    display: block;
}

.allsettings-modal {
    width: 100vw;
    height: 100vh;
    background: none 0% 0% repeat scroll rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
	z-index: 500;
}

.allsettings-modal.active {
    display: flex;
}

.allsettings-modal-inside {
    width: 480px;
    background-color: white;
    padding: 1rem;
}

.modal-inside-x-area {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

.modal-inside-x-img {
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.mlartb-skin-area {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mlartb-skin-box {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0px 4px 5px rgb(204 204 204);
}

.mlartb-skin-box img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.mlartb-skin-select-button {
    width: 100%;
    padding: 0.75rem;
    margin-top: 1rem;
    background-color: #8D0000;
    color: white;
    border-color: #ac2925;
    border-style: solid;
    cursor: pointer;
}

.mlartb-skin-select-button:hover {
    background: #3f9ea0;
    border-color: #3f9ea0;
}

.main-login-area-right-panels-area a {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.selectskin-modal {
    width: 100vw;
    height: 100vh;
    background: none 0% 0% repeat scroll rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
	z-index: 600;
}

.selectskin-modal.active {
    display: flex;
}

.selectskin-modal-inside {
    width: 1200px;
    background-color: white;
    padding: 1rem;
}

.selectskin-modal-inside-skins-area {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    padding: 1rem 4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem;
}

.selectskin-modal-inside-skins-area .mlartb-skin-box {
    transition: all 0.2s ease-out;
}

.selectskin-modal-inside-skins-area .mlartb-skin-box:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.malrtb-about-panel-header {
    width: 100%;
    border-bottom: 2px solid #333;
}

.malrtb-about-panel-header-text {
    text-align: center;
    color: #333;
}

.malrtb-about-panel-text-area {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 1rem;
}

.malrtb-about-panel-text-area-text {
    margin: 0;
}

.main-login-area-center-logo {
    width: 100%;
}

.main-login-area-center-play-area {
    width: 100%;
    margin-top: 1rem;
}

.mlacpa-name-box {
    width: 100%;
}

.mlacpa-name-box input {
    width: 50%;
    height: 2.5rem;
    border: 1px solid #f0ad4e !important;
    outline: none !important;
    padding: 0 0.5rem;
    font-weight: bold;
}

.mlacpa-name-box button {
    width: 50%;
    outline: none;
    height: 2.5rem;
    border: none;
    background-color: #9d5c00;
    cursor: pointer;
    color: white;
}

.mlacpa-server-select {
    height: 2.5rem;
    width: 100%;
    margin-top: 0.5rem;
    outline: none !important;
    padding: 0.5rem;
}

.mlacpa-play-button {
    width: 100%;
    height: 2.5rem;
    margin-top: 0.5rem;
    background-color: #8D0000;
    color: white;
    border-color: #ac2925;
    border-style: solid;
    cursor: pointer;
}

.mlacpa-play-button:hover {
    background: #3f9ea0;
    border-color: #3f9ea0;
}

.mlacpa-spectate-button {
    width: 100%;
    height: 2.5rem;
    margin-top: 0.5rem;
    background-color: #9d5c00;
    color: white;
    border-color: #e68700;
    border-style: solid;
    cursor: pointer;
}

.mlacpa-spectate-button:hover {
    background-color: #ec971f;
    border-color: #d58512;;
}

.mlacpa-footer-flags-area {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mlacpa-footer-flag-icon {
    width: 20px;
}

.mlacpa-footer-discord-icon {
    width: 75px;
}

@media only screen and (max-width: 1024px) {
    .main-login-area-left {
        display: none;
    }

    .main-login-area-right {
        display: none;
    }

    .main-login-area-center {
        margin: auto;
        /*width: 400px;*/
    }
}

@media only screen and (max-width: 425px) {
    .main-login-area-center {
        /*width: 95%;*/
        margin: auto;
    }

    .mlacpa-footer-flag-icon {
        width: 15px;
    }
    
    .mlacpa-footer-discord-icon {
        width: 55px;
    }
}

#chat_textbox {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    background: rgba(0, 0, 0, .2);
    border: 0px;
    outline: none;
    color: #FFF;
    height: 30px;
    text-indent: 12px;
    left: 10px;
    width: 300px;
}

#chat_textbox:focus {
    background: rgba(0, 0, 0, .5);
}

#infoOverlays{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,.498039);
    z-index:400
}
#infoDialog{
    background-color:#fff;
    border-radius:1px;
    padding:5px 15px;
    position:absolute;
    top:50%;
    left:50%;
    width:400px;
    font-size:15px;
    margin-right:-50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%) scale(.92);
    font-size:15px
}
#infoDialog_continueBtn{
    width:100%;
    height:30px;
    box-sizing:border-box;
    font-size:25px;
    color:#fff;
    text-align:center;
    background:#337ab7;
    border:0;
    padding:1px;
    cursor:pointer;
    border-radius:5px
}
.grid-container{
    display:grid;
    grid-template-columns:auto auto auto;
    padding:1px
}
.grid-item{
    font-size:15px;
    padding:2px;
    text-align:center
}
.match-result{
    font-size:25px;
    padding:2px;
    text-align:center
}







