.waves {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #F1ECE3;
    min-height: 100vh;
    width: 100%;
    transform: translateX(-50%);
    background-size: 130%;
}

@media (min-width: 510px) {
    .waves {
        background-position: center -30px;
    }
}

@media (min-width: 750px) {
    .waves {
        background-position: center -50px;
    }
}

@media (min-width: 990px) {
    .waves {
        background-size: 100%;
        background-position: top;
    }
}

@media (min-width: 1280px) {
    .waves {
        background-position: center -160px;
    }
}

@media (min-width: 1200px) {
    .waves {
        background-position: center 300px;
    }
}

.c-rounded {
    border-radius: 10px;
}

.c-rounded-l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.c-rounded-r {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.c-rounded-t {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.c-rounded-b {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.c-border {
    border: 1px solid #D5DAE2;
}

.c-border-b {
    border-bottom: 1px solid #D5DAE2;
}

.c-box-shadow {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.hr-c {
    border-color: #e5e7eb;
}
.spotlight-btn {
    width: 320px;
    padding: 16px 24px;
    border: 1px solid #adb293;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 3px;
}

.spotlight-btn.spotlight-btn-active {
    background: #adb293;
    border: 1px solid #adb293;
    font-weight: 500;
    color: #fff;
    outline: none;
}
    @media (max-width: 1024px) {
    .spotlight-btn-container {
    margin: 16px;
    }
    .first-spotlight-btn {
    margin-bottom: 3px;
    }
    }



.second-banner > *:not(:last-child) {
    margin-bottom: 32px;
}


#inputSearchTermHome {
    padding: 12px 24px;
    width: 100%;
    border: 1px solid #adb293;
    font-weight: 400;
    outline: none;
    border-radius: 0px;
}

#inputSearchTermHome::placeholder {
    color: #ADB6CA;
}

@media (max-width: 767px) {
    #inputSearchTermHome {
        padding: 8px;
        border: 1px solid #adb293;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

#inputSearchTermHomeBtn {
    background-color: #adb293;
    border-radius: 0px;
    padding: 13px 20px;
    margin-left: 24px;
    color: #ffffff;
    width: 170px;
    height: 48px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    box-sizing: border-box;
    flex-shrink: 0;
    outline: none;

}

#inputSearchTermHomeBtn span {
    display: flex;
}

@media (max-width: 767px) {
    #inputSearchTermHomeBtn {
        padding: 12px;
        border-radius: 0 0px 0px 0;
        margin-left: unset;
    }
}

#breadcrumbs a {
    color: #627381;
}

#breadcrumbs a:not(:last-child):after {
    content: "/";
    color: #adb293;
    display: inline-block;
}

#breadcrumbs a:last-child {
    color: #627381B2;
}

.type-list > :not(:last-child) {
    margin-bottom: 24px;
}

.row-tables-container {
    display: flex;
    width: 100%;
    background: #FFFFFF;
}

.row-tables-container > * {
    flex: 0.5 1 0;
}

.row-tables-container table:not(:first-child) {
    margin-left: 1.625rem;
}

@media (max-width: 767px) {
    .row-tables-container {
        flex-wrap: wrap;
    }

    .row-tables-container table:not(:first-child) {
        margin-left: unset;
    }

    .row-tables-container > * {
        flex-grow: 1;
    }
}

.msv-field {
    margin: 0;
    border-radius: 2px;
    background-color: #adb293;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 4px;
    width: fit-content
}

.pagination-button {
    padding: unset;
    background: none;
    border: none;
    margin-right: -8px;
}

.pagination-button.left {
    margin-right: 0;
    margin-left: -8px;
}

.pagination-button.left img {
    transform: rotate(180deg);
}

.pagination-button.disabled img {
    opacity: 0.2;
}

.autocomplete {
    position: relative;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 999999;
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-weight: 300;
    padding-left: 16px;
}
.autocomplete-items div:hover {
    background-color: #e9e9e9;
    border-left: 4px solid #adb293;
    font-weight: 400;
    margin: unset;
    padding-left: 12px;
}

.kw-types-table {
    height: 100%;
    vertical-align: top;
}
