
.h_arrow {width: 25px; color:white; background-color: gray;}

.help-header {background-color: lightBlue; height: 40px;}

.openHelpBox {border: none;}

.help-section {
  border: none;
  border-width: 1px;
  width: 350px;
  position: fixed;
  z-index: 1;
  top: 45%;
  right: -325px;
  background-color: #fff;
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
}

.help-section.opened{
  border: solid;
  border-width: 1px;
  width: 350px;
  position: fixed;
  z-index: 1;
  top: 45%;
  right: 0px;
  background-color: #fff;
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}

.row.no-gutter {--bs-gutter-x: 0rem;}

