/***************	NAV BAR 	**************/

.bihar-logo{ height: 4rem!important; }
.bihar-text-E{ font-size: 1.14rem!important; }
.bihar-text-H{ font-size: 2rem!important; }
.bihar-text-E-s{ font-size: 0.70rem!important; }
.bihar-text-H-s{ font-size: 1.2rem!important; }

.nav-btn{ transition: 0.2s ease-out; }
.nav-btn:hover{ color: red!important; }



/***************	Registration Page 	**************/

.inp { background-color: #E2E8F0!important; }
.sel { background-color: #E2E8F0!important; }
.inp:hover { background-color: #EBEEF6!important;}
.sel:hover { background-color: #EBEEF6!important;}

strong{ color: red!important; }


#photoModal { 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 50;
    display: flex;
}
#photoModalContent {
/*    display: flex;*/
    background-color: #fff;
    margin: auto;
/*    overflow: hidden;*/
    position: relative;
    border-radius: 10px;
    width: 55rem;
    height: 35rem;
}
#photoModalClose {
    position: absolute;
    bottom: 100%;
    right: 0;
/*    color: #fff;*/
    background-color: #fff;
    font-size: .75rem;
    padding: .3rem .5rem;
    border-radius: 50%;
    margin-bottom: 15px;
}
#photoModalFrame { 
	width: 100%;
	height: 100%;
}
.modalCon {
	overflow: hidden;
	width: 100%;
	height: 100%;
    border-radius: 10px;
}
.close-modal { display: none!important; }
.enlarge_btn { font-size: .8rem;display: flex;text-align:center;align-items:center;justify-content: center;gap: .3rem;cursor: pointer; }




.style-1::-webkit-scrollbar{width: 5px!important;height: 5px!important;}
.style-1::-webkit-scrollbar-track{background: #FBF9F6!important;}
.style-1::-webkit-scrollbar-thumb{background-color: #374151!important;border-radius: 20px!important;}


.inp, .sel {
    box-shadow: none!important;
    background: transparent!important;
    background-color: #f7f7ff!important;
}
.inp:hover, .sel:hover{
    background-color: #E1EAFB!important;

}
.sel{
 cursor: pointer!important;
}
.disabled-class{
    background-color: #E2E2E2!important;
}