.btn-add-logo{
    background-color: #4EA72E;
    color: white;
    border-radius: 6px;
    /* line-height: 1.5; */
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border: 0;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    /* box-sizing: border-box; */
    height:35.99px
}

.cursor-pointer{
     cursor: pointer;
}
