.region-header-middle .alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}

/******** logout form *********/
#user-logout-confirm .form-actions {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#user-login-form .form-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#user-login-form .form-actions input,
#user-logout-confirm .form-actions input,
#user-logout-confirm .form-actions a {
  border-radius: 100px;
  background: #B66CDD;
  border: unset;
  color: #fff;
  display: block;
  min-width: 140px;
  margin: 0 auto;
  padding: 9px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

#user-logout-confirm .form-actions a {
  background-color: var(--i2-theme-color-blue);
}

#user-login-form .form-actions input:hover,
#user-login-form .form-actions input:focus,
#user-logout-confirm .form-actions input:hover,
#user-logout-confirm .form-actions input:focus {
  background-color: var(--i2-theme-color-blue);
}

#user-logout-confirm .form-actions a:hover,
#user-logout-confirm .form-actions a:focus {
  background-color: var(--i2-theme-color-green);
}

#user-login-form a {
  color: var(--i2-theme-color-green);
  font-size: 16px;
}

/* #user-logout-confirm .form-actions a {
  color: var(--i2-theme-color-green);
  font-size: 16px;
  line-height: 22px;
  margin-left: 0;
  margin-top: 15px;
  padding: 0;
} */

#user-login-form .register-link {
  font-size: 16px;
}

#user-login-form .register-link a {
  margin-left: 3px;
}


.path-user.user-register-body #user-register-form .field--name-field-display-name,
.path-user.user-register-body #user-register-form .field--name-user-picture,
.path-user.user-register-body #user-register-form .field--name-field-nationality,
.path-user.user-register-body #user-register-form .field--name-field-assignee,
.path-user.user-register-body #user-register-form .field--name-field-team-category,
.path-user.user-register-body #user-register-form .field--name-field-position,
.path-user.user-register-body #user-register-form .field--name-field-introduction,
.path-user.user-register-body #user-register-form .family-background,
.path-user.user-register-body #user-register-form .referral-channel-info,
.path-user.user-register-body #user-register-form .special-needs,
.path-user.user-register-body #user-register-form .field--name-field-residential-address,
.path-user.user-register-body #user-register-form .field--name-field-consent-pv-internal,
.path-user.user-register-body #user-register-form .field--name-field-consent-pv-external,
.path-user.user-register-body #user-register-form .field--name-field-parent-email-import,
.path-user.user-register-body #user-register-form .field--name-field-bp-unique-id-crosscheck,
.path-user.user-register-body #user-register-form .field--name-field-age,
.path-user.user-register-body #user-register-form #edit-account,
.path-user.user-register-body #user-register-form .field--name-field-chinese-name,
.path-user.user-register-body #user-register-form .field--name-field-consent-pv-internal-change,
.path-user.user-register-body #user-register-form .field--name-field-consent-pv-external-change {
  display: none;
}

#user-register-form .description,
#user-register-form .contact-information>summary {
  display: none;
}

#user-register-form .contact-information,
#user-register-form .contact-person-1,
#user-register-form .contact-person-2 {
  border: unset;
  background: unset;
}

#user-register-form .contact-information>.details-wrapper,
#user-register-form .contact-person-1>.details-wrapper,
#user-register-form .contact-person-2>.details-wrapper {
  border: unset;
  padding: 0;
}

#user-register-form .contact-person-1>summary,
#user-register-form .contact-person-2>summary {
  padding: 0;
  background: unset;
  border-bottom: unset;
  list-style: none;
  color: #AC885D;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}

#user-register-form .contact-person-1>summary::marker,
#user-register-form .contact-person-2>summary::marker {
  display: none;
}

/* 聯絡人欄位左右兩欄佈局 */
#user-register-form .contact-person-1>.details-wrapper,
#user-register-form .contact-person-2>.details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
}

#user-register-form .contact-person-1 .field--name-field-contact-person-1,
#user-register-form .contact-person-2 .field--name-field-contact-person-2 {
  grid-column: 1;
  margin-bottom: 20px;
}

#user-register-form .contact-person-1 .field--name-field-contact-phone-1,
#user-register-form .contact-person-2 .field--name-field-contact-phone-2 {
  grid-column: 2;
  margin-bottom: 20px;
}

#user-register-form .contact-person-1 .field--name-field-contact-email-1,
#user-register-form .contact-person-2 .field--name-field-contact-email-2 {
  grid-column: 1;
  margin-bottom: 20px;
}

#user-register-form #edit-actions,
#user-register-form .contact-information {
  display: none;
}

/* 自定义用户名字段全宽显示 */
#user-register-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

#user-register-form .js-form-type-date {
  width: 100%;
}

#user-register-form .field--name-field-gender select {
  background-color: unset;
}

#user-register-form .custom-form-username,
#user-register-form .field--name-user-picture,
#user-register-form .user-register-submit-button {
  width: 100%;
  grid-column: 1 / -1;
}

/* Username 獨佔一行；Name (Chinese) 在下一行 */
body:not(.path-my-custom-user-register) #user-register-form .user-register-row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 36px;
  grid-column: 1 / -1;
}

body:not(.path-my-custom-user-register) #user-register-form .user-register-row-1 .custom-form-username {
  grid-column: 1 / -1;
  width: 100%;
}

#user-register-form .user-register-submit-button {
  display: flex;
  justify-content: center;
}

#user-register-form .user-register-submit-button .next-button,
#user-register-form .user-register-submit-button .submit-button {
  display: inline-block;
  border-radius: 100px;
  background: #B66CDD;
  min-width: 140px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

#user-register-form .user-register-submit-button .next-button:hover,
#user-register-form .user-register-submit-button .submit-button:hover {
  color: #000;
}

#user-register-form .user-register-submit-button .next-button {
  display: none;
}

/* Next button disabled when under 18 and Username/Parent Email not filled */
#user-register-form .user-register-submit-button .next-button.next-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

#user-register-form .user-register-submit-button .next-button.next-button-disabled:hover {
  color: #fff;
}

#user-register-form .user-register-form-steps {
  display: flex;
  justify-content: center;
  list-style: none;
}

#user-register-form .user-register-form-steps li:nth-child(1),
#user-register-form .user-register-form-steps li:nth-child(3) {
  display: flex;
  align-items: center;
  flex-direction: column
}

#user-register-form .user-register-form-steps li:nth-child(2) {
  margin: 0 -15px;
}

#user-register-form .user-register-form-steps li:nth-child(3) {
  margin-left: -24px;
}

#user-register-form .user-register-form-steps li span {
  display: block;
}

#user-register-form .user-register-form-steps li span:nth-child(1) {
  width: 34px;
  height: 34px;
  background-color: #975AB6;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

#user-register-form .user-register-form-steps li span:nth-child(2) {
  color: #B66CDD;
  font-size: 18px;
  font-weight: 900;
}

/* 表单两列布局 - 使用CSS Grid */
body:not(.path-my-custom-user-register) #user-register-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 36px;
}

/* 标题和提交按钮占据整行 */
#user-register-form h2,
#user-register-form .form-actions,
#user-register-form details,
#user-register-form .user-register-form-steps {
  grid-column: 1 / -1;
}

/* 左列字段 */
body:not(.path-my-custom-user-register) #user-register-form .field--name-field-full-name,
body:not(.path-my-custom-user-register) #user-register-form .field--name-field-gender,
body:not(.path-my-custom-user-register) #user-register-form .field--name-field-phone-number {
  grid-column: 1;
}

/* 右列字段 */
body:not(.path-my-custom-user-register) #user-register-form .field--name-field-birthday,
body:not(.path-my-custom-user-register) #user-register-form .field--name-field-chinese-name,
body:not(.path-my-custom-user-register) #user-register-form .custom-form-email,
#user-register-form #parent-mail-wrapper {
  grid-column: 2;
}

/* Step 2 & 3 hidden by default; JS adds .show-contact-steps after age check (under 18) */
.user-register-form-steps>li:nth-child(2),
.user-register-form-steps>li:nth-child(3) {
  display: none;
}

.user-register-form-steps.show-contact-steps>li:nth-child(2),
.user-register-form-steps.show-contact-steps>li:nth-child(3) {
  display: block;
}

#birthday-year-invalid-feedback {
  margin-top: 5px;
}

/* Phone number field: red hint below input (same style as birthday hint) */
.phone-number-hint {
  color: #dc3545;
  font-size: 0.875em;
  margin-top: 0.25rem;
  display: block;
}



#user-pass-reset .form-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#user-pass-reset .form-actions input {
  border-radius: 100px;
  background: #B66CDD;
  color: #fff;
  min-width: 140px;
  border: unset;
  padding: 9px;
}

#user-pass-reset .form-actions input:hover {
  background-color: var(--i2-theme-color-blue);
}

#user-register-form .field--name-field-full-name,
#user-form .field--name-field-bp-unique-id-crosscheck,
#user-form .field--name-field-nationality,
#user-form .contact-information,
#user-form .family-background,
#user-form .special-needs,
#user-form .referral-channel-info,
#user-form .field--name-field-team-category,
#user-form .field--name-field-introduction,
#user-form .field--name-field-position,
#user-form .field--name-field-full-name,
.user-form-body .block-i2-theme-local-tasks {
  display: none;
}

.user-form-body #block-i2-theme-content {
  max-width: 755px;
  margin: 200px auto 0;
  padding: 0 20px;
}

#user-form,
#user-pass-reset {
  border-radius: 40px;
  border: 1px solid #EEE;
  background: #FFFFF9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  position: relative;
}

#user-form::before,
#user-pass-reset::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/login_icon.svg') no-repeat;
  width: 91px;
  height: 111px;
  position: absolute;
  top: -61px;
  right: -18px;
  z-index: 2;
  background-size: contain;
}

.user-form-body #block-i2-theme-content h1,
.path-user.user-pass-reset-body #block-i2-theme-content h1,
.path-my-custom-user-register h1 {
  color: #B66CDD;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 50px;
}

.user-form-body main,
.path-my-custom-user-register main {
  background-image: url(/themes/custom/i2_theme/images/footer/end_graphic_left.png), url(/themes/custom/i2_theme/images/footer/end_graphic_right.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: min(31.39vw, 598px) auto;
  padding-bottom: clamp(150px, 14.67vw, 280px);
}

#user-form .form-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#user-form .form-actions input,
#user-form #edit-child-account tbody a {
  border-radius: 100px;
  background: #B66CDD;
  border: unset;
  color: #fff;
  display: block;
  min-width: 140px;
  margin: 0 auto;
  padding: 9px;
}

#user-form #edit-child-account tbody a {
  display: inline-block;
  background-color: var(--i2-theme-color-green);
  font-size: 16px;
  padding: 10px 20px;
}

#user-form #edit-child-account tbody a:hover,
#user-form #edit-child-account tbody a:focus,
#user-form .form-actions input:hover,
#user-form .form-actions input:focus {
  background-color: var(--i2-theme-color-blue);
}

.path-my-custom-user-register #block-i2-theme-content {
  max-width: 755px;
  margin: 200px auto 0;
  padding: 0 20px;
}

.path-my-custom-user-register .user-register-form-steps {
  display: none !important;
}

.path-my-custom-user-register .user-register-form #edit-account .form-type-email,
.path-my-custom-user-register .field--name-field-bp-unique-id-crosscheck,
.path-my-custom-user-register .field--name-field-nationality,
.path-my-custom-user-register .family-background,
.path-my-custom-user-register .special-needs,
.path-my-custom-user-register .referral-channel-info,
.path-my-custom-user-register .field--name-field-team-category,
.path-my-custom-user-register .field--name-field-introduction,
.path-my-custom-user-register .field--name-field-position {
  display: none;
}

.path-my-custom-user-register .user-register-form>*,
.path-my-custom-user-register .user-register-form #edit-account>div,
.path-my-custom-user-register .user-register-form .js-form-type-password,
.user-form .js-form-type-password {
  margin-bottom: 20px !important;
}


.pass-reset-password .field--name-field-first-name,
.pass-reset-password .field--name-field-last-name,
.pass-reset-password .field--name-field-chinese-name,
.pass-reset-password .field--name-field-gender,
.pass-reset-password .field--name-field-age,
.pass-reset-password .field--name-field-phone-number-new,
.pass-reset-password .field--name-user-picture,
.pass-reset-password #edit-child-account,
.pass-reset-password .field--name-field-birthday {
  display: none;
}

.pass-reset-password #block-i2-theme-content h1 {
  color: var(--i2-theme-color-green);
}

.pass-reset-password #block-i2-theme-content h2 {
  color: var(--i2-theme-color-purple);
}


/* other page */
.section-reach-our-goals h3,
.section-our-work h3 {
  color: #B66CDD;
}

.section-our-work h3 {
  margin-top: 40px;
}

.section-reach-our-goals .block-layout-builder .btn.btn-more {
  font-weight: 700;
}

.section-our-work .node-wrapper:nth-child(2) {
  margin-top: 90px;
}

.section-more-detail-child-safeguarding-policy h2::after {
  display: none;
}

.section-what-we-do p strong {
  font-size: 22px;
  font-weight: 700;
}

.paragraph--type--youtube .field--name-bp-header {
  max-width: 1200px;
  margin: 0 auto;
}

.list-section li {
  padding: 0;
  border: unset;
}

.list-section li a {
  list-style: none;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  padding: 20px 24px 20px 21px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  background: #FFF;
  border: 1px solid #569A20;
}

.color-purple {
  color: var(--i2-theme-color-purple);
}

.view-block-blogs .card.blogs-card,
.view-block-related-blogs .card.blogs-card {
  border: unset;
}

.view-block-blogs.view-display-id-block_1 .form--inline .form-item:first-child {
  flex: unset;
}

.section-blogs-view .view-filters .form-select,
.section-blogs-view .view-filters .form-item-title input {
  background-color: #fff;
}


body.user-logged-in .seed-education-course .view-id-block_education_course_list.view-display-id-block_2,
body.user-logged-in .young-learner-list-section .view-id-block_seed_course_list.view-display-id-block_1,
body.user-logged-in .young-learner-list-section .view-id-block_seed_course_list.view-display-id-block_3,
body:not(.user-logged-in) .view-id-block_seed_course_list.view-display-id-block_5,
body:not(.user-logged-in) .view-id-block_seed_course_list.view-display-id-block_6,
body:not(.user-logged-in) .view-id-block_education_course_list.view-display-id-block_1,
body:not(.user-logged-in) .MyForestAchievements-section,
body:not(.user-logged-in) .MyCourseJourney-section,
body:not(.user-logged-in) .MyProfileCard-section,
body:not(.user-logged-in) .YourSuperpowerCompass-section,
body:not(.user-logged-in) .MyRedemptionHistory-section,
body:not(.user-logged-in) .MyProfile-section,
body:not(.user-logged-in) .login-seed-education-course-all,
.page-node-88 .coure-fillter-type-list li.card-tags-4,
.page-node-89 .coure-fillter-type-list li.card-tags-1,
body:not(.user-logged-in) .young-learner-list-section .view-id-block_seed_course_list.view-display-id-block_1 .view-header,
body:not(.user-logged-in) .young-learner-list-section .view-id-block_seed_course_list.view-display-id-block_3 .view-header,
body.user-logged-in .young-learner-like .view-id-block_seed_course_list.view-display-id-block_2,
body:not(.user-logged-in) .young-learner-like .view-id-block_seed_course_list.view-display-id-block_1,
body:not(.user-logged-in) .young-learner-like .view-id-block_seed_course_list.view-display-id-block_3,
body.user-logged-in .young-learner-like .view-id-block_seed_course_list.view-display-id-block_4,
.view-block-seed-course-list label,
#block-i2-theme-views-block-block-webform-feel-today-results-block-1 {
  display: none;
}

.homepage-course-card .card-registered {
  position: absolute;
  top: 30px;
  right: 20px;
  background-color: #fff;
  color: var(--i2-theme-color-green);
  border-radius: 100px;
  border: 1px solid var(--i2-theme-color-green);
  font-size: 15px;
  font-weight: 700;
  padding: 5px 10px;
  z-index: 99;
}


/******** Feel today modal *********/
.view-id-block_feel_today_modal.view-display-id-block_1 .paragraph>.paragraph__column {
  padding: 0;
}

.view-id-block_feel_today_modal.view-display-id-block_1 .views-field-field-paragraphs {
  display: none;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .modal-dialog,
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-dialog {
  max-width: 750px;
  padding: 0 7px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .modal-dialog>.modal-content,
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-dialog>.modal-content {
  border-radius: 60px;
  background: #FFF4E6;
  position: relative;
  border: unset;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .modal-dialog>.modal-content::after,
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-dialog>.modal-content::after {
  content: '';
  background-color: #975AB6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  border-radius: 60px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .modal-dialog>.modal-content::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/blue_waves.svg') no-repeat center center;
  width: 196px;
  height: 117px;
  position: absolute;
  bottom: -20px;
  z-index: 2;
  bottom: -23px;
  z-index: 2;
  right: -24px;
}


.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 670px;
  margin: 0 auto;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .modal-dialog>.modal-content .modal-body {
  padding-bottom: 40px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header h2 {
  color: var(--i2-theme-color-purple);
  font-size: 32px;
  font-weight: 900;
  padding: 18px 50px;
  border-radius: 60px;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
  margin-top: 50px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header h2::before {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/sun.svg') center no-repeat;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 17px;
  transform: translate(-50%, -50%);
  background-size: contain;
}


.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header h2::after {
  content: '';
  background: url('/themes/custom/i2_theme/images/icon/period.svg') center no-repeat;
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: 0;
  right: 91px;
  transform: translate(50%, 50%);
  background-size: contain;
}

.view-id-block_feel_today_modal.view-display-id-block_1 button.btn-close {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100%;
  top: -10px;
  transform: translateX(-40px);
  background: url('../images/decro/close.svg') center no-repeat;
  opacity: 1;
  box-shadow: unset;
  z-index: 10;
}

.view-id-block_feel_today_modal.view-display-id-block_1 button.btn-close:hover {
  filter: brightness(0.9);
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #FCDA69;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:hover {
  background-color: #FCDA69;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row .views-field-field-award-image {
  margin-top: -20px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row .views-field-title .field-content {
  color: #569A20;
  font-size: 20px;
  font-weight: 700;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(1),
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(2),
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(3),
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(4) {
  margin-right: 40px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(5),
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(6),
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(7),
.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row:nth-child(8) {
  margin-left: 40px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-content {
  border-radius: 60px;

}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body {
  padding: 0;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body .field--name-field-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 60px;
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body .field--name-field-description {
  position: absolute;
  bottom: 40px;
  left: 80px;
  width: calc(100% - 160px);
  padding: 20px 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  color: var(--i2-theme-color-green);
  font-size: 20px;
  font-weight: 700;
  border: 2px solid #CEEBFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body .field--name-field-description::after {
  display: block;
  content: '';
  position: absolute;
  width: 66px;
  height: 80px;
  right: -16px;
  top: -30px;
  background: url('../images/decro/chat1.png') no-repeat center;
  z-index: 1;
  background-size: contain;
}

.webform-submission-feel-today-webform-form {
  display: none;
}


.user-logged-in.page-node-type-course .field--name-field-media-video-file {
  text-align: center;
}

.user-logged-in.page-node-type-course .field--name-field-info-session .field__label {
  color: var(--i2-theme-color-purple);
  font-size: var(--font-size-md);
  font-weight: 900;
  text-align: center;
}

/******** Paydollar *********/
.path-paydollar main {
  background-image: url('../images/footer/end_graphic_left.png'), url('../images/footer/end_graphic_right.png');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: min(31.39vw, 598px) auto;
  padding-bottom: clamp(150px, 14.67vw, 280px);
}

.path-paydollar #block-i2-theme-content {
  max-width: 490px;
  margin: 200px auto 0;
  padding: 0 20px 0px;
}

.path-paydollar .paydollar-return {
  border-radius: 40px;
  border: 1px solid #EEE;
  background: #FFFFF9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  position: relative;
}

.path-paydollar .paydollar-return::before {
  content: '';
  background: url(/themes/custom/i2_theme/images/icon/login_icon.svg) no-repeat;
  width: 91px;
  height: 111px;
  position: absolute;
  top: -50px;
  right: -20px;
  z-index: 2;
}

.path-paydollar #block-i2-theme-content h1 {
  color: #B66CDD;
  text-align: center;
  font-weight: 900;
  margin-bottom: 60px;
  font-size: 44px;
}

.path-paydollar .paydollar-return--success .paydollar-return__message p {
  color: #B66CDD;
}

.path-paydollar .paydollar-return__message p {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.375;
  margin-bottom: 30px;
  text-align: center;
}

.path-paydollar .paydollar-return__actions {
  justify-content: center;
  display: flex;
}

.path-paydollar .paydollar-return__actions a {
  border-radius: 100px;
  background: #B66CDD;
  border: unset;
  color: #fff;
  display: block;
  min-width: 140px;
  margin: 0 auto;
  padding: 9px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.path-paydollar .paydollar-return__actions a:hover {
  background-color: var(--i2-theme-color-blue);
}

.path-paydollar .paydollar-return__detail {
  margin-bottom: 5px;
  font-size: 18px;
}

.path-paydollar .paydollar-return__value {
  font-weight: 900;
}

.path-paydollar .paydollar-return__next-steps {
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 720px) {
  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header {
    padding: 0 30px;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header h2 {
    padding: 18px;
    font-size: 22px;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header h2::after {
    height: 63px;
    width: 40px;
    bottom: 12px;
    right: 61px;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-header h2::before {
    height: 40px;
    width: 40px;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content {
    justify-content: center;
    align-items: center;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle .view-content .views-row {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 40px;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body .field--name-field-image img {
    min-height: 476px;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body .field--name-field-description {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .view-id-block_feel_today_modal.view-display-id-block_1 #FeelTodayModalToggle2 .modal-body .field--name-field-description {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .path-paydollar #block-i2-theme-content h1 {
    font-size: 33px;
  }
}
