﻿.mini-card {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 10%), 0 2px 6px 2px rgba(60, 64, 67, 15%) !important;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    padding: 1.5rem !important;
    height: 200px !important;
}

    .mini-card:hover {
        transform: scale(1.03);
        background-color: #ECF8FF;
    }

.highlight {
    font-weight: bolder !important;
}

.answer-style {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-icon-design {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: auto;
}

.white-overlay {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #FCFBFB;
    z-index: 2;
}

    .white-overlay:after {
        content: '';
        position: absolute;
        top: -75px;
        left: 50%;
        height: 50px;
        transform: translateX(-50%);
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 25px solid #fff;
    }

#question {
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    #question:hover {
        transform: scale(1.03);
        background-color: #ECF8FF;
        transition-delay: 0.1s;
    }

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: auto;
}

.flex-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.flex-item {
    width: 250px;
    margin-bottom: 15px;
}

.searchquestion {
    max-width: 1000px;
}

.icon-design {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

    .icon-design.symbol {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        border-radius: 50%;
        height: 100px;
    }

#question {
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

    #question:hover {
        transform: scale(1.03);
        background-color: #ECF8FF;
        transition-delay: 0.1s;
    }

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
    background-color: #f5f9ff;
}

.swiper-slide {
    font-size: 18px;
    background: #f5f9ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-topic-carousel-item {
    background: #fff;
    border: 1px solid #e7e7f2;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    display: block;
    height: 196px;
    margin: 8px 12px;
    padding: 20px 20px 20px 20px;
    transition: border-color .3s;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 21px;
    color: #2468e5;
}

.design-system-typography-color-grey500 {
    color: #7b7b7b;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}

.design-system-typography-color-blackMaster {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .design-system-typography-color-blackMaster mark {
        color: #ffc926;
        background: transparent;
    }

.top-articles {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .top-articles mark {
        color: #ffc926;
        background: transparent;
    }

.help-center-top-topics {
    background: #f5f9ff;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.help-center-top-topics-container {
    margin: auto;
}

.design-system-wrapper {
    margin: 0 auto;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.help-center-top-topics-line {
    border-bottom: 2px solid #e7e7f2;
    height: 1px;
    margin-bottom: 10px;
    width: 100%;
}

.flex-container-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
}

.flex-container-header {
    width: 100%;
    max-width: 1200px;
}

.container {
    margin: 0 auto !important;
    width: 1200px !important;
}

.main-content {
    display: flex;
    padding-bottom: 48px;
    padding-top: 60px;
    background-color: white;
}

.sidebar {
    width: 302px;
}

.sidebar-box {
    border: 1px solid #e7e7f2;
    border-radius: 12px;
    position: sticky;
    top: 88px;
    z-index: 1;
}

.sidebar-content {
    border-radius: 12px;
    background: #f5f9ff;
    color: #2468e5;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 21px;
    padding: 12px 16px;
}

.answer {
    margin-left: 60px;
    width: calc(100% - 362px);
}

.article-meta {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 16px;
}

.article-header {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .005em;
    line-height: 32px;
    padding-bottom: 12px;
}

.article-content {
    padding-bottom: 36px;
}

.article-paragraph {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 21px;
    margin-bottom: 16px;
}

.feedback-section {
    background-color: #f5f9ff;
    border-radius: 12px;
    padding: 0 24px;
}

.feedback-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}

    .feedback-header h4 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }

.feedback-button {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}

    .feedback-button:first-child {
        margin-right: 12px;
        transform: rotate(180deg);
    }

.feedback-icon {
    fill: none;
    font-size: 20px;
    display: inline-block;
    flex-shrink: 0;
    height: 1em;
    transition: fill .4s;
    user-select: none;
    width: 1em;
}

.feedback-status {
    padding: 20px 0;
    display: none;
}

    .feedback-status h4 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }

    .feedback-status p {
        margin-top: 16px;
        color: #7b7b7b;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -.005em;
        line-height: 21px;
    }

.bad-feedback-form {
    border-top: 1px solid #e7e7f2;
    padding: 16px 0;
    display: none;
}

    .bad-feedback-form h5 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }

.bad-type {
    margin-top: 16px;
}

.label-style {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}

.label-input {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.label-div {
    cursor: pointer;
    align-items: center;
    background: #fff;
    border: 1px solid #9d9d9d;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    min-height: 20px;
    min-width: 20px;
}

.label-div-div {
    background-color: #fff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bad-type:hover .label-div-div {
    opacity: 1;
    background-color: blue;
}

.label-span {
    margin-left: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 21px;
    display: inline-block;
}

.question-style {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.answer-style {
    color: #7b7b7b;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-topic-carousel-item-sub-title {
    padding-bottom: 12px;
}

.help-center-top-topics-title {
    padding: 24px 0 16px;
    margin-left: 10px;
}

@media screen and (max-width: 1279px) {
    .contanier {
        padding-left: 16px;
        padding-right: 16px;
        margin: 0;
        width: 100%;
    }

    .sidebar {
        width: 187px;
    }

    .sidebar-box {
        top: 78px;
    }

    .answer {
        width: calc(100% - 187px);
    }

    .feedback-section {
        padding: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .main-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 48px;
    }

    .sidebar {
        margin-bottom: 32px;
        width: 100%;
    }

    .answer {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .flex-items-container {
        flex-direction: column;
        align-items: center;
    }
}
