#uat-prod-access-form #uatDropdown{
  width: max-content;
  position: relative;
}

#uat-prod-access-form #uatDropdown .uat-dropdown-active{
    background: #97144D;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    gap: 0 10px;
    align-items: center;
    justify-content: space-between;
}

#uat-prod-access-form #uatDropdown .uat-dropdown{
    width: 100%;
    background: #ffffff;
    display: block;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0px 0 5px 5px;
    position: absolute;
    z-index: 10;
    margin-top: 1px;
}

#uat-prod-access-form #uatDropdown .uat-dropdown .uat, #uat-prod-access-form #uatDropdown .uat-dropdown .prod{
    border: none;
    border-radius: 0;
    outline: none;
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #97144D;
    width: 100%;
    font-family: 'Lato-Regular';
    font-weight: normal;
    text-align: left;
}

.uat-dropdown.uat-none {
    display: none !important;
}
