/* /Components/ClientComponent.razor.rz.scp.css */
.container[b-namzicfllp]{
    display: grid;
    gap: 15px;
}
/* /Components/MultipleComponent.razor.rz.scp.css */
[b-ek5xq5x1sa] .item{
    border: 1px solid #b6ddff !important;
    padding: 10px 20px !important;
    font-size:  16px !important;
    border-collapse: collapse !important;
    position: relative;
    background-color: #fcfdff; 
    border-radius: 5px; 
    box-shadow: 0 1px 10px -5px #d5ecff;
}
[b-ek5xq5x1sa] .itemDelete{
    position: absolute;
    right: -10px;
    top: -20px;
}
/* /Components/SimpleClientComponent.razor.rz.scp.css */
.container[b-c7519qkvqh]{
    display: grid;
    gap: 15px;
}
/* /Pages/BusinessOrTrustPage.razor.rz.scp.css */
.paper[b-j6phnw5afh]{
    cursor:pointer;
    width: 100%;
    height: 200px;
    background: white;


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid transparent;

    box-shadow: 0 8px 20px -5px rgb(0 0 0 / 25%);

    transition: 0.2s;
}
.paper:hover[b-j6phnw5afh]{
    border: 1px solid #1890ff;
}
.paper[b-j6phnw5afh]  svg{
    height: 65px;
    width:  65px;
}
.paper[b-j6phnw5afh]  span{
    height: 80px;
}
.paperContainer[b-j6phnw5afh]{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fit, 200px);
    margin: 50px auto auto;
    justify-content: center;
}
/* /Pages/ClientProfilePage.razor.rz.scp.css */
[b-kusah4v989] .addPercent{
    position: relative !important;
    width: 100% !important;
}
[b-kusah4v989] .addPercent:after{
    content: '%';
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
[b-kusah4v989] .uploadCustom  .ant-upload{
    width: 100% !important;
}

[b-kusah4v989] .fileIsUploaded{
    width: 100%;
    border-color: #40c340;
    background: #f0fff0;
}
[b-kusah4v989] .fileIsSelected
{
    width: 100%;
    border-color: #ffae43;
    background: #ffedd9;
}
[b-kusah4v989] .fileBlock{
    position: relative;
}
[b-kusah4v989] .buttonDeleteFile{
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -10px;
}
/* /Pages/PersonalProfilePage.razor.rz.scp.css */
[b-zxrk3us5tw] .addPercent{
    position: relative !important;
    width: 100% !important;
}
[b-zxrk3us5tw] .addPercent:after{
    content: '%';
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
[b-zxrk3us5tw] .uploadCustom  .ant-upload{
    width: 100% !important;
}

[b-zxrk3us5tw] .fileIsUploaded{
    width: 100%;
    border-color: #40c340;
    background: #f0fff0;
}
[b-zxrk3us5tw] .fileIsSelected
{
    width: 100%;
    border-color: #ffae43;
    background: #ffedd9;
}
[b-zxrk3us5tw] .fileBlock{
    position: relative;
}
[b-zxrk3us5tw] .buttonDeleteFile{
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -10px;
}
/* /Pages/SelectCompanyPage.razor.rz.scp.css */
.paper[b-dzcndivwcq] {
    cursor: pointer;
    width: 100%;
    height: 200px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid transparent;
    box-shadow: 0 8px 20px -5px rgb(0 0 0 / 25%);
    transition: 0.2s;
}

    .paper:hover[b-dzcndivwcq] {
        border: 1px solid #1890ff;
    }

    .paper[b-dzcndivwcq]  svg {
        height: 65px;
        width: 65px;
    }

    .paper[b-dzcndivwcq]  span {
        height: 80px;
    }

.paperContainer[b-dzcndivwcq] {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(auto-fit, 200px);
    margin: 50px auto auto;
    justify-content: center;
}
