.filter-list {
    display: flex;
    justify-content: center;
    li

{
    width: 100%;
    .accordion-button

{
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 1em;
    color: black;
    font-weight: 700;
    svg

{
    color: #ff5f00;
    margin-right: 5px;
}

}

.accordion-button[aria-expanded="true"] {
    background-color: #d7d7d7;
}

}
}

.fillters-wrapper .accordion-body {
    background-color: #d7d7d7;
    padding: 15px;
    ul

{
    height: 150px;
    overflow-y: scroll;
    /* Custom scrollbar styles */
    scrollbar-width: thin;
    scrollbar-color: #ff5f00 #e0e0e0;
    padding-left: 5px;
}

ul::-webkit-scrollbar {
    width: 8px;
    background: #e0e0e0;
}

ul::-webkit-scrollbar-thumb {
    background: #ff5f00;
    border-radius: 4px;
}


h4 {
    font-size: 1rem;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-weight: 700;
    border-bottom: 1px solid rgb(177, 177, 177);
}

.form-check {
    margin-bottom: .5em;
    font-family: 'Montserrat';
}

.form-check-label {
    font-family: 'Montserrat';
}

.form-check-input:checked {
    background-color: #ff5f00;
    border-color: #ff5f00;
}

}

.alfabet-fillter-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex-wrap: wrap;
    margin-block: 20px;
    li

{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: #000;
    color: #fff;
}

li.active {
    background: #ff5f00;
}

}

.filter-selected-list {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    &::before

{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    content: "You're Currently Filtering By:";
    font-style: italic;
    margin-right: 1em;
    float: left;
    font-size: 1rem;
    line-height: 22px;
}

li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background-color: #ff5f00;
    color: #fff;
    button

{
    background: none;
    border: none;
    outline: none;
}

}
}

.exhibitor-table {
    border: 1px solid #000;
    margin-top: 50px;
    tr

{
    &:nth-child(odd)

{
    background-color: #faefe9;
}

&:hover {
    background-color: #ffcfb3;
}

td,
th {
    padding: 10px;
    border: 1px solid #000;
}

}
}

.exhibitor-profile-card {
    margin-bottom: 20px;
    width: 90%;
    margin-inline: auto;
}

.exhibitor-profile-card-header {
    background-image: linear-gradient(180deg, #ff5f00 0%, #f2295b 100%);
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    color: #fff;
    padding: 15px;
    flex-wrap: wrap;
    h2

{
    font-size: clamp(1.125rem, 1.0114rem + 0.5682vw, 1.4375rem);
    font-weight: 700;
}

span {
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    background-color: #ff5f00;
    white-space: nowrap;
}

}

.exhibitor-profile-card-body {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    background-image: linear-gradient(180deg, #FFAF80 0%, #FF5F00 100%);
    .img-box

{
    width: 180px;
    height: 180px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    border-radius: 50px;
    flex-shrink: 0;
    transform: translateX(-35%);
    img

{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

p {
    flex-shrink: 1;
}

}

.swiper {
    width: 300px;
    flex-shrink: 0;
    height: fit-content;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

.exhibitor-profile-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    flex-wrap: wrap;
    gap: 20px;
    h2

{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 22px;
    img

{
    width: 42px;
}

}

a {
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    background-color: #ff5f00;
    white-space: nowrap;
    &:hover

{
    background: #FFAF80;
}

}
}

@media (max-width: 990px) {
    .exhibitor-profile-card {
        width: 100%;
    }

    .exhibitor-profile-card-body {
        flex-direction: column;
        .img-box

{
    transform: translateX(0);
}

}
}

@media (max-width: 768px) {
    .exhibitor-profile-card-header {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .exhibitor-profile-card-body {
        .swiper

{
    width: 266px;
}

}
}
