/* Basic reset */
.new-header-dropdown-content {
    display: none;
    position: absolute;
    top: 55px;
    right: 8px;
    z-index: 100;
    width: 450px;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #D6DCE1;
    background: #FFF;
    box-shadow: 0 2px 6px 0 rgba(0, 32, 54, 0.15);
    font-size: 14px;
    font-family: "Roboto";    
}
.new-header-dropdown-content h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #353535;
    font-size: 28px;
    font-style: normal;
    font-weight: 400 !important;
    font-family: inherit;
    line-height: 36px;
    letter-spacing: 0.029px;
}
.new-header-dropdown-content h3 a {
    color: #0174C3;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.017px;
}
.new-header-dropdown-content h3 a i {
    color: #0174C3;
}
.new-header-dropdown-content h3 a:focus {
    outline: unset;
}
.new-header-dropdown-content h5 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}
.new-header-dropdown-content i {
    font-size: 16px;
    color: #363636;
}
.new-header-dropdown-item {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-family: inherit;
    padding: 10px 0;
    margin: 8px 0;
    color: #333;
    transition: color 0.3s;
}
.new-header-dropdown-item a {
    color: #353535;
    font-family: inherit;
}
.new-header-dropdown-item a:focus {
    outline: none;
}
.icon-text-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #636A6E;
}
.icon-text-wrapper i {
    font-size: 16px;
    width: 18px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-text-wrapper span {
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    color: #636A6E;
}
.new-header-dropdown-item a:hover {
    color: #0174c3;
}
.new-header-dropdown-item a:hover i {
    color: #0174c3;
}
#dropdown-content hr {
    margin: 12px 0;
    border: none;
    border-top: 1px solid #ddd;
}
.new-header-dropdown-open-icon {
    margin-left: auto;
    color: #363636;
    cursor: pointer;
    float: right;
}
.new-header-dropdown-content.show {
    display: block;
}
.new-header-dropdown-header {
    line-height: 15px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    padding: 15px 15px 9px;
    margin: 20px -10px 6px -10px;
    background: #eee;
    border-radius: 4px;
}
.business-support {
    background: #f5f5f5;
    padding: 10px 10px;
    margin: 10px 0;
    font-size: 12px;
}