
.loading__container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0041A3;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;

}

.loading__svg {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .loading__svg {
    width: 50%;
  }
}
.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 1180px;
  stroke-dashoffset: 1300px;
}
.cls-2 {
  fill: none;
}
