.made-by-component {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.vuestic-page-not-found-search {
  min-height: 100vh;
  padding-bottom: 84px;
  background-color: #333333;
}
.vuestic-page-not-found-search__text {
    padding-top: 50px;
    color: white;
}
.vuestic-page-not-found-search__text-small {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: white;
    font-weight: normal;
}
.vuestic-page-not-found-search__i-vuestic {
    margin-top: 100px;
}
.vuestic-page-not-found-search__list {
    color: white;
}
.vuestic-page-not-found-search__input {
    width: 310px;
}
.vuestic-page-not-found-search__wallpaper {
    max-height: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.vuestic-page-not-found-search__wallpaper a {
      margin-top: 2rem;
}
.vuestic-page-not-found-search__i-vuestic {
    z-index: 2;
    height: 2.625rem;
    width: 100%;
}
.vuestic-page-not-found-search__message {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 575.98px) {
.vuestic-page-not-found-search .vuestic-page-not-found-search {
      height: calc(100% - 6.5rem);
}
.vuestic-page-not-found-search .vuestic-page-not-found-search__message {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.vuestic-page-not-found-search .vuestic-page-not-found-search__list-element {
        font-size: 13px;
}
.vuestic-page-not-found-search .vuestic-page-not-found-search__not-found-wallpaper-list {
        padding: 0;
}
.vuestic-page-not-found-search .vuestic-page-not-found-search__i-vuestic {
        margin-top: 5%;
}
.vuestic-page-not-found-search .vuestic-page-not-found-search__text-small {
        font-size: 15px;
}
.vuestic-page-not-found-search .vuestic-page-not-found-search__wrapper {
        grid-template-columns: repeat(3, 1fr);
}
}
.vuestic-page-not-found-search__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}


/*# sourceMappingURL=48.db849363.css.map*/