.select2-container {
    min-width: 200px;
}

.loading {
    .attr-modal-content {
        opacity: .8;
    }

    .ekit-spinner {
        display: block;
    }

    .attr-modal-dialog {
        >form {
            cursor: wait;
        }

        input,
        button,
        .select2-container {
            pointer-events: none;
            user-select: none;
        }

        .ekit-template-headerfooter-option-container,
        .attr-modal-title,
        .attr-modal-body {
            user-select: none;
        }
    }
}

.attr-modal-content {
    transition: opaicty .5s ease;
}

.attr-modal-dialog-centered {
    display: flex;
    align-items: center;
    height: 100%;

    >form {
        width: 100%;
    }
}