*,
*:before,
*:after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
body{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    background-color: var(--switch-darkBG);

}
ol, ul, p{
    /*padding: 0 .5rem;*/
}
.body{
    padding: 0;
    margin: 0;
    background-color: var(--switch-darkBG);
}
a {
    /*color: #cd9dcd;*/
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    /* color:#f5f5f5 !important; */
}
.flex-con{
    display: flex;
    gap: var(--gap, 1rem);
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_in{
    display: flex;
    /* align-items: flex-end; */
}
.flex_sb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fsboldheader{
    font-size: 20px;
    font-weight: 600px !important;
}
.overall-container{
    margin: 0 auto;
    max-width: min(1280px,calc(100% - 40px));
    width: 100%;
    /* background-color: red; */
    padding-top: .7rem;
    font-family: 'Roboto', sans-serif;
}
.con-inner{
    /* background-color:blue; */
    width: 100%;
    position: relative;
}
.leftside{
    /* background-color: grey; */
    width: 15%;
    height:100vh;
   
}
.leftside-fixed{
 position: fixed;
 width: 21.5%;
 height: 100vh;
 left: 7%;
 /* background:pink */
 display: none;
}
.leftside-ul{
    /* background-color:purple; */
    padding: 1rem;
    list-style: none;
    margin-top: 1.5rem;
    cursor: pointer;
}
.leftside-li{
    /* background-color:red; */
    padding: .3rem;
    display: block;
    list-style: none;
    
}
.toggleTrending{
    display: none;
}
.l-icon{
    float:left;
    margin-right: 1.3rem;
}
.li_a{
    padding:10px 15px;
    text-decoration: none;
    display: inline-block;
    color:var(--switch-textWhite);
}
.li_a:hover{
    background-color:var(--switch-darkBGShaded);
    border-radius: 10rem;
    padding:10px 15px;
    text-decoration: none;
}
.icon-svg{
    width:30px;
    height:30px;
    stroke:var(--switch-textWhite);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-textWhite);
    cursor: pointer;
}
/* .icon-svg:hover{
    width:30px;
    height:30px;
    stroke:#2329D6;
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:#2329D6; 
    color:#2329D6;
    cursor: pointer;
} */

.leftside-ad-container{
    padding:10px;
    /* background-color: red; */
    z-index: 999999999999;
}
.leftside-adm-img_close{
    position: absolute;
    background-color: rgb(62 62 62 / 80%);
    bottom: 13px;
    color: #fff;
    right: 0;
    border-radius: 40px;
    padding: 0.3rem 0.7rem;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: none;
}

.foota__container{
    height:150px;
    position: relative;
}
.foota__{
    /* background-color: red; */
    position: absolute;
    bottom: 0;
}
.foota__ ul{
    /* background-color: gold; */
    padding: 1rem;
    line-height: normal;
    list-style-type: none;
}
.foota__ ul li{
    padding:.5rem;
    display: inline-block;
    margin-left: 0;
    padding: 10px;
    list-style: none;
    color: var(--switch-textWhite);
    font-size: 13px;
}

/* Write new post */
.wnp_container{
    background: linear-gradient(to left, rgba(126, 105, 105, 0.1), rgba(34, 68, 86, 0.9));
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: fixed;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    z-index: var(--popup);
}
@supports(backdrop-filter: blur(1rem)){
    .wnp_container{
    background:rgba(126, 105, 105, 0.1);
        backdrop-filter: blur(1rem);
        }
    }
.wnp{
    width: 550px;
    min-height: 450px;
    padding: 1rem;
    margin: 0;
    font-size: 22px;
    background:rgba(126, 105, 105, 0.1);
    background-color: var(--switch-darkBGShaded);
    border: 1px solid var(--switch-darkBorderlight);
    border-radius: 5px;
    color: white;
    /* -webkit-flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    text-align: center; */
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
    transition: none;
    -webkit-animation: expand 0.3s 0.2s ease-out forwards;
    animation: expand 0.3s 0.2s ease-out forwards;
    opacity: 0;
}
.wnp_xcon {
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:20px;
    
    height:25px;
    width: 25px;
    background-color:var(--switch-darkBGFade);
}
.wnp_x{
    width: 25px;
    height: 25px;
    stroke: var(--switch-fade_txt_White);
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    position: relative;
}
.wnp_x:hover{
    width: 25px;
    height: 25px;
    stroke: var(--switch-darkBGShaded);
}
.wnp_body{
    width: 100%;
    padding: .5rem;
    /* background-color: #2329D6; */
}
.h2{
    /* background-color: red; */
    padding-bottom:1.2rem;
    font-size:18px;
    font-weight:600;
    color: var(--switch-textWhite);
}
.wnp-form{
    /* background-color:gold; */
}
.input_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* background: #2329D6; */
}

.wnp-form .input_container > div {
    /* padding: 0 4px; */
    box-sizing: border-box;
}
.wnp .input_holder_container {
    width: 100%;
    float: left;
}
.input_field{
    position: relative;
    margin-bottom: 20px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
    color:var(--switch-textWhite);
}
.wnp input[type=text], .wnp textarea{
    width: 100%;
    padding: 8px 15px;
    /* height: 35px; */
    font-size: 13px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--switch-darkBorderlight);
    background-color: var(--switch-darkBG) !important;
  }
  .wnp input[type=text]:hover, .wnp .autoExpand:hover {
    background: #fafafa;
  }
  .wnp input[type=text]:focus, .wnp input[type=textarea]:focus {
    outline: none;
    border: 1px solid var(--input_focus) !important;
    box-shadow: 0 0 0 4px rgb(141 187 247 / 35%) !important;
  }
  .wnp input[type=submit] {
    background: var(--switch-primary-button);
    height: 35px;
    line-height: 35px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: .8em;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
  }
  .wnp input[type=submit]:hover {
    background: var(--switch-gradientyblue);
  }
  .wnp input[type=submit]:focus {
    background: var(--switch-gradientyblue);
  }

.wnp .input_field {
    position: relative;
    margin-bottom: 7px;
    height: 35px;
    width: 100%;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}
.input_holder{
    position: relative;
    width: 100%;
    /* height: 35px; */
    /* padding:5px; */
    text-align: left;
    /* background-color: aqua; */
}
.input_holder select {
    display: inline-block;
    width: 100%;
    /* height: 35px; */
    padding: 0px 36px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid var(--switch-darkBorderlight);
    border-radius: 0;
    background: var(--switch-darkBG);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
}
.select_arrow {
    position: absolute;
    top: calc(45% - 5px);
    left: 14px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}
.select_option select::-ms-expand {
    display: none;
  }
  .select_option select:hover, .select_option select:focus, .autoExpand:focus {
    color: var(--switch-textWhite);
    background: var(--switch-darkBGFade);
    border-color: var(--input_focus);
    outline: none;
    box-shadow: 0 0 0 4px rgb(141 187 247 / 35%) !important;
  }
  .autoExpand {
    display: block;
    box-sizing: padding-box;
    min-height: 70px;
    max-height: 154px;
    overflow-y: scroll;
    padding: 1px;
    width: 100%;
    font-size: 14px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    color: var(--switch-textWhite);
    border: 1px solid var(--switch-darkBorderlight);
    resize: none;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s ease;
    background-color: var(--switch-darkBG) !important;
}
.ql-container.ql-snow {
    border: 1px solid var(--switch-darkBorderlight) !important;
    }
.ql-toolbar.ql-snow {
    border: 1px solid var(--switch-darkBorderlight) !important;
    padding: 6px !important;
}
.ql-snow .ql-picker {
    color: var(--switch-textWhite) !important;
}
.ql-snow .ql-stroke {
    fill: none;
    stroke: var(--switch-textWhite) !important;
}
/* image preview */
.imh_holder{
    padding: 1rem;
    border-radius: .2rem;
    margin-top: 3px;
    background: var(--switch-darkBGShaded);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.img_details{
    padding: .7rem;
    /* background-color: #2329D6; */
    width: 100%;
}
.img_details h2 {
    font-size: 15px;
    color: var(--switch-textWhite);
}
.img_details ul {
    padding: 1rem;
}
.img_details li {
    padding: .1rem;
    /* background-color: tomato; */
    font-size: 14px;
    color: var(--switch-textWhite);
}
.image_up_float{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
    width: 65px;
    border:1px dashed var(--switch-darkBorderlight);
    height: 45px;
    position: relative;
    background-color:var(--switch-darkBGShaded);
  
  }
  .fileupload_label{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
    width: 60px;
    height: 40px;
    /* flex: 50%; */
    line-height: 5px;
 
  }
  .image_middle_float{
    width: 100%;
    height: 100%;
    background-color: var(--switch-darkBG);
  
  }
  .image_middle_float img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  
  }
  #images,#images1,#images2,#images3,#images4,#images5,#images6{
    width: 1px;
    display: inline-block;
    display: none;
    outline: none;
    border: none;
  }
  .btn_holder{
    padding-block: .4rem;
    width: 100%;
  }
  .wnp input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .checkbox_option label {
    margin-right: 1em;
    position: relative;
  }
  .wnp label {
    font-size: 12px;
    }

    label {
    /* display: inline-block; */
    margin-bottom: 0.5rem;
    }
    label a{
       color:var(--switch-bleColor)
    }
  .checkbox_option label:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    vertical-align: -5px;
    border: 2px solid #cccccc;
    padding: 0.12em;
    background-color: transparent;
    background-clip: content-box;
    transition: all 0.2s ease;
  }
  .checkbox_option label:after {
    border-right: 8px solid var(--switch-textWhite);
    border-top: 0px solid var(--switch-textWhite);
    content: "";
    height: 20px;
    /* left: 2px; */
    position: absolute;
    top: 7px;
    transform: scaleX(-1) rotate(130deg);
    transform-origin: left top;
    width: 10px;
    display: none;
  }
  .checkbox_option input:hover + label:before {
    border-color: var(--switch-textWhite);
  }
  .checkbox_option input:checked + label:before {
    border-color: var(--switch-textWhite);
  }
  .checkbox_option input:checked + label:after {
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 10px;
    height: 20px;
    border-color: var(--switch-textWhite);
  }
  






.centerside{
    /* background-color: var(--fade_txt_White); */
    width: 60%;
    padding:2rem 0rem;
    border-left: 1px solid var(--switch-darkBGFade);
    border-right: 1px solid var(--switch-darkBGFade);
}
.passChangedCon{
    padding: 2rem;
}
.passChanged{
    background-color: var(--switch-darkBGShaded); 
    border-radius:10px; 
    border:1px solid var(--switch-borderlight);
    color:var(--switch-textWhite);
    font-size: 18px;
    font-weight: 500;
    padding:2rem;
    text-align: center;
} 
.c-div-con{
    width: 100%;
    /* height: 130px; */
    /* background-color:var(--darkBGFade); */
    padding: .2rem 1rem;
}
.c-div-con:hover{
    background-color:var(--switch-darkBGShaded);
    text-decoration: none;
}
.c-div-img-con{
    width: 20%;
    /* height: 100%; */
    /* background-color:blue; */
    /* border-radius: 55px; */
    padding:10px;
    text-align: center;
}
.con-img{
    width: 100%;
    height: 100px;
    border-radius: 10px;
}

.con-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.c-div-headline{
    width: 80%;
    /* background-color:green; */
    padding: 10px;
}
.div-headline-top{
    max-height: 105px;
    /* background-color: #000fff; */
    text-transform: capitalize;
    
}
.headline-top-h1{
    margin-bottom: .3rem;
    font-size: 22px;
    line-height: 26px;
    max-height: 55px;
    color: var(--switch-textWhite);
    overflow: hidden;
    /* background-color:rosybrown; */
}
.headline-nick{
    color: var(--switch-textWhite);
    padding-block:3px;
    padding: 4px 0;
    font-weight: 500;
    font-size: 13px;
    width: 183px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headline-top-h3{
    font-size: 13px;
    line-height: 17px;
    max-height: 36px;
    font-weight: 500;
    color:var(--switch-fade_txt_White) !important;
    /* background-color:red; */
    overflow: hidden;
}
.div-headline-bottom{
    height: 40px;
    margin-top: 15px;
    width: 100%;
    /* background-color: #00ff88; */
}
.div-category{
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 30px;
    background-color: var(--switch-darkBGShaded);
    color:var(--switch-bleColor)
}
.icon-inner{
    /* padding: 10px; */
    /* background-color:mediumvioletred; */
    
}
.div-icons{
    gap:1rem;
}
.icon-like{
    width:30px;
    height:30px;
    stroke:var(--switch-fade_txt_White);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-fade_txt_White);
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}
.icon_svg-stroke {
    stroke: rgb(46, 105, 255);
    stroke-width: 1.8;
}
.numbers{
    font-size: 13px;
    color:var(--switch-textWhite);
}
.icon-chat{
    width:30px;
    height:30px;
    stroke: var(--switch-fade_txt_White);
    stroke-width: 2px;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: var(--switch-fade_txt_White);
    padding: 5px;
    margin-top: 2px;
    cursor: pointer;
}


.rightsided{
    /* background-color: orange; */
    width: 25%;
    padding:2rem 0rem;
}
.rightsided-con{
    /* background-color:darkcyan; */
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: .2rem;
}
.rightsided-inner{
    /* background-color:salmon; */
    gap:.4rem;
    height: 40px;
}
.rightsided-headline{
    font-size: 15px;
    font-weight: 500px;
    color: var(--switch-textWhite);
    width: 100%;
    max-height: 38px;
    /* background-color:red; */
    overflow: hidden;
}
.rightsided-con:hover{
    background-color:var(--switch-darkBGShaded);
    text-decoration: none;
}
.hed-h{
    padding: 5px;
}
.hed-h h3{
    color: var(--switch-textWhite) !important;
    padding: 5px 15px;
    margin-bottom: .6rem;
}
.imghash{
    background-color:var(--switch-darkBGShaded);
    width:50px;
    height: 50px;
    border-radius:3px;
}
.artimg-con{
    width:50px;
    /* padding:10px; */
    text-align: center;
    /* background-color:blue; */
}
.rightsided-artimg{
    /* background-color: blueviolet; */
    width:40px;
    height:40px;
    border-radius:5px;
}
.rightsided-artimg img{
    /* background-color: blueviolet; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:5px;
}
.hot-svg{
 /* background-color:violet */
}
.icon-sm-svg{
    width:25px;
    height:25px;
    /* stroke:var(--gradientyyellow); */
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:var(--switch-hot); 
    color:var(--switch-hot);
    cursor: pointer;
}
.rightsided-sng-con{
    /* background-color: aquamarine; */
    width: 100%;
    font-size: 15px;
    color: var(--switch-textWhite);
}
.rightsided-sng-name{
    /* background-color:chocolate; */
    font-size: 14px;
    color: var(--switch-textWhite);
    max-height: 35px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0;
}
.rightsided-artist{
    /* background-color:sienna; */
    max-height: 34px;
}

.rightsided-social-con{
    background-color: var(--switch-darkBGShaded);
    border: 1px solid var(--switch-darkBGFade);
    padding: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius:8px;
}
.rightsided-header{
    padding: 10px;
    font-size: 16px;
    color: var(--switch-textWhite);
}
.rightsided-s{
    padding: 10px;
}
.dtls-svg{
    /* background-color:red; */
    padding: 5px;
    text-align: center;
    margin-right: .5rem;
}
.svg_imgw{
    fill:rgb(255 255 255) !important;  
}
.svg_img{
    padding: 3px;
    width:30px;
    height:30px;
    text-align: center;
    fill:var(--switch-fade_txt_White);
    cursor: pointer;
}

.rightsided-subscribe{
    /* background-color:palevioletred; */
}
.header-subscr-info{
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    padding: 10px;
    text-transform: capitalize;
    color: var(--switch-textWhite);
}
.subscr-form{
    padding: 10px;
}
.subscri-form-contr{
    height: 2.5rem;
    width: 100%;
    min-width: 0px;
    outline: none;
    outline-offset: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition-property: none;
    transition-duration: 220ms;
    font-size: 1rem;
    border-radius: 3px;
    border: 1px solid;
    border-color: var(--switch-darkBorderlight);
    font-weight: 500;
    margin-bottom: .5rem;
    color: var(--switch-textWhite);
    background-color: var(--switch-cardFill-color) !important;
}
.subscri-form-contr:focus{
    outline:none;
    border-color: var(--input_focus) !important;
    box-shadow: 0 0 0 4px rgba(141, 187, 247, 0.354) !important;
}
input[type="search" i] {
    appearance: auto;
    box-sizing: border-box;
    padding: 1px 10px;
}
.subscr-form-btn{
    height: 2.3rem;
    width: 100%;
    min-width: 0px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition-property: none;
    transition-duration: 220ms;
    font-size: 1rem;
    border-radius: 3px;
    border: 1px solid var(--switch-darkBGFade);
    font-weight: 500;
    cursor: pointer;
    background-color: var(--switch-primary-button) !important; 
    color: var(--switch-primary-button-text-color);   
}
.subscr-form-btn:visited, .subscr-form-btn:hover {
    background-color: var(--switch-darkBGShaded)!important;
    color: var(--switch-primary-button-text-color-hover);
}
.rightsided_adBanner{   
    padding:2rem 0;
    position: relative;
    height: 100%;
}
.r_bannerImg{
    width: 300px;
    height: 600px;
    position: relative;
    top: 0;
    right: 0;
    padding: 2px;
}
.r_bannerImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid var(--switch-borderlight);
    background-color:var(--switch-darkBGShaded);
    border-radius: 10px;
}
.sidebar-sticky {
    position: fixed;
    top: 130px;
    right: 132px;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
  }
  .sidebar-sticky-none {
    top: auto;
    bottom: 0;
    position: absolute;
  }

@media(max-width:82rem){
    .overall-container{
        margin: 0 auto;
        max-width: min(1280px,calc(100% - 10px));
        width: 100%;
        /* background-color: red; */
        padding-top: 0rem;
        font-family: 'Roboto', sans-serif;
    }
    .con-inner{
        /* background-color:blue; */
        width: 100%;
        position: relative;
    }
    .leftside{
        /* background-color: grey; */
        width: 25%;
        height:100vh;
       
    }
    .leftside-fixed{
     display: none;
     position: fixed;
     width: 24%;
     height: 100vh;
     left: 0%;
     /* background:pink */
    }
    .leftside-ul{
        /* background-color:purple; */
        padding: .8rem;
        list-style: none;
        margin-top: 1.4rem;
    }
    .toggleTrending{
        display: none;
    }
    .leftside-li{
        /* background-color:red; */
        padding: .3rem;
        display: block;
        list-style: none;
    }
    .l-icon{
        float:left;
        margin-right: 1rem;
    }
    .li_a{
        padding:10px 10px;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
    }
    .li_a:hover{
        border-radius: 10rem;
        padding:10px 10px;
        text-decoration: none;
    }
    .icon-svg{
        width:30px;
        height:30px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        cursor: pointer;
    }
    /* .icon-svg:hover{
        width:30px;
        height:30px;
        stroke:#2329D6;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:#2329D6; 
        color:#2329D6;
        cursor: pointer;
    } */
    
    .leftside-ad-container{
        padding:10px;
        z-index: 999999999999999;
    }
    .leftside-ad-img{
        max-width: 260px;
        max-height:260px;
        /* background-color: gold; */
        z-index: 9999999999999;
    }
    .leftside-ad-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }  
    .centerside{
        /* background-color: var(--fade_txt_White); */
        width: 56%;
        padding:1.5rem 0rem;
        border-left: 1px solid var(--darkBorderlight);
        border-right: 1px solid var(--darkBorderlight);
    }
    .sidebar-sticky {
        position: fixed;
        top: 130px;
        right: -7px;
        -webkit-animation: bounce 0.6s ease-out;
        animation: bounce 0.6s ease-out;
      }
      .r_bannerImg {
        width: 254px;
        height: 600px;
        position: relative;
        top: 0;
        right: 0;
        padding: 2px;
    }
}
@media (max-width: 1534px) {
    .sidebar-sticky {
        position: fixed;
        top: 130px;
        right: 88px;
        -webkit-animation: bounce 0.6s ease-out;
        animation: bounce 0.6s ease-out;
      }

}
@media (max-width: 1398px) {
    .sidebar-sticky {
        position: fixed;
        top: 130px;
        right: -6px;
        -webkit-animation: bounce 0.6s ease-out;
        animation: bounce 0.6s ease-out;
      }
}


@media(max-width:62rem){
    .foota__container{
        display:none;
    }
    .flex-con{
        display: block;
        gap: var(--gap, 0rem);
    }
    .overall-container{
        margin: 0 auto;
        max-width: min(1280px,calc(100% - 0px));
        width: 100%;
        padding-top: 6rem;
        font-family: 'Roboto', sans-serif;
    }
    .con-inner{
        /* background-color:blue; */
        width: 100%;
        position: relative;
        padding:0;
    }
    .leftside{
        /* background-color: purple; */
        width: 10%;
        height:0vh;
        z-index: 0;
       
    }
    .toggleTrending{
        display: block;
    }
    .leftside-fixed{
     position: fixed;
     display: none;
     width: 10%;
     height: 50vh;
     left: 0%;
     /* background:pink; */
     z-index: 999;
    }
    .leftside-ul{
        /* background-color:purple; */
        padding: .3rem;
        list-style: none;
        margin-top: 1.5rem;
    }
    .leftside-li{
        /* background-color:red; */
        padding: .3rem;
        
        list-style: none;
        text-align: center;
    }
    .leftside-ad-container{
        padding:0px;
        position: fixed;
        width:100%;
        max-height: 70px;
        bottom:0rem;
        /* background-color: rgb(54, 202, 128); */
        /* display: none; */
        z-index: 9999999999999;
        /* position: relative; */
        cursor: pointer;
    }
    .leftside-ad-img{
        display: none;
    }
    .leftside-adm-img{
        max-width: 100%;
        height:70px;
        /* background:url("../img/img2.gif"); */
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        /* display: none; */
    }
    .leftside-adm-img_close{
        position: absolute;
        background-color: rgba(62, 62, 62, 0.468);
        bottom: 13px;
        color: #fff;
        right: 0;
        border-radius: 40px;
        padding: 0.3rem 0.7rem;
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        display: block;
    }
    .leftside-ad-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .l-icon{
        clear: both;
        margin-right: 0rem;
    }
    .li_a{
        padding:10px;
        text-decoration: none;
        display: inline-block;
        color:var(--switch-textWhite);
    }
    .li_a:hover{
        border-radius: 10rem;
        padding:10px;
        text-decoration: none;
    }
    .icon-svg{
        width:30px;
        height:30px;
        /* stroke:var(--textWhite); */
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        /* color:var(--textWhite); */
        cursor: pointer;
    } 
    .icon-title{
        display: none;
        /* width: 100%; */
    } 

    
    .centerside{
        /* background-color: var(--fade_txt_White); */
        width: 90%;
        padding-bottom: 4rem !important;
        padding:.8rem 0rem;
        position: relative;
        left: 10%;
        z-index: 0;
        border-left: 0px solid var(--darkBorderlight);
        border-right: 0px solid var(--darkBorderlight);

    }
    .c-div-con{
        width: 100%;
        /* height: 130px; */
        /* background-color:var(--darkBGFade); */
        padding: 1rem;
    }
    .c-div-con:hover{
        /* background-color:var(--darkBGShaded); */
        text-decoration: none;
    }
    .c-div-img-con{
        width: 20%;
        /* height: 100%; */
        /* background-color:blue; */
        /* border-radius: 55px; */
        padding:10px;
        text-align: center;
    }
    .con-img{
        width: 100%;
        height: 100px;
        border-radius: 10px;
    }
    
    .con-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .c-div-headline{
        width: 80%;
        /* background-color:green; */
        padding: 10px;
    }
    .div-headline-top{
        max-height: 105px;
        /* background-color: #000fff; */
        text-transform: capitalize;
        
    }
    .headline-top-h1{
        margin-bottom: .3rem;
        font-size: 22px;
        line-height: 26px;
        max-height: 55px;
        overflow: hidden;
        /* background-color:rosybrown; */
    }
    .headline-nick{
        padding-block:3px;
        font-weight: 500;
        font-size: 13px;
    }
    .headline-top-h3{
        font-size: 13px;
        line-height: 17px;
        max-height: 50px;
        font-weight: 500;
        overflow: hidden;
    }
    .div-headline-bottom{
        height: 40px;
        margin-top: 10px;
        width: 100%;
        /* background-color: #00ff88; */
    }
    .div-category{
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 30px;
    }
    .icon-inner{
        /* padding: 10px; */
        /* background-color:mediumvioletred; */
        
    }
    .div-icons{
        gap:1rem;
    }
    .icon-like{
        width:30px;
        height:30px;
        /* stroke:var(--fade_txt_White); */
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        /* color:var(--fade_txt_White); */
        padding: 3px;
        margin-top: 2px;
        cursor: pointer;
    }
    .icon-like:hover{
        /* stroke:var(--greenBG); */
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        /* fill:var(--greenBG);  */
        /* color:var(--greenBG); */
        /* background-color: var(--gradientGreen); */
        border-radius: 40px;
    }
    .numbers{
        font-size: 13px;
    }
    .icon-dislike{
        width:30px;
        height:30px;
        padding: 3px;
        margin-top: 2px;
        cursor: pointer;
    }
    .icon-chat{
        width:30px;
        height:30px; 
        padding: 3px;
        margin-top: 2px;
        cursor: pointer;
    }


    
.rightsided{
    background-color:var(--switch-darkBG);
    width: 90%;
    padding-bottom: 3.5rem !important;
    padding:1rem 1rem;
    position: relative;
    /*top: 0;*/
    left: 10%;
    /*display: none;*/
}
.rightsided-con{
    /* background-color:darkcyan; */
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: .2rem;
}
.rightsided-inner{
    gap:.7rem;
}
.rightsided-headline{
    font-size: 15px;
    font-weight: 500px;
    /* color: var(--textWhite); */
    max-height: 38px;
    width: 100%;
    overflow: hidden;
}
.rightsided-con:hover{
    /* background-color:var(--darkBGShaded); */
    text-decoration: none;
}
.hed-h{
    padding: 5px;
}
.hed-h h3{
    /* color: var(--textWhite) !important; */
    padding: 5px 15px;
    margin-bottom: .6rem;
}
.artimg-con{
    width:50px;
    /* padding:10px; */
    text-align: center;
    /* background-color:blue; */
}
.rightsided-artimg{
    /* background-color: blueviolet; */
    width:40px;
    height:40px;
    border-radius:5px;
}
.rightsided-artimg img{
    /* background-color: blueviolet; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:5px;
}
.hot-svg{
 /* background-color:violet */
}
.dtls-svg{
    /* background-color:red; */
    padding: 5px;
    text-align: center;
    margin-right: .5rem;
}
.svg_img{
    padding: 0px;
    width:25px;
    height:25px;
    text-align: center;
    /* stroke:var(--textWhite); */
    /* stroke-width:1px;  */ 
    cursor: pointer;
    /* background-color: peachpuff; */
}
.icon-sm-svg{
    width:25px;
    height:25px;
    /* stroke:var(--gradientyyellow); */
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    cursor: pointer;
}
.rightsided-sng-con{
    /* background-color: aquamarine; */
    width: 100%;
    font-size: 15px;
}
.rightsided-sng-name{
    /* background-color:chocolate; */
    font-size: 15px;
    font-weight: 500;
    max-height: 35px;
    
}
.rightsided-artist{
    /* background-color:sienna; */
    max-height: 34px;
}
.rightsided_adBanner{
    padding:2rem 0;
}
.r_bannerImg{
    width: 100%;
    height: 500px;
}
.sidebar-sticky {
    position: relative;
    top: 30px;
    right: 0;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
  }
  .sidebar-sticky-none {
    top: auto;
    bottom: 0;
    position: relative;
  }
    
    
    
    
   
   


}





@media (max-width:43rem){
    .foota__container{
        display:none;
    }
    .flex-con{
        display: block;
        gap: var(--gap, .5rem);
    }
    .overall-container{
        margin: 0;
        max-width: min(1280px,calc(100% - 0px));
        width: 100%;
        /* background-color: red; */
        height: 100%;
        padding-top: 5.75rem;
        font-family: 'Roboto', sans-serif;
    }
    .con-inner{
        /* background-color:blue; */
        width: 100%;
        position: relative;
        display: block;
    }
    .leftside-ad-container{
        padding:0px;
        position: fixed;
        width:100%;
        max-height: 70px;
        bottom:4rem;
        /* background-color: rgb(54, 202, 128); */
        /* display: none; */
        z-index: 999999999;
    }
    .leftside-ad-img{
        max-width: 100%;
        height:70px;
        /* background:url("../img/img2.gif"); */
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .leftside{
        /* background-color: grey; */
        width: 100%;
        height:0vh;
       
    }
    .leftside-fixed{
     position: fixed;
     display: block;
     width: 100%;
     /* height: 9vh; */
     height: 4rem;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 999;
     background-color: var(--switch-darkBG);
     border-top: 1px solid var(--darkBorderlight);
    }
    .leftside-ul{
        /* background-color:purple; */
        padding: 0;
        list-style: none;
        margin-top: 5px;
        /* display: inline-block; */
        display: flex;
        justify-content: space-between;
    }
    .leftside-li{
        width: 50%;
        /* background-color:red; */
        padding: 0;
        display: inline;
        list-style: none;
        text-align: center;
    }
    /* Write new post */
.wnp_container{
    background: linear-gradient(to left, rgba(126, 105, 105, 0.1), rgba(34, 68, 86, 0.9));
    /* display: none; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: fixed;
    padding: 0;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    z-index: var(--popup);
}
@supports(backdrop-filter: blur(1rem)){
    .wnp_container{
    background:rgba(126, 105, 105, 0.1);
        backdrop-filter: blur(1rem);
        }
    }
.wnp{
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 1rem;
    margin: 0;
    font-size: 22px;
    background:rgba(126, 105, 105, 0.1);
    background-color: var(--switch-darkBGShaded);
    border: 1px solid var(--switch-darkBorderlight);
    border-radius: 5px;
    color: white;
    /* -webkit-flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    text-align: center; */
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
    transition: none;
    -webkit-animation: expand 0.3s 0.2s ease-out forwards;
    animation: expand 0.3s 0.2s ease-out forwards;
    opacity: 0;
}
.imh_holder {
    padding: .5rem 0;
    border-radius: 0.2rem;
    margin-top: 3px;
}
.img_details {
    padding: 0.3rem;
}
.img_details li {
    padding: 0.1rem;
    font-size: 12px;
    color: var(--switch-textWhite);
}



    .l-icon{
        float:left;
        margin-right: 0;
        width: 100%;
    }
    .li_a{
        padding:10px;
        text-decoration: none;
        display: inline-block;
        color:var(--switch-textWhite);
        font-size: 12px;
    }
    .li_a:hover{
        border-radius: 3px;
        padding:10px;
        text-decoration: none;
    }
    .icon-title{
        display: block;
        width: 100%;
    }
    .icon-svg{
        width:25px;
        height:25px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        cursor: pointer;
    }
    /* .icon-svg:hover{
        width:30px;
        height:30px;
        stroke:#2329D6;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:#2329D6; 
        color:#2329D6;
        cursor: pointer;
    } */ 


    .centerside{
        /* background-color: var(--fade_txt_White); */
        width: 100%;
        padding-bottom: 1rem !important;
        padding:0rem 1rem;
        position: relative;
        left: 0%;
    }
    .c-div-con{
        width: 100%;
        /* height: 130px; */
        /* background-color:var(--darkBGFade); */
        padding: .1rem;
    }
    .c-div-con:hover{
        text-decoration: none;
    }
    .c-div-img-con{
        width: 32%;
        /* height: 100%; */
        /* background-color:blue; */
        /* border-radius: 55px; */
        padding:0px;
        text-align: center;
    }
    .con-img{
        width: 100px;
        /* height: 60px; */
        border-radius: 0px;
    }
    
    .con-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
    }
    .c-div-headline{
        width: 80%;
        /* background-color:green; */
        padding: 5px 10px;
    }
    .div-headline-top{
        max-height: 125px;
        /* background-color: #000fff; */
        text-transform: capitalize;     
    }
    .headline-top-h1{
        margin-bottom: .3rem;
        font-size: 17px;
        line-height: 22px;
        max-height: 65px;
        /* background-color:rosybrown; */
    }
    .headline-top-h3{
        font-size: 13px;
        line-height: 15px;
        max-height: 30px;
        font-weight: 500;
        /* background-color:red; */
        overflow: hidden;
        margin-bottom: .3rem;
    }
    .div-headline-bottom{
        height: 30px;
        margin-top: 5px;
        width: 100%;
        padding-right: 5px;
        /* background-color: #00ff88; */
        flex-wrap: wrap;
    }
    .div-category{
        padding: 4px 8px;
        font-size: 11px;
        border-radius: 30px;
    }
    .icon-inner{
        /* padding: 10px; */
        /* background-color:mediumvioletred; */
        
    }
    .div-icons{
        gap:.5rem;
        /* background-color: red; */
    }
    .icon-like{
        width:25px;
        height:25px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        padding: 2px;
        margin-top: 2px;
        cursor: pointer;
    }
    .icon-like:hover{
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:var(--greenBG); 
        color:var(--greenBG);
        border-radius: 40px;
    }
    .numbers{
        font-size: 11px;
    }
    .icon-dislike{
        width:25px;
        height:25px;
        padding: 2px;
        margin-top: 2px;
        cursor: pointer;
    }
    .icon-chat{
        width:25px;
        height:25px;
        padding: 2px;
        margin-top: 2px;
        cursor: pointer;
    }


    .rightsided{
        background-color: var(--switch-darkBG);
        width: 100%;
        /* height: 100%; */
        /*position: absolute;*/
        left: 0;
        /*top: 0;*/
        padding-bottom: 6.5rem !important;
        padding:1rem 1rem;
        margin-bottom: 1rem;
        /*display: none;*/
    }
    .rightsided-con{
        /* background-color:darkcyan; */
        padding: 10px;
        border-radius: 2px;
        cursor: pointer;
        margin-bottom: .2rem;
        
    }
    .rightsided-inner{
        /* background-color:salmon; */
        gap:.7rem;
    }
    .rightsided-headline{
        font-size: 15px;
        font-weight: 500px;
        max-height: 38px;
        /* background-color:red; */
        overflow: hidden;
    }
    .rightsided-con:hover{
        text-decoration: none;
    }
    .hed-h{
        padding: 5px;
    }
    .hed-h h3{
        padding: 5px 15px;
        margin-bottom: .6rem;
    }
    .artimg-con{
        width:50px;
        /* padding:10px; */
        text-align: center;
        /* background-color:blue; */
    }
    .rightsided-artimg{
        /* background-color: blueviolet; */
        width:40px;
        height:40px;
        border-radius:5px;
    }
    .rightsided-artimg img{
        /* background-color: blueviolet; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius:5px;
    }
    .hot-svg{
     /* background-color:violet */
    }
    .icon-sm-svg{
        width:25px;
        height:25px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        cursor: pointer;
    }
    .rightsided-sng-con{
        /* background-color: aquamarine; */
        width: 100%;
        font-size: 15px;
    }
    .rightsided-sng-name{
        /* background-color:chocolate; */
        font-size: 15px;
        max-height: 35px;
        
    }
    .rightsided-artist{
        /* background-color:sienna; */
        max-height: 34px;
    }
    
    
}