
body.no-scroll {
    overflow: hidden;
  }
  
.mysildebox{
    width: 375px;
    height: 647px;
    background-color: white;
    filter: blur(0px);
    margin-left: -380px;
    transition:  0.3s ease-in-out;
    
   }
   .sidepanel {
       display: flex;
       height: calc(100vh-60px);
       width: 100%;
       background-color: #000000bd;
       /* filter: blur(1px); */
       overflow-x: hidden;
       transition: 0.4s ease;
       position: absolute;
       top: 60px;
       visibility: hidden;
       z-index: 99;
       box-shadow: 2px 0px 4px .01px #7a7a7a;
   
   }
   .scroll {
       overflow: hidden;
       display: flex;
       flex-direction: column;
   }
   
   .scroll::-webkit-scrollbar {
       width: 0;
       height: 0;
   }
   
   .sidepanel .scroll a:hover {
       background-color: #3ab8b485;
       letter-spacing: .6px;
   }
   
   
   
   .closebtn {
       font-size: 25px;
       cursor: pointer;
      border: none;
      padding:  5px 15px;
      background:none;
      color: white;
      position: absolute;
      top: 6px;
      left: 379px;
   }
   .openbtn {
       font-size: 20px;
       cursor: pointer;
       background: none;
       color: white;
       padding: 17px 20px;
       border: none;
       width: 60px;
   }
 .somethingwant{
    color: #35a09d;
 }
.scroll-upperpart {
    width: 375px;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.scroll-upperpart div {
    width: 33.3%;
    height: 50px;
    cursor: pointer;
    padding: 18px 0px 0px 6px;
    text-align: center;
    font-size: 16px;
    font-family: sans-serif;
    box-sizing: border-box;
    margin: 0px 2px;
}

.scroll-upperpart div label {
    cursor: pointer;
}

.scroll-upperpart div:hover {
    border-bottom: 5px solid #35a09c7a;
    background-color: #4e4e4e16;
}

.scroll-lowerpart {
    position: relative;
    width: 375;
    height: 230px;
}
.siteinfo{
    width: 375px;
    height: 367px;
    box-sizing: border-box;
    font-family: sans-serif;
    overflow: hidden;
}
.wmk-content {
    display: none;
    width: 335px;
    height: 190px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 40px;

}
.btn-active{
    display: block;
}

.wmk-content li {
    text-align: left;
    padding: 5px 0px 5px 0px;
    cursor: pointer;
    transition: .3s;
    border-bottom: 1px solid rgb(234, 234, 234);
    list-style: none;
    width: 290px;
    font-family: sans-serif;
    font-size: 14px;
}
.wmk-content a{
    color: black;
    text-decoration: none;
}

.wmk-content li:hover {
    letter-spacing: .5px;
    color: #35a09d;
    font-weight: bold;
}

.btn-active {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 5px solid #35a09d;
}

.siteinfo-1 {
    width: 100%;
    height: 185px;
    box-sizing: border-box;
    padding-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.100);
    border-bottom: 2px solid rgba(0, 0, 0, 0.073);

}
.c-2-lable-div{
   width: 100%;
   height: 25px;
   margin-top: -7px;
   margin-left: -14px;
   padding-top: 5px;
    font-family: sans-serif;
    border-radius: 35px / 5px;
    background-color: #4e4e4e16;
    font-size: 13px;
    font-weight: bold;
    color: rgb(104, 171, 168)
}

.siteinfo-2{
      width: 100%;
      height: 145px;
}
.backtohome{
      width: 100%;
      height: 37px;
      box-sizing: border-box;
      padding: 10px 0px 0px 10px;
     font-size: 15px;
}
.siteinfo-hover a {
    width: 100%;
    height: 30px;
    font-size: 16.4px;
    padding: 5px 0px 0px 40px;
    box-sizing: border-box;
    margin: 2px 0px;
    transition: .1s;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.siteinfo-hover a:hover {
    background-color: rgba(102, 200, 197, 0.108);
    letter-spacing: .5px;
    color: #35a09d;

}

.siteinfo-hover a {
    text-decoration: none;
    color: black;
}
.siteinfo-2 h3{
    padding: 16px 0px 5px 40px;
  
}
.backtohome a{
 text-decoration: none;
 

}