.text-style{
text-align:center;
text-decoration:none;
}
.userscreen{
background: linear-gradient(90deg, rgb(226 226 226) 0%, rgb(241 241 241) 35%, rgb(226 230 230) 100%);
    height: 100vh;
    }
    
#logusers{
 overflow:hidden;    
}

.loginborder{
border: 3px dotted #b7b9cc;
    padding: 10px;
    text-align:center;
}

.loginborder .btn-primary {
    color: #c12e2e;
    background-color: #4e73df00;
    border-color: #4e73df;
}

.text-style:hover{
text-decoration:none;
}
#addme{
    transition:all .5s ease;
      animation: zoomnow 2s infinite
}
@keyframes zoomnow {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.11,1.11);
    }
    100% {
        transform: scale(1,1);
    }
}

.remarks{
   min-height: 160px;
}
.containerstyle{
    width:100%;
    margin-top: 9%;	
    color:black;
}

.containerstyle iframe{
	width:100%;
	height:75vh;
}

.mypreview{
    position: absolute;
    left: 0;	
}

.table th {
    border: 1px solid #e3e6f0;
    color: white;
}

.table tr td {
    color: black;
}

.fixedsidebar{
    z-index: 999;	
}

.fixednav{
    position: fixed;
    z-index: 99;
    right: 0;
    width: 84%;	
}

.membeprofileimg{
    max-height: 255px;
    max-width: 255px;
    min-height: 255px;
    min-width: 255px;	
}
.kfalogo{
   width:50%; 
}

.loginscreen{
background:#ebf4ff82;
height:100vh;    
}
.kfalogo_dashboard{
  width:17%; 
}
marquee{
height:100px;    
}
.custom-pagination{
    margin-bottom: 1%;
}
 .custom-pagination a{
    padding: 11px;
    box-shadow: -1px -1px 0px 0px #8080806e;
    padding-top: 2px;
    padding-bottom: 2px;
    }
    
 .custom-pagination strong{
    padding: 11px;
    box-shadow: -1px -1px 0px 0px #8080806e;
    padding-top: 2px;
    padding-bottom: 2px;
    }    
    
.timer {
    color: #436bd9;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}   

@media(min-width:320px) and (max-width:480px)
{
  .fixednav {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 100%;
} 

.loginborder {
    margin-bottom: 5%;
}

#logusers{
 overflow:auto;    
}

.timer{
display:none;    
}
.containerstyle {
    width: 100%;
    margin-top: 29%;
    color: black;
}
}