.content_txt{
    position: relative;
}
.no-results {
    font-size: 13px;
}
  .select-wrapper{
    background-color: transparent;
    border-radius: 0px;
    border: none;
    height: inherit;
    color: inherit;
}
.select-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px #00000029;
    z-index: 1;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    padding: 15px;
    z-index: 9;
}
.select-option {
    padding: 10px 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 13px;
}
.placeholder{
    display: block;
    min-height: inherit;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    width: 100%;
    font-family: inherit;
    color: #6d6d6d !important;
    font-size: 14px;
}
.options-container {
    overflow-y: auto;
    max-height: 150px;
}
.selected-display {
    display: flex;
    padding: 15px 10px;
    appearance: none;
    border: none;
    background: 0 0;
    height: 50px;
    color: #6d6d6d;
    border-bottom: 1px solid #647384;
    font-size: 14px;
}
.mobile-field-group .selected-display{
  margin-right: 10px;
}
.mobile-field-group .selected-display .placeholder{
  text-overflow: ellipsis;
  max-width: 50px;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.error-message {
    font-size: 12px;
    margin-top: 5px;
    color: #b91616;
    font-family: DMSans-Regular;
    padding: 0px 5px;
}
.general-error-message {
    font-size: 14px;
    font-weight: bold;
    color: #b91616;
    margin: 0 0 30px;
}