/* _content/RFCBackOffice.WEB/Components/Account/Pages/CambiarContrasena.razor.rz.scp.css */


a[b-23uk4ou3bl] {
    color: #0E1E37;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2[b-23uk4ou3bl] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



#formFooter[b-23uk4ou3bl] {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}



/* TABS */

h2.inactive[b-23uk4ou3bl] {
    color: #cccccc;
}

h2.active[b-23uk4ou3bl] {
    color: #0d0d0d;
    border-bottom: 2px solid #0E1E37;
}



/* FORM TYPOGRAPHY*/

input[type=button][b-23uk4ou3bl], input[type=submit][b-23uk4ou3bl], input[type=reset][b-23uk4ou3bl] {
    background-color: #0E1E37;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 10px 10px 10px 0 rgb(44, 61, 91,0.2);
    box-shadow: 10px 10px 10px 0 rgb(44, 61, 91,0.2);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=button]:hover[b-23uk4ou3bl], input[type=submit]:hover[b-23uk4ou3bl], input[type=reset]:hover[b-23uk4ou3bl] {
    background-color: #2C3D5B;
}

input[type=button]:active[b-23uk4ou3bl], input[type=submit]:active[b-23uk4ou3bl], input[type=reset]:active[b-23uk4ou3bl] {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

input[type=text][b-23uk4ou3bl], input[type=password][b-23uk4ou3bl] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus[b-23uk4ou3bl], input[type=password]:focus[b-23uk4ou3bl] {
    background-color: #fff;
    border-bottom: 2px solid #0E1E37;
}

input[type=text]:placeholder[b-23uk4ou3bl], input[type=password]:placeholder[b-23uk4ou3bl] {
    color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-23uk4ou3bl] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-23uk4ou3bl;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-23uk4ou3bl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-23uk4ou3bl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-23uk4ou3bl] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-23uk4ou3bl ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first[b-23uk4ou3bl] {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second[b-23uk4ou3bl] {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third[b-23uk4ou3bl] {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth[b-23uk4ou3bl] {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-23uk4ou3bl]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-23uk4ou3bl] {
    color: #0d0d0d;
}

.underlineHover:hover[b-23uk4ou3bl]:after {
    width: 100%;
}



/* OTHERS */

*:focus[b-23uk4ou3bl] {
    outline: none;
}

#icon[b-23uk4ou3bl] {
    width: 60%;
}

*[b-23uk4ou3bl] {
    box-sizing: border-box;
}
/* _content/RFCBackOffice.WEB/Components/Account/Pages/OlvidoContrasena.razor.rz.scp.css */


a[b-iyhaq8u9a2] {
    color: #0E1E37;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2[b-iyhaq8u9a2] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



#formFooter[b-iyhaq8u9a2] {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}



/* TABS */

h2.inactive[b-iyhaq8u9a2] {
    color: #cccccc;
}

h2.active[b-iyhaq8u9a2] {
    color: #0d0d0d;
    border-bottom: 2px solid #0E1E37;
}



/* FORM TYPOGRAPHY*/

input[type=button][b-iyhaq8u9a2], input[type=submit][b-iyhaq8u9a2], input[type=reset][b-iyhaq8u9a2] {
    background-color: #0E1E37;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 10px 10px 10px 0 rgb(44, 61, 91,0.2);
    box-shadow: 10px 10px 10px 0 rgb(44, 61, 91,0.2);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover[b-iyhaq8u9a2], input[type=submit]:hover[b-iyhaq8u9a2], input[type=reset]:hover[b-iyhaq8u9a2] {
        background-color: #2C3D5B;
    }

    input[type=button]:active[b-iyhaq8u9a2], input[type=submit]:active[b-iyhaq8u9a2], input[type=reset]:active[b-iyhaq8u9a2] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text][b-iyhaq8u9a2], input[type=password][b-iyhaq8u9a2] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus[b-iyhaq8u9a2], input[type=password]:focus[b-iyhaq8u9a2] {
        background-color: #fff;
        border-bottom: 2px solid #0E1E37;
    }

    input[type=text]:placeholder[b-iyhaq8u9a2], input[type=password]:placeholder[b-iyhaq8u9a2] {
        color: #cccccc;
    }



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-iyhaq8u9a2] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-iyhaq8u9a2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-iyhaq8u9a2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-iyhaq8u9a2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-iyhaq8u9a2] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-iyhaq8u9a2 ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-iyhaq8u9a2] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-iyhaq8u9a2] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-iyhaq8u9a2] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-iyhaq8u9a2] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-iyhaq8u9a2]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #0E1E37;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-iyhaq8u9a2] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-iyhaq8u9a2]:after {
        width: 100%;
    }



/* OTHERS */

*:focus[b-iyhaq8u9a2] {
    outline: none;
}

#icon[b-iyhaq8u9a2] {
    width: 60%;
}

*[b-iyhaq8u9a2] {
    box-sizing: border-box;
}
/* _content/RFCBackOffice.WEB/Components/Account/Pages/RestablecerContrasena.razor.rz.scp.css */


a[b-kvzbhrutdg] {
    color: #0E1E37;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2[b-kvzbhrutdg] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}



#formFooter[b-kvzbhrutdg] {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}



/* TABS */

h2.inactive[b-kvzbhrutdg] {
    color: #cccccc;
}

h2.active[b-kvzbhrutdg] {
    color: #0d0d0d;
    border-bottom: 2px solid #0E1E37;
}



/* FORM TYPOGRAPHY*/

input[type=button][b-kvzbhrutdg], input[type=submit][b-kvzbhrutdg], input[type=reset][b-kvzbhrutdg] {
    background-color: #0E1E37;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 10px 10px 10px 0 rgb(44, 61, 91,0.2);
    box-shadow: 10px 10px 10px 0 rgb(44, 61, 91,0.2);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover[b-kvzbhrutdg], input[type=submit]:hover[b-kvzbhrutdg], input[type=reset]:hover[b-kvzbhrutdg] {
        background-color: #2C3D5B;
    }

    input[type=button]:active[b-kvzbhrutdg], input[type=submit]:active[b-kvzbhrutdg], input[type=reset]:active[b-kvzbhrutdg] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text][b-kvzbhrutdg], input[type=password][b-kvzbhrutdg] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus[b-kvzbhrutdg], input[type=password]:focus[b-kvzbhrutdg] {
        background-color: #fff;
        border-bottom: 2px solid #0E1E37;
    }

    input[type=text]:placeholder[b-kvzbhrutdg], input[type=password]:placeholder[b-kvzbhrutdg] {
        color: #cccccc;
    }



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-kvzbhrutdg] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-kvzbhrutdg;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-kvzbhrutdg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-kvzbhrutdg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-kvzbhrutdg] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-kvzbhrutdg ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-kvzbhrutdg] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-kvzbhrutdg] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-kvzbhrutdg] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-kvzbhrutdg] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-kvzbhrutdg]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-kvzbhrutdg] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-kvzbhrutdg]:after {
        width: 100%;
    }



/* OTHERS */

*:focus[b-kvzbhrutdg] {
    outline: none;
}

#icon[b-kvzbhrutdg] {
    width: 60%;
}

*[b-kvzbhrutdg] {
    box-sizing: border-box;
}
/* _content/RFCBackOffice.WEB/Components/Layout/BigCardLayout.razor.rz.scp.css */


.loginContainer[b-l696m3uj9n] {

}




/* STRUCTURE */

.wrapper[b-l696m3uj9n] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    /*padding: 20px;*/
}

#formContent[b-l696m3uj9n] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    min-width: 700px;
    max-width: 650px;
    position: relative;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

/* _content/RFCBackOffice.WEB/Components/Layout/CardLayout.razor.rz.scp.css */


.loginContainer[b-5wvm2j4cr5] {

}




/* STRUCTURE */

.wrapper[b-5wvm2j4cr5] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    /*padding: 20px;*/
}

#formContent[b-5wvm2j4cr5] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    min-width: 400px;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

/* _content/RFCBackOffice.WEB/Components/Layout/FormulariosParaWebLayout.razor.rz.scp.css */

/* STRUCTURE */

.wrapper[b-qn24ob4n59] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    min-height: 100%;
    /*padding: 20px;*/
}
.loginContainer[b-qn24ob4n59]{
    width: 95%;
    max-width: 850px;
}

#formContent[b-qn24ob4n59] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    min-width: 95%;
    width: 95%;
    max-width: 850px;
    position: relative;
    padding: 0px 20px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}



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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ebitcdj9f6] {
        display: none;
    }

    .top-row.auth[b-ebitcdj9f6] {
        justify-content: space-between;
    }

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

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

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

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

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

/* _content/RFCBackOffice.WEB/Components/Layout/NotAuthorizedView.razor.rz.scp.css */
*[b-9buc1e29hr] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body[b-9buc1e29hr] {
  padding: 0;
  margin: 0;
}

#notfound[b-9buc1e29hr] {
    position: relative;
    height: 70vh;
}

#notfound .notfound[b-9buc1e29hr] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound[b-9buc1e29hr] {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.notfound .notfound-404[b-9buc1e29hr] {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url('imagenes/emoji.png');
  background-size: cover;
}

    .notfound .notfound-404[b-9buc1e29hr]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(2.4);
        -ms-transform: scale(2.4);
        transform: scale(2.4);
        border-radius: 50%;
        background-color: #ecebeb;
        z-index: -1;
    }

.notfound h1[b-9buc1e29hr] {
  font-family: 'Nunito', sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

.notfound h2[b-9buc1e29hr] {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.notfound p[b-9buc1e29hr] {
  font-family: 'Nunito', sans-serif;
  color: #999fa5;
  font-weight: 400;
}

.notfound a[b-9buc1e29hr] {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404[b-9buc1e29hr] {
    width: 110px;
    height: 110px;
  }
  .notfound[b-9buc1e29hr] {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
  }
}
/* _content/RFCBackOffice.WEB/Components/Layout/PageNotFound.razor.rz.scp.css */
*[b-zy5faldpgk] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body[b-zy5faldpgk] {
  padding: 0;
  margin: 0;
}

#notfound[b-zy5faldpgk] {
    position: relative;
    height: 70vh;
}

#notfound .notfound[b-zy5faldpgk] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound[b-zy5faldpgk] {
  max-width: 560px;
  width: 100%;
  padding-left: 160px;
  line-height: 1.1;
}

.notfound .notfound-404[b-zy5faldpgk] {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url('imagenes/emoji.png');
  background-size: cover;
}

    .notfound .notfound-404[b-zy5faldpgk]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(2.4);
        -ms-transform: scale(2.4);
        transform: scale(2.4);
        border-radius: 50%;
        background-color: #ecebeb;
        z-index: -1;
    }

.notfound h1[b-zy5faldpgk] {
  font-family: 'Nunito', sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

.notfound h2[b-zy5faldpgk] {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}

.notfound p[b-zy5faldpgk] {
  font-family: 'Nunito', sans-serif;
  color: #999fa5;
  font-weight: 400;
}

.notfound a[b-zy5faldpgk] {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  font-weight: 700;
  border-radius: 40px;
  text-decoration: none;
  color: #388dbc;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404[b-zy5faldpgk] {
    width: 110px;
    height: 110px;
  }
  .notfound[b-zy5faldpgk] {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 110px;
  }
}
/* _content/RFCBackOffice.WEB/Components/Pages/FormulariosParaWeb/JobApplication/JobApplicationGeneral.razor.rz.scp.css */
.image-container[b-vupdzrtiup] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
    padding-bottom:10px;
}

.flexible-image[b-vupdzrtiup] {
    width: 45%;
    height: auto;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}
/*on hover flexible-image show a slow animation of shadow change to light purple*/
.flexible-image:hover[b-vupdzrtiup] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 5px 10px 0 rgba(0, 0, 0, 0.30);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    
}
@media (max-width: 600px) {
    .image-container[b-vupdzrtiup] {
        flex-direction: column;
    }
    .flexible-image[b-vupdzrtiup] {
        width: 80%;
    }
}
/*create media for smaller sizes*/
@media (max-width: 400px) {
    .flexible-image[b-vupdzrtiup] {
        width: 70%;
    }
}
/* _content/RFCBackOffice.WEB/Components/Pages/FormulariosParaWeb/JobApplication/_Componentes/InformacionCV.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/Index.razor.rz.scp.css */
.lds-ripple[b-9l2yp1wjzi] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div[b-9l2yp1wjzi] {
        position: absolute;
        border: 4px solid blue;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple-b-9l2yp1wjzi 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2)[b-9l2yp1wjzi] {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple-b-9l2yp1wjzi {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
/* _content/RFCBackOffice.WEB/Components/Pages/Inventario/ControlDeCapGowns/_Reportes/OrdenDeCapGown.razor.rz.scp.css */

@media print {
    body[b-32i1uwddnw] {
        margin: 30px !important;
        padding: 0px !important;
    }

    *[b-32i1uwddnw] {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    @page {
        margin: 0;
        padding: 0;
        size: A4 portrait;
    }
}

.logoContainer[b-32i1uwddnw] {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 5px;
  
}
.headerContainer[b-32i1uwddnw]{
    display:flex;
    align-items:center;
    
}
.title[b-32i1uwddnw] {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    width:50%;
}
.schoolInfo[b-32i1uwddnw]{
    width:50%;
}
.schoolNameLabel[b-32i1uwddnw] {
    background-color: lightgray;
    font-size:20px;
    text-align: center;
    border:1px solid black;
    font-weight:bold;
}
.schoolName[b-32i1uwddnw] {
    padding-top: 5px;
    text-align: center;
    border: 1px solid black;
}



.tables[b-32i1uwddnw]{
    display: flex;
}
.sizesTable[b-32i1uwddnw], .extraInfoTable[b-32i1uwddnw] {
    min-width: 50%;
}

.tableHead[b-32i1uwddnw], .tableFooter[b-32i1uwddnw] {
    display: flex;
}
    .tableHead .column1[b-32i1uwddnw],
    .tableHead .column2[b-32i1uwddnw],
    .tableHead .column3[b-32i1uwddnw],
    .tableHead .column4[b-32i1uwddnw],
    .tableFooter .column1[b-32i1uwddnw],
    .tableFooter .column2[b-32i1uwddnw],
    .tableFooter .column3[b-32i1uwddnw],
    .tableFooter .column4[b-32i1uwddnw] {
        padding: 6px;
        width: 50%;
        border: 1px solid black;
        background-color: lightgray;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }

    .tableFooter .column2[b-32i1uwddnw],
    .tableFooter .column4[b-32i1uwddnw] {
        background-color: white;
    }
    .tableFooter .column1[b-32i1uwddnw],
    .tableFooter .column2[b-32i1uwddnw],
    .tableFooter .column3[b-32i1uwddnw],
    .tableFooter .column4[b-32i1uwddnw] {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size:18px;
    }


        .sizesTable .tableBody[b-32i1uwddnw] {
            display: flex;
            width: 100%;
        }

.tableBody .maleSizesColumn[b-32i1uwddnw], .tableBody .femaleSizesColumn[b-32i1uwddnw] {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.maleSizesRow[b-32i1uwddnw], .femaleSizesRow[b-32i1uwddnw] {
    display: flex;
}
    .maleSizesRow .column1[b-32i1uwddnw],
    .maleSizesRow .column2[b-32i1uwddnw],
    .femaleSizesRow .column3[b-32i1uwddnw],
    .femaleSizesRow .column4[b-32i1uwddnw] {
        padding: 6px;
        width: 50%;
        text-align: center !important;
        font-weight: bold;
        font-size: 14px;
        border: 1px solid black;
    }


.subTable .tableBody[b-32i1uwddnw] {
    min-width: 100%;
  
}
.extraInfoTable .tableBody[b-32i1uwddnw], .extraInfoTable .tableHead[b-32i1uwddnw],
.extraInfoTable .tableBodyTassel[b-32i1uwddnw], .extraInfoTable .tableHeadTassel[b-32i1uwddnw],
.extraInfoTable .tableHeadComment[b-32i1uwddnw], .extraInfoTable .tableBodyComment[b-32i1uwddnw],
.extraInfoTable .tableHeadPreparedBy[b-32i1uwddnw], .extraInfoTable .tableBodyPreparedBy[b-32i1uwddnw] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.extraInfoTable .subTable .tableHead .column1[b-32i1uwddnw],
.extraInfoTable .subTable .tableHead .column2[b-32i1uwddnw],
.extraInfoTable .subTable .tableHead .column3[b-32i1uwddnw],
.extraInfoTable .subTable .tableHead .column4[b-32i1uwddnw] {
    padding: 6px;
    width:33.3333333%;
    border: 1px solid black;
    background-color: lightgray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;

}
.extraInfoTable .subTable .tableBody .column1[b-32i1uwddnw],
.extraInfoTable .subTable .tableBody .column2[b-32i1uwddnw],
.extraInfoTable .subTable .tableBody .column3[b-32i1uwddnw],
.extraInfoTable .subTable .tableBody .column4[b-32i1uwddnw] {
    padding: 6px;
    min-height: 50px;
    width: 33.3333333%;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extraInfoTable .subTable .tableHeadTassel .column1[b-32i1uwddnw],
.extraInfoTable .subTable .tableHeadTassel .column2[b-32i1uwddnw]
{
    padding: 6px;
    width: 50%;
    border: 1px solid black;
    background-color: lightgray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.extraInfoTable .subTable .tableBodyTassel .column1[b-32i1uwddnw],
.extraInfoTable .subTable .tableBodyTassel .column2[b-32i1uwddnw]
{
    padding: 6px;
    min-height: 30px;
    width: 50%;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.extraInfoTable .subTable .tableHeadComment .column1[b-32i1uwddnw] {
    padding: 6px;
    width: 100%;
    border: 1px solid black;
    background-color: lightgray;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.extraInfoTable .subTable .tableBodyComment .column1[b-32i1uwddnw] {
    padding: 6px;
    min-height: 239px;
    width: 100%;
    border: 1px solid black;
    display: flex;
    align-items: start;
    justify-content: start;
}

.itemLocationMainInfo[b-32i1uwddnw]{
    margin-top:15px;
}

@media print {
    /* Apply page breaks before and after specific elements */
    .itemLocationMainInfo[b-32i1uwddnw] {
        page-break-before: always;
    }

    .itemLocationMainInfo[b-32i1uwddnw] {
        page-break-after: always;
    }

    /* Avoid page breaks inside specific elements */
    .maleSizesRow[b-32i1uwddnw] {
        page-break-inside: avoid;
    }
}
/* _content/RFCBackOffice.WEB/Components/Pages/Inventario/ControlDeCapGowns/_Reportes/ReporteDeLabelsDeCapGownAGenerar.razor.rz.scp.css */

body[b-1ua8di4l82] {
    margin: 0;
    filter: brightness(110%);
}

/* Set the page size to match the overall page dimensions */
@page {
    size: 8.5in 11in !important;
    margin: 0px;
    margin-top: 0.5in !important;
    margin-left: 0.21975in;
    margin-right: 0.21975in;
}



/* Create a grid layout for the labels */
.label-container[b-1ua8di4l82] {
    display: grid;
    grid-template-columns: repeat(3, 2.5935in); /* Adjust the width to fit 3 labels horizontally */
    /* grid-template-rows:  2in;  Adjust the height to fit 5 labels vertically */
    grid-auto-rows: 1in;
    gap: 0in 0.14in; /* Adjust the vertical and horizontal gap between labels */
}

/* Center the content within each label */
.label[b-1ua8di4l82] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    /* border: 1px solid black;  Add a border to the labels */
    position: relative;

    border-radius: 0.125in; /* Adjust the corner radius of the sheet */
    /*border: 1px solid black;*/ /*Add a border to the labels */
    box-sizing: border-box !important; /*Include border within the width and height */
}

    .label:nth-child(30n)[b-1ua8di4l82] {
        page-break-after: always;
    }
/* _content/RFCBackOffice.WEB/Components/Pages/MaterialesPromocionales/ControlDeBackgrounds/_PaginasPublicas/ListaDeBackgrounds.razor.rz.scp.css */
@media (max-width: 768px) {
    .image-caption[b-c6ag64vv8a] {
        opacity: 0.95; /* Always visible on mobile */
    }

    .radzen-selectbar-item[b-c6ag64vv8a] {
        min-width: 80px; /* Smaller minimum width for smaller screens */
    }
}

@media (max-width: 480px) {
    .radzen-selectbar-item[b-c6ag64vv8a] {
        min-width: 60px;
    }
}

/* _content/RFCBackOffice.WEB/Components/Pages/MaterialesPromocionales/ControlDeMaterialesVariados/ControlDeChristmasEnvelope/GeneradorDeChristmasEnvelope.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/MaterialesPromocionales/ControlDeMaterialesVariados/ControlDeChristmasGiftCard/GeneradorDeChristmasGiftCard.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/MaterialesPromocionales/ControlDeMaterialesVariados/ControlDeChristmasGiftCard/_PaginasPublicas/GiftCardScheduleForm.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/ModulosParaWeb/Recursos/_PaginasPublicas/WebResources.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/PaginasEspeciales/GeneradorDeLabelsZebra/GeneradorDeLabels.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/PaginasEspeciales/Quotes/GeneradorDeQuotes.razor.rz.scp.css */
/* _content/RFCBackOffice.WEB/Components/Pages/SchoolEventsChecklists/ListaDeChecklists.razor.rz.scp.css */

/* STRUCTURE */

.wrapper[b-9xw4toxuan] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    min-height: 100%;
    /*padding: 20px;*/
}
.loginContainer[b-9xw4toxuan]{
    width: 95%;
    max-width: 850px;
}

#formContent[b-9xw4toxuan] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    min-width: 95%;
    width: 95%;
    max-width: 850px;
    position: relative;
    padding: 0px 20px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}



/* _content/RFCBackOffice.WEB/Components/Pages/SchoolEventsChecklists/ViewCheckListForm.razor.rz.scp.css */

.view-form-wrap[b-3k9f5ww4yc] { padding: 8px 12px; max-width: 1100px; }
.header[b-3k9f5ww4yc] { display:flex; align-items:flex-start; justify-content:space-between; margin-bottom:10px; }
.title h3[b-3k9f5ww4yc] { margin:4px 0 2px 0; color:#364a63; }
.title .muted[b-3k9f5ww4yc] { color:#8094ae; }
.title .pill[b-3k9f5ww4yc] { background:#eef2ff; color:#3f51b5; padding:2px 8px; border-radius:999px; font-size:.8rem; }
.actions[b-3k9f5ww4yc] { display:flex; align-items:center; }

.grid2[b-3k9f5ww4yc] { display:grid; grid-template-columns: repeat(auto-fill, minmax(320px,1fr)); gap:12px; }
.card[b-3k9f5ww4yc] { border-radius:14px; box-shadow: 0 1px 6px rgba(0,0,0,.06); }
.card-title[b-3k9f5ww4yc] { font-weight:600; margin-bottom:8px; color:#364a63; }

.kv[b-3k9f5ww4yc] { display:grid; grid-template-columns: 160px 1fr; row-gap:6px; column-gap:12px; }
.kv > div:first-child[b-3k9f5ww4yc] { color:#8094ae; }
.kv > div:nth-child(2n)[b-3k9f5ww4yc] { color:#364a63; }

.chips[b-3k9f5ww4yc] { display:flex; gap:6px; flex-wrap:wrap; }
.chip[b-3k9f5ww4yc] { padding:3px 8px; border-radius:999px; border:1px solid #d9e1ec; color:#345; font-size:.85rem; }
.chip.on[b-3k9f5ww4yc] { background:#e6ffe6; border-color:#b7efb7; }

.sample-grid[b-3k9f5ww4yc] { display:grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap:10px; }
.sample[b-3k9f5ww4yc] { border:1px solid #e6eaf2; border-radius:12px; padding:8px; }
.sample-title[b-3k9f5ww4yc] { font-weight:600; color:#364a63; margin-bottom:4px; }
.sample-name[b-3k9f5ww4yc] { color:#364a63; margin-bottom:6px; }
.sample-img[b-3k9f5ww4yc] { width:100%; max-height:140px; object-fit:cover; border-radius:10px; border:1px solid #e6eaf2; }

.note .pre[b-3k9f5ww4yc] { white-space:pre-wrap; color:#364a63; }

.footer-actions[b-3k9f5ww4yc] { margin-top:12px; display:flex; gap:8px; justify-content:flex-end; }
.muted[b-3k9f5ww4yc] { color:#8094ae; }
/* screen helpers */
.toolbar[b-3k9f5ww4yc]{ display:flex; justify-content:flex-end; margin-bottom:10px; }
.grid2[b-3k9f5ww4yc]{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.sample-grid[b-3k9f5ww4yc]{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.card[b-3k9f5ww4yc]{ border-radius:14px; }
.pre[b-3k9f5ww4yc]{ white-space:pre-wrap; }

/* PRINT: only #printArea is visible */
@media print{
    body *[b-3k9f5ww4yc]{ visibility:hidden !important; }
    #printArea[b-3k9f5ww4yc], #printArea *[b-3k9f5ww4yc]{ visibility:visible !important; }
    #printArea[b-3k9f5ww4yc]{ position:absolute; left:0; top:0; width:100%; padding:0; }
    .no-print[b-3k9f5ww4yc]{ display:none !important; }
    .grid2[b-3k9f5ww4yc]{ grid-template-columns:1fr 1fr; gap:12px; }
    .sample-grid[b-3k9f5ww4yc]{ grid-template-columns:repeat(4,1fr); gap:8px; }
    .card[b-3k9f5ww4yc]{ box-shadow:none !important; border:1px solid #ddd; }
}
/* _content/RFCBackOffice.WEB/Components/Pages/ServicioAlCliente/ControlDeOrderTracks/_PaginasPublicas/OrderTracking.razor.rz.scp.css */

@media (max-width: 395px) {
    .stepper[b-afc07oqewr] {
        display: none;
    }
}

/* _content/RFCBackOffice.WEB/Components/Pages/ServicioAlCliente/ControlDeTicketTracks/_PaginasPublicas/TicketTracking.razor.rz.scp.css */

@media (max-width: 395px) {
    .stepper[b-1kkugattc1] {
        display: none;
    }
}

/* _content/RFCBackOffice.WEB/Components/Shared/AdjuntarArchivosMultiples.razor.rz.scp.css */
.custom-title[b-6p4ida4fpz] {
    text-align: center;
    width: 100%;
    font-weight: bold;
    background-color: #f1f1f1;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 0px
}

.added-files-container[b-6p4ida4fpz] {
    margin-bottom: 0px;
    margin-top: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%
}

.added-file[b-6p4ida4fpz] {
    font-weight: bold;
    width: 100%;
    padding: 10px;
    background-color: #ececec;
    overflow: auto;
    margin-top: 5px;
    border: 2px white solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.files-size-container[b-6p4ida4fpz] {
    text-align: center;
    font-weight: bold;
    margin-top:10px
}
.custom-file-upload[b-6p4ida4fpz] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    background-color: darkslategrey;
    color: white;
    text-align: center;
}

.custom-file-label[b-6p4ida4fpz] {
    width: 100%;
    background-color: #3C4D62;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: white !important;
    cursor: pointer;

}
/* _content/RFCBackOffice.WEB/Components/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-39g04mf9be] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-39g04mf9be] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-39g04mf9be] {
    font-size: 1.1rem;
}

.oi[b-39g04mf9be] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-39g04mf9be] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-39g04mf9be] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-39g04mf9be] {
        padding-bottom: 1rem;
    }


    .nav-item[b-39g04mf9be]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-39g04mf9be]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-39g04mf9be]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-39g04mf9be] {
        display: none;
    }

    .collapse[b-39g04mf9be] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}




.mainNavMenu .rz-navigation-item-text[b-39g04mf9be], .mainNavMenu .rz-navigation-item-icon[b-39g04mf9be] {
    color: white;
}

.headLogo[b-39g04mf9be]{
    background-color:white;
}

.e-blazor-dock[b-39g04mf9be]{
    overflow:hidden;
}
.mainNavMenu .nav-item[b-39g04mf9be] {
    overflow-x: hidden !important;
}
.e-sidebar[b-39g04mf9be] {
    overflow: hidden !important;
}

.menuHeaderlabel[b-39g04mf9be] {
    text-align: center;
    color: white;
    font-weight: bold;
}
