﻿body {
    background-color: #d41929;
}

a {
    color: #ffffff;
    text-decoration: none;
}
    a:hover {
        color: #ffdd00;
        text-decoration: none;
    }
        .card-endOfTurn {
    min-height: 40px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #cdcdcd45;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease-in-out;
}
@media only screen and (min-width: 1401px) {
    p{
        font-size:18px;
    }
    .card-endOfTurn > h2 {
        color: #ffff;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
    }
    .g-recaptcha {
        transform: scale(1.16);
        transform-origin: 0 0;
    }
    .error-message {
        margin-top:14px;
        font-size: 16px;
        font-family: math;
    }
    .form-group p, label {
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        font-family: 'Arial', sans-serif;
        margin:0;
        margin-top: 14px;
    }

    span {
        color: rgba(255, 255, 255, 0.9);
        font-size: 18px;
        font-family: 'Arial', sans-serif;
    }

    .notification-card {
        min-height: 133px;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #cdcdcd45;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: opacity 0.5s ease-in-out;
    }

    .form-container {
        width: 100%;
        max-width: 400px;
        margin: 0 20px;
        padding: 20px;
        border-radius: 10px;
        background-color: #f9f9f9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #submitButton {
        width: 100px;
        height: 100px;
        background-color: #ee3e43e8;
        color: #ffffff;
        border: none;
        font-size: 18px;
        border-radius: 50%;
        cursor: pointer;
        bottom: 20px;
        right: 20px;
        box-shadow: 0 4px 6px rgba(3, 2, 4, 2.1);
        transition: background-color 0.3s ease;
    }

    .form-group label {
        font-weight: bold;
        font-family: math;
        font-size: 18px;
    }

    .container-img {
        background-image: url('/images/vong-quay/bg-even.png');
        /*background-color: #ccc;*/
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .container-img-endOfTurn {
        background-image: url(/images/vong-quay/EndOfTurn.png);
        background-size: contain;
        background-position: center;
        height: 100vh;
        background-repeat: no-repeat;
        display: flex;
        margin-top: 52px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    p {
        font-size: 16px;
    }
    .card-endOfTurn > h2 {
        color: #ffff;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
    }
    .g-recaptcha {
        transform: scale(0.76);
        transform-origin: 0 0;
    }
    .error-message {
        font-size: 16px;
        font-family: math;
    }
    .form-group p, label {
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        font-family: 'Arial', sans-serif;
        margin: 0;
    }

    span {
        color: rgba(255, 255, 255, 0.9);
        font-size: 18px;
        font-family: 'Arial', sans-serif;
    }

    .notification-card {
        min-height: 133px;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #cdcdcd45;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: opacity 0.5s ease-in-out;
    }

    .form-container {
        width: 100%;
        max-width: 300px;
        margin: 0 20px;
        padding: 20px;
        border-radius: 10px;
        background-color: #f9f9f9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #submitButton {
        width: 100px;
        height: 100px;
        background-color: #ee3e43e8;
        color: #ffffff;
        border: none;
        font-size: 18px;
        border-radius: 50%;
        cursor: pointer;
        bottom: 20px;
        right: 20px;
        box-shadow: 0 4px 6px rgba(3, 2, 4, 2.1);
        transition: background-color 0.3s ease;
    }

    .form-group label {
        font-weight: bold;
        font-family: math;
        font-size: 18px;
    }

    .container-img {
        background-image: url('/images/vong-quay/bg-even.png');
        /*background-color: #ccc;*/
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        margin-top: 50px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .container-img-endOfTurn {
        background-image: url(/images/vong-quay/EndOfTurn.png);
        background-size: contain;
        background-position: center;
        height: 100vh;
        background-repeat: no-repeat;
        display: flex;
        margin-top: 52px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 10px;
    }
    .card-endOfTurn > h2 {
        color: #ffff;
        text-align: center;
        font-size:22px;
        font-family:'Times New Roman', Times, serif;
    }
    #captchaError{
        margin:0;
    }
    .g-recaptcha {
        transform: scale(0.56);
        transform-origin: 0 0;
    }
    .error-message {
        font-size: 10px;
        font-family: math;
    }
    .form-group p, label {
        font-weight: bold;
        color: #fff;
        font-size: 10px;
        font-family: 'Arial', sans-serif;
        margin:0;
    }

    span {
        color: rgba(255, 255, 255, 0.9);
        font-size: 10px;
        font-family: 'Arial', sans-serif;
    }

    .notification-card {
        min-height: 170px;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #cdcdcd45;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: opacity 0.5s ease-in-out;
    }

    .form-container {
        width: 100%;
        max-width: 240px;
        margin: 0 20px;
        padding: 20px;
        border-radius: 10px;
        background-color: #f9f9f9;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #submitButton {
        width: 80px;
        height: 80px;
        background-color: #ee3e43e8;
        color: #ffffff;
        border: none;
        font-size: 14px;
        border-radius: 50%;
        cursor: pointer;
        bottom: 20px;
        right: 20px;
        box-shadow: 0 4px 6px rgba(3, 2, 4, 2.1);
        transition: background-color 0.3s ease;
    }



    .container-img {
        background-image: url(/images/vong-quay/bg-even-mobile.png);
        /* background-color: #ccc; */
        background-size: contain;
        background-position: center;
        height: 100vh;
        background-repeat: no-repeat;
        display: flex;
        margin-top: 52px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .container-img-endOfTurn {
        background-image: url(/images/vong-quay/bg-even-mobile.png);
        background-size: contain;
        background-position: center;
        height: 100vh;
        background-repeat: no-repeat;
        display: flex;
        margin-top: 52px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}
