//
// Components Loader
//
.woozapp-wrapper {
  .woozapp-loader {
    background:      $color-white;
    bottom:          0;
    display:         flex;
    justify-content: center;
    left:            0;
    position:        absolute;
    right:           0;
    top:             0;
    z-index:         9999;
  }
}
