.footer-image-xenbit {
    text-align: right; /* Aligns the content to the right */
}

@media (max-width: 992px) {
    .footer-text-xenbit {
        text-align: center; /* Resets text alignment for larger screens */
    }

    .footer-image-xenbit {
        margin-top: 1rem;
        text-align: center; /* Resets text alignment for larger screens */
    }
}

.dropify-wrapper .dropify-message p {
    font-size: 16px !important;
}

.custom-select {
    color: inherit !important;
}

/* swal2 */
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: var(--primary) !important;
}

.bg-info-light {
    background: rgb(38, 194, 247, 0.5) !important;
}

.fade-out {
    transition: background-color 1s ease-out;
    background-color: transparent !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.effect-rotate {
    display: inline-block;
}

/* Enround */
.form-control,
.custom-select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
}

.select2-container .select2-search--inline .select2-search__field { 
    margin-top: 7px !important;
}

.prevent-select {
    user-select: none;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+/Edge */
}

.alert {
    border-radius: 0 !important;
}

.select2-container {
    width: 100% !important;
}