body{
  background: rgba(0, 0, 0, 1)!important;
}
.main_div{
height:100%;
max-width:400px;
width:100%;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
position: absolute;
left:50%;
border: 1px solid gray;
transform: translateX(-50%);
background: #fff;
border-radius: 5px;
overflow: hidden;
border: 0px;
}
.main_div p{
  padding: 0;
  margin: 0;
}
.mobile_div{
position: relative;
height: 100%;
width: 100%;
overflow-y: auto;
padding-top: 50px;


}

/*.mobile_div::-webkit-scrollbar-track*/
/*{*/
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*	background-color: #F5F5F5;*/
/*	border-radius: 10px;*/
/*}*/

/*.mobile_div::-webkit-scrollbar*/
/*{*/
/*	width: 5px;*/
/*  height: 4px;*/
/*	background-color: #F5F5F5;*/
/*}*/

/*.mobile_div::-webkit-scrollbar-thumb*/
/*{*/
/*	border-radius: 10px;*/
/*	background-image: -webkit-gradient(linear,*/
/*									   left bottom,*/
/*									   left top,*/
/*									   color-stop(0.44, rgb(122,153,217)),*/
/*									   color-stop(0.72, rgb(73,125,189)),*/
/*									   color-stop(0.86, rgb(28,58,148)));*/
/*}*/
