.help_title h2 {
    margin: 0px;
}

.help_title {
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.row {
    /* margin-bottom: 1.6rem; */
}

#Help .row .cell.help_post
{
    padding: 1.6rem;
    margin-bottom: 16px;
    margin-top: 8px;
    width: fit-content;
}

.modal .cell.help_post {
    padding: 1.6rem;
}

.modal .cell.help_post .row {
    display: flex;
    padding-bottom: 12px;
}

.row .cell.help_post
{
    font-size: 1.4rem;
    background: #F0F0F3;
    box-shadow: -10px -10px 30px #FFFFFF, 10px 10px 30px rgba(174, 174, 192, 0.4);
    border-radius: 8px;
    max-width: 1888px;
    text-align: left;
    line-height: 2rem;
}

.help_post .row .cell
{
    padding-left: 0px;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
}

.help_copy
{
    padding-bottom: 1.6rem;
}

.help_copy .header
{
    margin: 0px;
}

.help_copy .header:not(.first)
{
    margin-top: 1.6rem;
}

.help.help_wrapper
{
    display: none;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #00AAFF;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: -0.8rem;
    border: 2px solid #FFFFFF;
}

i.help {
    font-size: 0.8rem;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.help.help_wrapper.error, i.help_demo.error
{
    background-color: #ff0047;
}

i.help, i.help_demo
{
    /* left: 11px; */
    padding: 0.2rem;
    /* background-color: #FFFFFF; */

    /* top: -2px; */
}

.help_copy div.img img
{
    display: block;
    margin-bottom: 0.8rem;
}

.help_copy div.img
{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

button .help.help_wrapper {
    right: 0.4rem;
    bottom: 0.8rem;
    background-color: #00AAFF !important;
}

button .help.help_wrapper.error {
    background-color: #ff0047 !important;
}

button .help.help_wrapper i {
    padding-left: 0px;
}

.help.help_wrapper.help_report-data
{
    right: -0.8rem;
}

.question
{
    /* font-weight: bold; */
    /* font-style: italic; */
    border-radius: 8px;
}

.question.active
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.answer
{
    padding: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#Help .cell.list-content {
    height: 24rem;
    width: 16rem;
    display: inline-flex;
    flex-direction: column;
    padding: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-top: 8px;
    background: #F0F0F3;
    box-shadow: -10px -10px 30px #ffffff, 10px 10px 30px rgb(174 174 192 / 40%);
    border-radius: 8px;
    background-size: cover;
    /* position: relative; */
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#Help .help_link
{
    cursor: pointer;
}

#Help .cell.list-content .cell {
    display: block;
}

#Help .cell.list-content .cell.title {
    height: 4.2rem;
    display: flex;
    align-self: center;
}

#Help .cell.list-content .cell.featured_img {
    padding: 0px;
}

#Help .cell.list-content .cell.featured_img img {
    height: 12rem;
    object-fit: fill;
    width: 100%;
}

#Help h2 {
    font-size: 2.0rem;
    text-decoration: underline;
    text-transform: none;
    display: inline-block;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
}

#Help h3 {
    font-size: 1.6rem;
    text-transform: none;
    font-weight: bold;
    display: inline;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}