@import url(default1.css);

* {
    box-sizing: border-box;
    /*    outline: solid 1px #ccc;*/
}

html {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background-color: #2c4198;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
}

.dec-default {
    width: 100px;
    height: 200%;
    background-color: #D7263D;
    position: absolute;
    transform: rotate(28deg);
    top: -30%;
}

.dec1 {
    left: -200px;
}

.dec2 {
    left: -200px;
    transform: rotate(28deg) translateX(130%);
    background-color: white;
}

.dec3 {
    right: 150px;
}

.dec4 {
    right: 150px;
    transform: rotate(28deg) translateX(130%);
    background-color: white;
}

.login {
    max-width: 350px;
    position: relative;
}


.login {
    min-height: 450px;
    margin: 0 auto;
    /* background-color: white; */
    /* backdrop-filter: blur(5px); */
    background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .5) 100%);
    border-radius: 15px;
    padding-top: 40px;
    position: relative;
    overflow: hidden;
}

.login:before {
    background: linear-gradient(180deg, rgb(210 210 210 / .3) 0%, rgba(250, 250, 250, .3) 100%);
    border-radius: 50%;
    content: '';
    display: block;
    width: 600px;
    height: 600px;
    position: absolute;
    left: -50%;
    top: -112%;
    backdrop-filter: blur(0px);
    z-index: -1;
}

.login:after {
    background: linear-gradient(180deg, rgba(216, 216, 216, 0.3) 0%, rgba(216, 216, 216, .5) 100%);
    border-radius: 50%;
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.federation-logo {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

.federation-logo img {
    width: 85px;
}

.login-user {
    display: flex;
    padding: 0 20px;
    position: relative;
}

.login-user>input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(245, 245, 245, .6);
    padding: 0 16px;
    margin-bottom: 18px;
    font-size: 14px;
}

.login-user>input:focus {
    outline: none;
}

.login-user>select {
    display: block;
    width: 260px;
    height: 40px;
    margin: auto;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 14px;
    padding: 6px 12px;
}

.login-title {
    font-size: 18px;
}

.login-lab {
    max-width: 235px;
    margin: auto;
    width: 235px;
    text-align: left;
}

.login-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    margin-bottom: 18px;
}

.login-check>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    display: block;
    text-decoration: none;
}

.login-btn {
    width: 260px;
    height: 40px;
    background-color: #2c4198;
    border-radius: 34px;
    color: white;
    font-size: 14px;
    margin-bottom: 18px;
}

.btn-singin {
    width: 260px;
    height: 40px;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    margin: auto;
}

.login-group {
    width: 235px;
    margin: auto;
    text-align: left;
}

.sign-up {
    width: 235px;
    padding: 18px 0px;
    border-top: 1px solid #666;
    text-align: right;
    font-size: 12px;
    margin: auto;
}

.sign-up a {
    color: #2c4198;
}

.login-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .login>div {
    height: 100%;
    padding-bottom: 14px;
    border-bottom: solid 16px #D7263D;
} */

@media (max-width: 1024px) {
    .dec-default {
        display: none;
    }
}

@media (max-width: 375px) {
    .login {
        padding-top: 30px;
        height: 420px;
        font-size: 12px;
    }

    .login-btn {
        margin-bottom: 10px;
    }

    .sign-up {
        padding: 10px;
    }
}

.login-register {
    display: flex;
    justify-content: flex-end;
    width: 235px;
    padding: 18px 0px;
    border-top: 1px solid #666;
    text-align: right;
    font-size: 12px;
    margin: auto;
}

.login-register>a {
    margin-right: 10px;
}


#fix-title {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #fix-title.fix-title-content {
        font-size: 18px;
        white-space: normal;
        word-break: break-word;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: start;
    }

    #fix-title.fix-title-content-font {
        font-size: 13px;
        margin-bottom: 0;
    }
}

.check-input {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 30px;
}

#info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.check-result-container {
    width: 80%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
    text-align: center;
    align-items: baseline;
}

.check-result-button {
    padding: 0 15px;
    display: flex;
    justify-content: space-around;
}

@media only screen and (min-width: 768px) {
    .check-result-content {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }
}

.check-list>div:nth-child(odd) {
    background: rgba(76, 141, 141, 0.2);
}

.check-list>div:nth-child(even) {
    background: rgba(194, 240, 240, 0.2);
}

.check-login-button {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .check-cell {
        padding-left: 0;
        display: flex;
        align-items: center;
    }

    .check-login-button {
        text-align: center;
    }
}

.in_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.vs-portrait-wait {
    width: 100px;
    height: 100px;
}

.player-vs-infor {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.player-vs-container {
    display: flex;
    flex-wrap: wrap;
    float: none;
    flex: 2 0 0;
    width: auto;
    justify-content: center;
}

.search-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.search-container label {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .table-vs select {
        padding: 0;
        /* width: auto; */
    }
}

.badge {
    line-height: inherit;
}

@media only screen and (max-width: 1024px) {
    .select-game-container {
        margin-bottom: 20px;
    }
}

.waitMatchup {
    display: flex;
    justify-content: space-around;
}

.display-none {
    display: none;
}

.gameboard-site {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .portrait {
        width: 134px;
        height: 172px;
    }

    .mobile-size {
        font-size: 12px;
        padding: 6px;
    }

    .swiper-container {
        width: 80%;
    }

}

.format_and_signup {
    display: inline-flex;
    justify-content: center;
}

.format_box {
    margin-right: 2%;
    flex: 0 0 0;
}

.signup_box {
    flex: 2 0 0;
}

@media only screen and (max-width: 767px) {
    .format_box {
        margin-right: 0;
        flex: 0 0 100%;
    }

    .signup_box {
        flex: 0 0 100%;
    }
}

.left_sub_container {
    flex: 1 0 0;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}

.right_sub_container {
    flex: 2 0 0;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
}
