.ErrorMsgArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em;
    color: crimson;
}

.react-select .react-select__control {
    border: none;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 10px 0px !important;
    padding: 0.375rem 0.25rem 0.375rem 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    word-wrap: normal;
    text-transform: none;
    font-family: inherit;
    box-sizing: border-box;
}

.white-box .react-select {
    flex: 1;
    margin-right: 0.25rem;
}

@media only screen and (max-width: 1199.98px) {
    .white-box .react-select {
        flex: auto;
        margin-bottom: 10px;
        width: 100% !important;
    }
}