@media only screen and (min-width: 1581px) {
    .container {
        max-width: 1550px !important;
    }
}

.heading_clear {
    min-height: 85px;
}

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading_clear {
        min-height: 82px;
    }
}

@media only screen and (max-width: 767px) {
    .heading_clear {
        min-height: 68px;
    }
}

@media only screen and (max-width: 479px) {
    .heading_clear {
        min-height: 70px;
    }
}

.helpDeskWrap {
    --card-padding: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap {
        --card-padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap {
        --card-padding: 15px;
    }
}

@media only screen and (min-width: 1581px) {
    .helpDeskWrap .container {
        max-width: 1570px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .helpDeskWrap .container {
        max-width: 1370px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .helpDeskWrap .container {
        max-width: 1170px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap .container {
        max-width: 970px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap .container {
        max-width: 750px;
    }
}

.helpDeskWrap_Topbreadcrumb {
    padding: 30px 0px;
    border-top: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_Topbreadcrumb {
        padding: 25px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_Topbreadcrumb {
        padding: 20px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_Topbreadcrumb {
        padding: 15px 0px;
    }
}

.helpDeskWrap_Topbreadcrumb .custom-cols {
    grid-template-columns: 3fr 9fr;
    align-items: center;
}

.helpDeskWrap_Topbreadcrumb ul li {
    color: #5b5675;
}

.helpDeskWrap_Topbreadcrumb ul li a {
    color: #5b5675;
}

.helpDeskWrap_Topbreadcrumb ul li a:hover,
.helpDeskWrap_Topbreadcrumb ul li a.active {
    color: var(--system-secondary);
}

.helpDeskWrap_search {
    padding: 40px 0px;
    background-color: #eef8fa;
    border-bottom: 1px solid #f0f1f2;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .helpDeskWrap_search {
        padding: 30px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_search {
        padding: 30px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_search {
        padding: 25px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_search {
        padding: 20px 0px;
    }
}

.helpDeskWrap #mobileFilter {
    display: none;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap #mobileFilter {
        display: block;
    }
}

.helpDeskWrap .left {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap .left {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 11;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        padding: 20px;
        overflow: auto;
        width: 230px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-in-out;
    }
}

.helpDeskWrap .left.show-filter {
    left: 0%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap .left .pt-12 {
        padding-top: 0px;
    }
}

.helpDeskWrap .right {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap .pt-12 {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap .pt-12 {
        padding-top: 1.5rem;
    }
}

.helpDeskWrap_title {
    border-bottom: 1px solid #f0f1f2;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_title {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
}

.helpDeskWrap_title > * {
    margin-bottom: 0px;
}

.helpDeskWrap_card {
    margin-bottom: 20px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_card {
        padding-bottom: 20px;
    }
}

.helpDeskWrap_card:not(:last-child) {
    border-bottom: 1px solid #f0f1f2;
}

.helpDeskWrap_card_title {
    font-weight: 500;
    color: var(--system-secondary) !important;
}

.helpDeskWrap_card_title strong {
    opacity: 0.8;
}

.helpDeskWrap_card_title i {
    color: var(--system-primary);
}

.helpDeskWrap_card_inner {
    --title-sp: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_card_inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_card_inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_card_inner {
        --title-sp: 10px;
    }
}

.helpDeskWrap_card_inner.info {
    padding: 0 12px;
    margin-bottom: var(--title-sp);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_card_inner.info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_card_inner.info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_card_inner.info {
        padding: 0px 8px;
    }
}

@media only screen and (max-width: 479px) {
    .helpDeskWrap_card_inner.info {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.helpDeskWrap_card_inner.info > div {
    margin-top: 0 !important;
}

@media only screen and (max-width: 479px) {
    .helpDeskWrap_card_inner.info > div {
        margin-top: 10px;
    }
}

.helpDeskWrap_card_inner > div {
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_card_inner > div {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_card_inner > div {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_card_inner > div:last-child {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_card_inner > div:last-child {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_card_inner > div:last-child {
        margin-top: 15px;
    }
}

.helpDeskWrap_card_inner h5 i {
    margin-right: var(--title-sp);
    color: var(--system-primary);
}

[dir="rtl"] .helpDeskWrap_card_inner h5 i {
    margin-left: var(--title-sp);
    margin-right: 0;
}

.helpDeskWrap_card_inner ul {
    padding-left: calc(var(--title-sp) + var(--title-sp));
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_card_inner ul {
        padding-left: 28px;
    }
}

.helpDeskWrap_card_inner ul li a {
    color: #5b5675;
    font-weight: 400;
    padding: 5px 0px;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_card_inner ul li a {
        padding: 3px 0px;
    }
}

.helpDeskWrap_card_inner ul li a i {
    margin-right: 10px;
    line-height: 24px;
    color: var(--system-primary);
}

.helpDeskWrap_lsidebar {
    border-right: 1px solid #f0f1f2;
    padding-right: var(--card-padding);
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .helpDeskWrap_lsidebar {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_lsidebar {
        padding-right: 0px;
        border: none;
    }
}

.helpDeskWrap_lsidebar_card:not(:last-child) {
    margin-bottom: 20px;
}

.helpDeskWrap_lsidebar_card p {
    font-size: 1rem;
    color: var(--system-secondary);
}

.helpDeskWrap_lsidebar_card p .active {
    color: var(--system-primary);
}

.helpDeskWrap_lsidebar_card p [mega-collapse] {
    cursor: pointer;
    color: var(--system-primary);
    padding: 0px 10px;
    margin: 0px -10px;
}

.helpDeskWrap_lsidebar_card ul {
    padding-left: 15px;
    border-left: 1px dashed #eae9f0;
}

.helpDeskWrap_lsidebar_card ul li {
    display: block;
}

.helpDeskWrap_lsidebar_card ul li.hassub ul {
    display: none;
}

.helpDeskWrap_lsidebar_card ul li i {
    line-height: 24px;
    color: var(--system-primary);
    cursor: pointer;
}

.helpDeskWrap_lsidebar_card ul li i.fa-plus-circle,
.helpDeskWrap_lsidebar_card ul li i.fa-minus-circle {
    margin-left: -5px;
}

.helpDeskWrap_lsidebar_card ul li a {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 0px;
    color: #5b5675;
    font-weight: 500;
    padding-left: 10px;
}

.helpDeskWrap_lsidebar_card ul li a:hover {
    color: var(--system-primary);
}

.helpDeskWrap_sidebar {
    border-left: 1px solid #f0f1f2;
    padding-left: var(--card-padding);
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_sidebar {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #f0f1f2;
    }
}

.helpDeskWrap_sidebar_card:not(:last-child) {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_sidebar_card:not(:last-child) {
        margin-bottom: 20px;
    }
}

.helpDeskWrap_sidebar_card p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.helpDeskWrap_sidebar_card p:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_sidebar_card p:not(:last-child) {
        margin-bottom: 10px;
    }
}

.helpDeskWrap_sidebar_card p strong {
    font-size: 500;
    color: var(--system-secondary);
}

.helpDeskWrap_sidebar_card p a {
    color: #5b5675;
}

.helpDeskWrap_sidebar_card p a:hover {
    color: var(--system-primary);
}

.helpDeskWrap_sidebar_card #title {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_sidebar_card #title {
        margin-bottom: 10px;
    }
}

.helpDeskWrap_sidebar_card #title span {
    background-color: #fff;
    padding-right: 10px;
}

.helpDeskWrap_sidebar_card #title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9f9ab5;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.helpDeskWrap_sidebar_card ul li {
    display: block;
}

.helpDeskWrap_sidebar_card ul li a {
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 0px;
    color: #5b5675;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.helpDeskWrap_sidebar_card ul li a:hover {
    color: var(--system-primary);
}

.helpDeskWrap_sidebar_card ul li a i {
    margin-right: 10px;
    color: var(--system-primary);
}

.helpDeskWrap_sidebar_card .nice-select {
    border: 1px solid #f0f1f2;
    font-size: 14px;
    color: #5b5675;
    padding: 10px 15px;
    border-radius: 4px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_sidebar_card .nice-select {
        padding: 8px 12px;
    }
}

.helpDeskWrap_sidebar_card .nice-select::after {
    display: none;
}

.helpDeskWrap_sidebar_card .nice-select::before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #5b5675;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleY(1);
    right: 15px;
    transition: all 0.4s ease-in-out;
}

.helpDeskWrap_sidebar_card .nice-select.open::before {
    transform: translateY(-50%) scaleY(-1);
}

.helpDeskWrap_sidebar_card .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.helpDeskWrap_sidebar_card .nice-select .list::-webkit-scrollbar {
    width: 5px;
}

.helpDeskWrap_sidebar_card .nice-select .list::-webkit-scrollbar-track {
    background-color: rgba(106, 53, 254, 0.1);
    border-radius: 100px;
}

.helpDeskWrap_sidebar_card .nice-select .list::-webkit-scrollbar-thumb {
    background-color: rgba(106, 53, 254, 0.5);
    border-radius: 100px;
}

.helpDeskWrap_sidebar_card .nice-select .list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(106, 53, 254, 0.8);
}

.helpDeskWrap_sidebar_card .nice-select .list .option:hover,
.helpDeskWrap_sidebar_card .nice-select .list .option.focus {
    background-color: rgba(106, 53, 254, 0.1);
    color: var(--system-primary) !important;
}

.helpDeskWrap_sidebar_card .nice-select .list .option.selected {
    font-weight: 500;
}

.helpDeskWrap_breadcrumb {
    border-bottom: 1px solid #f0f1f2;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_breadcrumb {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_breadcrumb {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_breadcrumb .pl-7 {
        padding-left: 1.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_breadcrumb .pl-7 {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_breadcrumb .pl-7 {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_breadcrumb .text-2xl {
        font-size: 22px;
        line-height: 28px;
    }
}

.helpDeskWrap_breadcrumb h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_breadcrumb h4 {
        font-size: 20px;
    }
}

.helpDeskWrap_breadcrumb ul li {
    color: #5b5675;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_breadcrumb ul li {
        font-size: 14px;
    }
}

.helpDeskWrap_breadcrumb ul li a {
    color: #5b5675;
}

.helpDeskWrap_breadcrumb ul li a:hover {
    color: var(--system-primary);
}

.helpDeskWrap_breadcrumb .meta {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f0f1f2;
}

@media only screen and (max-width: 991px) {
    .helpDeskWrap_breadcrumb .meta {
        padding-top: 10px;
        margin-top: 10px;
    }
}

.helpDeskWrap_breadcrumb .meta p,
.helpDeskWrap_breadcrumb .meta li {
    font-size: 14px;
}

.helpDeskWrap_breadcrumb .meta ul {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_breadcrumb .meta ul {
        padding-left: 15px;
    }
}

.helpDeskWrap_breadcrumb .meta ul li {
    font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_details .pl-7 {
        padding-left: 1.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_details .pl-7 {
        padding-left: 1.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_details .pl-7 {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_details .text-2xl {
        font-size: 18px;
        line-height: 26px;
    }
}

.helpDeskWrap_details_card {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f1f2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_details_card {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_details_card {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_details_card:last-child {
        border: none;
    }
}

.helpDeskWrap_details_card .title {
    font-size: 22px;
    font-weight: 500;
    color: #5b5675;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_details_card .title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .helpDeskWrap_details_card .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_details_card .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

.helpDeskWrap_details_card .title:hover {
    color: var(--system-primary);
}

.helpDeskWrap_details_card p {
    font-weight: 400;
    color: var(--system-secondary);
    opacity: 0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .helpDeskWrap_details_card p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .helpDeskWrap_details_card p {
        font-size: 14px;
    }
}

.helpDeskWrap_details_card a {
    margin-top: 5px;
    font-size: 14px;
}

.bg-ovarlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(11, 10, 36, 0.3);
    display: none;
}

.knowledge_card {
    margin-top: 30px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .knowledge_card_logo {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .knowledge_card_logo img {
        width: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_logo img {
        width: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge_card_logo img {
        width: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .knowledge_card_logo img {
        width: 130px;
        margin-bottom: 15px;
    }
}

.knowledge_card_logo span {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_logo span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .knowledge_card_logo span {
        font-size: 20px;
    }
}

.knowledge_card_title p {
    margin-top: 15px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .knowledge_card_title p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .knowledge_card_title p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .knowledge_card_title p {
        font-size: 14px;
    }
}

.helpDeskWrap_card_inner.column-2 {
    display: inline-block;
    width: 49%;
}

.helpDeskWrap_sidebar_card.ads {
    border: 2px solid rgba(106, 53, 254, 0.3);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    padding: 33%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    display: block;
    position: relative;
}

.helpDeskWrap_sidebar_card.ads img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
}

.pro_live_search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 70%;
    text-align: left;
    background-color: #fff;
    padding: 12px 25px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 3%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}

[dir="rtl"] .pro_live_search {
    text-align: right;
}

.pro_live_search.singleDoc {
    width: 100%;
    min-width: 350px;
    max-width: max-content;
    margin-top: 20px;
    margin-left: 25px;
}

.pro_live_search.singleDoc::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .pro_live_search {
        width: 65%;
    }
}

@media only screen and (max-width: 479px) {
    .pro_live_search {
        width: 100%;
        top: 44px;
    }
}

.pro_live_search a {
    display: block;
    color: #5b5675;
    padding: 5px 0px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.pro_live_search a:hover {
    color: var(--system-primary);
}

.border-bottom {
    border-bottom: 1px solid #f0f1f2;
}

.d-none {
    display: none !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

/*==== FAQ PAGE ====*/

.accordion {
    padding-bottom: 50px;
}

.accordion-item {
    background-color: #ffffff;
    border-radius: 0 !important;
}

.accordion-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f1f2;
}

.accordion-header {
    margin-bottom: 0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--system-secondary);
    text-align: left;
    background-color: #ffffff;
    border: none !important;
    border-radius: 0;
    padding-left: 1.5rem;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .accordion-button {
        font-size: 16px;
    }
}

.accordion-button::after {
    background: none !important;
    transform: none !important;
    position: absolute;
    left: 0;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 1rem;
    color: currentColor;
    display: flex;
    align-items: center;
}

.accordion-button[aria-expanded="true"]::after {
    content: "\f068";
}

.accordion-button:not(.collapsed) {
    color: var(--system-primary);
    box-shadow: 0 0 0;
}

.accordion-body {
    padding-top: 1rem;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .accordion-body {
        font-size: 14px;
    }
}

.accordion-body ul,
.accordion-body ol {
    padding-left: 1rem;
    line-height: 2;
    margin-bottom: 15px;
}

.accordion-body ul {
    list-style: disc;
}

.accordion-body ol {
    list-style: decimal;
}

.accordion-body p:not(:last-child) {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.helpDeskWrap_details ul,
.helpDeskWrap_details ol {
    padding-left: 2rem !important;
}

.helpDeskWrap_details ul,
.helpDeskWrap_details ul li {
    list-style: disc !important;
}

.helpDeskWrap_details ol,
.helpDeskWrap_details ol li {
    list-style: auto !important;
}

/* frontend doc sidebar */

@media (max-width: 991px){
    .helpDeskWrap_sidebar.h-screen{
        height: auto;
    }
}

/* frontend rtl optimization */

[dir="rtl"] .knowledge_card ul li span, [dir="rtl"] .helpDeskWrap_card_inner ul li a i{
    margin-right: 0px!important;
    margin-left: 10px;
}

[dir="rtl"] .pl-7 {
    padding-left: 0;
    padding-right: 1.75rem;
}

[dir="rtl"] .helpDeskWrap_sidebar_card #title span {
    padding-right: 0px;
    padding-left: 10px;
}

[dir="rtl"] .helpDeskWrap_sidebar .nice-select, [dir="rtl"] .helpDeskWrap_sidebar .nice-select .list li {
    text-align: right!important;
}

[dir="rtl"] .helpDeskWrap_sidebar .nice-select::before{
    right: auto!important;
    left: 15px;
}
[dir="rtl"] .heading .login> ul {
    left: 0;
    right: auto!important;
}

[dir="rtl"] .heading .login> ul::before{
    left: 12px;
    right: auto!important;
}

[dir="rtl"] .heading .login> ul li a{
    text-align: right;
}
