﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap');

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
    box-shadow: 0px 100px 80px rgba(41, 72, 152, 0.05), 0px 64.8148px 46.8519px rgba(41, 72, 152, 0.037963), 0px 38.5185px 25.4815px rgba(41, 72, 152, 0.0303704), 0px 20px 13px rgba(41, 72, 152, 0.025), 0px 8.14815px 6.51852px rgba(41, 72, 152, 0.0196296), 0px 1.85185px 3.14815px rgba(41, 72, 152, 0.012037);
}

.card-report {
    justify-content: center;
    height: 88px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
    box-shadow: 0px 100px 80px rgba(41, 72, 152, 0.05), 0px 64.8148px 46.8519px rgba(41, 72, 152, 0.037963), 0px 38.5185px 25.4815px rgba(41, 72, 152, 0.0303704), 0px 20px 13px rgba(41, 72, 152, 0.025), 0px 8.14815px 6.51852px rgba(41, 72, 152, 0.0196296), 0px 1.85185px 3.14815px rgba(41, 72, 152, 0.012037);
}

.card-module {
    justify-content: center;
    height: 135px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
    box-shadow: 0px 100px 80px rgba(41, 72, 152, 0.05), 0px 64.8148px 46.8519px rgba(41, 72, 152, 0.037963), 0px 38.5185px 25.4815px rgba(41, 72, 152, 0.0303704), 0px 20px 13px rgba(41, 72, 152, 0.025), 0px 8.14815px 6.51852px rgba(41, 72, 152, 0.0196296), 0px 1.85185px 3.14815px rgba(41, 72, 152, 0.012037);
}


.bg-light {
    background-color: #f8f9fc !important;
}


.dib {
    display: inline-block;
}

.label-dashboard {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #000000;
    display: inline;
}

.border-left-primary {
    border-left: 1.25rem solid #4e73df !important;
}

.card-default {
    margin-bottom: 1rem;
    border-radius: 10px;
}

    .card-default .card-header {
        padding-top: 1.875rem;
        padding-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        background-color: transparent;
        border-bottom: none;
        flex-wrap: wrap;
        text-transform: capitalize;
    }

        .card-default .card-header h2 {
            font-size: 1.375rem;
            color: #31343d;
        }

            .card-default .card-header h2::before {
                line-height: 1.375rem;
                margin-right: 0.5rem;
            }

        .card-default .card-header .btn.mdi {
            padding: 0.125rem 0.625rem;
            font-size: 0.75rem;
            line-height: 1.5;
            border-radius: 0.2rem;
            display: flex;
            align-items: center;
            border: 1px solid #9e6de0;
            color: #9e6de0;
        }

            .card-default .card-header .btn.mdi:hover {
                background-color: #9e6de0;
                color: #ffffff;
            }

        .card-default .card-header .flex-basis-100 {
            text-transform: none;
        }

    .card-default .horizontal-img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

    .card-default .card-body {
        padding-top: 1rem;
        padding-bottom: 1.875rem;
    }

    .card-default .sub-title {
        color: #31343d;
        flex-basis: 100%;
    }

    .card-default .card-header-bg {
        height: 200px;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

.d-flex {
    display: flex !important;
}

.p-5 {
    padding: 1.5625rem !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-column {
    flex-direction: column !important;
}

.icon-alert {
    font-size: 1.5rem;
    display: flex;
    justify-content: left;
    width: 40px;
    height: 40px;
}
.iconsvg-red {
    filter: brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(7499%) hue-rotate(12deg) brightness(95%) contrast(115%);
}

.iconsvg-yellow {
    filter: brightness(0) saturate(100%) invert(82%) sepia(69%) saturate(5678%) hue-rotate(2deg) brightness(106%) contrast(104%);
}

.iconsvg-black {
    filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(20%) hue-rotate(21deg) brightness(105%) contrast(106%);
}


.text-card-module {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.01em;
    margin-bottom: auto;
    text-align: center;
}

.text-card-alert {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.01em;
    margin-bottom: auto;    
}
.digit-card-alert {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.01em;
    margin-bottom: auto;
}

.textref-card-alert {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.01em;
    margin-bottom: auto;
    text-align: right;
}


.icon-module {
    width: 52px;
    height: 52px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-module img{
    width: 35px;
    height: 35px;
    
}

.bg-secondary {
    background-color: #377DFF !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #fc1f70 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.625rem !important;
}

.mySVG {
    background-image: url(../Icons/redesingDashboard/incidencias.svg);
}
.prepayroll-menu-container {
    position: absolute;
    top: 60px;
    right: 10px;
}

.card-module + a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: inherit;
}

html {
    /* make sure we use up the whole viewport */
    width: 100%;
    min-height: 100vh;
    /* for debugging, a red background lets us see any seams */

}

body {
    /* make sure we use the full width but allow for more height */
    width: 100%;
    min-height: 100vh; /* this helps with the sticky footer */
}
#body-main{
    min-height: 100%;
}