/* ===

Theme Name: TIDY app
Version: 1.0
Description: Website development by Koval Web
Author: Koval Web
Author URI: https://kovalweb.com/

=== */
.help-nav {
    display: flex;
    margin-bottom: 2rem;
}

.help-nav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
}

.help-nav ul li {
    margin-left: 0.75rem;
}

.help-nav ul li a {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--text-dark);
    letter-spacing: -0.25px;
    padding: 0.375rem 0.625rem;
    line-height: 1.43;
    border-radius: 100px;
}

.help-nav ul li:hover a {
    color: var(--accent-color);
}

.help-nav ul li.active a {
    color: var(--background-color);
    background-color: var(--text-dark);
}

.help-nav-main {
    position: relative;
    padding-left: 1.625rem;
    margin-left: 2rem;
}

.help-nav-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 1.5rem;
    margin-top: -0.75rem;
    background-color: var(--border-color);
}

.help-nav-current {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: -0.25px;
    padding: 0.375rem 0.625rem 0.375rem 1rem;
    line-height: 1.43;
    color: var(--text-dark);
    stroke: var(--text-dark);
    cursor: pointer;
}

.help-nav-current-arrow {
    position: relative;
    margin-left: 1rem;
}

.help-nav-current-arrow::after {
    content: "";
    position: absolute;
    left: -0.125rem;
    top: 1rem;
    border: 0.5rem solid transparent;
    border-bottom: 0.625rem solid var(--background-color);
    z-index: 3;
    transform: translateY(0.375rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
}

.help-row {
    display: flex;
    flex-wrap: wrap;
}

.help-sidebar {
    width: 100%;
    order: 2;
}

.help-sidebar-heading {
    position: relative;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #bcc2c9;
    line-height: 2.15;
    letter-spacing: 2.6px;
    margin-bottom: 0.25rem;
    padding-left: 1rem;
}

.help-sidebar-nav li {
    margin-bottom: 0.25rem;
}

.help-sidebar-nav li:last-child {
    margin-bottom: 0;
}

.help-sidebar-nav li a {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--text-primary);
    letter-spacing: -0.25px;
    padding: 0.375rem 1rem;
    line-height: 1.43;
    border-radius: 100px;
}

.help-sidebar-nav li:hover a {
    color: var(--text-dark);
}

.help-sidebar-nav li.active a {
    color: var(--background-color);
    background-color: var(--text-dark);
}

.help-sidebar-nav li.active a::after {
    content: "";
    position: absolute;
    right: 0.625rem;
    top: 50%;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.5625rem;
    background-image: url("../../img/icons/arrow-down-18-white.svg");
    background-repeat: no-repeat;
    z-index: 1;
}

.help-content {
    position: relative;
    font-size: 0.875rem;
    width: 100%;
}

.help-content .article {
    --margin: 1.5rem;
}

.help-content-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 0.25rem 3.5rem 0.25rem 0;
}

.help-content-header.help-content-header-clear {
    padding-right: 0;
}

.help-title {
    font-size: 1.75rem;
    margin: 0;
}

.help-print {
    position: absolute;
    right: 0;
    top: 0.1875rem;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

.help-content-footer {
    margin-top: 2.5rem;
    font-size: 0.75rem;
}

.help-content-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    min-height: 6.26rem;
    border-radius: 0.375rem;
    background-color: #f0f2f5;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
}

.help-content-contact {
    display: flex;
    align-items: center;
}

.help-content-contact img {
    margin-right: 0.625rem;
}

.help-content-date {
    font-style: italic;
}

.help-copyright {
    font-size: 0.75rem;
    line-height: 2.17;
    letter-spacing: -0.15px;
    color: #bcc2c9;
    margin-top: 2.5rem;
}

.help-heading {
    margin-bottom: 1.5rem;
    padding-top: 0.25rem;
}

.help-topics {
    margin-top: 2.75rem;
}

.help-topics-heading {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
}

.help-nav-links ul li a {
    position: relative;
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    line-height: normal;
    padding: 1.25rem 2.5rem 1.25rem 0.625rem;
    border-bottom: 1px solid var(--border-color);
}

.help-nav-links ul li a::after {
    content: url("../../img/icons/ic-right.svg");
    position: absolute;
    width: 1.125rem;
    height: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.625rem;
}

.help-nav-links ul li:hover > a {
    color: var(--accent-color);
}

.help-ill {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .help-nav-main {
        padding-left: 2rem;
    }

    .help-sidebar-nav ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .help-sidebar-nav ul li {
        width: 48%;
    }

    .help-content {
        padding: 2.5rem 2.5rem 2rem 2.5rem;
        border-radius: 0.5rem;
        box-shadow: 0 0 1.5rem 0 #eaedf1;
    }

    .help-title {
        font-size: 2rem;
    }

    .help-copyright {
        text-align: center;
    }

    .help-topics-heading {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .help-nav {
        margin-bottom: 1.5rem;
    }

    .help-row {
        flex-wrap: nowrap;
    }

    .help-sidebar {
        order: 0;
        max-width: 17.5rem;
    }

    .help-sidebar-nav ul {
        display: block;
    }

    .help-sidebar-nav ul li {
        width: 100%;
    }

    .help-content {
        margin-left: 2.5rem;
        order: 1;
    }

    .help-print {
        top: 0.3125rem;
    }

    .help-copyright {
        text-align: right;
    }

    .help-ill {
        padding-top: 4rem;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .help-title {
        font-size: 2.125rem;
    }

    .help-print {
        top: 0.375rem;
    }
}

@media (max-width: 767.98px) {
    .help-nav-main.open ul {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .help-nav-main.open .help-nav-current-arrow::after {
        transform: none;
        opacity: 1;
        visibility: visible;
    }

    .help-nav-main ul {
        position: absolute;
        left: 2rem;
        top: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(0.375rem);
        padding: 0.625rem 0;
        background-color: var(--background-color);
        border-radius: 0.5rem;
        box-shadow: 2px 4px 20px 1.4px rgba(45, 45, 45, 0.13);
        margin: 0;
        margin-top: 0.5rem;
        min-width: 170px;
        z-index: 2;
        transition: all 0.1s linear;
    }

    .help-nav-main ul li {
        margin: 0;
    }

    .help-nav-main ul li a {
        border-radius: 0;
        padding: 0.6rem 1rem;
    }

    .help-nav-main ul li.active a {
        background-color: var(--background-secondary-color);
        color: var(--text-dark);
    }
}

@media print {
    header, footer, nav, aside {
        display: none;
    }

    .help-nav,
  .help-print {
        display: none;
    }
}
