main {
  width: 100vw;
  height: 70vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #FFFFFF;
/* top: -20px;
  position: absolute;*/
}

/*
rgba(97, 125, 95, 0.98)*/

/*
#fd7000;*/


.cubic-loader {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
 /*top: -100px;*/
  /*position: absolute;*/
}
.cubic-loader .row {
  display: -webkit-box;
  display: flex;
}

.arrow {
  width: 0;
  height: 0;
  margin: 0 -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid rgba(97, 125, 95, 0.98);
  -webkit-animation: blink 4s infinite;
          animation: blink 4s infinite;
  -webkit-filter: drop-shadow(0 0 15px rgba(97, 125, 95, 0.98));
          filter: drop-shadow(0 0 15px rgba(97, 125, 95, 0.98));
}
.arrow.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrow.outer-1 {
  -webkit-animation-delay: -0.2222222222s;
          animation-delay: -0.2222222222s;
}
.arrow.outer-2 {
  -webkit-animation-delay: -0.4444444444s;
          animation-delay: -0.4444444444s;
}
.arrow.outer-3 {
  -webkit-animation-delay: -0.6666666667s;
          animation-delay: -0.6666666667s;
}
.arrow.outer-4 {
  -webkit-animation-delay: -0.8888888889s;
          animation-delay: -0.8888888889s;
}
.arrow.outer-5 {
  -webkit-animation-delay: -1.1111111111s;
          animation-delay: -1.1111111111s;
}
.arrow.outer-6 {
  -webkit-animation-delay: -1.3333333333s;
          animation-delay: -1.3333333333s;
}
.arrow.outer-7 {
  -webkit-animation-delay: -1.5555555556s;
          animation-delay: -1.5555555556s;
}
.arrow.outer-8 {
  -webkit-animation-delay: -1.7777777778s;
          animation-delay: -1.7777777778s;
}
.arrow.outer-9 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.arrow.outer-10 {
  -webkit-animation-delay: -2.2222222222s;
          animation-delay: -2.2222222222s;
}
.arrow.outer-11 {
  -webkit-animation-delay: -2.4444444444s;
          animation-delay: -2.4444444444s;
}
.arrow.outer-12 {
  -webkit-animation-delay: -2.6666666667s;
          animation-delay: -2.6666666667s;
}
.arrow.outer-13 {
  -webkit-animation-delay: -2.8888888889s;
          animation-delay: -2.8888888889s;
}
.arrow.outer-14 {
  -webkit-animation-delay: -3.1111111111s;
          animation-delay: -3.1111111111s;
}
.arrow.outer-15 {
  -webkit-animation-delay: -3.3333333333s;
          animation-delay: -3.3333333333s;
}
.arrow.outer-16 {
  -webkit-animation-delay: -3.5555555556s;
          animation-delay: -3.5555555556s;
}
.arrow.outer-17 {
  -webkit-animation-delay: -3.7777777778s;
          animation-delay: -3.7777777778s;
}
.arrow.outer-18 {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.arrow.inner-1 {
  -webkit-animation-delay: -0.6666666667s;
          animation-delay: -0.6666666667s;
}
.arrow.inner-2 {
  -webkit-animation-delay: -1.3333333333s;
          animation-delay: -1.3333333333s;
}
.arrow.inner-3 {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.arrow.inner-4 {
  -webkit-animation-delay: -2.6666666667s;
          animation-delay: -2.6666666667s;
}
.arrow.inner-5 {
  -webkit-animation-delay: -3.3333333333s;
          animation-delay: -3.3333333333s;
}
.arrow.inner-6 {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}





@keyframes dashboardLoaderFirst {
  from {display: block;}
  to {display: block;}
}

@keyframes dashboardLoaderSecond {
  0% {opacity: 1; z-index: 1;}
  40% {opacity: 1.0; z-index: 1;}
  79% {opacity: 1.0; z-index: 1;}
  80% {opacity: 0.98; z-index: 1;}
  90% {opacity: 0.8; z-index: 1;}
  100% {opacity: 0; z-index: 0;}
}


#dashboardLoader {

    width: 100vw;
    height: 100vh;
    /* background: black; */
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 1;
    /*display: none;*/
    animation: dashboardLoaderSecond 6s ease forwards;
    background-color: #FFFFFF;
}


#loaderTitleDiv {
   align-content: center;
    display: block;
    /* margin-right: auto; */
    /* margin-left: auto; */
    width: 100vw;
    text-align: center;
     position: absolute;
    top: calc(50vh - 50px);

}


