/* Show it is fixed to the top */
body {
  font-size: 16px;
  min-height: 75rem;
  padding-top: 95px;
  font-family: url(../font/OpenSans-VariableFont_wdth\,wght.ttf);
  color: var(--text-dark, #2B2B35);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-dark, #2B2B35);
}

a {
  color: #0073E6;
}

.a:hover {
  color: #2546F0;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

::placeholder {
  color: #CECEE4 !important;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #CECEE4;
}

.container-fluid {
  flex: 1;
  padding: 0;
}

body {
  display: initial !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

video, iframe {
  border: 1px #ababab69 solid;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.resource-list-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}




/* -------------- HEADER ---------------- */

.cc-header {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  height: 95px;
}

[data-bs-theme=light] .cc-header {
  background-color: #fff !important;
}

[data-bs-theme=dark] .cc-header {
  background-color: #212529 !important;
}

.cc-header .navbar-brand {
  background-image: url(../images/cc-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px;
  height: 60px;
  width: 180px;
  margin-right: 40px;
}

.cc-header .container-fluid {
  padding: 0 20px;
}


.cc-header .hdr-btn-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cc-header .hdr-btn {
  background-color: #fff;
  display: flex;
  width: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.cc-header .hdr-btn:hover>.hdr-btn-text {
  color: var(--vibrant-primary, #0073E6);
}

.cc-header .hdr-btn:focus {
  border: none;
}

.cc-header .hdr-btn .hdr-btn-ico {
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center;
}

.cc-header .hdr-btn.hdr-btn-home .hdr-btn-ico {
  background-image: url(../images/hdr-home.svg);
}

.cc-header .hdr-btn.hdr-btn-back .hdr-btn-ico {
  background-image: url(../images/new/back_arrow.png);
}

.cc-header .hdr-btn .hdr-btn-ico {
  width: 34px;
  height: 34px;
}

.cc-header .hdr-btn .hdr-btn-text {
  color: var(--text-dark, #2B2B35);
  text-align: center;

  /* Small/Medium */
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
}

.cc-header .cc-h-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.user-profile-icon {
  display: flex;
  min-width: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border: none;
  background: transparent;
}

.user-profile-icon .user-profile-image {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.user-profile-icon .user-name {
  color: var(--text-dark, #2B2B35);
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.user-profile-icon:hover .user-name {
  color: var(--text-dark, #0073E6);
}



/* -------------- HOME BANNER ---------------- */

.section-main {
  width: 100%;
  padding: 60px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage.section-main {
  flex-direction: column;
  padding-bottom: 0;
}

.search-banner{
  width: 100%;
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-banner.background-dark {
  background: var(--background-darker, #0D2860);
}

.landingpage-banner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
}

.section-inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
  padding-top: 100px;
}


.homepage.section-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.section-inner.home-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 3rem 2rem;
}

.benner {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  flex: 1 1 100%;
  justify-content: center;
  text-align: left;
  align-items: flex-start;
}

.benner-column1 {
  display: flex;
  width: calc(48% - 3rem);
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  flex-shrink: 0;
}

.text-h1 {
  font-size: 3rem;
  font-weight: 700;
}

.homepage.text-h1 {
  text-align: center;
}

.text-h2 {
  font-size: 2.25rem;
  font-weight: 700;
}

.text-h2-custom {
  font-size: 2.25rem;
  font-weight: 700;
}


.lead {
  font-size: 1.4rem;
}

.lead-custom-02 {
  font-size: 1.4rem;
}

.lead b {
  font-weight: 600;
}

.benner-column2.banner-video-wrap {
  flex-shrink: 0;
  flex: auto;
  height: 360px;
}

.banner-video {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.banner-text {
  position: relative;
}

.star-icon {
  position: absolute;
  width: 21px;
  height: 28px;
  right: -10px;
  top: -6px;
}



.section-main.background-light {
  background: var(--background-light, #EBF1FD);
}

.section-main.background-lighter {
  background: #F4F8FF;
}

.section-main.background-dark {
  background: var(--background-darker, #0D2860);
}

.home-resources .results-wrap {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}



.home-resources .text-h2 {
  text-align: center;
  margin-bottom: 50px;
}

.home-resources .text-h2-custom {
  text-align: center;
}

.card {
  border-radius: 15px;
  background: var(--White, #FFF);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

.card.resource {
  width: calc(33.33% - 1rem);
  width: -webkit-calc(33.33% - 1rem);
  box-sizing: border-box;
  padding-top: 2rem;
}

.card.resource.portal {
  padding-top: 0;
}

.resource-img {
  height: 280px;
  width: 280px;
  margin-bottom: 1rem;
}

.resource-name {
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem 1rem;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  position: relative;
  min-height: 9.4rem;
  align-content: center;
}

.resource-1 .resource-name {
  background: var(--vibrant-yellow, #FFC42A);

}

.resource-2 .resource-name {
  background: var(--vibrant-purple, #805AF2);
  color: #fff;
}

.resource-3 .resource-name {
  background: var(--vibrant-green, #00BF7D);
}

.resource-1 a img, .resource-2 a img, .resource-3 a img {
  margin-bottom: 0;
}

.resource-1:has(a:hover),.resource-2:has(a:hover),.resource-3:has(a:hover), .card.resource-home img:hover, .card.resource-home-aphasia img:hover {
  transition: filter 0.1s ease;
  filter: brightness(1.05);
}


/* -------------- BUTTONS ---------------- */

.btn {
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.btn-primary {
  background: var(--Primary, #0073E6);
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background: var(--Colour-3, #2546F0);
  color: #fff;
}

.btn-secondary {
  border: 1px solid var(--Primary, #0073E6);
  background: var(--White, #FFF);
  color: var(--Primary, #0073E6);
}

.btn-secondary:hover {
  background: var(--Primary, #0073E6);
  color: var(--White, #FFF);
}

.btn-success {
  background-color: #fff;
  color: #01AA70;
  border: 1px solid #EAEFF4;
}

.btn-success:hover {
  background-color: var(--dark-green, #01AA70);
  color: #fff;
  border: 1px solid #01AA70;
}

.btn-success.sreg-btn {
  background-color: #00BF7D;
  color: #fff;
  border: 1px solid #00BF7D;
}

.btn-success.sreg-btn:hover {
  background-color: var(--dark-green, #01AA70);
  color: #fff;
  border: 1px solid #01AA70;
}

.btn-grey {
  background: var(--border-dark, #6F7D8B);
  color: #fff;
  border: none;
}

.btn-grey:hover {
  background: #586470;
  color: #fff;
}

.btn-lg-rounded {
  border-radius: 30px;
  padding: 12px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  min-width: 160px;
}

.btn-yellow {
  background-color: #FFC42A;
  color: #2B2B35;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.btn-yellow:hover {
  background-color: var(--dark-green, #EAB324);
}

.btn-audio {
  background-image: url(../images/speaker.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2B2B35;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  margin-left: 7px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-audio:hover {
  background-color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.videoplay {
  height: 2rem;
  display: block;
  margin: 5px auto 0 auto;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1rem solid white;
  display: block;
  margin: auto;
}

.learnbutton {
  margin-bottom: 1rem;
}
.learnbutton:hover {
  filter: brightness(1.05);
}

#aphasiavideobutton {
  background: var(--vibrant-yellow, #FFC42A);
  color: black;
}
  #aphasiavideobutton svg {
    filter: brightness(0)
  }
#carervideobutton {
  background: var(--vibrant-purple, #805AF2);
}
#carervideobutton {
  background: var(--vibrant-purple, #805AF2);
}
#healthprofessionalvideobutton {
  background: var(--vibrant-green, #00BF7D);
}

/* -------------- FOOTER ---------------- */

.cc-footer {
  font-size: 0.9rem;
  font-weight: 300;
  background: #0B2356;
  color: #fff;
  display: flex;
  width: 100%;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
}


/* -------------- POPUP ---------------- */

.modal-content {
  border-radius: 15px;
  width: 948px;
}

/* .modal-content-register {
  border-radius: 15px;
  width: 948px;
  background-color: white;
} */

.modal-header {
  border: none;
}

.close {
  background-image: url(../images/close.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50px;
  background-color: #F4F4F4;
  position: absolute;
  right: 19px;
  top: 18px;
  border: none;
  height: 30px;
  width: 30px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.close:hover {
  background-color: #EEE;
}

.modal-body {
  padding: 60px 40px 40px 40px;
}

.modal-profile-top {
  display: flex;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-light, #EAEFF4);
}

.welcome-video * .modal-profile-top{
  padding-bottom: 0;
  border: none
}
.welcome-video .modal-body {
  background: none;
  border: none;
}
.welcome-video {
  border: none;
  background: none;
}
.welcome-video * video {
  border: 1px #111 solid
}

.modal-profile-image {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 180px;
  box-shadow: 0px 8px 44px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-profile-image-hover {
  background-image: url(../images/edit.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  border-radius: 180px;
  display: none;
}

.modal-profile-image-dimer {
  background: rgba(0, 0, 0, 0.30);
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 180px;
  display: none;
}

.modal-profile-image:hover .modal-profile-image-hover,
.modal-profile-image:hover .modal-profile-image-dimer {
  display: block;
}

.modal-profile-image>img {
  height: 100%;
  width: 100%;
}

.modal-profile-detail-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
  width: 100%;
}

.modal h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 133.333% */
}

.modal-profile-detail-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 6px 10px;
  align-self: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-profile-email,
.modal-profile-other {
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-profile-email {
  margin-bottom: 6px;
}

.modal-profile-icon {
  background-image: url(../images/mail.svg);
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.modal-profile-icon.email {
  background-image: url(../images/mail.svg);
}

.modal-profile-icon.phone {
  background-image: url(../images/phone.svg);
}

.modal-profile-icon.dob {
  background-image: url(../images/birthday-cake.svg);
}

.modal-profile-icon-text {
  font-weight: 400;
  line-height: 24px;
}

.text-seperator {
  margin: 0 6px;
}

.modal-profile-batch-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  margin-top: 20px;
}

.modal-profile-batch {
  background-image: url(../images/batch-default.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px;
  width: 52px;
  height: 52px;
}

.modal-profile-batch.batch-1 {
  background-image: url(../images/batch-1.svg);
}

.modal-profile-batch.batch-2 {
  background-image: url(../images/batch-2.svg);
}

.modal-profile-batch.batch-3 {
  background-image: url(../images/batch-3.svg);
}

.modal-profile-batch.batch-4 {
  background-image: url(../images/batch-4.svg);
}

.modal-profile-batch.batch-5 {
  background-image: url(../images/batch-5.svg);
}

.btn-primary.edit {
  display: flex;
  width: 110px;
  height: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}

.btn-primary.edit .btn-icon-edit {
  background-image: url(../images/btn-edit.svg);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.modal-profile-bottom {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}

.btn-primary.profile,
.btn-primary.resources,
.btn-primary.logout {
  display: flex;
  width: calc(33.33% - 0.6rem);
  height: 200px;
  padding: 18px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 15px;
  font-weight: 400;
  border: none;
}

.btn-primary.profile {
  background: var(--vibrant-purple, #5928ED);
}

.btn-primary.profile:hover {
  background: var(--vibrant-purple, #461DC2);
}

.btn-primary.resources {
  background: var(--vibrant-green, #00BF7D);
}

.btn-primary.resources:hover {
  background: var(--vibrant-green, #01AA70);
}

.btn-primary.logout {
  background: var(--border-dark, #6F7D8B);
}

.btn-primary.logout:hover {
  background: var(--border-dark, #D93550);
}

.btn-icon-profile,
.btn-icon-resources,
.btn-icon-logout {
  background-size: 72px;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.btn-icon-profile {
  background-image: url(../images/btn-user.svg);
}

.btn-icon-resources {
  background-image: url(../images/btn-resource.svg);
}

.btn-icon-logout {
  background-image: url(../images/btn-logout.svg);
}

.modal-register {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.modal-register h2 {
  text-align: center;
  width: 100%;
}

.modal-register .modal-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

.modal-register .register-btn-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  font-size: 1.2rem;
  width: 100%;
}

.register-patient {
  border-radius: 15px;
  background: var(--vibrant-yellow, #FFC42A);
  width: calc(50% - 0.5rem);
  height: 325px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.register-patient:hover {
  background: var(--dark-yellow, #EAB324);
}

.register-caregiver {
  border-radius: 15px;
  background: var(--vibrant-yellow, #805AF2);
  width: calc(50% - 0.5rem);
  height: 325px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.register-caregiver:hover {
  background: var(--dark-yellow, #4718d4);
}

.register-clinician {
  border-radius: 15px;
  background: var(--vibrant-yellow, #00BF7D);
  width: calc(50% - 0.5rem);
  height: 325px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.register-clinician:hover {
  background: var(--dark-green, #01AA70);
}

.modal-register .btn-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
  width: 250px;
  height: 190px;
  flex-shrink: 0;
  margin: 30px auto 0;
}

.register-patient .btn-img {
  background-image: url(../images/resource-1.png);
}

.register-caregiver .btn-img {
  background-image: url(../images/resource-2.png);
}

.register-clinician .btn-img {
  background-image: url(../images/resource-3.png);
}

.register-patient .btn-text,
.register-clinician .btn-text,
.register-caregiver .btn-text {
  text-align: center;
  color: var(--Black, #000);
  display: flex;
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.modal-register .modal-text-regular {
  font-size: 1.2rem;
  font-weight: 400;
}

.scroll-down {
  position: absolute;
  bottom: 0;
  left: calc(50% - 22px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -40%);
  color: #0D2860;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.scroll-down:hover {
  opacity: .5;
}

.scroll-down {
  padding-top: 60px;
}

.scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #0D2860;
  border-bottom: 1px solid #0D2860;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}

@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }

  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }

  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.modal-button-option-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.modal-button-option {
  border-radius: 8px;
  border: 1px solid var(--border-medium, #C8D1DA);
  background: var(--background-lighter, #F4F8FF);
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  gap: 25px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-button-option-img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}

.modal-button-option-text {
  font-size: 20px;
  font-weight: 400;
}

.modal-button-footer {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 15px;
}

.modal-button-footer .btn-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
}

.modal-button-option.option-1:hover {
  border: 1px solid var(--pastal-yellow, #FFE194);
  background: var(--pastal-yellow, #FFE194);
}

.modal-button-option.option-1.selected {
  border: 1px solid var(--pastal-yellow, #FFE194);
  background: var(--pastal-yellow, #FFE194);
}

.modal-button-option.option-2:hover {
  border: 1px solid var(--pastal-yellow, #AA9CF9);
  background: var(--pastal-yellow, #AA9CF9);
}

.modal-button-option.option-2.selected {
  border: 1px solid var(--pastal-yellow, #AA9CF9);
  background: var(--pastal-yellow, #AA9CF9);
}

.modal-button-option.option-3:hover {
  border: 1px solid var(--pastal-yellow, #90D8B2);
  background: var(--pastal-yellow, #90D8B2);
}

.modal-button-option.option-3.selected {
  border: 1px solid var(--pastal-yellow, #90D8B2);
  background: var(--pastal-yellow, #90D8B2);
}


/* -------------- Breadcrumb ---------------- */

#breadcrumb {
  list-style: none;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 40px !important;
  padding-left: 0;
}

#breadcrumb .icon {
  font-size: 14px;
}

#breadcrumb li {
  float: left;
}

#breadcrumb li a {
  color: #0073E6;
  display: flex;
  background: #EBF1FD;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  transition: all 0.05s;
  align-items: center;
  gap: 5px;
}

#breadcrumb li:last-child a {
  background-color: #EBF1FD !important;
  color: #0D2860 !important;
}

#breadcrumb li:last-child a:hover {
  background-color: #EBF1FD;
  color: #0D2860;
}

#breadcrumb li:last-child a:before {
  border-color: #EBF1FD !important;
  border-left-color: transparent !important;
}

#breadcrumb li:last-child a:after {
  border-left-color: #EBF1FD;
}

#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
  border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #EBF1FD;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #EBF1FD;
}

#breadcrumb li a:hover {
  background-color: #0073E6;
  color: #ffffff;
}

#breadcrumb li a:hover:before {
  border-color: #0073E6;
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: #0073E6;
}

#breadcrumb li a:active {
  background-color: #0073E6;
}

#breadcrumb li a:active:before {
  border-color: #0073E6;
  border-left-color: transparent;
}

#breadcrumb li a:active:after {
  border-left-color: #0073E6;
}

#breadcrumb .breadcrumb-icon-home {
  background-image: url(../images/breadcrumb-home.svg);
  background-size: 22px;
  background-position: center;
  display: inline-block;
  height: 22px;
  width: 22px;
}

.breadcrumb-icon-home:hover {
  background-color: #0073E6;

}

#breadcrumb li:last-child a .breadcrumb-icon-home {
  background-image: url(../images/breadcrumb-home-dark.svg);
}

#breadcrumb li a:hover .breadcrumb-icon-home {
  background-image: url(../images/breadcrumb-home-white.svg);
}


/* -------------- RESOURCE HOME ---------------- */

/* -------------- Search Bar ---------------- */

.search-wrap {
  width: 100%;
  margin-bottom: 60px;
}

.search-bar {
  border-radius: 60px;
  border: 1px solid var(--border-medium, #C8D1DA);
  background: var(--White, #FFF);
  max-width: 774px;
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 8px 8px 8px 15px;
}

.search-wrap .form-control {
  font-size: 24px;
  font-weight: 600;
  border: none;
  outline: none;
  flex: 1;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.search-wrap .saerch-speaker-btn {
  background-image: url(../images/mic.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  background-color: var(--White, #FFF);
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-wrap .saerch-speaker-btn:hover {
  background-color: #F4F8FF;
}

.search-wrap .saerch-speaker-btn.pressed {
  background-image: url(../images/min-red.svg);
  background-color: #FFF2F4;
}

.search-wrap .saerch-saerch-btn {
  background-image: url(../images/search.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  background-color: var(--vibrant-primary, #0073E6);
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-wrap .saerch-saerch-btn:hover {
  background-color: var(--vibrant-primary, #2546F0);
}

.shortlist-text{
 color: #000000;
}

.shortlist-text button{
    background: none;
    border: none;
    font-weight: 600;
}
 
.shortlist-text:hover{
  color: #0073E6;
 }
 .contact-btn{
  background: none;
  border: none;
  text-decoration: underline;
  color: #0251a0;
  font-weight: 500;
 }

 .contact-btn:hover{
  color: #478bd0;
 }



/* -------------- Resource Card ---------------- */

.resource-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}

.card.resource-home {
  display: flex;
  padding: 23px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  width: calc(33.33% - 2rem);
  width: -webkit-calc(33.33% - 2rem);
  min-height: 400px;
  justify-content: space-between;
}

.card.resource-home-aphasia {
  display: flex;
  padding: 23px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  width: calc(50% - 2rem);
  width: -webkit-calc(50% - 2rem);
  min-height: 400px;
  justify-content: space-between;
}

.card.resource-home:hover, .card.resource-home-aphasia:hover {
  cursor: pointer;
}

.card.identity-home {
  display: flex;
  padding: 23px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: calc(50% - 2rem);
  width: -webkit-calc(50% - 2rem);
  max-height: 550px;
  justify-content: space-between;
}

.card.identity-work-home {
  display: flex;
  padding: 23px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: calc(25% - 2rem);
  width: -webkit-calc(25% - 2rem);
  max-height: 350px;
  justify-content: center;
  background-color: #6e669d;
  color: white;
  min-height: 135px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .card.identity-home {
    display: flex;
    padding: 23px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    max-height: 550px;
    justify-content: space-between;
    width: calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
  }
  .card.identity-work-home {
    display: flex;
    padding: 23px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    max-height: 350px;
    justify-content: center;
    background-color: #6e669d;
    color: white;
    min-height: 135px;
    text-align: center;
    text-decoration: none;
    width: calc(50% - 2rem);
    width: -webkit-calc(50% - 2rem);
  }
}

.identity-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.identity-work-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-top: 32px;
}

.resource-home .resource-img {
  height: auto;
  width: 100%;
  margin-bottom: 0;
}

.resource-card-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.resource-card-title-carer {
  font-size: 1.5rem;
  font-weight: 700;
}

.resource-card-des {
  text-align: center;
  margin-bottom: 0;
}

.resources-card-btn {
  display: flex;
  height: 60px;
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.btn-img {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.after-rate {
  background: #ffc42a;
  border-radius: 50px;
}

.mt10px {
  margin-top: 10px;
}

.error {
  color: red !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-img.eye {
  background-image: url(../images/eye.svg);
}

.btn-img.heart {
  background-image: url(../images/heart.svg);
}

.btn-img.heart_border {
  background-image: url(../images/heart-border.svg);
}

.btn-img.delete {
  background-image: url(../images/delete.svg);
}

.btn-img.chatbot {
  background-image: url(../images/chatbot-small.png);
}

.chatbot-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.chatbot-icon {
  background-image: url(../images/Codi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 128px;
  width: 108px;
  height: 118px;
  padding-left: 12px;
  padding-right: 12px;
}

.chatbot-message-wrap {
  font-size: 1rem;
  font-weight: 700;
  border-radius: 20px;
  background: var(--White, #FFF);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  min-width: 760px;
}

@media screen and (max-width: 768px) {
  .chatbot-message-wrap {
    min-width: 0px;
  }
}

.text-green {
  color: var(--Colour-1, #00BF7D);
}

.chatbot-close {
  background-image: url(../images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  border-radius: 50px;
  position: absolute;
  height: 30px;
  width: 30px;
  right: -10px;
  top: -10px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chatbot-close:hover {
  background-color: #eeeeee;
}

.chatbot-message-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  left: -7px;
  top: calc(50% - 10px);
  background: #fff;
  border-radius: 2px;
}

.resource-sub-title {
  font-weight: 700;
  margin-bottom: 30px;
}

.card.card-resource-list {
  border-radius: 15px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  padding: 20px;
  align-items: flex-start;
  flex-direction: row;
  gap: 41px;
  flex-shrink: 0;
  width: 100%;
}

.card-resource-list .resource-list-img {
  border-radius: 8px;
  border: 1px solid var(--border-light, #EAEFF4);
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.card-resource-list-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-resource-list-text-wrap .resource-card-des {
  text-align: left;
}

.resource-card-btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.save-to-list {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.save-to-list.selected {
  background: var(--dark-green, #01AA70);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  color: #fff;
}

.ranking {
  border-radius: 8px;
  background: var(--White, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  height: 70px;
  padding: 17px 15px;
  align-items: center;
  gap: 11px;
}

.card-resource-list-text-wrap .resource-card-title {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.ranking-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ranking-text-1 {
  font-size: 1rem;
  font-weight: 700;
}

.ranking-text-2 {
  font-size: 0.9rem;
}

.ranking-emoji {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.imgbgchk:checked+label>.tick_container {
  opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked+label>img {
  /* transform: scale(1.25); */
  opacity: 0.3;
}

.tick_container {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  text-align: center;
}

.tick {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 6px 12px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.emoji-wrap {
  position: relative;
  height: 30px;
  width: 30px;
}

[title~="Dissatisfied"]:hover {
  background-color: #e600003c;
  border-radius: 100%;
}
[title~="Neutral"]:hover {
  background-color: #e6e6003c;
  border-radius: 100%;
}
[title~="Satisfied"]:hover {
  background-color: #00e60c42;
  border-radius: 100%;
}

.ranking-emoji-icon {
  opacity: 0.8;
}

.ranking-emoji-icon:hover {
  opacity: 1;
}


/* -------------- MY PROFILE ---------------- */

.home-resources.favourites .resource-card-title {
  padding-right: 25px;
  width: 100%;
  text-align: center;
  min-height: 46px;
}

.home-resources.favourites .btn-secondary {
  width: 300px;
  align-self: auto;
}

.home-resources.favourites {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card.my-activity {
  display: flex;
  width: calc(33.3% - 2rem);
  width: -webkit-calc(33.3% - 2rem);
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.card.my-activity .top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 23px 20px 23px;
  border-radius: 15px 15px 0 0;
  width: 100%;
  position: relative;
}

.activity-1 .top {
  background: var(--pastal-green, #90D8B2);
}

.activity-2 .top {
  background: var(--pastal-green, #8DD2DD);
}

.activity-3 .top {
  background: var(--pastal-green, #97B6FA);
}

.activity-4 .top {
  background: var(--pastal-green, #AA9CF9);
}

.activity-5 .top {
  background: var(--pastal-green, #FFE194);
}

.activity-icon {
  background-size: 42px;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 15px;
}

.activity-1 .activity-icon.ico {
  background-image: url(../images/activities/1.png);
  background-color: #86C6A4;
}

.activity-2 .activity-icon.ico {
  background-image: url(../images/activities/2.png);
  background-color: #77BFCA;
}

.activity-3 .activity-icon.ico {
  background-image: url(../images/activities/3.png);
  background-color: #88A3DD;
}

.activity-4 .activity-icon.ico {
  background-image: url(../images/activities/4.png);
  background-color: #9A8DE2;
}

.activity-5 .activity-icon.ico {
  background-image: url(../images/activities/5.png);
  background-color: #E9CE88;
}

.activity-title {
  color: var(--Black, #000);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.my-activity .btn-audio {
  position: absolute;
  right: 10px;
  top: 10px;
}


.card.my-activity .bottom {
  border-radius: 0px 0px 15px 15px;
  background: var(--White, #FFF);
  padding: 15px 23px 15px 23px;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.activity-badge {
  background-size: 52px;
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
}

.activity-badge.badge-1 {
  background-image: url(../images/batch/1.svg);
}

.activity-badge.badge-2 {
  background-image: url(../images/batch/2.svg);
}

.activity-badge.badge-3 {
  background-image: url(../images/batch/3.svg);
}

.activity-badge.badge-4 {
  background-image: url(../images/batch/4.svg);
}

.activity-badge.badge-5 {
  background-image: url(../images/batch/5.svg);
}

.activity-progress {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.activity-progress-bar {
  width: 100%;
  height: 10px;
}

.activity-progress-text {
  color: var(--text-medium, #828294);
  font-size: 14px;
  font-weight: 500;
}

.activity-1 .progress {
  background-color: rgba(0, 191, 125, 0.1);
}

.activity-1 .progress-bar {
  background-color: #00BF7D;
}

.activity-2 .progress {
  background-color: rgba(0, 180, 197, 0.1);
}

.activity-2 .progress-bar {
  background-color: #00B4C5;
}

.activity-3 .progress {
  background-color: rgba(0, 115, 230, 0.1);
}

.activity-3 .progress-bar {
  background-color: #0073E6;
}

.activity-4 .progress {
  background-color: rgba(89, 40, 237, 0.1);
}

.activity-4 .progress-bar {
  background-color: #5928ED;
}

.activity-5 .progress {
  background-color: rgba(255, 196, 42, 0.1);
}

.activity-5 .progress-bar {
  background-color: #FFC42A;
}




/* -------------- Self Registration ---------------- */

.self-reg-main {
  align-items: flex-start;
  min-height: 780px;
}

.self-registration {
  display: flex;
  max-width: 774px;
  flex-direction: column;
  align-items: flex-end;
  gap: 60px;
}

.sreg-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.sreg-progress-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.sreg-progress-text {
  font-size: 1.1rem;
  font-weight: 600;
}

.sreg-progress-bar {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 4px;
}

.sreg-progress-section {
  background: var(--border-light, #EAEFF4);
  border-radius: 8px;
  height: 7px;
  flex: 1 0 0;
}

.sreg-progress-section.completed {
  background: var(--dark-green, #01AA70);
}

.sreg-body {
  width: 100%;
}

.btn-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.btn-img.arrow-right {
  background-image: url(../images/arrow-right.svg);
}

.btn-img.arrow-left {
  background-image: url(../images/arrow-left-white.svg);
}

.btn-img.check {
  background-image: url(../images/check.svg);
}


.sreg-btn-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}

.sreg-btn {
  display: flex;
  width: calc(50% - 5px);
  width: -webkit-calc(50% - 5px);
  height: 80px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.chip-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.chip {
  border-radius: 15px;
  border: 1px solid var(--border-medium, #C8D1DA);
  background: var(--White, #FFF);
  display: flex;
  width: calc(33.3% - 10.5px);
  padding: 40px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}

.chip:hover {
  border: 1px solid var(--Primary, #0073E6);
  color: var(--Primary, var(--vibrant-primary, #0073E6));
}

.chip.selected {
  background-color: var(--background-lighter, #F4F8FF);
  border: 1px solid var(--Primary, #0073E6);
  color: var(--Primary, var(--vibrant-primary, #0073E6));
  background-image: url(../images/tick-blue.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: 98% 6%;
}

.chip.sm {
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  width: 120px;
  height: 70px;
  font-size: 20px;
  color: var(--vibrant-primary, #0073E6);
}

.chip.sm:hover {
  background-color: #0073E6;
  color: #ffffff;
}

.chip.lg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: calc(50% - 7.5px);
  width: -webkit-calc(50% - 7.5px);
}

.chip-img {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.chip-img.speak-text {
  background-image: url(../images/reg-speak-text.svg);
}

.chip-img.more-images {
  background-image: url(../images/reg-more-images.svg);
}

.chip-img.send-email {
  background-image: url(../images/reg-send-email.svg);
}

.chip-img.send-message {
  background-image: url(../images/reg-send-message.svg);
}

.chip-text {
  font-size: 24px;
  text-align: center;
}

.chip.lg.selected {
  background-position: 98% 3%;
}

.sreg-success-message {
  display: flex;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}

.sreg-success-icon {
  background-image: url(../images/success.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90px;
  height: 90px;
}

.sreg-success-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.sreg-success-text-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sreg-success-header {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.sreg-success-description {
  color: var(--text-medium, #828294);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.common-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sreg-success-message .sreg-btn {
  width: 372px;
}



/* -------------- Input Fields ---------------- */

input::placeholder {
  opacity: 0.5;
  color: #CECEE4 !important;
}

.inputfield-label {
  margin-bottom: 10px;
  font-size: 1.12rem;
  font-weight: 600;
}

.inputfield-label-mandatory {
  color: #D93550;
  margin-bottom: 10px;
  font-size: 1.12rem;
  font-weight: 600;
}

.medium .inputfield-label {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 400;
}

.input-large {
  border-radius: 12px;
  border: 1px solid var(--border-medium, #C8D1DA);
  background: var(--White, #FFF);
  height: 80px;
  padding: 23px 27px;
  font-size: 24px;
  font-weight: 500;
}

.input-medium {
  border-radius: 8px;
  border: 1px solid var(--border-medium, #C8D1DA);
  background: var(--White, #FFF);
  height: 65px;
  padding: 15px 27px;
}

.form-group.required .inputfield-label:after {
  content: "*";
}

.invalid-feedback {
  color: #D93550;
}

.large .invalid-feedback {
  font-size: 1.12rem;
}

.medium .invalid-feedback {
  font-size: 1rem;
}

.form-check-wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.password-wrap {
  position: relative;
  width: 100%;
}

.eye-slash {
  background-image: url(../images/show.svg);
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 34px);
  top: calc(50% - 34px);
  cursor: pointer;
  right: 8px;
}

.eye-slash-hide {
  cursor: pointer;
  background-image: url(../images/hide.svg);
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 34px);
  top: calc(50% - 34px);
  cursor: pointer;
  right: 8px;
}

.position-relative {
  position: relative;
}

.marginTop18 {
  margin-top: 18px;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

input[type=tel] {
  padding-right: 6px;
  padding-left: 80px;
  margin-left: 0;
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  font-family: inherit;
  color: inherit;
}



/* -------------- Registration Form via Clinician ---------------- */


.clinician-registration .sub-header {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.clinician-registration .sreg-header {
  margin-bottom: 60px;
}

.form-row {
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.form-section {
  width: 100%;
}

.clinician-registration .sreg-btn {
  width: 372px;
  height: 60px;
  font-size: 16px;
}

.section-border {
  border-color: #EAEFF4;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}


/* -------------- Resource Details ---------------- */

.resource-navitation {
  width: 320px;
}

.resource-detail-section {
  margin-bottom: 40px;
}

.resource-detail-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}

.resource-detail-btn-sub {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.resource-detail-btn-sub .save-to-list {
  flex: 1 0 0;
}

.resource-detail-image {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border-light, transparent);
  margin-bottom: 30px;
  background-color: transparent;
}

.resource-detail-body-img {
  max-width: 100%;
  margin: 1rem 0;
}

.more-resources-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.more-resources {
  border-radius: 6px;
  border: 1px solid var(--border-light, #EAEFF4);
  background: var(--background-lighter, #F4F8FF);
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.more-resources:hover {
  border: 1px solid var(--border-light, #0073E6);
  background: var(--background-lighter, #0073E6);
}

.more-resources-img {
  border-radius: 6px;
  border: 1px solid var(--border-light, #EAEFF4);
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  object-fit: cover;
  background-color: #ffffff;
}

.more-resources-title {
  font-size: 16px;
  font-weight: 700;
}

.more-resources:hover .more-resources-title {
  color: #ffffff;
}

button.btn.btn-lg.btn-yellow.btn-lg-rounded.chatnow {
  align-items: center;
  display: flex;
  gap: 10px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}










/* -------------- Extra large screens, TV ---------------- */

@media (min-width: 1201px) {}

/* -------------- Desktops, large screens ---------------- */

@media screen and (max-width: 1200px) {
  .landingpage-banner {
    padding-bottom: 160px;
  }

  .btn-lg-rounded {
    font-size: 1rem;
  }

  .custom-section-inner {
    padding: 0 1.5rem;
  }


  .cc-header .hdr-btn .hdr-btn-text {
    font-size: 0.8rem;
  }

  .benner-column1 {
    gap: 15px;
  }

  .text-h1 {
    font-size: 2.5rem;
  }

  .lead {
    font-size: 1.2rem;
  }

  .benner-column2.banner-video-wrap {
    height: 300px;
  }

  .text-h2 {
    font-size: 2rem;
    font-weight: 600;
  }

  .text-h2-custom {
    font-size: 2rem;
    font-weight: 600;
  }

  .resource-name {
    font-size: 1.2rem;
  }

  .btn-audio {
    background-size: 15px;
    height: 26px;
    width: 26px;
  }

  .btn-print {
    background-size: 15px;
    height: 26px;
    width: 26px;
  }

  .btn-audio-custom {
    background-size: 15px;
    height: 26px;
    width: 26px;
  }

  .resource-img {
    height: auto;
    width: 240px;
  }

  .cc-footer {
    font-size: 0.8rem;
  }

  .card.resource-home {
    width: calc(50% - 2rem);
    width: -webkit-calc(50% - 2rem);
  }

  .card.resource-home-aphasia {
    width: calc(50% - 2rem);
    width: -webkit-calc(50% - 2rem);
  }

  .inputfield-label {
    font-size: 1rem;
  }

  .input-large {
    border-radius: 8px;
    height: 66px;
    padding: 23px 20px;
    font-size: 18px;
  }

  .chip,
  .chip.sm,
  .chip-text {
    font-size: 18px;
  }

  .chip-img {
    width: 80px;
    height: 80px;
  }
}

/* -------------- Small screens, laptops ---------------- */

@media screen and (max-width: 1024px) {
  body {
    padding-top: 6rem;
  }

  .section-inner.home-banner {
    flex-direction: column;
    gap: 3rem;
  }
  .custom-section-inner.home-banner {
    flex-direction: column;
    gap: 3rem;
  }
  .section-inner-1.home-banner {
    flex-direction: column;
    gap: 3rem;
  }
  .custom-section-inner {
    padding: 0 1.5rem;
  }

  .benner-column1 {
    width: 100%;
  }

  .home-resources .results-wrap {
    flex-direction: column;
    .resource-name {}
  }

  .resource-name {
    min-height: auto;
  }

  .card.resource {
    width: 100%;
  }

  .benner-column2.banner-video-wrap {
    height: auto;
    width: 100%;
  }

  .landingpage-banner {
    padding-top: 50px;
  }

  .modal-register .btn-img {
    background-size: 174px;
    width: 174px;
    height: 130px;
    margin: 10px auto 0;
  }

  .register-patient,
  .register-clinician, .register-caregiver {
    height: 250px;
  }

  .modal-register h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .modal-register .register-btn-wrap {
    gap: 1rem;
  }

  .modal h2 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .modal-profile-top {
    flex-direction: column;
    padding-bottom: 25px;
  }

  .btn-primary.profile,
  .btn-primary.resources,
  .btn-primary.logout {
    font-size: 0.9rem;
    padding: 18px 15px;
    height: 140px;
  }

  .btn-icon-profile,
  .btn-icon-resources,
  .btn-icon-logout {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }

  .modal-profile-image {
    width: 130px;
    height: 130px;
  }

  .modal-profile-detail-main {
    align-items: center;
  }

  .modal-profile-bottom {
    padding-top: 25px;
  }

  .card.my-activity {
    width: calc(50% - 2rem);
    width: -webkit-calc(50% - 2rem);
  }

  .modal-button-footer .btn-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
  }
}

/* -------------- iPads, Tablets ---------------- */

@media screen and (max-width: 768px) {
  .text-h2 {
    font-size: 1.6rem;
  }

  .text-h2-custom {
    font-size: 1.6rem;
  }

  /* .cc-header .hdr-btn-wrap {
    display: none;
  }*/
  .menu-opened {
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    padding: 0 20px 20px;
  }

  .custom-section-inner {
    padding: 0 1.5rem;
  }

  .menu-opened .btn-lg-rounded {
    width: 100%;
  }

  .card.resource-home {
    width: 100%;
  }

  .card.resource-home-aphasia {
    width: 100%;
  }

  #breadcrumb li {
    margin-bottom: 3px;
  }

  .card.card-resource-list {
    flex-direction: column;
    align-items: center;
  }

  .card-resource-list-text-wrap {
    align-items: center;
  }

  .card-resource-list-text-wrap .resource-card-des {
    text-align: center;
  }

  .resource-card-btn-wrap {
    flex-direction: column;
    width: 100%;
    ;
  }

  .ranking {
    justify-content: center;
  }

  .register-patient,
  .register-clinician, .register-caregiver {
    height: 260px;
  }

  .register-patient .btn-text,
  .register-clinician .btn-text, .register-caregiver .btn-text {
    padding: 0;
  }

  .modal-profile-detail-main .btn-primary.edit {
    width: 100%;
    margin-top: 10px;
  }

  .modal-profile-batch-wrap,
  .modal-profile-detail-wrap,
  .modal-profile-email,
  .modal-profile-other {
    justify-content: center;
  }

  .form-row {
    flex-direction: column;
  }

  .col {
    width: 100%;
  }

  .clinician-registration .sreg-btn {
    width: 100%;
    height: 60px;
  }

  .resource-navitation {
    margin-top: 40px;
    width: 100%;
  }

  .resource-detail .row {
    flex-direction: column;
  }

  .modal-button-footer .btn-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .modal-button-option-text {
    font-size: 18px;
  }

  .modal-button-option-img {
    width: 100px;
    height: 100px;
  }

  .modal-button-option-wrap {
    gap: 15px;
  }

  .cc-header .navbar-brand {
    margin-right: 0;
  }

}

/* -------------- Mobile devices ---------------- */

@media (max-width: 480px) {
  .cc-header .cc-h-btn-wrap {
    flex-direction: column;
  }

  .section-inner {
    padding: 0 1.5rem;
    padding-top: 80px;
  }

  .custom-section-inner {
    padding: 0 1.5rem;
  }

  .text-h2 {
    font-size: 2rem;
  }
  
  .text-h2-custom {
    font-size: 2rem;
  }

  .resource-img {
    height: auto;
    width: 200px;
  }

  .resource-name {
    font-size: 1.1rem;
  }

  .card.resource-home {
    width: 100%
  }

  .card.resource-home-aphasia {
    width: 100%
  }

  .search-wrap .saerch-saerch-btn {
    background-size: 24px;
    width: 40px;
    height: 40px;
  }

  .search-wrap .saerch-speaker-btn {
    background-size: 24px;
    width: 34px;
    height: 34px;
  }

  .search-wrap .form-control {
    font-size: 16px;
    padding: 0px 3px;
  }

  #breadcrumb {
    margin-bottom: 20px !important;
  }

  #breadcrumb li a {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }

  #breadcrumb .breadcrumb-icon-home {
    background-size: 18px;
    height: 18px;
    width: 18px;
  }

  #breadcrumb li a:before,
  #breadcrumb li a:after {
    border-width: 17.5px 10px;
  }

  .search-wrap {
    margin-bottom: 40px;
  }

  .chatbot-wrap {
    flex-direction: column;
  }

  .chatbot-message-arrow {
    left: calc(50% - 10px);
    top: -7px;
    border-radius: 2px;
  }

  .modal h2 {
    font-size: 1.5rem;
  }

  .register-patient,
  .register-clinician, .register-caregiver {
    width: 100%;
  }

  .modal-register .register-btn-wrap {
    flex-direction: column;
  }

  .modal-profile-bottom {
    flex-direction: column;
  }

  .btn-primary.profile,
  .btn-primary.resources,
  .btn-primary.logout {
    width: 100%;
  }

  .modal-body {
    padding: 45px 25px 25px 25px;
  }

  .resource-wrap {
    flex-direction: column;
  }

  .card.my-activity {
    width: 100%;
  }

  .input-large {
    height: 60px;
  }

  .inputfield-label {
    margin-bottom: 5px;
  }

  .sreg-btn {
    height: 60px;
  }

  .sreg-header .text-h2 {
    font-size: 1.5rem;
  }

  .sreg-progress-text {
    font-size: 0.9rem;
  }

  .chip.selected {
    background-size: 24px;
  }

  .chip {
    width: calc(50% - 7.5px);
    padding: 30px 10px;
  }

  .chip.sm {
    width: 90px;
    height: 48px;
    font-size: 20px;
  }

  .chip.lg {
    width: 100%;
  }

  .sreg-success-message {
    padding: 0px 20px;
    margin-top: 30px;
  }

  .sreg-success-message .sreg-btn {
    width: 100%;
  }

  .resource-detail-btn-sub {
    flex-direction: column;
  }

  .resource-detail-btn-sub .save-to-list,
  .resource-detail-btn-sub .ranking {
    width: 100%;
  }

  .modal-button-option-img {
    width: 80px;
    height: 80px;
  }

  .modal-button-option-text {
    font-size: 15px;
  }

  .modal-button-option {
    gap: 15px;
  }

  .modal-button-option-wrap {
    gap: 10px;
  }

  .cc-header .navbar-brand {
    background-position: 0px center;
    width: 60px;
    margin-right: 0;
  }

  .lead-custom-02 {
  font-size: 14px;
  font-weight: 600;
} 

}

.resource-link {
  color: black;
  text-decoration: unset;
}

.check-size {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  border-color: #929292;
}

.check-section {
  padding-left: 40px;
  margin-bottom: 8px;
}

.input-w-s {
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  outline: none;
}

.input-w-s:focus {
  border-bottom-color: blue;
}

.resource-bottom-title {
  font-size: 1.2rem;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  position: relative;
}

/* single blog page */
.single-blogs-page{
  color: var(--bs-body-color) !important;
}


.single-blogs-page h2 {
  line-height: 1 !important;
  font-size: 1.875rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 4 63 / var(--tw-text-opacity)) !important;
  font-weight: 800 !important;
  font-family: "gilroy-extrabold", sans-serif !important;
  margin-bottom: 1.5rem !important;
}

.single-blogs-page p {
  --tw-text-opacity: 1 !important;
  color: var(--bs-body-color) !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Mulish", sans-serif !important;
}

.single-blogs-page img {
  margin: 2rem 0rem !important;
  /* width: 100% !important; */
}

.single-blogs-page a {
  text-decoration: underline !important;
  color: rgb(49 46 129) !important;
  font-weight: 700;
}

.redirect-message {
  font-size: 20px !important;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
  color: rgb(0, 0, 0) !important;
}

.single-blogs-page a:hover {
  color: rgb(50 46 165) !important;
}

.single-blogs-page ol {
  --tw-text-opacity: 1 !important;
  margin-top: 0.75rem !important;
  list-style: auto;
  margin: 0rem 5rem;
  text-align: start !important;
}

.single-blogs-page ol li {
  margin-top: 0.5rem !important;
}

.single-blogs-page ul {
  --tw-text-opacity: 1 !important;
  margin-top: 0.75rem !important;
  list-style: disc !important;
  margin: 0rem 5.2rem !important;
  text-align: start !important;
  padding-bottom: 2rem !important;
  color: var(--bs-body-color) !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-family: "Mulish", sans-serif !important;
}

.single-blogs-page ul li {
  margin-top: 1.5rem !important;
    font-size: inherit;
    color: inherit;
    font-size: 20px !important;
}


@media (max-width: 650px) {
  .single-blogs-page ol {
    margin: 0rem 2rem !important;
  }

}

#breadcrumb li:last-child span{
  background-color: #EBF1FD !important;
    color: #0D2860 !important;
}

#breadcrumb li span {
  color: #0073E6;
  display: flex;
  background: #EBF1FD;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  transition: all 0.05s;
  align-items: center;
  gap: 5px;
}

#breadcrumb li:last-child span:before {
  border-color: #EBF1FD !important;
  border-left-color: transparent !important;
}

#breadcrumb li span:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #EBF1FD;
}

.nav-logged-btn{
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

.nav-btn-box{
  width: 65px;
  height: 65px;
  display: flex;
  flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 15px;
}

.nav-btn-box-color-profile{
  background-color: #0073E6;
}

.nav-btn-box-color-resources{
  background-color: #00BF7D;
}

.nav-btn-box-color-logout{
  background-color: #6F7D8B;
}

.btn-nav-icon-profile,
.btn-nav-icon-resources,
.btn-nav-icon-logout {
  background-size: 28px;
  width: 28px;
  height: 28px;
  color: #fff;
}

.btn-nav-icon-profile {
  background-image: url(../images/btn-user.svg);
}

.btn-nav-icon-resources {
  background-image: url(../images/btn-resource.svg);
}

.btn-nav-icon-logout {
  background-image: url(../images/btn-logout.svg);
}

.btn-nav-icon-text{
  color: white;
  font-size: 12px;
}

.activity-wrap{
    display: flex;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}

/* Praveen */

.img-thumbnail {
  border: none;
  }

  .benner-column2-custom.banner-video-wrap {
    flex-shrink: 0;
    height: 360px;
  }

  .custom-cbanner-image {
    max-width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto; /* Centers the image horizontally */
  }
  
  .activity-1-custom  {
    background: #90D8B2;
  }
  
  .activity-1-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/no-wifi.png);
    background-color: #86C6A4;
  }
  
  .activity-2-custom  {
    background: var(--pastal-green, #FFE194);
  }
  
  .activity-2-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/hourglass.png);
    background-color: #E9CE88;
  }

  
  .activity-3-custom  {
    background: var(--pastal-green, #cefce3);
  }
  
  .activity-3-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/i-letter.png);
    background-color: #88A3DD;
  }
  
  .card-custom.my-activity {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }

  .card.my-activity {
    width: 100%;
    margin-top: 20px;
  }

  .landingpage-banner-custom {
    position: relative;

  }

  .home-resources-custom .text-h2 { 
    text-align: center;
  }

  .section-inner-custom {
    display: flex;
    justify-content: center;
    gap: 6rem;
  }

  .activity-4-custom  {
    background: #90D8B2;
  }
  .activity-4-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/no-wifi.png);
    background-color: #86C6A4;
  }

  .activity-5-custom  {
    background: #14b8a6;
  }
  .activity-5-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/payment.png);
    background-color: #2dd4bf;
  }

  .activity-6-custom  {
    background:   #2dd4bf;
  }
  .activity-6-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/web.png);
    background-color:   #5eead4;
  }

  .activity-7-custom  {
    background: #5eead4;
  }
  .activity-7-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/wifi.png);
    background-color: #99f6e4;
  }

  .custom-mb {
    margin-bottom: 50px;
  }

  .custom-mb-100 {
    margin-bottom: 100px;
  }

  @media only screen and (min-width: 1200px) {
    .custom-mb {
      margin-bottom: 0px;
    }
  }

  @media only screen and (max-width: 1024px) {
    .custom-mb  {
      margin-bottom: 0px;
    }
    }
  @media only screen and (max-width: 423px) {
    .custom-mb  {
      margin-bottom: 10px;
      }
      }

  .custom-mt {
    margin-top: 100px;
  }

  .custom-mt-50 {
    margin-top: 50px;
  }

  .custom-mb-40 {
    margin-bottom: 40px;
  }
  
  .detail-image-01 {
    width: 240px; 
    height: auto;
    border: none;
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

@media only screen and (max-width: 600px) {
  .detail-image-01 {
    width: 100px; 
  }
}

  
  .mt-18 {
    margin-top: 18px;
  }

  .mt-50 {
    margin-top: 50px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  

  .mb-1rem{
    margin-bottom: 1rem;
  }
  
  .technical-detail-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-light, #EAEFF4);
    margin-bottom: 20px;
    margin-top: 20px;
  }
  

  .technical-detail-image-2 {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-light, #EAEFF4);
    margin-bottom: 30px;
}


  .ml-1rem{
    margin-left: 1rem;
  }

  .mt-1rem {
    margin-top: 1rem;
  }

  .detail-image-02 {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: none;
    align-content: center;
  }

  .activity-8-custom  {
    background: var(--pastal-green, #97B6FA);
  }
  .activity-8-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/i-letter.png);
    background-color: #88A3DD;
  }

  .home-resources-custom .text-01-h2 { 
    text-align: left;
  }
  
  .text-01-h2 {
    font-size: 2rem;
    font-weight: 600;
  }

  .activity-9-custom  {
    background: var(--pastal-green, #FFE194);
  }
  .activity-9-custom .activity-icon.ico {
    background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/hourglass.png);
    background-color: #E9CE88;
  }

  .section-inner-02.home-banner {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }

  .benner-column2-custom.banner-video-wrap-01 {
    height: 10px;
  }

.custom-flex {
  display: flex;
  width: fit-content;
  max-width: 540px;
  gap: 20px;
}  

.lead-custom {
  font-size: 1.9rem;
  font-weight: 600;
} 

.activity-10-custom  {
  background: var(--pastal-green, #97B6FA);
}

.activity-10-custom .activity-icon.ico {
  background-color: #97B6FA;
}

.activity-11-custom  {
  background: var(--pastal-green, #e9a0e5);
}

.activity-11-custom .activity-icon.ico {
  background-color: #e9a0e5;
}

.custom-li-mb {
  margin-bottom: 20px;
}

.connection-detail-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border-light, #EAEFF4);
  margin-bottom: 20px;
}


.card-custom-02 {
  border-radius: 15px;
  background: var(--White, #97B6FA);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
}

.custom-section-inner {
  max-width: 1200px;
  width: 100%;
}

.custom-section-inner.home-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}

.section-inner-1.home-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.resource-wrap-custom {
  display: flex;
  max-width: 60%; 
  justify-content: center; 
  align-items: flex-start; 
  align-content: flex-start; 
  gap: 3rem;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.align-content {
  justify-content: end !important; 
}


@media only screen and (max-width: 600px) {
  .resource-wrap-custom {
    max-width: 100%;
  }
}

.my-activity .btn-audio-custom {
  position: static;
  margin-left: auto;
}

.btn-audio-custom  {
  background-image: url(../images/speaker.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2B2B35;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  margin-left: 7px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-audio-custom:hover {
  background-color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn-lg-rounded-custom {
  border-radius: 30px;
  padding: 24px 45px;
  font-size: 1.2rem;
  font-weight: 600;
  min-width: 160px;
}

@media only screen and (max-width: 1024px) {
  .btn-lg-rounded-custom {
    border-radius: 30px;
    padding: 12px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    min-width: 160px;
  }
  }
.custom-padding {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.timeline {
  margin: 50px auto;
  border-left: 2px solid #0073E6;
  position: relative;
}

.event {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.event::before {
  content: attr(data-number);
  position: absolute;
  width: 50px; 
  height: 50px; 
  border-radius: 50%;
  background-color: #0073E6;
  left: -25px; 
  top: -2px; 
  z-index: 1;
  text-align: center; 
  color: white;
  line-height: 50px; 
  font-size: 16px; 
}

.event p {
  margin: 0;
  padding-left: 2px;
}

.event img {
  margin-left: 2px; 
}

.event:nth-child(odd)::before {
  background-color: #0073E6;
}

.event:last-child {
  margin-bottom: 0;
}

.margin-top-1rem {
  margin-top: 1rem;
}

.display-flex {
  display: flex;
}

@media screen and (min-width: 424px) and (max-width: 1024px) {
  .video-btn-custom-margin {
    margin-right: 10px; 
  }
  }
  
  .benner-column2-edit.banner-video-wrap {
    flex-shrink: 0;
    flex: auto;
  }
  
  @media screen and (max-width: 1200px) {
  .benner-column2-edit.banner-video-wrap {
      height: none;
    } 
  }
  
  @media screen and (max-width: 1024px) {  
  .benner-column2-edit.banner-video-wrap {
      height: auto;
      width: 100%;
    }
  }
  
  .benner-column2-edit.banner-video-wrap {
    flex-shrink: 0;
    flex: auto;
  }
  .section-inner-04.home-banner {
    display: flex;
    justify-content: center;
    gap: 3rem;
  }
  
  @media screen and (max-width: 1024px) {
  .section-inner-04.home-banner {
    display: block;
    justify-content: center;
    gap: 3rem;
  }
}
  
.timeline-2 {
  margin: 0px auto;
  border-left: 2px solid #0073E6;
  position: relative;

}

.event-2 {
  margin-bottom: 70px;
  padding-left: 40px;
  position: relative;
}

.event-2::before {
  content: attr(data-number);
  position: absolute;
  width: 50px; /* Set the circle width to 50px */
  height: 50px; /* Set the circle height to 50px */
  border-radius: 50%;
  background-color: #0073E6;
  left: -25px; /* Adjust the positioning */
  top: -10px; /* Adjust the positioning */
  z-index: 1;
  text-align: center; /* Center the number horizontally */
  color: white;
  line-height: 50px; /* Center the number vertically */
  font-size: 16px; /* Adjust font size of the number */
}


.event-2 p {
  margin: 0;
  padding-left: 2px;
}

.event-2 img {
  margin-left: 25px; 
}

.event-2:nth-child(odd)::before {
  background-color: #0073E6;
}

.event-2:nth-child(n+7) {
  border-color: #ffffff;
}


.timeline-3 {
  margin: 0px auto;
  border-left: 2px solid #0073E6;
  position: relative;

}

.event-3 {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.event-3::before {
  content: attr(data-number);
  position: absolute;
  width: 50px; /* Set the circle width to 50px */
  height: 50px; /* Set the circle height to 50px */
  border-radius: 50%;
  background-color: #0073E6;
  left: -25px; /* Adjust the positioning */
  top: -8px; /* Adjust the positioning */
  z-index: 1;
  text-align: center; /* Center the number horizontally */
  color: white;
  line-height: 50px; /* Center the number vertically */
  font-size: 16px; /* Adjust font size of the number */
}


.event-3 p {
  margin: 0;
  padding-left: 2px;
}


.event-3:nth-child(odd)::before {
  background-color: #0073E6;
}

.event-3:nth-child(n+7) {
  border-color: #ffffff;
}

.event-4 {
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.event-4::before {
  content: attr(data-number);
  position: absolute;
  width: 50px; /* Set the circle width to 50px */
  height: 50px; /* Set the circle height to 50px */
  border-radius: 50%;
  background-color: #0073E6;
  left: -25px; /* Adjust the positioning */
  top: -8px; /* Adjust the positioning */
  z-index: 1;
  text-align: center; /* Center the number horizontally */
  color: white;
  line-height: 50px; /* Center the number vertically */
  font-size: 16px; /* Adjust font size of the number */
}


.event-4 p {
  margin: 0;
  padding-left: 2px;
}


.event-4:nth-child(odd)::before {
  background-color: #0073E6;
}

.event-4:nth-child(n+7) {
  border-color: #ffffff;
}

.margin-top-20 {
  margin-top: 20px;
}

.map-001 {
  max-width: 100%;
  width: 696px;
  height: 525px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border-light, #EAEFF4);
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .map-001 {
    width: 100%;
    height: auto;
  }
}

.section-main-custom {
  width: 100%;
  padding: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-main-custom.background-light {
  background: var(--background-light, #EBF1FD);
}

.section-main-custom.background-lighter {
  background: #F4F8FF;
}

.section-main-custom.background-dark {
  background: var(--background-darker, #0D2860);
}

.custom-heading-intro {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
.custom-text-intro {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.custom-text-intro-one {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.font-bold {
  font-weight: bold;
}

.text-green {
  color: #5ace5a; 
}

.red-button {
  background-color: #dc2626;
  color: white;
  border: none;
  border-radius: 10px; 
  padding: 10px 20px; 
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}

.green-button {
  background-color: #007406;
  color: white;
  border: none;
  border-radius: 10px; 
  padding: 10px 20px; 
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}


/* End  */

/* Figma  */


.activity-figma {
  background: #2dd4bf;
}
.activity-figma .activity-icon.ico {
  background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/web.png);
  background-color: #5eead4;
}


.activity-figma-02  {
  background: #5eead4;
}
.activity-figma-02 .activity-icon.ico {
  background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/wifi.png);
  background-color: #99f6e4;
}

.activity-figma-03  {
  background: #14b8a6;
}
.activity-figma-03 .activity-icon.ico {
  background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/04/payment.png);
  background-color: #2dd4bf;
}


.activity-figma-c {
  background: #5ace5a;
}
.activity-figma-c .activity-icon.ico {
  background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/05/bill.png);
  background-color: #66CDAA;
}

.activity-figma-04 {
  background: #0caa98;
}
.activity-figma-04 .activity-icon.ico {
  background-image: url(https://communication.cadonit.com/wp-content/uploads/2024/04/no-wifi.png);
  background-color: #15c4ac;
}

.activity-figma-05 {
  background: #FFE194;
}
.activity-figma-05 .activity-icon.ico {
  background-image: url(https://communicat2dev.wpenginepowered.com/wp-content/uploads/2024/05/browser.png);
  background-color: #E9CE88;
}

@font-face {
  font-family: "San Francisco";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.custom-margin-top-80 {
  margin-top: 80px;
}

.custom-margin-top-40 {
  margin-top: 40px;
}


.activity-title-figma {
  font-family: San Francisco;
  color: var(--Black, #2B2B35);
  font-size: 26px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: center;
  
}

.activity-title-figma span {
  font-weight: 900;
}

.custom-section-figma {
  max-width: 696px;
  width: 100%;
 
}

.custom-ul {
  list-style-type: none;
  color: darkslateblue;
  padding: 0;
}

.custom-ul li {
  position: relative;
  padding-left: 20px;
}

.custom-ul li:before {
  content: '•'; 
  position: absolute;
  left: 0;
}

.custom-section-01 {
  max-width: 696px;
  margin: 0 auto; 
}

.custom-title-one {
  font-family: "San Francisco", Arial, sans-serif;
  color: var(--Black, #2B2B35);
  font-size: 24px;
  font-weight: 500;
  line-height: 38.19px;
  text-align: left;
  margin-top: 60px;
}

.custom-title-one span {
  font-weight: 700;
}

.custom-title-two {
  font-family: "San Francisco", Arial, sans-serif;
  color: var(--Black, #2B2B35);
  font-size: 24px;
  font-weight: 500;
  line-height: 38.19px;
  text-align: left;
  margin-top: 30px;
}



.option {
font-family: "San Francisco", Arial, sans-serif;
color: var(--Black, #0073E6);
font-size: 24px;
font-weight: 600;
line-height: 24px;
text-align: left;
margin-top: 60px;
margin-bottom: 5px;
}


.option-child {
  font-family: "San Francisco", Arial, sans-serif;
  color: var(--Black, #2B2B35);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.option-child span {
  font-weight: 700;
}

.option-child-01 {
  font-family: "San Francisco", Arial, sans-serif;
  color: var(--Black, #2B2B35);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 16px;
}

.option-child-01 span {
  font-weight: 700;
}

.technical-img-figma {
  max-width: 100%;
  width: 350px;
  /* height: 425px; */
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  object-fit: cover;
  margin-top: 14px;
  margin-bottom: 14px;
}  

.option-description {
  font-family: "San Francisco", Arial, sans-serif;
  color: var(--Black, #2B2B35);
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  margin-bottom: 16px;
}

.option-identity-description {
  font-family: "San Francisco", Arial, sans-serif;
  color: var(--Black, #2B2B35);
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
  font-style: italic;
}

.wrap-custom {
  white-space: normal; 
  word-wrap: break-word; 
  overflow-wrap: break-word; 
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.technical-img-figma {
  max-width: 100%;
}

@media (max-width: 600px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 374px) {
  .mobile-margin-20 {
    margin-bottom: 20px;
  }
}

.technical-img-figma-02 {
  max-width: 100%;
  width: 350px;
  /* height: 334px; */
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  object-fit: cover;
  margin-top: 14px;
  margin-bottom: 14px;
}

.custom-margin-bottom-64 {
  margin-bottom: 64px;
}

.option-description span {
  font-weight: 600;
}

.custom-mb-16 {
  margin-bottom: 16px;
}

.custom-mt-16 {
  margin-top: 16px;
}
  
.technical-img-figma-03 {
  max-width: 100%;
  width: 350px;
  /* height: 284px; */
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  object-fit: cover;
  margin-top: 14px;
  margin-bottom: 14px;
}

.text-center {
  text-align: center;
}


/* Responsive Styles */

@media (max-width: 768px) {
  .activity-title-figma {
    font-size: 24px;
    line-height: 34px;
  }

  .custom-title-one {
    font-size: 20px;
    line-height: 30px;
    margin-top: 40px;
  }

  .custom-title-two {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
  .option {
    font-size: 20px;
    line-height: 22px;
    margin-top: 12px;
  }

  .option-child {
    font-size: 20px;
    line-height: 26px;
  }

  .option-child-01 {
    font-size: 20px;
    line-height: 26px;
  }

  .option-description {
    font-size: 20px;
    line-height: 24px;
  }

  .technical-img-figma, .technical-img-figma-02, .technical-img-figma-03 {
    width: 350px;
    /* height: auto; */
  }

  .custom-section-figma, .custom-section-01 {
    max-width: 100%;
  }

  .image-grid {
    grid-template-columns: 1fr;
      gap: 0;
  }
}

@media (max-width: 480px) {
  .activity-title-figma {
    font-size: 20px;
    line-height: 28px;
  }

  .custom-title-one {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }

  .custom-title-two {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }

  .option {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .option-child {
    font-size: 16px;
    line-height: 22px;
  }
  .option-child-01 {
    font-size: 16px;
    line-height: 22px;
  }
  .option-description {
    font-size: 16px;
    line-height: 20px;
  }

  .technical-img-figma, .technical-img-figma-02, .technical-img-figma-03 {
    width: 350px;
    /* height: auto; */
  }
}

/* End Figma  */

.checklist-container {
  position: fixed;
  top: 190px;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #35a17d;
  border-radius: 50px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: whitesmoke;
  font-size: 15px;
  width: 219px;
  padding-left: 35px;
  text-align: left;
  padding-right: 10px;
  margin-left: 5px;
}
.checklist-container img {
  max-height: 100%;
  max-width: 100%;
}

.needs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.needs-list li {
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  list-style: none;
}

ul.custom-bullets {
  list-style-type: none; 
  padding-left: 0; 
}

ul.custom-bullets li {
  position: relative; 
  padding-left: 25px; 
  margin-bottom: 10px; 
}

ul.custom-bullets li::before {
  content: '•'; 
  position: absolute; 
  left: 0; 
  color: #000000; 
  font-size: 30px; 
  line-height: 1; 
}

.custom-text {
  font-size: 20px;
  color: black;
}

.full-width-custom {
  width: 100%;
}

.center-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-0 {
  margin-top: 0 !important;
}

.align-custom {
  align-items: normal !important;
}

.right-align {
  display: flex;
  justify-content: flex-end; 
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-12 {
  margin-top: 12px;
}

.mt-32 {
  margin-top: 32px;
}

.btn-full-width {
  width: auto !important;
}

.custom-list-circle {
  list-style: none; 
  padding-left: 0;
}

.custom-list-circle-2 {
  list-style: none; 
  padding-left: 0;
}

.custom-list-circle li {
  display: flex;
  align-items: center; 
  align-content: center !important;
}

.custom-list-circle-2 li {
  display: flex;
  align-items: center; 
  align-content: center !important;
}

.custom-list-circle .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #000000; 
  background-color: #0073E6;
  color: white;
  margin-right: 10px; 
  font-size: 22px;
}

.custom-list-circle-2 .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #000000; 
  background-color: #3dc97c;
  color: white;
  margin-right: 10px; 
  font-size: 22px;
}

.content-justify-start {
  display: flex;
  justify-content: start; 
  flex-grow: 1;
}

.content-justify-end {
  display: flex;
  justify-content: end; 
  flex-grow: 1;
}

.custom-text-001 {
  color: #333;
  font-size: 22px;
  margin-top: 5px;
  margin-left: 12px;
}

.custom-text-003 {
  color: #333;
  font-size: 28px;
  color: #0073E6;
  margin-bottom: 15px;
}

.custom-text-004 {
  color: #333;
  font-size: 28px;
  color: #3dc97c;
  margin-bottom: 15px;
}

.custom-text-002 {
  color: #666;
  font-size: 18px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 0px; 
}

.item {
  background-color: transparent;
  color: white;
  text-align: start;
  font-size: 18px;
}

.item-2 {
  background-color: transparent;
  color: white;
  text-align: end;
  font-size: 18px;
  align-content: center !important;
}

.item1 {
  grid-column: span 2; 
}

.item2 {
  grid-column: 3; 
}

.display-block {
  display: block !important;
}

.custom-button-003 {
  border: 2px solid #0073E6; 
  border-radius: 20px; 
  background-color: transparent; 
  color: #0073E6; 
  padding: 10px 20px; 
  font-size: 20px; 
  cursor: pointer; 
  transition: background-color 0.3s ease, color 0.3s ease; 
}

.custom-button-004 {
  border: 2px solid #3dc97c; 
  border-radius: 20px; 
  background-color: transparent; 
  color: #3dc97c; 
  padding: 10px 20px; 
  font-size: 20px; 
  cursor: pointer; 
  transition: background-color 0.3s ease, color 0.3s ease; 
}

.custom-button-003:hover {
  background-color: #0073E6; 
  color: #FFFFFF; 
}

.custom-button-004:hover {
  background-color: #3dc97c; 
  color: #FFFFFF; 
}

.custom-button-005 {
  border: 2px solid #8f7048; 
  border-radius: 20px; 
  background-color: transparent; 
  color: #8f7048; 
  padding: 10px 20px; 
  font-size: 20px; 
  cursor: pointer; 
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease; 
}

.custom-button-005:hover {
  background-color: #8f7048; 
  color: #FFFFFF; 
}

.button-container-005 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

/* Media Queries for Responsiveness */

@media (max-width: 846px) {
  .custom-list-circle li {
      flex-direction: column;
  }

  .custom-list-circle-2 li {
    flex-direction: column;
}

  .custom-list-circle .circle {
      width: 30px; 
      height: 30px;
      font-size: 18px; 
      margin-right: 5px; 
      font-size: 16px;
  }

  .custom-list-circle-2 .circle {
    width: 30px; 
    height: 30px;
    font-size: 18px; 
    margin-right: 5px; 
    font-size: 16px;
}

  .custom-text-001 {
    font-size: 18px; 
    margin-left: 0; 
}

.custom-text-002 {
    font-size: 14px; 
}

.custom-text-003 {
  font-size: 22px;
  text-align: center;
}

.custom-text-004 {
  font-size: 22px;
  text-align: center;
}

.grid-container {
  grid-template-columns: 1fr; 
}
.item1 {
  grid-column: span 1; 
}

.custom-button-003 {
  padding: 9px 18px;
  font-size: 18px;
  border-radius: 18px;
}

.custom-button-004 {
  padding: 9px 18px;
  font-size: 18px;
  border-radius: 18px;
}

}

@media (max-width: 480px) {
  .custom-list-circle .circle {
    width: 20px; 
    height: 20px;
    font-size: 14px; 
    margin-right: 2px; 
    font-size: 10px;
  }

  .display-flex {
    display: block !important;
  }

  .custom-list-circle-2 .circle {
    width: 20px; 
    height: 20px;
    font-size: 14px; 
    margin-right: 2px; 
    font-size: 10px;
  }

  .custom-text-001 {
    font-size: 14px; 
    margin-left: 0; 
}

.custom-text-002 {
    font-size: 10px; 
}

.custom-text-003 {
  font-size: 16px;
  text-align: center;
}

.custom-text-004 {
  font-size: 16px;
  text-align: center;
}

.item {
  font-size: 16px; 
}
.item-2 {
  font-size: 16px; 
}

.custom-button-003 {
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 15px;
}

.custom-button-004 {
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 15px;
}


}

@media (max-width: 375px) {

  .ml-1rem{
    margin-left: 0;
    margin-top: 15px;
  }

}


@media (min-width: 768px) and (max-width: 938px) {

.custom-list-circle .circle {
    width: 40px; 
    height: 40px;
    font-size: 20px; 
    margin-right: 8px; 
  }

  .custom-list-circle-2 .circle {
    width: 40px; 
    height: 40px;
    font-size: 20px; 
    margin-right: 8px; 
  }

.custom-text-001 {
  font-size: 22px; 
  margin-left: 0; 
}

.custom-text-002 {
  font-size: 20px; 
}

.custom-text-003 {
  font-size: 18px;
  text-align: center;
}

.custom-text-004 {
  font-size: 18px;
  text-align: center;
}

.custom-button-003 {
padding: 9px 18px;
font-size: 18px;
border-radius: 18px;
}

.custom-button-004 {
  padding: 9px 18px;
  font-size: 18px;
  border-radius: 18px;
  }
}

.display-flex {
  display: flex;
}

.input-container {
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.text-box {
  border: 1px solid #ccc;
  border-radius: 20px;
  flex: 1;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 14px;
  outline: none;
}

.submit-button {
  font-size: 14px;
  padding: 0px 16px;
  border: 2px solid #0073E6; 
  background-color: transparent; 
  color: #0073E6; 
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease; 
}

.submit-button:hover {
  background-color: #0073E6; 
  color: #FFFFFF; 
}

.video-wrapper-custom {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 8px;
  object-fit: cover;
}

.video-wrapper-custom iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
.custom-width-auto {
  width: auto !important;
}
}

.btn-print {
  background-image: url(../images/printer.svg);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2B2B35;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  margin-left: 7px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-print:hover {
  background-color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.my-activity .btn-print {
  position: absolute;
  margin-top: 60px;
  right: 10px;
  top: 10px;
}

.text-decoration-none {
  text-decoration: none;
}

.mb-7 {
  margin-bottom: 7px;
}

.mt-60 {
  margin-top: 60px;
}

.connection-types-heading {
  text-align: center;
  font-size: 22px !important;
}

.connection-stopped-working-heading {
  font-size: 25px !important;
}

.container-conrtact {
  display: flex;
  gap: 20px;
  align-items: center;
}
.item-contact {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #007bff;
}
.item-contact svg {
  margin-right: 8px;
}





/* New Section */

.content-center {
  justify-content: center !important;
  display: grid !important;
}

.text-center {
  text-align: center !important;
}

.video-container-custom {
  position: relative;
  width: 100%; 
  height: 400px; 
  overflow: hidden; 
}

.banner-video-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 8px;
  height: auto;
  width: 70%;
}

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}

.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  -webkit-user-select: none;
    -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}

.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab:nth-of-type(1) + label {
  background-color: #ddebf1; 
}

.tab:nth-of-type(2) + label {
  background-color: #fff2d1; 
}

.tab:nth-of-type(3) + label {
  background-color: #d9efe3; 
}

.tab:nth-of-type(4) + label {
  background-color: #f5e5e5; 
}

.tab:nth-of-type(1):checked + label {
  background-color: #ddebf1; 
  box-shadow: 0 -1px 0 #ddebf1 inset;
  cursor: default;
}

.tab:nth-of-type(2):checked + label {
  background-color: #fff2d1; 
  box-shadow: 0 -1px 0 #fff2d1 inset;
  cursor: default;
}

.tab:nth-of-type(3):checked + label {
  background-color: #d9efe3; 
  box-shadow: 0 -1px 0 #d9efe3 inset;
  cursor: default;
}

.tab:nth-of-type(4):checked + label {
  background-color: #f5e5e5; 
  box-shadow: 0 -1px 0 #f5e5e5 inset;
  cursor: default;
}

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(1) ~ .tab__content {
  background-color: #ddebf1; 
}

.tab:checked:nth-of-type(2) ~ .tab__content {
  background-color: #fff2d1; 
}

.tab:checked:nth-of-type(3) ~ .tab__content {
  background-color: #d9efe3; 
}

.tab:checked:nth-of-type(4) ~ .tab__content {
  background-color: #f5e5e5;
}

.text-center {
  text-align: center !important;
}

.tab__content p {
    font-family: "San Francisco", Arial, sans-serif;
    color: var(--Black, #2B2B35);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.tab__content span {
  font-weight: 600;
}

.mt-15 {
  margin-top: 15px;
}

.teletherapy-container p   {
  color: var(--Black, #2B2B35);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 2rem;
  }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

  .search-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .match-count {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }

  .search-actions {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .search-actions .btn {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    flex: 1;
    min-width: 120px; 
    margin-bottom: 10px; 
  }

  .search-actions .change-search {
    background-color: #E0E0E0;
    color: #333;
  }

  .search-actions .change-share {
    background-color: #4A90E2;
    color: white;
  }

  .search-actions .change-shortlist {
    background-color: #4CAF50;
    color: white;
  }

  @media (max-width: 768px) {
    .search-actions {
      flex-direction: column;
    }

    .search-actions .btn {
      margin-right: 0;
      margin-bottom: 10px;
      width: 100%; 
    }

    .search-title {
      font-size: 22px;
    }

    .match-count {
      font-size: 16px;
    }
  }

  @media (max-width: 480px) {
    .search-title {
      font-size: 20px;
    }

    .match-count {
      font-size: 14px;
    }

    .search-actions .btn {
      font-size: 14px; 
      padding: 8px 12px;
    }

    .results-table {
      display: block;
      width: 100%;
      overflow-x: auto;
    }

    .results-table th, .results-table td {
      white-space: nowrap;
    }
  }

  .results-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }

  .results-table th, .results-table td {
    border: 1px solid transparent;
    padding: 8px;
    text-align: left;
  }

  .results-table th {
    background-color: #f2f2f2;
  }

  .results-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
  }

  .results-table td img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
  }

  .results-table td .name {
    font-weight: bold;
  }

  .results-table .action {
    font-weight: bold;
    cursor: pointer;
  }

  .results-table .action.selected {
    background-color: #e7f4e7;
  }

  .results-table .action .plus-icon {
    color: #4CAF50;
    font-size: 24px;
  }

  .results-table .action .check-icon {
    color: #4CAF50;
    font-size: 24px;
  }

  .table-image {
    object-fit: cover;
    justify-content: center;
    display: flex;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .results-table p {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
  }

  .results-table li {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
  }

  .table-row span {
    font-weight: 700;

  }

  form, select {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .vertical-align-top {
    vertical-align: text-top;
  }

  .tb-dropdown {
    position: relative;
    display: inline-block;
    width: 250px;
}

.tb-dropbtn {
    background-color: white;
    color: #0070c0;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.tb-dropbtn::after {
    content: " ";
    display: inline-block;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    float: right;
    margin-top: 7px;
}

.tb-dropdown-content {
    display: none;
    position: absolute;
    background-color: #e7f4e7;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tb-dropdown-content a {
    color: #0070c0;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.tb-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.tb-dropdown:hover .tb-dropdown-content {
    display: block;
}

.tb-dropdown:hover .tb-dropbtn {
    background-color: #f1f1f1;
}

.small-textarea {
  width: auto; 
  height: 100px; 
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.small-textarea:focus {
  outline: none;
}

.ml-10 {
 margin-left: 10px;
}
  /* New Section */


  /* Virtual Coordinator */

  .vc-text-h1{
    font-family: "San Francisco", Arial, sans-serif;
    color: var(--Black, #2B2B35);
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center !important;
  }

  .vc-print-content{
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    flex: 1;
    max-width: 256px;
    margin-bottom: 10px;
    background-color: #97ff97;
    font-weight: 600;
    margin-top: 16px;
  }

  .vc-btn-center{
    display: flex;
    justify-content: center;
  }

  .vc-cols-row{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 3rem;
    flex-wrap: wrap;
    text-align: center;
  }

  .vc-cols{
    display: flex;
    padding: 23px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    width: calc(33.33% - 2rem);
    width: -webkit-calc(33.33% - 2rem);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .vc-home-card-bg{
    background-color: #a3eb8598;
  }

  .vc-cols a{
    text-decoration: none !important;
  }

  @media screen and (max-width: 1200px) {
    .vc-cols {
        width: calc(50% - 2rem);
        width: -webkit-calc(50% - 2rem);
    }
  }

  @media screen and (max-width: 768px) {
    .vc-cols {
        width: 100%;
    }
  }

  /* Virtual Coordinator */
  /* Teledirectory */
  .shortlist-button {
    background-color:   #4CAF50; /* Blue background */
    color: black; /* White text */
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px; /* Space between checkmark and text */
    transition: background 0.3s ease-in-out;
}

.shortlist-button:hover {
    background-color:  #2f6d32;
    color: white; /* Darker blue on hover */
}

  /* Teledirectory */


    /* Accessible Information */
  .accessible-information-h1{
    font-family: "San Francisco", Arial, sans-serif;
    color: var(--Black, #2B2B35);
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    text-align: center !important;
  }

  .accessible-information-h1 span{
      font-weight: 900;
  }
  .accessible-information-para,
  .list-title{
    font-family: "San Francisco", Arial, sans-serif;
    color: var(--Black, #2B2B35);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
  }

  .sub-title {
    font-family: "San Francisco", Arial, sans-serif;
    color: var(--Black, #2B2B35);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
  }

  .accessible-information-para span {
    font-weight: 600;
}

.chip-accessible:hover {
    border: 1px solid #00ca0c;
    color: #00ca0c;
} 

.chip-accessible.lg {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
}

.chip-accessible {
    border-radius: 15px;
    border: 1px solid var(--border-medium, #C8D1DA);
    background: var(--White, #FFF);
    display: flex;
    width: calc(33.3% - 10.5px);
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    font-size: 24px;
    font-weight: 700;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.chip-accessible-text {
    font-size: 18px;
    text-align: center;
    font-family: "San Francisco", Arial, sans-serif;
}

    .accessible-bg-green{
      background-color: #00bf7d;
      cursor: pointer;
      border-radius: 16px;
      font-size: 24px;
      font-weight: 500;
      line-height: 28px;
      font-family: "San Francisco", Arial, sans-serif;
      padding: 16px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .accessible-bg-green:hover{
        background-color: #ffffff;
        border: 1px solid var(--border-medium, #00bf7d);
        color: #00bf7d;
    }
    .accessible-bg-green span{
        font-weight: 600;
    }
    .accessible-bg-green .link-text{
        color:#005dbb;
    }

    .accessible-bg-pink{
      background-color: #fc2cb1;
      cursor: pointer;
      border-radius: 16px;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      font-family: "San Francisco", Arial, sans-serif;
      padding: 16px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .accessible-bg-pink:hover{
        background-color: #ffffff;
        border: 1px solid var(--border-medium,#fc2cb1 );
        color: #fc2cb1;
    }
    .accessible-bg-pink span{
        font-weight: 600;
    }
    .accessible-bg-pink .link-text{
        color:#005dbb;
    }

    .accessible-bg-orange{
      background-color: #fc972c;
      cursor: pointer;
      border-radius: 16px;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      font-family: "San Francisco", Arial, sans-serif;
      padding: 16px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .accessible-bg-orange:hover{
        background-color: #ffffff;
        border: 1px solid var(--border-medium,#fc972c );
        color: #000000;
    }
    .accessible-bg-orange span{
        font-weight: 600;
    }
    .accessible-bg-orange .link-text{
        color:#005dbb;
    }

        .accessible-bg-yellow{
      background-color: #fcd22c;
      cursor: pointer;
      border-radius: 16px;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      font-family: "San Francisco", Arial, sans-serif;
      padding: 16px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .accessible-bg-yellow:hover{
        background-color: #ffffff;
        border: 1px solid var(--border-medium,#fcd22c );
        color: #000000;
    }
    .accessible-bg-yellow span{
        font-weight: 600;
    }
    .accessible-bg-yellow .link-text{
        color:#005dbb;
    }

    .accessible-second-page-title {
      font-family: "San Francisco", Arial, sans-serif;
      color: var(--Black, #033d78);
      font-size: 24px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      margin-bottom: 5px;
    }
    
    .accessible-bg-blue{
      background-color: #0296ff;
      cursor: pointer;
      border-radius: 16px;
      font-size: 20px;
      font-weight: 600;
      line-height: 28px;
      font-family: "San Francisco", Arial, sans-serif;
      padding: 16px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    .accessible-bg-blue:hover{
        background-color: #ffffff;
        border: 1px solid var(--border-medium, #0296ff);
        color: #0296ff;
    }
    .accessible-bg-blue span{
        font-weight: 400;
    }
    .accessible-third-page-title{
      font-family: "San Francisco", Arial, sans-serif;
      color: var(--Black, #2B2B35);
      font-size: 28px;
      font-weight: 700;
      line-height: 28px;
      text-align: left !important;
    }

    .accessible-third-page-subtitle{
      font-family: "San Francisco", Arial, sans-serif;
      color: var(--Black, #616963);
      font-size: 24px;
      font-weight: 400;
      line-height: 28px;
      text-align: left;
    }

    .accessible-third-page-option{
      font-family: "San Francisco", Arial, sans-serif;
      color: var(--Black, #033d78);
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      margin-top: 60px;
      margin-bottom: 5px;
    }

    .accessible-third-page-option span{
      font-weight: 800;
    }

    .third-page-option-subtitle{
      font-family: "San Francisco", Arial, sans-serif;
      color: var(--Black, #033d78);
      font-size: 24px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
      margin-bottom: 5px;
    }

    .third-page-option-subtitle span {
      font-weight: 800;
    }
  .download-resoures-card{
    gap: 18px;
    border-radius: 15px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 12px;
    width: 100%;
  }
  .download-resoures-card-part-one{
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .download-resoures-card-example{
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .download-btn-part{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .download-btn{
    min-width: 115px;
    background-color: #0073E6;
    border: none;
    padding: 4px 8px;
    color: white;
    border-radius: 6px;
        text-decoration: none;
          display: inline-flex;
  align-items: center;
  gap: 8px; /* space between text and icon */
  }
  .download-resoures-card-example a{
        text-decoration: none;
  }
  .download-resoures-card-example p{
        font-weight: 500;
  }
  .accessible-home-card-bg {
      background-color: #00bf7d;
      min-height: 170px;
      justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .download-resoures-card-part-one {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 4px;
    }
    .download-btn-part{
        flex-direction: row;
    }
    .accessible-home-card-bg {
        min-height: 0px;
    }
  }
    
 /* Thumbnails container */
    .images {
      display: flex;
      width: 100%;
      align-items: flex-start;
      align-content: flex-start;
      gap: 15px;
      flex-wrap: wrap;
    }

    .image-box {
      position: relative;
      height: 200px;
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      cursor: pointer;
      
      background-color: white;
      border-radius: 15px;
      border: 1px solid var(--border-medium, #C8D1DA);
    }

    .image-box-btn {
      background-color: #0073E6;
      color: white;
      border: none;
      padding: 8px;
      border-radius:16px;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: 0.3s;
    }

    .image-box img:hover {
      opacity: 0.7;
    }

    /* Modal container */
    #image-viewer {
      display: none;
      position: fixed;
      z-index: 2000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.9);
      padding: 40px;
      box-sizing: border-box;
    }

    .modal-layout {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }

    .modal-image-box {
      width: 80%;
      max-width: 700px;
      height: auto;
      max-height: 80vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 10px;
      animation: zoom 0.6s;
      background-color: white;
      max-height: 75vh;
    }

    @keyframes zoom {
      from {transform: scale(0);}
      to {transform: scale(1);}
    }

    /* Sidebar */
    .sidebar {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .sidebar button {
      background-color: #444;
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 5px;
      transition: background 0.3s;
    }

    .sidebar button:hover {
      background-color: #666;
    }

    /* close-image button */
    #image-viewer .close-image {
      position: absolute;
      top: 15px;
      right: 35px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      transition: 0.3s;
    }

    #image-viewer .close-image:hover,
    #image-viewer .close-image:focus {
      color: #bbb;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .modal-layout {
        flex-direction: column;
      }

      .sidebar {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
      }

      .sidebar button {
        margin: 5px;
      }

      .modal-image-box {
        width: 100%;
        max-height: 100vh;
        margin-top: 8px;
      }
    }
        
.grassblade_lightbox {
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: 100vw !important;
  height: 100vh !important;
  inset: 0 !important;
}
  /* Accessible Information */