@import '_content/Majorsoft.Blazor.Components.Collapse/Majorsoft.Blazor.Components.Collapse.bundle.scp.css';

/* /Pages/AddProdArgPopUP.razor.rz.scp.css */
button[b-8w5qiaawk3] {
    border: none;
    width: auto;
    background-color: #FF4C00;
    color:white;
}

button:hover[b-8w5qiaawk3]{
    opacity: .8;
    color:white;
}


.header[b-8w5qiaawk3] {
    background-color: #FF4C00;
    color: white;
    font-weight: 200;
}

.custToast[b-8w5qiaawk3] {
    background-color: #EBF8EF;
    width: 100%;
}

.custwidth[b-8w5qiaawk3]{
    width:100%;
}
/* /Pages/AuthTokenStatus.razor.rz.scp.css */

*[b-k9rg01t9ig] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

h1[b-k9rg01t9ig] {
    font-family: 'FH Oscar';
}

h3[b-k9rg01t9ig] {
    color: #FF4C00;
}

table[b-k9rg01t9ig] {
    font-family: 'FH Oscar';
    border-collapse: collapse;
    width: 100%;
    background-color: #BDE9C9;
}

th[b-k9rg01t9ig] {
    background-color: #FF4C00;
    font-weight:200;
}
.header[b-k9rg01t9ig]{
    color:white;
}
.firstCol[b-k9rg01t9ig]{

}

.secondCol[b-k9rg01t9ig]{

}

.thirdCol[b-k9rg01t9ig]{

}

td[b-k9rg01t9ig], th[b-k9rg01t9ig] {
    border: 1px solid black;

    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-k9rg01t9ig] {
    background-color: #EBF8EF;
}


@keyframes slide-in-b-k9rg01t9ig {
    100% {
        opacity: 1;
        left: 50%;
    }
}

@keyframes tag-b-k9rg01t9ig {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-k9rg01t9ig {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

button[b-k9rg01t9ig] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-k9rg01t9ig] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-k9rg01t9ig] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

.btn[b-k9rg01t9ig] {
    background: #eae3d2;
    color: #292929;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn:hover[b-k9rg01t9ig] {
        background-color: #eedbaf;
    }
/* /Pages/CreateUser.razor.rz.scp.css */
/* Bordered form */
form[b-ko9qrttg29] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-ko9qrttg29], input[type=password][b-ko9qrttg29] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-ko9qrttg29] {
    background-color: rgb(255, 69, 5);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

p[b-ko9qrttg29] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-ko9qrttg29] {
    text-align: left;
}

.validation-message[b-ko9qrttg29] {
    text-align: center;
}

img[b-ko9qrttg29] {
    width: 100%;
    height: auto;
}

/* Add a hover effect for buttons */
button:hover[b-ko9qrttg29] {
    opacity: 0.8;
}

/* Center the avatar image inside this container */
.imgcontainer[b-ko9qrttg29] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-ko9qrttg29] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-ko9qrttg29] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-ko9qrttg29] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-ko9qrttg29] {
        display: block;
        float: none;
    }

    .cancelbtn[b-ko9qrttg29] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-ko9qrttg29] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-ko9qrttg29] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-ko9qrttg29] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-ko9qrttg29],
    .close:focus[b-ko9qrttg29] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-ko9qrttg29] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
/* /Pages/CSVCreateUsers.razor.rz.scp.css */
/* Bordered form */
form[b-joqno887q0] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-joqno887q0], input[type=password][b-joqno887q0] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-joqno887q0] {
    background-color: rgb(255, 69, 5);
    color: white;
    padding: 5px 5px;
    margin: 8px 0;
    border: none;
    border-radius: 10px;
    height: auto;
    cursor: pointer;
    max-width: 250px;
}



p[b-joqno887q0] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-joqno887q0] {
    text-align: left;
}

table[b-joqno887q0] {
    font-family: 'FH Oscar';
    border-collapse: collapse;
    width: 100%;
    background-color: #BDE9C9;
}
th[b-joqno887q0]{
    font-weight:100;
}

td[b-joqno887q0], th[b-joqno887q0] {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

tr:first-child[b-joqno887q0] {
    background-color: #FF4C00;
    color: white;
    font-weight: 300;
}

tr:nth-child(even)[b-joqno887q0] {
    background-color: #EBF8EF;
}

/* Add a hover effect for buttons */
button:hover[b-joqno887q0] {
    opacity: 0.8;
}

.filedownload[b-joqno887q0] {
    background-color: #FF4C00;
    max-width: 500px;
    border-radius: 10px;
    margin: 8px 0;
}

InputFile[b-joqno887q0] {
    background-color: #FF4C00;
    color: #FF4C00;

    width:150px;
    height:200px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-joqno887q0] {
        display: block;
        float: none;
    }

    .cancelbtn[b-joqno887q0] {
        width: 100%;
    }
}
/* /Pages/Forgot2FAEmailSent.razor.rz.scp.css */
button[b-2vittxujfw] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    width: 20%;
    position: center;
    display: block;
    margin: auto;
    padding: 10px;
}

input[b-2vittxujfw] {
    position: center;
    display: block;
    margin: auto;
    width: 20%;
}

p[b-2vittxujfw] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

div.wrapper[b-2vittxujfw] {
    width: 100%;
    height: 300px;
}
/* /Pages/ForgotPassEmailSent.razor.rz.scp.css */
button[b-ez221yh5u5] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    width: 20%;
    position: center;
    display: block;
    margin: auto;
    padding: 10px;
}

input[b-ez221yh5u5] {
    position: center;
    display: block;
    margin: auto;
    width: 20%;
}

p[b-ez221yh5u5] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

div.wrapper[b-ez221yh5u5] {
    width: 100%;
    height: 300px;
}
/* /Pages/JoinTheOrgRequests.razor.rz.scp.css */
/* Bordered form */
form[b-xd1hvc3mtb] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-xd1hvc3mtb], input[type=password][b-xd1hvc3mtb] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-xd1hvc3mtb] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-xd1hvc3mtb] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-xd1hvc3mtb] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

p[b-xd1hvc3mtb] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-xd1hvc3mtb] {
    text-align: right;
    text-overflow:ellipsis;
}

.validation-message[b-xd1hvc3mtb] {
    text-align: center;
}

img[b-xd1hvc3mtb] {
    width: 100%;
    height: auto;
}

.test-div[b-xd1hvc3mtb] {
    background-color: yellow;
}

.test-div-1[b-xd1hvc3mtb] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-xd1hvc3mtb] {
    opacity: 0.8;
}

a[b-xd1hvc3mtb]{
    text-decoration:none;
}

a:hover[b-xd1hvc3mtb]{
    opacity: 0.8;
}

.padRight1[b-xd1hvc3mtb] {
    padding-right: 1.45em;
}

.padRight2[b-xd1hvc3mtb]{
    padding-right: 2.65em;
}

.padRight3[b-xd1hvc3mtb] {
    padding-right: 3.35em;
}

.padRight4[b-xd1hvc3mtb]{
    padding-right: 3.65em;
}

.padRight5[b-xd1hvc3mtb] {
    padding-right: 5.45em;
}

.box[b-xd1hvc3mtb] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-xd1hvc3mtb]{
    width: auto;
    background-color: #04AA6D;
    float:right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-xd1hvc3mtb] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-xd1hvc3mtb] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-xd1hvc3mtb] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-xd1hvc3mtb] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-xd1hvc3mtb] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-xd1hvc3mtb] {
        display: block;
        float: none;
    }

    .cancelbtn[b-xd1hvc3mtb] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-xd1hvc3mtb] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-xd1hvc3mtb] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-xd1hvc3mtb] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-xd1hvc3mtb],
    .close:focus[b-xd1hvc3mtb] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-xd1hvc3mtb] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-xd1hvc3mtb 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-xd1hvc3mtb {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/LoggedINReset2FA.razor.rz.scp.css */
/* Bordered form */
form[b-xzp318f8vi] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-xzp318f8vi], input[type=password][b-xzp318f8vi] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-xzp318f8vi] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-xzp318f8vi] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-xzp318f8vi] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

.buttonIn[b-xzp318f8vi] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    margin: 8px 0;
    width: 100%;
}

form[b-xzp318f8vi]{
    border:none;
}

p[b-xzp318f8vi] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-xzp318f8vi] {
    text-align: right;
}

.validation-message[b-xzp318f8vi] {
    text-align: center;
}

img[b-xzp318f8vi] {
    justify-content: center;
    max-width: 500px;
    width:200px;
    height: auto;
    display: block;
    margin: auto;
}

.test-div[b-xzp318f8vi] {
    background-color: yellow;
}

.test-div-1[b-xzp318f8vi] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-xzp318f8vi] {
    opacity: 0.8;
}

.padRight1[b-xzp318f8vi] {
    padding-right: 1.45em;
}

.padRight2[b-xzp318f8vi] {
    padding-right: 2.65em;
}

.padRight3[b-xzp318f8vi] {
    padding-right: 3.35em;
}

.padRight4[b-xzp318f8vi] {
    padding-right: 3.65em;
}

.padRight5[b-xzp318f8vi] {
    padding-right: 5.45em;
}

.box[b-xzp318f8vi] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-xzp318f8vi] {
    width: auto;
    background-color: #04AA6D;
    float: right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-xzp318f8vi] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-xzp318f8vi] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-xzp318f8vi] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-xzp318f8vi] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-xzp318f8vi] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-xzp318f8vi] {
        display: block;
        float: none;
    }

    .cancelbtn[b-xzp318f8vi] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-xzp318f8vi] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-xzp318f8vi] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-xzp318f8vi] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-xzp318f8vi],
    .close:focus[b-xzp318f8vi] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-xzp318f8vi] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-xzp318f8vi 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-xzp318f8vi {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/LoggedInResetPassword.razor.rz.scp.css */
/* Bordered form */
form[b-w32s1byo7h] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-w32s1byo7h], input[type=password][b-w32s1byo7h] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-w32s1byo7h] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-w32s1byo7h] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-w32s1byo7h] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

p[b-w32s1byo7h] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-w32s1byo7h] {
    text-align: right;
}

.validation-message[b-w32s1byo7h] {
    text-align: center;
}

img[b-w32s1byo7h] {
    max-width:30px;
    max-height: 30px;
    height: auto;
}

.test-div[b-w32s1byo7h] {
    background-color: yellow;
}

.test-div-1[b-w32s1byo7h] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-w32s1byo7h] {
    opacity: 0.8;
}

.padRight1[b-w32s1byo7h] {
    padding-right: 1.45em;
}

.padRight2[b-w32s1byo7h] {
    padding-right: 2.65em;
}

.padRight3[b-w32s1byo7h] {
    padding-right: 3.35em;
}

.padRight4[b-w32s1byo7h] {
    padding-right: 3.65em;
}

.padRight5[b-w32s1byo7h] {
    padding-right: 5.45em;
}

.box[b-w32s1byo7h] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-w32s1byo7h] {
    width: auto;
    background-color: #04AA6D;
    float: right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-w32s1byo7h] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-w32s1byo7h] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-w32s1byo7h] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-w32s1byo7h] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-w32s1byo7h] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-w32s1byo7h] {
        display: block;
        float: none;
    }

    .cancelbtn[b-w32s1byo7h] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-w32s1byo7h] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-w32s1byo7h] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-w32s1byo7h] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-w32s1byo7h],
    .close:focus[b-w32s1byo7h] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-w32s1byo7h] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-w32s1byo7h 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-w32s1byo7h {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/OrganizationPage.razor.rz.scp.css */
/* Bordered form */
form[b-1poqx1l0mj] {
    border: 3px solid #f1f1f1;
}
h1[b-1poqx1l0mj] {
    font-family: 'FH Oscar';
}
section[b-1poqx1l0mj] {
    position: relative;
}

/* Full-width inputs */
input[type=text][b-1poqx1l0mj], input[type=password][b-1poqx1l0mj] {
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input[b-1poqx1l0mj]{
    width:100%;
    height: 100%;
}

/* Set a style for all buttons */
button[b-1poqx1l0mj] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    
}

    button.lower[b-1poqx1l0mj] {
        padding: 14px 20px;
        width: 100%;
        margin: 8px 0;
    }

    button.back[b-1poqx1l0mj] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        font-size: calc(20px);
    }
button:disabled[b-1poqx1l0mj]{
    opacity:80%;
}


label[b-1poqx1l0mj] {
    text-align: right;
}

/* Add a hover effect for buttons */
button:hover[b-1poqx1l0mj] {
    opacity: 0.8;
}

.padRight1[b-1poqx1l0mj] {
    padding-right: 1.45em;
}

.padRight2[b-1poqx1l0mj]{
    padding-right: 2.65em;
}

.padRight3[b-1poqx1l0mj] {
    padding-right: 3.35em;
}

.padRight4[b-1poqx1l0mj]{
    padding-right: 3.65em;
}

.padRight5[b-1poqx1l0mj] {
    padding-right: 5.45em;
}

@media (max-width: 640px) {

    button[b-1poqx1l0mj] {
        background-color: rgb(255, 69, 5);
        color: white;
        border: none;
        cursor: pointer;
        border-radius: 2px;
        margin-top:-5px;
    }
}
/* /Pages/OrgSignIns.razor.rz.scp.css */

*[b-fdaijoh1zi] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

h1[b-fdaijoh1zi] {
    font-family: 'FH Oscar';
}

table[b-fdaijoh1zi] {
    font-family: 'FH Oscar';
    border-collapse: collapse;
    width: 100%;
    background-color: #BDE9C9;
}

th[b-fdaijoh1zi] {
    background-color: #FF4C00;
    font-weight: 200;
}
.header[b-fdaijoh1zi]{
    color:white;
}
.firstCol[b-fdaijoh1zi]{

}

.secondCol[b-fdaijoh1zi]{

}

.thirdCol[b-fdaijoh1zi]{

}

.fourthCol[b-fdaijoh1zi]{

}

.fifthCol[b-fdaijoh1zi]{

}

td[b-fdaijoh1zi], th[b-fdaijoh1zi] {
    border: 1px solid black;

    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-fdaijoh1zi] {
    background-color: #EBF8EF;
}


button[b-fdaijoh1zi] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-fdaijoh1zi] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-fdaijoh1zi] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

.btn[b-fdaijoh1zi] {
    background: #eae3d2;
    color: #292929;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn:hover[b-fdaijoh1zi] {
        background-color: #eedbaf;
    }
/* /Pages/OrgUsersAll.razor.rz.scp.css */
/* Bordered form */
form[b-c8zc4rcmkx] {
    border: 3px solid #f1f1f1;
    width:100%;
}



/* Full-width inputs */
input[type=text][b-c8zc4rcmkx], input[type=password][b-c8zc4rcmkx] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: calc(6px + 1.8vw);
}

.search-containter[b-c8zc4rcmkx]{
    text-align:right;
    padding:10px;
}

/* Set a style for all buttons */
button[b-c8zc4rcmkx] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    font-size: calc(6px + 1.8vw);
    margin-right:5px;
    height: max(auto);
}

    button.back[b-c8zc4rcmkx] {
        min-width: 100px;
        Margin-left: 20px;
        margin-top: 5px;
        width: calc(100px+1vw);
        min-height: auto;
        float: left;
        font-size: min(calc(6px + 1.8vw), 20px);
    }

    button.add[b-c8zc4rcmkx] {
        margin-bottom: 5px;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: auto;
        font-size: min(calc(6px + 1.8vw), 20px);
    }

input.search-box[b-c8zc4rcmkx] {
    min-width: 100px;
    height: auto;
    float: right;
    font-size: min(calc(6px + 1.8vw), 20px);
}
label[b-c8zc4rcmkx] {
    text-align: left;
}

/* Add a hover effect for buttons */
button:hover[b-c8zc4rcmkx] {
    opacity: 0.8;
}


.box[b-c8zc4rcmkx] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}

/* Add padding to containers */
.container[b-c8zc4rcmkx] {
    padding: 16px;
}


/* The Modal (background) */
.modal[b-c8zc4rcmkx] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-c8zc4rcmkx] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
/* /Pages/OrgUserSingle.razor.rz.scp.css */
/* Bordered form */
form[b-vbu1s50iqk] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-vbu1s50iqk], input[type=password][b-vbu1s50iqk] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.dashed-line[b-vbu1s50iqk] {
    border: 2px dashed #f1f1f1;
}

/* Set a style for all buttons */
button[b-vbu1s50iqk] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

.lower[b-vbu1s50iqk] {
    padding: 8px 20px;
    margin: 8px 0;
    min-height: 12px;
    height: 100%;
    width: 100%;
}

    button.back[b-vbu1s50iqk] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }
    button:disabled[b-vbu1s50iqk] {
        opacity: 0.8;
    }

    /* Add a hover effect for buttons */
    button:hover[b-vbu1s50iqk] {
        opacity: 0.8;
    }



p[b-vbu1s50iqk] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-vbu1s50iqk] {
    text-align: left;
}

.validation-message[b-vbu1s50iqk] {
    white-space: pre-line;
    padding-top: 10px;
}

img[b-vbu1s50iqk] {
    width: 100%;
    height: auto;
}

.test-div[b-vbu1s50iqk] {
    background-color: yellow;
}

.test-div-1[b-vbu1s50iqk] {
    background-color: blue;
}



.padRight1[b-vbu1s50iqk] {
    padding-right: 1.45em;
}

.padRight2[b-vbu1s50iqk]{
    padding-right: 2.65em;
}

.padRight3[b-vbu1s50iqk] {
    padding-right: 3.35em;
}

.padRight4[b-vbu1s50iqk]{
    padding-right: 3.65em;
}

.padRight5[b-vbu1s50iqk] {
    padding-right: 5.45em;
}

.box[b-vbu1s50iqk] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-vbu1s50iqk]{
    width: auto;
    background-color: #04AA6D;
    float:right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-vbu1s50iqk] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-vbu1s50iqk] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-vbu1s50iqk] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-vbu1s50iqk] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-vbu1s50iqk] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-vbu1s50iqk] {
        display: block;
        float: none;
    }

    .cancelbtn[b-vbu1s50iqk] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-vbu1s50iqk] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-vbu1s50iqk] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-vbu1s50iqk] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-vbu1s50iqk],
    .close:focus[b-vbu1s50iqk] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-vbu1s50iqk] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-vbu1s50iqk 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-vbu1s50iqk {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/ProductArguments.razor.rz.scp.css */
.container[b-yr2gxt20tm] {
    align-content: center;
}

*[b-yr2gxt20tm] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-yr2gxt20tm] {
    text-align: center;
    margin: auto;
}

h1[b-yr2gxt20tm] {
    font-family: 'FH Oscar';
}

.search-containter[b-yr2gxt20tm] {
    text-align: right;
    padding: 10px;
}

section[b-yr2gxt20tm]{
    position: relative;
}

table[b-yr2gxt20tm] {
    font-family: 'FH Oscar';
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    background-color: #BDE9C9;
    padding: 20px;
}
tr[b-yr2gxt20tm]{
    width:100%;
    
}

th[b-yr2gxt20tm] {
    background-color: #FF4C00;
    font-weight: 200;
    color: white;
}

td[b-yr2gxt20tm], th[b-yr2gxt20tm] {
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: left;
    padding: 5px;
}

tr:nth-child(even)[b-yr2gxt20tm] {
    background-color: #EBF8EF;
}

.header[b-yr2gxt20tm] {
    color: white;
}


@keyframes slide-in-b-yr2gxt20tm {
    100% {
        opacity: 1;
        left: 50%;
    }
}


@keyframes fade-in-b-yr2gxt20tm {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

button[b-yr2gxt20tm] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
    min-width: 100px;
    width: calc(100px+1vw);
    min-height: 40px;
    font-size: calc(20px);
    border-radius: 2px;
}
button:hover[b-yr2gxt20tm]{
    opacity:.8;
}
button:disabled[b-yr2gxt20tm]{
    opacity:.8;
}

    button.back[b-yr2gxt20tm] {
        min-width: 100px;
        Margin-left: 20px;
        margin-top: 5px;        
        float: left;
    }

    button.add[b-yr2gxt20tm]{
        margin-top: 0px;
        margin-bottom: 5px;
        min-width: 100px;
        padding-left:10px;
        padding-right:10px;
    }

.btn[b-yr2gxt20tm] {
    background: #eae3d2;
    color: #292929;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn:hover[b-yr2gxt20tm] {
        background-color: #eedbaf;
    }

@media(min-width:640.001px){
    button[b-yr2gxt20tm] {
        margin-top: -25px;
    }
}

@media (max-width: 640px) {

    button[b-yr2gxt20tm] {
        margin-top: -25px;
    }
}
/* /Pages/ProductPlugins.razor.rz.scp.css */
.container[b-jdeu9h81rm] {
    align-content: center;
}

*[b-jdeu9h81rm] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-jdeu9h81rm] {
    text-align: center;
    margin: auto;
}

h1[b-jdeu9h81rm] {
    font-family: 'FH Oscar';
}

.search-containter[b-jdeu9h81rm] {
    text-align: right;
    padding: 10px;
}

section[b-jdeu9h81rm]{
    position: relative;
}

table[b-jdeu9h81rm] {
    font-family: 'FH Oscar';
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    background-color: #BDE9C9;
    padding: 20px;
}
tr[b-jdeu9h81rm]{
    width:100%;
    
}

th[b-jdeu9h81rm] {
    background-color: #FF4C00;
    font-weight: 200;
    color: white;
}

td[b-jdeu9h81rm], th[b-jdeu9h81rm] {
    overflow: hidden;
    text-overflow:ellipsis;
    text-align: left;
    padding: 5px;
}

tr:nth-child(even)[b-jdeu9h81rm] {
    background-color: #EBF8EF;
}

.header[b-jdeu9h81rm] {
    color: white;
}


@keyframes slide-in-b-jdeu9h81rm {
    100% {
        opacity: 1;
        left: 50%;
    }
}


@keyframes fade-in-b-jdeu9h81rm {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

button[b-jdeu9h81rm] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
    min-width: 100px;
    width: calc(100px+1vw);
    min-height: 40px;
    font-size: calc(20px);
    border-radius: 2px;
}
button:hover[b-jdeu9h81rm]{
    opacity:.8;
}
button:disabled[b-jdeu9h81rm]{
    opacity:.8;
}

    button.back[b-jdeu9h81rm] {
        min-width: 100px;
        Margin-left: 20px;
        margin-top: 5px;        
        float: left;
    }

    button.add[b-jdeu9h81rm]{
        margin-top: 0px;
        margin-bottom: 5px;
        min-width: 100px;
        padding-left:10px;
        padding-right:10px;
    }

.btn[b-jdeu9h81rm] {
    background: #eae3d2;
    color: #292929;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn:hover[b-jdeu9h81rm] {
        background-color: #eedbaf;
    }

@media(min-width:640.001px){
    button[b-jdeu9h81rm] {
        margin-top: -25px;
    }
}

@media (max-width: 640px) {

    button[b-jdeu9h81rm] {
        margin-top: -25px;
    }
}
/* /Pages/Products.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */

.container[b-7gvqcga6gh] {
    background-color: yellow;
    align-content: center;
}

*[b-7gvqcga6gh] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-7gvqcga6gh] {
    text-align: center;
    margin: auto;
}

h1[b-7gvqcga6gh] {
    font-family: 'FH Oscar';
}

body[b-7gvqcga6gh] {
    width: auto;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

    body[b-7gvqcga6gh]::before {
        content: '';
        position: absolute;
        left: 0%;
        transform: translateX(-50%) skewX(-15deg);
        width: 20px;
        height: 100%;
        background: #966e4f;
        border-left: 60px solid #eae3d2;
        border-right: 30px solid #eae3d2;
        opacity: 0;
        animation: slide-in-b-7gvqcga6gh 2s 1.5s forwards 1;
    }

@keyframes slide-in-b-7gvqcga6gh {
    100% {
        opacity: 1;
        left: 50%;
    }
}

.product[b-7gvqcga6gh] {
    background-color: #292929;
    min-width: 350px;
    height: 350px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

.product-img[b-7gvqcga6gh] {
    max-width: 400px;
    height: 100%;
    flex-grow: 1;
    position: relative;
    opacity: 0;
    transform: translateY(-50px);
    animation: fade-in-b-7gvqcga6gh 1s forwards 1;
}

    .product-img img[b-7gvqcga6gh] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        user-select: none;
    }

.tag[b-7gvqcga6gh] {
    position: absolute;
    top: 20px;
    left: -10px;
    transform-origin: left;
    opacity: 0;
    transform: rotate(-90deg);
    text-transform: capitalize;
    color: #eae3d2;
    padding: 5px 10px;
    width: 100px;
    font-size: 18px;
    text-align: center;
    background: #292929;
    user-select: none;
    animation: tag-b-7gvqcga6gh .5s 1s forwards 1;
}

@keyframes tag-b-7gvqcga6gh {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

.product-listing[b-7gvqcga6gh] {
    width: auto;
    min-height: 500px;
    height: auto;
    background: #292929;
    padding: 40px;
    display: flex;
    justify-content: center;
    color: #eae3d2;
    opacity: 0;
    animation: fade-in-b-7gvqcga6gh 1s forwards 1;
}

@keyframes fade-in-b-7gvqcga6gh {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.name[b-7gvqcga6gh] {
    font-size: 70px;
    text-transform: capitalize;
}

.info[b-7gvqcga6gh] {
    font-size: 18px;
    line-height: 30px;
    margin: 50px 0;
}

.price[b-7gvqcga6gh] {
    font-size: 1.6vw;
    font-weight: 100;
    margin-bottom: 20px;
}

.btn-and-rating-box[b-7gvqcga6gh] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rating[b-7gvqcga6gh] {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rating img[b-7gvqcga6gh] {
        width: 20px;
        height: 20px;
        margin: 0 2px;
    }

.btn[b-7gvqcga6gh] {
    background: #eae3d2;
    color: #292929;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn:hover[b-7gvqcga6gh] {
        background-color: #eedbaf;
    }

button.back[b-7gvqcga6gh] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
    position: absolute;
    min-width: 100px;
    width: calc(100px+1vw);
    min-height: 40px;
    float: left;
    font-size: calc(20px);
}

@media (max-width: 640px) {
    body[b-7gvqcga6gh]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .product[b-7gvqcga6gh] {
        flex-direction: column;
        width: 90%;
        margin: 5vh 0;
    }

    .product-img[b-7gvqcga6gh] {
        width: 100%;
        height: 300px;
    }

    .product-listing[b-7gvqcga6gh] {
        width: 100%;
        min-height: auto;
    }

    .name[b-7gvqcga6gh], .price[b-7gvqcga6gh] {
        font-size: 3.0vw;
    }

    .info[b-7gvqcga6gh] {
        font: 16px;
    }
}
/* /Pages/Register.razor.rz.scp.css */
/* Bordered form */
form[b-hsgfg03xh9] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-hsgfg03xh9], input[type=password][b-hsgfg03xh9] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-hsgfg03xh9] {
    background-color: rgb(255, 69, 5);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

p[b-hsgfg03xh9] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-hsgfg03xh9] {
    text-align: left;
}

.validation-message[b-hsgfg03xh9] {
    text-align: center;
}

img[b-hsgfg03xh9] {
    width: 100%;
    height: auto;
}

.test-div[b-hsgfg03xh9] {
    background-color: yellow;
}

.test-div-1[b-hsgfg03xh9] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-hsgfg03xh9] {
    opacity: 0.8;
}

.padRight1[b-hsgfg03xh9] {
    padding-right: 1.45em;
}

.padRight2[b-hsgfg03xh9]{
    padding-right: 2.65em;
}

.padRight3[b-hsgfg03xh9] {
    padding-right: 3.35em;
}

.padRight4[b-hsgfg03xh9]{
    padding-right: 3.65em;
}

.padRight5[b-hsgfg03xh9] {
    padding-right: 5.45em;
}

.box[b-hsgfg03xh9] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-hsgfg03xh9]{
    width: auto;
    background-color: #04AA6D;
    float:right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-hsgfg03xh9] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-hsgfg03xh9] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-hsgfg03xh9] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-hsgfg03xh9] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-hsgfg03xh9] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-hsgfg03xh9] {
        display: block;
        float: none;
    }

    .cancelbtn[b-hsgfg03xh9] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-hsgfg03xh9] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-hsgfg03xh9] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-hsgfg03xh9] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-hsgfg03xh9],
    .close:focus[b-hsgfg03xh9] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-hsgfg03xh9] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-hsgfg03xh9 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-hsgfg03xh9 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/RegisterOrg.razor.rz.scp.css */
/* Bordered form */
form[b-8bxijza93t] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-8bxijza93t], input[type=password][b-8bxijza93t] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-8bxijza93t] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-8bxijza93t] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-8bxijza93t] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

p[b-8bxijza93t] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-8bxijza93t] {
    text-align: left;
}

.validation-message[b-8bxijza93t] {
    text-align: center;
}

img[b-8bxijza93t] {
    width: 100%;
    height: auto;
}

.test-div[b-8bxijza93t] {
    background-color: yellow;
}

.test-div-1[b-8bxijza93t] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-8bxijza93t] {
    opacity: 0.8;
}

.padRight1[b-8bxijza93t] {
    padding-right: 1.45em;
}

.padRight2[b-8bxijza93t]{
    padding-right: 2.65em;
}

.padRight3[b-8bxijza93t] {
    padding-right: 3.35em;
}

.padRight4[b-8bxijza93t]{
    padding-right: 3.65em;
}

.padRight5[b-8bxijza93t] {
    padding-right: 5.45em;
}

.box[b-8bxijza93t] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-8bxijza93t]{
    width: auto;
    background-color: #04AA6D;
    float:right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-8bxijza93t] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-8bxijza93t] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-8bxijza93t] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-8bxijza93t] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-8bxijza93t] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-8bxijza93t] {
        display: block;
        float: none;
    }

    .cancelbtn[b-8bxijza93t] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-8bxijza93t] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-8bxijza93t] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-8bxijza93t] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-8bxijza93t],
    .close:focus[b-8bxijza93t] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-8bxijza93t] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-8bxijza93t 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-8bxijza93t {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/Reset2FA.razor.rz.scp.css */
/* Bordered form */
form[b-2cohjmqr6j] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-2cohjmqr6j], input[type=password][b-2cohjmqr6j] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-2cohjmqr6j] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}
    button.lower[b-2cohjmqr6j] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }
    button.back[b-2cohjmqr6j] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

p[b-2cohjmqr6j] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-2cohjmqr6j] {
    text-align: right;
}

.validation-message[b-2cohjmqr6j] {
    text-align: center;
}

img[b-2cohjmqr6j] {
    justify-content: center;
    max-width: 500px;
    width:100%;
    height: auto;
    display: block;
    margin: auto;
}

.test-div[b-2cohjmqr6j] {
    background-color: yellow;
}

.test-div-1[b-2cohjmqr6j] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-2cohjmqr6j] {
    opacity: 0.8;
}

.padRight1[b-2cohjmqr6j] {
    padding-right: 1.45em;
}

.padRight2[b-2cohjmqr6j] {
    padding-right: 2.65em;
}

.padRight3[b-2cohjmqr6j] {
    padding-right: 3.35em;
}

.padRight4[b-2cohjmqr6j] {
    padding-right: 3.65em;
}

.padRight5[b-2cohjmqr6j] {
    padding-right: 5.45em;
}

.box[b-2cohjmqr6j] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-2cohjmqr6j] {
    width: auto;
    background-color: #04AA6D;
    float: right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-2cohjmqr6j] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-2cohjmqr6j] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-2cohjmqr6j] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-2cohjmqr6j] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-2cohjmqr6j] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-2cohjmqr6j] {
        display: block;
        float: none;
    }

    .cancelbtn[b-2cohjmqr6j] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-2cohjmqr6j] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-2cohjmqr6j] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-2cohjmqr6j] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-2cohjmqr6j],
    .close:focus[b-2cohjmqr6j] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-2cohjmqr6j] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-2cohjmqr6j 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-2cohjmqr6j {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/ResetPassword.razor.rz.scp.css */
/* Bordered form */
form[b-pjr8ukb6r5] {
    border: 3px solid #f1f1f1;
}

h2[b-pjr8ukb6r5]{

}

/* Full-width inputs */
input[type=text][b-pjr8ukb6r5], input[type=password][b-pjr8ukb6r5] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-pjr8ukb6r5] {
    background-color: rgb(255, 69, 5);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

p[b-pjr8ukb6r5] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-pjr8ukb6r5] {
    text-align: right;
}

.validation-message[b-pjr8ukb6r5] {
    text-align: center;
}

img[b-pjr8ukb6r5] {
    max-width:30px;
    max-height: 30px;
    height: auto;
}

.test-div[b-pjr8ukb6r5] {
    background-color: yellow;
}

.test-div-1[b-pjr8ukb6r5] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-pjr8ukb6r5] {
    opacity: 0.8;
}

.padRight1[b-pjr8ukb6r5] {
    padding-right: 1.45em;
}

.padRight2[b-pjr8ukb6r5] {
    padding-right: 2.65em;
}

.padRight3[b-pjr8ukb6r5] {
    padding-right: 3.35em;
}

.padRight4[b-pjr8ukb6r5] {
    padding-right: 3.65em;
}

.padRight5[b-pjr8ukb6r5] {
    padding-right: 5.45em;
}

.box[b-pjr8ukb6r5] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-pjr8ukb6r5] {
    width: auto;
    background-color: #04AA6D;
    float: right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-pjr8ukb6r5] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-pjr8ukb6r5] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-pjr8ukb6r5] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-pjr8ukb6r5] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-pjr8ukb6r5] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-pjr8ukb6r5] {
        display: block;
        float: none;
    }

    .cancelbtn[b-pjr8ukb6r5] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-pjr8ukb6r5] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-pjr8ukb6r5] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-pjr8ukb6r5] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-pjr8ukb6r5],
    .close:focus[b-pjr8ukb6r5] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-pjr8ukb6r5] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-pjr8ukb6r5 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-pjr8ukb6r5 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/SignIns.razor.rz.scp.css */

*[b-f6431am8gp] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

h1[b-f6431am8gp] {
    font-family: 'FH Oscar';
}

table[b-f6431am8gp] {
    font-family: 'FH Oscar';
    border-collapse: collapse;
    width: 100%;
    background-color: #BDE9C9;
}

th[b-f6431am8gp] {
    background-color: #FF4C00;
    font-weight:200;
}
.header[b-f6431am8gp]{
    color:white;
}
.firstCol[b-f6431am8gp]{

}

.secondCol[b-f6431am8gp]{

}

.thirdCol[b-f6431am8gp]{

}

.fourthCol[b-f6431am8gp]{

}

.fifthCol[b-f6431am8gp]{

}

td[b-f6431am8gp], th[b-f6431am8gp] {
    border: 1px solid black;

    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-f6431am8gp] {
    background-color: #EBF8EF;
}


@keyframes slide-in-b-f6431am8gp {
    100% {
        opacity: 1;
        left: 50%;
    }
}

@keyframes tag-b-f6431am8gp {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-f6431am8gp {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

button[b-f6431am8gp] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-f6431am8gp] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-f6431am8gp] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

.btn[b-f6431am8gp] {
    background: #eae3d2;
    color: #292929;
    border: none;
    text-transform: capitalize;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}

    .btn:hover[b-f6431am8gp] {
        background-color: #eedbaf;
    }
/* /Pages/UserInfo.razor.rz.scp.css */
/* Bordered form */
form[b-v8z484f051] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-v8z484f051], input[type=password][b-v8z484f051] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-v8z484f051] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    cursor: pointer;
}

    button.lower[b-v8z484f051] {
        padding: 14px 20px;
        margin: 8px 0;
        width: 100%;
    }

    button.back[b-v8z484f051] {
        position: absolute;
        min-width: 100px;
        width: calc(100px+1vw);
        min-height: 40px;
        float: left;
        font-size: calc(20px);
    }

p[b-v8z484f051] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

label[b-v8z484f051] {
    text-align: right;
}

.validation-message[b-v8z484f051] {
    text-align: center;
}

img[b-v8z484f051] {
    width: 100%;
    height: auto;
}

.test-div[b-v8z484f051] {
    background-color: yellow;
}

.test-div-1[b-v8z484f051] {
    background-color: blue;
}

/* Add a hover effect for buttons */
button:hover[b-v8z484f051] {
    opacity: 0.8;
}

.padRight1[b-v8z484f051] {
    padding-right: 1.45em;
}

.padRight2[b-v8z484f051]{
    padding-right: 2.65em;
}

.padRight3[b-v8z484f051] {
    padding-right: 3.35em;
}

.padRight4[b-v8z484f051]{
    padding-right: 3.65em;
}

.padRight5[b-v8z484f051] {
    padding-right: 5.45em;
}

.box[b-v8z484f051] {
    max-width: 698px;
    color: rgb(255, 69, 5);
}
/* Extra style for the register button*/
.registerbtn[b-v8z484f051]{
    width: auto;
    background-color: #04AA6D;
    float:right;
}
/* Extra style for the cancel button (red) */
.cancelbtn[b-v8z484f051] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-v8z484f051] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-v8z484f051] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-v8z484f051] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-v8z484f051] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-v8z484f051] {
        display: block;
        float: none;
    }

    .cancelbtn[b-v8z484f051] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-v8z484f051] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-v8z484f051] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close[b-v8z484f051] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-v8z484f051],
    .close:focus[b-v8z484f051] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-v8z484f051] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-v8z484f051 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-v8z484f051 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Pages/UserSettings.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-apoci0qzde] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-apoci0qzde] {
    
    text-align: center;
    margin: auto;
}

a[b-apoci0qzde]{
    text-align: center;
    margin: auto;
}

h1[b-apoci0qzde]{
    font-family: 'FH Oscar';
}

body[b-apoci0qzde] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family:'FH Oscar';
}

body[b-apoci0qzde]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-apoci0qzde 2s 1.5s forwards 1;
}

@keyframes slide-in-b-apoci0qzde {
    100% {
        opacity: 1;
        left: 50%;
    }
}
.product[b-apoci0qzde] {
    width: 475px;
    height: 485px;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
}

img[b-apoci0qzde]{
    max-width:100px;
}



@keyframes tag-b-apoci0qzde {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

.product-listing[b-apoci0qzde] {
    width: 100%;
    height: 100%;
    background: #292929;
    padding: 40px;
    display: flex;
    justify-content: center;
    margin: auto;
    color: #eae3d2;
    opacity: 0;
    animation: fade-in-b-apoci0qzde 1s forwards 1;
}

@keyframes fade-in-b-apoci0qzde {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.name[b-apoci0qzde] {
    
    font-size: 45px;
    text-transform: capitalize;
}

.info[b-apoci0qzde] {
    font-size: 18px;
    line-height: 30px;
    margin: 50px 0;
}

.price[b-apoci0qzde] {
    font-size: 1.6vw;
    font-weight: 100;
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    body[b-apoci0qzde]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .product[b-apoci0qzde] {
        flex-direction: column;
        width: 90%;
        margin: 5vh 0;
    }

    .product-img[b-apoci0qzde] {
        width: 100%;
        height: 300px;
    }

    .product-listing[b-apoci0qzde] {
        width: 100%;
        min-height: auto;
    }

    .name[b-apoci0qzde], .price[b-apoci0qzde] {
        font-size: 5.0vw;
    }

    .info[b-apoci0qzde] {
        font: 5.0vw;
    }
}
/* /Pages/ValidateEmail.razor.rz.scp.css */
button[b-1gsteyubfc] {
    background-color: rgb(255, 69, 5);
    color: white;
    border: none;
    width: 20%;
    position: center;
    display: block;
    margin: auto;
    padding: 10px;
}

input[b-1gsteyubfc] {
    position: center;
    display: block;
    margin: auto;
    width: 20%;
}

p[b-1gsteyubfc] {
    font-size: calc(4px + 1.6vw);
    text-align: center;
    height: 100%;
    margin: auto;
}

div.wrapper[b-1gsteyubfc] {
    width: 100%;
    height: 300px;
}
/* /Pages/VerifyPassword.razor.rz.scp.css */
button[b-faf8rohu5r] {
    border: none;
    width: auto;
    background-color: rgba(34,73,70,0.8);
    color:white;
    border-radius:5px;
    margin-left:10px;
}

button:hover[b-faf8rohu5r]{
    opacity: .8;
    color:gray;
}
button:disabled[b-faf8rohu5r]{
    opacity:.8;
}

label[b-faf8rohu5r]{
    margin-left:5px;
    color:gray;
}

.center[b-faf8rohu5r]{
    display:flex;
    width:auto;
    align-items:center;
    justify-content:center;
}

input[b-faf8rohu5r]{
    margin-left:10px;
}

.header[b-faf8rohu5r] {
    background-color: #FF4C00;
    color: white;
    font-weight: 200;
}

.custToast[b-faf8rohu5r] {
    background-color: #EBF8EF;
    width: 100%;
}

.custwidth[b-faf8rohu5r]{
    width:100%;
}
/* /Pages/WikiPages/WikiCORE-DownloadProducts.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-8qer8c1rhe] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-8qer8c1rhe] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-8qer8c1rhe]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-8qer8c1rhe]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-8qer8c1rhe] {
    text-align: center;
    margin: auto;
}

h1[b-8qer8c1rhe] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-8qer8c1rhe] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-8qer8c1rhe] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-8qer8c1rhe] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-8qer8c1rhe] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-8qer8c1rhe] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-8qer8c1rhe] {
    color: #000000;
    font-size: 12pt;
}

body[b-8qer8c1rhe]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-8qer8c1rhe 2s 1.5s forwards 1;
}

@keyframes slide-in-b-8qer8c1rhe {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-8qer8c1rhe] {
    max-width: 100px;
}

.central[b-8qer8c1rhe] {
    align-items: center;
    justify-content: center;
}

.topRight[b-8qer8c1rhe]{
    float:right;
}


@keyframes tag-b-8qer8c1rhe {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-8qer8c1rhe {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-8qer8c1rhe] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-8qer8c1rhe],
    .input-box .button[b-8qer8c1rhe] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-8qer8c1rhe] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-8qer8c1rhe] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-8qer8c1rhe] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-8qer8c1rhe] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-8qer8c1rhe] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-8qer8c1rhe]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-8qer8c1rhe] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-8qer8c1rhe] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-8qer8c1rhe] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-8qer8c1rhe] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikicORE-Home.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-yitqsqasao] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-yitqsqasao] {
    color: #161616;
}

a[b-yitqsqasao] {
    text-align: center;
    margin: auto;
}

.mainArea[b-yitqsqasao] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

h1[b-yitqsqasao] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-yitqsqasao] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-yitqsqasao] {
    padding: 5pt;
}

.title[b-yitqsqasao] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-yitqsqasao] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-yitqsqasao] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-yitqsqasao] {
    color: #000000;
    font-size: 12pt;
}

body[b-yitqsqasao]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-yitqsqasao 2s 1.5s forwards 1;
}

@keyframes slide-in-b-yitqsqasao {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-yitqsqasao] {
    max-width: 100px;
}

.central[b-yitqsqasao] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-yitqsqasao {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-yitqsqasao {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-yitqsqasao] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-yitqsqasao],
    .input-box .button[b-yitqsqasao] {
        position: absolute;
        top: 33%;
        transform: translateY(-50%);
    }

    .input-box i[b-yitqsqasao] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-yitqsqasao] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-yitqsqasao] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-yitqsqasao] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-yitqsqasao] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-yitqsqasao]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-yitqsqasao] {
        height: 66px;
        margin: 0 8px;
    }

        .input-box i[b-yitqsqasao] {
            left: 12px;
            font-size: 25px;
        }

        .input-box input[b-yitqsqasao] {
            padding: 0 112px 0 50px;
            margin-top: 1px;
        }

        .input-box .button[b-yitqsqasao] {
            right: 12px;
            font-size: 14px;
            padding: 8px 18px;
        }
}
/* /Pages/WikiPages/WikiCORE-JoinRequests.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-ds39wsr45t] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-ds39wsr45t] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-ds39wsr45t]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-ds39wsr45t]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-ds39wsr45t] {
    text-align: center;
    margin: auto;
}

h1[b-ds39wsr45t] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-ds39wsr45t] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-ds39wsr45t] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-ds39wsr45t] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-ds39wsr45t] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-ds39wsr45t] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-ds39wsr45t] {
    color: #000000;
    font-size: 12pt;
}

body[b-ds39wsr45t]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-ds39wsr45t 2s 1.5s forwards 1;
}

@keyframes slide-in-b-ds39wsr45t {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-ds39wsr45t] {
    max-width: 100px;
}

.central[b-ds39wsr45t] {
    align-items: center;
    justify-content: center;
}

.topRight[b-ds39wsr45t]{
    float:right;
}


@keyframes tag-b-ds39wsr45t {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-ds39wsr45t {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-ds39wsr45t] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-ds39wsr45t],
    .input-box .button[b-ds39wsr45t] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-ds39wsr45t] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-ds39wsr45t] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-ds39wsr45t] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-ds39wsr45t] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-ds39wsr45t] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-ds39wsr45t]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-ds39wsr45t] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-ds39wsr45t] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-ds39wsr45t] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-ds39wsr45t] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-OrgDetails.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-g1hqvcdcrm] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-g1hqvcdcrm] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-g1hqvcdcrm]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-g1hqvcdcrm]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-g1hqvcdcrm] {
    text-align: center;
    margin: auto;
}

h1[b-g1hqvcdcrm] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-g1hqvcdcrm] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-g1hqvcdcrm] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-g1hqvcdcrm] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-g1hqvcdcrm] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-g1hqvcdcrm] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-g1hqvcdcrm] {
    color: #000000;
    font-size: 12pt;
}

body[b-g1hqvcdcrm]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-g1hqvcdcrm 2s 1.5s forwards 1;
}

@keyframes slide-in-b-g1hqvcdcrm {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-g1hqvcdcrm] {
    max-width: 100px;
}

.central[b-g1hqvcdcrm] {
    align-items: center;
    justify-content: center;
}

.topRight[b-g1hqvcdcrm]{
    float:right;
}


@keyframes tag-b-g1hqvcdcrm {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-g1hqvcdcrm {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-g1hqvcdcrm] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-g1hqvcdcrm],
    .input-box .button[b-g1hqvcdcrm] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-g1hqvcdcrm] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-g1hqvcdcrm] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-g1hqvcdcrm] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-g1hqvcdcrm] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-g1hqvcdcrm] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-g1hqvcdcrm]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-g1hqvcdcrm] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-g1hqvcdcrm] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-g1hqvcdcrm] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-g1hqvcdcrm] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-OrgID.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-isozs31gkx] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-isozs31gkx] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-isozs31gkx]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-isozs31gkx]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-isozs31gkx] {
    text-align: center;
    margin: auto;
}

h1[b-isozs31gkx] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-isozs31gkx] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-isozs31gkx] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-isozs31gkx] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-isozs31gkx] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-isozs31gkx] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-isozs31gkx] {
    color: #000000;
    font-size: 12pt;
}

body[b-isozs31gkx]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-isozs31gkx 2s 1.5s forwards 1;
}

@keyframes slide-in-b-isozs31gkx {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-isozs31gkx] {
    max-width: 100px;
}

.central[b-isozs31gkx] {
    align-items: center;
    justify-content: center;
}

.topRight[b-isozs31gkx]{
    float:right;
}


@keyframes tag-b-isozs31gkx {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-isozs31gkx {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-isozs31gkx] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-isozs31gkx],
    .input-box .button[b-isozs31gkx] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-isozs31gkx] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-isozs31gkx] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-isozs31gkx] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-isozs31gkx] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-isozs31gkx] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-isozs31gkx]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-isozs31gkx] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-isozs31gkx] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-isozs31gkx] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-isozs31gkx] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-ORGRegister.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-soel04gpla] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-soel04gpla] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-soel04gpla]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-soel04gpla]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-soel04gpla] {
    text-align: center;
    margin: auto;
}

h1[b-soel04gpla] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-soel04gpla] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-soel04gpla] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-soel04gpla] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-soel04gpla] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-soel04gpla] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-soel04gpla] {
    color: #000000;
    font-size: 12pt;
}

body[b-soel04gpla]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-soel04gpla 2s 1.5s forwards 1;
}

@keyframes slide-in-b-soel04gpla {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-soel04gpla] {
    max-width: 100px;
}

.central[b-soel04gpla] {
    align-items: center;
    justify-content: center;
}

.topRight[b-soel04gpla]{
    float:right;
}


@keyframes tag-b-soel04gpla {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-soel04gpla {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-soel04gpla] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-soel04gpla],
    .input-box .button[b-soel04gpla] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-soel04gpla] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-soel04gpla] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-soel04gpla] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-soel04gpla] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-soel04gpla] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-soel04gpla]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-soel04gpla] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-soel04gpla] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-soel04gpla] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-soel04gpla] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-Register.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-7ho0m7h5gg] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-7ho0m7h5gg] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-7ho0m7h5gg]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-7ho0m7h5gg]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-7ho0m7h5gg] {
    text-align: center;
    margin: auto;
}

h1[b-7ho0m7h5gg] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-7ho0m7h5gg] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-7ho0m7h5gg] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-7ho0m7h5gg] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-7ho0m7h5gg] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-7ho0m7h5gg] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-7ho0m7h5gg] {
    color: #000000;
    font-size: 12pt;
}

body[b-7ho0m7h5gg]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-7ho0m7h5gg 2s 1.5s forwards 1;
}

@keyframes slide-in-b-7ho0m7h5gg {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-7ho0m7h5gg] {
    max-width: 100px;
}

.central[b-7ho0m7h5gg] {
    align-items: center;
    justify-content: center;
}

.topRight[b-7ho0m7h5gg]{
    float:right;
}


@keyframes tag-b-7ho0m7h5gg {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-7ho0m7h5gg {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-7ho0m7h5gg] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-7ho0m7h5gg],
    .input-box .button[b-7ho0m7h5gg] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-7ho0m7h5gg] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-7ho0m7h5gg] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-7ho0m7h5gg] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-7ho0m7h5gg] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-7ho0m7h5gg] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-7ho0m7h5gg]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-7ho0m7h5gg] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-7ho0m7h5gg] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-7ho0m7h5gg] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-7ho0m7h5gg] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-RemoveUsers.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-pt984m6u37] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-pt984m6u37] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-pt984m6u37]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-pt984m6u37]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-pt984m6u37] {
    text-align: center;
    margin: auto;
}

h1[b-pt984m6u37] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-pt984m6u37] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-pt984m6u37] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-pt984m6u37] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-pt984m6u37] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-pt984m6u37] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-pt984m6u37] {
    color: #000000;
    font-size: 12pt;
}

body[b-pt984m6u37]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-pt984m6u37 2s 1.5s forwards 1;
}

@keyframes slide-in-b-pt984m6u37 {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-pt984m6u37] {
    max-width: 100px;
}

.central[b-pt984m6u37] {
    align-items: center;
    justify-content: center;
}

.topRight[b-pt984m6u37]{
    float:right;
}


@keyframes tag-b-pt984m6u37 {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-pt984m6u37 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-pt984m6u37] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-pt984m6u37],
    .input-box .button[b-pt984m6u37] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-pt984m6u37] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-pt984m6u37] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-pt984m6u37] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-pt984m6u37] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-pt984m6u37] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-pt984m6u37]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-pt984m6u37] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-pt984m6u37] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-pt984m6u37] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-pt984m6u37] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-Reset2FA.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-xn2qnv8t4n] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-xn2qnv8t4n] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-xn2qnv8t4n]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-xn2qnv8t4n]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-xn2qnv8t4n] {
    text-align: center;
    margin: auto;
}

h1[b-xn2qnv8t4n] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-xn2qnv8t4n] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-xn2qnv8t4n] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-xn2qnv8t4n] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-xn2qnv8t4n] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-xn2qnv8t4n] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-xn2qnv8t4n] {
    color: #000000;
    font-size: 12pt;
}

body[b-xn2qnv8t4n]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-xn2qnv8t4n 2s 1.5s forwards 1;
}

@keyframes slide-in-b-xn2qnv8t4n {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-xn2qnv8t4n] {
    max-width: 100px;
}

.central[b-xn2qnv8t4n] {
    align-items: center;
    justify-content: center;
}

.topRight[b-xn2qnv8t4n]{
    float:right;
}


@keyframes tag-b-xn2qnv8t4n {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-xn2qnv8t4n {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-xn2qnv8t4n] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-xn2qnv8t4n],
    .input-box .button[b-xn2qnv8t4n] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-xn2qnv8t4n] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-xn2qnv8t4n] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-xn2qnv8t4n] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-xn2qnv8t4n] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-xn2qnv8t4n] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-xn2qnv8t4n]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-xn2qnv8t4n] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-xn2qnv8t4n] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-xn2qnv8t4n] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-xn2qnv8t4n] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-ResetPassword.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-c3k34h4qde] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-c3k34h4qde] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-c3k34h4qde]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-c3k34h4qde]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-c3k34h4qde] {
    text-align: center;
    margin: auto;
}

h1[b-c3k34h4qde] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-c3k34h4qde] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-c3k34h4qde] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-c3k34h4qde] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-c3k34h4qde] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-c3k34h4qde] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-c3k34h4qde] {
    color: #000000;
    font-size: 12pt;
}

body[b-c3k34h4qde]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-c3k34h4qde 2s 1.5s forwards 1;
}

@keyframes slide-in-b-c3k34h4qde {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-c3k34h4qde] {
    max-width: 100px;
}

.central[b-c3k34h4qde] {
    align-items: center;
    justify-content: center;
}

.topRight[b-c3k34h4qde]{
    float:right;
}


@keyframes tag-b-c3k34h4qde {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-c3k34h4qde {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-c3k34h4qde] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-c3k34h4qde],
    .input-box .button[b-c3k34h4qde] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-c3k34h4qde] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-c3k34h4qde] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-c3k34h4qde] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-c3k34h4qde] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-c3k34h4qde] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-c3k34h4qde]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-c3k34h4qde] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-c3k34h4qde] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-c3k34h4qde] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-c3k34h4qde] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-SignInLogs.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-0ej8tjk01i] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-0ej8tjk01i] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-0ej8tjk01i]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-0ej8tjk01i]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-0ej8tjk01i] {
    text-align: center;
    margin: auto;
}

h1[b-0ej8tjk01i] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-0ej8tjk01i] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-0ej8tjk01i] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-0ej8tjk01i] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-0ej8tjk01i] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-0ej8tjk01i] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-0ej8tjk01i] {
    color: #000000;
    font-size: 12pt;
}

body[b-0ej8tjk01i]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-0ej8tjk01i 2s 1.5s forwards 1;
}

@keyframes slide-in-b-0ej8tjk01i {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-0ej8tjk01i] {
    max-width: 100px;
}

.central[b-0ej8tjk01i] {
    align-items: center;
    justify-content: center;
}

.topRight[b-0ej8tjk01i]{
    float:right;
}


@keyframes tag-b-0ej8tjk01i {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-0ej8tjk01i {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-0ej8tjk01i] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-0ej8tjk01i],
    .input-box .button[b-0ej8tjk01i] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-0ej8tjk01i] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-0ej8tjk01i] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-0ej8tjk01i] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-0ej8tjk01i] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-0ej8tjk01i] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-0ej8tjk01i]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-0ej8tjk01i] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-0ej8tjk01i] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-0ej8tjk01i] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-0ej8tjk01i] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-SignOut.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-c2jt1a4a6n] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-c2jt1a4a6n] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-c2jt1a4a6n]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-c2jt1a4a6n]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-c2jt1a4a6n] {
    text-align: center;
    margin: auto;
}

h1[b-c2jt1a4a6n] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-c2jt1a4a6n] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-c2jt1a4a6n] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-c2jt1a4a6n] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-c2jt1a4a6n] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-c2jt1a4a6n] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-c2jt1a4a6n] {
    color: #000000;
    font-size: 12pt;
}

body[b-c2jt1a4a6n]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-c2jt1a4a6n 2s 1.5s forwards 1;
}

@keyframes slide-in-b-c2jt1a4a6n {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-c2jt1a4a6n] {
    max-width: 100px;
}

.central[b-c2jt1a4a6n] {
    align-items: center;
    justify-content: center;
}

.topRight[b-c2jt1a4a6n]{
    float:right;
}


@keyframes tag-b-c2jt1a4a6n {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-c2jt1a4a6n {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-c2jt1a4a6n] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-c2jt1a4a6n],
    .input-box .button[b-c2jt1a4a6n] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-c2jt1a4a6n] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-c2jt1a4a6n] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-c2jt1a4a6n] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-c2jt1a4a6n] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-c2jt1a4a6n] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-c2jt1a4a6n]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-c2jt1a4a6n] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-c2jt1a4a6n] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-c2jt1a4a6n] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-c2jt1a4a6n] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-UserArgs.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-evpiql4g7x] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-evpiql4g7x] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-evpiql4g7x]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-evpiql4g7x]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-evpiql4g7x] {
    text-align: center;
    margin: auto;
}

h1[b-evpiql4g7x] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-evpiql4g7x] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-evpiql4g7x] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-evpiql4g7x] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-evpiql4g7x] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-evpiql4g7x] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-evpiql4g7x] {
    color: #000000;
    font-size: 12pt;
}

body[b-evpiql4g7x]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-evpiql4g7x 2s 1.5s forwards 1;
}

@keyframes slide-in-b-evpiql4g7x {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-evpiql4g7x] {
    max-width: 100px;
}

.central[b-evpiql4g7x] {
    align-items: center;
    justify-content: center;
}

.topRight[b-evpiql4g7x]{
    float:right;
}


@keyframes tag-b-evpiql4g7x {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-evpiql4g7x {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-evpiql4g7x] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-evpiql4g7x],
    .input-box .button[b-evpiql4g7x] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-evpiql4g7x] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-evpiql4g7x] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-evpiql4g7x] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-evpiql4g7x] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-evpiql4g7x] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-evpiql4g7x]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-evpiql4g7x] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-evpiql4g7x] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-evpiql4g7x] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-evpiql4g7x] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiCORE-UserInfo.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-1r8yqjz350] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-1r8yqjz350] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-1r8yqjz350]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-1r8yqjz350]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-1r8yqjz350] {
    text-align: center;
    margin: auto;
}

h1[b-1r8yqjz350] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-1r8yqjz350] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-1r8yqjz350] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-1r8yqjz350] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-1r8yqjz350] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-1r8yqjz350] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-1r8yqjz350] {
    color: #000000;
    font-size: 12pt;
}

body[b-1r8yqjz350]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-1r8yqjz350 2s 1.5s forwards 1;
}

@keyframes slide-in-b-1r8yqjz350 {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-1r8yqjz350] {
    max-width: 100px;
}

.central[b-1r8yqjz350] {
    align-items: center;
    justify-content: center;
}

.topRight[b-1r8yqjz350]{
    float:right;
}


@keyframes tag-b-1r8yqjz350 {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-1r8yqjz350 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-1r8yqjz350] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-1r8yqjz350],
    .input-box .button[b-1r8yqjz350] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-1r8yqjz350] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-1r8yqjz350] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-1r8yqjz350] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-1r8yqjz350] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-1r8yqjz350] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-1r8yqjz350]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-1r8yqjz350] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-1r8yqjz350] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-1r8yqjz350] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-1r8yqjz350] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiFLORE-Home.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-f8il4ctunf] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-f8il4ctunf] {
    color: #161616;
}

a[b-f8il4ctunf] {
    text-align: center;
    margin: auto;
}

.mainArea[b-f8il4ctunf] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

h1[b-f8il4ctunf] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-f8il4ctunf] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-f8il4ctunf]{
    padding: 5pt;
}

.title[b-f8il4ctunf]{
    text-decoration:none;
    color: rgb(34,73,70);
}

    .title:hover[b-f8il4ctunf] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-f8il4ctunf] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-f8il4ctunf]{
    color: #000000;
    font-size:12pt;
}

    body[b-f8il4ctunf]::before {
        content: '';
        position: absolute;
        left: 0%;
        transform: translateX(-50%) skewX(-15deg);
        width: 20px;
        height: 100%;
        background: #966e4f;
        border-left: 60px solid #eae3d2;
        border-right: 30px solid #eae3d2;
        opacity: 0;
        animation: slide-in-b-f8il4ctunf 2s 1.5s forwards 1;
    }

@keyframes slide-in-b-f8il4ctunf {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-f8il4ctunf] {
    max-width: 100px;
}

.central[b-f8il4ctunf] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-f8il4ctunf {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-f8il4ctunf {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-f8il4ctunf] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-f8il4ctunf],
    .input-box .button[b-f8il4ctunf] {
        position: absolute;
        top:33%;
        transform: translateY(-50%);
    }

    .input-box i[b-f8il4ctunf] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-f8il4ctunf] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-f8il4ctunf] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-f8il4ctunf] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-f8il4ctunf] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-f8il4ctunf]::before {
        transform: translateX(-50%) skewX(-5deg);
    }
    .input-box[b-f8il4ctunf] {
        height: 66px;
        margin: 0 8px;
    }

    .input-box i[b-f8il4ctunf] {
        left: 12px;
        font-size: 25px;
    }

    .input-box input[b-f8il4ctunf] {
        padding: 0 112px 0 50px;
        margin-top: 1px;
    }

    .input-box .button[b-f8il4ctunf] {
        right: 12px;
        font-size: 14px;
        padding: 8px 18px;
    }
}
/* /Pages/WikiPages/WikiflORE-Register.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-6r3nabh8vk] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-6r3nabh8vk] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-6r3nabh8vk]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-6r3nabh8vk]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-6r3nabh8vk] {
    text-align: center;
    margin: auto;
}

h1[b-6r3nabh8vk] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-6r3nabh8vk] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-6r3nabh8vk] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-6r3nabh8vk] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-6r3nabh8vk] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-6r3nabh8vk] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-6r3nabh8vk] {
    color: #000000;
    font-size: 12pt;
}

body[b-6r3nabh8vk]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-6r3nabh8vk 2s 1.5s forwards 1;
}

@keyframes slide-in-b-6r3nabh8vk {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-6r3nabh8vk] {
    max-width: 100px;
}

.central[b-6r3nabh8vk] {
    align-items: center;
    justify-content: center;
}

.topRight[b-6r3nabh8vk]{
    float:right;
}


@keyframes tag-b-6r3nabh8vk {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-6r3nabh8vk {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-6r3nabh8vk] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-6r3nabh8vk],
    .input-box .button[b-6r3nabh8vk] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-6r3nabh8vk] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-6r3nabh8vk] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-6r3nabh8vk] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-6r3nabh8vk] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-6r3nabh8vk] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-6r3nabh8vk]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-6r3nabh8vk] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-6r3nabh8vk] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-6r3nabh8vk] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-6r3nabh8vk] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiflORE-Signin.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-m0ndkhspw6] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-m0ndkhspw6] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-m0ndkhspw6]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-m0ndkhspw6]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-m0ndkhspw6] {
    text-align: center;
    margin: auto;
}

h1[b-m0ndkhspw6] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-m0ndkhspw6] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-m0ndkhspw6] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-m0ndkhspw6] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-m0ndkhspw6] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-m0ndkhspw6] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-m0ndkhspw6] {
    color: #000000;
    font-size: 12pt;
}

body[b-m0ndkhspw6]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-m0ndkhspw6 2s 1.5s forwards 1;
}

@keyframes slide-in-b-m0ndkhspw6 {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-m0ndkhspw6] {
    max-width: 100px;
}

.central[b-m0ndkhspw6] {
    align-items: center;
    justify-content: center;
}

.topRight[b-m0ndkhspw6]{
    float:right;
}


@keyframes tag-b-m0ndkhspw6 {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-m0ndkhspw6 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-m0ndkhspw6] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-m0ndkhspw6],
    .input-box .button[b-m0ndkhspw6] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-m0ndkhspw6] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-m0ndkhspw6] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-m0ndkhspw6] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-m0ndkhspw6] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-m0ndkhspw6] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-m0ndkhspw6]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-m0ndkhspw6] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-m0ndkhspw6] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-m0ndkhspw6] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-m0ndkhspw6] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiflORE-StartWO.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-ednxargpzc] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-ednxargpzc] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-ednxargpzc] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-ednxargpzc]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-ednxargpzc] {
    text-align: center;
    margin: auto;
}

h1[b-ednxargpzc] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-ednxargpzc] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-ednxargpzc] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-ednxargpzc] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-ednxargpzc] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-ednxargpzc] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-ednxargpzc] {
    color: #000000;
    font-size: 12pt;
}

body[b-ednxargpzc]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-ednxargpzc 2s 1.5s forwards 1;
}

@keyframes slide-in-b-ednxargpzc {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-ednxargpzc] {
    max-width: 100px;
}

.central[b-ednxargpzc] {
    align-items: center;
    justify-content: center;
}

.topRight[b-ednxargpzc]{
    float:right;
}


@keyframes tag-b-ednxargpzc {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-ednxargpzc {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-ednxargpzc] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-ednxargpzc],
    .input-box .button[b-ednxargpzc] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-ednxargpzc] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-ednxargpzc] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-ednxargpzc] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-ednxargpzc] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-ednxargpzc] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-ednxargpzc]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-ednxargpzc] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-ednxargpzc] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-ednxargpzc] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-ednxargpzc] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiHome.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-9ib3128gua] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-9ib3128gua] {
    text-align: center;
    margin: auto;
    color: #161616;
}

.softwareArea[b-9ib3128gua] {
    max-width: 450px;
    min-width:300px;
    margin: 20px;
    border-radius: 10%;
}

.logoArea[b-9ib3128gua] {
    min-height: 120px;
    margin: 5px;
    border-radius: 10%;
}
.logo[b-9ib3128gua]{

    border-radius: 10%;

}

.docbtn[b-9ib3128gua] {
    background-color: transparent;
    color: rgb(255, 76, 0);
    padding: 5px;
    border-block-color: rgb(255, 76, 0);
    border-color: rgb(255, 76, 0);
}
.docbtn:hover[b-9ib3128gua]{
    opacity:80%;
}

.mainArea[b-9ib3128gua] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1800px;
    display:flex; flex-wrap:wrap;
}

@keyframes slide-in-b-9ib3128gua {
    100% {
        opacity: 1;
        left: 50%;
    }
}


img[b-9ib3128gua] {
   max-width:200px;
   max-height:100px;
}

.central[b-9ib3128gua] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-9ib3128gua {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}


@keyframes fade-in-b-9ib3128gua {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-9ib3128gua] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-9ib3128gua],
    .input-box .button[b-9ib3128gua] {
        position: absolute;
        top:33%;
        transform: translateY(-50%);
    }

    .input-box i[b-9ib3128gua] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-9ib3128gua] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-9ib3128gua] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-9ib3128gua] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-9ib3128gua] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    .input-box[b-9ib3128gua] {
        height: 66px;
        margin: 0 8px;
    }

    .softwareArea[b-9ib3128gua] {
        max-width: 450px;
        min-width: 200px;
        margin: 20px;
        border-radius: 10%;
    }

    .input-box i[b-9ib3128gua] {
        left: 12px;
        font-size: 25px;
    }

    .input-box input[b-9ib3128gua] {
        padding: 0 112px 0 50px;
        margin-top: 1px;
    }

    .input-box .button[b-9ib3128gua] {
        right: 12px;
        font-size: 14px;
        padding: 8px 18px;
    }
}
/* /Pages/WikiPages/WikiORE3D-CreateAnAccount.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-f15ah4iq99] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-f15ah4iq99] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-f15ah4iq99]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-f15ah4iq99]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-f15ah4iq99] {
    text-align: center;
    margin: auto;
}

h1[b-f15ah4iq99] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-f15ah4iq99] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-f15ah4iq99] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-f15ah4iq99] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-f15ah4iq99] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-f15ah4iq99] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-f15ah4iq99] {
    color: #000000;
    font-size: 12pt;
}

body[b-f15ah4iq99]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-f15ah4iq99 2s 1.5s forwards 1;
}

@keyframes slide-in-b-f15ah4iq99 {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-f15ah4iq99] {
    max-width: 100px;
}

.central[b-f15ah4iq99] {
    align-items: center;
    justify-content: center;
}

.topRight[b-f15ah4iq99]{
    float:right;
}


@keyframes tag-b-f15ah4iq99 {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-f15ah4iq99 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-f15ah4iq99] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-f15ah4iq99],
    .input-box .button[b-f15ah4iq99] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-f15ah4iq99] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-f15ah4iq99] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-f15ah4iq99] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-f15ah4iq99] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-f15ah4iq99] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-f15ah4iq99]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-f15ah4iq99] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-f15ah4iq99] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-f15ah4iq99] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-f15ah4iq99] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiORE3D-gettingStarted.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-8e743dsros] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-8e743dsros] {
    color: #161616;
}

a[b-8e743dsros] {
    text-align: center;
    margin: auto;
}

h1[b-8e743dsros] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-8e743dsros] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-8e743dsros] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-8e743dsros] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-8e743dsros] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-8e743dsros] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-8e743dsros] {
    color: #000000;
    font-size: 12pt;
}

body[b-8e743dsros]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-8e743dsros 2s 1.5s forwards 1;
}

@keyframes slide-in-b-8e743dsros {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-8e743dsros] {
    max-width: 100px;
}

.central[b-8e743dsros] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-8e743dsros {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-8e743dsros {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-8e743dsros] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-8e743dsros],
    .input-box .button[b-8e743dsros] {
        position: absolute;
        top: 33%;
        transform: translateY(-50%);
    }

    .input-box i[b-8e743dsros] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-8e743dsros] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-8e743dsros] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-8e743dsros] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-8e743dsros] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-8e743dsros]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-8e743dsros] {
        height: 66px;
        margin: 0 8px;
    }

        .input-box i[b-8e743dsros] {
            left: 12px;
            font-size: 25px;
        }

        .input-box input[b-8e743dsros] {
            padding: 0 112px 0 50px;
            margin-top: 1px;
        }

        .input-box .button[b-8e743dsros] {
            right: 12px;
            font-size: 14px;
            padding: 8px 18px;
        }
}
/* /Pages/WikiPages/WikiORE3D-Home.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-l8r9lvsygc] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-l8r9lvsygc] {
    color: #161616;
}

a[b-l8r9lvsygc] {
    text-align: center;
    margin: auto;
}

h1[b-l8r9lvsygc] {
    font-family: 'FH Oscar';
    color: #171717;
}


.mainArea[b-l8r9lvsygc] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

body[b-l8r9lvsygc] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-l8r9lvsygc] {
    padding: 5pt;
}

.title[b-l8r9lvsygc] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-l8r9lvsygc] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-l8r9lvsygc] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-l8r9lvsygc] {
    color: #000000;
    font-size: 12pt;
}

body[b-l8r9lvsygc]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-l8r9lvsygc 2s 1.5s forwards 1;
}

@keyframes slide-in-b-l8r9lvsygc {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-l8r9lvsygc] {
    max-width: 100px;
}

.central[b-l8r9lvsygc] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-l8r9lvsygc {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-l8r9lvsygc {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-l8r9lvsygc] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-l8r9lvsygc],
    .input-box .button[b-l8r9lvsygc] {
        position: absolute;
        top: 33%;
        transform: translateY(-50%);
    }

    .input-box i[b-l8r9lvsygc] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-l8r9lvsygc] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-l8r9lvsygc] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-l8r9lvsygc] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-l8r9lvsygc] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-l8r9lvsygc]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-l8r9lvsygc] {
        height: 66px;
        margin: 0 8px;
    }

        .input-box i[b-l8r9lvsygc] {
            left: 12px;
            font-size: 25px;
        }

        .input-box input[b-l8r9lvsygc] {
            padding: 0 112px 0 50px;
            margin-top: 1px;
        }

        .input-box .button[b-l8r9lvsygc] {
            right: 12px;
            font-size: 14px;
            padding: 8px 18px;
        }
}
/* /Pages/WikiPages/WikiORE3D-Signin.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-ex2djdxvei] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-ex2djdxvei] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-ex2djdxvei]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-ex2djdxvei]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-ex2djdxvei] {
    text-align: center;
    margin: auto;
}

h1[b-ex2djdxvei] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-ex2djdxvei] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-ex2djdxvei] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-ex2djdxvei] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-ex2djdxvei] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-ex2djdxvei] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-ex2djdxvei] {
    color: #000000;
    font-size: 12pt;
}

body[b-ex2djdxvei]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-ex2djdxvei 2s 1.5s forwards 1;
}

@keyframes slide-in-b-ex2djdxvei {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-ex2djdxvei] {
    max-width: 100px;
}

.central[b-ex2djdxvei] {
    align-items: center;
    justify-content: center;
}

.topRight[b-ex2djdxvei]{
    float:right;
}


@keyframes tag-b-ex2djdxvei {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-ex2djdxvei {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-ex2djdxvei] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-ex2djdxvei],
    .input-box .button[b-ex2djdxvei] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-ex2djdxvei] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-ex2djdxvei] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-ex2djdxvei] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-ex2djdxvei] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-ex2djdxvei] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-ex2djdxvei]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-ex2djdxvei] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-ex2djdxvei] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-ex2djdxvei] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-ex2djdxvei] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiORE3D-toOREAR.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-n742g8t370] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-n742g8t370] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-n742g8t370]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-n742g8t370]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-n742g8t370] {
    text-align: center;
    margin: auto;
}

h1[b-n742g8t370] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-n742g8t370] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-n742g8t370] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-n742g8t370] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-n742g8t370] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-n742g8t370] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-n742g8t370] {
    color: #000000;
    font-size: 12pt;
}

body[b-n742g8t370]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-n742g8t370 2s 1.5s forwards 1;
}

@keyframes slide-in-b-n742g8t370 {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-n742g8t370] {
    max-width: 100px;
}

.central[b-n742g8t370] {
    align-items: center;
    justify-content: center;
}

.topRight[b-n742g8t370]{
    float:right;
}


@keyframes tag-b-n742g8t370 {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-n742g8t370 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-n742g8t370] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-n742g8t370],
    .input-box .button[b-n742g8t370] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-n742g8t370] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-n742g8t370] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-n742g8t370] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-n742g8t370] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-n742g8t370] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-n742g8t370]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-n742g8t370] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-n742g8t370] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-n742g8t370] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-n742g8t370] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiOREAR-fromORE3D.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-pr2qdhhhmp] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-pr2qdhhhmp] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-pr2qdhhhmp]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-pr2qdhhhmp]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-pr2qdhhhmp] {
    text-align: center;
    margin: auto;
}

h1[b-pr2qdhhhmp] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-pr2qdhhhmp] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-pr2qdhhhmp] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-pr2qdhhhmp] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-pr2qdhhhmp] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-pr2qdhhhmp] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-pr2qdhhhmp] {
    color: #000000;
    font-size: 12pt;
}

body[b-pr2qdhhhmp]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-pr2qdhhhmp 2s 1.5s forwards 1;
}

@keyframes slide-in-b-pr2qdhhhmp {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-pr2qdhhhmp] {
    max-width: 100px;
}

.central[b-pr2qdhhhmp] {
    align-items: center;
    justify-content: center;
}

.topRight[b-pr2qdhhhmp]{
    float:right;
}


@keyframes tag-b-pr2qdhhhmp {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-pr2qdhhhmp {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-pr2qdhhhmp] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-pr2qdhhhmp],
    .input-box .button[b-pr2qdhhhmp] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-pr2qdhhhmp] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-pr2qdhhhmp] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-pr2qdhhhmp] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-pr2qdhhhmp] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-pr2qdhhhmp] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-pr2qdhhhmp]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-pr2qdhhhmp] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-pr2qdhhhmp] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-pr2qdhhhmp] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-pr2qdhhhmp] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiOREAR-Home.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-xluun787jx] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-xluun787jx] {
    color: #161616;
}

a[b-xluun787jx] {
    text-align: center;
    margin: auto;
}

.mainArea[b-xluun787jx] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

h1[b-xluun787jx] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-xluun787jx] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-xluun787jx] {
   
    padding: 5pt;
}

.title[b-xluun787jx] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-xluun787jx] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-xluun787jx] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-xluun787jx] {
    color: #000000;
    font-size: 12pt;
}

body[b-xluun787jx]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-xluun787jx 2s 1.5s forwards 1;
}

@keyframes slide-in-b-xluun787jx {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-xluun787jx] {
    max-width: 100px;
}

.central[b-xluun787jx] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-xluun787jx {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-xluun787jx {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-xluun787jx] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-xluun787jx],
    .input-box .button[b-xluun787jx] {
        position: absolute;
        top: 33%;
        transform: translateY(-50%);
    }

    .input-box i[b-xluun787jx] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-xluun787jx] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-xluun787jx] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-xluun787jx] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-xluun787jx] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-xluun787jx]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-xluun787jx] {
        height: 66px;
        margin: 0 8px;
    }

        .input-box i[b-xluun787jx] {
            left: 12px;
            font-size: 25px;
        }

        .input-box input[b-xluun787jx] {
            padding: 0 112px 0 50px;
            margin-top: 1px;
        }

        .input-box .button[b-xluun787jx] {
            right: 12px;
            font-size: 14px;
            padding: 8px 18px;
        }
}
/* /Pages/WikiPages/WikiOREAR-Register.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-i6k1bfb3ly] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-i6k1bfb3ly] {
    color: #161616;
    justify-self:left;
    text-align:left;
}

.mainArea[b-i6k1bfb3ly]{
    background-color:transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

ul[b-i6k1bfb3ly]{
    margin: 0px 0px 0px 40px;
    max-width: calc(100% - 40px);
}

a[b-i6k1bfb3ly] {
    text-align: center;
    margin: auto;
}

h1[b-i6k1bfb3ly] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-i6k1bfb3ly] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-i6k1bfb3ly] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-i6k1bfb3ly] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-i6k1bfb3ly] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-i6k1bfb3ly] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-i6k1bfb3ly] {
    color: #000000;
    font-size: 12pt;
}

body[b-i6k1bfb3ly]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-i6k1bfb3ly 2s 1.5s forwards 1;
}

@keyframes slide-in-b-i6k1bfb3ly {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-i6k1bfb3ly] {
    max-width: 100px;
}

.central[b-i6k1bfb3ly] {
    align-items: center;
    justify-content: center;
}

.topRight[b-i6k1bfb3ly]{
    float:right;
}


@keyframes tag-b-i6k1bfb3ly {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-i6k1bfb3ly {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-i6k1bfb3ly] {
    position: relative;
    min-height: 40px;
    max-height: 50px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    margin: 0px 0px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-i6k1bfb3ly],
    .input-box .button[b-i6k1bfb3ly] {
        position: absolute;
        top: 25%;
        transform: translateY(-50%);
    }

    .input-box i[b-i6k1bfb3ly] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-i6k1bfb3ly] {
        height: 75%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        margin-top: 5px;
        padding: 0px 112px 0 10px;
        background-color: transparent;
    }

    .input-box .button[b-i6k1bfb3ly] {
        right: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-i6k1bfb3ly] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-i6k1bfb3ly] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-i6k1bfb3ly]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-i6k1bfb3ly] {
        min-height: 40px;
        max-height: 50px;
        max-width: 300px;
        margin: 0 8px;
    }

        .input-box i[b-i6k1bfb3ly] {
            left: 12px;
            font-size: 25px;
            top: 28%;
        }

        .input-box input[b-i6k1bfb3ly] {
            padding: 0 112px 0 10px;
            margin-top: 1px;
            width: 100%;
            margin-top: 10px;
        }

        .input-box .button[b-i6k1bfb3ly] {
            right: 12px;
            font-size: 14px;
            padding: 6px 10px;
            top: 25%;
        }
}
/* /Pages/WikiPages/WikiSearch.razor.rz.scp.css */
/*code taken from https://dev.to/themodernweb/how-to-create-fully-responsive-product-card-using-pure-html-css-12hm */
*[b-n9frv0fv85] {
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
}

p[b-n9frv0fv85] {
    color: #161616;
}

.mainArea[b-n9frv0fv85] {
    background-color: transparent;
    padding: 0px 5px 150px 5px;
    max-width: 1000px;
}

a[b-n9frv0fv85] {
    text-align: center;
    margin: auto;
}

h1[b-n9frv0fv85] {
    font-family: 'FH Oscar';
    color: #171717;
}

body[b-n9frv0fv85] {
    width: auto;
    min-height: 75vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #966e4f;
    font-family: 'FH Oscar';
}

.product[b-n9frv0fv85] {
    outline: double thick;
    outline-color: rgb(00,22,16,.8);
    padding: 5pt;
}

.title[b-n9frv0fv85] {
    text-decoration: none;
    color: rgb(34,73,70);
}

    .title:hover[b-n9frv0fv85] {
        text-decoration: underline;
        opacity: 90%;
        font-size: 16pt;
    }

.url[b-n9frv0fv85] {
    color: rgb(189,233,201);
    font-size: 10pt;
}

.description[b-n9frv0fv85] {
    color: #000000;
    font-size: 12pt;
}

body[b-n9frv0fv85]::before {
    content: '';
    position: absolute;
    left: 0%;
    transform: translateX(-50%) skewX(-15deg);
    width: 20px;
    height: 100%;
    background: #966e4f;
    border-left: 60px solid #eae3d2;
    border-right: 30px solid #eae3d2;
    opacity: 0;
    animation: slide-in-b-n9frv0fv85 2s 1.5s forwards 1;
}

@keyframes slide-in-b-n9frv0fv85 {
    100% {
        opacity: 1;
        left: 50%;
    }
}

img[b-n9frv0fv85] {
    max-width: 100px;
}

.central[b-n9frv0fv85] {
    align-items: center;
    justify-content: center;
}


@keyframes tag-b-n9frv0fv85 {
    100% {
        opacity: 1;
        transform: rotate(-20deg);
    }
}

@keyframes fade-in-b-n9frv0fv85 {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.input-box[b-n9frv0fv85] {
    position: relative;
    min-height: 60px;
    max-height: 76px;
    max-width: 900px;
    width: 100%;
    background: #fff;
    margin: 0 20px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

    .input-box i[b-n9frv0fv85],
    .input-box .button[b-n9frv0fv85] {
        position: absolute;
        top: 33%;
        transform: translateY(-50%);
    }

    .input-box i[b-n9frv0fv85] {
        left: 20px;
        font-size: 30px;
        color: #707070;
    }

    .input-box input[b-n9frv0fv85] {
        height: 100%;
        width: 100%;
        outline: none;
        font-size: 18px;
        font-weight: 400;
        border: none;
        padding: 10px 1px 0 65px;
        background-color: transparent;
    }

    .input-box .button[b-n9frv0fv85] {
        right: 20px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        background-color: rgba(67, 98, 92);
    }

        .input-box .button:active[b-n9frv0fv85] {
            transform: translateY(-50%) scale(0.98);
        }

        .input-box .button:hover[b-n9frv0fv85] {
            opacity: 90%;
        }

@media (max-width: 640px) {
    body[b-n9frv0fv85]::before {
        transform: translateX(-50%) skewX(-5deg);
    }

    .input-box[b-n9frv0fv85] {
        height: 66px;
        margin: 0 8px;
    }

        .input-box i[b-n9frv0fv85] {
            left: 12px;
            font-size: 25px;
        }

        .input-box input[b-n9frv0fv85] {
            padding: 0 112px 0 50px;
            margin-top: 1px;
        }

        .input-box .button[b-n9frv0fv85] {
            right: 12px;
            font-size: 14px;
            padding: 8px 18px;
        }
}
/* /Shared/ForgotPassword.razor.rz.scp.css */
/* Bordered form */
form[b-rotkqut4w6] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-rotkqut4w6], input[type=password][b-rotkqut4w6], input[type=email][b-rotkqut4w6] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-rotkqut4w6] {
    background-color: rgb(255, 69, 5);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

    button:disabled[b-rotkqut4w6] {
        background-color: rgb(173, 48, 5);
    }

.warning-text[b-rotkqut4w6] {
    color: red;
}

.forgot-password[b-rotkqut4w6] {
    text-align: right;
}

/* Add a hover effect for buttons */
button:hover[b-rotkqut4w6] {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn[b-rotkqut4w6] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Extra style for the Forgot Password button*/
.forgotpassbtn[b-rotkqut4w6] {
    width: auto;
    float: right;
    padding: 10px 18px;
    background-color: #f44336;
}

.loginbtn[b-rotkqut4w6] {
    width: 100%;
    background-color: rgba(34, 73, 70, .8);
}

    .loginbtn:hover[b-rotkqut4w6] {
        opacity:80%;
    }

/* Center the avatar image inside this container */
.imgcontainer[b-rotkqut4w6] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-rotkqut4w6] {
    width: 30%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-rotkqut4w6] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-rotkqut4w6] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-rotkqut4w6] {
        display: block;
        float: none;
    }

    .cancelbtn[b-rotkqut4w6] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-rotkqut4w6] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-rotkqut4w6] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    max-width: 600px;
    min-width: 315px;
}

/* The Close Button */
.close[b-rotkqut4w6] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-rotkqut4w6],
    .close:focus[b-rotkqut4w6] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-rotkqut4w6] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-rotkqut4w6 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-rotkqut4w6 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Shared/LoginForm.razor.rz.scp.css */
/* Bordered form */
form[b-2tg1ahs3z2] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-2tg1ahs3z2], input[type=password][b-2tg1ahs3z2], input[type=email][b-2tg1ahs3z2] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-2tg1ahs3z2] {
    background-color: rgb(255, 69, 5);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.loginbtn[b-2tg1ahs3z2] {
    width: 100%;
    background-color: rgba(34, 73, 70, .8);
}

    .loginbtn:hover[b-2tg1ahs3z2] {
        opacity:80%;
    }

button:disabled[b-2tg1ahs3z2] {
    background-color: rgb(173, 48, 5);
}

.warning-text[b-2tg1ahs3z2] {
    color: red;
}

.forgot-password[b-2tg1ahs3z2] {
    text-align: right;
}

/* Add a hover effect for buttons */
button:hover[b-2tg1ahs3z2] {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn[b-2tg1ahs3z2] {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Extra style for the Forgot Password button*/
.forgotpassbtn[b-2tg1ahs3z2] {
    width:auto;
    float:right;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer[b-2tg1ahs3z2] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-2tg1ahs3z2] {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-2tg1ahs3z2] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-2tg1ahs3z2] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-2tg1ahs3z2] {
        display: block;
        float: none;
    }

    .cancelbtn[b-2tg1ahs3z2] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-2tg1ahs3z2] {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-2tg1ahs3z2] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    max-width: 600px;
    min-width: 315px;
}

/* The Close Button */
.close[b-2tg1ahs3z2] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-2tg1ahs3z2],
    .close:focus[b-2tg1ahs3z2] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-2tg1ahs3z2] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-2tg1ahs3z2 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-2tg1ahs3z2 {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Shared/Lost2FA.razor.rz.scp.css */
/* Bordered form */
form[b-7u51keudfa] {
    border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text][b-7u51keudfa], input[type=password][b-7u51keudfa] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button[b-7u51keudfa] {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

    /* Add a hover effect for buttons */
    button:hover[b-7u51keudfa] {
        opacity: 0.8;
    }

/* Extra style for the register button*/
.registerbtn[b-7u51keudfa] {
    width: auto;
    padding: 10px 18px;
    background-color: #FF4C00;
    float: left;
}

.loginbtn[b-7u51keudfa] {
    width: 100%;
    background-color: rgba(34, 73, 70, .8);
}

    .loginbtn:hover[b-7u51keudfa] {
        opacity:80%;
    }
/* Extra style for the cancel button (red) */
.cancelbtn[b-7u51keudfa] {
    width: auto;
    padding: 10px 18px;
    background-color: #FF4C00;
    float: right;
}

/* Center the avatar image inside this container */
.imgcontainer[b-7u51keudfa] {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar[b-7u51keudfa] {
    width: 40%;
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
}

/* Add padding to containers */
.container[b-7u51keudfa] {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw[b-7u51keudfa] {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw[b-7u51keudfa] {
        display: block;
        float: none;
    }

    .cancelbtn[b-7u51keudfa] {
        width: 100%;
    }
}
/* The Modal (background) */
.modal[b-7u51keudfa] {
    display: none; /* Hidden by default */
    position: center; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content[b-7u51keudfa] {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    max-width: 600px;
    min-width: 315px;
}

/* The Close Button */
.close[b-7u51keudfa] {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    /* Close button on hover */
    .close:hover[b-7u51keudfa],
    .close:focus[b-7u51keudfa] {
        color: red;
        cursor: pointer;
    }

/* Add Zoom Animation */
.animate[b-7u51keudfa] {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom-b-7u51keudfa 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom-b-7u51keudfa {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jri7pqeqoo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jri7pqeqoo] {
    flex: 1;
}

.sidebar[b-jri7pqeqoo] {
    background-color: rgb(255, 69, 5);
    left:0;
 
}

.top-row[b-jri7pqeqoo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 75px;
    display: flex;
    align-items: center;
}

.top-row[b-jri7pqeqoo]  a, .top-row .btn-link[b-jri7pqeqoo] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-jri7pqeqoo] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-img[b-jri7pqeqoo]{
   max-width:20px;
   outline: none;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jri7pqeqoo] {
        display: none;
    }

    body[b-jri7pqeqoo]{
        height: 100%;
    }

    .top-of-page[b-jri7pqeqoo]{
        display:block;
    }

    .top-row.auth[b-jri7pqeqoo] {
        justify-content: space-between;
    }

    .top-row-btn[b-jri7pqeqoo]{
        float: right;
        outline: none;
        position: absolute;    
        top:5px;
        right:10px;
    }

    .horizontal-nav-bar[b-jri7pqeqoo]{
        display:none;
    }

    .small-screen-hide[b-jri7pqeqoo]{
        display: none;
    }

    .top-row a[b-jri7pqeqoo], .top-row .btn-link[b-jri7pqeqoo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jri7pqeqoo] {
        flex-direction: row;
    }

    .horizontal-nav-bar[b-jri7pqeqoo] {
        background-color: rgba(67, 98, 92, 1.00);
        padding: 20px;
        height: 75px;
    }

    .sidebar[b-jri7pqeqoo] {
        width: auto;
        max-width: 200px;
        position: sticky;
        display: block;
        min-height: 100vh;
        height: calc(100% - 75px);
    }

    .top-row[b-jri7pqeqoo] {
        top: 0;
        z-index: 1;
    }

    .big-screen-hide[b-jri7pqeqoo] {
        display: none;
    }

    .top-row-btn[b-jri7pqeqoo]{
        left: 110px;
        top: 5px;
    }

    .top-row[b-jri7pqeqoo], article[b-jri7pqeqoo] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }

    
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-brand[b-rs6rp7qna9] {
    font-size: 1.1rem;
}

.oi[b-rs6rp7qna9] {
    width: 3rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar[b-rs6rp7qna9] {
    height: 9000px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: visible;
    transition: 0.5s;
    padding-top: 60px;
    background-color: yellow;
}

.home[b-rs6rp7qna9] {
    width: 3rem;
    font-size: 1.1rem;
}

p[b-rs6rp7qna9] {
    color: white;
}

.nav-item[b-rs6rp7qna9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rs6rp7qna9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rs6rp7qna9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rs6rp7qna9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-rs6rp7qna9]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }
.nav-item[b-rs6rp7qna9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


@media (min-width: 641px) {
    .nav-scrollable[b-rs6rp7qna9] {
        /* Allow sidebar to scroll for tall menus */
        height: 100%;
        overflow-y: auto;
    }
}
/* /Shared/TopRow.razor.rz.scp.css */
.navbar-toggler[b-8o0uac1unz] {
    background-color: rgba(67, 98, 92, 0.1);
}

.logo-spacing[b-8o0uac1unz] {
    max-width: 185px;
    margin: -5px 20px 0px -20px;
}

.top-row[b-8o0uac1unz] {
    height: 75px;
    background-color: rgba(67, 98, 92, 1.00);
    width:200px;
}

.navbar-brand[b-8o0uac1unz] {
    font-size: 1.1rem;
}

.nav-item[b-8o0uac1unz] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}

    .nav-item:first-of-type[b-8o0uac1unz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8o0uac1unz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8o0uac1unz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-8o0uac1unz]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-8o0uac1unz]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {

    .nav-scrollable[b-8o0uac1unz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
   
}
@media (max-width: 640.9px){
    .top-row[b-8o0uac1unz] {
        height: 75px;
        background-color: rgba(67, 98, 92, 1.00);
        width: auto;
    }
}
/* /Shared/WikiHorizontalMenu.razor.rz.scp.css */
ul[b-kwiof3gnfc] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li[b-kwiof3gnfc] {
    float: left;
    color: white;
}

    li a[b-kwiof3gnfc] {
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

        li a:hover[b-kwiof3gnfc] {
            background-color: #111;
        }

    li[b-kwiof3gnfc]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

.nav-link[b-kwiof3gnfc]{
    color:yellow;
}

.nav-item[b-kwiof3gnfc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    color:white;
}

    .nav-item:first-of-type[b-kwiof3gnfc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kwiof3gnfc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kwiof3gnfc]  a {
        color: yellow;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-kwiof3gnfc]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-kwiof3gnfc]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/* /Shared/WikiNavMenu.razor.rz.scp.css */
.navbar-toggler[b-pxea3sjh7s] {
    background-color: rgba(67, 98, 92, 0.1);
}

.top-row[b-pxea3sjh7s] {
    height: 5.0rem;
    background-color: rgba(67, 98, 92, 1.00);
}

.navbar-brand[b-pxea3sjh7s] {
    font-size: 1.1rem;
}

.oi[b-pxea3sjh7s] {
    width: 3rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar[b-pxea3sjh7s] {
    height: 9000px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: visible;
    transition: 0.5s;
    padding-top: 60px;
    background-color: yellow;
}

.home[b-pxea3sjh7s]{
    width: 3rem;
    font-size: 1.1rem;
    
}

p[b-pxea3sjh7s] {
    color: white;
}

[b-pxea3sjh7s] .nav-active {
    padding: 5px 0px 5px 20px;
    color: white;
    line-height: 15px;
}

[b-pxea3sjh7s] .nav-active:first-of-type {
    padding: 10px 0px 5px 20px;
    color: white;
    line-height: 15px;
}

    [b-pxea3sjh7s] .nav-active:last-of-type {
        padding: 5px 0px 10px 20px;
        color: white;
        line-height: 15px;
    }


.nav-item[b-pxea3sjh7s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pxea3sjh7s] {
        padding-top: 3rem;
        padding: 5px 0px 5px 20px;
        color: white;
        line-height: 15px;
    }

.nav-item:last-of-type[b-pxea3sjh7s] {
    padding-bottom: 1rem;
}

.nav-item[b-pxea3sjh7s]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-pxea3sjh7s]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

ul[b-pxea3sjh7s]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}
ul[b-pxea3sjh7s]{
    list-style-type:none;

}

.nav-item[b-pxea3sjh7s]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

li a.active[b-pxea3sjh7s] {
    background-color: rgba(255,255,255,0.25);
    color: white;
}
li.main[b-pxea3sjh7s] {
    margin-left: -20px;
    color: white;
}

li.main:hover[b-pxea3sjh7s]{
    opacity:80%;
}

li.sub[b-pxea3sjh7s]{
    margin: -5px -20px 5px -10px;
}
li[b-pxea3sjh7s]{
    cursor: pointer;
    width: 150px;
}
.baby[b-pxea3sjh7s]{
    margin: 50px;
    padding: 50px;
}

@media (min-width: 641px) {
    .nav-scrollable[b-pxea3sjh7s] {
        /* Allow sidebar to scroll for tall menus */
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
/* /Shared/WikiTopRow.razor.rz.scp.css */
.navbar-toggler[b-dp55mvxzvv] {
    background-color: rgba(67, 98, 92, 0.1);
}

.logo-spacing[b-dp55mvxzvv] {
    max-width: 150px;
    margin: -5px 20px 0px -20px;
}

.top-row[b-dp55mvxzvv] {
    height: 75px;
    background-color: rgba(67, 98, 92, 1.00);
}

.navbar-brand[b-dp55mvxzvv] {
    font-size: 1.1rem;
}

.nav-item[b-dp55mvxzvv] {
    font-size: 0.9rem;
    padding-bottom: 0rem;
}

    .nav-item:first-of-type[b-dp55mvxzvv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dp55mvxzvv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dp55mvxzvv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dp55mvxzvv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dp55mvxzvv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
      
    .nav-scrollable[b-dp55mvxzvv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
