body{
    padding-right: initial!important;
}
    .theme-loader {
      height: 100%;
      width: 100%;
      background-color: white;
      position: fixed;
      z-index: 9999999;
      top: 0; }
    .spinner {
      padding-top: 15%;
      margin: 100px auto;
      display: flex;
      justify-content: center;
      align-items: center;
      /* width: 300px;
      height: 300px; */
      position: relative;
    }

    .spinner-text {
      font-size: 2rem;
      animation: opaque 2000ms ease-in-out infinite;
    }

    .load{
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 10px solid transparent;
        border-left: 10px solid #2196f3;
        border-right: 10px solid #2196f3;
        animation: rotateAntiCW 1.8s linear infinite;
    }

    .load::after{
        content: '';
        position: absolute;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 10px solid transparent;
        border-top: 10px solid #C41E3A;
        border-bottom: 10px solid #C41E3A;
        animation: rotate 1s linear infinite;
        -webkit-animation-duration:10s;
    }
    
    
    
    @keyframes rotate{
        0%{transform: rotate(0deg);}
        100%{transform: rotate(-360deg);}
    }

    @keyframes rotateAntiCW{
        0%{transform: rotate(0deg);}
        100%{transform: rotate(360deg);}
    }

    @keyframes opaque {
      0%,
      100% {
        opacity: 1;
      }
      25%,
      75% {
        opacity: 0.7;
      }
      50% {
        opacity: 0.3;
      }
    }


.btn-secondary, .btn-secondary.disabled {
    -webkit-box-shadow: 0 2px 2px 0 rgb(169 169 169 / 14%), 0 3px 1px -2px rgb(169 169 169 / 20%), 0 1px 5px 0 rgb(169 169 169 / 12%);
    box-shadow: 0 2px 2px 0 rgb(169 169 169 / 14%), 0 3px 1px -2px rgb(169 169 169 / 20%), 0 1px 5px 0 rgb(169 169 169 / 12%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #263238!important;
    color: #ffffff!important;
    border-color: #263238!important;
}
.btn-secondary.disabled:hover, .btn-secondary:hover {
    background: #263238!important;
    border: 1px solid #263238!important;
    -webkit-box-shadow: 0 14px 26px -12px rgb(23 105 255 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(23 105 255 / 20%);
    box-shadow: 0 14px 26px -12px rgb(23 105 255 / 42%), 0 4px 23px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(23 105 255 / 20%);
}
.btn-outline-secondary {
    color: #263238;
    background-color: transparent;
    background-image: none;
    border-color: #263238;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #263238;
    border-color: #263238;
}
.btn-outline-secondary {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgb(169 169 169 / 14%), 0 3px 1px -2px rgb(169 169 169 / 20%), 0 1px 5px 0 rgb(169 169 169 / 12%);
    box-shadow: 0 2px 2px 0 rgb(169 169 169 / 14%), 0 3px 1px -2px rgb(169 169 169 / 20%), 0 1px 5px 0 rgb(169 169 169 / 12%);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #ef5350!important;
}
.has-danger .form-control {
    border-color: #ef5350!important;
}
.form-control-danger:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ef5350;
    outline: 0;
}
/*[type=checkbox]:checked, [type=checkbox]:not(:checked) {*/
/*    position: initial!important;*/
/*    opacity: 0.7!important;*/
/*}*/
.btn-circlee {
    font-size: 30px;
    border-radius: 50%!important;
    padding: 7px 14px!important;
    color: white!important;
}
.btn-circle-little {
    border-radius: 50%!important;
    width: 40px;
    height: 40px;
    padding: 8px 3px!important;
}
.input-calendar-boton {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.sidebar-nav>ul>li>a.active {
    background: #eeeeee69!important;;
}
.little-profile .pro-img img {
    background-color: white;
}
.box-background-red {
    background: rgb(239,83,80);
    background: linear-gradient(146deg, rgba(239,83,80,1) 0%, rgba(239,83,80,1) 26%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 100%);
}
.card-informe {
    box-shadow: 0px 4px 20px 13px #1413131f!important;
}
.btn-informe-derecha {
    position: fixed;
    bottom: 552px;
    right: 5px;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 100px;
}
.btn-afuera {
    border-radius: 15px 15px 0 0;
    margin-left: 7px;
    border-bottom: 5px solid #30303036!important;
    padding-bottom: 2px!important;
}
.input-group-addon {
    padding: 6px 12px;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 3px 0px 0px 3px;
    background-color: #f7f7f7;
}
code {
    padding: 2px 7px;
    border-radius: 3px;
    background-color: #f2f4f8;
}
.list-rp-persona{
    background-color: #f1f1f1;
    margin-top: -5px;
    padding: 5px 25px!important;
    border-left: 5px solid #1976d2;
}
.fw-600{
    font-weight:600;
}
a:not([href]) {
    text-decoration: none;
    color: aliceblue;
}
.label-num {
    padding: 7px 14px!important;
    line-height: 15px!important;
    font-weight: 600!important;
    border-radius: 4px!important;
    font-size: 18px!important;
}
.jumbo-box {
    padding: 2rem 1rem 1rem;
    margin-bottom: 2rem;
    background-color: #f4f6f9;
    border-radius: 0.3rem;
}
.saldoD{
    font-size: 22px;
    font-weight: 500;
    color: #28a745;
    padding: 15px;
}
.grid-botones-dobles {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.grid-botones-dobles > a{
    max-width: max-content;
    justify-self: center;
}
.slimScrollDiv{
    overflow: auto !important;
}
.scroll-sidebar{
    width: auto;
    height: 100%;
    max-height: 850px;
    overflow: auto !important;
}
.vtabs .tabs-vertical {
    width: 300px !important;
}
.nav-item2 {
    padding: 5px 0px;
}
.a-nuevo-modal {
    color: #1976d2;
    font-weight: 500;
    font-size: 14px;
    margin-left: 15px;
}
.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-ayuda {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.select2-container {
    display: block;
    width: 100%!important;
}
.card-subtitle {
    line-height: 19px!important;
}
@media (min-width: 768px){
    .mini-sidebar .left-sidebar {
        width: 0px!important; 
        left: -240px!important;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 0px!important;
    }
}
@media (max-width: 1169px){
    .mini-sidebar .top-navbar .navbar-header {
        width: 0px!important;
    }
}