.ls_container {

  height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px #DAE2E6 solid;
  margin-top: 37px;
  position: relative;
  z-index: 10;
  
}

.ls_container::-webkit-scrollbar { height: 0px; width: 5px; }
.ls_container::-webkit-scrollbar-button {  display: none; }
.ls_container::-webkit-scrollbar-track {  background: linear-gradient(to top left, #FF9433, #FF337D); }
.ls_container::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.ls_container::-webkit-scrollbar-thumb { height: 50px; background: linear-gradient(to top left, #FF9433, #FF337D); border-radius: 2px; }
.ls_container::-webkit-scrollbar-corner { background: linear-gradient(to top left, #FF9433, #FF337D); }
.ls_container::-webkit-resizer { background: linear-gradient(to top left, #FF9433, #FF337D); }
.ls_container::scrollbar { height: 0px; width: 5px; }
.ls_container::scrollbar-button {  display: none; }
.ls_container::scrollbar-track {  background-color: #909DA7; }
.ls_container::scrollbar-track-piece { background-color: #ffffff; }
.ls_container::scrollbar-thumb { height: 50px; background-color: #909DA7; border-radius: 2px; }
.ls_container::scrollbar-corner { background-color: #909DA7; }
.ls_container::resizer { background-color: #909DA7; }

.ls_modal {
  
  position: absolute;
  top: 48px;
  left: 223px;
  width: 380px;
  height: 420px;
  border-top: 1px solid #DAE2E6;
  background-color: white;
  border-radius: 0 0 7px 7px;
  z-index: 10000;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
  
}

.ls_close {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  cursor: pointer;
  
}