.tag {
    font-size: 0.75rem;
    border-radius: 3px;
    padding: 0 0.4rem !important;
    line-height: 1.5em !important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: default;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tag-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-start-start-radius: 3px;
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
    border-end-start-radius: 3px;
    margin-block-start: 0px;
    margin-inline-end: 0.5rem;
    margin-block-end: 0px;
    margin-inline-start: -0.5rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    vertical-align: bottom;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cover-image {
    background-size: cover !important;
}

.tag-info {
    background-color: #467fcf !important;
    color: #fff !important;
}

.tag-azure {
    background-color: #45aaf2 !important;
    color: #fff !important;
}

.tag-indigo {
    background-color: #6574cd !important;
    color: #fff !important;
}

.tag-lime {
    background-color: #7bd235 !important;
    color: #fff;
}

.tag-success {
    background-color: #4ecc48 !important;
    color: #fff !important;
}

.tag-success-light {
    background-color: #538f57 !important;
    color: #FFFFFF !important;
}

.tag-danger {
    background-color: #c21a1a !important;
    color: #fff;
}

.tag-warning {
    background-color: #ecb403 !important;
    color: #fff;
}

.tag-default {
    background-color: #868e96 !important;
    color: #fff;
}

.tag-dark {
    background-color: #343a40;
    color: #fff;
}

.tag-orange {
    background-color: #fc7303 !important;
    color: #fff;
}

.tag-gray {
    background-color: #d5d9db !important;
    color: #343a40;
}

.alert-danger {
    color: #e82646 !important;
    background-color: rgba(232, 38, 70, 0.2) !important;
    border-color: rgba(232, 38, 70, 0.1) !important;
}

.alert-success {
    color: #09ad95 !important;
    background-color: rgba(9, 173, 149, 0.2) !important;
    border-color: rgba(9, 173, 149, 0.1) !important;
}

.alert-warning {
    color: #f7b731 !important;
    background-color: rgba(247, 183, 49, 0.2) !important;
    border-color: rgba(247, 183, 49, 0.1) !important;
}

.alert-info {
    color: #1170e4 !important;
    background-color: rgba(17, 112, 228, 0.2) !important;
    border-color: rgba(17, 112, 228, 0.1) !important;
}

.alert-secondary {
    color: #05c3fb !important;
    background-color: rgba(5, 195, 251, 0.2) !important;
    border-color: rgba(5, 195, 251, 0.1) !important;
}

.alert-primary {
    color: rgba(108, 95, 252) !important;
    background-color: rgba(108, 95, 252, 0.2) !important;
    border-color: rgba(108, 95, 252, 0.1) !important;
}

.alert-default {
    color: #000000 !important;
    background-color: #f9f7f7 !important;
    border-color: #f9f7f7 !important;
}

.bg-primary-transparent {
    background-color: rgba(108, 95, 252, 0.1) !important;
    border-color: rgba(108, 95, 252, 0.1) !important;
    box-shadow: none !important;
}

.bg-success-transparent {
    color: #09ad95 !important;
    background-color: rgba(0, 230, 130, 0.1) !important;
    border-color: rgba(0, 230, 130, 0.1) !important;
    box-shadow: none !important;
}

.bg-info-transparent{
    color: #45aaf2 !important;
    background-color: #c7e0fd !important;
    border-color: rgba(232, 38, 70, 0.1) !important;
    box-shadow: none !important;
}

.text-white-transparent {
    color: #fff !important;
    opacity: 0.9;
}

.text-dark-transparent {
    color: #000 !important;
    opacity: 0.9;
}

.bg-danger-transparent {
    color: #e82646 !important;
    background-color: rgba(232, 38, 70, 0.07) !important;
    border-color: rgba(232, 38, 70, 0.1) !important;
    box-shadow: none !important;
}

.bg-warning-transparent {
    color: #f2900f !important;
    background-color: rgba(247, 183, 49, 0.1) !important;
    border-color: rgba(247, 183, 49, 0.1) !important;
    box-shadow: none !important;
}

.bg-dark-transparent {
    color: #000 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
}

.bg-purple-transparent {
    color: #6c5ffc !important;
    background-color: rgba(108, 95, 252, 0.1) !important;
    border-color: rgba(108, 95, 252, 0.1) !important;
    box-shadow: none !important;
}

.badge-primary-transparent {
    background-color: rgba(108, 95, 252, 0.1) !important;
    border-color: rgba(108, 95, 252, 0.1) !important;
    box-shadow: none !important;
}

.badge-success-transparent {
    color: #09ad95 !important;
    background-color: rgba(0, 230, 130, 0.1) !important;
    border-color: rgba(0, 230, 130, 0.1) !important;
    box-shadow: none !important;
}

.badge-info-transparent{
    color: #45aaf2 !important;
    background-color: #c7e0fd !important;
    border-color: rgba(232, 38, 70, 0.1) !important;
    box-shadow: none !important;
}

.badge-warning-transparent {
    color: #f2900f !important;
    background-color: rgba(247, 183, 49, 0.1) !important;
    border-color: rgba(247, 183, 49, 0.1) !important;
    box-shadow: none !important;
}

.badge-danger-transparent {
    color: #e82646 !important;
    background-color: rgba(232, 38, 70, 0.07) !important;
    border-color: rgba(232, 38, 70, 0.1) !important;
    box-shadow: none !important;
}

.alert-success-transparent {
    color: #09ad95 !important;
    background-color: rgba(0, 230, 130, 0.1) !important;
    border-color: rgba(0, 230, 130, 0.1) !important;
}

.alert-info {
    color: #1170e4 !important;
    background-color: #c7e0fd !important;
    border-color: #c7e0fd !important;
}

.bg-red {
    color: #FFFFFF !important;
    background-color: #e73827 !important;
    border-color: #e73827 !important;
}

.bg-green,
.bg-success {
    color: #FFFFFF !important;
    background-color: #09ad95 !important;
    border-color: #09ad95 !important;
}

.bg-azure {
    color: #FFFFFF !important;
    background-color: #45aaf2 !important;
    border-color: #45aaf2 !important;
}

.bg-secondary {
    color: #FFFFFF !important;
    background-color: #05c3fb !important;
    border-color: #05c3fb !important;
}

.input-xs {
    height: 1.5rem !important;
    padding: 0.1rem 0.5rem !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.input-sm {
    height: 2.2rem !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.display-5 {
    font-size: 3.0rem !important;
    font-weight: 350 !important;
    line-height: 1.2 !important;
}

.lead {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

blockquote {
    background-color: #fff !important;
    border-left: .2rem solid #fc7303 !important;
    margin: 1.5em .1rem !important;
    padding: .5em .7rem !important;
    font-size: 1rem !important;
}

.progress-bar-casos:hover{
    scale: 1.2 !important;
}
.progress-casos:hover {
    height: 20px !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.form-control-square {
    border-radius: 0 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.checkbox-checked:checked {
    background-color: #00a651 !important;
}