.mn-reservation .mn-message-sent{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000000b3;
    color: #fff;
    z-index: 100;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 26px;
    display: none;
}
.mn-reservation .mn-inputForm::placeholder {
  color: #ffffff;
}
.select2-container--default .select2-selection--single {
    background-color: #646464;
    border: 1px solid #646464;
    border-radius: .375rem;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 5px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
    margin-left: -6px;
    margin-top: 0px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: .375rem;
}
.input-img-room{
    height: 50px;
    margin-right: 5px;
    border-radius: 4px;
}