body {
  color: #000;
  background-image: url(./asset/image/wave_ep.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 80vh;
  z-index: -1;
}

h1 {
  b {
    color: #008fc1;
  }
}

h4 {
  b {
    color: #008fc1;
  }
}

.btn-check:checked + .btn-outline-primary {
  background-color: #008fc1;
  color: white;
}

h5 {
  color: #008fc1;
  b {
    color: #008fc1;
  }
}
.shapeBox {
  padding-top: 10px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 220px;
  color: #008fc1;
  border-color: #008fc1;
}

.form-check-input:checked {
  background-color: #008fc1;
  border-color: #008fc1;
}

.btn-primary {
  background-color: #008fc1;
  border-color: #008fc1;
  &:hover {
    background-color: #5c7272;
    border-color: #5c7272;
  }
  &:active {
    background-color: #008fc1 !important;
    border-color: #008fc1 !important;
  }
}

.ep-logo {
  position: absolute;
  width: 20rem;
  top: 4.5rem;
  left: 2.5rem;
}

.spacingContainer {
  margin-top: 11%;
}

.card {
  margin-top: 1.5rem;
}

#resetbtn {
  color: white;
  background-color: #ff8929;
  border-color: #ff8929;
  &:hover {
    background-color: #ca5f07;
    border-color: #ca5f07;
  }
  &:active {
    background-color: #ff8929 !important;
    border-color: #ff8929 !important;
  }
}

.btn-primary.show {
  background-color: #5c7272 !important;
  border-color: #5c7272 !important;
}

.spinner {
  width: 16px;
  height: 16px;
  color: white;
}

.form-check {
  position: relative;
}
.attribute-box {
  display: none;
  position: absolute;
  transform: translateY(-50%);
  width: fit-content;
  min-width: 220px;
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  /* animation: fadeIn 0.5s ease-in-out forwards; */
}
.icon-btn {
  cursor: pointer;
  margin-bottom: auto;
  color: rgb(248, 78, 78);
}
#text-container {
  padding-top: 20px;
}
.translated-text {
  opacity: 0.5;
  transition: opacity 0.5s ease;
}
.new-text {
  transition: transform 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
