::-webkit-scrollbar {
    display: none;
}
body{
    background-image: url(backgroung-safe.jpg);
    background-repeat: no-repeat;
    /* background-size: 100vw 100vh; */
    background-size: cover;
}

*{
    overflow: hidden;
    font-family: Arial, roboto, sans-serif;
}

#mainpopup{
    display: none;
}

.main {
    overflow: hidden;
    position: relative;
    background: none;
} 
.anime{
    overflow: hidden;
    width: 468px;
    height: 60px;
}
#anime{
    overflow: hidden;
}

.overlay{
    display: flex;
    position: absolute;
    color: white;
    z-index: 50;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px black;
    line-height: 0.99em;
    
}

.overlay1{
    
    color: white;
 
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px black;
    line-height: 0.99em;
    
}
  
.anime iframe {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
   
}

.selected{
    border: 2px gray dotted;
}
.textad-bg{
    display: flex;
    position: fixed;
    z-index: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    width: 155px;
    height: 45px;
    bottom: 8.5vh;
    padding: 2px 5px;
    margin: 15px;
    border: none;
    border-radius: 13px;
}
.textad{
    margin-top: 10px;
    position: fixed;
    bottom: 1vh;
    display: inline;
    padding: 15px 7px;
    margin-left: 15px;
    
}

.minbtn{
    display: inline;
}
#close{
    display: none;
    border-radius: 13px;
    border: none;
    padding: 5px 15px;
    background: rgb(158 158 158 );
    color: white;
    margin: 10px 4px;
}

.minbtn:hover{
    border-radius: 13px;
    border: none;
}
#close:hover{
    background: rgb(126, 126, 126);
    border-radius: 13px;
    border: none;
}

button:focus{background-color:rgb(109, 109, 109)}

#print{
    padding: 10px;
    color: black;
  
}

#divtext{
    display: none;
   
}

#divad{
    display: none;
    
}
label, input{
    padding: 5px 10px;
  display:list-item;
  margin: 2px;
  border: none;
  border-radius: 13px;
}
.btn{
    border-radius: 13px;
    border: none;
    padding: 5px 15px;
    background: rgb(158 158 158 );
    color: white;
    margin: 10px 4px;
}
.btn:hover{
    background: rgb(126, 126, 126);
    border-radius: 13px;
    border: none;
    
}
@media only screen and (max-width: 1707px) {
    .textad{
       bottom: 1vh;
    }
}
#copyLink{
    position: fixed;
    
}
textarea{
    margin: 10px 0px;
    padding: 2px;
    z-index: 6;
    display: block;
    opacity: 0.8;
    resize: none;
    border: none;
    border-radius: 13px;
}

select{
    padding: 5px;
}
option{
    width: 25%;
    scroll-behavior: smooth;
    overflow: visible;
    height: 15px !important;
}

.logout{
    float: right;
    padding: 5px;
    text-decoration: none;
    color: black;
}
.logout a{
    text-decoration: none;
    color: black;
}
#add input {
    display: inline-block;
}
.btnplus{
    display: none;
    border-radius: 13px;
    border: none;
    padding: 5px 10px;
    background: rgb(158 158 158 );
    margin: 5px 0px;
    color: white;
    margin: 10px 4px;
}
.btnplus:hover{
    background: rgb(126, 126, 126);
    
}

#addplus{
    display: none;
}
input{
    border: none;
    border-bottom: 1px solid;
    background-color: rgb(219 219 219);
}
label{
    color: white;
}
.addpic{
    display: none;
    background-color: #00000075;
    border: 2px solid black;
    border-radius: 13px;
    width: 325px;
}
#btnadd{
    display: none;
}
#addurl{
    display: none;
}
#addurl input{
    display: inline-block;
}