.backgroundImage {
  width: 100%;
  height: 175px;
  background-size: cover;
  background-position: center center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backgroundImage span {
  color: #fff;
  position: relative;
}
.bannerEvents {
  width: 100%;
  height: auto;
}
.title {
  text-align: right;
  margin: auto;
  margin-top: 50px;
  color: #a3d9d1;
  text-transform: uppercase;
  font-size: 25px;
  width: 80%;
  max-width: 1100px;
  padding-bottom: 6px;
  border-bottom: 1px solid #a3d9d1;
  display: none;
}
.eventName {
  margin: auto;
  color: #333;
  margin-bottom: 10px;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-weight: 900;
  width: 200px;
  text-align: center;
  line-height: 15px;
}
.noEvent {
  text-align: center;
  width: 75%;
  color: #575757;
  font-size: 20px;
  margin-top: 50px;
}
.eventContainer {
  width: 100%;
  height: fit-content;
  margin-top: 50px;
  margin-bottom: 120px;
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(4, 1fr);
}
#ui-datepicker-div {
  z-index: 100 !important;
}
.eventDiv {
  display: inline-block;
  width: 100%;
  box-shadow: 0 16px 33px rgb(0 0 0 / 5%);
}
.eventImage {
  width: auto;
  height: 17.5vw;
  background-position: center;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.sectionTitle {
  color: #a3d9d1;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 80px;
}
.mainDescription {
  color: #656764;
  width: 900px;
  margin: auto;
  margin-top: 70px;
  line-height: 21px;
  margin-bottom: 42px;
  font-size: 14px;
}
.stepsContainer {
  width: 1000px;
  display: block;
  overflow: hidden;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.stepDiv {
  width: 25%;
  float: left;
  padding-top: 22px;
}
.number {
  color: #fff;
  font-size: 75px;
  text-align: center;
}
.description {
  font-size: 13px;
  color: #fff;
  width: 150px;
  margin: auto;
  text-align: center;
  line-height: 17px;
}
.tabButton {
  width: 260px;
  height: 44px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
  float: left;
  background-color: #fff;
  border: 1px solid #a3d9d1;
  color: #a3d9d1;
  cursor: pointer;
}
.tabsContainer {
  position: relative;
  width: 200%;
  height: auto;
  overflow: hidden;
  left: 0;
  transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
}
.rightTab {
  left: -100%;
}
.tab {
  position: relative;
  float: left;
  display: block;
  overflow: hidden;
  height: auto;
  width: 50%;
}
.selectedButton {
  background-color: #a3d9d1;
  color: #fff;
}
.buttonsContainer {
  width: 630px;
  margin: auto;
  margin-top: 50px;
  display: flex;
}
.stepsContainerDiv {
  background-color: #a3d9d1;
}
.bullet {
  width: 8px;
  height: 8px;
  border-radius: 7px;
  background-color: #93dbd1;
  float: left;
  margin-top: 5px;
  margin-right: 7px;
}
#addNewEventButton {
  width: 212px;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #077bed;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 15px;
  margin: 35px auto 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #077bed;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#addNewEventButton:hover {
  background: #fff;
  color: #077bed;
}
.customPopupContainer {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.customBkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13245747;
}
.customPopup {
  z-index: 1;
  position: relative;
  border-radius: 8px;
}
.customPopupCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.closeCustomPopup {
  color: #077bed;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.closeCustomPopup:hover {
  opacity: 0.5;
}
.customPopup #createEventButton {
  border: 1px solid #077bed;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.customPopup #createEventButton:hover {
  background: #fff;
  color: #077bed;
}
.container {
  width: 90%;
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  margin: auto;
  gap: 20px;
}
.homeBtn {
  color: rgba(98, 98, 98, 1);
  font-size: 14px;
  text-indent: 17px;
  display: block;
  line-height: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin-top: 50px;
  text-transform: uppercase;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.homeBtn:hover {
  opacity: 0.6;
}
.homeBtn img {
  width: 7px;
  display: block;
  top: 4px;
  position: absolute;
}
.eventTopSection {
  width: 100%;
  height: auto;
  position: relative;
}

.eventDates{
  position: relative;
  color: #333;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

.creatorOnly{
  pointer-events: none;
}

.creator{
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .backgroundImage {
    height: 250px;
  }
  #addNewEventButton {
    margin: 35px auto 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    height: 34px;
  }
  .title {
    font-size: 20px;
    text-align: center;
  }
  .eventName {
    width: 100%;
  }
  .eventContainer {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    gap: 10px;
  }
  .eventImage {
    width: 100%;
    height: 49vw;
    margin: auto;
  }
  .stepsContainer {
    width: 100%;
  }
  .stepDiv {
    width: 50%;
    padding-top: 28px;
    margin-bottom: 28px;
  }
  .buttonsContainer {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
  }
  .tabButton {
    width: 80%;
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }
  .mainDescription {
    width: 90%;
    margin-top: 35px;
  }
  .customPopup#clientEventTotalContainer {
    width: 90%;
    box-sizing: border-box;
    padding: 30px 20px;
  }
  .closeCustomPopup {
    font-size: 20px;
  }
  .customPopup .fieldContainer {
    width: 100%;
  }
  .customPopup #clientEventTitle {
    font-size: 20px;
  }
  .customPopup .fieldTitle {
    font-size: 15px;
  }
  .customPopup .fieldInput {
    font-size: 15px;
  }
  .customPopup #createEventButton {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 40px;
    font-size: 14px;
    height: 40px;
  }
  .noEvent {
    line-height: 19px;
    font-size: 15px;
    margin-top: 30px;
  }
  .container {
    display: flex;
    flex-direction: column;
  }
}
