/* Start custom CSS for text-editor, class: .elementor-element-8d22f4e */#mySidepanel  {
  width: 0;
  /*position: fixed;*/
  z-index: 1;
  /* height: 250px; */
 /* top: 0;
  left: 0;*/
  background-color:#203e7b;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  
}

#mySidepanel a {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}
#mySidepanel p {
  padding: 8px 8px 8px 15px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}
#mySidepanel a:hover {
  color: #00b7ac;
  font-weight:600;
}
#mySidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  /* font-size: 20px; */
  cursor: pointer;
  background-color: #00b7ac;
  color: white;
  padding: 2px 5px;
  border: none;
}

.openbtn:hover {
  background-color:#00b7ac;
}
.bk_app
{
  padding: 7px 15px;
    border: 1px solid #00b7ac;
    background-color: #00b7ac;
    color: #fff;
    border-radius: 4px;
}/* End custom CSS */