/**
 * KESHAV SINGH
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    KESHAV SINGH
 * @copyright KESHAV SINGH
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of KESHAV SINGH
 */
.mainLandingPageTopBtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 10px;
}
.backgroundImage {
    width: 100%;
    height: 85dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landingPageLogo img {
    max-height: 50px;
    width: auto;
}
.landingPageLogoCenterBtn,
.landingPageLogoRightBtn {
    display: flex;
    align-items: center;
}
.landing_page_card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem 2.5rem 2rem;
    border-radius: 15px;
    max-width: 450px;
    width: 35em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.uselogoschelcie img {
    max-height: 50px;
    width: auto;
    text-align: center;
    margin-bottom: 1.5em;
}
#wrapper {
    background: unset;
}
.container {
    width: 100%;
    padding: 0 2.5rem;
}
.loginTilteHeaderCard {
    text-align: center;
    font-size: 1.3em;
}
.subTitleLandingPage, .uselogoschelcie, .footarView {
    text-align: center;
}
#presta_imgcaptcha {
    height: 3.2em;
}
#landing_page_search_by_email_or_mobile {
    height: 3em;
}

/* search rule by email id or mobile number */
.landing_page_search_rule_list {
    position: absolute;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: -0.4em 0em 0em !important;
    width: 23.2em;
    font-size: 1em;
    display: none;
    padding: 0em 0em 1em !important;
}
.landing_page_search_rule_list li {
    padding: 10px;
    cursor: pointer;
}
.landing_page_search_rule_list li:hover {
    background: #bbbbbb !important;
}
.add_landing_page_clear_serch_histroy {
    position: absolute;
    margin: -37px 48px;
    color: #2e2e2e;
    right: 0;
    font-size: 1.5em;
    cursor: pointer;
    font-weight: 600;
}
#errorMsgSelectrLandingPage {
    margin: 0.5em 0em -1em;
}
.landinPageLiItemView {
    display: flex;
}
#rule_list_imageLandingPage {
    margin-right: 0.5em;
    border-radius: 0.5em;
    width: 2.1em;
    height: 2.3em;
}
#rule_list_titlepageView {
    font-size: 80%;
}
.errorMsgSelectrLandingPage, .errorMsgCaptcha {
    margin-top: 0.5em;
}
.btnCummonClassCss {
    border-radius: 7px !important;
}
@media (max-width: 767px) {
    .mainLandingPageTopBtn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        gap: 10px;
        margin-bottom: -5em;
    }
    .landingPageLogoRightBtn {
        order: 2;
    }
    .landingPageLogoCenterBtn {
        order: 3;
    }
    .choose_rule_list_for_landing_page {
        width: 15.5em;
    }
    .landing_page_card {
        margin: 2rem 1rem;
        padding: 1rem 2.5rem 2rem;
        max-width: 330px;
    }
}
