.companyValue {
    margin-left: 1px;
    border-radius: 10px;
    background: rgb(0, 159, 227) !important;
    border: 2px solid rgb(0, 159, 227) !important;
    color: rgb(255, 255, 255) !important;
    visibility: hidden;
    padding: 0 0 0px 0em !important;
}

.companyValue a:hover {
    background-color: #005a87;
}

.companyLogo {
    height: 50px;
    width: 50px;
}

.dropdowncontainer {
    display: flex;
    align-items: center;
    padding: 5px !important;
    width: 100% !important;
    color: white;
}

.text {
    font-size: 20px;
    padding-left: 20px;
    width: 100%;
}

.domain {
    text-align: right;

    width: 100%;
}