/* ---------------Event-webinar-card-css-------------------------- */
.event-webinar-filter .custom-row-gape {
  gap: 32px 18px;
}
.highschool-card {
  position: relative;
}
.event-webinar-card .card-link-block {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
/* -event-webinar-card css start */
.event-webinar-card {
  width: 32%;
  max-width: 100%;
}
.event-card-content .event-time-block {
  border-bottom: 1px solid #fff;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}
.event-time-block .event-left-block span {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.event-time-block .event-left-block span img {
  max-width: 22px;
  margin-right: 5px;
}
.event-time-block .event-left-block .date-block {
  margin-right: 10px;
}
.event-card-content .event-btn-block {
  padding: 1rem 1.5rem;
}
.event-card-content .event-btn-block .btn {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .event-webinar-card {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .event-webinar-card {
    width: 100%;
  }
}

/* ---------------Single-Event-webinar-page-css-------------------------- */
.event-webinar-card {
  background-color: #faf4e2;
}
.event-timer-section {
  background-color: #faf4e2;
  padding: 24px 24px 4px 24px;
}
.event-calendar-main-section .calender-right-block {
  margin-left: auto;
}
.event-timer-section .progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#009490 75%, #f4f9ff 0);
}
.event-timer-section .progress-element {
  display: inline-block;
  font-size: 20px;
  margin-top: 0px;
}
.event-timer-section .event-time-title {
  text-align: center;
  padding-bottom: 16px;
}
.event-timer-section .event-time-title h4 {
  line-height: normal;
  font-size: 30px;
  color: #009490;
}
.event-timer-section .time-counter {
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.event-timer-section .time-counter .progress-element {
  font-size: 13px;
}
.event-timer-section .time-counter .progress-element:nth-child(2) {
  margin: 0px 30px;
}
.time-counter .progress-element .progress-bar {
  width: 100px;
  height: 100px;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
}
.event-timer-section .event-time-block {
  margin-bottom: 10px;
}
.event-timer-section .event-time-block .event-left-block span {
  font-weight: 400;
}
.event-calendar-addto {
  padding-top: 16px;
  padding-bottom: 20px;
}
.event-calendar-addto .btn-option p {
  color: #009490;
}
.event-calendar-addto .btn-option p img {
  margin-left: 6px;
}
.event-calendar-addto .select-call-option {
  background: #fff;
  padding: 20px;
  max-width: 230px;
  width: 230px;
  margin-top: 10px;
  position: absolute;
  z-index: 9;
}
.select-call-option {
  display: none;
}
.event-calendar-addto .add-to-btn p {
  cursor: pointer;
  margin-bottom: 0px;
  background-color: #009490;
  color: #fff;
  --bs-btn-border-color: transparent;
  border-color: #009490;
  box-shadow: none;
  padding: 6px 18px;
  border: none;
  display: inline-flex;
}
.event-calendar-addto .add-to-btn p img {
  margin-left: 6px;
}
span.icon-img {
  display: inline-block;
  width: 32px;
  text-align: center;
}
.event-calendar-addto .select-call-option .ical-option {
  margin-bottom: 12px;
}
.event-calendar-addto .select-call-option .ical-option input[type="submit"] {
  border: none !important;
  background: none;
  font-weight: 400;
  padding: 0px;
}
.event-calendar-addto .select-call-option .ical-option img {
  margin-right: 6px;
}
.event-calendar-addto .select-call-option p {
  margin-top: 12px;
  margin-bottom: 8px;
}
.event-calendar-addto .select-call-option p a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.event-calendar-addto .select-call-option p img {
  margin-right: 6px;
}
.event-calendar-main-section p.gform_not_found {
  background: #faf4e2;
  padding: 24px;
}
.event-calendar-main-section .gform_wrapper {
  background: #faf4e2;
  padding: 10px 24px 24px 24px;
}

.calender-right-block .gform_button.button {
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .event-timer-section .time-counter .progress-element:nth-child(2) {
    margin: 0px 6px;
  }
}

@media (max-width: 767px) {
  .event-timer-section .time-counter .progress-element:nth-child(2) {
    margin: 0px;
  }
  .event-timer-section .time-counter .progress-element {
    margin: 0px 10px;
  }
}
