/* CSS Document */



.form-control-lg {
   font-size: 0.95rem;
}


.form-control {
	height: calc(2.875rem + 2px);
    border-color: rgba(0, 0, 0, 0.15);
	background-color:#FCFCFC;
}



 img.preview {
     background-color: #ffffff;
    
     width: 130px;
     height: auto;
     transform:rotate(0deg);
     padding: 0px;
     margin-top: 100px;
     margin-left: 60%;
     margin-right: 10px;
     position:absolute;
     top:90px;
    }    
    
@media print {
	.screen {
		display: none;
	}
	 
}
@media screen {
    .print {
        display: none;
	}
} 
     
 @media print {
  iframe {
    display: block;
    visibility:visible;
  }
} 
     
      
.form-control-lg {
    height: calc(2.875rem + 2px);
    font-size: 0.95rem;

}



 .circle-icon {
    
                           
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius:40px;
}



 .circle-icon-1 {
    
                           
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius:60px;
}


 .circle-icon-sm {
    
                           
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffc107!important;
    color:#000000 !important;
    padding:5px;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius:20px;
}

 .circle-icon-2 {
    
                           
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius:10px;
}


 .circle-icon-transparent {
    
    opacity:0;                       
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius:40px;
}
      
                                   
 .active-nav {
     background-color:#619fb62e;
}
                                    
                                    
                                    
                                 
