/*
* © Seddike Tanvir
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



/* ===== Popup styling area ^_^ ======================================================== */

.overlay_window{
    position: fixed;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color:#000000b9;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow: auto;
    z-index: 999;
    display: none;
    /* opacity: 0; */
    scrollbar-width: none; 
}
/* Firefox-এ জন্য */
@supports (-moz-appearance: none) {
    .overlay_window {
        -webkit-filter: blur(10px);
                filter: blur(10px);
    }
}

/* .X_menuBar_wrapper{
    width: 50%;
    max-width: 55rem;
    display: flex;
    top: 5vh;
} */
.X{
    border: none ;
    /* border-radius: 30px; */
    margin: .5rem .5rem ;
    cursor: pointer;
    /* padding: 5px ; */
    background-color:transparent;
    color: #f0f0f0;
    position: fixed;
    top: 4vh;
    right: 5vw;
    display: none;
    z-index: 1000;

}
.X:hover{
    color: rgba(255, 0, 0, 0.925);
    cursor: pointer;  
    font-size: 20px;
}
#X_icon{
    font-size: 1.8rem;
}































/* :root {
    --button-background: dodgerblue;
    --button-color: white;

    --dropdown-highlight: dodgerblue;
    --dropdown-width: 160px;
    --dropdown-background:dodgerblue;
    --dropdown-color: black;
} */