@charset "UTF-8";
:root {
  --bs-body-color: #13237F;
}

html,
body {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  body.com_users.view-reset, body.com_users.view-registration, body.com_users.view-profile.layout-activate, body.com_users.view-profile.layout-authorregistration, body.com_users.view-profile.layout-authorverification, body.com_users.view-profile.layout-authorextract, body.com_users.view-profile.layout-authorfinish, body.com_users.view-profile.layout-expertregistration, body.com_users.view-profile.layout-expertverification, body.com_users.view-profile.layout-expertdata, body.com_users.view-profile.layout-expertfinish {
    background: #ffffff;
    background: linear-gradient(90deg, #fff 0%, #fff 42%, var(--bs-blue-blue-100) 42%, #fff 100%);
  }
  body.com_users.view-reset > .main > .container,
body.com_users.view-reset > .main > .container > main, body.com_users.view-registration > .main > .container,
body.com_users.view-registration > .main > .container > main, body.com_users.view-profile.layout-activate > .main > .container,
body.com_users.view-profile.layout-activate > .main > .container > main, body.com_users.view-profile.layout-authorregistration > .main > .container,
body.com_users.view-profile.layout-authorregistration > .main > .container > main, body.com_users.view-profile.layout-authorverification > .main > .container,
body.com_users.view-profile.layout-authorverification > .main > .container > main, body.com_users.view-profile.layout-authorextract > .main > .container,
body.com_users.view-profile.layout-authorextract > .main > .container > main, body.com_users.view-profile.layout-authorfinish > .main > .container,
body.com_users.view-profile.layout-authorfinish > .main > .container > main, body.com_users.view-profile.layout-expertregistration > .main > .container,
body.com_users.view-profile.layout-expertregistration > .main > .container > main, body.com_users.view-profile.layout-expertverification > .main > .container,
body.com_users.view-profile.layout-expertverification > .main > .container > main, body.com_users.view-profile.layout-expertdata > .main > .container,
body.com_users.view-profile.layout-expertdata > .main > .container > main, body.com_users.view-profile.layout-expertfinish > .main > .container,
body.com_users.view-profile.layout-expertfinish > .main > .container > main {
    min-height: 100%;
    height: 100%;
  }
}

.hasTopbar {
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .main {
    min-height: 70vh;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.card-title,
.card-body,
.card-text,
.nav-link,
.modal-content,
.breadcrumb-item.active {
  color: #13237F;
}

.container-topbar .navbar-brand {
  padding: 0;
  text-decoration: none;
  border-bottom: 0;
}
.container-topbar .navbar-brand img {
  max-height: 3.5rem;
}
@media screen and (min-width: 767px) {
  .container-topbar .navbar-brand img {
    height: 3.5rem;
  }
}
.container-topbar .btn-sm {
  padding: 0.25rem 0.5rem;
}
.container-topbar .btn-sm.active {
  border-bottom: 0;
  color: #ffffff;
}

#navbarCollapse {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#mainmenu-brand {
  max-width: 50%;
}

.container-main-bottom > *,
.container-main-top > * {
  margin-bottom: 4rem;
}

.orange-gradient-bg {
  background: #ffffff;
  background: linear-gradient(45deg, var(--bs-orange-orange-100) 0%, #fff 20%, #fff 80%, var(--bs-orange-orange-100) 100%);
}

.bulb-styling li {
  padding-left: 2rem;
  background-image: url("../images/bulb-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0.25rem;
  background-size: 1.4rem;
}

.z-index-2 {
  z-index: 2;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center center;
}

.clickable-card {
  cursor: pointer;
  transition: background-color 0.25s, box-shadow 0.25s;
}
.clickable-card:hover {
  box-shadow: inset 0 0 0.5rem #485580;
  background-color: rgba(72, 85, 128, 0.05);
}

.com_users .com-users-login__image,
.com_users .com-users-registration__image {
  margin-bottom: 7rem;
}
.com_users meter {
  width: 100%;
}
.com_users .com-users-registration-complete-icon {
  padding: 3rem 2rem;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(164, 170, 192, 0.2);
  border: 1px solid #edeef2;
  margin: 0 auto;
  display: inline-block;
}
.com_users .com-users-registration-complete-icon > * {
  font-size: 5rem;
}
.com_users .com-users-profile__edit .card-body .btn {
  margin-top: 0;
}

#dailycheckup-evaluation-quickview svg {
  font-family: Quicksand, sans-serif !important;
}

.choices__button_joomla {
  position: relative;
  padding: 0 10px;
  color: inherit;
  text-indent: -9999px;
  cursor: pointer;
  background: none;
  border: 0;
  opacity: 0.5;
  appearance: none;
}
.choices__button_joomla::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  text-indent: 0;
  content: "×";
}
.choices__button_joomla:hover, .choices__button_joomla:focus {
  opacity: 1;
}
.choices__button_joomla:focus {
  outline: none;
}

.module-news-article-sidebar .mod-banners__item {
  margin-bottom: 3rem;
}

.mod-tagspopular-newslist ul {
  padding-left: 0;
  list-style-type: none;
}

#filter_search-desc {
  display: none;
}