.darkModeSwitch {
    background: #94AEC9;
    display: flex;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;
    transition: all 1s ease;
}

.darkModeSwitch span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #fff;
    background: none;
}

.darkModeSwitch::after {
    display: block;
    background: #fefefe;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    border-radius: 3rem;
    transition: all 1s ease;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .5);
    content: "";
}

.darkModeSwitch.active {
    background: #94AEC9;
}

.darkModeSwitch.active span {
    color: #2b3b52;
}

.darkModeSwitch.active::after {
    left: unset;
    right: 0;
}

.custom-check {
    padding: 15px;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #ddd;
}

body.dark .custom-check {
    background: #2d3d54;
    border: 1px solid transparent;
}

.form-control {
    color: #40474f !important;
}

body.dark .form-control {
    color: rgba(225, 235, 245, .87) !important;
}

.table-responsive {
    min-height: 250px;
}

.fontw-600 {
    font-weight: 600 !important;
}

.border-1 {
    border: 1px solid;
}

.circulo-redondo-pequeño {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}

.circulo-redondo-grande {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
    width: 45px;
    height: 45px
}

.circulo-redondo-muygrande {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 98px;
    margin-top: 0px;
    width: 210px;
    height: 210px;
}

.float-right {
    float: right !important;
}

.btn-block {
    width: 100%;
}

.btn-flotante {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 2px;
    /* Espacio entre letras */
    background-color: #E91E63;
    /* Color de fondo */
    padding: 18px 30px;
    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: #2c2fa5;
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}

.zoom-effect {
    overflow: hidden;
}

.zoom-effect .card {
    transition: transform .9s;
}

.zoom-effect:hover .card {
    transform: scale(1.1);
    z-index: 9999;
}

body.dark .logo .navbar-brand.dark {
    display: block;
}

body.dark .logo .navbar-brand {
    display: none;
}

.logo .navbar-brand {
    display: block;
}

.logo .navbar-brand.dark {
    display: none;
}

.authent-logo img {
    max-width: 150px;
}

.page-sidebar .accordion-menu>li>a>svg {
    margin-right: 10px !important;
}

.page-sidebar .accordion-menu>li.active-page>a {
    background-color: #203554 !important;
    color: #94AEC9  !important;
}

.spinner-grow {
    color: #203554 !important;
}

.page-sidebar .accordion-menu>li.active-page>a>svg {
    color: #F7F4EF!important;
}

.background-dashboad-lema {
    padding: 10px;
    width: 100%;
}

body.dark .background-dashboad-lema h5,
body.dark .background-dashboad-lema h4 
{
    color: #F7F4EF;
}

.background-dashboad-lema h5,
.background-dashboad-lema h4 
{
    color: #203554;
}

.circle-cantidad {
    width: 55px;
    height: 55px;
    background-color: #94AEC9;
    border-radius: 50%;
    color: #ddd;
    align-items: center;
    display: inline-flex;
    z-index: 2;
}
.circle-cantidad.h3 {
    margin-top: 5px
}

body.dark .circle-cantidad {
    background-color: #93afce !important;
    color: #203554 !important;
}
body.dark .circle-cantidad-primary {
    background-color: #546c8d !important;
}
.circle-cantidad-primary{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    z-index: 7;
    background-color: #94AEC975;
}

.circle-cantidad h3{
    color: #203554;
    margin-top: 0.5rem;
}

.rectangle-text {
    width: 100%;
    height: 45px;
    background-color: #203554;
    border-radius: 20px;
    color: #F2C670;
    display: inline-flex;
    margin-left: -30px;
    margin-top: 3%;
    z-index: 4;
    padding: 3px;
}

.rectangle-text h3{
    padding: 5px;
}

.icon-bg-white {
    display: inline-flex;
}

.icon-bg-dark {
    display: none;
}

.icon-bg{
    width: 100px;
    height: 100px;
}

body.dark .icon-bg-white {
    display: none;
}

body.dark .icon-bg-dark {
    display: inline-flex;
}

body.dark .dropdown-item:hover {
    color: #F7F4EF !important;
}
body.dark .page-sidebar .accordion-menu > li > a > svg{
    color: rgba(247, 244, 239) !important;
}

body.dark .page-sidebar .accordion-menu > li.active-page > a {
    background-color: #94AEC9 !important;
    color: #1f3455 !important;
}

body.dark .page-sidebar .accordion-menu > li > a:hover {
    background-color: #F2C670 !important;
    border-radius: 10px;
    color: #F7F4EF !important;
}

body.dark .rectangle-text{
    width: 70%;
    height: 45px;
    background-color: transparent;
    border-radius: 20px;
    color: #F2C670;
    display: inline-flex;
    margin-top: 13px;
}

.page-header .navbar .navbar-brand{
    width: 160px ;
    height: 70px ;
}

.page-header .navbar .navbar-brand.mobile {
    width: 60px ;
    height: 30px ;
}

.page-sidebar{
    background: #94aec9;
}
.page-sidebar .accordion-menu > li > a{
    color: #203554;
}

.page-sidebar .accordion-menu > li > a:hover{
    background: #203554;
    color: #f3f4f7;
    border-radius: 10px;
}

.page-content {
    margin-top: 80px;
}

.page-sidebar {
    top: 130px;
}