

/* TEXT COLORS */

.wdx-text-gray {
    color: #505050 !important;
}

/* PARALLAX EFFECT */

[data-bs-theme=light]
.wdx-parallax-1 {
    /* The image used */
    background-image: url('/assets/media/backgrounds/bg10.jpeg');
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Z-index  COMPLEMENT */

.z-index-100 {
    z-index: 100 !important;
}

/* sweetAlert2 Z-Index */
.swal2-container {
    z-index: 1082!important;
}


/* sweetAlert2 Z-Index */
.swal2-container {
    z-index: 1082 !important;
}



