
#tickets > div:nth-child(3) > li > div > a > div {
  height: 75px; }

.ReactModal__Overlay {
  z-index: 100000;
  opacity: 0;
  transform: translateY(-100px);
  transition: all 500ms ease-in-out;
  background-color: transparent !important; }

.ReactModal__Overlay--after-open {
  opacity: 1;
  transform: translateY(0px); }

.ReactModal__Overlay--before-close {
  opacity: 0;
  transform: translateY(-100px); }

.ReactModal__Content {
  padding: 0 !important;
  border: 1px solid #e0e4e7 !important; }

#mainModalLabel {
  color: #292929 !important; }

.ql-container.ql-snow {
  height: 100px; }

.bdg-pointer {
  cursor: pointer;
  margin-right: 5px; }

.lbl-mrg {
  margin-right: 5px; }

div.ql-container.ql-snow > div.ql-editor > p {
  color: black; }


/*# sourceMappingURL=application-8f9be2e7.chunk.css.map*/