.webinar-landing-pages {
  display: none;
}
.webinar-landing-pages .dropdown {
  display: none;
}

.web-bar-container {
  background-color: #8B7BFF;
}
.web-bar-container .webinar-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 45px;
  color: white;
  font-size: 18px;
  line-height: 32px;
  vertical-align: middle;
  gap: 10px;
}
@media (max-width: 768px) {
  .web-bar-container .webinar-bar {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.web-bar-container .webinar-bar .text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.web-bar-container .webinar-bar .text-content img {
  width: 24px;
  aspect-ratio: 1/1;
}
.web-bar-container .webinar-bar .dropdown {
  justify-self: flex-end;
  cursor: pointer;
}
.web-bar-container .webinar-bar .dropdown img {
  width: 24px;
  aspect-ratio: 1/1;
}

.webinar {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .webinar {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.webinar .header {
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 56px;
  color: #8B7BFF;
  margin-bottom: 16px;
}
.webinar .header .done {
  position: absolute;
  top: -50px;
}
.webinar .header .done img {
  width: 45px;
  aspect-ratio: 1/1;
}
.webinar .summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  max-width: 65.5%;
}
@media (max-width: 768px) {
  .webinar .summary {
    max-width: 90%;
  }
}
.webinar .summary .title {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  color: #1B1B20;
  margin-bottom: 7px;
  line-height: 120%;
}
.webinar .summary .description {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #65627C;
}
.webinar .button-join {
  text-wrap: nowrap;
  width: fit-content;
  background: #8B7BFF;
  padding: 10px 46px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 18px;
  margin-top: 18px;
  text-decoration: none;
  transition: cubic-bezier(0.545, 0.045, 0.355, 1) 0.5s;
  -moz-transition: cubic-bezier(0.545, 0.045, 0.355, 1) 0.5s;
  -webkit-transition: cubic-bezier(0.545, 0.045, 0.355, 1) 0.5s;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #8576e4;
}
.webinar .button-join:hover {
  box-shadow: inset 1000px 0 0 0 #8576e4;
}
.webinar .button-join {
  padding-bottom: 12px;
}
.webinar .date {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1B1B20;
  margin-bottom: 20px;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .webinar .date {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .webinar .date .line {
    display: none;
  }
}
.webinar .date img {
  align-self: flex-start;
  margin-top: 5px;
  width: 36px;
  aspect-ratio: 1/1;
}
.webinar .date .dte {
  font-weight: 700;
  text-align: center;
}
.webinar .date_registered {
  background-color: #F1F0F7;
  border: 2px solid #8B7BFF;
  border-radius: 64px;
  margin-bottom: 45px;
  margin-top: 11px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
}
@media (max-width: 768px) {
  .webinar .date_registered {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.webinar .date_registered .title {
  margin-top: 10px;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #65627C;
}
.webinar .date_registered .date {
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1B1B20;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .webinar .date_registered .date {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .webinar .date_registered .date .line {
    display: none;
  }
}
.webinar .date_registered .date img {
  align-self: flex-start;
  margin-top: 5px;
  width: 36px;
  aspect-ratio: 1/1;
}
.webinar .date_registered .date .dte {
  font-weight: 700;
  text-align: center;
}
.webinar .date_registered .date .timeZone {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #1B1B20;
}
.webinar .date_registered .button-join {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: fit-content;
  background-color: #8B7BFF;
  padding: 10px 46px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 18px;
  text-decoration: none;
  margin: 0;
}
.webinar .profiles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  max-width: 65.7%;
  gap: 85px;
}
@media (max-width: 768px) {
  .webinar .profiles {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .webinar .profiles {
    gap: 35px;
    flex-direction: column;
  }
}
.webinar .profiles .profile {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .webinar .profiles .profile {
    width: 100%;
  }
}
.webinar .profiles .profile .profile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
.webinar .profiles .profile .profile-img img {
  width: 105px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  object-fit: cover;
}
.webinar .profiles .profile .position {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: capitalize;
  color: #1B1B20;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .webinar .profiles .profile .position {
    flex-direction: column;
    gap: 2px;
  }
}
.webinar .profiles .profile .position .designation {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}
.webinar .profiles .profile .headline {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #65627C;
}
.webinar .profiles .profile .description {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #65627C;
}
.webinar .profiles .profile .description p {
  margin: 0;
}
.webinar .profiles .profile .description span {
  font-weight: 700;
}
.webinar .qr-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 80%;
}
.webinar .qr-section .title {
  font-weight: 700;
  font-size: 32px;
  color: #1B1B20;
  text-align: center;
  margin-bottom: 21px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .webinar .qr-section .mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .webinar .qr-section .desktop {
    display: none;
  }
}
.webinar .qr-section .qr {
  width: 151px;
  height: fit-content;
  margin-bottom: 24px;
}
.webinar .qr-section .qr img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .webinar .qr-section .qr {
    display: none;
  }
}
.webinar .qr-section .play-store {
  display: flex;
  gap: 20px;
}
.webinar .qr-section .play-store .store img {
  height: 40px;
  width: auto;
}

.popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(206, 206, 206, 0.5019607843);
  display: none;
  z-index: 5;
}
.popup .popup-section {
  border-radius: 12px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  min-width: 374px;
}
.popup .popup-section .cross {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.popup .popup-section .cross img {
  width: 24px;
  aspect-ratio: 1/1;
}
.popup .popup-section .cal-add {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup .popup-section .cal-add .heading {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.popup .popup-section .cal-add .cal-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup .popup-section .cal-add .cal-items .item a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.popup .popup-section .cal-add .cal-items .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup .popup-section .cal-add .cal-items .item img {
  width: 24px;
  aspect-ratio: 1/1;
}

.unable-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(206, 206, 206, 0.5019607843);
  display: none;
  z-index: 5;
}
.unable-popup .popup-section {
  border-radius: 12px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  width: 25%;
  min-width: 230px;
}
.unable-popup .popup-section .cross {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.unable-popup .popup-section .cross img {
  width: 24px;
  aspect-ratio: 1/1;
}
.unable-popup .popup-section .error-registering-popup {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.unable-popup .popup-section .error-registering-popup .heading {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.unable-popup .popup-section .error-registering-popup .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.unable-popup .popup-section .error-registering-popup .content .title {
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 1%;
  font-weight: 400;
}
.unable-popup .popup-section .error-registering-popup .content .buttons {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.unable-popup .popup-section .error-registering-popup .content .buttons .button-join {
  text-wrap: nowrap;
  width: fit-content;
  background: #8B7BFF;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: cubic-bezier(0.545, 0.045, 0.355, 1) 0.5s;
  -moz-transition: cubic-bezier(0.545, 0.045, 0.355, 1) 0.5s;
  -webkit-transition: cubic-bezier(0.545, 0.045, 0.355, 1) 0.5s;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #8576e4;
}
.unable-popup .popup-section .error-registering-popup .content .buttons .button-join:hover {
  box-shadow: inset 1000px 0 0 0 #8576e4;
}
.unable-popup .popup-section .error-registering-popup .content .buttons .button-join {
  padding-bottom: 12px;
  min-width: 142px;
  text-align: center;
}

.cursor-wait {
  cursor: wait !important;
}

.loader {
  width: 100vw;
  height: fit-content;
  display: flex;
  z-index: 10;
  min-height: 100vh;
  position: relative;
}
.loader img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  aspect-ratio: 1/1;
}
.loader::after {
  display: none;
}

/*# sourceMappingURL=webinar.css.map */
