/* left-bar default closed */
.left-bar {
  width: 300px;
  padding: 1rem 1rem;
  color: #ebebeb;
  background: #203646;
  /* #1c1f29; */
  border-right: 2px solid #444b61;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.3s;
  overflow-y: auto;
}

/* left-bar opened */
.side-open .left-bar {
  left: 0;
}

.left-bar h2 {
  margin-top: 10px;
  color: #eee;
}

.close-btn {
  /* width: 40px; */
  /* height: 40px; */
  border: 0;
  /* border: 1px solid red; */
  /*  */
  position: absolute;
  top: 8px;
  right: 8px;
  /*  */
  font-size: 32px;
  color: #fff;
  /*  */
  transition: all 0.4s;
  cursor: pointer;
}

.side-copyright {
  font-size: 14px;
  letter-spacing: 1px;
}
/* - - - - - - - - - - - - - - - -  */

#ad_form {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

#ad_form select,
#ad_form input,
#ad_form textarea {
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  /*  */
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  /* line-height: 1.5; */
  color: #212529;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#ad_form input,
#ad_form textarea {
  padding: 4px 8px;
  background-color: #fff;
  border: 1px solid #ced4da;
}

#ad_form select {
  padding: 4px 6px;
  background-color: #fff;
  border: 4px solid #bbb;
}

#ad_form .error {
  outline: 2px solid #ED5565;
}

#ad_form select:focus,
#ad_form select:active,
#ad_form input:focus,
#ad_form input:active,
#ad_form textarea:focus,
#ad_form textarea:active {
  outline: none;
}

#ad_form textarea {
  resize: none;
}

#ad_form button {
  margin-top: 1rem;
  padding: 10px 24px;
  background: #4e5d6c;
  border-radius: 4px;
  border: 0;
  /*  */
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  /*  */
  transition: 0.4s;
  position: relative;
}

#ad_form button:active {
  top: 0.1em;
}

.qrcode {
margin-top: 1rem;
}
