/*loader css*/

#addQuestionForm .row {margin-left:0px!important;margin-right:0px!important;}



#dashboard_loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9991030;
    background: #00000090;
}

#dashboard_loader > img {
    width: 125px;
    display: block;
    margin: 0 auto;
    padding-top: 38vh;
}
.center{
    text-align:center;
}
.dashboard-collection-message{
    text-align: center;
    /*padding: 12px;*/
}
.dashboard-collection-message p {
    display: inline-block;
    border-bottom: 2px solid #18e018;
    margin-bottom: 20px;
}

.dashboard-collection-message p.error{
    border-bottom: 2px solid #fb361a !important;
}
.btn-inner-page {
    height: 46px;
    width: 220px;
    border: unset;
    font-size: 14px;
    cursor:pointer;
}
.fw-600 {
    font-weight: 600;
}
.white {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.login-context button {
    width: 300px;
}
.mb-4{
    margin:0px!important;
}
.mb-2{
    margin-bottom:12px!important;
}
.mt-4{
    margin-top:1.5rem!important
}
.btn-inner-page{
    background-color:var(--awb-color2);
    color: #fff;
    border:1px solid var(--awb-color2);
    border-radius:28px;
}
.btn-inner-page:hover{
    background-color:#fff;
    color:var(--awb-color2);
}
.ligin-btn-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top:10px;
}
.btn-add-aquestion-page{
    background: #ffffff00;
    color: var(--awb-color2);
    border: var(--awb-color2) 1px solid;
    width: 100%;
    min-height: 40px;
    border-radius: 32px;
    cursor:pointer;
}
.btn-add-aquestion-page:hover {
    background: var(--awb-color2);
    color: #fff;
    border: var(--awb-color2) 1px solid;
    transition: .1s;
}
.questions-textarea{
    padding: 0 !important;
    border: 0!important;
    background-color: #ffffff00!important;
}
#addQuestionForm{
    padding: 10px 0px 0px;
}
.questions-con{
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 15px; 
    margin-top:15px;
}
.questions-con.container{
    overflow:visible!important;
}
.question{
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #f9faff;
    border-width: 1px 1px 1px 1px;
    border-color: #dbdbdb;
    border-style: solid;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
    padding: 20px 25px 5px 25px;
}
.login-fields{
    padding: 0px 15px;
}
.t-flex{
    display:flex;
}
.t-flex-center{
    justify-content:center;
}
.qus-bottom-conn{
    justify-content: space-between;    
}
.ques-des{
    font-size: 12px;
}
.ta-tabs .tab-content .nav.fusion-mobile-tab-nav{
    display:none;
}
.fusion-footer-widget-area.fusion-widget-area{
    display:none;
}
@media only screen and (max-width: 640px){
    .ta-tabs.fusion-tabs div.nav:first-child:not(.nav.fusion-mobile-tab-nav){
    	display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}