@import url(default1.css);

* {
    box-sizing: border-box;
    /*    outline: solid 1px #ccc;*/
}

html {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    background-color: #3e4248;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
}

.login-icon,
.login {
    /* width: 80%; */
    max-width: 350px;
    position: relative;
}

.login-icon {
    margin-bottom: 20px;
}

.login-icon:last-child {
    margin-top: 20px;
}

.login {
    /* min-height: 450px; */
    margin: 0 auto;
    background: rgb(123, 134, 148);
    background: linear-gradient(180deg, rgba(123, 134, 148, 1) 0%, rgba(28, 27, 30, 0.9) 40%, rgba(44, 35, 46, 1) 100%);
    text-align: center;
    border-radius: 15px;
    padding-top: 30px;
    overflow: hidden;
}

.federation-logo {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 12px auto;
}

.federation-logo img {
    width: 120px;
}

.login-user>input {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin-left: 47px;
    background-color: transparent;
    /* border-radius: 5px; */
    padding: 0 12px;
    margin-bottom: 18px;
    font-size: 14px;
    color: white;
}

.login-user>input:focus {
    outline: none;
}

.login-user>select {
    display: block;
    width: 235px;
    height: 36px;
    margin: auto;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-bottom: 18px;
    font-size: 14px;
}

.login p {
    font-size: 12px;
}

.login-lab {
    max-width: 235px;
    margin: auto;
    width: 235px;
    text-align: left;
}

.login-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    margin-bottom: 20px;
}

.login-check>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a {
    display: block;
    text-decoration: none;
}

.login-btn {
    width: 300px;
    height: 50px;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 34px;
    color: white;
    font-size: 14px;
    margin-bottom: 32px;
}

.login-btn:hover {
    background-color: #26cee3;
    border: 1px solid white;
    transition: .3s;
}

.btn-singin {
    width: 235px;
    height: 33px;
    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;
}

.login-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .dec-default {
        display: none;
    }

    .login>div {
        height: 100%;
        padding-bottom: 20px;
        /* border-bottom: solid 20px #D7263D; */
    }
}

@media (max-width: 375px) {
    .login-icon {
        display: none;
    }

    .login {
        padding-top: 30px;
        /* height: 420px; */
        font-size: 12px;
    }

    .login-btn {
        margin-bottom: 10px;
    }

    .sign-up {
        padding: 10px;
    }
}

.login-register {
    display: flex;
    justify-content: space-between;
    width: 300px;
    padding: 16px 0px 18px 0;
    border-top: 1px solid #666;
    text-align: right;
    font-size: 12px;
    margin: auto auto 10px 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: 100%;
    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;
}
