@font-face {
  font-family: rakib;
  src: url("rakib.ttf");
}
body {
    font-size: 15pt;
    font-family: rakib;
    margin: 0;
}

.dj{
  height: 150px;
  width: 150px;
  border-radius: 100px;
}
.center{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50% , -50%);
 
}
.input{
  background-color: #5F5F5F00;
  font-family: rakib;
  height: 40px;
  width: 250px;
  text-align: center;
  color: #FF0043;
  font-size: 17pt;
  outline: none;
  border: 1px dashed #FF0043;
}
input::placeholder{
  color: #FF004347;
}
.btn{
  height: 40px;
 color: #FF0043;
 border: 1px solid  #FF0043;
 background-color: #FF004300;
 cursor: pointer;
 transition: all 0.2s;
 font-family: rakib;
}
.btn:hover{
  background-color: #FF0043;
  color: #fff;
}
.log{
 width: 250px;
 margin: 10px;
}
.error{
  color: red;
  font-size: 10pt;
}
.nav{
  height: 70px;
  width: 100%;
  background-color: #E1E1E1; 
  position: fixed;
  top: 0;
}
.up{
  background-color: #ff0043;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 20px;
  text-decoration: none;
  border-radius: 10px;
}
.setting{
  color: #ff0043;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  
}
.settin{
  height: 600px;
  background-color: #CACACA;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #444444;
  font-size: 15px;
}
.box{
 border: 1px solid #F0F0F0;
 border-radius: 5px;
 padding: 10px;
}

.bttn{
   border-bottom: 1px solid #F0F0F0;
padding-bottom: 15px;
}
.sec{
  border: none;
  outline: none;
  background-color: #44444400;
}
.vcc{
  display: none;
}
.img-box{
  margin: 10px;
  float: left;
  margin-bottom: 20px;
  height: 100%;

 border: 1px solid #42445A;
 border-radius: 5px;
 padding-bottom: 20px;
}
.img-box img{
  height: 85%;
  width: 98%;
  border-radius: 5px;
  margin-top: 2px;
  border: 1px dotted darkorange;
}
.myindex{
 background-color: #FF00D7; 
 color: #fff;
 padding: 5px;
border-radius: 5px;
font-size: 16px;
text-decoration: none;
}
.topimg{
  height: auto;
  width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #E8E8E8;
  box-shadow: 0 0 10px 0 black;
  border-radius: 10px;
}
.imgrou{
  height: 50%;
  width: 50%;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 black;
}
.cngpassimg{
  height: auto;
  width: 300px;
  background-color: #BFC5FF;
  border-radius:10px;
  top: 30%;
  position: fixed;
  left: 50%;
  transform: translate(-50% , -50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


#check-group {
    animation: 0.32s ease-in-out 1.03s check-group;
    transform-origin: center;
}

#check-group #check {
    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
    stroke-dasharray: 0, 75px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#check-group #outline {
    animation: 0.38s ease-in outline;
    transform: rotate(0deg);
    transform-origin: center;
}

#check-group #white-circle {
    animation: 0.35s ease-in 0.35s forwards circle;
    transform: none;
    transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
.myload{
  height: 98px;
  width: 98px;
  border: 4px dotted #07B481;
  border-radius: 100px;
  -webkit-animation: nahi 0.7s infinite;
  animation: nahi 0.7s infinite;
}

@keyframes nahi{
  100%{
    transform: rotateZ(100deg);
  }
}

.loader1 {
  height: 4px;
  width: 80%;
  --c:no-repeat linear-gradient(#6100ee 0 0);
  background: var(--c),var(--c),#d7b8fc;
  background-size: 60% 100%;
  animation: l16 2s infinite;
}
@keyframes l16 {
  0%   {background-position:-150% 0,-150% 0}
  66%  {background-position: 250% 0,-150% 0}
  100% {background-position: 250% 0, 250% 0}
}
