.rounded-custom {
    border-radius: 2.0rem !important;
}

.rounded-top-custom {
    border-top-left-radius: 2.0rem !important;
    border-top-right-radius: 2.0rem !important;
}

.rounded-bottom-custom {
    border-bottom-right-radius: 2.0rem !important;
    border-bottom-left-radius: 2.0rem !important;
}

.change-panel-color-header {
    background-color: #0006ff05 !important;
}

.change-panel-color-header-text.plestado {
    color: #716aca !important;
    font-size: 1.3rem;
}

.m-portlet.m-portlet--bordered-custom {
    border: 1px solid #bbcdf9;
}

.img-logo {
    max-width: 180px;
    height: 25px !important
}

.img-logo {
    width: 270px !important;
    height: 45px !important
}

.img-md-logo {
    width: 42px;
    height: 42px !important
}

.text-md-logo {
    transform: translateX(-20%) scaleX(0.6);
    font: 2.1rem arial, sans-serif;
    font-stretch: ultra-condensed;
    font-variant: small-caps;
}

@media (min-width: 370px) {
    .img-sm-min-logo {
        max-width: 230px;
        height: 34px !important
    }
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }

    .img-sm-logo {
        width: 260px !important;
        height: 22px !important
    }

    .rounded-sm-0 {
        border-radius: 0 !important;
    }

    .img-sm-logo {
        max-width: 250px;
        height: 37px !important
    }
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }

    .rounded-md-0 {
        border-radius: 0 !important;
    }

    .rounded-md-bottom {
        border-bottom-right-radius: 3.5rem !important;
        border-bottom-left-radius: 3.5rem !important;
    }
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1200px) {
    .h-xl-100 {
        height: 100% !important;
    }
}
@media (min-width: 768px) {
    .modal-xl-custom {
        width: 90%;
        max-width: 1200px;
    }
}

.input-group>.input-group-append>.btn.btn-outline-brand {
    border-radius: 60px;
    margin-left: 10px;
    width: 46px;
    height: 46px;
}

.m-input-icon.m-input-icon--right.m-bootstrap-touchspin-brand>.m-input-icon__icon.m-input-icon__icon--right,
.m-input-icon.m-input-icon--right.select-brand>.m-input-icon__icon.m-input-icon__icon--right {
    right: 1.59rem;
}

.m-badge.font-14 {
    font-size: 1.4rem;
    background-color:#5481bb;
}

.valid-filter {
    color:#73b0ff;
    background-color:#fff;
    min-height: 12px;
    min-width: 12px;
}

#particles-js {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    pointer-events: none;
    background-color: #1b122d;
    z-index: -1;
}

.input-group>.input-group-append>.btn.btn-outline-brand>.la.la-search.fa-lg {
    font-size: 1.6em !important;
}

.cursor {
    cursor: pointer;
}

.rangofecha {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.swal2-confirm.btn.btn-success {
    background-color: #716aca;
    border-color: #716aca;
}

.custom-switch {
    padding-left: 2.25rem;
  }
  
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
  }
  
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
  }
  
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }

.custom-control-label {
    vertical-align: top;
}

.pb22 {
    padding-bottom:2.2rem;
}

.plestado {
    padding-left:2.2rem;
}

.fontsize11 {
    font-size: 1.1rem !important;
}

.width63 {
    width: 6.3rem;
}

.width15 {
    width: 15rem;
}

.video-switch {
    padding-top: 0.85rem;
    margin-left: 15px;
}

.video-color {
    background-color: #a7ddfd !important;
}

#examplePMI_filter {
    display: none;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}