.btn-primary {
  background-color: #FF8800 !important;
  border-color: #FF8800 !important;
}

/* Bar loader */
.loader-demo-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

.jumping-dots-loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.jumping-dots-loader span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: rgba(255, 136, 0, 0.7);
  margin: 35px 5px;
}

.jumping-dots-loader span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

.jumping-dots-loader span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

.jumping-dots-loader span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
  0%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.event-img img {
  border-radius: 10px;
}

.primary-bg {
  background-color: #fff8f8;
  color: #fa5c47;
  padding: 1px 7px;
  border-radius: 4px;
}

.primary-bg:hover {
  background-color: #fff8f8;
  color: #fa5c47;
}

.event-details p {
  color: #757575;
}

.reservation {
  color: #414141;
}

.category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

.category .tag-category {
  background-color: #f4f0ff;
  color: #FF8800;
  border-radius: 15px;
  width: fit-content;
  padding: 6px 10px;
  cursor: pointer;
}

.event-data h4 b {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-category .tag-category.active {
  background-color: #FF8800;
  color: #f4f0ff;
}

.ps-30 {
  padding-left: 30px;
}

.image-container {
  display: flex;
  gap: 6px;
}

.image-thumb {
  width: 110px;
  height: 110px;
  background-color: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.image-thumb img {
  width: 100%;
  height: 100%;
  background-color: aliceblue;
}

.action {
  position: absolute;
  bottom: 10px;
  right: 12px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  display: none;
}

.action .icon-text {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: #f4f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #FF8800;
  line-height: 1px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}

.card {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  cursor: pointer;
}

.card:hover .action {
  display: block;
}

.custom-video-container {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}

.custom-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.add-pic {
  position: absolute;
  right: 20px;
  top: 48px;
  height: 36px;
  width: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 22px;
}

#photo-selection {
  position: relative;
}

.remove-pic {
  position: absolute;
  right: 19px;
  margin-top: -36px;
  height: 36px;
  width: 36px;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.owl-prev {
  position: absolute;
  left: 20px;
}

.owl-next {
  position: absolute;
  right: 20px;
}

.owl-nav i {
  color: #fff;
  font-size: 34px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.logo-lg img{
  margin-top: 12px;
}