/* /Components/App/Loader.razor.rz.scp.css */
/*  begin folding css */
  
  .folding[b-5wozsbdzo9] {
   margin: 20px auto;
   width: 40px;
   height: 40px;
   position: relative;
   transform: rotateZ(45deg);
   z-index:10;
  }
.loaderOverlay[b-5wozsbdzo9] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.5;
    background-color:#000
}
.centerLoader[b-5wozsbdzo9] {
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 10000;
}
  
  .folding .skCube[b-5wozsbdzo9] {
   float: left;
   width: 50%;
   height: 50%;
   position: relative;
   transform: scale(1.1);
  }

    .folding .skCube[b-5wozsbdzo9]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2d6d72;
        animation: sk-foldCubeAngle-b-5wozsbdzo9 2.4s infinite linear both;
        transform-origin: 100% 100%;
    }
  
  .folding .skCube2[b-5wozsbdzo9] {
   transform: scale(1.1) rotateZ(90deg);
  }
  
  .folding .skCube3[b-5wozsbdzo9] {
   transform: scale(1.1) rotateZ(180deg);
  }
  
  .folding .skCube4[b-5wozsbdzo9] {
   transform: scale(1.1) rotateZ(270deg);
  }
  
  .folding .skCube2[b-5wozsbdzo9]:before {
   animation-delay: 0.3s;
  }
  
  .folding .skCube3[b-5wozsbdzo9]:before {
   animation-delay: 0.6s;
  }
  
  .folding .skCube4[b-5wozsbdzo9]:before {
   animation-delay: 0.9s;
  }
  
  @keyframes sk-foldCubeAngle-b-5wozsbdzo9 {
   0%,
   10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
   }
   25%,
   75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
   }
   90%,
   100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
   }
  }
/* /Components/App/LoaderOld.razor.rz.scp.css */
/*  begin folding css */
  
  .folding[b-v9cbyjyssi] {
   margin: 20px auto;
   width: 40px;
   height: 40px;
   position: relative;
   transform: rotateZ(45deg);
   z-index:10;
  }
.loaderOverlay[b-v9cbyjyssi] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.5;
    background-color:#000
}
.centerLoader[b-v9cbyjyssi] {
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 10000;
}
  
  .folding .skCube[b-v9cbyjyssi] {
   float: left;
   width: 50%;
   height: 50%;
   position: relative;
   transform: scale(1.1);
  }

    .folding .skCube[b-v9cbyjyssi]:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #179beb;
        animation: sk-foldCubeAngle-b-v9cbyjyssi 2.4s infinite linear both;
        transform-origin: 100% 100%;
    }
  
  .folding .skCube2[b-v9cbyjyssi] {
   transform: scale(1.1) rotateZ(90deg);
  }
  
  .folding .skCube3[b-v9cbyjyssi] {
   transform: scale(1.1) rotateZ(180deg);
  }
  
  .folding .skCube4[b-v9cbyjyssi] {
   transform: scale(1.1) rotateZ(270deg);
  }
  
  .folding .skCube2[b-v9cbyjyssi]:before {
   animation-delay: 0.3s;
  }
  
  .folding .skCube3[b-v9cbyjyssi]:before {
   animation-delay: 0.6s;
  }
  
  .folding .skCube4[b-v9cbyjyssi]:before {
   animation-delay: 0.9s;
  }
  
  @keyframes sk-foldCubeAngle-b-v9cbyjyssi {
   0%,
   10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
   }
   25%,
   75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
   }
   90%,
   100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
   }
  }
/* /Components/NoData.razor.rz.scp.css */
.no-data[b-dnsr7yyzib] {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}


