

/* Start:/local/modules/HelpPageHBox/style.css?17833299742543*/
.HelpPageHBox {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.HelpPageHBox a,
.HelpPageHBox p,
.HelpPageHBox span { 
    font-family: "Circe", sans-serif; 
    font-weight: 400;
    font-size: .9rem; 
    color: var(--color-text);
    letter-spacing: .3px
}

.HelpPageHBox > * {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin-inline: 10px;
    max-width: 1200px;
    background: #fff;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px;
}

.HelpPageHBox h2 { font-size: 1rem; font-weight: 700; letter-spacing: .5px; text-align: left; color: black; }

.HelpPageHBox h5 { font-weight: 600; margin-top: 30px; }

.HelpPageHBox p { fmargin-top: 10px; margin-bottom: 10px; }

.HelpPageHBox ._abtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    height: 30px;

    margin-top: 10px;
    margin-right: 10px;
    padding-inline: 15px;

    border: 1px solid rgb(212, 220, 223);
    border-radius: 20px;

    font-size: .8rem; 
    color: rgb(63, 63, 67);
    letter-spacing: .5px;
    font-weight: 600;
}

.HelpPageHBox ._abase { color: rgb(63, 63, 67); text-decoration: underline; }

.HelpPageHBox ._divrow { display: flex; flex-direction: row; margin-bottom: 10px; }

.HelpPageHBox > * > ul { display: flex; flex-direction: column; }

.HelpPageHBox > * > ul > li { display: flex; flex-direction: column; padding: 20px; border-bottom: 1px solid rgb(212, 220, 223);  }

.HelpPageHBox > * > ul > li:last-child { border: none; }

.HelpPageHBox > * > ul > li > *:first-child { display: flex;  width: 100%; justify-content: space-between; }

.HelpPageHBox > * > ul > li > *:first-child > svg { width: 20px; height: 20px; fill: black; stroke: black; }

.HelpPageHBox > * > ul > li[data-isActive="true"] > *:first-child > *:nth-child(2) { display: none; }

.HelpPageHBox > * > ul > li > *:first-child > *:nth-child(3) { display: none; }

.HelpPageHBox > * > ul > li[data-isActive="true"] > *:first-child > *:nth-child(3) { display: flex; }

.HelpPageHBox > * > ul > li > *:nth-child(2) { 
    display: none; flex-direction: column; 
    padding-top: 20px; 
    box-sizing: border-box;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.HelpPageHBox > * > ul > li[data-isActive="true"] > *:nth-child(2) { display: flex; }
.HelpPageHBox > * > ul > li[data-isActive="false"] > *:nth-child(2) { display: none; }
/* End */
/* /local/modules/HelpPageHBox/style.css?17833299742543 */
