* {
  padding: 0;
  margin: 0;
}
html, body {
  overflow: auto;
  max-width: 100%;
  height:100%;
  /* background-color: rgb(206, 206, 206); */
  position: relative
}

body::-webkit-scrollbar {
  display: none;
}

body{

  position: relative;
  background-color: rgba(236, 236, 236, 0.894);
  background-image: url("https://beautylandtbz.ir/web/assets/assets/image/backlogo.png");
  background-position: center center;
  background-repeat: no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


body {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
body.show {
    opacity: 1;
    transform: translateY(0);
}


#pos{
  width: 100%;
  position: fixed;
  top: 0px;
}

/* header */

#top_icon{
  height: 45px;
  width: 28px;
  position: fixed;
  top: 12px;
  left: 15px;
 }
 #profile_icon{
 
   height: 25px;
   width: 25px;
   position: fixed;
   top: 20px;
   right: 15px;
 
 }

 /* searchbar */
 .wrap{
  margin-top: 15px;
  width: max-width;
  padding-left: 10px;
  padding-right: 10px;
  height :40px;
  
 }
 .searchbar{
  position: relative;
  width: 100%;
  height :40px;
  
 }
input[type=text] {
  position: absolute;
  border: none;
  font-size: 18px;
  background-color: #584b3e1a;
  text-align: left;
  text-indent: 8px;
  outline: none;
  width: 100%;
  height :40px;
}
input[type=text] {
  height :40px;
  border-radius: 13px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  
}
.searchbar-icon {
  position: absolute;
  left: 20px;
  top: 7px;
  background-color: transparent;
  color: #584b3e;
  cursor: pointer;
}
.searchbar-icon:active {
  display: none;
  position: absolute;
  left: 20px;
  top: 7px;
  background-color: transparent;
  color: #584b3e;
  cursor: pointer;
}



/* Main View */
#main{
    
  margin-top: 222px;
  height : calc(100% - 222px);
  
  
  
}


 