.addbutton {
    background-color: #0d4962;
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
    border-radius: 16px;
    cursor: pointer;
    padding: 0 15px;
    column-gap: 5px;
}

.addbutton .label {
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
}

.addbutton .icon {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/bo/icon-plus@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}
