@charset "UTF-8";
@import url("../assets/fontawesome-pro-6.5.2-web/css/all.css");
@import url("filecard.css");
@import url("screencard.css");
/* latin-ext */
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/khand/TwMA-IINQlQQ0bpcUnQPTA.woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Khand";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/khand/TwMA-IINQlQQ0bpSUnQ.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes vibrate {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.img-fluid {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-item {
  height: 100vh; /* 100% av viewport-höjden */
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover; /* Anpassar bilden så att den täcker hela området */
}

.text-overlay {
  position: absolute;
  top: 10vh;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14rem;
  font-family: "Khand";
  line-height: 70%;
}

.add-screen {
  font-size: 10rem;
  opacity: 75%;
}

form#toolbar {
  position: fixed;
  top: 10px; /* Förskjutning från toppen */
  left: 10px; /* Förskjutning från vänster */
  width: calc(20% - 40px); /* Bredd minus förskjutning */
  height: 50px; /* Höjd på toolbar */
  color: #fff; /* Textfärg */
  display: flex;
  align-items: center;
  z-index: 1000;
  display: inline;
}

form#content {
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.file-button {
  width: 80px;
  height: 80px;
}

.form-check-input-lg {
  transform: scale(1.4);
}
.form-check-input-xl {
  transform: scale(2);
}

.google-map {
  width: 240px;
  height: 200px;
  border: 2px solid red;
}

.form.signin {
  padding: 1rem;
}
.form.signin.vibrate {
  animation: vibrate 0.2s linear;
}
.form.signin input[type=email] {
  margin-bottom: -1px;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}
.form.signin input[type=password] {
  margin-bottom: -1px;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.progress-bar.logout {
  width: 100%;
  animation: progress 0.6s linear forwards;
}

@keyframes progress {
  from {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
.screen-container {
  min-height: 80vh;
}
.screen-container .card-body {
  min-height: 30vh;
}

.screen-card {
  min-height: 39vh;
}

.dropzone {
  border: dashed 5px #737373;
  border-radius: 15px;
  padding: 20px;
  opacity: 50%;
}

.timeline {
  border: dashed 5px #737373;
  border-radius: 15px;
  padding: 20px;
  opacity: 50%;
}

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