@media (min-width: 1690px) {}

@media (min-width: 1281px) {}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (min-width: 768px) and (max-width: 1024px) {}

@media (min-width: 576px) and (max-width: 991px) {
    .main-chat-div{
        /* background: red!important; */
        width: 100%!important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    #normalSearch {
        width: 100% !important;
    }

    .adv-search {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .gm-animation {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .glm {
        color: #fbc016;
        font-size: 1.4rem;
        font-weight: bold;
        width: 340px;
        line-height: 1.5;
        animation: width-controle 5s 1s steps(32);
        -webkit-animation: width-controle 5s 1s steps(32), blink 0.5s infinite;
        overflow: hidden;
        white-space: nowrap;
    }

    #normalSearch {
        width: 100% !important;
    }

    .adv-search {
        display: none;
    }

    .user-details {
        flex-direction: column;
    }
}