

*{
    box-sizing: border-box;
    margin:0;
    padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}



#otherAnswer {
    display: none;
    padding: 10px 10px;
    border-radius:5px;
    text-align: left;
/*    color:rgb(224,224,226);*/
    border:2px solid rgb(224,224,226);
}

#other:checked~#otherAnswer {
    display: flex;
    margin-top: 10px;
}
.disabled,
.disabled{
cursor: not-allowed;
}
.reportspam{
    color: #ea5455;
    text-decoration: underline;
}


h3,
h2{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    line-height: 1.2;
}

h2{
    font-size: 2rem;
    text-align:center;
}
h3 {
    font-size: 1.75rem;
}
b{
    font-size:16px;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.2em;
}


label {
    display: inline-block;
}

button {
    border-radius: 0;
}


.container2{
    width: 100%;
    position: relative;
    justify-content:center;
    align-items: center;
    display: flex;
    /* padding: 5% 0; */
}

.expand{
    display: none !important;
}

.inner_container{
width: 50%;
background-color: #eff5fc !important;
padding: 3% 2%;
}

.row{
display: flex;
justify-content: center;
}
/* .page-section {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
} */

hr.divider {
    height: 0.2rem;
    max-width: 3.25rem;
    margin: 1.5rem auto;
    background-color: #f4623a;
    opacity: 1;
}


.report_msg{
    text-align: center;
}

.report_spam{
    margin-top: 15px;
    color: red;
}

#submit{
    margin-top: 5%;
}
.poweredby-txt{
    font-size:1em;
    color:rgb(117,119,122);
    bottom: 0;
    width: 100%;
    padding: 10px;
}

@media only screen and (max-width:991px) {
    .inner_container{
        width: 70%; 
    }
}

#form{
    background: 
    rgb(239,245,252);
}

#form {
    padding: 20px;
    border-radius: 5px;
}
label{
margin-left: 10px;
}