.rounded {
  border-radius: 0.2rem !important;
}

.text-primary {
  color: #713F98 !important;
}

.text-secondary {
  color: hsl(336, 82%, 39%) !important;
}

.text-success {
  color: #57ba9e !important;
}

.bg-primary {
  background-color: #713F98 !important;
}

.bg-primary-5 {
  background-color: #eeedf3 !important;
}

.bg-secondary {
  background-color: hsl(336, 82%, 39%) !important;
}

.shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  letter-spacing: -0.035rem;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  color: #565656;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

.icon {
  font-size: 3rem;
}

.section-breadcrumb {
  padding: 1rem 0;
  border-bottom: 1px solid #eeedf3;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .section-breadcrumb {
    display: none;
  }
}
.section-breadcrumb .breadcrumb {
  margin-bottom: 0px;
}

hr {
  margin: 1rem 0 !important;
  border-top: 1px solid #aeadc3 !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.bg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  background-attachment: fixed;
  z-index: -2;
}

.selected-svg.st0 {
  opacity: 1 !important;
}