.invalid-feedback {
    display: block;
}

[v-cloak] {
    display: none;
}

.notifyjs-corner {
    z-index: 100000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6da !important;
    padding: .5rem !important;
}

.badge {
    font-size: 10px;
    font-weight: normal;
}

.badge.bg-warning {
    color: #fff;
}

.user-select-none {
    user-select: none;
}

@media print {
    .dist {
        display: none !important;
    }

    button {
        display: none !important;
    }

    .table-responsive {
        /* overflow: hidden; */
    }
}

.alert-info {
    color: white;
}

aside {
    z-index: 5;
}

.selection>span.select2-selection.select2-selection--single {
    height: 41.78px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6da !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #495057;
}