.fc table {
    font-size: 0.9em;
}
.stylefecha {
    color: #6c5ffc;
}

.stylefechaspan {
    background: #f6f6fb;
}

#divtopnavbarbuscarpaciente {
    width: 15%;
}
#divtopnavbarbuscarprograma {
    width: 15%;
}

.container .swiper {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
}

.tab-contentDashboard p {
    font-size: 130%;
    font-weight: 400;
    text-align: justify;
    height: 100%; /* o el alto que necesites */
    overflow: hidden;
}


.tab-paneDashboard {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

    .tab-paneDashboard.active {
        opacity: 1;
    }


/*Para el color o imagen de fondo de cada banner*/
.banner1Dashboard {
    background-color: white;
    background-size: cover;
    /*padding-bottom: 20px;*/
    /*padding-top:1%*/
}

.dark-mode .banner1Dashboard {
    background-color: #1a1a3c;
    background-size: cover;
    /*padding-bottom: 20px;*/
}

.containerDashboard .card-description .card-text {
    color: rgb(89, 89, 89);
    font-size: small;
    font-family: inherit;
    text-align: center;
}

.dark-mode .containerDashboard .card-description .card-text {
    color: white;
    font-size: small;
    font-family: inherit;
    text-align: center;
}

.containerDashboard .card-description .card-title {
    color: rgb(89, 89, 89);
    font-size: medium;
    font-family: inherit;
    color: black;
    text-align: center !important;
}

.dark-mode .containerDashboard .card-description .card-title {
    color: white;
    font-size: medium;
    font-family: inherit;
    text-align: center !important;
}
.containerDashboard .card-description .card-text {
    color: rgb(89, 89, 89);
    font-size: smaller;
    font-family: inherit;
    color: black;
    text-align: center;
}

.dark-mode .containerDashboard .card-description .card-text {
    color: white;
    font-size: smaller;
    font-family: inherit;
    text-align: center;
}

.containerDashboard .card-description .card-link a {
    text-decoration: none;
    color: #1d6ec2;
    justify-content: center;
}

.dark-mode .containerDashboard .card-description .card-link a {
    text-decoration: none;
    color: white;
    justify-content: center;
}

.containerDashboard .card-description {
    padding: 1rem;
}

    .containerDashboard .card-description .card-title, .containerDashboard .card-description .card-text {
        margin-bottom: 0.5rem;
    }

    .containerDashboard .card-description .card-link {
        text-align: center;
        display: flex;
        justify-content: center;
    }

.dark-mode .containerDashboard .card-description .card-link {
    text-align: center;
    display: flex;
    justify-content: center;
    color: white;
}



.containerDashboard .swiper-slide {
    /*position: relative;*/
    text-align: center;
    font-size: 18px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 35px;
}

.dark-mode .containerDashboard .swiper-slide {
    /*position: relative;*/
    text-align: center;
    font-size: 18px;
    border-radius: 15px;
    background: #2a2a4a;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 35px;
}

.swiper-slide img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.containerDashboard .tarjetasIndex {
    /*position: relative;*/
    text-align: start;
    font-size: 100%;
    border-radius: 5%;
    background: #fff;
    box-shadow: 2px 2px 2px 2px rgba(196,196,196,0.25);
    margin-top: 1%;
    height: 25%;
    width: 15%
}

.dark-mode .containerDashboard .tarjetasIndex {
    /*position: relative;*/
    text-align: start;
    font-size: 100%;
    border-radius: 5%;
    background: #2a2a4a;
    box-shadow: 0px 1px 1px rgba(196,196,196,0.25);
    margin-top: 2%;
}




/*Aqui empieza el carrusel*/
html,
.carruselDashboard {
    position: relative;
    height: 60%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.carruselDashboard {
    font-family: inherit;
    font-size: 14px;
    color: #000;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;*/
}

    .carruselDashboard .containerDashboard {
        width: 90%;
    }



.swiper-button-next {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #6c5ffc;
    position: center;
    margin-top:5%;
    margin-right:.5%;
}

.swiper-button-prev {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid #6c5ffc;
    position: center;
    margin-top: 5%;
    margin-left: .5%;
}

.tarjetasIndex img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}
.swiper-wrapper{
    padding-top:2%;
    padding-bottom:2%;
}


@media (max-width: 767px) {
    .logoTopNavBar {
        padding-left: 40%;
    }

}

tablasSinPaginacion thead th:nth-child(2) {
    display: none;
}
div .card-body  {
    margin-top: .8%;
}

.tooltip-inner {
    background-color: #3223f1 !important;
    color: #fff;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #3223f1 !important;
}

.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
}

.body 
{
    overflow: hidden;
    height: 100vh;
}