.invalid-border {
  border: 1px solid #dc3545    !important;
}

.currency-cel{
  text-align: right;
}

.ec {
  height: 640px;
}
.ec.ec-day-grid {
  height: 400px;
}
@media (min-width: 576px) {
  .ec {
    height: 700px;
  }
  .ec.ec-day-grid {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .ec {
    height: 800px;
  }
  .ec.ec-day-grid {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .ec.ec-day-grid {
    height: 800px;
  }
}

.invisible{
  visibility: hidden;
  display: none;
}

.h4-event-title{
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  overflow: hidden;
  margin: unset;
  font-weight: inherit;
  font-size: 1.2em;

  .ec-day-grid &,
  .ec-all-day &,
  .ec-timeline & {
    min-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.ec-event-body-center{
  justify-content: center !important;

  display: flex;
  flex-direction: column;
  width: 100%;

  .ec-day-grid &,
  .ec-all-day &,
  .ec-timeline & {
    flex-direction: row;
  }
}
