html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.responseText {
    font-size: 1rem;
    font-weight: 600;
    color: red;
}

.subText {
    font-size: 12px;
    font-weight: 600;
    color: red;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 90%;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-image: url('/images/grayGradient.jpg');
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*.btnFormat {
    padding: 8px 24px;
    background-color: #4b6fb5;
    border-color: #4b6fb5;
    border-radius: 25px;
    font-family: "National", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}*/
/* .btnFormat:hover {
        padding: 8px 24px;
        background-color: #ffffff;
        border-color: #448dfe;
        border-radius: 25px;
        font-family: "National", "Helvetica Neue", Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
    }*/

.btnFormat:disabled {
    display: none;
    opacity: 0.5;
}

.question-section {
    padding-bottom: 20px;
}

    /*.question-section lable {
        font: bold;
        font-weight: 400;
    }*/

.header-text {
    margin-bottom: 20px;
    background-color: black;
    color: white;
    padding: 10px;
}

    .header-text label {
        color: white;
        padding: 8px 0px 0px 10px;
    }

.footer-image {
    text-align: center;
}

    .footer-image img {
        max-width: 200px;
        min-width: 100px;
    }

/*.header img {
    max-width: 150px;
    min-width: 100px;
}*/

.access-input {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .access-input input {
        border-radius: 5px;
    }

    .access-input label {
        font-weight: bold;
    }

/*.headerText {
    color: #292b2c;
    font-family: "National", "Helvetica Neue", Arial, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: end;
}
*/
.loging-box {
    padding: 20px;
    text-align: center;
}

.heading-text {
    text-align: end;
}

.questionText {
    color: #292b2c;
    font-weight: 700;
}

.text-width-col {
    width: 5%;
}
.access-input input::-ms-reveal,
.access-input input::-ms-clear {
    display: none;
}


.custom-align-checkbox {
    margin-top: -79px !important;
}
.eyeicon .fa-eye{
    width:20px;
}

@media (max-width: 640px) {
    .w-sm-80 {
        width: 80% !important;
    }
}

table {
    border-collapse: collapse;
    border: 2px solid black;
}

td {
    border: 1px solid black;
    padding: 5px;
}

tr {
    border: 1px solid black;
}

/* Desktop / Wide Screen */
@media (min-width: 1201px) {
    .button-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }

    .responseText {
        font-size: 1rem;
        font-weight: 600;
        color: red;
    }
}


/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {

    .button-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .radio-div {
        margin-top: 0.125rem;
    }
    .questionText {
        color: #292b2c;
        font-weight: 700;
        font-size:12px;
    }

    .responseText {
        font-size: 1rem;
        font-weight: 600;
        color: red;
    }
}

/* Mobile */
@media (min-width: 300px) and (max-width: 480px) {
    .button-section {
        margin-bottom: 5px;
    }
        .button-section div {
            display: flex;
            justify-content: space-between;
            text-align:center;
            margin-bottom:5px;
        }
            .button-section div button {
                width: 49%;
                font-size: 12px;
                padding: 0px;
                width: 45%;
                gap: 5px;
            }
        

    .headerText{
        font-size:16px;
    }
    .text-div{
        margin-top:0.5rem;
    }
    .custom-text {
        margin-left: 5px;
        margin-right: -10px;
    }
    .text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .radio-inline input[type="radio"],
    input[type="radio"] {
        margin-right: 0.5em;
    }

    .radio-inline {
        display: inline-flex;
    }
    .text-width-col {
        width: 25%;
    }
    .select-align-253 {
        margin-left: -224px !important;
    }

    .select-align-268-271 {
        margin-left: -121px !important;
    }

    .select-align-269-272 {
        margin-left: 9px !important;
    }

    .select-align-338 {
        margin-left: -139px !important;
    }

}

/* Laptop Small */
@media (min-width: 769px) and (max-width: 992px) {
    .button-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .radio-div {
        margin-top: 0.125rem;
    }   
    .questionText {
        color: #292b2c;
        font-weight: 700;
        font-size:12px;
    }

    .responseText {
        font-size: 1rem;
        font-weight: 600;
        color: red;
    }
}

/* Laptop Large */
@media (min-width: 993px) and (max-width: 1200px) {
    .button-section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .radio-div {
        margin-top: 0.125rem;
    }
    .responseText {
        font-size: 1rem;
        font-weight: 600;
        color: red;
    }
}

@media screen and (min-width: 319px) and (max-width: 321px) {
    .access-input .eyeicon {
        margin-left: 100px;
        margin-right: -110px;
    }
    body .inset-y-0 {
        top: -29px;
        bottom: 0px;
    }
    
    .access-input label {
        font-size: 12px;
    }
    body .text-sm {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .custom-text {
        margin-left: -1px;
        margin-right: -15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 345px) {
    
    .access-input {
         margin-bottom: 0px; 
         margin-top: 0px; 
    }
}



