/* WP Backend Styling */

/* GLOBAL */
.mb-15 {
  margin-bottom: 15px !important;
}

/* Public Events < Calendar > */

.e-calender table thead tr td,
.e-calender table thead tr,
.e-calender .zabuto-calendar__days-of-week th {
  border: none !important;
}
.e-calender table.zabuto-calendar thead td {
  height: 70px;
  border: 1px solid #ececec;
  cursor: pointer;
  color: #333;
  font-size: 26px;
  font-family: Cal Sans;
  font-weight: 600;
}
.e-calender .sde-action > a:hover {
  background: #296794 !important;
  color: #fff !important;
}

td.zabuto-calendar__day--today {
  border: 2px solid #306793 !important;
  color: #306793 !important;
}
/* td.has-event {
  background-color: hsl(208deg 46% 39% / 80%);
  color: #fff;
} */
td.has-event {
	background: #306793  !important;
  color: #f7fafb !important;
}
table.zabuto-calendar td {
  height: 76px;
  border: 1px solid #ececec;
  cursor: pointer;
}
.e-calender {
  border: 1px solid #296794;
  background: #f7fafb;
  overflow: hidden;
  padding: 30px;
}
.has-event:hover {
  background-color: #306793 !important;
  color: #fff !important;
}
.has-event {
  background-color: rgb(218, 80, 41, 0.1);
  transition: 0.2s ease-out;
}
td.zabuto-calendar__navigation__item--prev:active,
td.zabuto-calendar__navigation__item--next:active {
  background-color: hsl(207deg 51% 38% / 80%);
}
tr.zabuto-calendar__days-of-week {
  border: 1px solid #ececec !important;
}
.sde-card {
  display: flex;
  overflow: hidden;
  border: 1px solid #296794;
  background: #f7f9fb !important;
}
.sde-card-left {
  background-color: #001141;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100px !important;
  width: 100%;
  padding: 10px;
}
.sde-card-left > span {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
span.sde-d {
  font-size: 36px !important;
  line-height: 100% !important;
  margin-bottom: 10px;
}
span.sde-m,
span.sde-y {
  font-size: 16px !important;
  line-height: 165%;
  margin-bottom: 8px;
}
.sde-card-right {
  padding: 30px;
}
.sde-card-title {
  line-height: 110% !important;
  margin-bottom: 0;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
/*    display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden; */
}
.sde-card-details {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 165%;
  color: #212121 !important;
  margin-bottom: 10px;
}
.sde-location {
    color: #1E1E1E;
    font-size: 14px;
    font-family: Inter;
    font-weight: 300;
}
.sde-register {
    margin-top: 20px;
}

div#selectDateEvents {
    overflow-y: scroll;
    height: 650px;
}
div#selectDateEvents::-webkit-scrollbar {
  width: 8px;
}
div#selectDateEvents::-webkit-scrollbar-track {
  background-color: #4e6f8c12;
}
div#selectDateEvents::-webkit-scrollbar-thumb {
  background-color: #4e6f8c;
  border-radius: 15px;
}
div#selectDateEvents {
    padding-right: 5px;
}


.sde-action > a:not(:last-child) {
  margin-right: 10px;
}
.sde-action > a {
  font-weight: 400;
  font-size: 14px;
  min-width: 120px;
  padding: 10px 35px;
  border: 1px solid #296794;
  color: #296794 !important;
  display: inline-block;
  text-align: center;
}
.sde-register {
}
.sde-donate {
  color: #069f11 !important;
}
.select-date-events > div:not(:last-child) {
  margin-bottom: 20px;
}
.events-wrapper {
  margin-bottom: 35px;
}
.custom-events-main-wrapper {
	margin-bottom: 30px;
	padding:0 15px;
}
.events-calender-wrapper {
  padding: 30px 15px;
}
.row.row-events-calender .col-lg-8 {
  margin-bottom: 35px;
}
.hve-section-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  color: #212121;
  line-height: 100%;
  margin-bottom: 35px;
}
.hve-event-info-card {
  background-color: #001141;
  border-radius: 12px;
  padding: 30px;
}
.hve-event-info-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 145%;
  margin-bottom: 15px;
}
.hve-event-info-date {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 100%;
  margin-bottom: 15px;
}
.hve-event-info-content {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 160%;
  margin-bottom: 0 !important;
}
.hve-event-info-actions > a {
  background-color: #069f11;
  color: #fff !important;
  border-radius: 40px;
  display: inline-flex;
  min-width: 120px;
  min-height: 45px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.hve-event-info-actions > a:last-child {
  background-color: #de521f !important;
  margin-left: 10px;
}
.hve-event-info-actions {
  text-align: center;
  margin-bottom: -50px;
  position: relative;
  z-index: 9;
}
.hve-event-info {
  min-height: 175px;
  margin-bottom: 15px;
}
.hve-dashboard-created-events {
  padding-bottom: 20px;
}
.hve-dashboard-section {
  margin-bottom: 35px;
}
.row.hve-created-events-row > div {
  margin-bottom: 35px;
}
.hve-event-info-amount {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #ffffff !important;
}
.hve-event-info-amount > span {
  display: block;
  margin-bottom: 10px;
}
.user-dashboard-wrapper .events-calender-wrapper {
  padding: 30px 15px;
  margin-bottom: 35px;
}
.hve-section-label {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hve-heading-large {
    font-size: 80px;
    line-height: 80px;
  }
  .hve-button-group > *:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .hve-login-heading-bottom h3 {
    font-size: 22px;
  }
  .zx-sec-heading > p {
    margin-bottom: 10px !important;
  }
  .zx-sec-heading h4 {
    font-size: 26px !important;
  }
  .zx-sec-heading {
    text-align: center;
  }
  .zx-shortcode-events-card {
    padding: 20px !important;
  }
  .zx-shortcode-event-html {
    padding: 20px !important;
  }
  .zx-seh-img img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .zx-seh-content > p {
    margin: 0 !important;
  }
  .zx-seh-content {
    font-size: 14px !important;
  }
  .zx-sec-list ul > li > a {
    font-size: 14px !important;
  }
  .hve-heading-large {
    font-size: 48px !important;
  }
  .events-calender-wrapper {
    padding: 30px 0 !important;
  }
  .events-wrapper {
    padding: 20px 0 !important;
  }
  .e-calender {
    border-radius: 10px !important;
    overflow: auto !important;
  }
  table.zabuto-calendar td {
    height: auto !important;
    padding: 5px !important;
  }
  .zabuto-calendar__days-of-week__item {
    text-align: center !important;
    padding: 5px !important;
    font-size: 12px !important;
  }
  .events-wrapper {
    padding-top: 0 !important;
  }
  .events-wrapper > .hve-ce-heading {
    margin-bottom: 0 !important;
  }
  span.sde-d {
    font-size: 22px !important;
  }
  span.sde-m,
  span.sde-y {
    font-size: 14px !important;
  }
  .sde-card-left {
    max-width: 70px !important;
  }
  .sde-card-title {
    font-size: 16px !important;
  }
  .hve-event-card-large {
    display: block !important;
  }
  .hve-event-card-left {
    display: block !important;
    text-align: center !important;
    border-radius: 0 !important;
  }
  .hve-event-card-left span {
    font-size: 18px !important;
  }
  .hve-udi-heading h2 {
    font-size: 22px;
  }
  .hve-udi-tabs > a:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .hve-udi-tabs > a {
    display: flex;
    min-height: 30px !important;
    padding: 10px;
    border-radius: 10px !important;
    margin-right: 0 !important;
  }
}
