.help-center-template-main-container {
    font-family: "Segoe UI", monospace;
    text-align: center;
    padding: 20px 15px 50px;
    width: 100%;
    min-height: 100vh;
    background: #FAEC54 url("/static/feelloud/background_fl_yellow_v0.5.png") no-repeat center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.help-center-template-content-container {
    text-align: left;
    margin: 20px auto 50px;
    border: hsla(180, 65%, 34%, 5) solid 3px;
    border-radius: 6px;
    max-width: 1000px;
    background-color: rgba(54, 54, 54, 0.99);
    z-index: 1000;
    box-shadow: 0 0 15px 10px #000000;
    padding: 10px 30px 50px;
    min-height: calc(100vh - 150px);
}

.help-center-template-content-logo {
    height: 55px;
    width: auto;
    margin: 0 auto 10px
}

.help-center-template-content-main-header {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 10px 0 40px -30px;
    font-weight: bold;
    width: calc(100% + 60px);
    background-color: #1e8e8e;
    padding: 8px 0;
}

.help-center-artist-template-content-main-header {
    font-size: 1.4rem;
    color: #1c1c1c;
    text-align: center;
    margin: 10px 0 40px -30px;
    font-weight: bold;
    width: calc(100% + 60px);
    background-color: #faec54;
    padding: 8px 0;
}

.help-center-content-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 35px;
}

@media only screen and (max-width: 768px) {
    .help-center-content-cards-container {
        grid-template-columns: 1fr
    }
}

.help-center-content-card {
    background-color: #212121;
    border-radius: 10px;
    padding: 20px 16px;
    color: #fff;
    font-size: 1.25rem;
    fill: #FAEC54;
    outline: #1e8e8e 1px solid;
    outline-offset: -5px;
    cursor: pointer;
    transition: 200ms;

}

.help-center-content-card:hover {
    background-color: #313131;
    outline: #faec54 1px solid;
    outline-offset: -7px;
    color: #faec54;
}

.help-center-content-card i {
    color: #faec54;
    margin-right: 10px;

}


.help-center-template-content-chapter-container {
    border-top: 1px solid #1e8e8e;
    max-width: 750px;
    width: 95%;
    margin: 50px auto 40px;
}

.help-center-template-content-chapter-header {
    font-size: 1.3rem;
    color: #1e8e8e;
    text-align: left;
    margin: 20px auto 20px;
    font-weight: bold;
}

.help-center-template-content-chapter-txt {
    color: white;
    font-size: 1rem;
    margin: 0 auto 40px;

}

.help-center-content-faq-accordion-container {

}

.help-center-content-faq-accordion-card {
    background-color: #1c1c1c;
    border: 1px solid #1e8e8e;
}

.help-center-content-faq-accordion-card-header-btn {
    color: #aaa;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 200ms;

}

.help-center-content-faq-accordion-card-header-btn:hover {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.help-center-content-faq-accordion-card-header-btn:focus {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
}

.help-center-content-faq-accordion-card-body {
    background-color: #262626;
    color: #faec54;
}

.help-center-content-faq-accordion-card-body li {
    margin: 15px 0 !important;
    color: white;
}

.help-center-content-faq-accordion-card-body a {
    text-decoration: underline;
}

.help-center-content-faq-accordion-card-check-item {
    color: white;
    margin: 25px 0 15px 0 !important;

}

.help-center-content-faq-accordion-card-check-item label {
    max-width: calc(100% - 55px);
    margin-left: 5px;
}


.help-center-content-faq-other-questions-text {
    color: #aaa;
    margin: 100px auto 50px;
    text-align: center;
}

.help-center-content-faq-other-questions-text a {
    color: #1e8e8e;
}

.help-center-content-back-to-start-a {
    font-size: 0.85rem;
    color: #aaa;
}

.help-center-content-back-to-start-a:hover {
    color: dodgerblue;
}

.help-center-content-topic-main-header-container {
    margin: 0 0 50px;
}

.help-center-content-topic-main-header {
    color: #faec54;

}

.help-center-content-topic-index-container {

}

.help-center-content-topic-index-header {
    color: #FFFFFF;
}

.help-center-content-topic-index-ul {

}

.help-center-content-topic-index-ul li {
    margin: 5px 0;
}

.help-center-content-topic-index-ul li a {
    color: #1e8e8e;
}


.help-center-content-topic-header {
    color: #1e8e8e;
}

.help-center-content-legal-topic-header {
    color: #faec54;
    margin: 75px 0 0;
    font-weight: bold;
}

.help-center-content-topic-txt {
    color: #fff;
}

.help-center-content-legal-topic-txt {
    color: #fff;
    margin: 30px 0;
}

.help-center-content-legal-topic-txt span {
    color: #1e8e8e;
    font-weight: bold;
}

.help-center-content-legal-topic-txt a {
    text-decoration: underline;
}

.help-center-content-legal-topic-sub-txt {
    color: #fff;
    font-size: 0.95rem;
    margin: 0 0 30px 20px;
}

.help-center-content-legal-topic-sub-txt span {
    color: #1ca4a4;
    font-weight: bold;

}

.help-center-content-legal-topic-table {
    width: 100%;
    border: solid 1px #FFFFFF;
    margin: 30px 0;
    background-color: #262626;

}

.help-center-content-legal-topic-table tr {

}

.help-center-content-legal-topic-table th {
    padding: 8px 14px;
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
    color: #1e8e8e;
}

.help-center-content-legal-topic-table td {
    padding: 12px 14px;
    color: #FFFFFF;
    font-size: 0.9rem;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;

}

.help-center-content-topic-image {
    width: 100%;
    height: auto;
}

.help-center-content-topic-txt-ol {
    color: #fff;
    margin: 0 0 25px;
}

.help-center-content-topic-txt-ol li {
    margin: 15px 0;
    color: #faec54;
}

.help-center-content-topic-txt-ol-hint-txt {
    color: #aaa;
    font-size: 0.8rem
}

.help-center-content-topic-hr {
    margin: 50px auto;
}

.help-center-artist-template-main-container {
    font-family: "Segoe UI", monospace;
    text-align: center;
    padding: 20px 15px 50px;
    width: 100%;
    min-height: 100vh;
    background: url("/static/feelloud/mic_v0.5.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.help-center-artist-template-content-container {
    text-align: left;
    margin: 20px auto 50px;
    border: hsla(55, 94%, 65%, 5) solid 3px;
    border-radius: 6px;
    max-width: 1000px;
    background-color: rgba(54, 54, 54, 0.99);
    z-index: 1000;
    box-shadow: 0 0 15px 10px #000000;
    padding: 10px 30px 50px;
    min-height: calc(100vh - 150px);
}

.help-center-artist-template-content-chapter-container {
    border-top: 1px solid #FAEC54;
    max-width: 750px;
    width: 95%;
    margin: 50px auto 40px;
}