/* /Pages/Companies/IndexCompany.razor.rz.scp.css */
.mud-table[b-9mu0cwqtzi] {
    margin-top: 30px;
    max-width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-9mu0cwqtzi] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}


@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-9mu0cwqtzi] {
        margin-top: 30px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-9mu0cwqtzi] {
        margin-top: 30px;
        max-width: 700px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-9mu0cwqtzi] {
        margin-top: 30px;
        max-width: 850px;
    }
}

@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-9mu0cwqtzi] {
        margin-top: 30px;
        max-width: 618px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* /Pages/IndexLogged.razor.rz.scp.css */
@media screen and (max-width: 1708px) {
    #myList[b-8p4j1ea30w] {
        padding-top: 140px;
        padding-right: 20px;
        text-align: right;
    }

    .mobile-list li[b-8p4j1ea30w] {
        padding-right: 10px;
        text-align: right;
    }

    img.flecha-izquierda[b-8p4j1ea30w] {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 768px) {
    #myList[b-8p4j1ea30w] {
        padding-top: 105px;
        padding-right: 0px;
        font-size: 12px;
    }

    .mobile-list li[b-8p4j1ea30w] {
        padding-right: 20px;
    }

    img.flecha-izquierda[b-8p4j1ea30w] {
        width: 32px;
        height: 32px;
    }
}
/* /Pages/Login/Login.razor.rz.scp.css */


/* BASIC */

html[b-aah38x8ths] {
    background-color: #56baed;
}

body[b-aah38x8ths] {
    font-family: "Poppins", sans-serif;
    height: 100vh;
}

a[b-aah38x8ths] {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2[b-aah38x8ths] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 20px 8px 10px 8px;
    color: #cccccc;
}



/* STRUCTURE */

.wrapper[b-aah38x8ths] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent[b-aah38x8ths] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    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;
}




/* TABS */

h2.inactive[b-aah38x8ths] {
    color: #cccccc;
}

h2.active[b-aah38x8ths] {
    color: #0d0d0d;
    border-bottom: 2px solid #800A45;
}



/* FORM TYPOGRAPHY*/

input[type=button][b-aah38x8ths], input[type=submit][b-aah38x8ths], input[type=reset][b-aah38x8ths] {
    background-color: #56baed;
    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: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -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-aah38x8ths], input[type=submit]:hover[b-aah38x8ths], input[type=reset]:hover[b-aah38x8ths] {
        background-color: #39ace7;
    }

    input[type=button]:active[b-aah38x8ths], input[type=submit]:active[b-aah38x8ths], input[type=reset]:active[b-aah38x8ths] {
        -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-aah38x8ths] {
    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-aah38x8ths] {
        background-color: #fff;
        border-bottom: 2px solid #800A45;
    }

    input[type=text]:placeholder[b-aah38x8ths] {
        color: #cccccc;
    }



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-aah38x8ths] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-aah38x8ths;
    -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-aah38x8ths {
    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-aah38x8ths {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-aah38x8ths] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-aah38x8ths 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-aah38x8ths] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-aah38x8ths] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-aah38x8ths] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-aah38x8ths] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-aah38x8ths]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-aah38x8ths] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-aah38x8ths]:after {
        width: 100%;
    }



/* OTHERS */

*:focus[b-aah38x8ths] {
    outline: none;
}

#icon[b-aah38x8ths] {
    width: 60%;
}

*[b-aah38x8ths] {
    box-sizing: border-box;
}


.custom-mud-textfield[b-aah38x8ths] {
    /* Tus estilos personalizados aquí */
    border: 2px solid red;
    background-color: lightgray;
    color: red;
}
/* /Pages/Payments/IndexPaymentCompany.razor.rz.scp.css */
.mud-table[b-3k84iwlei3] {
    margin-top: 30px;
    max-width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-3k84iwlei3] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}


@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-3k84iwlei3] {
        margin-top: 30px;
        max-width: 800px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-3k84iwlei3] {
        margin-top: 30px;
        max-width: 700px;
    }

}
@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-3k84iwlei3] {
        margin-top: 30px;
        max-width: 850px;
    }

}
@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-3k84iwlei3] {
        margin-top: 30px;
        max-width: 618px;
    }
}
/* /Pages/Payments/IndexPayments.razor.rz.scp.css */
.mud-table[b-a13x27y3qz] {
    margin-top: 30px;
    max-width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-a13x27y3qz] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}


@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-a13x27y3qz] {
        margin-top: 30px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-a13x27y3qz] {
        margin-top: 30px;
        max-width: 700px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-a13x27y3qz] {
        margin-top: 30px;
        max-width: 850px;
    }
}

@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-a13x27y3qz] {
        margin-top: 30px;
        max-width: 618px;
    }
}

/* /Pages/Payments/IndexPaymentsUsers.razor.rz.scp.css */
.mud-table[b-ekpxryfmdr] {
    margin-top: 30px;
    max-width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-ekpxryfmdr] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}


@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-ekpxryfmdr] {
        margin-top: 30px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-ekpxryfmdr] {
        margin-top: 30px;
        max-width: 700px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-ekpxryfmdr] {
        margin-top: 30px;
        max-width: 850px;
    }
}

@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-ekpxryfmdr] {
        margin-top: 30px;
        max-width: 618px;
    }
}
/* /Pages/Users/DocumentsPDF/IndexDocumentsPdfUser.razor.rz.scp.css */
.mud-table[b-0phkuhul29] {
    margin-top: 30px;
    width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-0phkuhul29] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}

@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-0phkuhul29] {
        margin-top: 30px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-0phkuhul29] {
        margin-top: 30px;
        max-width: 700px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-0phkuhul29] {
        margin-top: 30px;
        max-width: 850px;
    }
}

@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-0phkuhul29] {
        margin-top: 30px;
        max-width: 618px;
    }
}
/* /Pages/Users/IndexUsers.razor.rz.scp.css */
.mud-table[b-1wj0f3znf6] {
    max-width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-1wj0f3znf6] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}


@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-1wj0f3znf6] {
        margin-top: 30px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-1wj0f3znf6] {
        margin-top: 30px;
        max-width: 700px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-1wj0f3znf6] {
        margin-top: 30px;
        max-width: 850px;
    }
}

@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-1wj0f3znf6] {
        margin-top: 30px;
        max-width: 618px;
    }
}
/* /Pages/Users/IndexUsersCompany.razor.rz.scp.css */
.mud-table[b-ht9dxxaq52] {
    margin-top:0;
    max-width: 1200px;
}

@media screen and (min-width: 1272px) and (max-width: 1467px) {
    .mud-table[b-ht9dxxaq52] {
        margin-top: 30px;
        max-width: 1000px !important;
    }
}


@media screen and (min-width: 1120px) and (max-width: 1271px) {
    .mud-table[b-ht9dxxaq52] {
        margin-top: 30px;
        max-width: 800px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1120px) {
    .mud-table[b-ht9dxxaq52] {
        margin-top: 30px;
        max-width: 700px;
    }
}

@media screen and (min-width: 840px) and (max-width: 1000px) {
    .mud-table[b-ht9dxxaq52] {
        margin-top: 30px;
        max-width: 850px;
    }
}

@media screen and (min-width: 606px) and (max-width: 840px) {
    .mud-table[b-ht9dxxaq52] {
        margin-top: 30px;
        max-width: 618px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b079aw83vf] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}

main[b-b079aw83vf] {
    flex: 1;
}

.main > footer[b-b079aw83vf] {
    height: 3rem;
    max-height: 3rem;
}

.main > .content[b-b079aw83vf] {
    height: calc(100vh - 6.5rem);
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
}

.sidebar[b-b079aw83vf] {
    background-color: #314BDB ;
    z-index: 9999;
}

.top-row[b-b079aw83vf] {
    background-color: #93074F;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b079aw83vf]  a, .top-row[b-b079aw83vf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b079aw83vf]  a:hover, .top-row[b-b079aw83vf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b079aw83vf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b079aw83vf] {
        display: none;
    }

    .top-row.auth[b-b079aw83vf] {
        justify-content: space-between;
    }

    .top-row[b-b079aw83vf]  a, .top-row[b-b079aw83vf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1000px) {
    .page[b-b079aw83vf] {
        flex-direction: row;
    }

    .sidebar[b-b079aw83vf] {
        width: 250px;
        height: auto;
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    .top-row[b-b079aw83vf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-b079aw83vf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
}
@media screen and (max-width: 768px) {
    .navbar-brand2[b-b079aw83vf] {
        width: 100%;
        height: 90px;
        padding-left: 20px;
    }

    .logo-img[b-b079aw83vf] {
        width: 40%;
        margin-right: 40px;
        margin-top: 18px;
    }

    .menu-icon[b-b079aw83vf] {
        font-size: 18px;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.top-row[b-e3h3zb65uy] {
    height: 8.5rem;
    background-color: #314BDB;
}

.navbar-brand[b-e3h3zb65uy] {
    border-bottom-right-radius: 700px;
    margin-right: auto;
    display: flex;
    align-items: center;
    width: 900px;
}

.oi[b-e3h3zb65uy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-e3h3zb65uy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-e3h3zb65uy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-e3h3zb65uy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-e3h3zb65uy]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-e3h3zb65uy]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-e3h3zb65uy]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 1000px) {
    .navbar-toggler[b-e3h3zb65uy] {
        display: none;
    }

    .collapse[b-e3h3zb65uy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-e3h3zb65uy] {
        max-height: calc(100vh - 8.5rem); 
        overflow-y: auto;
        padding-right: 4px;
    }

}

@media (max-width: 768px) {
    .collapse[b-e3h3zb65uy] {
        position: static;
    }
}

@media (max-width: 1488px) and (max-height: 926px) {
    .collapse[b-e3h3zb65uy] {
        position: static;
    }
}
