:root {
    --Grey2: #D4D4D4;
}

body {
    font-family: 'Rubik', Arial, sans-serif;
    background-color: #FAFAFA;
}
/**/
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.login-box-body {
    background: #FAFAFA;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.div-center {
    width: 400px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: table;
}

.btnAdd {
    border: none;
    background-color: #2980B9;
    color: #FFF;
    padding: 15px 25px;
    position: fixed;
    bottom: 30px;
    font-size: 16px;
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 3px 5px -1px rgba(0, 0, 0, 0.20);
    z-index: 100;
    display: flex;
    align-items: center;
    border-radius: 40px;
}

    .btnAdd:hover {
        background-color: #184c6f;
        color: #FFF;
        transition: 100ms ease-in;
    }

.btn-primary {
    background-color: #05af80;
    border-color: #048c66;
}

    .btn-primary:hover {
        background-color: #048c66;
        border-color: #048c66;
    }

    .btn-primary:active {
        background-color: #048c66;
    }

.navColorGreen {
    background-color: #05af80
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.fecha-mod {
    justify-content: flex-end;
}

.btnFil {
    border: none;
    background-color: #3498DB;
    color: white;
    border-radius: 0px;
}

h1 {
    color: #000;
    /* H1 */
    font-family: Rubik;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

h3 {
    color: #8A8A8A;
    font-weight: 300;
}

.rubik-400 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.rubik-500 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.rubik-700 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-20 {
    font-size: 20px;
}

#sidebar {
    display: inline-flex;
    height: 964px;
    padding: 19px 11px 785px 17px;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid var(--Grey2, #D4D4D4);
    background: #FFF;
    position: fixed;
    top: 56px;
    left: 0;
    width: 250px;
    height: calc(100vh - 60px);
    z-index: 999;
}

main {
    margin-top: 56px;
    padding: 20px;
}

.mainMargin {
    margin-left: 250px;
}

.btn-header-sidebar {
    display: flex;
    width: 202px;
    height: 35px;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.btn-header-sidebar-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-sidebar {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 10px;
}

.sidebar-link {
    width: 100%;
    flex-shrink: 0;
    color: #0A0A0A;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px
}

    .sidebar-link:hover {
        color: #FFF;
        background-color: #05af80;
    }

.container-box-search {
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    border-radius: 10px;
    border: 1px solid #AAA;
    background: #FFF;
}

.outlined-input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1rem 0.75rem 0.75rem 0.75rem;
    background-color: transparent;
}

    .outlined-input:focus {
        border-color: #3f51b5; /* color primario MUI */
        outline: none;
    }

.outlined-label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    color: #777;
    background: white;
    transition: 0.2s ease all;
    pointer-events: none;
    padding: 0 4px;
}

.outlined-input:focus + .outlined-label,
.outlined-input:not(:placeholder-shown) + .outlined-label {
    top: -0.6rem;
    left: 0.5rem;
    font-size: 0.8rem;
    color: #3f51b5;
}

.outlined-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1rem 0.75rem 0.75rem 0.75rem;
    background-color: transparent;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
}

    .outlined-select:focus {
        border-color: #3f51b5;
        box-shadow: none;
        outline: none;
    }

.outlined-label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    color: #777;
    background: white;
    transition: 0.2s ease all;
    pointer-events: none;
    padding: 0 4px;
}

.outlined-select:focus + .outlined-label,
.outlined-select:not([value=""]) + .outlined-label {
    top: -0.6rem;
    left: 0.5rem;
    font-size: 0.8rem;
    color: #3f51b5;
}

/* Soporte para select con option vacía */
.outlined-select:invalid + .outlined-label {
    top: 0.75rem;
    left: 0.75rem;
    font-size: 1rem;
    color: #777;
}

.table > tbody {
    color: #102030;
    font-family: Rubik;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    background: #FFF;
}

.table td {
    height: 40px;
    min-height: 16px;
    align-items: center;
    vertical-align: middle;
    border: 1px solid #E5E9EB;
    background: #FFF;
}

.table > thead {
    color: #607080;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F9FAFB;
    border: 1px solid #E5E9EB;
}

.table th {
    height: 40px;
    min-height: 16px;
    padding: 0 10px;
    align-items: center;
    vertical-align: middle;
    background: #F9FAFB;
    border: 1px solid #E5E9EB;
}

#filters > header {
    color: #5D5D5D;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.15px;
    margin-bottom: 5px;
}

.filters-box {
    display: flex;
    width: 213px;
    padding: 10px 10px 20px 10px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid #B9B9B9;
    background: #FFF;
}

.btn-filters {
    display: flex;
    padding: 10px;
    align-items: center;
    align-self: stretch;
    color: #525252;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    justify-content: space-between;
    border: none;
    background: #FFF;
    border-radius: 5px;
}

    .btn-filters:hover {
        background: #ededed;
    }


    .btn-filters:not(.collapsed) span::before {
        content: "-";
    }

    .btn-filters.collapsed span::before {
        content: "+";
    }

#result-number {
    color: #272727;
    text-align: right;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    display: block;
    padding-top: 15px;
}

#btnExcelReferencia {
    color: #0f5132;
    text-decoration: none;
}

    #btnExcelReferencia:hover {
        background-color: #85d3b0;
    }

#navbarNav {
    transition: 100ms ease-in-out;
    position: fixed;
    right: 16px;
}

@media screen and (max-width: 992px) {
    .title-bcoSangre {
        font-size: 14px;
    }

    .mainMargin {
        margin-left: 0px;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .flex-column-lg {
        flex-direction: column;
    }

    #navbarNav {
        transition: 100ms ease-in-out;
        position: relative;
        right: auto;
    }

    .tooltip {
        display: none !important;
    }
}

.page-item.active .page-link {
    background-color: #05af80;
    border-color: #00a376;
}

.page-link, .page-link:hover, .page-link:focus {
    color: #05af80;
}

    .page-link:focus {
        box-shadow: 0 0 0 0.25rem rgb(5 175 128 / 25%);
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #05af80;
}