.elementor-46 .elementor-element.elementor-element-7f80d04{--display:flex;--justify-content:center;overflow:visible;}#elementor-popup-modal-46{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-46 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-46 .dialog-close-button{display:flex;}#elementor-popup-modal-46 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b5a5ab2 */.custom-top-search{
    width:100%;
    margin: 28px auto 0 auto;
    opacity: 0;
    transform: translateY(-18px);
    animation: topSearchFade 1s ease forwards;
}

.custom-top-search-form{
    position: relative;
    display: flex;
    align-items: center;
}

.custom-top-search-form input[type="search"]{
    width: 100%;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(10,10,10,0.94);
    color: #fff;
    padding: 0 110px 0 18px;
    font-size: 14px;
    outline: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}

.custom-top-search-form input[type="search"]::placeholder{
    color: rgba(255,255,255,0.70);
}

.custom-top-search-form .search-submit{
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-top-search-form .search-close{
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #fff;
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 0;
    opacity: .9;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes topSearchFade{
    from{
        opacity: 0;
        transform: translateY(-18px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.dialog-widget-content,
.elementor-popup-modal .dialog-message{
    background: transparent !important;
    box-shadow: none !important;
}

.elementor-popup-modal{
    align-items: flex-start !important;
}

.elementor-popup-modal .dialog-close-button{
    display: none !important;
}

@media (max-width: 767px){
    .custom-top-search{
        width: calc(100% - 24px);
        margin-top: 16px;
    }

    .custom-top-search-form input[type="search"]{
        height: 50px;
        font-size: 13px;
        padding: 0 95px 0 16px;
    }

    .custom-top-search-form .search-submit{
        right: 42px;
    }

    .custom-top-search-form .search-close{
        right: 12px;
    }
}/* End custom CSS */