body{
    background-color: #f4f6fd94;
}
.fa-solid {
margin-right: 5px;
}

a { text-decoration: none !important; color: #144f82}

table tr td, table tr th {
    border-width: 1px;
    word-break: break-word;
}



.top_header{
    background-color: #69ace6;
    color: #FFF;
    padding: 7px 20px;
    text-align: right;
}
.top_header a { 
    border: 1px solid #FFF;
    border-radius: 2px;
    background: #edf3f8;
    color: #144f82;
    padding: 2px 5px;
}
.top_header a:hover{
    border: 1px solid #946565;
    background-color: #946565;
    color: #FFF;
}

#nepali_date {
    border-left: 1px solid #d9ddef;
    padding-left: 10px;
    margin-left: 10px;
}
.header{
    padding: 10px 20px 5px;
    color: #144f82;
    background-color: #edf3f8;
   
}

.header h4 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 2px;
}
.header h5{
    text-align:center;
    font-size: 15px;
}
.header h3{
    text-align: center;
    font-size: 21px;
    margin-bottom: 2px;

}


footer {
	border-top: 1px solid #CCC;
	padding: 10px 20px;
    background-color: #69ace6;
}
footer p {
    margin-bottom: 0px;
    color: #FFF;
}
footer p a{
    color: #FFF;
}
footer a:hover{
    color: #FFF;
}



@media only screen and (max-width: 600px) {
    .header > .row > div{
        text-align: center !important;
    }
    footer p{ text-align: center !important; }
}
@media (min-width: 600px) {
    
    .header > .row > div{
        text-align: center !important;
    }
    footer p{ text-align: center !important; }
}

@media only screen and  (min-width: 768px) {
    .member-group img{
        width: 30%;
    }
    
    .header > .row > div{
        text-align: center !important;
    }
    .page-header{
        min-height: 445px;
    }
}
@media only screen and (min-width: 992px) {
    .member-group img{
        width: 60%;
    }
    
    .header > .row > div{
        text-align: right !important;
    }
    .page-header{
        min-height: 445px;
    }

    footer .first p{
        text-align: left !important;
    }
    footer .third p{
        text-align: right !important;
    }
}


/*.. tracer ..*/
.error{
    color: #eb6774;
    -webkit-text-fill-color: #eb6774 !important;
    font-style: italic;
}
.landing_form,.login_form{
    margin-top:15px;
    border: 1px solid #d3dceb;
    padding:20px 10px 10px 10px;
    border-radius: 5px;
    background-color: #edf3f8;
    min-height: 385px;
    
}
.landing_form .row,.login_form .row{
    margin-bottom: 10px;
}


.section_heading h4{
    font-size: 17px;
    background-color: #0977d7;
    color: #FFF;
    padding: 5px 10px;
    margin:0;
    border-radius: 5px 5px 0 0;
}
.section_content{
  
    
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(237,243,248,1) 58%);
    /*background-color: #edf3f8;*/
}

.section_box{
   padding-top:10px;
   background-color: #edeacd;
}

.section_last_box{
    padding-bottom: 10px;
}

.unemp_row, .emp_row,.volunter_row,.self_emp_row{
  display: none;
}

.sub_ques_volunter,.sub_ques_unemp,.sub_ques_self_emp,.sub_ques_emp{
  border: 1px solid #CCC;
  padding: 10px;
  display: none;
  background: #def3eb;
  border-radius: 5px;

}

.comp_table th{
  text-align: center;
}

.loading_bar{
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
    height: 100%;
    margin-top:200px;
    display: none;
}
.loading_bar i{
    font-size: 40px;
}

.general_info{
    padding: 10px 0px;
    background-color: #fbfbfb;
    margin:0 0 0px 0;
    border-radius: 5px;
}
.general_info div{
    margin-bottom: 10px;
}

.comp_table{
    background-color: #def3eb;
    border-radius: 5px;
}

.completion_box{    
    padding: 160px 25px;
}
.completion_box h5{
    margin-bottom: 15px;
}
.completion_msg{
    padding: 5px;
    border: 1px solid green;
    display: inline-block;
    border-radius: 5px;
}
.fa{
    margin-right: 5px;
}

.wc_msg{
    border: 1px solid #d3dceb;
    border-radius: 5px;
    padding: 10px;
    background: #edf3f8;
    margin:5px 15px;
}
.wc_login{
    padding-bottom: 15px;
    margin:0px 15px;
}
.email_notes{
    display: none;
}

.email_note{
    padding: 5px;
    background-color: #edeacd;
    font-style: italic;
}

.modal_ok{
    display: block;
    text-align: center;
}

.verify_msg{
    color: green;
    padding: 50px 20px;
}
.v_section{
    padding:20px 20px 50px 20px;
    border: 1px solid #e9e7e7;
}

.h_effect label {
  background-image: linear-gradient(
    to right,
    #4392ad,
    #4392ad 50%,
    #000 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}

.h_effect label:before {
  content: '';
  background: #4392ad;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.h_effect label:hover {
 background-position: 0;
}

.h_effect label:hover::before {
  width:100%;
}

.h_effect strong{
    background-color: #dce8f5;
    padding: 3px 5px;
    border-radius: 15px 0 15px 0px;
}

.img_box{
    border: 1px solid #c2d5e5;
    border-radius: 5px;
    padding: 5px;
}
.general_row{
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}


.last_general_row{
    margin-bottom: 0px;
}
.ques_row{
    margin-bottom: 5px;
}
.hidden_row{
    margin-top: 10px;
}
.info_row{
    margin-bottom: 10px;
}

.alert{
    padding: 10px;
    margin-bottom: 0px;
}


