input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.m-search-hubdb {
    margin: 84px auto 0;
    max-width: 992px;
    width: 100%;
}
@media (max-width: 992px) {
    .m-search-hubdb {
        width: 90%;
    }
}
.m-search-hubdb__title {
    color: #000;
    font-weight: 700;
    margin-bottom: 28px;
    text-align: center;
}
.m-search-hubdb__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.m-search-hubdb__tab {
    background-color: #5919f7;
    border: 1px solid #5919f7;
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 6px;
    width: 200px;
    text-align: center;
}
.m-search-hubdb__tab.active {
    background-color: #12126d;
    color: #fff;
}
.m-search-hubdb__tab-content {
    display: none;
    text-align: center;
}
.m-search-hubdb__tab-content.active {
    display: block;
    justify-items: center;
    padding-top: 30px;
}
.m-search-hubdb__form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-top: 30px;
}
.m-search-hubdb__form-control {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.m-search-hubdb__form-input {
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    margin: 0;
    min-height: 46px;
    padding: 6px 8px;
    width: 500px !important;
}
@media (max-width: 768px) {
    .m-search-hubdb__form-input {
        max-width: 240px;
    }
}
.m-search-hubdb__form-input.error {
    border: 1px solid #c00202;
}
.m-search-hubdb__form-helper {
    color: #c00202;
    display: none;
}
.m-search-hubdb__form-helper.show {
    display: block;
}
.m-search-hubdb__form-button {
    background-color: #5919f7;
    border-color: #5919f7;
    height: 50px;
    padding: 0;
    width: 50px;
    border-radius: 6px;'
    cursor: pointer !important;
}
.m-search-hubdb__form-button svg {
    fill: #fff;
    width: 30px;
    display: inline !important;
    cursor: pointer !important;
}
.m-search-hubdb__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    justify-content: center;
    list-style: none;
    margin: 64px auto;
    max-width: 720px;
    padding: 0;
}
.m-search-hubdb__list-item {
    border-radius: 6px;
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    flex: 0 0 auto;
    max-width: calc(50% - 50px);
    overflow: hidden;
}
@media (max-width: 576px) {
    .m-search-hubdb__list-item {
        max-width: 100%;
    }
}
.m-search-hubdb__list-item a {
    text-decoration: none;
}
.m-search-hubdb__list-item__image {
    width: 100%;
}
.m-search-hubdb__list-item__title {
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 12px;
}
.m-search-hubdb__button {
    display: block;
    margin: 32px auto;
   background-color: #5919f7;
    border: 1px solid #5919f7;
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    border-radius: 6px;
    text-align: center;
}
.m-search-hubdb__button.hide {
    display: none;
}
::-moz-placeholder {
    color: #000;
    font-style: italic;
    opacity: 0.3;
}
:-ms-input-placeholder {
    color: #000;
    font-style: italic;
    opacity: 0.3;
}
::placeholder {
    color: #000;
    font-style: italic;
    opacity: 0.3;
}
:input-placeholder {
    color: #000;
    font-style: italic;
    opacity: 0.3;
}
