.header
{
    width: 100%;
    height: 50px;
    background-color: #a02239;
    display: flex;
     padding: 8px
}
.users_id
{
    width: 90%;
    height: 40px;
    border: none;
    box-shadow: 0 0 11px grey inset;
    border-radius: 20px;
    padding-left: 10px;
    margin: 0 auto;
    margin-top: -3px;
    display: none;
}

.btn_users
{
    width: 150px;
    height: 40px;
    border-radius: 20px;
    color: white;
    background-color: #01b22e;
        border: none;
        position: absolute;
        right: 10px;
        margin-top: -3px;
        a{
            text-decoration: none;
            color: white;
        }
    }
    .category{
        width: 100%;
        height: 50px;
        background-color: #f1f1f1;
        display: flex;
        position: relative;
    }
    .category_porno
    {
        width: 250px;
        height: 100%;
        display: flex;
        column-gap: 20px;
    }
    .items_link{
        padding-top: 13px;
        padding-left: 5px;
        width: 100px;
        height: 100%;
        text-decoration: none;
        color: black;
        font-size: 17px;
        font-weight: bold;
    }
    .active{
        border-bottom: 5px solid #a02239;
    }
    .search_id
    {
        right: 10px;
        position: absolute;
        display: flex;
        column-gap: 15px;
        padding-top: 10px;
    }
    .name_category
    {
        padding: 5px;
    }
    .txt_category
    {
        font-weight: bold;
        font-size: 17px;
        margin-top: 5px;
        margin-left: 5px;
    }
    .live_stream
    {
        display: flex;
    }
    .video
    {
        width: 100%;
        height: 200px;
        position: relative;
    }
    .items_live
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: blur(5px);
    }
    .blocks_registers {
        width: 400px;
        height: 200px;
        border-radius: 20px;
        background-color: white;
        z-index: 1000;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        box-shadow: 0 0 15px gray inset;
        text-align: center;
        padding: 15px;
        display: none;
    }

    .modal-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    .txt_registers
    {
        font-size: 20px;
        font-weight: bold;
    }
    .registers_users
    {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        column-gap: 40px;
    }
    .link_users
    {
        text-decoration: none;
        color: gray;
    }
    .google
    {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        border: 1px solid gray;
        text-align: center;
        padding-top: 10px;
    }

