/* Override the Elementor loading screen */
body #elementor-loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #000000, #333333) !important;
    z-index: 99999 !important;
    animation: gradientAnimation 3s ease infinite !important;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* PUIUX Custom styles */
img.puiux-style-logo {
    display: block;
    width: 25px;
    margin: 0 auto;
}

.puiux-button {
    text-align: center;
    width: inherit;
    padding: 25px !important;
    border-radius: 10px !important;
    background: #000 !important;
    outline: 2px dashed #00000057 !important;
    outline-offset: 10px;
    font-family: 'cairo' !important;
    border: none !important;
    box-shadow: 0 10px 35px -7px #0000006e;
}

.puiux-editor-style {
    letter-spacing: 0 !important;
    font-family: 'cairo' !important;
    direction: rtl !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.puiux-loader {
    border-radius: 50% !important;
    padding: 20px !important;
    height: 100% !important;
    width: 50% !important;
    background-color: #ffffff !important;
    box-sizing: border-box;
    box-shadow: 0 10px 40px 4px rgb(0 0 0 / 6%) !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
}

.puiux-loader-wrapper {
    gap: 25px !important;
}

.img-logo-puiux {
    margin-bottom: -5px;
}


.ab-sub-wrapper {
    display: none !important;
}