
/**************** Logo ****************/
.LogoImgStyle {
    width: 70vw;
    max-width: 300px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.formRemarksStyle {
    margin-bottom: 20px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .LogoImgStyle {
        width: 90vw;
    }
}

    .cid-sOQxbLTmHV {
        background-color: #edf2f9;
    }

    .cid-sOQAaRkFPU {
        padding-top: 0;
    }

    .mbr-section-subtitle {
        margin-top: -20px;
    }

    .btn-group-toggle label {
        padding: 0.3rem 1.2rem;
    }

    /**************************************/


    /**************** Form ****************/
    .form {
        padding-top: 0;
    }

    .formHeaderStyle {
        font-size: 1.5rem;
    }

    .formRemarksStyle {
        border-radius: 2px;
        padding: 10px 5px;
        border: 1px solid #8db694;
        margin-bottom: 20px;
    }

        .formRemarksStyle > p {
            line-height: 2 !important;
            margin-bottom: 0;
        }

    input[type="date"] {
        line-height: 1 !important;
    }

    .btn-group-toggle {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
        background-color: #ececec !important;
        border-color: silver !important;
        color: black !important;
        font-size: 14pt !important;
        font-weight: normal;
    }

    .btn-primary.focus {
        border-color: #253917 !important;
    }

    .btn-primary:hover {
        background-color: #1c6d29 !important;
        border-color: #253917 !important;
        color: white !important;
    }

    .btn-primary {
        background-color: rgba(28,109,41, 0.9) !important;
        font-size: 14pt !important;
        font-weight: normal;
    }

    .btn-group-toggle .btn-primary {
        box-shadow: none;
        border-radius: 0;
    }

    .declarationStyle {
        padding: 10px 15px;
        background-color: rgba(228,228,228,0.5);
        border-radius: 5px;
    }

    button[type="submit"], button[type="button"] {
        width: 100%;
        margin-top: 30px;
        margin-bottom: -30px;
        color: white !important;
    }

    .hiddenRedStar span {
        display: none;
    }

    /**************** Yes/No Button ****************/
    .form-bool-check-style {
        background-color: #e4e4e4;
        border: 1px solid silver;
        margin: 0 0 15px 0;
        padding: 0;
        width: 50%;
    }

        .form-bool-check-style .form-check-label:hover {
            cursor: pointer;
            background-color: rgba(28,109,41, 0.9);
            color: white;
            text-shadow: 0 0 2px silver;
        }

        .form-bool-check-style label {
            width: 100%;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .form-bool-check-style input {
            display: none;
        }

    .form-bool-check-style-left {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: none;
        float: left;
    }

    .form-bool-check-style-right {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .form-bool-check-style-active {
        background-color: rgba(28,109,41, 0.9);
        color: white;
    }

    /***********************************************/


    .cid-sOQA0AgNxF {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .cid-sOQA0AgNxF p {
            font-size: 0.9rem;
        }

    .errorMsgIcon {
        width: 6vh;
        margin: auto;
    }

    .modalCloseBtn {
        bottom: 60px;
        position: absolute;
        width: 90% !important;
        left: 5%;
    }