.contse{
    border-radius: 15px;
    box-shadow: 4px 4px 30px rgba(155, 9, 9, 0.918);
    margin: auto;
    display:flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}
#myMenuse{
    position: fixed;
    width: 250px;
    height: 80%;
    overflow: hidden;
    overflow-y: scroll;
}
.containerse{
    width: 250px;
}
.containerse form{

    width: 90%;
    height: 35px;
    border: 2px solid #c0392b;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
  

}
.containerse form input {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 5px;
    

}
.containerse form i{
    padding-left: 10px;
}




.submenuse{
    position: fixed;
    right: 0;
    background:black;
    border: 1px solid #fff;
    width: 250px;
    height: 80%;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 10000;
    display: none;
    

}
.submenuse a:hover{
    color: #c0392b;
}
 #myMenuse::-webkit-scrollbar{
    width: 1vw;
}
 #myMenuse::-webkit-scrollbar-thumb{
    background-color: #7775;
}
 #myMenuse::-webkit-scrollbar-track{
    background-color: black;
}

 .submenuse::-webkit-scrollbar{
    width: 1vw;
}
 .submenuse::-webkit-scrollbar-thumb{
    background-color: #7775;
}
 .submenuse::-webkit-scrollbar-track{
    background-color: black;
}




.semovie-item{
    display: flex;
    align-items: center;
    cursor: pointer;

}
.semovie-item img{
    width: 100px;
    height: 120px;
    object-fit: cover;
    padding: 5px;
}
@media only screen and (max-width: 850px){
    .submenuse::-webkit-scrollbar{
        width:2vw ;
    }
}






