@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* @font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/averta/Averta-ExtraBold.otf');
} */
.menu--private---list li{
    margin-bottom: 0!important;
}
body {
    font-family: 'Lexend Deca';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background: #fff;
}

.container {
    max-width: 1200px;
}

.bizchatai--box {
    float: left;
    width: 100%;
    padding: 32px 0;
    background: #E0E0E0;
}

.bizchatai--other {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 32px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(12.5px);
    padding: 40px;
}

.bizchatai--other .--title {
    color: #000;
    /* font-family: SVN-Gilroy; */
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0 0 24px;
}

.bizchatai---child {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.bizchatai---items {
    width: 1000%;
    gap: 10px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bizchatai---items .img {
    width: 105px;
    height: 105px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.bizchatai---items .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bizchatai---items .desc {
    flex: 1;
    width: 100%;
}

.bizchatai--cate {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-bottom: 8px;
}

.bizchatai--cate>* {
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #F5F5F5;
    padding: 4px 6px;
    color: #1A1A1A;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.--status1 {
    color: #EA580C;
    border: 1px solid rgba(234, 88, 12, 0.3);
    background-color: rgba(234, 88, 12, 0.2);
}

.--status2 {
    color: #B91C1C;
    border: 1px solid rgba(234, 28, 28, 0.3);
    background-color: rgba(234, 28, 28, 0.2);
}

.--status3 {
    color: #A6D87E;
    border: 1px solid rgba(166, 216, 126, 0.3);
    background-color: rgba(166, 216, 126, 0.2);
}

.--status4 {
    color: #1D4ED8;
    border: 1px solid rgba(29, 78, 216, 0.3);
    background-color: rgba(29, 78, 216, 0.2);
}

.--status5 {
    color: #A16207;
    border: 1px solid rgba(161, 98, 7, 0.3);
    background-color: rgba(161, 98, 7, 0.2);
}

.--status6 {
    color: #6D28D9;
    border: 1px solid rgba(109, 40, 217, 0.3);
    background-color: rgba(109, 40, 217, 0.2);
}

.bizchatai--title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.bizchatai--txt {
    color: #333;
    font-size: 16px;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bizchatai--links {
    border-radius: 8px;
    border: 1px solid #511D9A;
    color: #511D9A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 16px;
    text-align: center;
}

.bizchatai--links:hover {
    text-decoration: none;
    color: #511D9A;
}

.bizchatai--links.--border-bg {
    background: #511D9A;
    color: #fff;
}

.bizchatai---items .bizchatai--links {
    flex-shrink: 0;
}

.bizchatai--subtitle {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
    text-align: center;
}

.bizchatai--boxbtn {
    display: flex;
    gap: 19px;
    justify-content: center;
}

.bizchatai--boxbtn>* {
    min-width: 214px;
}

@media screen and (max-width: 1400px) {
    .bizchatai--title {
        font-size: 20px;
    }
}