﻿/* Structure */
.annoucement {
    display:none;
}
.ghs-alert {
    display:none;
}

body {
    background: #F5F5F5;
}

/* Buttons */

.btn-onboarding-blue, .btn-master.btn-onboarding-blue {
    font-size: 16px;
    background-color: #3773EE !important;
    color: white;
    padding: 12px 21px;
}

.btn-onboarding-blue:hover, .btn-master.btn-onboarding-blue:hover {
    font-size: 16px;
    background-color: #6590ed !important;
    color: white;
    padding: 12px 21px;
}

.btn-onboarding-grey {
    font-size: 16px;
    background-color: #f3f3f3 !important;
    color: black;
    padding: 12px 21px;
}

.btn-onboarding-grey:hover {
    font-size: 16px;
    background-color: #f3f3f3 !important;
    color: black;
    padding: 12px 21px;
    opacity: 0.8;
}

@media (max-width: 425px) {
    .btn-onboarding-blue {
        width:100%;
        text-align:left;
    }
}

.btn-onboarding-white {
    font-size: 16px;
    background-color: #ffffff !important;
    color: black;
    padding: 16px 21px;
    width: 100%;
    text-align:left;
    font-weight:normal;
}

.btn-onboarding-white:hover {
    font-size: 16px;
    background-color: #000000 !important;
    color: white;
    padding: 16px 21px;
    width: 100%;
    text-align: left;
    font-weight: normal;
    outline:none;
}
@media (max-width: 425px) {
    .btn-onboarding-white:hover {
        font-size: 16px;
        background-color: #000000 !important;
        color: white;
        padding: 16px 21px;
        width: 100%;
        text-align: left;
        font-weight: normal;
        outline: none;
    }
}

    .btn-onboarding-white:focus {
        box-shadow:none;
    }

@media (max-width: 425px) {
    .btn-onboarding-white {
        width: 100%;
        text-align: left;
    }
}

/* Heading */

.onBoarding-header {
    position: fixed;
    background: white;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999 !important;
    top: 0px;
    height: auto;
}

.onBoarding-header-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 15px;
}

.onBoarding-left, .onBoarding-right {
    flex-grow: 1;
    flex-basis: 0;
    font-size: 14px;
}

.onBoarding-right {
    text-align:right;
}

/* Content */

.onBoarding-mt {
    margin-top: 110px;
}

.onBoarding-content {
    padding: 0px 25px;
}

.onBoarding-content-center {
    text-align: center
}

.onBoarding-title {
    font-family:poppins, sans-serif;
    font-size:20px;
}

.onBoarding-content .form-control {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    font-size: 14px;
    padding: 14px 14px;
}

.form-check-input:checked {
    background-color: #9465BC;
    border-color: #9465BC;
}

.ghs-padding .form-control {
    border: 1px solid #D0D0D0;
}

.ghs-padding .form-select {
    display: block;
    width: 100%;
    font-size: 1.125rem;
    padding: 10px 15px;
    border: 1px solid #D0D0D0;
}

.outer-questionnaire h1 {
    font-weight: 400;
}

@media (max-width: 768px) {
    .outer-questionnaire h1 {
        text-align: left;
    }
}

@media (max-width: 425px) {
    .outer-questionnaire h1 {
        font-size: 28px;
    }
}

.mobile-uha-title {
    display: none;
}

@media(max-width: 992px){
    .mobile-uha-title {
        display: inline-block;
    }
}

.uha-title {
    line-height: 1.2;
}

.btn-questionnaire {
    background-color: rgba(239,194,55,0.20);
    color: black;
    border: 1px solid rgba(239,194,55,0.33);
    border-radius: 5px;
    padding: 10px 15px;
    font-family: poppins, sans-serif;
    font-size: 18px;
    padding-top: 14px;
    text-align: left;
    transition: all 0.3s;
}

.ghs-form-question-outer .form-check {
    display: inline-block;
    min-height: 1.5rem;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
}

.btn-questionnaire:focus {
    background-color: rgba(239, 194, 55, 0.60);
    color: black;
    border: 1px solid rgba(239, 194, 55, 1);
}

.btn-questionnaire.active {
    background-color: #EFC237;
    border: 1px solid #EFC237;
    /*font-weight: 500;*/
   /* text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
}

.btn-questionnaire:active {
    background-color: #EFC237;
    border: 1px solid #EFC237;
    /*font-weight: 500;*/
   /* text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);*/
}

.answer-option-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media(max-width: 992px){
    .answer-option-container {
        flex-direction: column;
    }
}

.btn-questionnaire-start {
    text-decoration: underline;
    color: black;
    width: 100%;
    border-radius: 3px;
    border: 1px solid rgba(239, 194, 55, 0.33);
    background: rgba(239, 194, 55, 0.20);
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    padding-top: 13px;
}

.btn-questionnaire-start .desktop, .btn-questionnaire-start .mobile {
    text-decoration: underline;
}

.btn-questionnaire-start .desktop {
    display: none;
}

@media(min-width: 992px){
    .btn-questionnaire-start .desktop {
        display: inline-block;
    }

    .btn-questionnaire-start .mobile {
        display: none;
    }
}

.btn-questionnaire-next {
    border-radius: 3px;
    border: 1px solid #000000;
    background: #FCF3D7;
    padding: 10px 20px;
    font-size: 14px;
    padding-top: 13px;
    font-family: poppins, sans-serif;
    transition: all 0.3s;
}

.btn-questionnaire-next:not([disabled]) {
    color: black;
}



    .btn-questionnaire-next:hover img {
        filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }

    .btn-questionnaire-next:hover {
        background-color: #FCF3D7;
        color: black;
        border: 1px solid #000000;
    }

    .btn-questionnaire-next:focus {
        background-color: #FCF3D7;
        color: black;
        border: 1px solid #000000;
    }

    .btn-questionnaire-next:disabled {
        border: 1px solid rgba(0,0,0,0.3);
        pointer-events: none;
        background: white
    }

.btn-questionnaire-prev {
    border-radius: 5px;
    color: black;
    background: rgba(0,0,0,0.10);
    padding: 10px 20px;
    font-size: 14px;
    padding-top: 13px;
    font-family: poppins, sans-serif;
    font-weight: normal;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.10);
}

.btn-questionnaire-prev:hover {
    background-color: rgba(239,194,55,0.40);
    color: black;
    border: 1px solid rgba(239,194,55,0.30);
}

.btn-questionnaire-prev:focus {
    background-color: rgba(239, 194, 55, 0.60);
    color: black;
    border: 1px solid rgba(239, 194, 55, 1);
}

.ghs-header, .ghs-outer, #app {
    background: #F5F5F5;
    color: black;
}

.ghs-form-question {
    font-weight: 500;
    font-style: normal;
    font-family: poppins, sans-serif;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
    text-transform: initial;
}

@media (max-width: 425px) {
    .ghs-form-question {
        font-size: 18px;
    }
}

#app {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    overflow: hidden;
}



.outer-questionnaire {
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-top: 100px;
}

@media(max-width: 992px){
    .outer-questionnaire {
        margin-top: 50px;
    }
}

@media (max-width: 425px) {
    .outer-questionnaire {
        margin-top: 30px;
    }
}

@media (max-height: 590px) {
    .outer-questionnaire {
        height: calc(100% - 130px);
        overflow-y: hidden;
        padding-bottom: 200px;
    }
}



.slider-button {
    background: 0;
    border: 0;
    padding: 10px 20px;
    font-size: 24px;
    padding-top: 14px;
    padding-bottom: 7px;
}

.slider-button:not([disabled]) {
    color: black;
}

.slider-number-input {
    border: 1px solid black;
    display: flex;
    width: fit-content;
    border-radius: 4px;
    margin-bottom: 20px;
}

    .slider-number-input span {
        height: 100%;
        display: block;
        border-left: 1px solid black;
        border-right: 1px solid black;
        padding: 10px 20px;
        font-size: 20px;
        font-family: 'poppins', sans-serif;
        padding-top: 17px;
        width: 70px;
        text-align: center;
    }

@media (max-width: 425px) {
    .slider-number-input span {
        padding: 10px 20px;
        font-size: 16px;
        padding-top: 17px;
    }
    .slider-button {
        background: 0;
        border: 0;
        padding: 10px 20px;
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 7px;
    }
}

.question {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 480px);
    margin-bottom: 40px;
    scrollbar-width: none; /* Firefox */
    background-color: transparent; /* Hide the thumb */
    padding-right: 10px;
    font-family: poppins, sans-serif;
    /*-webkit-mask-image: linear-gradient(to bottom, black calc(100% - 48px), transparent 100%);
    mask-image: linear-gradient(to bottom, black calc(100% - 48px), transparent 100%);
    moz-mask-image: linear-gradient(to bottom, black calc(100% - 48px), transparent 100%);*/
    
}

@media (max-width: 1400px) and (max-height: 630px) {
    .question {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 418px);
    }
}

@media (max-width: 990px) {
    .question {
        height: calc(100vh - 369px);
        padding-bottom: 150px;
    
    }
}

@media (max-width: 768px) {
    .question {
        height: calc(100vh - 362px);
        padding-bottom: 150px;
    
    }
}

@media (max-width: 425px) {
    .question {
        height: calc(100vh - 290px);
        padding-bottom: 150px;
    
    }
}

@media (max-width: 320px) {
    .question {
        height: calc(100vh - 324px);
        padding-bottom: 150px;
    
    }
}

    .question label {
        display: inline-block;
        font-family: 'poppins', sans-serif;
        letter-spacing: 2px;
    }

    .question::-webkit-scrollbar {
        width: 7px;
        display: block !important;
    }

    .question::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #fef9eb;
        border: 1px solid #EFC33A;
        display: block !important;
    }

    .question::-webkit-scrollbar-thumb {
        background: #EFC33A;
        border-radius: 10px;
        margin: 10px;
        display: block !important;
    }


/* //Hide scrollbars when not needed
        .question::-webkit-scrollbar {
            width: 0.5em;  Adjust as needed
            background-color: transparent;
        }*/

.progress-circle {
    position: absolute;
    top: -24px;
    left: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: -15px;
    border-radius: 100%;
    border: 2px solid black;
}

    .progress-circle.activeCircle {
        background: #fdc254;
    }

    .progress-circle.firstCircle {
        left: -5px;
    }

    .progress-circle.lastCircle {
        left: initial;
        right: -5px;
    }

.progress {
    background-color: #BFBFBF;
    border: 0px solid black;
    border-radius: 0px;
    height: 7px;
}

.progress-bar {
    background: #3773EE;
}



.introduction-container {
    font-size: 1.5rem;
    text-align: left;
    font-family: poppins, sans-serif;
    position: relative;
}

    .introduction-container p {
        margin-bottom: 20px;
    }

@media(max-width: 992px) {
    .introduction-container p {
        font-size: 1rem !important;
    }
}

.introduction-container li {
    list-style: none;
    margin-bottom: 20px;
}

.introduction-container ul li:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    vertical-align: middle;
    background: url('/images/i-uha-star.svg') no-repeat left center;
    background-size: contain;
    content: '';
    left: 13px;
    position: absolute;
    margin-top: 3px;
}

@media(max-width: 992px) {
    .introduction-container ul li:before {
        display: inline-block;
        width: 21px;
        height: 25px;
        margin-right: 0px;
        vertical-align: middle;
        background: url(/images/i-uha-star.svg) no-repeat left center;
        background-size: contain;
        content: '';
        left: 14px;
        position: absolute;
        margin-top: -2px;
    }
}

@media(max-width: 992px) {
    .introduction-container li {
        font-size: 1rem;
    }
}

h1 {
    color: black !important;
}

@media(max-width: 992px) {
    .mobile-hide {
        display: none !important;
    }
}

@media(min-width: 992px) {
    .mobile-show {
        display: none;
    }
}



/* Progress Bar */

.progress-outer {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    margin-top: 0px;
    display: flex;
    align-items: center;
    margin-top: 70px !important;
}

@media(max-width: 990px) {
    .progress-outer {
        margin: 10px auto;
        margin-top: 5px !important;
    }
}

.progress-outer .circle-progress,
.progress-outer .bar {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 3px solid #C6C6C6;
    transition: 0.5s;
    position: relative;
}

@media(max-width: 425px) {
    .progress-outer .circle-progress,
    .progress-outer .bar {
        display: inline-block;
        background: #fff;
        width: 26px;
        height: 26px;
        border-radius: 40px;
        border: 2.3px solid #C6C6C6;
        transition: 0.5s;
        position: relative;
    }
}

.progress-outer .bar {
    position: relative;
    width: 100%;
    flex: 1;
    height: 4px;
    margin-left: 6px;
    margin-right: 6px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    transition: 0.5s;
    background: #EDEDED;
    border: none;
    top: -1px;
}

@media(max-width: 1199px) {
    .progress-outer .bar {
        width: 38.9%;
    }
}

@media(max-width: 992px) {
    .progress-outer .bar {
        top: -2px;
    }
}

@media(max-width: 766px) {
    .progress-outer .bar {
        width: 36.9%;
    }
}

@media(max-width: 739px) {
    .progress-outer .bar {
        width: 36%;
    }
}

@media(max-width: 489px) {
    .progress-outer .bar {
        width: 34.9%;
    }
}

@media(max-width: 425px) {
    .progress-outer .bar {
        width: 32.9%;
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media(max-width: 375px) {
    .progress-outer .bar {
        width: 28%;
    }
}

@media(max-width: 320px) {
    .progress-outer .bar {
        width: 28%;
    }
}

@media(max-width: 291px) {
    .progress-outer .bar {
        width: 12%;
    }
}


.animate-error {
    animation: flash 3s;
}

@keyframes flash {
    0% {
        border: 1px solid black;
        color: black;
    }

    5% {
        border: 1px solid red;
        color: red;
    }

    100% {
        border: 1px solid black;
        color: black;
    }
}

.progress-outer .circle-progress .label {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 32px;
    margin-top: 9px;
    color: #b5b5ba;
    font-size: 17px;
    margin-left: 0px;
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    top: -4px;
    left: -3px;
    padding: 0px;
}

.progress-outer .circle-progress .title {
    color: #b5b5ba;
    font-size: 16px;
    line-height: 30px;
    /* margin-left: -5px; */
    font-family: poppins, sans-serif;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.3;
    background: #ededed;
    /*box-shadow: 0px 0px 8px rgba(0,0,0,0.3);*/
    padding: 15px 15px;
    padding-top: 18px;
    border-radius: 5px;
    position: absolute;
    top: -55px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media(max-width: 425px) {
    .progress-outer .circle-progress .label {
        width: 26px;
        height: 26px;
        
    }
}

.caret::before {
    content: "";
    position: absolute;
    top: -33px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #ededed;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
    z-index: 1;
}
@media(max-width: 992px) {
    .caret::before {
        display:none;
    }
}

.caret-top::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #ededed;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
    z-index: 1;
}

@media(max-width: 992px) {
    
}

.title-mobile {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    /* margin-left: -5px; */
    font-family: poppins, sans-serif;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.3;
    background: #ededed;
    /*box-shadow: 0px 0px 8px rgba(0,0,0,0.3);*/
    padding: 10px;
    padding-top: 13px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

@media(max-width: 425px) {
    .progress-outer .circle-progress .title {
        font-size: 12px;
        padding: 8px 15px;
        padding-top: 12px;
        top: -62px;
    }

    .outer-questionnaire p {
        font-size: 12px;
    }

    .btn-questionnaire {
        font-size: 14px;
    }
}

/* Done / Active */
.progress-outer .bar.done,
.progress-outer .circle-progress.done {
    background: #EFC237;
}

.circle-progress.done {
    background: #EFC237;
    border: 3px solid #EFC237;
}

@media(max-width: 445px){
    .circle-progress.done {
        border: 2.3px solid #EFC237;
    }
}

.progress-outer .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}

.progress-outer .circle-progress .label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .progress-outer .circle-progress .label::before {
        background-size: 19px 19px;
        display: inline-block;
        width: 19px;
        height: 19px;
        content: "";
        position: relative;
    }

@media(max-width: 425px) {
    .progress-outer .circle-progress .label::before {
        width: 18px;
        height: 18px;
    }
}

.progress-outer .circle-progress.done .starLabel::before {
    background-image: url('/images/uha-star.svg');
}

.progress-outer .circle-progress .starLabel::before {
    background-size: 19px 19px;
}

@media(max-width: 425px) {
    .progress-outer .circle-progress .starLabel::before {
        background-size: 18px 18px;
        background-repeat: no-repeat;
        /*background-position: 1.3px 1.1px;*/
    }
}

.progress-outer .circle-progress.done .title {
    color: #000;
    text-wrap: nowrap;
}

.progress-outer .circle-progress.active .label {
    color: #FFF;
    background: transparent;
    box-shadow: none;
    border: none;
}

.progress-outer .circle-progress .label {
    margin-left: 0px;
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    /*top: -3.2px;
    left: -2.5px;*/
    /*padding: 5px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}



.progress-outer .circle-progress.active .label::before {
    background-image: url('/images/uha-star-grey.svg');
}

.progress-outer .circle-progress .label::before {
    background-size: 19px 19px;
    display: inline-block;
    width: 19px;
    height: 19px;
    content: "";
    position: relative;
}

@media(max-width: 425px) {
    .progress-outer .circle-progress .label {
        width: 26px;
        height: 26px;
        
    }

    .progress-outer .circle-progress .label::before {
        background-size: 14px 14px;
        display: inline-block;
        width: 14px;
        height: 14px;
        content: "";
        position: relative;
        /*background-position: -0.6px -1px;*/
        background-repeat: no-repeat;
        left: 1px;
        top: 1px;
    }
}

    .progress-outer .circle-progress.active .title {
        color: rgba(0,0,0,0.5);
    }

.inner-tick {
    color: black;
    position: absolute;
    left: 5px;
    top: 5.5px;
}

    @media(max-width: 425px) {
        /*.question {
            height: 46vh;
        }*/




        .btn-questionnaire-next {
            padding: 10px 20px;
            font-size: 14px;
            padding-top: 13px;
        }

        .btn-questionnaire-prev {
            padding: 10px 20px;
            font-size: 14px;
            padding-top: 13px;
        }
    }


.uha-footer {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    background: white;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999 !important;
    bottom: 0px;
    padding: 20px 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
    height: 83px;
}

    .domain-question .form-control {
        border: 1px solid #000
    }

        .domain-question .form-control:focus {
            color: #000;
            background-color: #fff;
            border-color: #EFC237;
            outline: 0;
            box-shadow: 0 0 0 0.25rem #EFC237;
        }

    .lds-ring {
        height: 200px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .lds-ring .btn-spinner {
            width: 50px;
            height: 50px;
        }

    /*.btn-questionnaire:focus, .btn-questionnaire-next:focus, .btn-questionnaire-prev:focus, .slider-button:focus {
        border: 1px solid #EFC237;
    }*/

    .btn-questionnaire:hover {
        background-color: rgba(239,194,55,0.40);
        color: black;
        border: 1px solid rgba(239,194,55,0.30);
        text-decoration: underline;
    }

    .btn-questionnaire.active:hover {
        text-decoration: unset;
        background-color: #EFC237;
    }

    .navbar, .footer {
        display: none;
    }

    .circle-outer {
        position: relative;
    }

    .error-message {
        color: red;
        font-weight: bold;
        visibility: visible;
        background: rgba(0,0,0,0.05);
        display: inline-block;
        padding: 10px 16px;
        padding-top: 13px;
        font-size: 16px;
        border-radius: 5px;
    }


    .question-title {
        font-size: 20px;
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

    @media(max-width: 425px) {
        .question-title {
            font-size: 18px;
            line-height: 1.3;
        }
    }

    .example {
        font-size: 14px;
        line-height: 1.5;
        display: block;
        color: black;
    }

.inner-tick img {
    height: auto;
    width: 17px;
    position: relative;
    top: -2px;
    left: 2px;
}

@media(max-width: 425px) {
    .inner-tick img {
        height: auto;
        width: 13px;
        position: relative;
        top: -3px;
        left: 2px;
    }
}

@media (max-width: 1400px) and (max-height: 630px) {
    .inner-container {
        height: calc(100% - 130px);
        overflow-y: scroll;
        padding-bottom: 200px;
    }
}

@media(max-width: 1200px) {
    .inner-container {
        height: calc(100vh - 117px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 200px;
    }
}

@media (max-height: 1090px) and (min-width: 700px) {
    .inner-container {
        height: calc(100vh - 117px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 200px;
    }
}

.uha-fade {
    position: fixed;
    width: 100%;
    height: 70px;
    left: 0px;
    background: rgb(237,237,237);
    background: linear-gradient(180deg, rgba(237,237,237,0) 21%, rgba(237,237,237,1) 100%);
    bottom: 80px;
    pointer-events: none;
}


.skip-modal-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-top: 10vh;
    background: rgba(0, 0, 0, 0.5);
}

.skip-modal {
    background: white;
    border-radius: 15px;
    max-height: 30vh;
    height: auto;
    width: 60%;
    padding: 20px;
}

.skip-modal p {
    font-size: 20px;
    text-align: center;
}

@media(max-width: 450px){
    .skip-modal {
        width: 90%;
    }
}

.onBoarding-answer-given {
    background: #3773EE;
    padding: 15px;
    color: white;
    font-weight: bold;
}


/* Styles from template page style tag */

@media (max-width: 992px) {
    .package-outer {
        display: none;
    }
}

.long-content-overflow {
    overflow: auto !important;
    padding-bottom: 150px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background-color: black;
    border-radius: 100%;
}

.carousel-indicators {
    bottom: -10px;
}

.group-outer {
    background: white;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    position: relative;
}

.group-outer .group-checkbox {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.group-outer .more-info-c {
    padding: 15px;
    min-height: 440px;
}

@media (max-width: 1400px) {
    .group-outer .more-info-c {
        min-height: 366px;
    }
}

@media (max-width: 995px) {
    .group-outer .more-info-c {
        min-height: 340px;
    }
}

@media (max-width: 995px) {
    .group-outer .more-info-c {
        min-height: 316px;
    }
}

@media (max-width: 500px) {
    .group-outer .more-info-c {
        min-height: 290px;
    }
}

.group-outer .info-heading {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.group-outer .contain-image {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.group-outer .contain-text {
    padding: 20px;
    text-align: left;
}

.group-outer .contain-image img {
    width: 100%;
    height: auto;
}

@media (min-width: 700px) {
    .group-outer .contain-image {
        height: 200px;
    }
}

@media (min-width: 1000px) {
    .group-outer .contain-image {
        height: 250px;
    }
}

@media (min-width: 1400px) {
    .group-outer .contain-image {
        height: 350px;
    }
}

.group-outer .group-name {
    font-size: 18px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    margin-bottom: 5px;
}

.group-outer .group-text {
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    line-height: 21px;
}

.group-outer .carousel-item-inner {
    text-align: center;
}

.group-outer .carousel-item-title {
    margin-bottom: 0px;
    font-family: 'poppins', sans-serif;
    font-size: 18px;
    margin-top: 4px;
}

.group-outer .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.carousel-inner {
    min-height: 200px;
    padding: 20px 30px;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    line-height: 21px;
}

.statistic-card {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-top: 50px;
    width: 100%;
    z-index: 3;
}

.statistic-card-blue {
    position: absolute;
    background-color: #3773EE;
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
    width: 95%;
    z-index: 2;
    bottom: -10px;
}

.statistic-card-lightblue {
    position: absolute;
    background-color: rgba(55, 116, 238, 0.5);
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
    width: 90%;
    z-index: 1;
    bottom: -20px;
}

.statistic-content {
    text-align: center;
}

.statistic-percentage {
    display: block;
    font-size: 28px;
    color: #3773EE;
    font-weight: 600;
    font-family: poppins, sans-serif;
}

.statistic-text {
    font-family: poppins, sans-serif;
    font-size: 20px;
}

.invitation-text {
    font-size: 18px;
    color: #333;
}

.invitation-header {
    color: #3773EE;
    margin-top: 24px;
    font-family: 'interregular', sans-serif;
    font-size: 20px;
    margin-bottom: 24px;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    margin-top: 16px;
    font-size: 18px;
    display: flex;
}

.benefits-list li p {
    flex: 1;
}


.icon {
    font-size: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .benefits-list li {
        font-size: 16px;
    }

    .icon {
        font-size: 20px;
    }
}

.img-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    padding-top: 12px;
    font-weight: normal;
}

.multi-package-container {
    background: transparent;
    padding: 0px;
    border-radius: 10px;
    border: 0;
}

.step-1-outer {
    border: 0px;
    padding-top: 20px;
    margin: 20px;
}

.empty-selected-container {
    background: white;
    padding: 20px;
    margin-top: 20px;
    border: 1px dashed #3773EE;
}

.center-cropped {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* End Styles from template page style tag */