.gameletgp3control .title {
    font-family: "Metropolis Regular";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
    color: #0d4962;
    margin-top: 10px;
}

.gameletgp3control .content {
    display: flex;
    align-items: center;
}

.gameletgp3control .content .nameInput,
.gameletgp3control .content .valueInput {
    width: 43%;
    margin-right: 15px;
}

.gameletgp3control .content .deleteIcon {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/bo/delete@3x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 45px;
}

/* DARK MODE */
.dark .gameletgp3control .title {
    color: white;
}
.dark .gameletgp3control .content .deleteIcon {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/bo/delete-dk@3x.png);
}
