.loadingModal--block {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .loadingModal--block .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    margin: auto;
    width: 380px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(49, 49, 49, 0.6);
    animation: appear 0.3s ease-in-out; }

@keyframes appear {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
    .loadingModal--block .content p {
      font-size: 24px;
      font-weight: 300;
      color: #080808;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      letter-spacing: 6px;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-select: none;
      -moz-user-select: none; }
      .loadingModal--block .content p span:nth-child(1) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(2) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.1s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(3) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.2s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(4) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.3s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(5) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.4s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(6) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.5s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(7) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.6s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }
      .loadingModal--block .content p span:nth-child(8) {
        animation: flash 1.2s ease-in-out infinite;
        animation-delay: 0.7s; }

@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

.alertModal--block {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .alertModal--block .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 380px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(49, 49, 49, 0.6);
    animation: appear 0.3s ease-in-out; }
    .alertModal--block .content:before {
      content: '!';
      display: block;
      position: absolute;
      top: -20px;
      left: -20px;
      width: 60px;
      height: 60px;
      border-radius: 100%;
      border: solid 3px #DCDCDC;
      background-color: #d92a25;
      color: #fff;
      font-size: 40px;
      text-align: center;
      box-shadow: 1px 1px 0 #777;
      animation: bounce 1s ease-in-out; }

@keyframes bounce {
  0% {
    transform: scale(0); }
  75% {
    transform: scale(1); }
  80% {
    transform: scale(1.1); }
  85% {
    transform: scale(1); }
  90% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes appear {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
    .alertModal--block .content p {
      font-size: 14px;
      font-weight: 100;
      color: #080808;
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 60px; }
    .alertModal--block .content button {
      background-color: inherit;
      border: 1px solid #CCC;
      border-radius: 5px;
      width: 100px;
      height: 30px;
      position: absolute;
      bottom: 10px;
      display: block;
      margin: 0 auto;
      left: 0;
      right: 0; }

.linkModal--block {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .linkModal--block .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 380px;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(49, 49, 49, 0.6);
    animation: appear 0.3s ease-in-out; }

@keyframes appear {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
    .linkModal--block .content a {
      font-size: 14px;
      font-weight: 300;
      color: #080808;
      text-align: center;
      display: block;
      width: 100%;
      position: absolute;
      top: 60px; }
      .linkModal--block .content a:active, .linkModal--block .content a:visited {
        color: #080808;
        text-decoration: none; }
    .linkModal--block .content button {
      background-color: inherit;
      border: 1px solid #CCC;
      border-radius: 5px;
      width: 100px;
      height: 30px;
      position: absolute;
      bottom: 10px;
      display: block;
      margin: 0 auto;
      left: 0;
      right: 0; }

.buttonModal--block {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  .buttonModal--block .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 380px;
    height: 160px;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    box-shadow: 0 0 50px rgba(49, 49, 49, 0.6);
    animation: appear 0.3s ease-in-out; }

@keyframes appear {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
    .buttonModal--block .content button {
      display: block;
      margin: 0 auto;
      margin-top: 10px;
      font-size: 14px;
      font-weight: 300;
      color: #080808;
      text-align: center; }
      .buttonModal--block .content button:nth-last-child(1) {
        background-color: inherit;
        border: 1px solid #CCC;
        border-radius: 5px;
        width: 100px;
        height: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
        opacity: 1;
        float: none; }

/*# sourceMappingURL=app_sass.css.map */
