﻿
.indicator-progress {
    display: none
}

[data-kt-indicator=on] > .indicator-progress {
    display: inline-block
}

[data-kt-indicator=on] > .indicator-label {
    display: none
}

.validationMessage {
    width: 100%;
    margin-top: .5rem;
    font-size: .95rem;
    color: var(--bs-danger-text);
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

.swal-button--confirm {
    background-color: rgb(13, 139, 212) !important;
}

    .swal-button--confirm:hover {
        background-color: rgb(0, 82, 128) !important;
    }


.swal-text {
    text-align: center;
}
