@font-face {
  font-family: "Open Sans-Semi Bold";
  src: url(./fonts/format/OpenSans/OpenSans-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.dashboard-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dashboard-top-notifications {
    width: 100vw;
    background-color: #b9cef6;
    height: 48px;
}
.notifications-title {
    font-family: "Open Sans-Semi Bold";
    height: 32px;
    text-align: center;
    color: black;
    line-height: 130%;
}
.notifications-link {
    text-decoration: underline;
    color: black;
}
.dashboard-top {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  @media screen and (min-width: 992px) {
    .dashboard-top .upcoming-tests-wrapper {
      align-items: flex-start;
    }
  }
  .dashboard-grid {
    display: flex;
    flex-direction: row;
  }
  .dashboard-grid-item-left {
    display: flex;
    flex-direction: column;
  }
  .dashboard-grid-item-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dashboard-grid-item-right .dashboard-grid-item {
    width: 50%;
    box-sizing: border-box;
  }
  .dashboard-grid-item {
    display: flex;
    flex-direction: row;
  }

  .search-service-image{
	  max-width: 100%;
  height: auto;
  }


.searchServiceMain {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.search-content-div {
  width: auto;
  float: right;
  color: #000;
}
.register-button {
  width: 118px;
  height: 48px;
  min-width: 100px;
  border-radius: 2px; /* Assuming 8 point grid / 4 = 2px */
  transform: rotate(0deg);
  opacity: 1;

  padding-top: 16px;
  padding-right: 0.5px; /* Assuming Spacing = 8px, so 8/16 = 0.5px */
  padding-bottom: 16px;
  padding-left: 0.5px;

  display: flex; /* Needed for gap to work */
  align-items: center;
  justify-content: center;
  gap: 4px;

  border: none; /* Optional: remove default button border */
  background-color: #007bff; /* Example background */
  color: white; /* Example text color */
  cursor: pointer;

  touch-action: manipulation;


  background-color: var(--Palette-brand-GRE-Purple-base, #630F54);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px; /* Assuming medium size */
  font-weight: 600;
  line-height: 1;
  text-align: center

}
 /* later will add the hover effect  */
.register-button:hover {
  background-color: var(--Palette-brand-GRE-Purple-base, #630F54);
}

.register-button:active {
  transform: scale(0.98);
}

.dashboard-bottom {
    /* Equal vertical spacing above and below content */
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.dashboard-bottom .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px){
    .dashboard-bottom .row{
        display:flex;
        flex-direction: column;
        gap: 32px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .dashboard-bottom .row {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .dashboard-bottom .searchServiceMain {
        padding: 15px;
    }
    .dashboard-bottom .search-button-div,
    .dashboard-bottom .promo-title-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .dashboard-bottom .search-button-div .join-now-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 295px;
        padding: 16px;
        gap: 4px;
    }

  .dashboard-bottom .searchServiceMain{
    padding: 15px;
  }

  .dashboard-bottom .search-button-div,
  .dashboard-bottom .promo-title-heading{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dashboard-bottom .search-button-div .join-now-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295px;
	padding: 16px;
	gap: 4px;

  }

}
@media (min-width: 992px){
    /* Center the two main columns vertically */
    .dashboard-bottom .row{display:flex;align-items:center;}
    .dashboard-bottom .row > .col-md-6{display:flex;flex-direction:column;justify-content:center;}
}
@media (min-width: 992px){
    /* Fluid fill panels: allow columns to grow/shrink up to 600px, maintain 24px gap and 411px height */
    .dashboard-bottom .row{justify-content:center;gap:24px;}
    .dashboard-bottom .row > .col-md-6{flex:1 1 600px;max-width:600px;display:flex;flex-direction:column;}
    .dashboard-bottom .search-service-wrapper{width:100%;height:411px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:32px;border-radius:8px;}
    .dashboard-bottom .search-service-image{width:100%;height:411px;object-fit:cover;border-radius:8px;display:block;}
}

    .dashboard-bottom .ereg-container.home-test-prep-container {
        border: 3px solid #620e53;
        padding-top: 70px
    }

    @media screen and (min-width: 450px) {
        .dashboard-bottom .ereg-container.home-test-prep-container {
            padding-top: 20
        }
    }

    .dashboard-bottom .ereg-container .ereg-container-header {
        text-align: center
    }

    .dashboard-bottom .ereg-container .list-group {
        margin-bottom: 0
    }

    .dashboard-bottom .home-test-header {
        font-size: 1.5rem;
        margin: 3.5rem 0 1rem 0
    }

    .test-ribbon {
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        top: 1rem;
        z-index: 1;
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, .5);
        line-height: 1.5rem;
        background: #620e53;
        left: 3px;
        border-bottom-right-radius: .25rem;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 15px;
        color: #fff
    }

    .test-ribbon::after {
        position: absolute;
        border-style: solid;
        border-bottom: 0px;
        border-top-width: 11px;
        border-right-width: 0px;
        border-left-width: 8px;
        border-bottom-width: 10px;
        border-top-color: #620e53;
        opacity: 1;
        content: "";
        border-right-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-width: 8px;
        border-right-width: 0px;
        left: 0px;
        bottom: -10px;
        z-index: 999
    }

    .test-ribbon-right {
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        top: .6rem;
        z-index: 1;
        box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 10px rgba(0, 0, 0, .5);
        line-height: 1.5rem;
        background: #ef7000;
        right: -9px;
        border-bottom-right-radius: .25rem;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 7px;
        padding-right: 10px;
        color: #fff
    }

    .test-ribbon-right::after {
        position: absolute;
        border-style: solid;
        border-bottom-style: solid;
        border-bottom-style: solid;
        border-bottom: 0px;
        border-bottom-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-width: 0px;
        border-bottom-color: currentcolor;
        border-top-width: 11px;
        border-left-width: 0px;
        border-right-width: 8px;
        border-bottom-width: 10px;
        border-top-color: #ef7000;
        opacity: 1;
        content: "";
        border-right-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        border-bottom-color: rgba(0, 0, 0, 0);
        border-right-width: 8px;
        border-left-width: 0px;
        right: 1px;
        bottom: -10px;
        z-index: 999
    }

    .dashboard-outer {
        margin-bottom: 20px;
        padding-top: 20px;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .dashboard-outer h1 {
        font-family: "Open Sans-Semi Bold", sans-serif;
        margin-bottom: 5px;
        padding: 0;
        font-size: 30px
    }

    .dashboard-outer h2 {
        font-family: "Open Sans-Semi Bold", sans-serif;
        margin-bottom: 5px;
        font-size: 1.25em
    }

    .dashboard-outer .dashboard-inner {
        position: relative
    }

    .dashboard-outer .dashboard-inner .dashboard-header {

        width:100%;
        position: relative;
    }

    .dashboard-outer .dashboard-inner .dashboard-body {
        position: relative;
        align-items: center;
        position: relative;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .dashboard-outer .dashboard-inner .dashboard-body .row {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .dashboard-outer .dashboard-inner .dashboard-body .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dashboard-outer .dashboard-inner .dashboard-body .dashboard-body-main {
        padding-right: 10px;
        padding-left: 10px
    }

    .dashboard-outer .dashboard-inner .dashboard-body .dashboard-body-aside {
        background-color: #fff;
        padding: 20px;
        border-radius: 1rem
    }

    .dashboard-outer .dashboard-inner .dashboard-body .feature-product {
        background-color: #fff;
        padding: 20px;
        border-radius: 1rem
    }


    .dashboard-outer .dashboard-inner .dashboard-body .list-group .list-group-item a {
        color: #620e53;
        text-decoration: none
    }

    .dashboard-outer .dashboard-inner .dashboard-body .list-group .list-group-item a:hover {
        color: #620e53;
        text-decoration: underline
    }

    .dashboard-top .upcoming-tests-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    @media screen and (min-width: 992px) {
        .dashboard-top .upcoming-tests-wrapper {
            align-items: flex-start
        }
    }

    .dashboard-outer .dashboard-inner .dashboard-body .additional-promo-wrapper h1,
    .dashboard-outer .dashboard-inner .dashboard-body .additional-promo-wrapper h2,
    .dashboard-outer .dashboard-inner .dashboard-body .additional-promo-wrapper h3,
    .dashboard-outer .dashboard-inner .dashboard-body .additional-promo-wrapper h5,
    .dashboard-outer .dashboard-inner .dashboard-body .additional-promo-wrapper h6 {
        margin: 0;
        padding: 0
    }

    .dashboard-body{
        padding-bottom: 48px;
    }

    .dashboard-header-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        background-color: #B8CCE5;
        border-radius: 10px;
        border: 2px solid rgba(0, 0, 0, .06);
        box-sizing: border-box;
        width: 100%;
        max-width: 1224px;
        margin: 0 auto;
        color: black;
        height: 102px;
    }

    @media(min-width: 768px) {
        .dashboard-header-wrapper {
            flex-direction: row;
            justify-content: space-between;
            /* align-items: flex-end; */
            /* gap inherits (20px) from base rule; override not needed */
        }
    }

    .dashboard-header-wrapper .ets-id span {
        font-weight: 700
    }

    .dashboard-header-wrapper .dashboard-heading-name {
        text-align: left
    }

    @media(min-width: 768px) {
        .dashboard-header-wrapper .dashboard-heading-name .csr-name {
            padding-top: 10px
        }
    }

    .dashboard-header-wrapper .dashboard-heading-name .csr-name,
    .dashboard-header-wrapper .dashboard-heading-name .first-last-name {
        font-weight: 700
    }

    .dashboard-lower-wrapper {
        padding-top: 40px
    }

    .dashboard-body-right {
        padding-top: 20px
    }

    .promo {
        background: #fff
    }

    @media(max-width: 767px) {
        .promo {
            text-align: center
        }
    }

    .promo h1,
    .promo h2,
    .promo h3,
    .promo h4,
    .promo h5,
    .promo h6 {
        margin: 0;
        padding: 0;
        font-family: "Open Sans-Semi Bold", sans-serif
    }

    .promo .promo-header {
        padding-bottom: 10px;
        text-align: center
    }

    .promo .promo-header.text-left {
        text-align: left
    }

    .promo .promo-header.text-center {
        text-align: center
    }

    .promo .promo-header.text-right {
        text-align: right
    }

    .promo .promo-body {
        padding-bottom: 10px
    }

    .promo .promo-footer {
        padding-bottom: 10px
    }

    .promo .promo-image {
        border-bottom: 4px solid #35353a
    }

    @media(min-width: 768px) {
        .promo .promo-image {
            width: 100%
        }
    }

    .promo .promo-subtitle,
    .promo .promo-text,
    .promo .promo-title {
        padding: 0;
        margin: 0;
        padding-bottom: 10px
    }

    .promo-title {
        word-spacing: -1px;
        color: #000
    }

    .promo .promo-title-heading {
        font-size: 18px;
        margin: 0
    }

    .promo .promo-subtitle-heading {
        font-size: 16px;
        margin: 0
    }

    .promo .promo-text-paragraph {
        font-size: 14px;
        margin: 0
    }

    .promo .promo-large {
        padding: 0 0 20px
    }

    .promo .promo-small {
        padding: 0 0 20px;
        text-align: center;
        min-height: 400px
    }

    .dashboard-top {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
    }

    @media screen and (min-width: 992px) {
        .dashboard-top {
            /* flex-direction: row; */
            align-items: center;
        }
    }

    .dashboard-top.dashboard-top-img-padding {
        padding-left: 284px;
        min-height: 240px
    }

    .dashboard-top .dashboard-top-img {
        width: 250px;
        min-width: 0;
        margin-bottom: 40px
    }

    @media screen and (min-width: 992px) {
        .dashboard-top .dashboard-top-img {
            width: 350px;
            min-width: 0
        }
    }

    .dashboard-top .dashboard-top-mobile-img {
        display: block;
        text-align: center;
        padding-bottom: 20px
    }

    @media(min-width: 768px) {
        .dashboard-top .dashboard-top-mobile-img {
            display: none;
            padding-bottom: 0
        }
    }

    .dashboard-top .dashboard-top-mobile-img img {
        max-width: 100%
    }

    .dashboard-top .dashboard-top-info {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    @media screen and (min-width: 992px) {
        .dashboard-top .dashboard-top-info {
            flex-direction: row;
            align-items: flex-end;
            justify-content: stretch;
            gap: 30px
        }
    }

    .dashboard-top .dashboard-top-info .my-tests-wrapper {
        padding-bottom: 40px
    }

    .dashboard-top .dashboard-top-info .notify-contentPopUp {
        text-align: center
    }

    @media(min-width: 992px) {
        .dashboard-top .dashboard-top-info .notify-contentPopUp {
            text-align: left
        }
    }

    .dashboard-top .dashboard-top-info .notify-contentPopUp #impNotify {
        text-decoration: underline
    }

    .dashboard-top .dashboard-top-info .notify-contentPopUp #impNotify:focus,
    .dashboard-top .dashboard-top-info .notify-contentPopUp #impNotify:hover,
    .dashboard-top .dashboard-top-info .notify-contentPopUp #impNotify:active {
        color: #999;
        outline: none
    }

    .dashboard-top .dashboard-top-info .notify-contentPopUp #impNotify:focus-visible {
        outline: 2px solid #333;
        outline-offset: 2px
    }

    .dashboard-top .dashboard-heading-title {
        font-weight: 400
    }

    .dashboard-top .upcoming-tests-welcome {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px
    }

    @media(min-width: 992px) {
        .dashboard-top .upcoming-tests-welcome {
            text-align: left;
            font-size: 18px;
            margin-bottom: 60px
        }
    }

    .dashboard-top .register-btn-wrapper,
    .dashboard-top .btn-wrapper {
        text-align: center
    }

    @media(min-width: 768px) {

        .dashboard-top .register-btn-wrapper,
        .dashboard-top .btn-wrapper {
            text-align: left
        }
    }

    .dashboard-top .register-btn-wrapper .btn,
    .dashboard-top .btn-wrapper .btn {
        font-weight: 600
    }

    .dashboard-top .dashboard-top-promo {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: visible;
        width: 100%
    }

    @media screen and (min-width: 992px) {
        .dashboard-top .dashboard-top-promo {
            flex-direction: row;
            width: 70%
        }
    }

    .dashboard-top-promo.multiple-promos .promo-graphic {
        position: absolute;
        z-index: 5;
        bottom: -20px;
        min-width: 0;
        width: 100px;
        display: none
    }

    @media screen and (min-width: 550px) {
        .dashboard-top-promo.multiple-promos .promo-graphic {
            display: block;
            right: 0px
        }
    }

    @media screen and (min-width: 768px) {
        .dashboard-top-promo.multiple-promos .promo-graphic {
            left: calc(50% - 50px);
            right: auto
        }
    }

    .dashboard-top-promo.single-promo .promo-graphic {
        position: absolute;
        z-index: 5;
        bottom: -20px;
        width: 100px;
        display: none
    }

    @media screen and (min-width: 550px) {
        .dashboard-top-promo.single-promo .promo-graphic {
            display: none;
            right: 0
        }
    }

    @media screen and (min-width: 992px) {
        .dashboard-top-promo.single-promo .promo-graphic {
            display: block;
            right: calc(0% - 100px)
        }
    }

    .dashboard-top-promo.single-promo {
        justify-content: flex-start;
        width: 100%
    }

    @media screen and (min-width: 992px) {
        .dashboard-top-promo.single-promo {
            width: 50%
        }
    }

    .card {
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    @media screen and (min-width: 992px) {
        .card {
            padding: 0 10px
        }
    }

    .card-content {
        text-align: center;
        padding: 24px 24px 0 24px;
    }

    .card-footer .btn-add-to-cart {
        margin: 2em auto;
        color: #fff;
        background-color: #da4727;
        border-color: #da4727;
        border-radius: 1.5rem;
        border-width: 2px;
        display: block;
        width: 70%
    }

    .card-footer .btn-add-to-cart:hover,
    .card-footer .btn-add-to-cart:active,
    .card-footer .btn-add-to-cart:focus {
        outline: none;
        background-color: #620e53;
        border-color: #999;
        color: #fff
    }

    .card-footer .btn-add-to-cart:focus-visible {
        outline: 2px solid #333;
        outline-offset: 2px;
        background-color: #620e53;
        border-color: #999;
        color: #fff
    }

    .card-heading {
        font-weight: 700;
        text-align: left;
        color: #000000;
    }

    .card-content p {
        font-size: 1rem;
        line-height: 1.4;
    }

        .price-container {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            margin-bottom: 1rem;
            width: 100%;
        }
.price-current {
    font-weight: bold;
    color: #000000;
    order: 1;
    font-size: 1.75rem; /* h3 size - typically around 28px */
    font-weight: 700; /* Extra bold */
    color: #000000; /* Pure black */
    line-height: 1.2;
    margin: 0;
}
        .currency-current {
            font-weight: bold;
            color: #000000;
            order: 1;
        }

        .price-original {
            text-decoration: line-through;
            color: #3D3D3D;
            margin-right: 0;
            order: 2;
        }

        .currency-current {
            color: #000000;
        }
        .currency-original {
            color: #3D3D3D;
            text-decoration: line-through;
        }

    .single-promo .card.odd {
        border-radius: .75em;
        background-color: #d9edf7;
        width: 100%
    }

    .multiple-promos .card.odd {
        border-radius: .75em .75em 0 0;
        background-color: #d9edf7;
        flex: 1
    }

    @media(min-width: 768px) {
        .multiple-promos .card.odd {
            border-radius: .75em 0 0 .75em
        }
    }

    .multiple-promos .card.even {
        border-radius: 0 0 .75em .75em;
        background-color: #b8cce5;
        flex: 1
    }

    @media(min-width: 768px) {
        .multiple-promos .card.even {
            border-radius: 0 .75em .75em 0
        }
    }

    @media(min-width: 768px) {
        .dashboard-top .dashboard-top-promo {
            padding-bottom: 0;
            flex-direction: row;
            max-height: 290px
        }
    }

    .dashboard-top .upcoming-tests-welcome-store {
        font-size: 1.5rem;
        font-weight: 600
    }

    .dashboard-top .dashboard-welcome-container {
        text-align: center
    }

    .dashboard-top .upcoming-tests-desc {
        padding: .5rem 0px !important
    }

    .dashboard-top .upcoming-tests-desc .desc {
        font-size: 1.2rem
    }

    .dashboard-top .upcoming-tests-desc .complete-profile-btn {
        margin-top: 1rem
    }

    @media screen and (min-width: 768px) {
        .dashboard-bottom {
            /* Maintain same vertical gap on larger screens */
            padding-top: 32px;
            padding-bottom: 32px;
        }
    }

    .dashboard-bottom .ereg-container.other-test-prep-container {
        border: 1px solid #f4eae6
    }

    .dashboard-bottom .ereg-container .ereg-container-header {
        text-align: center;
        border-bottom: 1px solid #da4727
    }

    .dashboard-bottom .ereg-container .list-group {
        margin-bottom: 0
    }

    .dashboard-bottom .home-test-header {
        font-size: 1.5rem;
        margin: 3.5rem 0 1rem 0
    }

    .dashboard-profile-update-message {
        text-align: center
    }

    .dashboard-profile-update-message #profile-update-message {
        margin: 10px 0
    }


	.modernHomeTemplate{font-family:"Greet Narrow",sans-serif}.modernHomeTemplate h1,.modernHomeTemplate h2,.modernHomeTemplate h3{font-family:"Greet Narrow",sans-serif}

	.dashboard-heading-title {
	padding:30px;
	}





.ereg-container{padding:10px 10px 10px;background:#fff;border-radius:.5rem;max-width:100%;box-sizing:border-box;}

.ereg-container-wrapper{
    border: 1px solid #D5D6D6;
    border-radius: 8px;
        /* Box shadows */
        box-shadow:
            0px 2px 4px -2px rgba(0, 0, 0, 0.08), /* #00000014 = 20/255 ≈ 0.08 */
            0px 4px 8px -2px rgba(0, 0, 0, 0.04); /* #0000000A = 10/255 ≈ 0.04 */
}
.ereg-container-header{
    display: block;
    width: fit-content;
    padding: 2px;
    border: 1px dashed #630F54;
    border-radius: 4px;
}
.ereg-container-header img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4px;
	gap: 4px;
    width: 72px;
	height: 72px;
    border: 1px solid #630F54;
	border-radius: 4px;
	background: #630F54;
}

.ereg-container-wrapper .title-group{
   font-weight: 600;
   color: black;
   width: 343.5px;
   height: 24px;
   line-height: 1.5;
   font-size: 20px;
   font-family: "Open Sans-Semi Bold", "Open Sans", "Arial", "sans-serif";
}

.ereg-container-wrapper .ereg-container-content-wrapper{
    margin: 0; /* remove external expansion that caused overflow */
    padding: 20px; /* preserve internal spacing */
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ereg-container-wrapper .title-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ereg-container-wrapper .list-group {
    border: 0;
    padding: 0;
}
.ereg-container-wrapper .list-group-item {
    display: flex;
    justify-content: space-between; /* text left, icon right */
    align-items: center;
    border: none; /* remove bootstrap item border */
    padding: 12px 0; /* vertical rhythm */
}
.ereg-container-wrapper .list-group-item + .list-group-item {
    border-top: 1px dotted #630F54; /* dotted separator */
}
.ereg-container-wrapper .list-group-item a {
    flex: 1 1 auto;
    color: #630F54;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans-Semi Bold", "Open Sans", "Arial", "sans-serif";
}

 .ereg-container-wrapper .list-group-item:focus,
 .ereg-container-wrapper .list-group-item:active,
 .ereg-container-wrapper .list-group-item a:focus,
 .ereg-container-wrapper .list-group-item a:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
 }

.ereg-container-wrapper .list-group-item .icon-wrapper {
    flex: 0 0 auto;
    margin-left: 12px;
    cursor: pointer;
}

.frame-container {
    display: flex;
    flex-direction: column; /* stack internal blocks */
    justify-content: flex-start; /* start content at top so image area remains free */
    align-items: flex-start; /* left align offers-component */
    width: 100%; /* fill the custom column width (393px) */
    height: 656px; /* requirement-specific height */
    background: url('/ereg/img/offer_image.png') center/cover no-repeat;
    padding: 20px; /* requirement padding */
    box-sizing: border-box; /* include padding in fixed width/height */
    border-radius: 8px;
    position: relative; /* allow absolutely positioned offer-image */
    flex: none; /* Prevents shrinking/growing based on content */
    order: 0;
    flex-grow: 0;
    overflow: hidden; /* prevent internal overlap bleeding */
}

/* Overlapping decorative image in bottom-right corner of frame */
.offer-image {
    position: absolute;
    bottom: 0; /* align to bottom padding edge */
    right: 0;  /* align to right padding edge */
    width: 140px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}

.offers-component {
    background-color: #FBF8F7;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 616px; /* spec height inside frame */
    gap: 24px;
    width: 100%; /* take full available content width minus padding */
    max-width: 353px; /* 393 - 40 padding keeps internal width consistent */
    padding: 16px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center; /* center header, body, footer vertically */
}

@media (max-width: 991px) {
    .frame-container {
      align-items: center;
      text-align: center;
      background-position: center;
      padding-left: 20px;
      padding-right: 20px;
    }
    .offers-component {
      max-width: 353px;
      width: 100%;
      margin: 0 auto;
    }
}

.offers-component-header{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px;
    gap:16px;
}

.offers-component h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}


.offers-component-body{
    width: 100%;
    max-width: 100%;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.offers-component-body .offer-pricing-wrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.offers-component-body .offer-pricing-label {
    font-weight: 400;
    line-height: 1.2;
    color: #630F54;
    height: 14px;
}

.offers-component-body .offer-price {
    font-weight: 700;
    line-height: 1.2;
    color: #630F54;
    font-size: 24px;
}

.offers-component-footer {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 8px;
    gap: 16px;
}

.offers-component .header1 {
    background-color: #008130;
    color: #fff;
    border-radius: 999px;
    box-shadow: none;
    display: inline-block;
    width: 240px;
    max-width: 100%;
    height: 32px;
}

.join-now-button {
    display: inline-block;
    background-color: #630F54;
    border: #630F54;
    color: #fff;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    gap: 4px;
}
.join-now-button:hover {
    background-color: #87004a;
}

a.join-now-button:hover {
    text-decoration: none;
    color: #fff;
}

.offers-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.offers-image {
    width: 100%;
    max-width: 280px;
    border-radius: 8px;
    object-fit: cover;
}

.offers-component1 {
	    /* Standard best practice */

    /* Auto layout properties */
    display: flex;
    flex-direction: column; /* Internal content arranged vertically (column) */
    align-items: center; /* Internal content centered horizontally */
    padding: 20px;

    /* Dimensions */
    /* width: 393px; */
    height: 656px;

    /* Appearance */
    background: url(image.png) center/cover no-repeat; /* Assumes background image styling */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.04), 0px 2px 4px -2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    gap: 24px;
    /* Flex item properties (as a child of .frame-container) */
    flex: none; /* Prevents shrinking/growing based on content */
    order: 0;
    flex-grow: 0;
    align-self: stretch; /* Stretches to fill the height of the parent row (656px) */
}

.header2{

	width: auto;
  float: left;
  color: #000;
  padding: 12px;
}
.header1 {

	padding:10px;
	 /* Appearance */
    background-color: #008130; /* Assumes background image styling */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.04), 0px 2px 4px -2px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    /* 1. Dimensions */
    width: 240px;
    height: 32px;
	width: 100%;

    /* 2. Padding (Assuming Spacing/8 = 8px and 8 point grid/16 = 16px) */
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;

    /* 3. Layout (The 'gap' suggests flexbox or grid) */
    display: flex; /* Assuming the content inside needs spacing */
    gap: 8px; /* Spacing between internal elements */

    /* 4. Visuals */
    /* To achieve 'Corner radius/full' on a 32px high element, use border-radius: 16px (half the height). */
    border-radius: 16px;

    /* 5. Transformations & Effects */
    transform: rotate(0deg); /* 'angle: 0 deg' */
    opacity: 1; /* 'opacity: 1' */

    /* Optional: Center content and set default style */
    align-items: center;
    justify-content: center;
    box-sizing: border-box; /* To ensure padding doesn't add to the 240x32 dimensions */
	font-size: 14px;
}


.offers-component-wrapper{

	padding:20px;
	padding-top:40px;
}


.nav-container {
 display: flex;
 align-items: center;
 gap: 15px;
}
.child1 {
 margin-right: auto;   /* Pushes other items to the right */
}
.dashboard-top-body {
    max-width: 1224px; /* match dashboard-outer/header width */
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 768px){
    .dashboard-top-body {
        padding: 0px 16px 0px 16px;
    }
}

/* Override the main container for modern home page to allow full-width sections */
.modernHomeTemplate .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Restore normal container behavior for sections that need it */
.modernHomeTemplate .container > .dashboard-top-body,
.modernHomeTemplate .container > .dashboard-bottom {
    max-width: 1224px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-middle-body {
    display: none;
    background: #FBF8F7 !important;
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding: 0 !important;
    box-sizing: border-box;
}
.dashboard-middle {
    max-width: 1440px;
    padding: 32px 16px 32px 16px;
    margin: 0 auto;
    width: 100%;
}

/* Ensure content stays properly centered */
.dashboard-middle .dashboard-middle-body {
    margin: 0 auto;
    /* padding: 0 15px; */
}

.bundle-title {
    color: #000;
    text-align: left;
    max-width: 1224px; /* Match dashboard-header-wrapper width */
    margin: 0 auto; /* Center the title container like dashboard-header-wrapper */
    padding-top: 1rem;
    padding-bottom: 2rem;
}


.bundle-title-heading {
    font-family: "Open Sans-Semi Bold", "Open Sans", "Arial", "sans-serif";
    font-weight: 700;
    font-size: 2rem;
    height: auto;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-align: left;
}

.bundle-title-subheading {
    height: 26px;
    text-align: left;
}

.bundle-card hr,
.card-content hr {
    border: none;
    margin: 8px 0;
    border-top-width: 1px;
    /* Set dash pattern: 4px dash, 4px gap */
    background: linear-gradient(to right, #bbb 0%, #bbb 50%, transparent 50%, transparent 100%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    height: 1px;
}

.bundle-row {
    display: flex;
    flex-direction: row;
    /* gap: 24px; */
    align-items: center;
    justify-content: center;
}

.bundle-card {
    margin: 0 12px 24px 12px; /* 24px total horizontal gap between cards */
    /* Dimensions */
    max-width: 392px;
    display: flex;
    flex-direction: column;
    gap: 8px; /* 8 point grid/0 = 0 */
    /* Spacing */
    padding: 0; /* 8 point grid/0 = 0 */
    /* Appearance */
    background: #FFFFFF;
    border: 1px solid #D5D6D6;
    border-radius: 8px;
    /* Box shadows */
    box-shadow:
        0px 2px 4px -2px rgba(0, 0, 0, 0.08), /* #00000014 = 20/255 ≈ 0.08 */
        0px 4px 8px -2px rgba(0, 0, 0, 0.04); /* #0000000A = 10/255 ≈ 0.04 */
    /* Transform & Opacity */
    transform: rotate(0deg);
    opacity: 1;
    /* Ensure content fits properly */
    overflow: hidden;
}

.bundle-card-side {
    height: 597.84px;
}
.bundle-card-main { min-height: 1px; /* avoid empty ruleset lint, keep flexible height */ }


/* Responsive behavior */
@media (max-width: 768px) {
    .bundle-row {
        flex-direction: column;
        align-items: center;
    }

    .bundle-card {
        width: 100%;
        /* max-width: 392px; */
        height: auto; /* Allow height to adjust on mobile */
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .bundle-card {
        width: calc(33.333% - 16px); /* 3 cards per row with gap */
    }
}

@media (min-width: 1201px) {
    .bundle-card {
        max-width: 392px;
    }
}

/* Most Popular Badge - Updated to match new specifications */
.bundle-popular-badge {
    position: absolute;
    top: 12px;
    left: 12px;

    /* Dimensions */
    width: 127px;
    height: 24px;

    /* Layout */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    /* Spacing */
    padding-top: 0; /* Spacing/none */
    padding-right: 12px; /* 8 point grid/12 = 96px/8 = 12px */
    padding-bottom: 0; /* Spacing/none */
    padding-left: 12px; /* 8 point grid/12 = 96px/8 = 12px */

    /* Appearance */
    background: var(--Palette-system-success-base, #008130);
    border-radius: 9999px; /* Corner radius/full (fully rounded) */

    /* Transform & Effects */
    transform: rotate(0deg);
    opacity: 1;

    /* Box Shadow - Multiple shadows */
    box-shadow:
        0px 2px 4px -2px rgba(0, 0, 0, 0.08),
        0px 4px 8px -2px rgba(0, 0, 0, 0.04);

    /* Typography */
    color: white; /* White text on green background */
    font-family: var(--font-family-body, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif);
    font-weight: 600; /* SemiBold */
    font-style: normal;
    font-size: 12px; /* font size/xs */
    line-height: 120%;
    letter-spacing: 0.08em; /* 8% letter spacing */
    text-align: center;
    text-transform: uppercase;

    /* Position */
    z-index: 10;
    box-sizing: border-box;
}

/* Responsive adjustments for the badge */
@media (max-width: 768px) {
    .bundle-popular-badge {
        padding-right: 10px;
        padding-left: 10px;
        top: 8px;
        left: 8px;
    }
}

@media (max-width: 480px) {
    .bundle-popular-badge {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.bundle-card-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start; /* Align to top */
    justify-content: center;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #D5D6D6;
}

.bundle-card-img img {
    width: 100%;
    height: auto; /* Let the image maintain its original aspect ratio */
    max-width: 100%;
    display: block;
    border-radius: 8px 8px 0 0; /* Only round top corners */
}

.btn-bundle-add-to-cart {
    width: 100%;
    height: 48px;
    padding: 16px;
    gap: 4px;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #630F54;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-bundle-add-to-cart:hover {
    background-color: rgb(218 71 39 / var(--tw-bg-opacity, 1));
    border-color: #87004a;
    color: white;
}

.btn-bundle-add-to-cart:focus {
    outline: 2px solid #630F54;
    outline-offset: 2px;
}

.btn-bundle-add-to-cart img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-bundle-add-to-cart {
        width: 100%;
        max-width: 344px;
    }
}

.btn-bundle-add-to-cart-side {
    color: #630F54;
    background: #FFFFFF;

}
.btn-bundle-add-to-cart-main {
    background: #630F54;
    color: #FFFFFF;
}

/* Text link with icon */
.bundle-view-details-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #630F54;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.2s ease;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.bundle-view-details-link:hover {
    color: rgb(218 71 39 / var(--tw-bg-opacity, 1));
}

.bundle-view-details-link:focus {
    outline: 2px solid #630F54;
    outline-offset: 2px;
}

.bundle-remove-product-link{
    margin-bottom: 16px;
}

/* Icon-only link */
.bundle-info-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #630F54;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    width: 100%;
}

.bundle-info-icon-link:hover {
    color: #630F54;
    background-color: rgba(99, 15, 84, 0.05);
}

.bundle-info-icon-link:focus {
    outline: 2px solid #630F54;
    outline-offset: 2px;
}

/* SVG icon styling */
.bundle-info-icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
}

.bundle-info-icon .cls-1 {
    fill: currentColor;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bundle-view-details-link {
        font-size: 13px;
        padding: 6px 10px;
    }

    .bundle-info-icon {
        width: 14px;
        height: 14px;
    }
}

/* Bundle Modal Styles - Based on notifyModal */
.bundle-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(74, 71, 71, 0.8); /* Same as #fullscreenModal */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
}

.bundle-modal.active {
    display: flex;
    flex-direction: column;
}

.bundle-modal-content {
    background: #fff;
    padding: 25px;
    padding-right: 10px;
    width: calc(100vw - 40px);
    max-width: 900px;
    height: calc(100vh - 60px);
    max-height: 900px;
    overflow: auto;
    position: relative;
    border: 1px solid #630F54;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin: auto;
}

.bundle-modal-content .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #5d5d5d;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: none;
    border: none;
}
.close {
    opacity: 1;
}

.bundle-modal-content .close:hover,
.bundle-modal-content .close:focus {
    color: #630F54;
    background-color: #e9ecef;
    outline: none;
    opacity: 4;
}
/* Bundle Modal Body Layout */
.bundle-modal-body {
    display: flex;
    gap: 20px;
    padding: 20px;
    height: calc(100% - 60px); /* Account for header/close button */
}

.bundle-modal-body-left {
    flex: 1; /* Takes 1/3 of the available space */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.bundle-modal-body-right {
    flex: 2; /* Takes 2/3 of the available space */
    overflow-y: auto;
    padding-left: 10px;
}

/* Image styling in left section */
#bundleProductImage {
    width: 100%;
    max-width: 250px;
    text-align: center;
}

#bundleProductImage img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Button in left section */
.bundle-modal-body-left .btn-bundle-add-to-cart {
    width: 100%;
    margin: auto;
    margin-top: 0; /* Push button to bottom of left section */
}

.bundle-modal-body-right .bundle-content {
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bundle-modal-body {
        flex-direction: column;
        gap: 15px;
        height: auto;
    }

    .bundle-modal-body-left {
        flex: none;
        border-right: none;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .bundle-modal-body-right {
        flex: none;
        padding-left: 0;
    }

    #bundleProductImage {
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .bundle-modal-body {
        padding: 15px;
    }

    #bundleProductImage {
        max-width: 150px;
    }
}
.bundle-modal-heading {
    align-content: left;
    font-family: "Open Sans-Semi Bold", "Open Sans", "Arial", "sans-serif";
    margin-bottom: 14px;
}

.bundle-modal-heading h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #630F54;
    font-family: "Open Sans-Semi Bold", "Open Sans", "Arial", "sans-serif";
}

.bundle-board-message {
    width: 100%;
}

.bundle-content {
    padding: 0 15px;
}

.bundle-content .tw-mb-10 {
    margin-bottom: 2.5rem;
}

.bundle-content .tw-text-neutral-700 {
    color: #374151;
}

.bundle-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #630F54;
    font-family: "Open Sans-Semi Bold", "Open Sans", "Arial", "sans-serif";
}

.bundle-content p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    color: #374151;
}

.bundle-content ul {
    margin-left: 1.25rem;
    list-style-type: disc;
    margin-bottom: 0.75rem;
}

.bundle-content li {
    margin-bottom: 0.25rem;
    line-height: 1.5;
    color: #374151;
}

.bundle-content strong {
    font-weight: 600;
    color: #111827;
}

.bundle-content b {
    font-weight: 600;
    color: #630F54;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bundle-modal-content {
        width: 95vw;
        height: 85vh;
        padding: 20px;
    }

    .bundle-modal-heading {
        padding: 12px 15px;
    }

    .bundle-content {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .bundle-modal-content {
        width: 98vw;
        height: 90vh;
    }

    .bundle-modal-heading h2 {
        font-size: 1.25rem;
    }
}

.bundleModalPrice {
    font-size: 1rem; /* Make it bigger - approximately 32px */
    font-weight: 700; /* Make it bold */
    color: #630F54; /* Purple color to match your theme */
    line-height: 1.2;
    margin: 10px 0;
    text-align: left;
}

/* Bundle Features List */
.bundle-features-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1rem 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bundle-feature-item {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
}

.feature-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark-icon {
    width: 16px;
    height: 16px;
}

.feature-text {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bundle-feature-item {
        padding: 6px 0;
        gap: 10px;
    }

    .feature-icon {
        width: 18px;
        height: 18px;
    }

    .checkmark-icon {
        width: 14px;
        height: 14px;
    }

    .feature-text {
        font-size: 13px;
    }
}

/* Bundle Modal Message Styles */
.bundle-modal-message {
    width: 100%;
    margin-top: 16px;
    border-radius: 4px;
    animation: slideDown 0.3s ease-out;
}

.bundle-message-content {
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bundle-message-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.bundle-message-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.bundle-message-info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bundle-message-content {
        padding: 10px 12px;
        font-size: 13px;
    }
}
.bundle-card-head{
    display: flex;
    flex-direction: row;
    gap: 1em;
}
.bundle-discount {
   color: #d32f2f;
   font-weight: normal;
}

.nav-container {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 15px;
}
.child1 { margin-right: auto; }
.child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -8px;
}
.child .dropdown-toggle,
.child .dropdown-toggle svg,
.child .dropdown-toggle span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.dropdown-menu {
  max-width: 200px;
  overflow-x: hidden;
  white-space: normal;
}
.child a:focus, .child a:active,
.child svg:focus, .child svg:active {
  outline: none;
  box-shadow: none;
}
ul, li {
  list-style-type: none;
  padding-left: 0;
  color: black !important;
}
.child a svg:hover {
  stroke: #630F54;
  transition: stroke 0.1s, background 0.1s;
}
.child a:focus svg {
  outline: none !important;
  box-shadow: none !important;
}
.header { background-color: #f8f9fa !important; }
body, html { overflow-x: hidden !important; }
.nav .dropdown-menu {
  max-width: 100vw;
  box-sizing: border-box;
}
ul.dropdown-menu {
  left: auto !important;
  right: 0 !important;
  min-width: 180px;
  margin-right: 0;
}
.child a svg {
  width: 22px;
  height: 22px;
  color: black;
}
li > a > svg + span {
  font-size: 13px;
  color: black !important;
}

.offers-merged-wrapper{height:656px;display:flex;flex-direction:column;gap:24px;margin:0}
.offers-merged-row{display:flex;gap:24px;width:100%;align-items:stretch}
.offers-merged-row.top .ereg-container{height:264px}
.offers-merged-row.bottom .ereg-container{height:368px}
.offers-merged-row .ereg-container{flex:1 1 0;display:flex;min-width:0}
.offers-merged-row .ereg-container>.ereg-container-wrapper{display:flex;flex-direction:column;height:100%;width:100%}
.ereg-container-wrapper .list-group{flex:1 1 auto}
@media (max-width: 992px){.offers-merged-wrapper{width:100%;height:auto}.offers-merged-row{flex-direction:column}.offers-merged-row.top .ereg-container,.offers-merged-row.bottom .ereg-container{height:auto}}
.dashboard-top-body .frame-col{padding-left:0;padding-right:0;} /* remove gap and allow exact width */
.dashboard-top-body .col-md-8.col-sm-12{padding-left:0;padding-right:0}
@media(min-width:992px){
    /* Use flex layout to prevent Bootstrap percentage overflow causing wrap */
    .dashboard-top-body.row{display:flex;flex-wrap:nowrap;align-items:stretch;}
    .dashboard-top-body .frame-col{flex:0 0 393px;max-width:393px;margin-right:24px;} /* fixed spec width + gap */
    .dashboard-top-body .col-md-8.col-sm-12{flex:1 1 auto;max-width:calc(100% - 393px - 24px);} /* remaining width without wrapping */
}

@media (min-width: 768px) and (max-width: 991px) {
    .dashboard-top-body .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .dashboard-top-body .frame-col {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
.offers-merged-wrapper .ereg-container{padding:0}

@media(max-width:768px){
.offers-merged-wrapper{
    padding-top: 20px;
}
}

.dashboard-bottom .search-button-div .join-now-button{
    width: 119px;
    border-radius: 4px;
    padding: 16px;
}

@media (max-width: 768px) {
  .dashboard-bottom .searchServiceMain{
    padding: 15px;
    text-align: center;
  }
  }

@media (max-width: 768px) {
  .dashboard-bottom .search-button-div,
  .dashboard-bottom .promo-title-heading{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  }

@media (max-width: 768px) {
  .dashboard-bottom .search-button-div .join-now-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295px;
	padding: 16px;
	gap: 4px;

  }
}

.addItemToCartPopup{
    display:none;
    position:fixed;
    top:100px;
    right:0px;
    background-color:#630F54;
    border:1px solid #ccc;
    padding:20px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    z-index:9999;
    color: #fff;
}

.addItemToCartPopup p{
    padding: 10px;
}

.addItemToCartPopup .addItemButton{
    border: 1px solid #fff;
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.dashboard-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  max-width: 1224px; /* Match dashboard-header-wrapper width */
  width: 100%;
  margin: 0 auto; /* Center the header bar like dashboard-header-wrapper */
}

.appointment-info {
  color: #555;
}

span.caret {
  margin-left: -5px; /* Adjust as needed */
}

.addItemToCartPopup .close{
    color: #fff;
}

.testPrepMsgSpan{
    background-color:#DA4727;
    color:#ffffff;
    border-radius:1rem;
    padding:0 5px 0 5px;
    margin-right: 20%;
}


.items-div{
	display: flex;
}

/* upcoming test logo style */
.circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #ffffff;
  line-height: 40px;
  font-size: 20px;
  color: #077f83;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}

.circle.circle-white,
.circle.circle-default {
  background-color: #ffffff;
  color: #077f83;
}

.circle.circle-white img,
.circle.circle-white svg,
.circle.circle-default img,
.circle.circle-default svg {
  color: #077f83;
}
.circle.circle-marigold {
  background-color: #620e53;
  color: #ffffff;
}

.circle.circle-marigold img,
.circle.circle-marigold svg {
  display: inline;
  stroke: #f4eae6;
}

.circle.circle-purple {
  background-color: #620e53;
  color: #ffffff;
}

.circle.circle-purple img,
.circle.circle-purple svg {
  color: #ffffff;
  background-color: #620e53;
}

.my-tests-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
  padding: 20px 24px;
  margin-bottom: 24px;
}

.upcoming-tests-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}





.item-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.item-wrapper > .circle {
  flex-shrink: 0;
}



.has-appointments ~ .ets-id-name {
  margin-top: -25px; /* Adjust as needed */
  transition: margin-top 0.2s;
}




.dashboard-heading-title.left,
.dashboard-heading-title.right {
  width: 50%;
  box-sizing: border-box;
}

.dashboard-heading-title.right {
  text-align: right;
}


.dashboard-heading-title.right {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.dashboard-heading-title.right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/ereg/img/shapes.png') center/cover no-repeat;
  opacity: 0.7;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;

}


.register-btn-wrapper{
	display: inline-block;
  font-family: 'Archivo Narrow', 'Open Sans', Arial, sans-serif;
  font-size: 1.1rem;
  color: #630F54;

}

.modern-home {
  background-color: #fff !important;
}


.impNotificationPopup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #4A4747;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.notify-contentPopUp {
  width: 100%;
  max-width: 1440px;
  height: 48px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  background-color: #b9cef6;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: 1;
  transform: rotate(0deg);
  white-space: nowrap; /* Prevent line breaks */
  overflow-x: auto; /* Allow horizontal scroll if needed */
}
@media (max-width: 768px) {
  .notify-contentPopUp {
    height: auto;
  }
}
.finger-logo {
  font-size: 16px; /* Adjusts the size of the finger */
  color: yellow; /* This might not work as expected as emoji appearance can depend on the browser/OS */
  /* Emojis often have a fixed, system-defined color.
       To achieve a consistent yellow, using an SVG or specific unicode is better. */
  padding-bottom: 5px;
}


#impNotify {
  color: #363636;
  text-decoration: underline;
  text-decoration-color: #363636;
}

#impNotify a:hover {
  color: #630f54;
}

.impNotificationPopup-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
  background-color: #fefefe;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border: 1px solid #630F54;
  border-radius: 4px;
}


.impNotificationPopup-content ul {
  margin-left: 20px;
  list-style-type: disc;
  padding-left: 20px;
}
.impNotificationPopup-content li {
  margin-bottom: 15px;
  list-style-type: disc;
}

.notification-board-heading{
	padding:15px;
	align-content:left;
	font-family: "Greet Narrow",sans-serif;

}

.notification-content{
	background: #fff;
  padding: 16px 25px 25px 0;
  width: 46vw;
  height: 55vh;
  overflow: auto;
  position: relative;
}

#closebtn {
  padding: 12px 20px 12px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 2px;
  background-color: #630F54;
  color: #fff;
  border: none;
  display: flex;
  gap: 4px;
  cursor: pointer;
  text-shadow: none !important;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.dashboard-bottom .search-service-wrapper .promo-title-heading{
    font-size: 32px;
    font-weight: 700;
}

ul.dropdown-menu {
  margin-top: 10px; /* Adjust the value as needed */
}

.dashboard-header-wrapper-new {
    display:flex;
  flex-direction: row;
          justify-content: space-between;
          align-items: center;
          gap: 20px;
          background-color: #B8CCE5;
          border-radius: 10px;
          border: 2px solid rgba(0, 0, 0, .06);
          box-sizing: border-box;
          width: 100%;
          max-width: 1224px;
          margin: 0 auto;
          color: black;
          height: 102px;
}

.dashboard-header-msg,
.dashboard-header-btn-wrapper {
  width: 50%;
  box-sizing: border-box;
}

.dashboard-header-msg {
  font-weight: 700;
  font-size: 2rem;
  margin-left: 2rem; /* adjust as needed */
}


.dashboard-header-btn-wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url('/ereg/img/shapes.png') right center/cover no-repeat;
  min-height: 102px; /* adjust as needed */
  position: relative;
}

.register-btn-div {
  margin-right: 2rem; /* adjust as needed */
}


@media (max-width: 768px) {
  .dashboard-header-wrapper-new {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }


  .dashboard-header-msg,
  .dashboard-header-btn-wrapper {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .dashboard-header-btn-wrapper {
    order: 2;
    min-height: unset;
    background: url('/ereg/img/shapes.png') right center/cover no-repeat;
    padding: 20px;
  }
  .dashboard-header-title {
    order: 1;
    margin-bottom: 0;
  }

}

@media (max-width: 768px) {

  .register-btn-div {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .dashboard-header-msg {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
   .dashboard-header{
        padding: 0px 16px 0px 16px;
    }
}

@media (max-width: 768px) {
.dashboard-header-msg{
    padding: 20px;
        font-size: 1.5rem;
  }
 }


@media (max-width: 768px) {
  .dashboard-header-bar {
    flex-direction: column;
    align-items: center;
    gap: 12px; /* optional: add spacing between children */
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .item-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
  }
}


@media (max-width: 768px) {
  .child {
    margin-left: -16px;
  }
}



@media (max-width: 768px) {
  .ets-id-name {
    font-size: 1rem;
    padding: 4px 10px;
    border-radius: 3px;
    margin-top: 0 !important;
    border-radius: 10px;
      border: 2px solid rgba(0, 0, 0, .06);
      box-sizing: border-box;

  }
}

.list-group {
  margin-bottom: 0px !important;
}

.dashboard-header-msg-store{
font-weight: 500;
  font-size: 1.8rem;
  margin-left: 2rem;
}

@media (max-width: 768px) {
.dashboard-header-msg-store{
    padding: 20px;
        font-size: 1.5rem;
  }
 }

@media (max-width: 768px) {
    .list-inline.footer-links {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center; /* optional: center items */
      gap: 12px; /* optional: spacing between items */
    }
  }

.backButtonUrl{
    margin-left:48px;
}

.items-div {
  flex: 1 1 200px;
  gap: 10px;
}

.ets-id-name {
  display: inline-block;
  position: relative;
  font-family: "Greet Narrow",sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #363636;
  background: #FFFFFF;
  padding: 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}