.dropdown_socialMedia{
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #d2d2d7;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    height: 53px;
    padding: 10px 6px 0px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.75;
    font-family: "DM Sans","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    color: #1d1d1f;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
}
.removeIcon_socialMedia{
    position: absolute;
    top: 20px;
    right: 4px;
    width: 30px;
    fill: #424245;
    cursor: pointer;
}

.addIcon_socialMedia{
    display: block;
    margin-top: 20px;
    width: 30px;
    cursor: pointer;
}
