dr_nav {
    margin: 50px auto;
    max-width: 700px;
    width: 95%;
    
  }
  
  #checkboxer_1,
  .dr_toggl_eer {
    display: none;
  }
  .menu_dr {
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px;
      z-index: -1;
      padding: 0;
      margin: 0;
      max-width: 700px;
      height: 60px;
      border-radius: 30px;
      text-align: center;
      justify-content: center;
      align-items: center;
      /* display: flex;
      flex-direction: row; */
      justify-content: space-around;
      list-style-type: none;

    }

    .menu_dr li a {
      text-decoration: none;
      align-self: center;
      border-radius: 5px;
      font-size: 14px;
      padding: 10px 15px;
      transition: background 0.2s linear;
    }

    @media screen and (max-width: 600px) {
      .menu_dr li a {
        font-size: 13px;
      }
    }

    @keyframes gradientAnimation {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }

    .firster {
      background: linear-gradient(45deg, #292E39 90%, #4A4C52 90%, #47494F 90%, #3B414B 90%, #3B414B 90%);
      animation: gradientAnimation 5s linear infinite;
      border-radius: 30px;
    }

    @media screen and (max-width: 550px) {
      .firster {
        background: none;
      }
    }

    .firster li a {
      border-radius: 50px;
      color: #fff;
    }

    .firster li a:hover {
      background: #8374E6;
      border-radius: 50px; /* Add border-radius property here */
    }

    /* inspired by vercel collaboration button */
    .btn-hover {
      font-weight: 600;
      color: #fff;
      cursor: pointer;
      text-align:center;
      border: none;
      background-size: 300% 100%;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .3s ease-in-out;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    }

    .btn-hover:hover {
      background-position: 100% 0;
      -o-transition: all .4s ease-in-out;
      -webkit-transition: all .4s ease-in-out;
      transition: all .1s ease-in-out;
      box-shadow: 0 8px 12px rgba(17, 170, 221, 0.2);
    }

    .btn-hover:focus {
      outline: none;
    }

    .btn-flash {
      animation: flash 1s infinite;
    }

    @keyframes flash {
      0% {
        background-color: transparent;
      }
      50% {
        background-color: rgb(242, 149, 78);
      }
      100% {
        background-color: transparent;
      }
    }


hg__1x {
  font-weight: 700;
  font-size:30px;
  /* text-transform:lowercase; */
  color: transparent;
  background: linear-gradient(to left, #1e5799, #2ce0bf, #76dd2c, #dba62b, #e02cbf, #1e5799, #64e0ff);
  background-size: 1000px 100%;
  animation: bg 20s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
}
span__zer {
  color: #ffffff;
}



  /* body
  {
      background: #3B414B;
  } */
  .button___1x {
  padding:0 1rem;
  position: relative;
  display:inline-flex;
  border: none;
  min-width: 300px;
  min-height: 50px;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  width: 200px;
  height: 60px;
  line-height: 60px;
  }

  .button-text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 25;
      background: #6777EF;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-weight: bold;
      border-radius: 30px;

      
      
  }

      
  .button-background___1 {
      position: absolute;
      top: 1px;
      right: 1px;
      bottom: 1px;
      left: 1px;
      border-radius: 4px;
      background: linear-gradient(-90deg, #007cf0, #00dfd8, #ff0080, #007cf0);
      background-size: 400% 100%;
      border: none;
      padding: 0;
      margin: 0;
      border-radius: 30px;
      animation: backgroundAnimation 3s ease-in-out infinite
      
  }


  @keyframes backgroundAnimation {
      50% {
          background-position: 140% 50%;
          transform: skew(-2deg)
      }
  }

  .button-background___1:after {
      content: "";
      position: absolute;
      background-size: inherit;
      background-image: inherit;
      -webkit-animation: inherit;
      animation: inherit;
      left: 0;
      right: 0;
      top: 2px;
      height: 100%;
      border-radius: 30px;
      filter: blur(.5rem)
  }
    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
    }

    .blinking-text {
      animation: blink 1s infinite;
    }

    .reading--effect {
    animation: color-change 5s infinite;
    transition: color 0.5s ease-in-out;
    }
    .reading--effect-faster {
    animation: color-change 5s infinite;
    transition: color 0.5s ease-in-out;
    }

    @keyframes color-change {
    0% { color: blue; }
    50% { color: red; }
    75% { color: orange; }
    100% { color: cyan; }
    }

    .reading--effect:hover {
    color: green;
    }
    .whilter-white {
    color: white
    }
    .whilter-blue {
    color: blue 
    }
    .whilter-orange {
    color: orange
    }
    .whilter-yellow{
    color: yellow
    }

    .whilter-red {
    color: red
    }
    .whilter-green {
    color: rgb(76, 247, 76)
    }

    .button--text {
      display: flex;
      justify-content: center;
    }


 
    .buttons_centered {
        margin: 10%;
        text-align: center; 
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 20px; Optional margin for spacing */
    }





      .btn-hovered {
         
          font-size: 16px;
          font-weight: 600;
          color: #fff;
          cursor: pointer;
          margin: 20px;
          text-align:center;
          border: none;
          background-size: 300% 100%;

          border-radius: 20px;
          -o-transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      }

      .btn-hovered:hover {
          background-position: 100% 0;
          -o-transition: all .4s ease-in-out;
          -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .btn_0x {
      text-align: center;
      justify-content: center;
      align-items: center;
      position: relative;
      display: inline-block;
      /* width: 200px;
      height: 60px; */
      line-height: 60px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      /* font-family: sans-serif; */
      box-sizing: border-box;
      background: linear-gradient(90deg,   #25aae1, #4481eb, #04befe, #3f86ed);
      background-size: 400%;
      border-radius: 30px;
      z-index: 1;
    }
    
    .btn_0x:hover {
      animation: animate 8s linear infinite;
    }
    
    @keyframes animate {
      0% {
        background-position: 0%;
      }
      100% {
        background-position: 400%;
      }
    }
    
    .btn_0x:before {
      content: "";
      position: absolute;
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px;
      z-index: -1;
      background: linear-gradient(90deg,  #25aae1, #4481eb, #04befe, #3f86ed);
      background-size: 400%;
      border-radius: 30px;
      opacity: 0;
      transition: .5s;
    }
    
    .btn_0x:hover:before {
      filter: blur(20px);
      opacity: 1;
      animation: animate 8s linear infinite;
    }
    
    .btn-hovered {
         
         font-size: 16px;
         font-weight: 600;
         color: #fff;
         cursor: pointer;
         margin: 20px;
         text-align:center;
         border: none;
         background-size: 300% 100%;

         border-radius: 30px;
         -o-transition: all .4s ease-in-out;
         -webkit-transition: all .4s ease-in-out;
         transition: all .4s ease-in-out;
         box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
     }

     .btn-hovered:hover {
         background-position: 100% 0;
         -o-transition: all .4s ease-in-out;
         -webkit-transition: all .4s ease-in-out;
         transition: all .4s ease-in-out;
         box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
   }

   .btn_1x {
     text-align: center;
     justify-content: center;
     align-items: center;
     position: relative;
     display: inline-block;
     /* width: 200px;
     height: 60px; */
     line-height: 60px;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     text-decoration: none;
     /* font-family: sans-serif; */
     box-sizing: border-box;
     background: linear-gradient(90deg,   #eb3941, #f15e64, #e14e53, #e2373f);
     background-size: 400%;
     border-radius: 30px;
     z-index: 1;
   }
   
   .btn_1x:hover {
     animation: animate 8s linear infinite;
   }
   
   @keyframes animate {
     0% {
       background-position: 0%;
     }
     100% {
       background-position: 400%;
     }
   }
   
   .btn_1x:before {
     content: "";
     position: absolute;
     top: -5px;
     right: -5px;
     bottom: -5px;
     left: -5px;
     z-index: -1;
     background: linear-gradient(90deg, #eb3941, #f15e64, #e14e53, #e2373f);
     background-size: 400%;
     border-radius: 30px;
     opacity: 0;
     transition: .5s;
   }
   
   .btn_1x:hover:before {
     filter: blur(20px);
     opacity: 1;
     animation: animate 8s linear infinite;
   }

   


    
    .button___2x {
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
        position: relative;
        display: inline-flex;
        border: none;
        min-width: 145px;
        min-height: 45px;
        box-sizing: border-box;
        border-radius: 30px;
        font-size: 16px;
        /* font-weight: 600; */
        /* font-family: sans-serif; */
        width: auto;
        height: auto;
        line-height: normal;
    }

    /* start button 3  */
    
    .btn_2x {
      position: relative;
      display: inline-block;
      width: 200px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      font-family: sans-serif;
      box-sizing: border-box;
      background: linear-gradient(90deg, #667eea, #764ba2, #6B8DD6, #8E37D7);
      background-size: 400%;
      border-radius: 30px;
      z-index: 1;
    }
    
    .btn_2x:hover {
      animation: animate 8s linear infinite;
    }
    
    @keyframes animate {
      0% {
        background-position: 0%;
      }
      100% {
        background-position: 400%;
      }
    }
    
    .btn_2x:before {
      content: "";
      position: absolute;
      top: -5px;
      right: -5px;
      bottom: -5px;
      left: -5px;
      z-index: -1;
      background: linear-gradient(90deg, #667eea, #764ba2, #6B8DD6, #8E37D7);
      background-size: 400%;
      border-radius: 40px;
      opacity: 0;
      transition: .5s;
    }
    
    .btn_2x:hover:before {
      filter: blur(20px);
      opacity: 1;
      animation: animate 8s linear infinite;
    }


    .top-logo {
      margin-top: 5px;
    }

    .top-menu-row {
      margin-top:  -20px;

    }

    .card_er {
        background-color: #292E39;
        padding: 30px 15px;
        border-radius: 10px;
        width: 100%;
        max-width: 500px;
        color: #fff;
    }



     .form-control_er {
        border-color: inherit;
        padding: 15px;
        font-size: 13px;
        border: 1px solid #292E39;
        background-color: #292E39;
        color: #fff;
    }

     @keyframes flashColor {
      0% {
        border-bottom-color: #0DB8DE;
      }
      50% {
        border-bottom-color: #8374E6;
      }
      100% {
        border-bottom-color: #0DB8DE;
      }
    }

 
		.itemer {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		border-radius:4px;
		
	}
	.itemer h2z {
		width: 160px;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #1ED760; /* Set the color of the progress number */
		
		
		
	}
	svg {
		transform: rotate(-90deg);
	}
	.circle_animation {
		stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
		stroke-dashoffset: 0;
		transition: all 1s linear;
		animation: float 6s ease-in-out infinite;
		
		
	}	
.filebox {
    background-color: #fff;
    border-radius: 5px;
    color: #222;
    overflow: hidden;
    font-size: 14px;
    border-top: 2px solid #007BFF;
    -webkit-box-shadow: 0 16px 24px 2px #72727205, 0 6px 32px 4px #6162630a;
    box-shadow: 0 16px 24px 2px #72727205, 0 6px 32px 4px #6162630a;
}

.filebox .vi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.filebox .filebox-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

@media (max-width: 575.98px) {
    .filebox .filebox-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.filebox .filebox-info .filebox-desc {
    max-width: calc(100% - 370px);
}

@media (max-width: 575.98px) {
    .filebox .filebox-info .filebox-desc {
        max-width: calc(100% - 70px);
    }
}

.filebox .filebox-info .filebox-title {
    font-size: 13px;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filebox .filebox-info .filebox-actions a {
    cursor: pointer;
    font-size: 15px;
    color: #222;
}

.filebox .filebox-info .filebox-actions a:not(:last-child) {
    margin-right: 8px;
}

.filebox .filebox-info .filebox-actions a:hover {
    color: #007BFF;
}

.filebox .filebox-info .filebox-actions img {
    width: 18px;
    height: 18px;
}

.filebox .filebox-info .filebox-download {
    margin-left: auto;
}

@media (max-width: 575.98px) {
    .filebox .filebox-info .filebox-download {
        width: 100%;
        margin-top: 15px;
    }
}

.filebox .filebox-info .filebox-download .download-counter,
.filebox .filebox-info .filebox-download .download-link,
.filebox .filebox-info .filebox-download .downloading-btn,
.filebox .filebox-info .filebox-download .reDownload-btn {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    border-radius: 5px;
    color: #222;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 575.98px) {
    .filebox .filebox-info .filebox-download .download-counter,
    .filebox .filebox-info .filebox-download .download-link,
    .filebox .filebox-info .filebox-download .downloading-btn,
    .filebox .filebox-info .filebox-download .reDownload-btn {
        width: 100%;
        height: 100%;
    }
}

.filebox .filebox-info .filebox-download .download-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
}

.filebox .filebox-info .filebox-download .download-counter span {
    margin-right: 5px;
    margin-left: 5px;
}

.filebox .filebox-info .filebox-download .download-link {
    background-color: #007BFF;
    color: #FFF;
}

.filebox .filebox-info .filebox-download .downloading-btn {
    display: flex;
    background-color: #eee;
}

.filebox .filebox-info .filebox-download .reDownload-btn {
    display: flex;
    background-color: #eee;
    text-transform: capitalize;
    
}
.filebox-infoer {
  width: 100%; /* Adjust the width as needed */
  height: 100px;
  margin: 0 auto; /* Center horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .filebox-infoer {
    height: 80px; /* Adjust the height for mobile devices */
  }
}


.vi.vi-file.vi-2x.vi-file {
  width: 70px;
  height: 100px;
  border-radius: 4px;
}
.vi.vi-file.vi-2x::before {
  border-width: 12px;
  border-bottom-left-radius: 4px;
}
.vi.vi-file.vi-2x::after {
  font-size: 18px;
}