.namee {
    background: linear-gradient(to right, rgb(85 0 100 / 66%), rgb(28 135 197 / 43%));
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid var(--bg-accent);
    padding: 5px;
    color: #e6e6e6;
}
.accordion-container {
    width: 100%
}
.flex_accordion_text {
    display: flex;
    gap: 12px;
    align-items: center
}
.accordion-item {
    margin-top: 10px;
    background: #3d4153;
    border-radius: 15px
}
.accordion-header .flex_accordion_text i {
    color: #fff;
    text-shadow: #86b6aeb3 1px 0 10px;
    width: 37px;
    background: linear-gradient(23deg,#55726d 0%,#6f918c 55%);
    height: 37px;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.accordion-header {
    color: #FFF;
    background: linear-gradient(1deg,#50546b75 30%,#50546b 100%);
    padding: 14px;
    font-size: 12px;
    border: none;
    width: 100%;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    transition: background-color 0.3s ease
}
.accordion-header:hover {
    background-color: #60647e63
}
.accordion-content {
    overflow: hidden;
    padding: 0 20px;
    max-height: 0;
    border-radius: 15px;
    transition: max-height 0.3s ease
}
.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 11.5px;
    color: #858aa3
}
/*# sourceMappingURL=primary.css.map */
