hr.div-divider {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(9, 167, 153, 0.50);
  /*width: 1729px;*/
  width: 100%;
  flex-shrink: 0;
  margin: 0px;
  height: 2px;
  flex-shrink: 0;
}
.notification-bubble {
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  border-radius: 100px;
  vertical-align: super;
}
.notification-bubble.online {
  background-color: #f35958;
}
hr.div-divider-black {
  background: #000000;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
  width: 1589px;
  height: 1px;
  flex-shrink: 0;
}
hr.div-divider-grey {
  background: #C3C3C3;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
  width: 1405px;
  height: 1px;
  flex-shrink: 0;
}
hr.div-divider-product {
  background: #FFFFFF;
  flex-shrink: 0;
  margin: 0px;
  height: 2px;
  flex-shrink: 0;
}

.table-title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
}

.list-container {
  font-size: 20px;
  padding: 5% 10% 30% 7%;
}

.product-image {
  width: 102px;
  height: 90%;
}
.centered {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.plus-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.label-style {
  color: #6D6969;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  flex-shrink: 0;
}

.textbox-style {
  display: flex;
  width: 466px;
  min-width: 240px;
  padding: 12px 16px !important;
  align-items: center;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20) !important;
  border: 1px solid #D9D9D9;
  border-radius: 8px !important;
  color: #B3B3B3 !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100%;
}

.custom-select {
  width: 466px;
  min-width: 240px;
  min-height: 40px ! important;
  line-height: 31px !important;
}

.custom-select-deliverables {
  width: 466px;
  line-height: 31px !important;
}

.next-button {
  margin-left: 50%;
  cursor: pointer;
  color: #000000;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 20px */
  text-align: center;
}
.prev-button {
  cursor: pointer;
  color: #000000;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 20px */
  text-align: center;
}
.submit-button {
  width: 10%;
  color: #FFFFFF !important;
}

.next-button-icon {
  width: 44px;
  height: 44px;
}

.prev-button-icon {
  width: 44px;
  height: 32px;
}

.textbox-style-eventDetails {
  display: flex;
  width: 90%;
  min-width: 80%;
  padding: 12px 16px !important;
  align-items: center;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20) !important;
  border: 1px solid #D9D9D9;
  border-radius: 8px !important;
  color: #B3B3B3 !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100%;
}

.textbox-style-ageGroups {
  display: flex;
  width: 60%;
  min-width: 60%;
  align-items: center;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20) !important;
  border: 1px solid #D9D9D9;
  border-radius: 8px !important;
  color: #B3B3B3 !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 100%;
  margin-left: 15%;
  text-align: center;
}

.custom-select-eventDetails {
  width: 80%;
  min-height: 34px ! important;
  line-height: 31px !important;
}

.row-style-eventcard {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  border-top: 1px solid #09A799;
  border-bottom: 1px solid #09A799;
  border-radius: 10px;
  width: 95%;
  height: 114px;
  flex-shrink: 0;
  margin-bottom: 3%;
}
.deliverable-box {
  width: 112.94px;
  height: 112.73px;
  flex-shrink: 0;
  background: linear-gradient(0deg, #F7FFFE 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  /*filter: blur(2px);*/
  border: 1px solid #09A799;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
.deliverable-icon {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  margin-top: 20%;
}
.textsize-11 {
  color: #000000;
  font-family: "Lexend";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 11px */
  text-align: center;
}
.readmore {
  font-size: 12px;
  color: #09A799;
  display: inline;
  cursor: pointer;
}
.more-text {
  font-size: 14px;
}
.error-span {
  font-size: 10px;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-t-p-4 {
  margin-top: 4% !important;
}
.m-t-p-9 {
  margin-top: 9% !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-l-p-4 {
  padding-left: 4% !important;
}
.p-l-p-2 {
  padding-left: 2% !important;
}
.p-l-p-5 {
  padding-left: 5% !important;
}
.p-b-p-1 {
  padding-bottom: 1% !important;
}
.p-b-p-2 {
  padding-bottom: 2% !important;
}
.p-b-p-3 {
  padding-bottom: 3% !important;
}
.p-b-p-4 {
  padding-bottom: 4% !important;
}
.p-b-p-5 {
  padding-bottom: 5% !important;
}
.p-t-p-2 {
  padding-top: 2% !important;
}
.p-t-p-5 {
  padding-top: 5% !important;
}
.p-t-p-40 {
  padding-top: 40% !important;
}
.p-r-p-4 {
  padding-right: 4% !important;
}
.p-r-p-2 {
  padding-right: 2% !important;
}
.p-l-p-17 {
  padding-left: 17%;
}
.p-l-p-10 {
  padding-left: 10%;
}
.p-l-p-20 {
  padding-left: 20%;
}
.p-r-p-17 {
  padding-right: 17%;
}
.p-r-p-10 {
  padding-right: 10%;
}

.hr-line {
  border-top-color: #747474;
}

.top-news-heading {
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  height: 22%;
  padding-top: 3.5%;
  margin-left: 15%;
  line-height: 1.2; /* 77px */
}

.textsize-14 {
  color: #000000;
  font-family: "Lexend";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 17px */
  text-align: center;
}

.flexcontainer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.deliverable-lvl2-box {
  width: 216.62px;
  height: 60.06px;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  /* filter: blur(2px); */
  border: 1px solid #09A799;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
}
.flexcontainerlvl2-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  filter: blur(0px);
}
.textsize-24 {
  color: #000000;
  font-family: "Lexend";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 24px */
  text-align: center;
  margin-top: 9%;
  cursor: pointer;
}
.deliverable-lvl3-head {
  background: #FFFFFF;
  border-bottom: 2px solid #09A799;
  border-radius: 15px;
  flex-shrink: 0;
  text-align: center;
  padding-bottom: 1%;
}
.textsize-16 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1; /* 16px */
  text-align: center;
}
.textbox-deliverables {
  background: #FFFFFF;
  border: 1px solid #BDBDBD !important;
  border-radius: 20px !important;
  width: 90%;
  text-align: center;
}
.deliverable-lvl3-row {
  margin-top: 3%;
  margin-bottom: 3%;
  text-align: center;
}
.deliverable-lvl-label {
  margin-top: 1%;
}
.deliverable-label-head {
  background: #09A799;
  border-radius: 15px;
  color: #FFFFFF;
  font-family: "Lexend";
  font-size: 12px;
  font-weight: 400;
  line-height: 1; /* 15px */
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin-left: 11px;
  padding: 5 0 5 0;
}

.level3-container {
  overflow-y: scroll;
  height: 30%;
}

.level3-container::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.level3-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.level3-container::-webkit-scrollbar-thumb {
  background: #888;
  background-color: #0aa699;
  background-image: none;
}
/* Handle on hover */
.level3-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.deliverable-city-flex {
  display: flex;
  overflow-x: scroll;
  gap: 5%;
  text-align: center;
}
.deliverable-city-flex::-webkit-scrollbar {
  height: 2px;
}
/* Track */
.deliverable-city-flex::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.deliverable-city-flex::-webkit-scrollbar-thumb {
  background: #888;
  background-color: #0aa699;
  background-image: none;
}
/* Handle on hover */
.deliverable-city-flex::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.city-icon {
  width: 45px;
  height: 40px;
  flex-shrink: 0;
}
.coming-soon {
  color: red;
  font-size: 10px;
  vertical-align: top;
  position:absolute;
  top: 62%;
  left: 63%;
}

.sponsor-icon {
  width: 45px;
  height: 40px;
  flex-shrink: 0;
}

.cursor-hand {
  cursor: pointer;
}

.plus-sign {
  width: 17px;
  height: 17px;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

.tab {
  overflow: hidden;
  margin-top: 2%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  color: #000000;
  font-family: "Lexend";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  width: 16%;
  height: 47px;
  flex-shrink: 0;
}

/* Create an active/current tablink class */
.tab button.active {
/* background-color: #ccc;*/
  font-weight: bold;
  color:#000000;
  border-bottom: 2px solid #09A799;
  /*background-image: url('/images/icons/Red-dot.png');*/
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 10px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 20px;
  flex-shrink: 0;
/*
  border: 1px solid #ccc;
  border-top: none;
  background: rgba(9, 167, 153, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(2px);
  border-radius: 25px; */
}

.table-text {
  color: #000000;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}

.textbox-border {
  background: #FFFFFF;
  border: 2px solid #93BB98 !important;
}

.textbox-border-grey {
  background: #FFFFFF;
  border: 1px solid grey !important;
}

.delivery-tracker-row-head {
  background: linear-gradient(179.99998deg, rgba(229, 246, 231, 0.70) 0%, rgba(147, 187, 152, 0.70) 100%);
  border-bottom: 2px solid #09A799;
  border-radius: 15px;
}

.delivery-tracker-active-tab {
  stroke: rgba(9, 167, 153, 0.50);
  stroke-width: 5px;
}

.grid-container-ageGroups {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-gap: 5px;
  padding: 0px;
}

.grid-container-ageGroups > div {
  text-align: center;
}

.event-card-text-overlay {
  position: absolute;
  width: 55%;
  height: 6%;
  float: right;
  text-align: center;
  top: 3%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  background-color: #09A799;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}

div:where(.swal2-icon) {
  border: none !important;
}

/* .Treding-small-slider {
  overflow: hidden;
} */
.scrollbar-container {
  width: 100%;
  height: 5px; /* Adjust as needed */
  background-color: #eee;
}
.scrollbar {
  height: 100%;
  width: 0%; /* Initially hidden */
  background-color: #4CAF50; /* Adjust as needed */
}