@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: "Microsoft JhengHei", sans-serif;
}

html {
    font-family: "Microsoft JhengHei", sans-serif;
    min-height: 500px;
    min-width: 500px;
}

body {
    font-family: Noto Sans CJK TC;
    padding-top: 60px;
    background-color: #EDEDED !important;
    background-size: 35%;
    color: #000;
}

main {
    padding-bottom: 150px;
    background-image: url('../img/2023/2023_EOF_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position-y: 0;*/
}

@media (min-width: 576px) {
    body {
        background-size: 35%;
    }
}

@media (min-width: 768px) {
    body {
        background-size: 35%;
    }
}

@media (min-width: 992px) {
    body {
        background-size: auto;
    }
}

@media (min-width: 1200px) {
    body {
        background-size: auto;
    }
}


@media (min-width: 576px) {
    .container {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}





.navbar {
min-height: 60px;
background-color: #fff;
}

    .navbar .container ul.navbar-nav li.nav-item button {
        margin-top: 5px;
        margin-left: 36px;
        padding: 0px;
        width: 90px;
        height: 36px;
        border-radius: 24px;
        border: 2px solid #ff1250;
    }

        .navbar .container ul.navbar-nav li.nav-item button a.nav-link {
            padding: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
            margin-left: 0px;
            font-size: 18px;
            color: #000000;
            text-decoration: none;
            text-align: center;
            vertical-align: bottom;
        }

            .navbar .container ul.navbar-nav li.nav-item button a.nav-link:hover {
                border-bottom: none;
            }

    .navbar .container ul.navbar-nav li.nav-item a.nav-link {
        padding-bottom: 3px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 36px;
        font-size: 18px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
    }

        .navbar .container ul.navbar-nav li.nav-item a.nav-link:hover {
            border-bottom: 1px solid #ff1250;
        }

    .navbar .container .btn {
        background-color: #ffffff;
        color: #000000;
    }

        .navbar .container .btn:hover {
            background-color: #ff1250;
            color: #ffffff;
        }

.footer {
    padding-top: 40px;
    background-color: #1f2326;
    color: #fff;
}
    .footer .container {
        padding: 0 15px;
    }
    .footer .container .row p {
        font-weight: 500;
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 0px;
    }

.row {
    flex-wrap: nowrap;
}

@media (min-width: 576px) {
    .footer .container .row p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .footer .container .row p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .footer .container .row p {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .footer .container .row p {
        font-size: 18px;
    }
}

.footer .container .row .image {
    width: 68px;
    margin-right: 30px;
}

@media (min-width: 576px) {
    .footer .container .row .image {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .footer .container .row .image {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .footer .container .row .image {
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .footer .container .row .image {
        margin-right: 30px;
    }
}

.footer .footer-info {
    margin-bottom: 20px;
    flex-basis: 80%;
}
    .footer .footer-info > div {
        display: flex;
        margin-bottom: 15px;
    }

    .footer .footer-info > div .title {
        flex-basis: 20%;
    }

    .footer .footer-info > div .content {
        flex-basis: 80%;
    }

@media (min-width: 576px) {
    .footer .footer-info > div .title {
        flex-basis: 20%;
    }

    .footer .footer-info > div .content {
        flex-basis: 80%;
    }
}

@media (min-width: 768px) {
    .footer .footer-info > div .title {
        flex-basis: 20%;
    }

    .footer .footer-info > div .content {
        flex-basis: 80%;
    }
}

@media (min-width: 992px) {
    .footer .footer-info > div .title {
        flex-basis: 15%;
    }

    .footer .footer-info > div .content {
        flex-basis: 85%;
    }
}

@media (min-width: 1200px) {
    .footer .footer-info > div .title {
        flex-basis: 15%;
    }

    .footer .footer-info > div .content {
        flex-basis: 85%;
    }
}

.footer .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    font-size: 14px;
}

@media (min-width: 576px) {
    .footer .copyright {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .footer .copyright {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .footer .copyright {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .footer .copyright {
        font-size: 18px;
    }
}

.home .brand {
    text-align: center;
    max-width: 100%;
}
    .home .brand video {
        width: 120%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .brand video#animation_home_loop {
        display: none;
    }

.home .selection {
    display: flex;
    margin-top: 25px;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    font-weight: bold;
}
.home .selection > div {
    flex-basis: 30%;
}

.home .selection > div > p {
    margin: 10px 0;
}

.home .selection > div > img {
    width: 50%;
}


.home.container {
    overflow: hidden;
    font-weight: 400;
}
.home.container > div:not(.brand):not(.selection) {
    margin-top: 70px;
    padding: 0 50px;
}
    .home.container > div .title {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: left;
        color: #ff1250;
        margin-top: 30px;
    }

.home .team {
    margin-top: 50px;
    padding: 0 50px;
    word-spacing: 10px;
}

    .home .team .title {
        font-size: 1.4rem;
        font-weight: bold;
        text-align: left;
        color: #ff1250;
        margin-top: 30px;
    }

    .home .team .row .col-3 .name {
        text-align: center !important;
        font-size: 18px;
        line-height: 1.78;
    }

.home .support {
    background-color: #ffffff;
    margin-top: 60px;
    box-shadow: 0 2px 4px 0 #b5bbc4;
}

    .home .support .title {
        color: #212529;
        text-align: center;
        font-size: 28px;
        padding-top: 48px;
        margin-bottom: 0px;
    }

    .home .support .row {
        margin-top: 12px;
        margin-left: 126px;
        margin-right: 126px;
    }

        .home .support .row a {
            margin-left: 20px;
            margin-right: 20px;
        }

.rule {
    margin-top: 100px;
    max-width: 932px;
}

    .rule .title {
        color: #ff1250;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
    }

    .rule .block {
        margin-top: 40px;
    }
        .rule .block .title {
            color: #000000;
            text-align: left;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 12px;
        }

        .rule .block .detail {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0px;
        }

            .rule .block .detail .pad {
                margin-left: 20px;
            }

            .rule .block .detail li {
                margin-bottom: 12px;
            }
                .rule .block .detail li > p {
                    margin-bottom: 12px;
                }

.login {
    margin-top: 100px;
}

    .login .form {
        max-width: 500px;
        margin: auto;
    }

        .login .form .title {
            font-size: 28px;
            font-weight: bold;
            text-align: center;
            color: #ff1250;
        }

        .login .form .error {
            color: red;
            font-size: 20px;
            font-weight: 500;
        }

        .login .form .name {
            margin-top: 28px;
            margin-bottom: 0px;
            font-size: 20px;
        }

        .login .form input {
            margin-top: 12px;
            width: 100%;
        }

        .login .form .signup {
            display: block;
            margin-top: 16px;
            text-align: right;
            color: #ff1250;
        }

        .login .form .forget {
            display: block;
            margin-top: 16px;
            text-align: right;
            color: #ff1250;
        }

        .login .form .button {
            text-align: center;
            margin-top: 28px;
        }

            .login .form .button button {
                width: 142px;
                height: 48px;
                border-radius: 24px;
                border: 2px solid #ff1250;
                background-color: #ffffff;
                cursor: pointer;
                user-select: none;
                outline: none;
                color: #000 !important;
            }

                .login .form .button button:hover, button:active {
                    background-color: #ff1250;
                    color: #ffffff !important;
                }

.signup {
    margin-top: 100px;
    max-width: 700px;
}

    .signup p.title {
        margin-bottom: 4px;
        margin-top: 24px;
        text-align: center;
        color: #ff1250;
        font-weight: bold;
        font-size: 28px;
    }

    .signup p {
        margin-bottom: 0px;
        margin-top: 24px;
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        color: #000000;
    }
    .signup p.form-check {
        margin-top: 12px;
    }

        .signup p.hint {
            color: #ff1250;
            font-size: .85rem;
            margin-top: 6px;
        }

    .signup input {
        margin-top: 12px;
        width: 100%;
        height: 50px;
    }

    .signup .button {
        text-align: center;
        margin-top: 40px;
    }

        .signup .button button {
            width: 142px;
            height: 48px;
            border-radius: 24px;
            border: 2px solid #ff1250;
            background-color: #ffffff;
            cursor: pointer;
            user-select: none;
            outline: none;
            color: #000 !important;
        }

            .signup .button button:hover, button:active {
                background-color: #ff1250;
                color: #ffffff !important;
            }



    .signup .errorlist {
        list-style-type: none;
    }

        .signup .errorlist li {
            color: red;
        }

    .signup ul {
        list-style-type: none;
    }

    .signup input[type="radio"] {
        margin-top: 0px;
        height: 15px;
        width: 15px;
        vertical-align: middle;
    }

    .signup .education_program_row {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 5px 0;
    }

    .signup .education_program_checkbox {
        margin: 0;
        height: 30px;
        width: 10%;
    }

    .signup .education_program_title {
        margin: 0;
        width: 77%;
    }

    .signup .education_program_description {
        max-width: 100%;
    }

    .signup .description {
        max-width: 800px;
        background: #ffffff;
        padding: 20px 30px;
        border-radius: 8px;
        box-shadow: 0 4px 8px #ced4da;
    }

.upload {
    max-width: 932px;
}

    .upload p {
        margin-bottom: 0px;
    }

    .upload .title {
        color: #ff1250;
        text-align: center;
        font-size: 28px;
        margin-top: 130px;
        font-weight: bold;
    }

    .upload .subtitle {
        font-size: 20px;
        font-weight: 500;
        margin-top: 28px;
    }

    .upload .content {
        margin-top: 12px;
        font-size: 18px;
        font-weight: 500;
    }

    .upload .hint {
        color: #ff1250;
        font-size: 18px;
        font-weight: 500;
        margin-top: 6px;
    }

    .upload .btn {
        font-size: 18px;
        width: 142px;
        height: 48px;
        border: 2px solid #ff1250;
        border-radius: 24px;
        background-color: #ffffff;
    }

        .upload .btn:hover {
            background-color: #ff1250;
            color: #ffffff;
        }

    .upload form {
        margin-top: 12px;
    }

        .upload form .filetext {
            font-size: 18px;
            margin-right: 20px;
        }

        .upload form .submit {
            margin-top: 40px;
        }

    .upload input[type="file"] {
        position: absolute;
        filter: alpha(opacity=0);
        opacity: 0;
        width: 100px;
    }

.success {
    text-align: center;
}

    .success .title {
        margin-top: 130px;
        margin-bottom: 0px;
        color: #ff1250;
        font-size: 28px;
        font-weight: bold;
    }

    .success .content {
        margin-top: 28px;
        margin-bottom: 0px;
        color: #000000;
        font-size: 20px;
        font-weight: 500;
    }

    .success .btn {
        margin-top: 12px;
        font-size: 18px;
        width: 142px;
        height: 48px;
        border: 2px solid #ff1250;
        border-radius: 24px;
        background-color: #ffffff;
        color: #000000;
    }

        .success .btn:hover {
            background-color: #ff1250;
            color: #ffffff;
        }


    .profile .title {
        margin-top: 80px;
        margin-bottom: 30px;
        color: #ff1250;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }
    .profile .content {
        margin-top: 28px;
        margin-bottom: 0px;
        color: #000000;
        font-size: 20px;
        font-weight: 500;
    }
    .profile .options {
        text-align: center;
    }
        .profile .options .btn {
            margin-top: 30px;
            font-size: 18px;
            width: 142px;
            height: 48px;
            border: 2px solid #ff1250;
            border-radius: 24px;
            background-color: #ffffff;
        }
        .profile .options .btn:hover {
            background-color: #ff1250;
            color: #ffffff;
        }
    .profile .member-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .profile .member-info > .member-info-card {
        margin: 0 20px 20px;
        padding: 40px;
        width: 40%;
        word-break: break-all;
        background-color: rgba(255, 255, 255, .5);
        box-shadow: 0 0 10px 3px rgba(166, 166, 166, .5);
    }
    .profile .member-info > .member-info-card > .title{
        color: #000;
        margin-top: 12px;
    }
    .profile .team-info {
        margin: 40px auto 0;
        width: 300px;
    }
    .profile .team-name {
        text-align: center;
        font-size: 1.3em;
    }
    @media (max-width: 576px) {
        .profile .member-info > .member-info-card {
            width: 95%;
        }
    }


.reset {
    text-align: left;
    max-width: 500px;
}

    .reset .title {
        margin-top: 130px;
        margin-bottom: 0px;
        color: #ff1250;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .reset input {
        margin-top: 12px;
        width: 100%;
    }

    .reset .hint {
        color: #ff1250;
        font-size: 18px;
        font-weight: 500;
        margin-top: 6px;
    }

    .reset .button {
        text-align: center;
    }

        .reset .button .btn {
            margin-top: 30px;
            font-size: 18px;
            width: 142px;
            height: 48px;
            border: 2px solid #ff1250;
            border-radius: 24px;
            background-color: #ffffff;
        }

            .reset .button .btn:hover {
                background-color: #ff1250;
                color: #ffffff;
            }

.done {
    text-align: center;
}

    .done .title {
        margin-top: 130px;
        margin-bottom: 0px;
        color: #ff1250;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .done .content {
        font-size: 20px;
    }

.changepass {
    max-width: 500px;
    text-align: center;
}

    .changepass .title {
        margin-top: 130px;
        margin-bottom: 0px;
        color: #ff1250;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .changepass .content {
        text-align: left;
        margin-top: 28px;
        margin-bottom: 0px;
        font-size: 20px;
    }

    .changepass input {
        margin-top: 12px;
        width: 100%;
    }

    .changepass .button {
        text-align: center;
    }

        .changepass .button .btn {
            margin-top: 30px;
            font-size: 18px;
            width: 142px;
            height: 48px;
            border: 2px solid #ff1250;
            border-radius: 24px;
            background-color: #ffffff;
        }

            .changepass .button .btn:hover {
                background-color: #ff1250;
                color: #ffffff;
            }

    .changepass .hint {
        text-align: left;
        color: #ff1250;
        font-size: 18px;
        margin-top: 6px;
    }

    .changepass .errorlist {
        text-align: left;
        list-style-type: none;
        color: red;
    }

/*
    blockUI waiting animation style
*/
.blockUI-wait-animation {
    display: none;
    font-weight: bold;
}
    .blockUI-wait-animation > div {
        margin-bottom: 20px;
        height: 100px;
        line-height: 100px;
    }
        .blockUI-wait-animation > div > img {
            animation: blockUI-wait 4s linear infinite;
            width: 100px;
        }
@keyframes blockUI-wait {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Signup page members tab area */
#member-tab {
    margin-top: 30px;
}
#member-tab > .tab-title {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
#member-tab > .tab-title > li {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 -1px -1px 0;
    padding: 10px 25px;
    vertical-align: top;
    line-height: 25px;
    background-color: #bbb;
    list-style: none;
    cursor: pointer;
    transform: translateY(-1px);
    font-weight: bold;
}
#member-tab > .tab-title > li:hover {
    background-color: #ddd;
}
#member-tab > .tab-title > li.active {
    background-color: rgba(255, 255, 255, .7);
    border-top: 2px #2196f3 solid;
}
#member-tab > .tab-title > li a {
    color: #000;
    text-decoration: none;
}
#member-tab > .tab-inner {
    padding: 5px 30px 20px;
    color: #000;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px 3px rgba(130, 130, 130, .5);
}

.final-team .teams {
    margin: 40px;
    padding: 30px;
    background-color: #fff;
    text-align: center;
}
.final-team .teams > .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff1250;
}

@media (hover: hover) {
    button:hover {
        background-color: blue;
    }
}