h3 {
    font-family: Montserrat, sans-serif;
    color: #59bec9;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2.75rem;
    margin-bottom: 3rem;
}

input,
.form-check-label {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.bootstrap-tagsinput .tag {
    background: #5c6bc0;
    padding: 4px;
    font-size: 14px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#product_tagsinput_div {
    width: 100%;
}

#save-btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 20%;
}

header {
    padding: 4rem 0;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center;
}

#playlink_form {
    margin-top: 6rem;
}

#playlink_form .left-label {
    font-size: 16px;
    font-weight: bold;
    color: #236192;
    padding-right: 0;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-center {
    justify-content: center;
}

button.continue {
    font-size: 21px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 1px;
    margin-top: 7rem;
}

button.continue:focus, button.continue:active {
    outline: unset;
}

.invalid-feedback {
    color: red;
}
