#top-flow-elem {
  display: none;
  position: absolute;
  top: -172px;
  right: -140px;
  transform: rotateZ(302deg);
  z-index: 0;
}

body {
  overflow: auto;
}

#bottom-flow-elem {
  display: none;
  position: absolute;
  bottom: -102px;
  left: -148px;
  transform: rotateZ(127deg);
  z-index: 0;
}

#top-flow-elem img,
#bottom-flow-elem img {
  width: 150%;
  z-index: 0;
}

@media (max-width: 999px) {
  #top-flow-elem {
    height: 36rem;
    width: 23rem;
  }
}

@media (max-width: 650px) {
  #top-flow-elem {
    height: 32rem;
    width: 20rem;
  }
}

.container {
  margin-bottom: 7rem;
}

.mw-600 {
  max-width: 600px;
}

.mw-800 {
  max-width: 800px;
}

.footer {
  left: 0;
  background-color: inherit;
}

.side-nav .side-nav-link {
  background: transparent;
  border: none;
  display: flex;
  font-size: 1rem;
}

.side-nav {
  margin-top: 1rem;
}

.side-nav-link:hover {
  background: transparent !important;
}

.side-nav .side-nav-link {
  color: var(--white) !important;
  padding-left: 1rem !important;
}
a.side-nav-link.active {
  color: var(--indigo) !important;
}

.left-side-menu {
  background: var(--blue) !important;
}

.logo {
  background: #fafbfe !important;
}

.logo img {
  margin: 20px 0;
  height: 70px;
}

.nav-success {
  padding: 0.5rem 1rem;
}

.nav-success.active {
  background: #87ffbe;
  color: #fff;
}

.side-nav-item form button {
  text-align: start;
}

body[data-leftbar-compact-mode='condensed'] .side-nav .side-nav-item .side-nav-link span {
  display: inline !important;
  white-space: break-spaces;
}

.navbar-custom {
  justify-content: space-between;
  display: none;
}

.lang-bar {
  display: flex;
  position: absolute;
  z-index: 9999;
  right: 0;
  padding-right: 1rem;
  padding-bottom: 1rem;
  bottom: 0;
}

#lang-img-container {
  width: 4rem;
  margin: auto 1rem auto auto;
}
#lang-img {
  border: 1px solid #888;
  width: 100%;
}


.full-height-cards {
  padding-top: 1rem;
  height: 100%;
  justify-content: space-between;
}
.file-card {
  width: 40ch;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.full-height-cards > .card-body {
  flex-grow: 0;
}

.char-40 {
  width: 40ch;
}

.char-12 {
  width: 12ch;
}

.double-col {
  display: flex;
  flex-direction: row;
}

.profile-inputs {
  padding-right: 2rem;
  overflow-y: scroll;
  min-width: 50%;
  max-height: 100vh;
  padding-bottom: 2rem;
}

.small-hr {
  width: 100%;
  display: none;
}

@media (max-width: 767.98px) {
  .navbar-custom {
    display: flex !important;
    background: #fff !important;
  }

  .profile-inputs {
    padding-right: 0;
  }

  .small-hr {
    display: initial;
  }

  .double-col {
    display: flex;
    flex-direction: column !important;
  }

  .widget-icon {
    margin-top: 20px;
    height: 35px;
    width: 30px;
    text-align: center;
    display: block;
  }
  .card-body h2 {
    font-size: 1.2rem;
  }
}

.card-img-top {
  max-height: 300px;
}
#products label {
  height: 3rem;
}

.lang-sel {
  height: 2rem;
  text-align: end;
}
.lang-sel img {
  height: 100%;
  width: 50px;
  border: 1px solid #000000;
}

.info-card {
  max-width: 768px;
}

.steps-content > div:first-child {
  font-weight: 700;
  margin-bottom: 4px;
}

.flipped-icon {
  display: inline-block;
  transform: scaleX(-1);
}
.pulsingButton {
  /* box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7); */
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-out;
}

/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}

/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
  }
}

.error-input {
  border: red solid 1px !important;
}

.pre-line {
  white-space: pre-line;
}

.pre-line ul {
  white-space: initial;
}

a.side-nav-link:hover,
button.side-nav-link:hover {
  color: var(--pink) !important;
}

body {
  font-size: 1rem !important;
  transition: margin-top 0.3s ease;
}
.btn {
  font-weight: 700 !important;
}
#site-alert {
  z-index: 999;
  top: 0;
}

.logo-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.logo-container {
  height: 340px;
}

.invitation-buttons {
  margin-top: 2rem;
  gap: 1rem;
}

.break-spaces {
  white-space: break-spaces;
}
.content-page {
  padding-bottom: 8rem;
  max-width: 1800px;
}

.overview-card {
  width: 16rem;
  box-sizing: border-box;
  padding: 3rem;
  margin: 0;
}
.overview-container {
  max-width: 800px;
}

#site-alert p {
  margin-bottom: 0;
}

.form-gap {
  gap: 12px;
  width: 100%;
  justify-content: space-between;
}

.product-row > .col {
  padding-top: 5px;
  padding-bottom: 5px;
}

#laskutuslisa > .col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-title-box{
  padding-left: 14px;
}

.overview-date{
  max-width: 290px;
}


.midName {
  position: absolute;
  top: -900px;
  left: -900px;
}