.aa-DetachedOverlay {
    background-color: rgb(0 0 0/.2) !important;
    backdrop-filter: blur(3px);
}

.aa-DetachedContainer--modal {
    top: 20% !important;
}

.aa-Form {
    border: unset !important;
    box-shadow: none;
}

.aa-Form:focus-within {
    box-shadow: none !important;
}

.aa-Input {
    background-color: #ffffff !important;
    border: unset !important;
    color: #0f172a !important;
    font-size: .875rem !important;
    height: 3.5rem !important;
}

.aa-Input::placeholder {
    color: #6b7280 !important;
}

.aa-SubmitIcon {
    color: #0f172a !important;
}

.aa-NoResults {
    color: #94a3b8;
    font-size: 1.125rem;
    padding: 2rem 1rem 2rem !important;
    text-align: center;
}

.aa-ItemContentTitle {
    color: #262627 !important;
    font-weight: bold;
}

.aa-ItemContentTitle mark {
    color: #0060de !important;
}

.aa-DetachedSearchButton {
    background-color: #1b61c1 !important;
    border-radius: 3px !important;
    border: 1px solid #1b61c1 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
}

.aa-DetachedSearchButtonIcon {
    display: none;
}

.aa-DetachedSearchButtonPlaceholder {
    color: #ffffff;
    text-transform: none;
}

@media (max-width: 1200px) {
    .search-item {
        display: none;
    }

    .aa-DetachedSearchButton {
        background-color: transparent !important;
        border: none !important;
        padding-right: 10px !important;
    }

    .aa-DetachedSearchButtonIcon {
        display: block;
    }

    .aa-SubmitIcon {
        color: white !important;
        height: 25px;
        width: 25px;
    }

    .aa-InputWrapperPrefix .aa-SubmitIcon {
        color: #0f172a !important;
    }

    .aa-DetachedSearchButtonPlaceholder {
        display: none;
    }
}
