.input-cover {
    position: absolute;
    inset: 0px;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    background-color: rgba(1, 1, 1, 0);
    padding: 12px;
}

.input-cover-img {
    content: url('../assets/loading.gif');
}

.select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container .select2-selection--single {
    height: 46px !important;
}

.select2-selection__arrow {
    height: 46px !important;
}

.swal2-container {
    z-index: 10000;
}