/* _content/RCL/wwwroot/Pages/Cart/CartMain.razor.rz.scp.css */
body[b-z4hg9ivo4i] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-z4hg9ivo4i] {
/*    z-index: 1; */
/*    position: relative;*/
    margin-left: 85vw;
    margin-top: 2vh;
    width: 12.5vw; 
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none; 
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
  
.CreateOrderButton[b-z4hg9ivo4i] {
    height: 8vh;
    width: 70vw;
    margin-top: 3.5vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.DeleteCartButton[b-z4hg9ivo4i] {
    position: absolute;
    height: 6vh;
    width: 40vw;
    margin-top: 2vh;
    margin-left: 2vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.FlexContainer[b-z4hg9ivo4i] {
    margin-top: -10vh;
   display: flex;
    flex-direction: column;
}

.VerticalBox[b-z4hg9ivo4i] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-z4hg9ivo4i] {
    margin-top: 10vh;
    height: 70vh;
}

.Table[b-z4hg9ivo4i] {

    height: 70vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Cart/CartTableElement.razor.rz.scp.css */
body[b-8g9a0a79h3] {
    margin-top: 1vh;
    margin-left: 2%;
    margin-bottom: 1vh;
    margin-right: 2%;
    width: 96%;
    background-color: antiquewhite;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.box[b-8g9a0a79h3] {
    margin-left: 2vw;
}
  
button[b-8g9a0a79h3] { 
    height: 4vh;
    width: 30vw;
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}
 
.DeleteButton[b-8g9a0a79h3] {
    height: 3vh;
    width: 14vw;
    margin-top: 1vh;
    text-align: left;
    overflow: hidden;
    border-radius: 6px;
    font-size: calc(1vw + 1vh);
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.addButton[b-8g9a0a79h3] {
    height: 3vh;
    width: 17vw;
    margin-top: 1vh;
    text-align: left;
    overflow: hidden;
    border-radius: 6px;
    font-size: calc(1vw + 1vh);
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

td[b-8g9a0a79h3] {
    min-width: 15vw;
}
/* _content/RCL/wwwroot/Pages/Clients/ClientCreateContent.razor.rz.scp.css */
body[b-fg4k6nb9gg] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-fg4k6nb9gg] {
    font-size: 2vh;
    margin-top: 4vh;
}

.WarningLabel[b-fg4k6nb9gg] {
    height: 3vh;
    font-size: 4vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
} 
 
input[b-fg4k6nb9gg] {
    font-size: 2vh; 
    height: 5vh;
    margin-top: 2.5vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-fg4k6nb9gg] {
        border: solid 2px black;
    }

.AccountCheckbox[b-fg4k6nb9gg]
{
    margin-top: 0;
    margin-left: -15vw;
    width: 70%;
    height: 70%;
}
/* _content/RCL/wwwroot/Pages/Clients/ClientDescriptionContent.razor.rz.scp.css */
body[b-v7nuoov9s0] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-v7nuoov9s0] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-v7nuoov9s0] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-v7nuoov9s0] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh; 
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-v7nuoov9s0] {
        border: solid 2px black;
    }

    button[b-v7nuoov9s0]
    {
        color: black;
        background: none;
    }

    select[b-v7nuoov9s0]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }

.InputFile[b-v7nuoov9s0] {
    margin-top: 4vh;
}

.imageContainer[b-v7nuoov9s0] {
    background: none;
    border: none;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: -1.1vh;
    width: 70vw;
    height: 39vh;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow( 0vw 0vh 2px black);
}

img[b-v7nuoov9s0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

textarea[b-v7nuoov9s0] {
    width: 100%;
    height: 10vh;
    color: black;
    resize: none;
}
/* _content/RCL/wwwroot/Pages/Clients/ClientEditContent.razor.rz.scp.css */
body[b-nwwg8zdznr] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-nwwg8zdznr] {
    font-size: 2vh;
    margin-top: 4vh;
}

.WarningLabel[b-nwwg8zdznr] {
    height: 3vh;
    font-size: 4vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-nwwg8zdznr] {
    font-size: 2vh; 
    height: 5vh;
    margin-top: 2.5vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-nwwg8zdznr] {
        border: solid 2px black;
    }



    select[b-nwwg8zdznr]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }


textarea[b-nwwg8zdznr] {
    margin-top: 1vh;
    width: 100%;
    height: 10vh;
    color: black;
    resize:none;
}

button[b-nwwg8zdznr] {
    color: black;
    background: none;
}
/* _content/RCL/wwwroot/Pages/Clients/ClientsMain.razor.rz.scp.css */
body[b-8fhvoa1rq0] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}

.CreateClientButton[b-8fhvoa1rq0] {
    height: 10%;
    width: 60%;
    margin-top: 20%;
    margin-left: 20%;
    overflow: hidden;
    color: black;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    filter: drop-shadow( 0vw 0vh 4px black);
}
  
.BackButton[b-8fhvoa1rq0] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw; 
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}

.FlexContainer[b-8fhvoa1rq0] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-8fhvoa1rq0] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-8fhvoa1rq0] {
    height: 70vh;
}

.Table[b-8fhvoa1rq0] {
    display: flex;
    flex-wrap: wrap;
    max-width: 90vw;
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Clients/ClientTableElement.razor.rz.scp.css */
.element[b-20f1ou2h3x] {
    margin-top: 1vh;
    margin-left: 2vw;
    /*    86 vw*/
    width: 42vw;
    height: 27vh;
    background-color: whitesmoke;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
    display: flex;
/*    border: 20px solid red;*/
}
 
.box[b-20f1ou2h3x] {
    margin-left: 1vw;
    margin-right: 1vw;
    /*    outline: 2px solid black;*/
    height: 26vh;
} 
  
.imageContainer[b-20f1ou2h3x] {
    background: none;
    border: none;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    margin-top: 1vh;
    width: 34vw;
    height: 16vh;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow( 0vw 0vh 2px black);
}

.abutton[b-20f1ou2h3x] {
    height: 4vh;
    width: 30vw;
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.DeletButton[b-20f1ou2h3x] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.ButtonPanel[b-20f1ou2h3x] {
    margin-top: 0.5vh;
    text-align: center;
    font-size: calc(1.3vw + 1.3vh);
}

.EditButton[b-20f1ou2h3x]
{
    margin-top: 0.2vh;
/*    margin-left: 12.25vw;*/
    width: 12.5vw;
    height: 5vh;
    background: none;
    border-radius: 10px;
}

img[b-20f1ou2h3x] {

    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodAddToCartContent.razor.rz.scp.css */
body[b-6eyx0alpd3] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-6eyx0alpd3] {
    font-size: calc(1.3vw + 1.3vh);
    margin-top: 0;
}

.WarningLabel[b-6eyx0alpd3] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
} 
  
input[b-6eyx0alpd3] {
    font-size: calc(1.5vw + 1.5vh);
    width: 5vw;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 35%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-6eyx0alpd3] {
        border: solid 2px black;
    }

.PlusButton[b-6eyx0alpd3] {
    margin-left: 1.5vw;
    width: 12vw;
    height: 6vh;
}

.MinusButton[b-6eyx0alpd3] {
    margin-left: 3vw;
    width: 12vw;
    height: 6vh;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodCreateContent.razor.rz.scp.css */
body[b-mr8s1hekm4] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-mr8s1hekm4] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-mr8s1hekm4] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
   
input[b-mr8s1hekm4] { 
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-mr8s1hekm4] {
        border: solid 2px black;
    }

    button[b-mr8s1hekm4]
    {
        color: black;
        background: none;
    }

    select[b-mr8s1hekm4]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }

.InputFile[b-mr8s1hekm4] {
    margin-top: 4vh;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodDescriptionContent.razor.rz.scp.css */
body[b-1f6r2pbzfn] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-1f6r2pbzfn] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-1f6r2pbzfn] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
    
input[b-1f6r2pbzfn] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-1f6r2pbzfn] {
        border: solid 2px black;
    }

    button[b-1f6r2pbzfn]
    {
        color: black;
        background: none;
    }

    select[b-1f6r2pbzfn]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }

.InputFile[b-1f6r2pbzfn] {
    margin-top: 4vh;
}

.imageContainer[b-1f6r2pbzfn] {
    background: none;
    border: none;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: -1.1vh;
    width: 70vw;
    height: 39vh;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow( 0vw 0vh 2px black);
}

img[b-1f6r2pbzfn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

textarea[b-1f6r2pbzfn] {
    width: 100%;
    height: 10vh;
    color: black;
    resize: none;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodEditContent.razor.rz.scp.css */
body[b-o08i7bnnyj] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-o08i7bnnyj] {
    font-size: 2.3vh;
    margin-top: 3vh;
}

.WarningLabel[b-o08i7bnnyj] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
     
input[b-o08i7bnnyj] {
    font-size: 2.3vh;
    height: 4vh;
    margin-top: 2vh;
    background-color: white;
/*    inline-size: 100%;*/
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-o08i7bnnyj] {
        border: solid 2px black;
    }

    button[b-o08i7bnnyj]
    {
        color: black;
        background: none;
    }

    select[b-o08i7bnnyj]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }

.InputFile[b-o08i7bnnyj] {
    margin-top: 0.5vh;
}

textarea[b-o08i7bnnyj] {
    margin-top: 0.5vh;
    width: 100%;
    height: 10vh;
    color: black;
    resize:none;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodFilterContent.razor.rz.scp.css */
body[b-rd2envs2qz] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-rd2envs2qz] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-rd2envs2qz] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
   
input[b-rd2envs2qz] { 
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-rd2envs2qz] {
        border: solid 2px black;
    }

    button[b-rd2envs2qz]
    {
        color: black;
        background: none;
    }

    select[b-rd2envs2qz]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }

.InputFile[b-rd2envs2qz] {
    margin-top: 4vh;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodGroupsCreateContent.razor.rz.scp.css */
body[b-0cbu6g5fz3] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-0cbu6g5fz3] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-0cbu6g5fz3] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
    
input[b-0cbu6g5fz3] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-0cbu6g5fz3] {
        border: solid 2px black;
    }
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodPropertyCreateContent.razor.rz.scp.css */
body[b-da8qvdw80o] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-da8qvdw80o] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-da8qvdw80o] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
    
input[b-da8qvdw80o] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-da8qvdw80o] {
        border: solid 2px black;
    }
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodPropertyValueCreateContent.razor.rz.scp.css */
body[b-t3gfk9hjpf] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-t3gfk9hjpf] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-t3gfk9hjpf] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
    
input[b-t3gfk9hjpf] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-t3gfk9hjpf] {
        border: solid 2px black;
    }
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/GoodRemoveFromCartContent.razor.rz.scp.css */
body[b-h8v09d29lh] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-h8v09d29lh] {
    font-size: 2.3vh;
    margin-top: 0;
}

.WarningLabel[b-h8v09d29lh] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-h8v09d29lh] {
    font-size: calc(1.5vw + 1.5vh);
    width: 5vw;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 35%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}
}

    input:focus[b-h8v09d29lh] {
        border: solid 2px black;
    }

.PlusButton[b-h8v09d29lh] {
    margin-left: 1.5vw;
    width: 12vw;
    height: 6vh;
}

.MinusButton[b-h8v09d29lh] {
    margin-left: 3vw;
    width: 12vw;
    height: 6vh;
}
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/ManufacturerCreateContent.razor.rz.scp.css */
body[b-j9l3zzsay9] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-j9l3zzsay9] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-j9l3zzsay9] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
    
input[b-j9l3zzsay9] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-j9l3zzsay9] {
        border: solid 2px black;
    }
/* _content/RCL/wwwroot/Pages/Goods/CreateContent/UnitOfMeasureCreateContent.razor.rz.scp.css */
body[b-cgsy300wej] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-cgsy300wej] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-cgsy300wej] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
    
input[b-cgsy300wej] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-cgsy300wej] {
        border: solid 2px black;
    }
/* _content/RCL/wwwroot/Pages/Goods/GoodsMain.razor.rz.scp.css */
body[b-ah7uhax5w4] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}

 
.BackButton[b-ah7uhax5w4] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
   
.ButtonWindow[b-ah7uhax5w4] {
    margin-top: 18vh;
    margin-left: 5vw;
    height: 10vh;
    width: 90vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.GoodsTableButton[b-ah7uhax5w4] {
    margin-top: 8vh;
    height: 10vh;
    width: 41vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.FlexContainer[b-ah7uhax5w4] {
    display: flex;
    margin-top: -1vh;
}

.FlexColumn[b-ah7uhax5w4] {
    margin-left: 6vw;
    display: flex;
    flex-direction: column;
    height: 24vh;
    width: 41vw;
}
/* _content/RCL/wwwroot/Pages/Goods/Sections/Good.razor.rz.scp.css */
body[b-yb2dgy74kq] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-yb2dgy74kq] {
    z-index: 1;
    position: absolute;
    margin-left: 86vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
    
.ButtonWindow[b-yb2dgy74kq] {
    height: 6vh;
    width: 60vw;
    margin-top: 3vh;
    margin-left: 20vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}


.CartButton[b-yb2dgy74kq] {
    height: 6vh;
    width: 70vw;
    margin-top: 4vh;
    margin-left: 10vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.FlexContainer[b-yb2dgy74kq] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-yb2dgy74kq] {
        width: 90vw;
        margin-left: 5vw;
        height: 5vh;
}

.mid[b-yb2dgy74kq] {
    height: 70vh;
}

.Table[b-yb2dgy74kq] {
    display:flex;
    flex-wrap: wrap;
    max-width: 90vw;
    margin-top: -3vh;
    height: 60vh;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}

.FilterButton[b-yb2dgy74kq] 
{
    height: 5vh;
    width: 25vw;
    margin-top: 3vh;
    margin-left: 10vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.ResetFilterButton[b-yb2dgy74kq] 
{
    height: 5vh;
    width: 45vw;
    margin-top: 3vh;
    margin-left: 10vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.GoodFind[b-yb2dgy74kq]
{
    color: black;
    margin-top: 2vh;
    margin-left: 10vw;
    width: 80vw;
}
/* _content/RCL/wwwroot/Pages/Goods/Sections/GoodGroups.razor.rz.scp.css */
body[b-10eovg875e] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-10eovg875e] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
   
.ButtonWindow[b-10eovg875e] {
    height: 8vh;
    width: 70vw;
    margin-top: 10vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}


.FlexContainer[b-10eovg875e] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-10eovg875e] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-10eovg875e] {
    height: 70vh;
}

.Table[b-10eovg875e] {
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Goods/Sections/GoodProperty.razor.rz.scp.css */
body[b-nghx11bmw1] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-nghx11bmw1] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
   
.ButtonWindow[b-nghx11bmw1] {
    height: 8vh;
    width: 70vw;
    margin-top: 10vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}


.FlexContainer[b-nghx11bmw1] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-nghx11bmw1] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-nghx11bmw1] {
    height: 70vh;
}

.Table[b-nghx11bmw1] {
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Goods/Sections/GoodPropertyValue.razor.rz.scp.css */
body[b-3lj1foaeul] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-3lj1foaeul] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
   
.ButtonWindow[b-3lj1foaeul] {
    height: 8vh;
    width: 70vw;
    margin-top: 10vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}


.FlexContainer[b-3lj1foaeul] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-3lj1foaeul] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-3lj1foaeul] {
    height: 70vh;
}

.Table[b-3lj1foaeul] {
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Goods/Sections/Manufacturer.razor.rz.scp.css */
body[b-3iabbx8red] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-3iabbx8red] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
  
.ButtonWindow[b-3iabbx8red] { 
    height: 8vh;
    width: 70vw;
    margin-top: 10vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}


.FlexContainer[b-3iabbx8red] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-3iabbx8red] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-3iabbx8red] {
    height: 70vh;
}

.Table[b-3iabbx8red] {
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Goods/Sections/UnitOfMeasure.razor.rz.scp.css */
body[b-lpudso76gi] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-lpudso76gi] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
   
.ButtonWindow[b-lpudso76gi] {
    height: 8vh;
    width: 70vw;
    margin-top: 10vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}


.FlexContainer[b-lpudso76gi] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-lpudso76gi] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-lpudso76gi] {
    height: 70vh;
}

.Table[b-lpudso76gi] {
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}
/* _content/RCL/wwwroot/Pages/Goods/TableModels/GoodTableElement.razor.rz.scp.css */
.element[b-n2vfa0p8nq] {
    margin-top: 1vh;
    margin-left: 2vw;

    /*    86 vw*/
    width: 42vw;
    height: 27vh;
    background-color: whitesmoke;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
    display: flex;
    /*    border: 20px solid red;*/
}
 
.box[b-n2vfa0p8nq] {
    margin-left: 1vw;
    margin-right: 1vw;
    /*    outline: 2px solid black;*/
    height: 26vh;
}
  
.imageContainer[b-n2vfa0p8nq] { 
    background: none;
    border: none;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    margin-top: 1vh;
    width: 34vw;
    height: 16vh;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow( 0vw 0vh 2px black);
}

.abutton[b-n2vfa0p8nq] {
    height: 4vh;
    width: 30vw;
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.DeletButton[b-n2vfa0p8nq] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.ButtonPanel[b-n2vfa0p8nq] {
    margin-top: 0.5vh;
    text-align: center;
    font-size: calc(1.3vw + 1.3vh);
}

.EditButton[b-n2vfa0p8nq]
{
    margin-top: 0.2vh;
/*    margin-left: 12.25vw;*/
    width: 12.5vw;
    height: 5vh;
    background: none;
    border-radius: 10px;
}

img[b-n2vfa0p8nq] {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* _content/RCL/wwwroot/Pages/Goods/TableModels/GroupTableElement.razor.rz.scp.css */
body[b-cejm4k4vuv] {
    margin-top: 1vh;
    margin-left: 2vw;
    margin-bottom: 1vh;
    width: 86vw;
    background-color: antiquewhite;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.box[b-cejm4k4vuv] {
    margin-left: 2vw;
}
  
button[b-cejm4k4vuv] { 
    height: 4vh;
    width: 30vw;
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
} 

.DeletButton[b-cejm4k4vuv] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

td[b-cejm4k4vuv] {
    min-width: 15vw;
}
/* _content/RCL/wwwroot/Pages/Goods/TableModels/ManufacturerTableElement.razor.rz.scp.css */
body[b-ta4fv1n8xw] {
    margin-top: 1vh;
    margin-left: 2vw;
    margin-bottom: 1vh;
    width: 86vw;
    background-color: antiquewhite;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.box[b-ta4fv1n8xw] {
    margin-left: 2vw;
}
  
button[b-ta4fv1n8xw] {
    height: 4vh;
    width: 30vw; 
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.DeletButton[b-ta4fv1n8xw] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}
td[b-ta4fv1n8xw]{
    min-width: 15vw;
}
/* _content/RCL/wwwroot/Pages/Goods/TableModels/PropertyTableElement.razor.rz.scp.css */
body[b-1ld0ftgic9] {
    margin-top: 1vh;
    margin-left: 2vw;
    margin-bottom: 1vh;
    width: 86vw;
    background-color: antiquewhite;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.box[b-1ld0ftgic9] {
    margin-left: 2vw;
} 
 
button[b-1ld0ftgic9] {
    height: 4vh;
    width: 30vw;
    margin-top: 1vh; 
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.DeletButton[b-1ld0ftgic9] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

td[b-1ld0ftgic9] {
    min-width: 15vw;
}
/* _content/RCL/wwwroot/Pages/Goods/TableModels/PropertyValueTableElement.razor.rz.scp.css */
body[b-00u9y6thm6] {
    margin-top: 1vh;
    margin-left: 2vw;
    margin-bottom: 1vh;
    width: 86vw;
    background-color: antiquewhite;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.box[b-00u9y6thm6] {
    margin-left: 2vw;
}
  
button[b-00u9y6thm6] {
    height: 4vh;
    width: 30vw;
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden; 
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.DeletButton[b-00u9y6thm6] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

td[b-00u9y6thm6] {
    min-width: 15vw;
}
/* _content/RCL/wwwroot/Pages/Goods/TableModels/UnitOfMeasureTableElement.razor.rz.scp.css */
body[b-76wxefej73] {
    margin-top: 1vh;
    margin-left: 2vw;
    margin-bottom: 1vh;
    width: 86vw;
    background-color: antiquewhite;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.box[b-76wxefej73] {
    margin-left: 2vw;
}
  
button[b-76wxefej73] {
    height: 4vh;
    width: 30vw;
    margin-top: 1vh;
    margin-left: 1vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw; 
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

.DeletButton[b-76wxefej73] {
    height: 3vh;
    width: 20vw;
    margin-top: 1vh;
    margin-left: 30vw;
    overflow: hidden;
    border-radius: 6px;
    font-size: 3.5vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
    margin-bottom: 1vh;
}

td[b-76wxefej73] {
    min-width: 15vw;
}
/* _content/RCL/wwwroot/Pages/LoginPage/LoginPhone.razor.rz.scp.css */
body[b-zv016bfp2b] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: #f2f2f2;
}


.FlexContainer[b-zv016bfp2b] {
    display: flex;
    flex-direction:column;
}
 
.FlexItem[b-zv016bfp2b] {
    display: flex;
}

.FlexTop[b-zv016bfp2b]
{
    height: 5vh;
    
} 

.FlexMid[b-zv016bfp2b] {
    height: 90vh;
}

.FlexBottom[b-zv016bfp2b] 
{
    height: 5vh;
}

.MainBox[b-zv016bfp2b] {
    margin-left: 5vw;
    width: 90vw;
    height: 75vh;
}


.MainBoxFocused[b-zv016bfp2b] {
    margin: -17vh 5vw;
    width: 90vw;
    height: 75vh;
}

.logoTable[b-zv016bfp2b] {
    margin-left: 10vw; 
    text-align: center;
    width: 70vw;
    height: 51.4vh;
}


    .logoTable label[b-zv016bfp2b] {
        margin-top: -4.5vh;
    }

.Logotip[b-zv016bfp2b] {
    width: 70vw;
    height: 83vw;
}

.vld[b-zv016bfp2b] {
    font-size: calc(4vw + 4vh);
    color: #ff5001;
    text-shadow: none;
}

.crm[b-zv016bfp2b] {
    font-size: calc(2vw + 2vh);
}

.AuthenticationBox[b-zv016bfp2b] {
    margin-left: 5vw;
    width: 80vw;
    height: auto;
}


label[b-zv016bfp2b] {
    margin-top: 8%;
    color: #242424;
    text-shadow: 0px 0px 2px #242424;
    width: auto;
}

a[b-zv016bfp2b] {
    font-size: calc(1.4vw + 1.4vh);

}

.RegistrationField[b-zv016bfp2b] {
    margin-top: 0.2vh;
    text-align: right;
}

.WarningLabel[b-zv016bfp2b] {
    font-size: calc(1.3vw + 1.3vh);
    margin-top: 0vh;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}

input[b-zv016bfp2b] {
    height: 4.4vh;
    margin-top: 1.5vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
    font-size: calc(1.4vw + 1.4vh);
}

    input:focus[b-zv016bfp2b] {
        border: solid 2px black;
    }

.LoginButton[b-zv016bfp2b] {
    margin-left: 20vw;
    margin-top: 3vh;
    width: 50vw;
    height: 7vh;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: calc(2.5vw + 2.5vh);
    font-weight: 500;
    filter: drop-shadow( -0.1vw 0.2vh 3px black);
}


td[b-zv016bfp2b] {
    padding-top: 1vh;
}
/* _content/RCL/wwwroot/Pages/MainMenuPage/MainMenu.razor.rz.scp.css */

body[b-jqrf60p1xa] {
    display: flex;
    height: 100vh;
    width: 100vw;

}

*[b-jqrf60p1xa] {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f2f2f2;
}
 
.BodyItem[b-jqrf60p1xa] {
    display: flex;
}

.header[b-jqrf60p1xa]{
    height : 5vh;
}
 
.mid[b-jqrf60p1xa] { 
    height: 90vh;
    width: 100vw;
}

.footer[b-jqrf60p1xa] {
    height: 5vh;
}

.outline[b-jqrf60p1xa] {
    min-width: 7.5vw;
}

.MainBox[b-jqrf60p1xa] {
    width: 85vw;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.MainMenuButtonInterface[b-jqrf60p1xa] {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}

.LabelWindow[b-jqrf60p1xa] {
    width: 100%;
    height: 7.5%;
    display:flex;
    margin-top: 6vh;
    
}

label[b-jqrf60p1xa] {
    width: 100%;
    align-content: center;
    background-color: antiquewhite;
    border-radius: 12px;
    text-align: center;
    border: solid 3px black;
}

.ButtonWindow[b-jqrf60p1xa] {
    width: 50%;
    height: 20%;
}

.MainMenuButtonInterface button[b-jqrf60p1xa] {
    height: 40%;
    width: 90%;
    margin-top: 30%;
    margin-left: 5%;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.BackButton[b-jqrf60p1xa] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: -3vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow(  0vw 0vh 3px black);
}
 
/* _content/RCL/wwwroot/Pages/MainMenuPage/TechnicalSupport.razor.rz.scp.css */
body[b-2gozmellrk] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}


.BackButton[b-2gozmellrk] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}  
 
.ButtonWindow[b-2gozmellrk] {
    height: 8vh;
    width: 70vw;
    margin-top: 13vh;
    margin-left: 15vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow(  0vw 0vh 4px black);
}
/* _content/RCL/wwwroot/Pages/Managers/ManagerCreateContent.razor.rz.scp.css */
body[b-u1nkx394cq] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-u1nkx394cq] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-u1nkx394cq] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-u1nkx394cq] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%; 
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-u1nkx394cq] {
        border: solid 2px black;
    }
/* _content/RCL/wwwroot/Pages/Managers/ManagersMain.razor.rz.scp.css */
body[b-c6ouakucx3] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
}

.CreateManagerButton[b-c6ouakucx3] {
    height: 10%;
    width: 60%;
    margin-top: 20%;
    margin-left: 20%;
    overflow: hidden;
    color: black;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    filter: drop-shadow( 0vw 0vh 4px black);
}
  
.BackButton[b-c6ouakucx3] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw; 
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}
/* _content/RCL/wwwroot/Pages/Orders/OrderCreateContent.razor.rz.scp.css */
body[b-lu1pk8ntwc] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-lu1pk8ntwc] {
    font-size: 2vh;
    margin-top: 4vh;
}

.WarningLabel[b-lu1pk8ntwc] {
    height: 3vh;
    font-size: 4vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-lu1pk8ntwc] {
    font-size: 2vh;
    height: 5vh;
    margin-top: 2.5vh; 
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-lu1pk8ntwc] {
        border: solid 2px black;
    }

.ExpectedDeliveryDate[b-lu1pk8ntwc] {
    width: 60vw;
}

.AdresInput[b-lu1pk8ntwc] {
    width: 73vw;
}
/* _content/RCL/wwwroot/Pages/Orders/OrderDescriptionContent.razor.rz.scp.css */
body[b-gomqhppxwy] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-gomqhppxwy] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

.WarningLabel[b-gomqhppxwy] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-gomqhppxwy] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh; 
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-gomqhppxwy] {
        border: solid 2px black;
    }

    button[b-gomqhppxwy]
    {
        color: black;
        background: none;
    }

    select[b-gomqhppxwy]
    {
        height: 3.8vh;
        min-width: 45vw;
        margin-top: 1vh;
    }

.InputFile[b-gomqhppxwy] {
    margin-top: 4vh;
}

.imageContainer[b-gomqhppxwy] {
    background: none;
    border: none;
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: -1.1vh;
    width: 70vw;
    height: 39vh;
    border-radius: 10px;
    overflow: hidden;
    filter: drop-shadow( 0vw 0vh 2px black);
}

img[b-gomqhppxwy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

textarea[b-gomqhppxwy] {
    width: 100%;
    height: 10vh;
    color: black;
    resize: none;
}
/* _content/RCL/wwwroot/Pages/Orders/OrderEditContent.razor.rz.scp.css */
body[b-k1hxxf6j6q] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-k1hxxf6j6q] {
    font-size: calc(1vw + 1vh);
    margin-top: 4vh;
}

.WarningLabel[b-k1hxxf6j6q] {
    height: 3vh;
    font-size: 4vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-k1hxxf6j6q] {
    font-size: calc(1.3vw + 1.3vh);
    height: 4vh;
    margin-top: 2.5vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-k1hxxf6j6q] {
        border: solid 2px black;
    }

.ExpectedDeliveryDate[b-k1hxxf6j6q]
{
    width: 60vw;
}

.AdresInput[b-k1hxxf6j6q] 
{
    width: 55vw;
}

.ManagerCommentary[b-k1hxxf6j6q]
{
    color: black;
    height: 11vh;
    resize: none;
    width: 86vw;
}

.Table[b-k1hxxf6j6q] {
    height: 26vh;
    overflow: auto;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}

select[b-k1hxxf6j6q] {
    font-size: calc(1.2vw + 1.2vh);
}
/* _content/RCL/wwwroot/Pages/Orders/OrderFilterContent.razor.rz.scp.css */
body[b-ad6nmo92yr] {
    background-color: white;
    width: 100%;
    height: 100%;
}

td label[b-ad6nmo92yr] {
    font-size: 2vh;
    margin-top: 4vh;
}

.WarningLabel[b-ad6nmo92yr] {
    height: 3vh;
    font-size: 4vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
  
input[b-ad6nmo92yr] {
    font-size: 2vh;
    height: 5vh;
    margin-top: 2.5vh; 
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-ad6nmo92yr] {
        border: solid 2px black;
    }

.ExpectedDeliveryDate[b-ad6nmo92yr] {
    width: 60vw;
}

.AdresInput[b-ad6nmo92yr] {
    width: 73vw;
}
/* _content/RCL/wwwroot/Pages/Orders/OrdersMain.razor.rz.scp.css */
body[b-83vet55pth] {
    height: 100vh;
    width: 100vw;
    background-color: #f2f2f2;
    overflow: hidden;
}

.CreateClientButton[b-83vet55pth] {
    height: 6vh;
    width: 60vw;
    margin-top: 7vh;
    margin-left: 20vw;
    overflow: hidden;
    color: black;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    filter: drop-shadow( 0vw 0vh 4px black);
}
   
.BackButton[b-83vet55pth] {
    z-index: 1; 
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}

.FlexContainer[b-83vet55pth] {
    margin-top: 0vh;
    display: flex;
    flex-direction: column;
}

.VerticalBox[b-83vet55pth] {
    width: 90vw;
    margin-left: 5vw;
    height: 5vh;
}

.mid[b-83vet55pth] {
    height: 70vh;
}

.Table[b-83vet55pth] {
    max-width: 90vw;
    margin-top: 0vh;
    height: 70vh;
    overflow: auto;
    overflow-x: hidden;
    background-color: white;
    border-radius: 7px;
    box-shadow: inset 0vw 0vh 35px #2d183f;
}

.FilterButton[b-83vet55pth] {
    height: 5vh;
    width: 25vw;
    margin-top: 3vh;
    margin-left: 10vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.ResetFilterButton[b-83vet55pth] {
    height: 5vh;
    width: 45vw;
    margin-top: 3vh;
    margin-left: 10vw;
    overflow: hidden;
    border-radius: 15px;
    font-size: 4.2vw;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    filter: drop-shadow( 0vw 0vh 4px black);
}
/* _content/RCL/wwwroot/Pages/Orders/OrderTableElement.razor.rz.scp.css */
body[b-mf9ktw4wgx] {
    margin-top: 1vh;
    margin-left: 2vw;
    margin-bottom: 1vh;
    width: 86vw;
    background-color: whitesmoke;
    border-radius: 6px;
    filter: drop-shadow( 0vw 0vh 4px black);
    height: 28vh;
    overflow: auto;
/*    outline: 2px solid black;*/
}


.box[b-mf9ktw4wgx] {
    position: absolute;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 2vh;
    width: 84vw; 
/*    height: 0vh;*/
}
   
table[b-mf9ktw4wgx] {
    min-width: 100%;
    min-height: 100%;
}

.OrderNumber[b-mf9ktw4wgx]
{
    font-size: calc(3vw + 3vh);
    text-align: center;
    width: 25vw;
}


.OrderStatus[b-mf9ktw4wgx] {
    color: coral;
    font-weight: 600;
    font-size: calc(1.2vw + 1.2vh);
}

.OrderPrice[b-mf9ktw4wgx] {
    font-weight: 500;
    font-size: calc(1.2vw + 1.2vh);
}

.ExpectedDeliveryDate[b-mf9ktw4wgx] 
{
    font-weight: 200;
    font-size: calc(1vw + 1vh)

}

.ClientName[b-mf9ktw4wgx] {
    font-weight: bold;
    font-size: calc(1.2vw + 1.2vh);
}

.OrderInformation[b-mf9ktw4wgx]
{
    width: 40vw;
}


.PDF[b-mf9ktw4wgx] 
{
    height: 6vh;
    width: 15vw;
    overflow: hidden;
    color: black;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: white;
    filter: drop-shadow( 0vw 0vh 4px black);
}

.Commentary[b-mf9ktw4wgx]
{
    color: black;
    resize: none;
    height: 7vh;
    width: 40vw;
    font-size: calc(1vw + 1vh);
    outline: none;
    overflow: hidden;
}

.OrderButton[b-mf9ktw4wgx] 
{
    background: none;
    border: none;
    position: absolute;
    z-index: 1;
    margin-left: 1vw;
    margin-top: 1vh;
    width: 60vw;
    height: 24vh;
}
/* _content/RCL/wwwroot/Pages/RegistrationPage/ActivateMail.razor.rz.scp.css */
body[b-p4qqkl6ipf] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: #f2f2f2;
}


.MainBox[b-p4qqkl6ipf] {
    position: relative;
    margin: 10vh 5vw;
    width: 90vw;
    height: 75vh;
}

 
 
.MainBoxFocused[b-p4qqkl6ipf] {
    position: relative;
    margin: -17vh 5vw;
    width: 90vw;
    height: 75vh; 
}

.logoTable[b-p4qqkl6ipf] {
    margin-left: 10vw;
    text-align: center;
}


    .logoTable label[b-p4qqkl6ipf] {
        margin-top: -2vh;
    }

.Logotip[b-p4qqkl6ipf] {
    width: 70vw;
    height: 83vw;
    position: relative;
}

.vld[b-p4qqkl6ipf] {
    font-size: 18vw;
    color: #ff5001;
    text-shadow: none;
}

.crm[b-p4qqkl6ipf] {
    font-size: 13vw;
}

.AuthenticationBox[b-p4qqkl6ipf] {
    position: relative;
    margin-top: 1vh;
    margin-left: 5vw;
    width: 90%;
    height: 15vh;
}


label[b-p4qqkl6ipf] {
    margin-top: 8%;
    color: #242424;
    text-shadow: 0px 0px 2px #242424;
    width: auto;
}

a[b-p4qqkl6ipf] {
    font-size: 3.5vw;
}

.RegistrationField[b-p4qqkl6ipf] {
    text-align: right;
}

.WarningLabel[b-p4qqkl6ipf] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}

input[b-p4qqkl6ipf] {
    height: 4vh;
    margin-top: 2vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-p4qqkl6ipf] {
        border: solid 2px black;
    }

button[b-p4qqkl6ipf] {
    position: relative;
    margin-left: 15vw;
    margin-top: 8vh;
    width: 60vw;
    height: 7.5vh;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 180%;
    font-weight: 500;
    filter: drop-shadow( -0.8vw 0.8vh 8px black);
}


td[b-p4qqkl6ipf] {
    padding-top: 1vh;
}
/* _content/RCL/wwwroot/Pages/RegistrationPage/RegistrationPagePhone.razor.rz.scp.css */

body[b-u0widvrkfm] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: #f2f2f2;
}

.OwnerCreatingTrue[b-u0widvrkfm] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6));
    z-index: 2;
}
  
.OwnerCreatingFalse[b-u0widvrkfm] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: none;
}
.OwnerCreatingLabel[b-u0widvrkfm] {
    position: absolute; 
    z-index: 3;
    color: white;
    font-size: calc(2.5vw + 2.5vh);
    margin-top: 45vh;
    margin-left: 8vw;
    text-shadow: 2px 2px 40px black;
}

.MainBox[b-u0widvrkfm] {
    position: relative;
    margin: 7vh 5vw;
    width: 90vw;
    height: 75vh;
}


.MainBoxFocused[b-u0widvrkfm] {
    position: relative;
    margin: -22vh 5vw;
    width: 90vw;
    height: 75vh;
}

.RegistrationBox[b-u0widvrkfm] {
    position: relative;
    margin-top: 7vh;
    margin-left: 5vw;
    width: 90%;
    height: 30vh;
}

input[b-u0widvrkfm] {
    font-size: 2.3vh;
    height: 6vh;
    margin-top: 3vh;
    background-color: white;
    inline-size: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
    border: solid 2px #6b6b6b;
    color: black;
}

    input:focus[b-u0widvrkfm] {
        border: solid 2px black;
    }

.RegistrationButton[b-u0widvrkfm] {
    position: relative;
    margin-left: 5vw;
    margin-top: 8vh;
    width: 80vw;
    height: 9vh;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 8vw;
    font-weight: 500;
    filter: drop-shadow( -0.8vw 0.8vh 8px black);
}

.BackButton[b-u0widvrkfm] {
    z-index: 1;
    position: absolute;
    margin-left: 80vw;
    margin-top: 2vh;
    width: 12.5vw;
    height: 6vh;
    border-radius: 8px;
    outline: none;
    border: none;
    background-color: #e65a1c;
    color: white;
    font-size: 7vw;
    font-weight: 500;
    filter: drop-shadow( 0vw 0vh 3px black);
}


tr[b-u0widvrkfm] {
    width: 100%;
}

td label[b-u0widvrkfm] {
    font-size: 2.3vh;
    margin-top: 4.3vh;
}

table[b-u0widvrkfm] {
    width: 100%;
}

.WarningLabel[b-u0widvrkfm] {
    font-size: 4.5vw;
    position: relative;
    color: red;
    text-shadow: none;
    margin-inline: auto;
}
/* _content/RCL/wwwroot/Pages/UIElements/ModalWindows/DisconnectWindow.razor.rz.scp.css */
.Window[b-h3w6h8mckc] {
    position: absolute;
    background-image: linear-gradient(90deg, #fee1e9,#edd5e1,#aed0db);
    width: 100vw;
    height: 100vh;
}

.UpdateBox[b-h3w6h8mckc] {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 37.5vh;
    margin-left: 5%;
    width: 90%;
    height: 22.5vh;
    background-image: radial-gradient(at 54.70852418203582% 71.61505111126294%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 1) 0%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 0) 100%), radial-gradient(at 47.19402565629356% 63.614181911765975%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 1) 0%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 0) 100%), radial-gradient(at 73.380965776244% 18.703064138941162%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 1) 0%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 0) 100%), radial-gradient(at 62.022610754609374% 56.1235942746223%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 1) 0%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 0) 100%), radial-gradient(at 1.4818233093285782% 17.09598724913064%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 1) 0%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 0) 100%), radial-gradient(at 44.963308744159946% 10.620215449585025%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 1) 0%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 0) 100%), radial-gradient(at 45.50443287687358% 59.164751865547856%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 1) 0%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 0) 100%), radial-gradient(at 71.67690364784092% 44.763407659536504%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 1) 0%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 0) 100%), radial-gradient(at 14.795789608344467% 8.909269538771692%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 1) 0%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 0) 100%), radial-gradient(at 49.85052369491856% 72.10845987038452%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 1) 0%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 0) 100%), radial-gradient(at 38.62902196590914% 89.93121966891158%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 1) 0%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 0) 100%), radial-gradient(at 18.234074350925255% 7.027885946957135%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 1) 0%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 0) 100%);
    border-radius: 4vh;
    filter: drop-shadow( -0.8vw 1.5vh 8px #2d183f);
}
  
.UpdateText[b-h3w6h8mckc] {
    width: max-content;
    height: max-content;
    margin: auto;
    color: antiquewhite; 
    text-shadow: 1px 1px 5px black;
}
/* _content/RCL/wwwroot/Pages/UIElements/ModalWindows/UpdateWindow.razor.rz.scp.css */
.Window[b-8i1un0jatz] {
    position: absolute;
    background-image: linear-gradient(90deg, #fee1e9,#edd5e1,#aed0db);
    width: 100vw;
    height: 100vh;
}

.UpdateBox[b-8i1un0jatz] {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 37.5vh;
    margin-left: 5%;
    width: 90%;
    height: 22.5vh;
    background-image: radial-gradient(at 54.70852418203582% 71.61505111126294%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 1) 0%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 0) 100%), radial-gradient(at 47.19402565629356% 63.614181911765975%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 1) 0%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 0) 100%), radial-gradient(at 73.380965776244% 18.703064138941162%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 1) 0%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 0) 100%), radial-gradient(at 62.022610754609374% 56.1235942746223%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 1) 0%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 0) 100%), radial-gradient(at 1.4818233093285782% 17.09598724913064%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 1) 0%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 0) 100%), radial-gradient(at 44.963308744159946% 10.620215449585025%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 1) 0%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 0) 100%), radial-gradient(at 45.50443287687358% 59.164751865547856%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 1) 0%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 0) 100%), radial-gradient(at 71.67690364784092% 44.763407659536504%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 1) 0%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 0) 100%), radial-gradient(at 14.795789608344467% 8.909269538771692%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 1) 0%, hsla(335.421686746988, 37.89954337899543%, 57.05882352941176%, 0) 100%), radial-gradient(at 49.85052369491856% 72.10845987038452%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 1) 0%, hsla(35.99999999999999, 37.234042553191486%, 63.13725490196078%, 0) 100%), radial-gradient(at 38.62902196590914% 89.93121966891158%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 1) 0%, hsla(251.29411764705884, 44.97354497354495%, 62.94117647058823%, 0) 100%), radial-gradient(at 18.234074350925255% 7.027885946957135%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 1) 0%, hsla(292.82608695652175, 42.99065420560747%, 58.0392156862745%, 0) 100%);
    border-radius: 4vh;
    filter: drop-shadow( -0.8vw 1.5vh 8px #2d183f);
}
 
.UpdateText[b-8i1un0jatz] {
    width: max-content;
    height: max-content;
    margin: auto;
    color: antiquewhite;
    text-shadow: 1px 1px 5px black;
}
  
