/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
* {
    margin: 0;
    padding: 0;
}

.onboarding_page_main {
    width: 100%;
    background: #F2F2F2;
}

.max_width_1280 {
    padding: 0 15px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mce-statusbar {
    display: none;
}

.pt-1 {
    padding-top: 5px;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.text-center {
    text-align: center !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.bg-white {
    background-color: #fff !important;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.p-0 {
    padding: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.gap-3 {
    gap: 1rem !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 900px) {
    .create-container.active {
        overflow: inherit !important;
    }
}

@media (min-width: 768px) {
    .pe-md-5 {
        padding-right: 3rem !important;
    }
}
/* ==== Page 1 Start ==== */

.page_1_link {
    height: 90px;
    background: #fff;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

    .page_1_link span {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .page_1_link svg {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

.venue_place_link,
.large_programme_link {
    text-decoration: underline !important;
    color: #000 !important;
    font-weight: 800 !important;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.venue_place_link {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .venue_place_link span {
        background: #8C52FF;
    }

.large_programme_link {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .large_programme_link span {
        background: #000;
    }

.page_1_content {
    height: calc(100vh - 246px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.exit_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    /* background: #f2f2f2; */
    padding: 15px 50px;
    top: 0;
    z-index: 99;
}

    .exit_btn button {
        background: #fff;
        padding: 10px 25px;
        border: none;
        outline: none;
        border-radius: 10px;
        font-weight: 800;
        font-size: 18px;
        cursor: pointer;
    }

.page_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .page_content h2 {
        font-size: 30px;
        font-weight: 800;
        width: 45%;
        padding-right: 30px;
    }

.basic_header {
    margin-bottom: 10px;
}

.page_content h2 svg {
    width: 40px;
    height: 40px;
}

.page1_right_content {
    width: 55%;
}

    .page1_right_content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .page1_right_content li {
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        margin: 15px 0;
        gap: 15px;
    }

.number_main {
    height: 50px;
    width: 50px;
    background: #E98A42;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.right_dtl {
    width: 90%;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

    .right_dtl span {
        width: 100%;
        display: inline-block;
        font-weight: 800;
        font-size: 22px;
    }

.next_back_btn_main {
    position: sticky;
    background: #f2f2f2;
    padding: 15px 50px;
    bottom: 0;
    z-index: 99;
}

.next_back_btn {
    padding: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

    .next_back_btn button {
        background: none !important;
        padding: 0;
        border: none;
        outline: none;
        border-radius: 10px;
        font-weight: 800;
        font-size: 18px;
    }

    .next_back_btn .back_btn {
        text-decoration: underline;
        cursor: pointer;
    }

    .next_back_btn .next_btn {
        padding: 10px 35px;
        color: #fff !important;
        background: #3FD100 !important;
        cursor: pointer;
    }

.onboarding_page_main .pw_input_group label.error, .onboarding_page_main .pw_input_group-l label.error {
    margin-top: 0 !important;
}

@media (max-width: 1350px) {

    .exit_btn,
    .next_back_btn_main {
        padding: 10px 40px;
    }

    /*     .exit_btn button {
            padding: 7px 15px !important;
            border-radius: 6px;
            font-size: 14px;
        }*/

    /*    .next_back_btn button {
        font-size: 14px;
        border-radius: 6px;
        padding: 7px 20px !important;
    }*/

    .page_1_link {
        height: 80px;
    }

    .page_1_content {
        height: calc(100vh - 216px);
    }

    .page_content h2 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }

    .right_dtl span {
        font-size: 18px;
    }

    .right_dtl {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .exit_btn,
    .next_back_btn_main {
        padding: 10px;
    }

    .page_1_content .page_content > h2 {
        width: 70%;
    }

    .page_content {
        flex-direction: column;
        justify-content: center;
    }

        .page_content h2 {
            width: 100%;
            padding-right: 0px;
        }

    .page1_right_content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .page1_right_content {
        width: 100%;
    }

    .page_1_content .page_content > h2 {
        width: 100%;
    }

    .page1_right_content li {
        gap: 10px;
    }

    .number_main {
        font-size: 20px;
        height: 40px;
        width: 40px;
    }

    .page_1_link {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        height: 130px;
        padding: 20px 15px;
    }

    .page_1_content {
        height: calc(100vh - 266px);
        /*justify-content: flex-start;*/
    }

    .page_content {
        flex-direction: column;
        justify-content: flex-start;
    }

        .page_content h2 {
            width: 100%;
            padding-right: 15px;
        }

    .page1_right_content {
        width: 100%;
    }

    .page_content h2 {
        font-size: 21px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 576px) {

    /*.exit_btn button,
    .next_back_btn button {
        font-weight: 700;
        font-size: 16px;
    }*/

    .page_1_link {
        align-items: flex-start;
    }

    .right_dtl {
        width: calc(100% - 54px);
    }


    .large_programme_link {
        position: relative;
        padding-left: 50px;
        height: 45px;
    }

    .venue_place_link {
        position: relative;
        padding-left: 0px !important;
        height: 45px;
    }

    .page_1_link span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 350px) {
    .page_content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .right_dtl span {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .next_back_btn {
        flex-direction: column-reverse;
        gap: 10px;
    }

        .next_back_btn button {
            width: 100%;
        }
}

/* ==== Page 1 End ==== */
/* ==== Page 2 Start ==== */

.page_all_content {
    height: calc(100vh - 160px);
    overflow: auto;
}

    .page_all_content .pw_input_group {
        max-width: inherit !important;
        min-width: inherit !important;
    }

        .page_all_content .pw_input_group .input_field.pw_input_validator {
            max-width: 600px;
            width: 100%;
        }

            .page_all_content .pw_input_group .input_field.pw_input_validator input, .step2_form .pw_input {
                min-height: inherit !important;
                line-height: 1.6 !important;
                margin-bottom: 0px;
            }

.step_1_intro h6 {
    font-weight: 400;
    font-size: 16px;
}

.step_1_intro_img img {
    border-radius: 20px;
}

.progress_bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #F2F2F2;
    position: sticky;
    bottom: 76px;
    z-index: 99;
}

    .progress_bar.progress_bar_first {
        gap: 0 !important;
    }

        .progress_bar.progress_bar_first div {
            width: 34% !important;
        }

    .progress_bar div {
        width: 33%;
    }

    .progress_bar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.step_1_bar li {
    width: 20%;
}

.step_2_bar li,
.step_3_bar li {
    width: 52%;
}

.progress_bar ul li {
    height: 4px;
    background: #A6A6A6;
}

.progress_bar li.active {
    background: #363B3E;
}

@media (max-width: 1350px) {
    .page_all_content {
        height: calc(100vh - 136px);
        overflow: auto;
    }

    .progress_bar {
        bottom: 55px;
    }

    .step_1_intro h6 {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .page_content.page_all_content > .pw_input_group {
        width: 70% !important;
    }

    .step_1_intro {
        width: 70% !important;
        margin-bottom: 20px;
    }

    .step_1_intro_img {
        width: 70% !important;
    }
}

@media (max-width: 767px) {
    .step_intro {
        flex-direction: column-reverse;
        gap: 20px;
    }

        .step_intro > div {
            margin: 0 !important;
        }

    .page_content.page_all_content > .pw_input_group {
        width: 100% !important;
    }

    .page_all_content .step_1_intro h2 {
        text-align: left;
    }

    .page_all_content {
        justify-content: center !important;
    }

    .describe_main {
        justify-content: flex-start !important;
    }

    .step_1_intro,
    .step_1_intro_img {
        width: 100% !important;
    }

        .step_1_intro h2 {
            margin-bottom: 10px;
        }

    .step_1_intro_img {
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .page_all_content {
        height: calc(100vh - 172px);
    }
}
/* ==== Page 2 End ==== */
/* ==== Page 3 Start ==== */
.input_field {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

    .input_field label {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .input_field input[type="text"],
    .input_field input[type="email"],
    .input_field textarea {
        width: 100%;
        border: none;
        border-radius: 5px;
        background: #fff;
        padding: 10px 15px;
    }

    .input_field input[type="file"] {
        position: absolute;
        width: 100%;
        height: 180px;
        opacity: 0;
        cursor: pointer;
    }

.preview_img {
    position: relative;
    width: 200px;
    height: 180px;
    /*    background: #fff;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .preview_img img {
        width: 200px;
        height: 180px;
        border: 1px solid #000;
        object-fit: cover;
    }

    .preview_img svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        right: -10px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
    }

.upload_file_dtl {
    width: 200px;
    height: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 1px dashed #000;
}

.add_logo {
    font-size: 14px;
    font-weight: 700;
}

.upload_device {
    font-size: 12px;
    text-decoration: underline;
}

.upload_file_dtl p {
    margin: 0;
}

.upload_file_dtl svg {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

@media (max-width: 1350px) {
    .input_field label {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .input_field input[type="file"],
    .upload_file_dtl {
        height: 140px;
    }

    .input_field .w-100.d-flex.align-items-start.gap-3 {
        /* align-items: center !important;*/
        flex-direction: column;
    }

    .pw_input_group .input_field label {
        width: 100%;
        /* text-align: center;*/
    }

    .pw_input_group .input_field.pw_input_validator label {
        text-align: left;
    }
}

/* ==== Page 3 End ==== */
/* ==== Page 4 Start ==== */

.page_4_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .page_4_content h2, .page_6_content h2, .page_9_content h2, .page_10_content h2 {
        text-align: center !important;
    }

.page_all_content h2 {
    text-align: left;
}

.select_option {
    position: relative;
    width: 85% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 0 !important;
}

    .select_option .survey-selection {
        text-align: center;
        justify-content: center;
    }

.page_5_content .select_option {
    width: 100% !important;
    /*  max-width: 60%;*/
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.selector-item_label {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
    transition-duration: .5s;
    transition-property: transform, box-shadow;
    transform: none;
    background: #fff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.selector-item_radio:checked + .selector-item_label {
    background-color: #EA8A41;
    color: #fff;
}

    .selector-item_radio:checked + .selector-item_label svg path {
        fill: #fff;
    }

@media (max-width: 1350px) {
    .selector-item_label {
        font-size: 16px;
    }

    .select_option > p {
        font-size: 14px !important;
    }

    .survey-selection, .survey-selection-lg {
        font-size: 13px !important;
    }
}

@media (max-width: 1100px) {
    .page_5_content .select_option {
        width: 100% !important;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .select_option {
        width: 100% !important;
    }
}

@media (max-width: 991px) {

    .survey-selection-lg {
        max-width: 44%;
        width: 100%;
        flex: 0 0 44%;
        padding: 20px !important;
    }

    .page_5_content .select_option {
        padding: 0 51px;
        flex-direction: row;
    }
}


@media (max-width: 767px) {
    .page_5_content .select_option {
        flex-direction: row;
    }

    .page_5_content .select_option {
        padding: 0 0px;
    }

    .select_option {
        gap: 12px;
        margin-top: 10px;
    }

    .selector-item_label {
        font-size: 16px;
        padding: 10px 24px;
    }

    .select_option {
        gap: 0px;
        margin-top: 10px;
        justify-content: center;
        width: 100% !important;
        padding: 0 !important;
    }

        .select_option .survey-selection {
            width: 47%;
            margin: 6px 1.5%;
            display: flex;
            flex-direction: column;
            gap: 10px;
            font-size: 14px;
            height: 100px;
        }

        .select_option .survey-selection-lg {
            margin: 6px 1.5%;
            width: 47%;
            font-size: 14px;
            height: 100px;
            justify-content: center;
        }

        .select_option > p {
            font-size: 14px;
        }
}

/* ==== Page 4 End ==== */
/* ==== Page 5 Start ==== */

.following_box {
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
}

    .following_box label span {
        text-align: center;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        display: inline-flex;
        align-items: center;
        padding: 20px 40px;
        justify-content: center;
        flex-direction: column;
    }

    .following_box label input {
        position: absolute;
        display: none;
        color: #000 !important;
    }

    .following_box input:checked + span {
        color: #ffffff;
        background: #E98A42;
    }

        .following_box input:checked + span svg path {
            fill: #ffffff;
        }

.select_option > p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin: 20px 0 0;
}

@media (max-width: 767px) {
    .following_box label span {
        padding: 20px 30px;
    }
}

@media (max-width: 576px) {
    .following_box label span {
        font-size: 15px;
        padding: 20px;
    }
}

@media (max-width: 400px) {
    .following_box label span {
        font-size: 16px;
        padding: 20px;
    }
}

/* ==== Page 5 End ==== */
/* ==== Page 6 Start ==== */

.page_6_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.page_5_checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.page_5_map input#venue-location {
    left: 50% !important;
    transform: translateX(-50%);
    width: 80%;
    top: 10px !important;
    padding-left: 31px;
    border-radius: 20px;
}

.map_heading p {
    font-size: 16px;
}

.page_5_map .gmnoprint.gm-style-mtc-bbw {
    display: none !important;
}

.map_selecter {
    max-width: 650px;
    width: 100%;
}

    .map_selecter > h3 {
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin: 10px 0;
    }

.page_6_map {
    position: relative;
}

    .page_6_map iframe, div#locationMap {
        width: 100% !important;
        height: 380px !important;
    }

.page_6_checkbox {
    background: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

    .page_6_checkbox input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .page_6_checkbox label {
        display: block;
        position: relative;
        font-size: 16px;
        padding: 15px 20px 15px 60px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }

    .page_6_checkbox .check {
        border: 3px solid #000 !important;
        display: block;
        position: absolute;
        border: 3px solid #cecece;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

        .page_6_checkbox .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 16px;
            width: 16px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

    .page_6_checkbox input[type=radio]:checked ~ .check {
        border: 3px solid #000;
    }

        .page_6_checkbox input[type=radio]:checked ~ .check::before {
            background: #000;
        }

@media (max-width: 1600px) {
    .page_6_map iframe, div#locationMap {
        height: 380px !important;
    }
}

@media (max-width: 1500px) {
    .page_6_content {
        padding-bottom: 10px;
    }

    .map_selecter > h3 {
        margin: 5px 0;
    }

    .page_6_map iframe, div#locationMap {
        height: 320px !important;
    }
}

@media (max-width: 1350px) {
    .map_heading p {
        font-size: 14px !important;
    }

    .page_6_map iframe, div#locationMap {
        height: 280px !important;
    }
}

@media (max-width: 1280px) {
    .page_6_map iframe, div#locationMap {
        height: 230px !important;
    }
}

@media (max-width: 400px) {
    .page_6_map iframe, div#locationMap {
        height: 300px !important;
    }
}

/* ==== Page 6 End ==== */
/* ==== Page 7 Start ==== */

.page_7_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.main_type {
    margin-top: 40px;
    text-align: center;
}

    .main_type h5 {
        font-weight: 700;
        font-size: 18px;
    }

.add_activity {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .add_activity button.secondsportAcititvty {
        order: 50;
    }

    .add_activity button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: none;
        outline: none;
        padding: 10px 18px;
        gap: 6px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        transition: inherit !important;
    }

        .add_activity button i {
            font-size: 24px;
            margin-right: 10px;
        }

        .add_activity button:hover {
            filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
            scale: 1.05;
        }

        .add_activity button#ActivityValue svg,
        .add_activity button #secondaryActivity,
        .add_activity button #addedActivity,
        .add_activity button #secondaryActivity {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 20px;
            height: 20px;
            font-size: 18px;
        }

    .add_activity svg {
        width: 30px;
        height: 30px;
    }

@media (max-width: 767px) {
    .main_type h5 {
        font-size: 16px;
    }

    .page_7_content {
        justify-content: flex-start;
    }

    .add_activity button {
        font-size: 16px;
        padding: 10px 14px;
    }
}

/* ==== Page 7 End ==== */
/* ==== Page 9 Start ==== */

.page_9_content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.page9_heading {
    width: 100%;
    text-align: center;
}

    .page9_heading p {
        font-size: 16px;
        margin-bottom: 40px;
    }

.step2_form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .step2_form > div {
        width: 48%;
    }

    .step2_form h4 {
        font-size: 16px;
        font-weight: 800;
    }

    .step2_form .input_field {
        position: relative;
    }

        .step2_form .input_field > div {
            width: 100% !important;
        }

        .step2_form .input_field input {
            padding-right: 50px;
        }

        .step2_form .input_field img {
            position: absolute;
            top: 37px;
            right: 15px;
            width: 26px;
        }

@media (max-width: 1350px) {
    .page9_heading p {
        margin-bottom: 20px;
    }

    .step2_form h4 {
        margin: 0;
    }

    .page9_heading p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .step2_form > div {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .input_field label {
        font-size: 16px;
    }
}

/* ==== Page 9 End ==== */
/* ==== Page 10 Start ==== */

.page_10_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.page10_heading {
    width: 100%;
    text-align: center;
}

    .page10_heading p {
        font-size: 16px;
        margin-bottom: 40px;
    }

.step2_upload_file .position-relative.text-center {
    width: 30% !important;
}

.step2_upload_file .pw_input_img-placeholder svg {
    width: 100px;
    height: 100px;
}

.step2_upload_file .input_field {
    align-items: center;
}

.step2_upload_file .pw_input_img-container {
    height: 380px;
}

.step2_upload_file .input_field input[type="file"] {
    position: absolute;
    width: 100%;
    height: 350px;
    opacity: 0;
    cursor: pointer;
}

.step2_upload_file .upload_file_dtl {
    width: 100%;
    height: 350px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 1px dashed #000;
}

.step2_upload_file .preview_img,
.step2_upload_file .preview_img img {
    width: 30%;
    height: 350px;
    object-fit: contain;
}

@media (max-width: 1600px) {

    .step2_upload_file .preview_img img {
        height: 298px;
    }

    .step2_upload_file .preview_img,
    .step2_upload_file .input_field input[type="file"],
    .step2_upload_file .upload_file_dtl {
        height: 300px;
    }
}

@media (max-width: 1500px) {
    .step2_upload_file .pw_input_img-container {
        height: 300px;
    }

    .step2_upload_file .preview_img img {
        height: 248px;
    }

    .step2_upload_file .preview_img,
    .step2_upload_file .input_field input[type="file"],
    .step2_upload_file .upload_file_dtl {
        height: 250px;
    }
}

@media (max-width: 1400px) {

    .step2_upload_file .preview_img img {
        height: 198px;
    }

    .step2_upload_file .preview_img,
    .step2_upload_file .input_field input[type="file"],
    .step2_upload_file .upload_file_dtl {
        height: 200px;
    }

    .page10_heading p {
        font-size: 14px !important;
    }
}

@media (max-width: 1350px) {
    .step2_upload_file .pw_input_img-container {
        height: 280px;
    }
}

@media (max-width: 1280px) {
    .step2_upload_file .pw_input_img-container {
        height: 230px;
    }
}

@media (max-width: 1100px) {

    .step2_upload_file .position-relative.text-center {
        width: 50% !important;
    }
}

@media (max-width: 767px) {

    .step2_upload_file .position-relative.text-center {
        width: 100% !important;
    }

    .step2_upload_file .pw_input_img-container {
        height: 250px;
    }
}

@media (max-width: 400px) {

    .step2_upload_file .pw_input_img-container {
        height: 200px;
    }
}
/* ==== Page 10 End ==== */
/* ==== Page 12 Start ==== */

.page_12_checkbox {
    background: #fff;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

    .page_12_checkbox input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .page_12_checkbox label {
        display: block;
        position: relative;
        font-size: 16px;
        padding: 20px 20px 20px 70px;
        z-index: 9;
        cursor: pointer;
    }

        .page_12_checkbox label span {
            font-weight: 700;
            display: inline-block;
            width: 100%;
        }

    .page_12_checkbox .check {
        display: block;
        position: absolute;
        border: 3px solid #cecece;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        top: 30px;
        /* transform: translateY(-50%); */
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

        .page_12_checkbox .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 16px;
            width: 16px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

    .page_12_checkbox input[type=radio]:checked ~ .check {
        border: 3px solid #000;
    }

        .page_12_checkbox input[type=radio]:checked ~ .check::before {
            background: #000;
        }

.password_approval_main {
    padding-right: 30px;
    padding-left: 70px;
    margin-bottom: 30px;
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

    .password_approval_main input {
        min-height: inherit !important;
        line-height: 1.6 !important;
    }

.pw_field label {
    padding: 0 !important;
    margin-bottom: 10px;
    color: #a3a3a3;
}

.pw_field input {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 10px 15px;
}

.privacy_setting {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 1350px) {
    .page_12_checkbox label {
        padding: 10px 10px 10px 60px;
    }

    .page_12_checkbox .check {
        top: 20px;
        left: 15px;
    }

    .page_12_checkbox label {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .page_12_checkbox label {
        font-size: 13px
    }
}
/* ==== Page 12 End ==== */
/* ==== Page 13 Start ==== */
.page_13_content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto;
}

    .page_13_content > p {
        font-size: 16px;
    }

.review_next_blog {
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
}

.review_blog {
    width: 100%;
    max-width: 450px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.review_img {
    position: relative;
}

    .review_img > img {
        height: 220px;
        object-fit: cover;
    }

.home_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2AC940;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tag_main {
    position: absolute;
    left: 15px;
    bottom: 15px;
    display: inline-block;
    background: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 700;
}

.review_blog h3 {
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.miles_away {
    padding: 0 15px;
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.review_location {
    padding: 0 15px;
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.what_next {
    width: calc(100% - 500px);
}

    .what_next h3 {
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .what_next ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .what_next li {
        width: 100%;
        display: inline-flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 15px;
        margin: 0 0 20px;
    }

        .what_next li svg {
            width: 30px;
            height: 30px;
            margin-top: 6px;
        }

        .what_next li p {
            width: calc(100% - 50px);
            margin: 0;
            font-size: 16px;
        }

        .what_next li span {
            font-size: 18px;
            display: inline-block;
            width: 100%;
            font-weight: 700;
            margin: 0;
        }

@media (max-width: 1100px) {
    .review_blog {
        max-width: 350px;
    }

    .what_next {
        width: calc(100% - 400px);
    }
}

@media (max-width: 991px) {
    .page_13_content > p, .what_next li p {
        font-size: 14px;
    }

    .review_next_blog {
        flex-direction: column;
        gap: 30px;
    }

    .review_blog {
        margin: 0 auto;
    }

    .what_next {
        width: 100%;
    }

    .page_13_content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .page_13_content {
        width: 100%;
    }

    .review_next_blog {
        flex-direction: column;
        gap: 30px;
    }

    .review_blog {
        max-width: 350px;
        margin: 0 auto;
    }

    .what_next {
        width: 100%;
    }
}

/* ==== Page 13 End ==== */

/*---------BeetDescribes.cshtml---------------*/
.survey-selection-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    width: 800px;
    padding: 11px 0px 135px;
}

.survey-selection,
.survey-selection-lg {
    display: flex;
    align-items: center;
    margin: 5px 15px;
    padding: 8px 15px;
    background-color: #fff;
    min-width: 120px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    /*transition: all .2s ease-in-out;*/
}

    .survey-selection:hover,
    .survey-selection-lg:hover {
        filter: drop-shadow(2px 4px 6px rgba(0,0,0,.2));
        scale: 1.05;
    }

    .survey-selection.selected,
    .survey-selection-lg.selected {
        background-color: #EA8A41;
        color: #fff;
    }

.survey-selection-lg {
    flex-direction: column;
    padding: 8px 20px;
}

.survey-selection > img {
    height: 2em;
    margin-right: 10px;
}

.survey-selection-lg > img {
    height: 3.5em;
    filter: brightness(1) invert(0.55) sepia(.5) hue-rotate(344deg) saturate(540%);
}

.survey-selection.selected > img,
.survey-selection-lg.selected > img {
    filter: invert(1);
}

.save-survey {
    background-color: #2AC940;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    text-align: center;
    margin: 30px auto 0px;
    /* border: 3px solid #555; */
    display: block;
    width: 210px;
    cursor: pointer;
    /*filter: drop-shadow(2px 3px 4px rgba(0,0,0,.3));*/
}

.pw_input_group {
    margin: 0px;
    max-width: 100% !important
}

@media (max-width: 576px) {
    .survey-selection > img {
        height: 3.5em;
        margin-right: 0px;
    }
}
/*--------------------------------------------*/
/*---------Activity css ------------------ */
/*Marketplace css*/
.marketplace-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px 0;
    color: var(--market-primary-text-color);
}

.marketplace-modal-body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 210px);
    padding: 0 25px 15px;
    color: var(--market-secondary-text-color);
}

.marketplace-modal-footer {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    padding-bottom: 15px;
    background-color: var(--market-secondary-background-color);
}

.activities-search {
    background-color: #eee;
    border: none;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    position: relative;
    width: -webkit-fill-available;
    margin: 20px 0;
}

.marketplace-pop-activity .marketplace-pop-activity-img-container {
    position: relative;
    height: 90px;
    background-color: var(--market-primary-color);
    border-radius: 20px;
    transition: all .3s ease;
}

.marketplace-pop-activity-img {
    width: 160px;
    max-height: 90px;
    object-fit: cover;
    border-radius: 20px !important;
    transition: all .3s ease;
    min-height: 100%;
    font-size: 19px;
}
/*-----------------------------------------*/

.d-none {
    display: none !important;
}

p.review_location span {
    width: calc(100% - 28px);
}

.MarkerLocation {
    float: left;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    font-size: 16px;
    z-index: 9;
    top: 41px;
    left: 12%;
}

@media (max-width: 576px) {

    .MarkerLocation {
        left: 14%;
    }
}

.VenuLocationImg {
    width: 42px;
    height: 42px;
}

@media (max-width: 576px) {
    .page_5_map input#venue-location {
        width: 65%;
    }

    .MarkerLocation {
        left: 20%;
    }
}


.marketplace-result-image-container {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.marketplace-result-details-sport {
    padding: 2px 0;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    left: 15px;
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-wrap: wrap !important;
    gap: 5px;
    z-index: 1;
}



.secondaryActivityCountclass {
    order: 999;
}


.marketplace-result-details-sport.set-secondary-sport {
    width: calc(100% - 20px) !important;
}
