@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --ls-dark-gray: #868686;
}

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/** @format */
/* line 1, node_modules/react-toastify/dist/ReactToastify.css */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

/* line 43, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}

/* line 52, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

/* line 56, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

/* line 61, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

/* line 65, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

/* line 69, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

/* line 74, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  /* line 80, node_modules/react-toastify/dist/ReactToastify.css */
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  /* line 86, node_modules/react-toastify/dist/ReactToastify.css */
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  /* line 90, node_modules/react-toastify/dist/ReactToastify.css */
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  /* line 94, node_modules/react-toastify/dist/ReactToastify.css */
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

/* line 99, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: pointer;
  direction: ltr;
}

/* line 117, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast--rtl {
  direction: rtl;
}

/* line 120, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}

/* line 130, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-body > div:last-child {
  flex: 1;
}

/* line 134, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

/* line 144, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

/* line 149, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width: 480px) {
  /* line 155, node_modules/react-toastify/dist/ReactToastify.css */
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}

/* line 160, node_modules/react-toastify/dist/ReactToastify.css */
.f {
  --y: calc(var(--len) - var(--nth));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, calc(var(--y) * -40%), 0) scale(calc(1 - 0.05 * var(--y)));
  transition: all 0.3s;
  min-height: 80px;
}

/* line 171, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

/* line 175, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

/* line 179, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

/* line 183, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

/* line 187, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

/* line 191, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

/* line 195, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

/* line 200, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

/* line 203, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

/* line 206, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

/* line 209, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

/* line 212, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

/* line 215, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

/* line 218, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

/* line 222, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}

/* line 234, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

/* line 238, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

/* line 243, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

/* line 255, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}

/* line 265, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

/* line 268, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

/* line 271, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

/* line 277, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  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: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  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: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  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);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  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: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 422, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

/* line 425, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

/* line 428, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

/* line 431, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

/* line 435, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

/* line 438, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

/* line 441, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

/* line 444, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 469, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

/* line 473, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  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);
  }
}

@keyframes Toastify__flipOut {
  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;
  }
}

/* line 511, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

/* line 515, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

/* line 591, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

/* line 594, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

/* line 597, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

/* line 600, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

/* line 604, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

/* line 607, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

/* line 610, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

/* line 613, node_modules/react-toastify/dist/ReactToastify.css */
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 10, node_modules/react-image-lightbox/style.css */
.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

/* line 26, node_modules/react-image-lightbox/style.css */
.ril__outerClosing {
  opacity: 0;
}

/* line 30, node_modules/react-image-lightbox/style.css */
.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 38, node_modules/react-image-lightbox/style.css */
.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  touch-action: none;
}

/* line 54, node_modules/react-image-lightbox/style.css */
.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 60, node_modules/react-image-lightbox/style.css */
.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}

/* line 72, node_modules/react-image-lightbox/style.css */
.ril__navButtons:hover {
  opacity: 1;
}

/* line 75, node_modules/react-image-lightbox/style.css */
.ril__navButtons:active {
  opacity: 0.7;
}

/* line 79, node_modules/react-image-lightbox/style.css */
.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat center;
}

/* line 86, node_modules/react-image-lightbox/style.css */
.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat center;
}

/* line 93, node_modules/react-image-lightbox/style.css */
.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}

/* line 103, node_modules/react-image-lightbox/style.css */
.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}

/* line 113, node_modules/react-image-lightbox/style.css */
.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

/* line 119, node_modules/react-image-lightbox/style.css */
.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

/* line 124, node_modules/react-image-lightbox/style.css */
.ril__toolbar {
  top: 0;
  height: 50px;
}

/* line 129, node_modules/react-image-lightbox/style.css */
.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

/* line 134, node_modules/react-image-lightbox/style.css */
.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 142, node_modules/react-image-lightbox/style.css */
.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  flex: 0 0 auto;
}

/* line 148, node_modules/react-image-lightbox/style.css */
.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 160, node_modules/react-image-lightbox/style.css */
.ril__toolbarItemChild {
  vertical-align: middle;
}

/* line 164, node_modules/react-image-lightbox/style.css */
.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}

/* line 171, node_modules/react-image-lightbox/style.css */
.ril__builtinButton:hover {
  opacity: 1;
}

/* line 174, node_modules/react-image-lightbox/style.css */
.ril__builtinButton:active {
  outline: none;
}

/* line 178, node_modules/react-image-lightbox/style.css */
.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}

/* line 182, node_modules/react-image-lightbox/style.css */
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

/* line 186, node_modules/react-image-lightbox/style.css */
.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
}

/* line 191, node_modules/react-image-lightbox/style.css */
.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+") no-repeat center;
}

/* line 196, node_modules/react-image-lightbox/style.css */
.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") no-repeat center;
}

/* line 201, node_modules/react-image-lightbox/style.css */
.ril__outerAnimating {
  animation-name: closeWindow;
}

@keyframes pointFade {
  0%,
19.999%,
100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

/* line 216, node_modules/react-image-lightbox/style.css */
.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

/* line 222, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 229, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  animation: pointFade 800ms infinite ease-in-out both;
}

/* line 239, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(1) {
  transform: rotate(0deg);
}

/* line 242, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

/* line 245, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  animation-delay: -800ms;
}

/* line 249, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(2) {
  transform: rotate(30deg);
}

/* line 252, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(8) {
  transform: rotate(210deg);
}

/* line 255, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  animation-delay: -666ms;
}

/* line 259, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(3) {
  transform: rotate(60deg);
}

/* line 262, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(9) {
  transform: rotate(240deg);
}

/* line 265, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  animation-delay: -533ms;
}

/* line 269, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(4) {
  transform: rotate(90deg);
}

/* line 272, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(10) {
  transform: rotate(270deg);
}

/* line 275, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  animation-delay: -400ms;
}

/* line 279, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(5) {
  transform: rotate(120deg);
}

/* line 282, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(11) {
  transform: rotate(300deg);
}

/* line 285, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  animation-delay: -266ms;
}

/* line 289, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(6) {
  transform: rotate(150deg);
}

/* line 292, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(12) {
  transform: rotate(330deg);
}

/* line 295, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  animation-delay: -133ms;
}

/* line 299, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(7) {
  transform: rotate(180deg);
}

/* line 302, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(13) {
  transform: rotate(360deg);
}

/* line 305, node_modules/react-image-lightbox/style.css */
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  animation-delay: 0ms;
}

/* line 310, node_modules/react-image-lightbox/style.css */
.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 317, node_modules/react-image-lightbox/style.css */
.ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
}

/* line 322, node_modules/react-image-lightbox/style.css */
.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* line 333, node_modules/react-image-lightbox/style.css */
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

/* line 338, node_modules/react-image-lightbox/style.css */
.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 10, app/assets/stylesheets/home.scss */
body {
  font-family: "Mulish", sans-serif;
}

/* line 14, app/assets/stylesheets/home.scss */
* {
  -webkit-font-smoothing: antialiased;
}

/* line 18, app/assets/stylesheets/home.scss */
.mulish {
  font-family: "Mulish", sans-serif;
}

/* line 22, app/assets/stylesheets/home.scss */
.poppins {
  font-family: "Poppins", sans-serif;
}

/* line 26, app/assets/stylesheets/home.scss */
input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media print {
  @page {
    size: A3 landscape;
    margin: 4mm;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-color: #fafafa;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
