
*::-webkit-scrollbar {
width: 6px;
}

*::-webkit-scrollbar-track {
background: #212529;
}

*::-webkit-scrollbar-thumb {
background-color: #5f5c60;
border-radius: 10px;
}
.center{
    padding-top: 150px;
    min-height: calc(100vh);
}
body{
    overflow-x: hidden;
    background-color:#F3F2EF !important;
}
.IKalert{
  display: none;
  position:absolute;
  top:10px;
  right:-350px;
  width:350px; 
  border-radius:5px;
  transition: all 0.5s;
  padding: 15px;
  box-shadow: 0px 0px 5px white;
}