

html, body {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  color :lavender;
  
}
body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;

}
main {
  flex: 1 0 auto;
  background: #000;
}
footer {
  flex-shrink: 0;
}

.box-background-dark {
  background: linear-gradient(135deg, rgba(30,30,30,0.95) 60%, rgba(0,0,0,0.7) 100%);
}

.box-background-lightblue {
  background: rgba(197, 217, 237, 1);
}

.page-section {height: 100%;place-items: center; background-image: linear-gradient(to top,rgb(0, 0, 0) 5%,rgb(63, 63, 63) 95%) !important}


@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

.hero-section {
  padding: 7.2rem 0 3rem 0 !important;
}

@media (max-width: 768px) {
  .hero-section {
    padding-top: 4rem !important;
  }
}

#ringsli-assistant-bubble, .ringsli-bubble, .ringsli-assistant-bubble, .assistant-bubble {
    max-height: 250px;
    overflow-y: auto;
    word-break: break-word;
    max-width: 90vw;
    white-space: pre-line;
}

.btn-actions {
  background: linear-gradient(90deg, #2f9c9c 0%, #4ee1e1 100%) !important;
  color: #181f1f !important;
  padding:2px;
}

.btn-actions:hover {
  background: linear-gradient(90deg, #7ea1a1 0%, #81d6d6 100%) !important;
 
}

.btn-black {
  background: linear-gradient(194deg, #5a6565 0%, #000000 100%) !important;
  color: #212525 !important;
  padding: 2px;
  border: none;
}

.btn-black:hover {
  background: linear-gradient(194deg, #718181 0%, #324242 100%) !important;
  color: #181f1f !important;
}

ul {
    list-style: none;
}

  