.sidebar{
	margin-top:0px;
}
.navbar{
	min-height:0px;
}
.App {
    text-align: left !important;
}/*!
 * drawer.scss
 * Licensed under the MIT license
 *
 * Copyright (c) 2016 Tony Li
 */
.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__drawer___2r5VH-sass {
  position: fixed;
  background-color: #96CA4E;
  box-shadow: -5px 0px 5px -5px rgba(0, 0, 0, 0.55);
  /* animate.css */
  /* Chrome, Safari, Opera */
  animation-duration: 0.5s; }

.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__drawer-top___1dfbB-sass {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px; }

.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__drawer-bottom___2f9G_-sass {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 300px; }

.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__drawer-left___2xURN-sass {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%; }

.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__drawer-right___h_uSC-sass {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%; }

.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__hidden___12vbU-sass {
  display: none; }

.css-sourceMap-modules-importLoaders-1-localIdentName-ReactDrawer__overlay___2QFmC-sass {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  /* animate.css */
  /* Chrome, Safari, Opera */
  animation-duration: 0.2s; }
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__animated___2O131 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__animated___2O131.css-sourceMap-modules-importLoaders-1-localIdentName-animate__infinite___3ditF {
  animation-iteration-count: infinite;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounce___2lrL7 {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounce___2lrL7 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounce___2lrL7;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__flash___1cEFo {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__flash___1cEFo {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__flash___1cEFo;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__pulse___2PvmM {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__pulse___2PvmM {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__pulse___2PvmM;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rubberBand___2EGEd {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rubberBand___2EGEd {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rubberBand___2EGEd;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__shake___2DAZ4 {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__shake___2DAZ4 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__shake___2DAZ4;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__headShake___3XmHP {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__headShake___3XmHP {
  animation-timing-function: ease-in-out;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__headShake___3XmHP;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__swing___3C_jC {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__swing___3C_jC {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__swing___3C_jC;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__tada___Qt5PH {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__tada___Qt5PH {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__tada___Qt5PH;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__wobble___SKKSi {
  from {
    transform: translate3d(0, 0, 0);
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__wobble___SKKSi {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__wobble___SKKSi;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__jello___1vLIG {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__jello___1vLIG {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__jello___1vLIG;
  -ms-transform-origin: center;
      transform-origin: center;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceIn___A5DKu {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceIn___A5DKu {
  animation-duration: 0.75s;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceIn___A5DKu;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInDown___ZnhIW {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInDown___ZnhIW {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInDown___ZnhIW;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInLeft___3RKRN {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInLeft___3RKRN {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInLeft___3RKRN;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInRight___1fPzt {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInRight___1fPzt {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInRight___1fPzt;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInUp___3be9U {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInUp___3be9U {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceInUp___3be9U;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOut___1cFbR {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOut___1cFbR {
  animation-duration: 0.75s;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOut___1cFbR;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutDown___2bUPG {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutDown___2bUPG {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutDown___2bUPG;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutLeft___2Q63A {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutLeft___2Q63A {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutLeft___2Q63A;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutRight___360fD {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutRight___360fD {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutRight___360fD;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutUp___3XAFf {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutUp___3XAFf {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__bounceOutUp___3XAFf;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeIn___3bQIe {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeIn___3bQIe {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeIn___3bQIe;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInDown___dGqol {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInDown___dGqol {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInDown___dGqol;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInDownBig___1FQOh {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInDownBig___1FQOh {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInDownBig___1FQOh;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInLeft___2Rcw5 {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInLeft___2Rcw5 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInLeft___2Rcw5;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInLeftBig___2VDk0 {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInLeftBig___2VDk0 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInLeftBig___2VDk0;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInRight___uwTeO {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInRight___uwTeO {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInRight___uwTeO;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInRightBig___3Xcl7 {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInRightBig___3Xcl7 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInRightBig___3Xcl7;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInUp___2xZln {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInUp___2xZln {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInUp___2xZln;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInUpBig___zqLD5 {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInUpBig___zqLD5 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeInUpBig___zqLD5;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOut___1eBhz {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOut___1eBhz {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOut___1eBhz;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutDown___2VkMZ {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutDown___2VkMZ {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutDown___2VkMZ;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutDownBig___3TYAD {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutDownBig___3TYAD {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutDownBig___3TYAD;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutLeft___2jmiI {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutLeft___2jmiI {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutLeft___2jmiI;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutLeftBig___1FJrH {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutLeftBig___1FJrH {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutLeftBig___1FJrH;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutRight___hdB_e {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutRight___hdB_e {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutRight___hdB_e;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutRightBig___2DPtr {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutRightBig___2DPtr {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutRightBig___2DPtr;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutUp___3e5Sp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutUp___3e5Sp {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutUp___3e5Sp;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutUpBig___1jhuD {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutUpBig___1jhuD {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__fadeOutUpBig___1jhuD;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__flip___mEy1R {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__animated___2O131.css-sourceMap-modules-importLoaders-1-localIdentName-animate__flip___mEy1R {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__flip___mEy1R;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipInX___3AYWx {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipInX___3AYWx {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipInX___3AYWx;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipInY___kBUzo {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipInY___kBUzo {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipInY___kBUzo;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipOutX___14JIh {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipOutX___14JIh {
  animation-duration: 0.75s;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipOutX___14JIh;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipOutY___3-fcT {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipOutY___3-fcT {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__flipOutY___3-fcT;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__lightSpeedIn___23y_G {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__lightSpeedIn___23y_G {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__lightSpeedIn___23y_G;
  animation-timing-function: ease-out;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__lightSpeedOut___c7ISu {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__lightSpeedOut___c7ISu {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__lightSpeedOut___c7ISu;
  animation-timing-function: ease-in;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateIn___1rIe1 {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateIn___1rIe1 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateIn___1rIe1;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInDownLeft___1Yg3C {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInDownLeft___1Yg3C {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInDownLeft___1Yg3C;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInDownRight___23mEq {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInDownRight___23mEq {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInDownRight___23mEq;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInUpLeft___7696c {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInUpLeft___7696c {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInUpLeft___7696c;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInUpRight___yaDuX {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInUpRight___yaDuX {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateInUpRight___yaDuX;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOut___3wKvg {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOut___3wKvg {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOut___3wKvg;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutDownLeft___3ULiD {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutDownLeft___3ULiD {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutDownLeft___3ULiD;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutDownRight___2Ecbu {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutDownRight___2Ecbu {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutDownRight___2Ecbu;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutUpLeft___3Bn0k {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutUpLeft___3Bn0k {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutUpLeft___3Bn0k;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutUpRight___12d5z {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutUpRight___12d5z {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rotateOutUpRight___12d5z;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__hinge___1gC1I {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__hinge___1gC1I {
  animation-duration: 2s;
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__hinge___1gC1I;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__jackInTheBox___11_ju {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__jackInTheBox___11_ju {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__jackInTheBox___11_ju;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rollIn___qdqqO {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rollIn___qdqqO {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rollIn___qdqqO;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__rollOut___2jQO8 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__rollOut___2jQO8 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__rollOut___2jQO8;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomIn___3rhkD {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomIn___3rhkD {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomIn___3rhkD;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInDown___JG8EB {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInDown___JG8EB {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInDown___JG8EB;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInLeft___qAe_q {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInLeft___qAe_q {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInLeft___qAe_q;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInRight___3tQ-_ {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInRight___3tQ-_ {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInRight___3tQ-_;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInUp___1ctD0 {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInUp___1ctD0 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomInUp___1ctD0;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOut___1qWDJ {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOut___1qWDJ {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOut___1qWDJ;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutDown___35vfM {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutDown___35vfM {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutDown___35vfM;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutLeft___2eFQd {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutLeft___2eFQd {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutLeft___2eFQd;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutRight___1qxrO {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutRight___1qxrO {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutRight___1qxrO;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutUp___kSWPE {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutUp___kSWPE {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__zoomOutUp___kSWPE;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInDown___35wHN {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInDown___35wHN {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInDown___35wHN;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInLeft___1ImeA {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInLeft___1ImeA {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInLeft___1ImeA;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInRight___3K8gk {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInRight___3K8gk {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInRight___3K8gk;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInUp___zy0K5 {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInUp___zy0K5 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideInUp___zy0K5;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutDown___19w6V {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutDown___19w6V {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutDown___19w6V;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutLeft___LIyk1 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutLeft___LIyk1 {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutLeft___LIyk1;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutRight___2xauG {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutRight___2xauG {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutRight___2xauG;
}

@keyframes css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutUp___12ncd {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutUp___12ncd {
  animation-name: css-sourceMap-modules-importLoaders-1-localIdentName-animate__slideOutUp___12ncd;
}
.LoginPage {
    background-color: rgb(152, 230, 255);
    background-image: url('/img/background.jpg');
    min-height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
/*!
 * react-flags-select v1.1.13 - https://github.com/ekwonye-richard/react-flags-select#readme
 * MIT Licensed
 */
.flag-select{position:relative;display:inline-block;vertical-align:inherit;padding-bottom:5px;text-align:left}.flag-select__btn{padding:0 8px;color:#4d4d4d;border:none;background:transparent}.flag-select__btn:after,.flag-select__btn[aria-expanded="true"]:after{content:" ";width:0;height:0;display:inline-block;vertical-align:middle;margin-left:5px}.flag-select__btn:after{border-top:5px solid #4d4d4d;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:0}.flag-select__btn[aria-expanded="true"]:after{border-top:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #4d4d4d}.flag-select__btn:before{content:" ";display:block;width:100%;height:100%;position:absolute;z-index:999}.flag-select__option{cursor:pointer;padding:0 8px 3px 8px;margin:4px 0;white-space:nowrap}.flag-select__options{position:absolute;z-index:999999;border:1px solid #bdbbbb;border-radius:3px;background:#fff;margin-top:8px;padding:8px 0;max-height:160px;overflow:auto}.flag-select__options.to--left{right:10px}.flag-select__option--placeholder{height:inherit;width:inherit;display:inline-block;vertical-align:middle}.flag-select__option:not(.flag-select__option--placeholder):hover,.flag-select__option:not(.flag-select__option--placeholder):focus{outline:none;background:#eaeaea}.flag-select__option.has-label{padding:0 20px 3px 8px}.flag-select__option__label{font-size:1em;position:relative;padding-left:9px}.flag-select__option__icon{width:1.3em;height:1.3em;position:relative;top:0.3em}.flag-select .filterBox{width:100%}.flag-select .filterBox input{width:90%;margin:0 4%}.flag-select .filterBox input:focus{outline:none}.flag-select .hidden{display:none}.flag-select .no--focus{pointer-events:none}


/*# sourceMappingURL=main.css.map*/.LoginPage {
    background-color: rgb(152, 230, 255);
    background-image: url('/img/background.jpg');
    min-height: 100%;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.main-loader {
  position: fixed;
  width: 100%;
  /* background: #ffffff85; */
  text-align: center;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
}
.lodercolor {
  color: #000;
}
.main-loader .loader {
  position: absolute;
  margin: 0px auto;
  width: 60px;
  height: 60px;
  color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 112;
}
.loader-block {
  width: 100%;
  background: #ffffff85;
  text-align: center;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loader-block .loader {
  margin: 10px auto;
  width: 60px;
  height: 60px;
  color: #000;
  z-index: 112;
  position: relative;
}

.circular-loader {
  animation: rotate 2s linear infinite;
  height: 100%;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.table-loader {
  position: relative;
  height: 150px;
}
/* Licensed MIT; Copyright (c) 2011-2014 Twitter, Inc <https://github.com/twbs/bootstrap/blob/master/LICENSE> */
/* Licensed MIT; Copyright (c) 2011-2014 Twitter, Inc <https://github.com/twbs/bootstrap/blob/master/LICENSE> */
/* Licensed MIT; Copyright (c) 2011-2014 Twitter, Inc <https://github.com/twbs/bootstrap/blob/master/LICENSE> */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)
Copyright (c) 2012 Dan Eden*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
.modal {
  display: block;
}
.modal-content > .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .modal-sm > .modal-dialog {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg > .modal-dialog {
    width: 900px;
  }
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time, .react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-bs-table .react-bs-container-header .sort-column,.s-alert-close,td.react-bs-table-expand-cell,th.react-bs-table-expand-cell>div{cursor:pointer}.react-bs-table-container .react-bs-table-search-form{margin-bottom:0}.react-bs-table-bordered{border:1px solid #ddd;border-radius:5px}.react-bs-table table{margin-bottom:0;table-layout:fixed}.react-bs-table table td,.react-bs-table table th{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.react-bs-table-pagination{margin-top:10px}.react-bs-table-tool-bar{margin-bottom:5px}.react-bs-container-footer,.react-bs-container-header{overflow:hidden;width:100%}.react-bs-container-body{overflow:auto;width:100%}.react-bootstrap-table-page-btns-ul{float:right;margin-top:0}.react-bs-table .table-bordered{border:0;outline:0!important}.react-bs-table .table-bordered>thead>tr>td,.react-bs-table .table-bordered>thead>tr>th{border-bottom-width:2px}.react-bs-table .table-bordered>tbody>tr>td{outline:0!important}.react-bs-table .table-bordered>tbody>tr>td.default-focus-cell{outline:#6495ed solid 3px!important;outline-offset:-1px}.react-bs-table .table-bordered>tfoot>tr>td,.react-bs-table .table-bordered>tfoot>tr>th{border-top-width:2px;border-bottom-width:0}.react-bs-table .table-bordered>tbody>tr>td:first-child,.react-bs-table .table-bordered>tbody>tr>th:first-child,.react-bs-table .table-bordered>tfoot>tr>td:first-child,.react-bs-table .table-bordered>tfoot>tr>th:first-child,.react-bs-table .table-bordered>thead>tr>td:first-child,.react-bs-table .table-bordered>thead>tr>th:first-child{border-left-width:0}.react-bs-table .table-bordered>tbody>tr>td:last-child,.react-bs-table .table-bordered>tbody>tr>th:last-child,.react-bs-table .table-bordered>tfoot>tr>td:last-child,.react-bs-table .table-bordered>tfoot>tr>th:last-child,.react-bs-table .table-bordered>thead>tr>td:last-child,.react-bs-table .table-bordered>thead>tr>th:last-child{border-right-width:0}.react-bs-table .table-bordered>thead>tr:first-child>td,.react-bs-table .table-bordered>thead>tr:first-child>th{border-top-width:0}.react-bs-table .table-bordered>tfoot>tr:last-child>td,.react-bs-table .table-bordered>tfoot>tr:last-child>th{border-bottom-width:0}.react-bs-table .react-bs-container-footer>table>thead>tr>th,.react-bs-table .react-bs-container-header>table>thead>tr>th{vertical-align:middle}.react-bs-table .react-bs-container-footer>table>thead>tr>th .filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .filter{font-weight:400}.react-bs-table .react-bs-container-header>table>thead>tr>th .filter::-webkit-input-placeholder,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter option[value=''],.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected{color:#d3d3d3;font-style:italic}.react-bs-table .react-bs-container-footer>table>thead>tr>th .filter::-webkit-input-placeholder,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter-input::-webkit-input-placeholder,.react-bs-table .react-bs-container-footer>table>thead>tr>th .select-filter option[value=''],.react-bs-table .react-bs-container-footer>table>thead>tr>th .select-filter.placeholder-selected{color:#d3d3d3;font-style:italic}.react-bs-table .react-bs-container-footer>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']),.react-bs-table .react-bs-container-header>table>thead>tr>th .select-filter.placeholder-selected option:not([value='']){color:initial;font-style:initial}.react-bs-table .react-bs-container-footer>table>thead>tr>th .date-filter,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter{display:-ms-flexbox;display:flex}.react-bs-table .react-bs-container-footer>table>thead>tr>th .date-filter-input,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter-input,.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-input,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-input{margin-left:5px;float:left;width:calc(100% - 67px - 5px)}.react-bs-table .react-bs-container-footer>table>thead>tr>th .date-filter-comparator,.react-bs-table .react-bs-container-footer>table>thead>tr>th .number-filter-comparator,.react-bs-table .react-bs-container-header>table>thead>tr>th .date-filter-comparator,.react-bs-table .react-bs-container-header>table>thead>tr>th .number-filter-comparator{width:67px;float:left}.react-bs-container .textarea-save-btn{position:absolute;z-index:100;right:0;top:-21px}.react-bs-table-no-data{text-align:center}.ReactModal__Overlay{perspective:600;opacity:0;overflow-x:hidden;overflow-y:auto;background-color:rgba(0,0,0,.5);z-index:101}.ReactModal__Overlay--after-open{opacity:1;transition:opacity 150ms ease-out}.ReactModal__Content{transform:scale(.5) rotateX(-30deg)}.ReactModal__Content--after-open{transform:scale(1) rotateX(0);transition:all 150ms ease-in}.ReactModal__Overlay--before-close{opacity:0}.ReactModal__Content--before-close{transform:scale(.5) rotateX(30deg);transition:all 150ms ease-in}.ReactModal__Content.modal-dialog{border:none;background-color:transparent}.animated{animation-fill-mode:both}.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}.animated.shake{animation-duration:.3s}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,50%,90%{transform:translate3d(-10px,0,0)}30%,70%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}.s-alert-box,.s-alert-box *{box-sizing:border-box}.s-alert-box{position:fixed;background:rgba(42,45,50,.85);padding:22px;line-height:1.4;z-index:1000;pointer-events:none;color:rgba(250,251,255,.95);font-size:100%;font-family:'Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;max-width:300px;transition:top .4s,bottom .4s}.s-alert-box.s-alert-show,.s-alert-box.s-alert-visible{pointer-events:auto}.s-alert-box a{color:inherit;opacity:.7;font-weight:700}.s-alert-box a:focus,.s-alert-box a:hover{opacity:1}.s-alert-box p{margin:0}.s-alert-close{width:20px;height:20px;position:absolute;right:4px;top:4px;overflow:hidden;text-indent:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.s-alert-close:focus,.s-alert-close:hover{outline:0}.s-alert-close::after,.s-alert-close::before{content:'';position:absolute;width:3px;height:60%;top:50%;left:50%;background:#fff}.s-alert-close:hover::after,.s-alert-close:hover::before{background:#fff}.s-alert-close::before{-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.s-alert-close::after{-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.s-alert-bottom-left{top:auto;right:auto;bottom:30px;left:30px}.s-alert-top-left{top:30px;right:auto;bottom:auto;left:30px}.s-alert-top-right{top:30px;right:30px;bottom:auto;left:auto}.s-alert-bottom-right{top:auto;right:30px;bottom:30px;left:auto}.s-alert-bottom,.s-alert-top{width:100%;max-width:100%;left:0;right:0}.s-alert-bottom{bottom:0;top:auto}.s-alert-top{top:0;bottom:auto}.s-alert-info{background:#00A2D3;color:#fff}.s-alert-success{background:#27AE60;color:#fff}.s-alert-warning{background:#F1C40F;color:#fff}.s-alert-error{background:#E74C3C;color:#fff}[class*=" s-alert-effect-"].s-alert-hide,[class^=s-alert-effect-].s-alert-hide{animation-direction:reverse}.s-alert-box-height{visibility:hidden;position:fixed}.s-alert-effect-scale a,.s-alert-effect-scale a:focus,.s-alert-effect-scale a:hover{color:#fff}.s-alert-effect-scale .s-alert-close::after,.s-alert-effect-scale .s-alert-close::before,.s-alert-effect-scale .s-alert-close:hover::after,.s-alert-effect-scale .s-alert-close:hover::before{background:#fff}.s-alert-effect-scale.s-alert-hide,.s-alert-effect-scale.s-alert-show{animation-name:animScale;animation-duration:.25s}@keyframes animScale{0%{opacity:0;transform:translate3d(0,40px,0) scale3d(.1,.6,1)}100%{opacity:1;transform:translate3d(0,0,0) scale3d(1,1,1)}}body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.App {
  height: 100%;
  width: 100%;
  
  overflow-y:scroll !important;
}
@keyframes App-logo-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.scorall{
  overflow-y:scroll !important;
}
.pagination {
  margin: 20px auto;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  outline: none;
}
.pagination > .active > a {
  background-color: #ec407a;
  border-color: #ec407a;
  color: #fff;
}
.pagination > li > a {
  border: 1px solid #ec407a;
  padding: 10px 20px;
  outline: none;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ec407a;
  border-color: #ec407a;
  outline: none;
}
.pagination > li > a,
.pagination > li > span {
  color: #ec407a;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: unset;
}
html, body, #root, #root>div {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  height: 100%;
}
.text{
  font-size: 12px !important;
}
/*# sourceMappingURL=main.03aa6e68.css.map*/