body {
    padding: 20px 0;
    font-family: 'Roboto', Arial, sans-serif;
}

.sf-display-none {display: none;}

legend.required:after,
label.required:has(+input[type="text"]):after,
label.required:has(+div):after,
.form-label-small.required:after
{
    content: ' *';
    color: red;
}

.card {
    border-radius: 0;
}

label {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 20px;
}

input.form-control:not([type="file"]) {
    border-color: #c7c7c7;
    border-radius: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 1.33;
}

.input-group .input-group-append button {
    border-radius: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 1.33;
}

.form-control[type="file"] {
    border-radius: 0;
}

.br-0 {
    border-radius: 0;
}

.help-text {
    color: #5a5a5a;
    font-size: 15px;
}

.p50 {
    padding: 50px;
}

#flash-messages {
    margin-top: -10px;
}

.nav.bg-dark a.active {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
    font-weight: bold;
    border-radius: 0;
}

.top-logo {
    background-image: url('/images/open_logo_small.jpg');
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.row.js-tracks-wrapper,
.row.track-list {
    margin: 0 !important;
}

.row.track-list {
    padding: 0;
}

.row.js-tracks-add > .tracks {
    flex: 1;
}

div[id^="release_tracks_"].release-track {
    border: 1px solid #c2c2c2;
}

.select2-container .select2-selection--single {
    height: 48px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 16px;
}

legend.col-form-label {
    color: #5a5a5a;
    font-size: 24px;
}

.bg-1 {
    background-color: #E3E3E3;
}

fieldset.js-track-singers-wrapper fieldset {
    border: 1px solid #c2c2c2;
    padding: 10px;
    margin-top: 10px;
}

fieldset.js-track-authors-share-wrapper fieldset {
    border: 1px solid #c2c2c2;
    padding: 10px;
    margin-top: 10px;
}

.artist-info .artist-info-title {
    color: #5a5a5a;
    font-size: 20px;
}

.artist-info-small .artist-info-title-small {
    color: #5a5a5a;
    font-size: 16px;
}

.artist-name {
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
}

.artist-name-small {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}

.btn-remove-rounded {
    background-color: #cdcdcd;
    color: #9c9c9c;
    padding: .10rem .20rem;
    border-color: #cdcdcd;
    font-size: 12px;
    margin-top: 12px;
}