.load-wrapp {
    z-index: 1000000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.requiredStar {
    font-size: 0.5rem;
}

.selectLabel {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 0.75rem;
}

.selectWrapper {
    border-radius: 36px;
    overflow: hidden;
    border: 1px solid #cccccc;
    padding-left: .5rem;
    padding-right: .5rem;
}

.selectBox:invalid {
    color: gray;
}

.selectBox {
    color: #000 !important;
    border: 0
}

/* Style for the options text */
.selectBox option {
    color: #000 !important;
}

/* Style for the placeholder text */
.selectBox option[value=""] {
    color: #aaa !important; /* Light color for placeholder text */
}

/* Member Info */
.member-info-container {
}

.member-info-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.member-avatar-img {
    width: 50%;
    max-width: 180px;
}

.empty-box-img {
    width: 40%;
    max-width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.member-info-table > tbody > tr > td {
    vertical-align: middle;
}