/* hide input no. arrow */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}


.login-body{
    background:white!important;
}

@media (min-width: 992px) {
    .main-body.leftmenu .sidemenu-logo {
        height: 80!important;
    }}


.sidemenu-logo{
    border:0!important;
    padding:0!important;
}


.custom-footer-css{
    position:fixed;
    bottom:0px;
    width: 100%;
}


.paginatee{
	/* width:100px!important;height:100px!important; */
		color:black!important;
}

.paginatee svg{
	width: 20px!important;
	color:black!important;

}

.steps{
    overflow-y: scroll;
}

/* Add your custom styles here */
.box {
    width: 150px;
    height: 150px;
    border: 1px solid gray;
    text-align: center;
    display: flex; /* Enable Flexbox */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
}


label{
    color:black!important;
}


.signpages{
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
}


::placeholder {
    color: red;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: red;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: red;
  }

  .posup{
    position:absolute;
    top:6%;
    right:6%;
    z-index: 200;
  }

  .shwdis:hover .hiddis{
    display: unset!important;
  }

  .hiddis{
    display: none;
  }

  .profile-section-img{
    justify-content: center;
    display: flex;
  }

  .prof_img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
  }

  .prof_img img{
    border-radius: 50%;
  }

  .nav-item .nav-link i{
    color:white!important;
  }

   .nav-item .nav-link .sidemenu-label{
    color:white!important;
  }
 
  .nav-item.active .nav-link .sidemenu-label{
    color: black !important;
}
