/*** Colors ***/
/*** Font Stacks ***/
/*** Z-index ***/
/* line 8, app/assets/stylesheets/style.scss */
#autocomplete-items {
  list-style: none;
  padding: 6px 8px;
  width: 234px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: block;
}

/* line 9, app/assets/stylesheets/style.scss */
#autocomplete-items.dropdown-menu {
  top: 18.5% !important;
  left: 20px !important;
}

/* line 20, app/assets/stylesheets/style.scss */
#autocomplete-items li {
  padding: 4px 10px;
}

/* line 22, app/assets/stylesheets/style.scss */
#autocomplete-items li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  padding: 3px 0 !important;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/style.scss */
#autocomplete-items li a:hover {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
}

/* line 33, app/assets/stylesheets/style.scss */
#autocomplete-items .avatar-image {
  margin-right: 5px;
  border-radius: 50%;
}

/* line 37, app/assets/stylesheets/style.scss */
#autocomplete-items .fa-search {
  margin-right: 5px;
}

/* line 40, app/assets/stylesheets/style.scss */
#autocomplete-items .autocomplete-heading {
  padding-bottom: 0;
}

/* line 42, app/assets/stylesheets/style.scss */
#autocomplete-items .autocomplete-heading h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  padding-bottom: 6px;
}

/* line 52, app/assets/stylesheets/style.scss */
#autocomplete-items .dropdown-arrow-top {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 20;
  border-bottom: 10px solid #fff;
  position: absolute;
  right: 198px;
  top: -10px;
}

/* line 63, app/assets/stylesheets/style.scss */
#autocomplete-items .dropdown-arrow-bottom {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 10;
  border-bottom: 11px solid rgba(0, 0, 0, 0.11);
  position: absolute;
  right: 196px;
  top: -11px;
}

/* line 77, app/assets/stylesheets/style.scss */
.nice-select .list {
  max-height: 400px;
  overflow: scroll;
}

/* line 82, app/assets/stylesheets/style.scss */
.css-e56m7-control {
  min-height: 45px !important;
}

/* line 85, app/assets/stylesheets/style.scss */
.css-1ykl69d-control {
  min-height: 45px !important;
}

/* line 89, app/assets/stylesheets/style.scss */
.Social__share-network {
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

/* line 96, app/assets/stylesheets/style.scss */
.Social__share-network__share-count {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  white-space: nowrap;
  overflow: visible;
  width: 0;
  margin-top: 3px;
  font-size: 12px;
}

/* line 106, app/assets/stylesheets/style.scss */
.Social__share-network__share-button {
  cursor: pointer;
}

/* line 110, app/assets/stylesheets/style.scss */
.Social__share-network__share-button:hover:not(:active) {
  opacity: 0.75;
}

/* line 114, app/assets/stylesheets/style.scss */
.Social__share-network__custom-icon {
  width: 32px;
  height: 32px;
}

/* line 119, app/assets/stylesheets/style.scss */
.subnav-menu {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin: 20px 0 40px 0;
}

/* line 123, app/assets/stylesheets/style.scss */
.subnav-menu ul {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 1000px;
}

/* line 131, app/assets/stylesheets/style.scss */
.subnav-menu ul li a {
  line-height: 69px;
  text-align: center;
  text-decoration: none;
  color: #28313b;
  opacity: 0.7;
  font-size: 16px;
}

/* line 142, app/assets/stylesheets/style.scss */
.table-custom thead th {
  font-size: .9rem;
  text-align: center;
  background-color: #19ce67;
  color: #fff;
}

/* line 150, app/assets/stylesheets/style.scss */
.lazy-load-image-background.blur {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}

/* line 154, app/assets/stylesheets/style.scss */
.lazy-load-image-background.blur.lazy-load-image-loaded {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

/* line 159, app/assets/stylesheets/style.scss */
.lazy-load-image-background.blur > img {
  opacity: 0;
}

/* line 163, app/assets/stylesheets/style.scss */
.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 167, app/assets/stylesheets/style.scss */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #19ce67 !important;
}

/* line 170, app/assets/stylesheets/style.scss */
.page-item.active .page-link {
  background-color: #19ce67 !important;
  border-color: #19ce67 !important;
}

/* line 178, app/assets/stylesheets/style.scss */
.google-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}

/* line 184, app/assets/stylesheets/style.scss */
.google-btn .google-icon-wrapper {
  position: absolute;
  margin-top: 1px;
  margin-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
}

/* line 193, app/assets/stylesheets/style.scss */
.google-btn .google-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: -7px;
  width: 18px;
  height: 18px;
}

/* line 200, app/assets/stylesheets/style.scss */
.google-btn .btn-text {
  float: right;
  margin: 11px 11px 0 48px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.2px;
}

/* line 208, app/assets/stylesheets/style.scss */
.google-btn:hover {
  box-shadow: 0 0 6px #4285f4;
}

/* line 211, app/assets/stylesheets/style.scss */
.google-btn:active {
  background: #1669F2;
}

/* line 216, app/assets/stylesheets/style.scss */
.card-download-ds.bg_download_ds {
  height: 190px;
}

/* line 223, app/assets/stylesheets/style.scss */
ul.pagination .page-link {
  color: #19ce67;
}

/* line 228, app/assets/stylesheets/style.scss */
.mb-6 {
  margin-bottom: 5rem !important;
}
