@import '_content/AYN.CommonWebSite/AYN.CommonWebSite.gxvxxp6d81.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.contentAdminLink[b-e8rah00q60] {
    width: 30px;
    height: 30px;
    background-color: var(--color-red-1);
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
    cursor: pointer;
    background: none;
    padding: 5px;
    transition: 0.3s all;
}

    .contentAdminLink:hover[b-e8rah00q60] {
        background-color: #ddd;
    }

[b-e8rah00q60].contentAdminLink svg {
    height: 100%;
    width: auto;
    fill: #3b3b3b !important;
    overflow: hidden;
}

[b-e8rah00q60].contentAdminLink path {
    fill: #373737 !important;
}

.ayn_alert_info[b-e8rah00q60] {
    position: absolute;
    background-color: var(--color-red-1);
    border-radius: 10px;
    font-size: 11px;
    color: white;
    text-decoration: none;
    padding: 0px 3px;
    top: 0px;
    right: -10px;
    min-width: 20px;
    text-align: center;
}
/* /Layout/Partial/Contextual.razor.rz.scp.css */
.ayn_guest_con_menu_item[b-34gxcmx6v2] {
    background-color: var(--color-blue-1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1.2rem;
    border-radius: 50%;
    cursor: pointer;
}

.ayn_guest_con_menu[b-34gxcmx6v2] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}

.ayn_guest_con_menu_guest[b-34gxcmx6v2] {
    color: white;
    font-size: 0.9rem;
    margin-right: 0.4rem;
    font-weight: 500;
}
/* /Layout/Partial/LeftMenu.razor.rz.scp.css */
.aym_menu_logo[b-72ef1920la] {
    padding-left: 3rem;
    font-size: 20px;
    height: 2rem;
    margin-top: 1rem;
}

[b-72ef1920la] .ayn_menu_logo_img {
    height: 100%;
}

.aym_menu_logo_pc[b-72ef1920la] {
    height: 2rem;
    margin-top: 0.6rem;
    margin-left: 2.5rem;
}

[b-72ef1920la] .aym_menu_logo_pc img {
    height: 100%;
}

.ayn_menu_icon[b-72ef1920la] {
    position: fixed;
    top: 1rem;
    left: 1rem;
    display: none;
    z-index: 10;
}

.ayn_menu_icon_1[b-72ef1920la] {
    width: 2.5rem;
    height: 0.2rem;
    background-color: var(--color-blue-1);
    border-radius: 0.3rem;
}

.ayn_menu_icon_2[b-72ef1920la] {
    width: 1.5rem;
    height: 0.2rem;
    background-color: var(--color-blue-1);
    border-radius: 0.3rem;
    margin-top: 0.3rem;
}

.ayn_menu[b-72ef1920la] {
    overflow: hidden;
    width: 15rem;
    margin-left: 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    color: white;
    z-index: 999;
    height: 100%;
    transition: all 0.2s;
    box-shadow: 2px 2px 3px #dbdbdb;
}

    .ayn_menu[data-open][b-72ef1920la] {
        margin-left: 0;
    }

.ayn_menu_close[b-72ef1920la] {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 1.5rem;
    color: var(--color-blue-1);
    opacity: 0;
    margin-right: -21px;
    z-index: 1;
    display: none;
}

.ayn_menu[data-open] .ayn_menu_close[b-72ef1920la] {
    transition-delay: 400ms !important;
    transition: all 0.2s;
    opacity: 1;
    margin-right: 0px;
}

.ayn_menu_header[b-72ef1920la] {
    width: 100%;
    height: 13rem;
    background-size: cover;
}

    .ayn_menu_header[b-72ef1920la]::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgb(0,0,0);
        background: linear-gradient(178deg, rgba(0,0,0,0.8183648459383753) 0%, rgb(9 9 9 / 16%) 100%);
        position: absolute;
    }

.ayn_menu_logo[b-72ef1920la] {
    font-weight: bold;
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: none;
    height: 1.2rem;
}

.ayn_menu_header_cont[b-72ef1920la] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.ayn_menu_header_guestname[b-72ef1920la] {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.ayn_menu_header_number[b-72ef1920la] {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.ayn_menu_header_propertyname[b-72ef1920la] {
    color: white;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.ayn_menu_header_location[b-72ef1920la] {
    color: white;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.ayn_menu_items_cont[b-72ef1920la] {
    padding-top: 1rem;
}

.ayn_menu_items[b-72ef1920la] {
    overflow: auto;
    overflow-x: hidden;
    height: calc(100% - 13rem);
}

.ayn_menu_cont[b-72ef1920la] {
    height: 100%;
}

.ayn_menu_item[b-72ef1920la] {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 0.6rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    color: #053d67;
}

    .ayn_menu_item:hover[b-72ef1920la] {
        background-color: #ebebeb;
    }

    .ayn_menu_item.active .ayn_menu_itemlogo[b-72ef1920la] {
        color: white;
    }

    .ayn_menu_item.active .ayn_menu_itemtext[b-72ef1920la] {
        color: white;
    }

    .ayn_menu_item.active:hover[b-72ef1920la] {
        background-color: var(--color-blue-1);
    }

.ayn_menu_item_category[b-72ef1920la] {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--color-blue-1);
}

.ayn_menu_itemlogo[b-72ef1920la] {
    margin-right: 1rem;
    width: 1rem;
    color: var(--color-blue-1);
}

.ayn_menu_item.active[b-72ef1920la] {
    background-color: var(--color-blue-1);
    background: linear-gradient(270deg, rgba(87, 162, 242, 1) 0%, rgba(35, 119, 208, 1) 100%);
}

    .ayn_menu_item.active .ayn_menu_itemtext[b-72ef1920la] {
        font-weight: 600;
    }

.ayn_menu_links_cont[b-72ef1920la] {
    border-left: 0px solid #d9d9d9;
    border-bottom: 0px solid #454444;
    padding-top: 1px;
}

    .ayn_menu_links_cont .ayn_menu_item[b-72ef1920la] {
        height: 0px !important;
        overflow: hidden;
        transition: 0.3s all;
        padding-left: 20px;
    }

        .ayn_menu_links_cont .ayn_menu_item .ayn_menu_itemtext[b-72ef1920la] {
            width: calc(100% - 10px) !important;
            transition: 0.3s all;
            white-space: nowrap;
        }

        .ayn_menu_links_cont .ayn_menu_item.active[b-72ef1920la] {
            background-color: var(--color-blue-1);
        }


@media (min-width: 1025px) {
    .ayn_menu[b-72ef1920la] {
        width: 3rem;
        top: 3rem;
        transition: 0.3s all;
    }

        .ayn_menu:hover[b-72ef1920la] {
            width: 15rem;
        }

            .ayn_menu:hover .ayn_menu_items_cont[b-72ef1920la] {
                padding-top: 0rem;
            }

            .ayn_menu:hover .ayn_menu_item[b-72ef1920la] {
                margin: 0px;
                width: 15rem;
                height: 3rem;
                display: flex;
                align-items: center;
                transition: 0.3s all;
            }

            .ayn_menu:hover .ayn_menu_itemtext[b-72ef1920la] {
                width: 10rem;
                opacity: 1;
            }

            .ayn_menu:hover .ayn_menu_itemlogo[b-72ef1920la] {
                margin-right: 1rem;
            }

            .ayn_menu:hover .ayn_menu_itemarrow[b-72ef1920la] {
                display: block;
            }

            .ayn_menu:hover .ayn_menu_links_cont .ayn_menu_item[b-72ef1920la] {
                height: 2.1rem !important;
                margin: 0.5rem;
                width: calc(100% - 1rem);
                border-radius: 1rem;
            }

            .ayn_menu:hover .ayn_menu_links_cont[b-72ef1920la] {
                border-left: 3px solid #d9d9d9;
            }



    .ayn_menu_itemarrow[b-72ef1920la] {
        display: none;
        transition: 0.3s all;
    }

        .ayn_menu_itemarrow.active[b-72ef1920la] {
            transform: rotate(90deg);
        }

    .ayn_menu_items_cont[b-72ef1920la] {
        padding-top: 0px;
        transition: 0.3s all;
    }

    .ayn_menu_item[b-72ef1920la] {
        padding: 0px;
        margin: 0px;
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: 0.3s all;
        padding-left: 0.9rem;
    }

    .ayn_menu_itemtext[b-72ef1920la] {
        width: 0px;
        overflow: hidden;
        opacity: 0;
        white-space: nowrap;
        font-size: 14px;
    }

    .ayn_menu_itemlogo[b-72ef1920la] {
        transition: 0.3s all;
        margin: 0px;
    }
}

@media (min-width: 1281px) {
    .ayn_menu_items[b-72ef1920la] {
        height: calc(100% - 3rem);
    }
}
/*Device = Laptops, Desktops*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .ayn_menu_items[b-72ef1920la] {
        height: calc(100% - 3rem);
    }
}
/*Device = Tablets, Ipads (landscape)*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .ayn_menu[b-72ef1920la] {
        top: 3rem;
        border-right: 1px solid #5d5d5d;
    }

    .ayn_menu_items[b-72ef1920la] {
        height: 100%;
    }

    .ayn_menu_items_cont[b-72ef1920la] {
        padding-top: 3rem;
    }

    .ayn_menu_itemtext[b-72ef1920la] {
        width: calc(100% - 3rem);
    }

    .ayn_menu_links_cont .ayn_menu_item[b-72ef1920la] {
        overflow: hidden;
        transition: 0.3s all;
        padding-left: 20px;
        border-radius: 40px;
        margin: 0.3rem 0.3rem;
        height: auto !important;
    }
}
/*Device = Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1024px) {
    .ayn_menu_icon[b-72ef1920la] {
        display: block;
    }

    .ayn_menu[b-72ef1920la] {
        margin-left: calc(-100%);
    }

    .ayn_menu_logo[b-72ef1920la] {
        display: block;
    }

    .ayn_menu_close[b-72ef1920la] {
        display: block;
    }

    .ayn_menu_items_cont[b-72ef1920la] {
        padding-top: 3rem;
    }

    .ayn_menu_itemtext[b-72ef1920la] {
        width: calc(100% - 3rem);
    }

    .ayn_menu_links_cont .ayn_menu_item[b-72ef1920la] {
        overflow: hidden;
        transition: 0.3s all;
        padding-left: 20px;
        border-radius: 40px;
        margin: 0.3rem 0.3rem;
        height: auto !important;
    }
}

/*Device = Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    .ayn_menu_icon[b-72ef1920la] {
        display: block;
    }

    .ayn_menu[b-72ef1920la] {
        margin-left: calc(-100%);
    }

    .ayn_menu_logo[b-72ef1920la] {
        display: block;
    }

    .ayn_menu_close[b-72ef1920la] {
        display: block;
    }

    .ayn_menu_items_cont[b-72ef1920la] {
        padding-top: 3rem;
    }

    .ayn_menu_itemtext[b-72ef1920la] {
        width: calc(100% - 3rem);
    }

    .ayn_menu_links_cont .ayn_menu_item[b-72ef1920la] {
        overflow: hidden;
        transition: 0.3s all;
        padding-left: 20px;
        border-radius: 40px;
        margin: 0.3rem 0.3rem;
        height: auto !important;
    }
}
/*Device = Most of the Smartphones Mobiles (Portrait)*/
@media (max-width: 480px) {
    .ayn_menu_icon[b-72ef1920la] {
        display: block;
    }

    .ayn_menu[b-72ef1920la] {
        width: calc(100% - 3rem);
        margin-left: calc(-100%);
    }

    .ayn_menu_logo[b-72ef1920la] {
        display: block;
    }

    .ayn_menu_close[b-72ef1920la] {
        display: block;
    }

    .ayn_menu_items_cont[b-72ef1920la] {
        padding-top: 3rem;
    }

    .ayn_menu_itemtext[b-72ef1920la] {
        width: calc(100% - 3rem);
    }

    .ayn_menu_links_cont .ayn_menu_item[b-72ef1920la] {
        overflow: hidden;
        transition: 0.3s all;
        padding-left: 20px;
        border-radius: 40px;
        margin: 0.3rem 0.3rem;
        height: auto !important;
    }
}
/* /Layout/Partial/RightHeader.razor.rz.scp.css */
.ayn_intranet_right_cont[b-f0dr7xtikw] {
    display: flex;
    align-items: center;
}
.ayn_intranet_right_install_app[b-f0dr7xtikw] {
    margin-right: 1rem;
}
.ayn_intranet_right_notification[b-f0dr7xtikw] {
    background-color: #eee;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 11px;
    margin-right: 1rem;
    border-radius: 8px;
}
.ayn_intranet_right_notification_icon[b-f0dr7xtikw] {
    color: #999999;
    font-size: 16px;
}
[b-f0dr7xtikw] .ayn_switch .label .lever {
    margin-left: 5px !important;
    margin-right: 0px !important;
}
[b-f0dr7xtikw] .ayn_logo_mobile {
    height: 1.5rem;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}

/*Device = Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1300px) {
    .ayn_intranet_right_cont[b-f0dr7xtikw] {
        right: 0;
        margin-left: 54px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 46px;
    }
    .ayn_intranet_right_install_app[b-f0dr7xtikw] {
        margin-left: 10px;
    }
}

@media (min-width: 376px) and (max-width: 767px) {
    .ayn_intranet_right_cont[b-f0dr7xtikw] {
        right: 0;
        top: 8px;
        margin-left: 54px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ayn_intranet_right_install_app[b-f0dr7xtikw] {
        margin-left: 10px;
    }
}


@media (max-width: 375px) {
    .ayn_intranet_right_cont[b-f0dr7xtikw] {
        right: 0;
        top: 8px;
        margin-left: 54px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ayn_intranet_right_install_app[b-f0dr7xtikw] {
        margin-left: 10px;
    }
    [b-f0dr7xtikw] .ayn_intranet_right_logo {
        display:none;
    }
}
/* /Layout/Partial/TopMenu.razor.rz.scp.css */
.ayn_title_header_top[b-3gks7ff6l4] {
    background-color: var(--color-blue-1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    font-weight: 600;
    font-size: 16px;
}

.ayn_logo[b-3gks7ff6l4] {
    margin-left: 12px;
    margin-right: 8px;
}

.ayn_gtm_item[b-3gks7ff6l4] {
    color: white;
    font-size: 0.9rem;
    padding: 0rem 1.6rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 2.8rem;
}

    .ayn_gtm_item.active[b-3gks7ff6l4] {
        font-weight: 800;
    }

        .ayn_gtm_item.active[b-3gks7ff6l4]::before {
            content: '';
            background-color: var(--color);
            width: 20%;
            height: 2px;
            position: absolute;
            bottom: 5px;
            left: calc(43%);
        }

    .ayn_gtm_item i[b-3gks7ff6l4] {
        margin-right: 0.4rem
    }

.ayn_gtm_item_logo[b-3gks7ff6l4] {
    height: 2rem;
    width: 15rem;
    text-align: left;
    padding-left: 0.5rem;
}

[b-3gks7ff6l4] .ayn_gtm_item_logo_img {
    height: 100%;
}
/* /Pages/Account/Login.razor.rz.scp.css */
.ayn_login_page[b-kgx349hsf1] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-grey-1);
}

.ayn_login_cont[b-kgx349hsf1] {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    box-shadow: 2px 2px 110px #4292e7;
    width: 90%;
    max-width: 80rem;
}

.ayn_login_left[b-kgx349hsf1] {
    width: 24rem;
    min-width: 382px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0rem 2.5rem;
}

.ayn_login_logo[b-kgx349hsf1] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-kgx349hsf1] .ayn_login_logo_img {
    width: 50%;
}

.ayn_login_slogan[b-kgx349hsf1] {
    font-weight: 600;
    font-size: 1.9rem;
    text-align: center;
}

.ayn_login_inputs[b-kgx349hsf1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
}

.ayn_login_btn[b-kgx349hsf1] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.ayn_login_submit_btn[b-kgx349hsf1] {
    width: 100%;
    padding: 0px 16px;
    min-height: 38px;
    background-color: var(--color-blue-3);
    color: white;
    border: 0 none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.ayn_login_submit_btn:hover[b-kgx349hsf1] {
    background-color: var(--color-blue-2);
}

.ayn_login_forgetpass[b-kgx349hsf1] {
    text-wrap: nowrap;
    cursor: pointer;
}

.ayn_login_right[b-kgx349hsf1] {
    width: 100%;
    height: 100%;
    background-color: #ecf7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-kgx349hsf1] .ayn_login_right_img {
    height: 120%;
    width: 100%;
}

.ayn_login_result[b-kgx349hsf1] {
    height: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.ayn_login_left_bottom[b-kgx349hsf1] {
    width: 100%;
}

.ayn_login_viewer[b-kgx349hsf1] {
    width: 100%;
    height: 50%;
}

.ayn_login_viewer_cont[b-kgx349hsf1] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ayn_login_viewer_msn[b-kgx349hsf1] {
    background-color: var(--color-grey-1);
    padding: 0.3rem 0.5rem;
}
