body {
    font-family: Arial, sans-serif !important;
}

.post-card {
    transition: all 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(109, 109, 109, 0.5), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #00000000), var(--tw-ring-shadow, 0 0 #00000000), var(--tw-shadow) !important;
}
.category-btn {
    transition: all 0.2s ease;
}

.category-btn:hover {
    transform: scale(1.05);
}

.category-btn.active {
    transform: scale(1.05);
    box-shadow: 0 4px 6px rgba(79, 70, 229, 0.3);
}

.format-tab {
    transition: all 0.2s ease;
}

.format-tab:hover {
    transform: translateY(-2px);
}

.format-tab.active {
    border-bottom: 3px solid #4f46e5;
}

.smooth-load {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.media img {
    width: auto;
    height: 17vh;
}

.post-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.post-card img {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
    max-height: 290px;
    height: auto;
    border-radius: 0.5rem;
    object-fit: contain;
    margin-bottom: 12px;
}

.slides div {
    justify-content: center;
    display: flex;
    align-items: anchor-center;
}

button>img {
    width: 20px;
}

.prev {
    left: 0 !important;
    padding-left: 0 !important;
}

.next {
    right: 0 !important;
    padding-right: 0 !important;
}

.stat>span>svg {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

.stat>span {
    display: flex;
    align-items: center;
}

.h1-analyze {
    font-size: 3rem;
    line-height: 71px;
    font-weight: 500 !important;
}

.scan {
    text-align: center;
    font-size: 14px;
    margin: 10px;
    font-weight: 100;
    color: #374151;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* Для всех современных браузеров */
.scrollbar-custom::-webkit-scrollbar {
    width: 8px;
    /* толщина вертикального скролла */
}

.scrollbar-custom::-webkit-scrollbar-track {
    background: transparent;
    /* фон трека */
}

.scrollbar-custom::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.4);
    /* цвет ползунка */
    border-radius: 9999px;
    /* скругление */
    border: 2px solid transparent;
    /* пространство вокруг */
    background-clip: padding-box;
}

.scrollbar-custom::-webkit-scrollbar-thumb:hover {
    background-color: rgba(100, 100, 100, 0.6);
    /* при наведении */
}

/* Убираем стрелки */
.scrollbar-custom::-webkit-scrollbar-button {
    display: none;
}

/* Для Firefox */
.scrollbar-custom {
    scrollbar-width: thin;
    /* тонкий скролл */
    scrollbar-color: rgba(100, 100, 100, 0.4) transparent;
}

.circle {
    width: 9.5px;
    height: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    margin-right: 11px;
}

.pulse {
    animation: pulse-animation 2s infinite;
    border-radius: 100%;
}

.pulse-circle {
    display: flex;
    align-items: center;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 119, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    }
}

.blue {
    background-color: rgb(42 132 255);
}

@media screen and (max-width: 600px) {
    .category-container{
        width: auto !important;
    }
    .assistant {
        margin-left: 20px !important;
        font-size: 21px !important;
    }
        #menu-toggle {
        margin-left: 10px !important;
    }
    header>h1{
            font-size: 28px !important;
                line-height: 33px !important;
    }
     header>p {
        width: 90% !important;
        font-size: 14px !important;

    }
    .choose{
        margin-top: 0px !important;
    }
    .choose h2{
       font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    .category-btn{
        font-size: 14px !important;
    }
    #formats-container h2{
         font-size: 21px !important;
    }
    section>div>h3{
        font-size: 16px !important;
    }
    #modal-close {
        color: black !important;
        right: 29px !important;
        top: 15px !important;
        position: fixed !important;
    }
        #posts-modal>div{
            position: relative !important;
    }
    .mobile-sub{
  display: none;
}
.assistantvk{
  margin-left: 0 !important;
}
.profile-text{
    display: none;
}
  #profile-btn i{
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 601px) {
.category-container{
        width: auto !important;
    }
    section>div>h3{
        font-size: 16px !important;
    }
        .category-btn{
        font-size: 14px !important;
    }
         header>p {
        width: 65% !important;
    }
        #modal-close {
        color: black !important;
        right: 54px !important;
        top: 23px !important;
        position: fixed !important;
    }
        #posts-modal>div{
            position: relative !important;
    }
}
