/* _content/payment-agreement/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zw3gt3vgqj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zw3gt3vgqj] {
    flex: 1;
}

.sidebar[b-zw3gt3vgqj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zw3gt3vgqj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zw3gt3vgqj]  a, .top-row[b-zw3gt3vgqj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zw3gt3vgqj]  a:hover, .top-row[b-zw3gt3vgqj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zw3gt3vgqj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zw3gt3vgqj] {
        justify-content: space-between;
    }

    .top-row[b-zw3gt3vgqj]  a, .top-row[b-zw3gt3vgqj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zw3gt3vgqj] {
        flex-direction: row;
    }

    .sidebar[b-zw3gt3vgqj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zw3gt3vgqj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-zw3gt3vgqj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zw3gt3vgqj], article[b-zw3gt3vgqj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zw3gt3vgqj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zw3gt3vgqj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/payment-agreement/Components/Pages/InfmechAgreement.razor.rz.scp.css */
p[b-inhltmi15q],
ul[b-inhltmi15q] {
    margin: 0;
    padding: 0;
}

a[b-inhltmi15q] {
    text-decoration: none;
}

input[b-inhltmi15q],
button[b-inhltmi15q] {
    padding: 0;
    /* font-size: 1.6rem; */
    background-color: inherit;
    border-style: none;
}

    button:hover[b-inhltmi15q],
    label[b-inhltmi15q] {
        cursor: pointer;
    }

    input:focus-visible[b-inhltmi15q],
    select:focus-visible[b-inhltmi15q] {
        outline: none;
    }

.isHostingSection[b-inhltmi15q] {
    margin: 0 auto;
    max-width: 650px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 rgba(0, 0, 0, 0.05);
}

.isHostingSection_head[b-inhltmi15q] {
    padding: 8px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-size: 1.6px; */
    color: #fff;
    background-color: #000;
}

    .isHostingSection_head > svg[b-inhltmi15q] {
        width: 94px;
        height: 18px;
    }

    .isHostingSection_head > div:nth-of-type(1)[b-inhltmi15q] {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .isHostingSection_head > div:nth-of-type(1) > svg[b-inhltmi15q] {
            width: 30px;
            height: 20px;
        }

            .isHostingSection_head > div:nth-of-type(1) > svg > g > path[b-inhltmi15q],
            .isHostingSection_head > div:nth-of-type(1) > svg > g > g > path[b-inhltmi15q] {
                fill: #fff;
            }

.isHostingSection_main[b-inhltmi15q] {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* font-size: 1.6px; */
    color: #000;
    box-sizing: border-box;
}

.isHostingSection_main_info[b-inhltmi15q] {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

    .isHostingSection_main_info > ul[b-inhltmi15q] {
        padding: 0 0 0 20px;
    }

.isHostingSection_main_dataPay[b-inhltmi15q] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .isHostingSection_main_dataPay > div:nth-of-type(1)[b-inhltmi15q],
    .isHostingSection_main_dataPay > div:nth-of-type(2)[b-inhltmi15q] {
        padding: 14px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        border: 1px solid #f4f4f4;
        box-sizing: border-box;
    }

        .isHostingSection_main_dataPay > div:nth-of-type(1) > p:nth-of-type(1)[b-inhltmi15q],
        .isHostingSection_main_dataPay > div:nth-of-type(2) > p:nth-of-type(1)[b-inhltmi15q] {
            color: #525252;
        }

    .isHostingSection_main_dataPay > div:nth-of-type(3)[b-inhltmi15q] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .isHostingSection_main_dataPay > div:nth-of-type(3) > button[b-inhltmi15q] {
            padding: 20px 10px;
            text-align: start;
        }

            .isHostingSection_main_dataPay > div:nth-of-type(3) > button:nth-of-type(1)[b-inhltmi15q] {
                color: #525252;
            }

            .isHostingSection_main_dataPay > div:nth-of-type(3) > button:nth-of-type(2)[b-inhltmi15q] {
                background-color: #fcc238;
            }

.isHostingSection_main_agreementBlock[b-inhltmi15q] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    a

{
    color: #546699;
}

}

.checkBox_block[b-inhltmi15q] {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 4px;
}

    .checkBox_block > input[type='checkbox'][b-inhltmi15q] {
        position: absolute;
        visibility: hidden;
    }

    .checkBox_block > div[b-inhltmi15q] {
        margin: 3px 3px;
        display: block;
        width: 18px;
        height: 18px;
        border: 2px solid #546699;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative;
    }

    .checkBox_block > svg[b-inhltmi15q] {
        display: none;
        width: 24px;
        height: 24px;
    }

        .checkBox_block > svg > path[b-inhltmi15q] {
            stroke: #546699;
        }

@media (max-width: 450px) {
    .isHostingSection[b-inhltmi15q] {
        font-size: 14px;
    }

    .isHostingSection_head[b-inhltmi15q] {
        padding: 6px 20px;
    }

        .isHostingSection_head > svg[b-inhltmi15q] {
            width: 65px;
            height: 12px;
        }

        .isHostingSection_head > div:nth-of-type(1)[b-inhltmi15q] {
            gap: 6px;
        }

            .isHostingSection_head > div:nth-of-type(1) > svg[b-inhltmi15q] {
                width: 21px;
                height: 14px;
            }

    .isHostingSection_main[b-inhltmi15q] {
        padding: 6px 20px;
        gap: 10px;
    }

    .isHostingSection_main_info[b-inhltmi15q] {
        padding: 10px;
        gap: 6px;
        font-size: 12px;
    }

        .isHostingSection_main_info > ul[b-inhltmi15q] {
            padding: 0 0 0 14px;
        }

    .isHostingSection_main_dataPay[b-inhltmi15q] {
        gap: 10px;
    }

        .isHostingSection_main_dataPay > div:nth-of-type(1)[b-inhltmi15q],
        .isHostingSection_main_dataPay > div:nth-of-type(2)[b-inhltmi15q] {
            padding: 10px 20px;
            font-size: 14px;
        }

        .isHostingSection_main_dataPay > div:nth-of-type(3) > button[b-inhltmi15q] {
            padding: 14px 7px;
        }

    .isHostingSection_main_agreementBlock[b-inhltmi15q] {
        font-size: 10px;
    }

    .checkBox_block > div[b-inhltmi15q] {
        margin: 3px 3px;
        display: block;
        width: 14px;
        height: 14px;
        border: 2px solid #546699;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative;
    }

    .checkBox_block > svg[b-inhltmi15q] {
        display: none;
        width: 20px;
        height: 20px;
    }
}
/* _content/payment-agreement/Components/Pages/ZennorusAgreement.razor.rz.scp.css */
p[b-5biffszui5],
ul[b-5biffszui5] {
    margin: 0;
    padding: 0;
}

a[b-5biffszui5] {
    text-decoration: none;
}

input[b-5biffszui5],
button[b-5biffszui5] {
    padding: 0;
    /* font-size: 1.6rem; */
    background-color: inherit;
    border-style: none;
}

    button:hover[b-5biffszui5],
    label[b-5biffszui5] {
        cursor: pointer;
    }

    input:focus-visible[b-5biffszui5],
    select:focus-visible[b-5biffszui5] {
        outline: none;
    }

.isHostingSection[b-5biffszui5] {
    margin: 0 auto;
    max-width: 650px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 rgba(0, 0, 0, 0.05);
}

.isHostingSection_head[b-5biffszui5] {
    padding: 8px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* font-size: 1.6px; */
    color: #fff;
    background-color: #000;
}

    .isHostingSection_head > svg[b-5biffszui5] {
        width: 94px;
        height: 18px;
    }

    .isHostingSection_head > div:nth-of-type(1)[b-5biffszui5] {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .isHostingSection_head > div:nth-of-type(1) > svg[b-5biffszui5] {
            width: 30px;
            height: 20px;
        }

            .isHostingSection_head > div:nth-of-type(1) > svg > g > path[b-5biffszui5],
            .isHostingSection_head > div:nth-of-type(1) > svg > g > g > path[b-5biffszui5] {
                fill: #fff;
            }

.isHostingSection_main[b-5biffszui5] {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* font-size: 1.6px; */
    color: #000;
    box-sizing: border-box;
}

.isHostingSection_main_info[b-5biffszui5] {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

    .isHostingSection_main_info > ul[b-5biffszui5] {
        padding: 0 0 0 20px;
    }

.isHostingSection_main_dataPay[b-5biffszui5] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .isHostingSection_main_dataPay > div:nth-of-type(1)[b-5biffszui5],
    .isHostingSection_main_dataPay > div:nth-of-type(2)[b-5biffszui5] {
        padding: 14px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        border: 1px solid #f4f4f4;
        box-sizing: border-box;
    }

        .isHostingSection_main_dataPay > div:nth-of-type(1) > p:nth-of-type(1)[b-5biffszui5],
        .isHostingSection_main_dataPay > div:nth-of-type(2) > p:nth-of-type(1)[b-5biffszui5] {
            color: #525252;
        }

    .isHostingSection_main_dataPay > div:nth-of-type(3)[b-5biffszui5] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .isHostingSection_main_dataPay > div:nth-of-type(3) > button[b-5biffszui5] {
            padding: 20px 10px;
            text-align: start;
        }

            .isHostingSection_main_dataPay > div:nth-of-type(3) > button:nth-of-type(1)[b-5biffszui5] {
                color: #525252;
            }

            .isHostingSection_main_dataPay > div:nth-of-type(3) > button:nth-of-type(2)[b-5biffszui5] {
                background-color: #fcc238;
            }

#btnPay:disabled[b-5biffszui5] {
    cursor: auto;
    opacity: 0.4;
}

.isHostingSection_main_agreementBlock[b-5biffszui5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    a

{
    color: #546699;
}

}

.checkBox_block[b-5biffszui5] {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 10px;
}

    .checkBox_block > input[type='checkbox'][b-5biffszui5] {
        position: absolute;
        visibility: hidden;
    }

    .checkBox_block > div[b-5biffszui5] {
        margin: 3px 3px;
        display: block;
        width: 18px;
        height: 18px;
        border: 2px solid #546699;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative;
    }

    .checkBox_block > svg[b-5biffszui5] {
        display: none;
        width: 24px;
        height: 24px;
    }

        .checkBox_block > svg > path[b-5biffszui5] {
            stroke: #546699;
        }

@media (max-width: 450px) {
    .isHostingSection[b-5biffszui5] {
        font-size: 14px;
    }

    .isHostingSection_head[b-5biffszui5] {
        padding: 6px 20px;
    }

        .isHostingSection_head > svg[b-5biffszui5] {
            width: 65px;
            height: 12px;
        }

        .isHostingSection_head > div:nth-of-type(1)[b-5biffszui5] {
            gap: 6px;
        }

            .isHostingSection_head > div:nth-of-type(1) > svg[b-5biffszui5] {
                width: 21px;
                height: 14px;
            }

    .isHostingSection_main[b-5biffszui5] {
        padding: 6px 20px;
        gap: 10px;
    }

    .isHostingSection_main_info[b-5biffszui5] {
        padding: 10px;
        gap: 6px;
        font-size: 12px;
    }

        .isHostingSection_main_info > ul[b-5biffszui5] {
            padding: 0 0 0 14px;
        }

    .isHostingSection_main_dataPay[b-5biffszui5] {
        gap: 10px;
    }

        .isHostingSection_main_dataPay > div:nth-of-type(1)[b-5biffszui5],
        .isHostingSection_main_dataPay > div:nth-of-type(2)[b-5biffszui5] {
            padding: 10px 20px;
            font-size: 14px;
        }

        .isHostingSection_main_dataPay > div:nth-of-type(3) > button[b-5biffszui5] {
            padding: 14px 7px;
        }

    .isHostingSection_main_agreementBlock[b-5biffszui5] {
        font-size: 10px;
    }

    .checkBox_block > div[b-5biffszui5] {
        margin: 3px 3px;
        display: block;
        width: 14px;
        height: 14px;
        border: 2px solid #546699;
        border-radius: 3px;
        box-sizing: border-box;
        position: relative;
    }

    .checkBox_block > svg[b-5biffszui5] {
        display: none;
        width: 20px;
        height: 20px;
    }
}
