.selectize-control > .selectize-input.items.not-full.has-options {
    height: 43px;
    padding-top: 10px;
}
.selectize-control > .selectize-input.items.not-full {
    height: 43px;
    padding-top: 10px;
}
.selectize-control > .selectize-input.items.has-options.full.has-items {
    height: 43px;
    padding-top: 10px;
}
.selectize-control > .selectize-input {
    border-radius: 0;
}
.selectize-dropdown.selectize-control {
    position: absolute;
    z-index: 99999;
}

body #register-form #member_criteria_alert .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-bottom: 5px;
    margin-top: 5px;
}

.criteria-header-item {
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-card-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
    width: 100px!important;
    height: 40px!important;
    max-height: 40px!important;
    max-width: 100px!important;
}
