.autocomplete-suggestions {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 22px);
}

.autocomplete-suggestions li {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-suggestions li:hover {
    background: #eee;
}


.modo_channel_user_tag {
    display: inline-block;
    background-color: #e2e2e2;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 5px;
    font-size: 14px;
    color: #333;
}

.modo_channel_user_tag .remove-tag {
    background: none;
    border: none;
    color: #ff0000;
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

.ios-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #000; /* Cor de fundo opcional */
}

.ios-fullscreen-active {
    overflow: hidden; /* Remove o scroll da página */
}
