#scroll a{color:#232323;}
#scroll {
position:absolute;
top:110px;
left:0;
        background-color: #F2ECD8;
        width: 85px;
        float:left;
        height: 85%;
        line-height:5px;
        overflow: auto;
        text-align: left;
        padding: 10px 0 10px 3px;
		margin-left:10px;
		color:#3e3e3d;
box-shadow:2px 2px 8px 0px rgba(102, 102, 102, 0.2);
direction: rtl;
      }
/* Works on Firefox */
* {
  scrollbar-width: thin;
  
}
.scrollarrowdown{
	position:absolute;
	top:0;
	left:0;
	width:8px;
height:13px;}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #b2b79c;
}

*::-webkit-scrollbar-thumb {
  background-color: #636653;
  border-radius: 20px;
  border: 3px solid #a59881;
}
*::-webkit-scrollbar-track {
  
}

*::-webkit-scrollbar-thumb {
  
  border-radius: 20px;
  height:40px;
  
}	  
.scrolling-area {

  
  overflow: auto;
  padding: 1rem;
  background: white;
  direction: rtl;
}

.scrolling-element-inside {
direction: ltr;}

     
     
     div.scroll p {margin: 0 0 3px 0;font-family: 'cormorant_garamondregular';}
      body::-webkit-scrollbar {
        width: 1em;
      }
      body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);opacity:1;
      }
      body::-webkit-scrollbar-thumb {
        background-color: #b2b79c;
        outline: 1px solid #eee;
      }
   
