.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

.skeleton-title {
    height: 16px;
    width: 200px;
}

.skeleton-line {
    height: 12px;
    margin-bottom: 6px;
}


.skeleton-text {
  height: 12px;
  margin: 8px 0;
}

.skeleton-button {
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}

.skeleton-checkbox {
  height: 15px;
  width: 15px;
  border-radius: 2px;
}

.skeleton-radio {
  height: 12px;
  width: 32px;
  border-radius: 9px;
}

.skeleton-dashboard-box {
  height: 136px;
  border-radius: 8px;
}

.skeleton-dashboard-box-two {
  height: 64px;
  border-radius: 8px;
}

.skeleton-dashboard-box-three {
  height: 80px;
  border-radius: 8px;
}

.skeleton-home-img {
  height: 172px;
  border-radius: 8px;
}

.skeleton-home-btn {
  border-radius: 8px;
  height: 56px;
  width: 240px;
}

.skeleton-find-card {
  min-height: 270px;
  border-radius: 8px;
}

.tender-downloads-skeleton-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tender-downloads-skeleton-container > * {
  display: none;
}

.tender-downloads-skeleton-container::before,
.tender-downloads-skeleton-container::after {
  content: '';
  display: block;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.tender-downloads-skeleton-container::before {
  width: 85%;
}

.tender-downloads-skeleton-container::after {
  width: 75%;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.w-5{
  width: 5%;
}

.w-10{
  width: 10%;
}

.w-15{
  width: 15%;
}

.w-20{
  width: 20%;
}

.w-25{
  width: 25%;
}

.w-30{
  width: 30%;
}

.w-35{
  width: 35%;
}

.w-40{
  width: 40%;
}

.w-45{
  width: 45%;
}

.w-50{
  width: 50%;
}

.w-55{
  width: 55%;
}

.w-60{
  width: 60%;
}

.w-65{
  width: 65%;
}

.w-70{
  width: 70%;
}

.w-75{
  width: 75%;
}

.w-80{
  width: 80%;
}

.w-85{
  width: 85%;
}

.w-90{
  width: 90%;
}

.w-95{
  width: 95%;
}

.w-100{
  width: 100%;
}