li {
    list-style-type: none;
}

.name {
    word-break: break-all;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    padding: 2%;
    vertical-align: bottom;
    margin-top: 6%;
    background: #292929;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    min-height: 100px;
}

.red-link {
    text-align: end;
    color: rgb(255, 33, 33);
}

.red-link:hover {
    text-decoration: underline;
    color: #f00;
}

.border-radius-5 {
    border-radius: 5px;
}

.nav-link {
    padding: 20px 16px 23px 16px;
    border-radius: 5px;
}

.selected {
    background: #1e1e1e;
}

.footer-flex {
    display: flex;
    flex-wrap: wrap;
}

.footer-flex p {
    padding-right: 1%;
}

body {

    position: relative;
    padding: 0;
    margin: 0;
    background: #1e1e1e;
    min-height: 100vh;
    font-family: 'Arial', sans-serif;
    color: rgb(216, 213, 213);
    overflow-wrap: break-word;
}

a:hover {
    text-decoration: underline;
    color: #fff;
}

a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.window-open {
    transition: 0.3s;
    transform: rotate(90deg);
}

.window-close {
    transform: rotate(0);
}

.text-comment {
    font-weight: 700;
    color: rgb(238, 238, 238);
}

.submit-btn:hover {
    transition: 0.3s;
    background-color: rgb(80, 35, 185);
}

.btn_click {
    display: inline-block;
    padding: 1%;
    width: 100%;
    background-color: rgb(64, 15, 179);
    min-height: 40px;
    border: none;
    border-radius: 10px;
    color: blanchedalmond;
    outline: none;
}

.a_btn {
    padding: 0.8rem 0.5rem;
    text-align: center;
    cursor: pointer;
}

.a_btn:hover {
    text-decoration: none;
}

.btn_click:hover {
    transition: 0.3s;
    background-color: rgb(80, 35, 185);
}

.submit-btn {
    padding: 1%;
    width: 15vw;
    background-color: rgb(64, 15, 179);
    min-height: 40px;
    border: none;
    border-radius: 10px;
    color: blanchedalmond;
    outline: none;
}

.pagination {
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.pagination a {
    background-color: rgb(64, 15, 179);
    color: #fff;
    float: left;
    padding: 10px 20px;
    text-decoration: none;
    margin-right: 2px;
    font-weight: bold;
    transition: 0.3s;
}

btn_paginator {
    background-color: rgb(64, 15, 179);
    color: #fff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin-right: 2px;
    font-weight: bold;
}

.pagination a.active {
    background-color: #ddd;
    color: white;
    color: #000;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    color: #000;
}

.nick-comment {
    color: rgb(179, 179, 179);
}

.navbar a {
    color: rgb(239, 239, 239);
    font-weight: 700;
}

.long-ad iframe {
    max-width: 100%;
}

.long-ad a {
    display: block;
    max-width: 100%;
}

.long-ad img {
    max-width: 100%;
}
.tittle34{
    padding: 0 5px;
    border-radius: 5px;
    background-color: rgb(64, 15, 179);
}
.navbar {
    padding: 1%;
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #292929;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.nav-ul {
    flex-wrap: wrap;
}

.nav-li-a {
    padding: 2%;
}

.preview {
    min-width: 50px;
    max-width: 100%;
    max-height: 100%;
    min-height: 115px;
}

.img-div {
    max-height: 200px;
    width: 180px;
    margin-top: 1%;
    padding: 3px;
    position: relative;
}

.duration {
    float: right;
}

.views-span {
    /* position: relative; */
    margin-left: 2%;
}

.view-png {
    max-height: 8vw;
}

.views {
    padding-right: 5px;
    background: rgba(41, 41, 41, 0.6);
    border-radius: 0px 0px 6% 6%;
    width: 100%;
    position: absolute;
}

.center-prev {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.inline {
    position: relative;
    height: 100%;
    display: inline-block;
}

.fuck_all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form {
    padding: 3%;
}

.delete:hover {
    transition: 0.3s;
    background-color: rgb(255, 0, 0);
}

.delete {
    padding: 1%;
    min-height: 40px;
    border: none;
    border-radius: 10px;
    color: blanchedalmond;
    outline: none;
    width: 30vw;
    background-color: rgb(225, 8, 8);
}

.content {
    padding: 0 5px;
    flex-wrap: wrap;
}

.comment-add {
    padding: 0 2%;
    min-height: 100px;
    width: 60vw;
}

.comment {
    padding: 0 4%;
    min-height: 70px;
}

.categ_div {
    display: none;
}

.btn-show {
    display: none;
    margin-right: 1%;
}

.btn {
    padding: 1% 5px;
}

.comments {
    width: 60vw;
}

@media(min-width:500px) {
    .navbar {
        padding: 0;
        padding-top: 1%;
    }

    .navbar .nav-link {
        padding: 15px 12px 18px 12px;
    }

    .navbar .nav-ul {
        padding: 0;
    }

    .burger {
        position: absolute;
    }

    #nav-div {
        display: block;
    }

    .content {
        /* max-width: 83vw; */
    }

    .categories {
        min-width: 310px;
    }
}

@media(max-width:500px) {
    .content {
        justify-content: center;
    }

    footer {
        margin-top: 10%;
        padding: 5%;
    }

    .nav-item {
        width: 100%;
    }

    .comments {
        width: 90vw;
    }

    .ul-div {
        display: none;
    }

    .submit-btn {
        width: 70%;
    }

    .img-div {
        width: 45vw;
        max-height: 70vh;
    }

    .gif {
        display: flex;
        align-items: center;
    }

    .delete {
        margin-top: 10px;
    }

    .comment-add {
        width: 90vw;
    }

    .categories {
        display: none;
    }

    .btn-show {
        display: inline;
    }

    #categories {
        width: 90vw;
    }
}

#categories {
    padding: 10px;
}

input,
textarea {
    outline: none;
    box-shadow: none;
}

.hide {
    display: none;
}

.li-categorie-search {
    cursor: pointer;
    overflow-wrap: break-word;
    max-width: 100%;
}

.li-categorie-search:hover {
    background: #333;

}

mark {
    background: yellow;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
}

textarea {
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: vertical;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    column-count: initial !important;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding: 2px;

}
.close_white {
    cursor: pointer;
    float: right;
    width: 1.5em;
    height: 1.5em;
    background: rgba(255, 255, 255, 0.7);
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}
.nnn {
    margin-bottom: 15px;
    color: #e5b13a;
    font-family: StarWars;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    max-width: 400px;
    background-color: #000;
    border-radius: 7px 7px 2px 2px;
    box-shadow: 0 0 5px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 15px red, 0 0 25px red;
}

@font-face {
    font-family: "StarWars";
    src: url("starWars.otf");
}
.ads div{
    width: auto!important;
    justify-content: center;
}