.pointer-none {
    pointer-events: none;
    opacity: 0.6;
}

.select2-container--open {
    z-index: 999999 !important;
}

.select2-dropdown {
    z-index: 999999 !important;
}


label:has(+ input:required)::after {
    content: '  *';
    color: #f44336;
}

label:has(+ select:required)::after {
    content: '  *';
    color: #f44336;
}

label:has(+ textarea:required)::after {
    content: '  *';
    color: #f44336;
}

label[for="status"]::after {
    content: '  *';
    color: #f44336;
}

.select2-container .select2-selection--single .select2-selection__clear span {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    line-height: 38px;
    margin-right: 22px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    top: 7px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    color: #000000 !important;
}

.form-select {
    height: 38px;
}

.iti {
    position: relative;
    display: flex !important;
}

.iti__country-list {
    z-index: 999 !important;
}