.eventbookings-loader {
  display: flex;
  gap: 0.5em;
}
.eb-event-container {
  position: relative;
}
.eventbookings-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22222;
}
.list-loading.show {
  display: flex !important;
}

.eventbookings-loader div {
  width: 1.2em;
  height: 1.2em;
  background-color: #1199c4;
  border-radius: 50%;
  animation: load7 1.8s infinite ease-in-out;
}

.eventbookings-loader div:nth-child(1) {
  animation-delay: -0.32s;
}

.eventbookings-loader div:nth-child(2) {
  animation-delay: -0.16s;
}

.eventbookings-loader div:nth-child(3) {
  animation-delay: 0s;
}

@keyframes load7 {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.modal.show .modal-dialog {
    margin: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    border-radius: 0;
}
.modal.show .modal-dialog .modal-content {
    border-radius: 0;
    background: #f0f3f4;
    border: none;
}
.modal.show .modal-dialog .modal-content .modal-header {
    background: #1c1a28;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 0;
    border: none;
}
.modal.show .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}
.modal.show .modal-dialog .modal-content .modal-header .btn-close {
    margin: 0;
    padding: 4px 5px;
    border: 0;
    background-color: transparent;
    box-shadow: 0 0 0 0;
    cursor: pointer;
    height: 12px;
    width: 12px;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.33366 11.8307L0.166992 10.6641L4.83366 5.9974L0.166992 1.33073L1.33366 0.164062L6.00033 4.83073L10.667 0.164062L11.8337 1.33073L7.16699 5.9974L11.8337 10.6641L10.667 11.8307L6.00033 7.16406L1.33366 11.8307Z" fill="white"/></svg>');
}
.modal.show .modal-dialog .modal-content .modal-body {
    box-shadow: 0 1px 2px 0 #00000026;
    background: #fff;
    padding: 16px;
    margin: 24px;
    border: none;
}
.modal.show .modal-dialog .modal-content .modal-footer {
    padding: 12px 20px;
    border: none;
    background: #fff;
}
.modal.show .modal-dialog .modal-content .modal-footer .btn {
    border: 0;
    box-shadow: 0 0 0 0;
    background: #0DC15C;
    color: #fff;
    padding: 10px 33px;
    width: auto;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    height: 40px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.modal.show .modal-dialog .modal-content .modal-footer .btn:hover {
    background: #00ab4b;
}
.modal.show.error-modal .modal-dialog .modal-content .modal-header {
  background: #ffffff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1), inset 0px 4px 0px #FF7D7D;
  padding: 18px;
}
.modal.show.error-modal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.209704 0.387101L0.292893 0.292893C0.653377 -0.0675905 1.22061 -0.0953204 1.6129 0.209704L1.70711 0.292893L8 6.585L14.2929 0.292893C14.6834 -0.0976309 15.3166 -0.0976309 15.7071 0.292893C16.0976 0.683418 16.0976 1.31658 15.7071 1.70711L9.415 8L15.7071 14.2929C16.0676 14.6534 16.0953 15.2206 15.7903 15.6129L15.7071 15.7071C15.3466 16.0676 14.7794 16.0953 14.3871 15.7903L14.2929 15.7071L8 9.415L1.70711 15.7071C1.31658 16.0976 0.683418 16.0976 0.292893 15.7071C-0.0976309 15.3166 -0.0976309 14.6834 0.292893 14.2929L6.585 8L0.292893 1.70711C-0.0675905 1.34662 -0.0953204 0.779392 0.209704 0.387101L0.292893 0.292893L0.209704 0.387101Z" fill="%2391919F"/></svg>');
}
.modal.show.error-modal .modal-dialog .modal-content .modal-body {
  box-shadow: none;
  margin: 0;
  text-align: center;
  padding: 20px 20px 50px;
}
.modal.show.error-modal .modal-dialog .modal-content .modal-footer .btn {
  background: #B6B6B6;
}
.modal.show.error-modal .modal-dialog .modal-content .modal-footer .btn:hover {
  background: #0DC15C;
}

.eb-frontend-pagination {
  margin: 16px -5px 0;
  padding: 16px 0px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
.eb-frontend-pagination button {
  height: 32px;
  width: 32px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #ffffff;
}
.eb-frontend-pagination button.active {
  border-color: #007fff;
  color: #007fff;
}