﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('loading.css');

:root {
    --blue: #0081c9;
    --dark-blue: #083cb0;
    --gray: #eff0f0;
    --dark-gray: #515866;
    --white: #ffffff;
}

img.negative {
    filter: grayscale(100%);
}

.embed-responsive {
    width: 50%;
    left: 25%;
    margin-bottom: 1.25rem;
}

.panel-body:hover {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    /* z-index: 1; */
    cursor: pointer;
}

.transition {
    animation-delay: 0.5s;
}

.block {
    margin: 10% 5%;
}

.blue {
    color: var(--blue);
}

.bg-gray {
    background-color: var(--gray);
}

a.dark-gray:hover {
    color: var(--dark-gray);
}

.dark-gray {
    color: var(--dark-gray);
}

.border-left-info {
    border-left-color: #0c5460;
    border-left-style: solid;
    border-left-width: 5px;
}

.bg-primary {
    background-color: var(--blue) !important;
}

.pointer {
    cursor: pointer;
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-dark-gray {
    background-color: var(--dark-gray);
}

body {
    flex-direction: column;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #515866;
}

.size150 {
    width: 150px;
}

h4::first-letter {
    text-decoration: underline;
    text-decoration-style: solid;
}

.first-title {
    display: flex;
}

form {
    width: 100%;
}


a .btn-link {
    color: #fff;
}

.w-90 {
    width: 90%;
}

.flex-end {
    justify-content: flex-end;
}

.btn-primary {
    color: #fff;
    background-color: #0081c9;
    border-radius: .25rem;
    border-color: #0081c9;
}

    .btn-primary:hover {
        background-color: #515866;
        color: #EFF0F0;
        border-color: #EFF0F0;
    }

.page {
    width: 100%;
}

.content-logged {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content-not-logged {
    display: flex;
    min-height: 100vh;
    padding: 10rem;
    align-items: center;
    background-image: url(/images/portada.svg);
    background-size: cover;
}

.logo {
    display: flex;
    align-items: center;
    width: 100%;
}

    .logo > img {
        width: 7rem;
    }

.content {
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-bottom: 4rem;
}

.content-dates {
    background-color: #fff;
    padding: 1rem 1.5rem;
    width: 50%;
}

.white {
    background-color: #fff;
}

.splash {
    flex: 1;
    background-color: #0081c9;
    padding: 2.5rem !important;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.border-blue-2 {
    border-bottom: 2px solid var(--blue);
}

.login {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.profile-description {
    font-size: 20px;
    margin-top: -0.5rem;
    color: var(--blue);
}

.image-initial {
    width: 500px;
    margin-top: -200px;
}

.sign {
    font-size: 25px;
    padding: 2rem 3rem;
}

a.sign-in {
    background-color: var(--blue);
    /*  border: 2.5px solid white; */
    color: white;
   /* text-transform: uppercase; */
    padding: 0.75rem 1rem;
    font-weight: 100;
    cursor: pointer;
    font-size:20px;
    transition: 0.2s ease-out;
}

    a.sign-in:hover {
        background-color: #515866;
        color: #EFF0F0;
        border-color: #EFF0F0;
    }

.top-row {
    height: 4rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    background-color: #EFF0F0;
}

    .main .top-row {
        color: #515866;
        background-color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            cursor: pointer;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.caption {
    font-weight: 600;
    caption-side: top;
    color: var(--dark-gray);
    font-size: 1rem;
    margin-bottom: 1rem;
}


.c-white {
    color: #fff;
}

.bg-blue {
    background-color: var(--blue);
}

.content-patients {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem;
}

.flex-center {
    display: flex;
    align-items: center;
}

.sidebar {
    background-image: linear-gradient(180deg, #0081c9 0%, #0081c9 70%);
    max-height: 100vh; /* Máxima altura del sidebar en pantallas grandes */
    overflow-y: auto; /* Scroll si es necesario */
    position: relative;
}

@media (max-width: 768px) {
    .sidebar {
        max-height: none; /* Eliminar restricción de altura en pantallas pequeñas */
        overflow-y: visible; /* Evitar que el scroll corte el contenido */
    }
}

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }
    /*
    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }
    */

    .sidebar .nav-item:first-of-type {
        border-top: 1px solid #0067a1;
        padding-top: 4rem;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        flex-direction: column;
        color: #d7d7d7;
        height: auto;
        display: flex;
        align-items: center;
        line-height: 3rem; /* Reducir la altura de la línea */
        border-bottom: 1px solid #0067a1;
        padding: 0.5rem 0; /* Ajustar el padding */
    }
        .sidebar .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        .sidebar .nav-item a.active {
            background-color: var(--dark-blue);
            color: white;
        }


.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.heading-block {
    color: #fff;
    font-size: 50px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.center {
    align-items: center;
    justify-content: center;
}

.footer-developed {
    font-size: 12px;
    padding: 1rem 2rem;
    text-align: center;
    background: var(--blue);
    position: fixed;
    width: 100%;
    bottom: 0;
    color:white;
}

footer {
    font-size: 14px;
    padding: 10px 18px;
    background: #ffffff;
    border-top: 1px solid #e4e5e7;
    transition: all 0.4s ease 0s;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.mx-content-4 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.validation-errors {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.left0 {
    left: 0;
}

.container-news {
    color: var(--blue);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 4rem;
}

.card-horizontal:hover {
    cursor: pointer;
}


.card-footer .dropdown-menu show:hover {
    color: #fff;
    background-color: var(--dark-blue);
}

.dropdown-item a {
    background-color: red;
}

.card-footer a:not([href]):hover {
    color: #fff;
    background-color: var(--dark-blue);
}

.designed {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
}

    .designed span {
        font-weight: 100;
    }

.footer > div {
    padding: 1rem;
}

.margin-top {
    margin-top: 2rem;
}

.first {
    border-top: 1px solid #0067a1;
}

.search {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.header {
    width: auto;
    background-color: #fff;
    border-left: 5px solid var(--blue);
    box-shadow: 1px 0 5px rgba(0,0,0,.1);
    margin: 2rem 3rem;
    padding: 1em 1.5rem;
}
.progress-bar.population-progress-bar {
    border-left: 5px solid var(--blue);
    background-color: var(--blue);
}

.container-row {
    display: flex;
    flex-direction: row;
}

.table {
    color: var(--dark-gray);
    /*border-collapse: separate;
        border-spacing: 0 1rem;
    */
}

    .table td {
        vertical-align: middle;
    }

.border-blue {
    border-top: 5px solid #0081c9;
    padding-left: 15px;
    padding-right: 15px;
}

.border-blue-top {
    border-top: 2px solid var(--blue);
}

.border-blue-bottom {
    border-bottom: 1px solid var(--blue);
}

.container {
    padding: 0;
    margin: 1rem 0rem;
}

/* card */
.profile-content {
    align-self: flex-start;
    width: 50%;
    margin-top: 5rem;
    background-color: #fff;
    padding-bottom: 2rem;
    border-top: 2px solid var(--blue);
}

.subtitle {
    color: #d3d3d3;
}

.profile {
    text-align: center;
}

    .profile img {
        max-width: 160px;
        width: 100%;
        margin: 0 auto;
        -webkit-transform: translate3d(0,-50%,0);
        -moz-transform: translate3d(0,-50%,0);
        -o-transform: translate3d(0,-50%,0);
        -ms-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.rounded-circle {
    border-radius: 50% !important;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.text-blue {
    color: var(--blue);
}

.title {
    margin-top: -50px;
    margin-bottom: 25px;
    min-height: 32px;
    color: var(--dark-gray);
    font-weight: 700;
}

.flex {
    flex-direction: column;
}


#calendar {
    margin: 1rem;
    background-color: #fff;
}


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

/* widget calendar next appointment*/
.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
    /* margin-bottom: 1rem; */
    padding: 1rem;
}

    .widget-49 .widget-49-title-wrapper .widget-49-date-meeting {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: var(--blue);
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
    }

        .widget-49 .widget-49-title-wrapper .widget-49-date-meeting .widget-49-date-day {
            color: #ffffff;
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 1;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-date-meeting .widget-49-date-month {
            color: #ffffff;
            line-height: 1;
            font-size: 1rem;
            text-transform: uppercase;
        }

    .widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
        display: flex;
        flex-direction: column;
        margin-left: 1rem;
        color: var(--dark-gray);
    }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
            /*color: #ffffff; */
            font-weight: bold;
            font-size: 16px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-description {
            /*color: var(--blue);*/
            font-size: 14px;
        }

        .widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
            /*color: #ffffff; */
            font-size: 13px;
            font-weight: bold;
        }

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

    .widget-49 .widget-49-meeting-points .widget-49-meeting-item {
        display: list-item;
        color: #727686;
    }

        .widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
            margin-left: .5rem;
        }

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

    .widget-49 .widget-49-meeting-action a {
        text-transform: uppercase;
    }

.calendar-container {
    padding: 1rem;
    margin: 1rem;
    background-color: #fff;
    color: var(--dark-gray);
}

.home {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--blue);
}

.nav-pills > a {
    color: var(--dark-gray);
}

.nav-link {
    padding: 1rem 0rem;
    text-align: center;
}

.hr-form {
    margin: 2rem 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.login-display {
    display: flex;
    width: 100%;
}

.profile-info {
    margin-top: 0.5rem;
    font-size: 13px;
    text-align: center;
}

.alert-info-custom {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.current-user {
    display: flex;
    align-items: center;
}

.mx-content {
    
    margin-left: 3rem;
    margin-right: 3rem;
}

.form-container {
    padding: 1rem;
    margin: 1rem;
    background-color: #fff;
    color: var(--blue);
}

.form-panel-title {
    margin-left: 3rem;
    font-size: 14px;
    font-weight: 600;
}


.form-panel {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    background: #fff;
    padding: 2rem;
    /* border-radius: 8px; */
    border: 1px solid #dee2e6;
    border-top: 2px solid var(--blue);
}
.population-container {
    padding-left: 48px;
    padding-right: 48px;
   
}
.population-row {
    /*border-top: 2px solid var(--blue); */
    margin-bottom : 10px;
}
.population-row-blue {
    border-bottom: 2px solid var(--blue);
    margin-bottom: 10px;
}
.top-50 {
  vertical-align: middle;
}

    .form-panel > .form-group {
        display: flex;
        flex-direction: row;
    }

        .form-panel > .form-group > label {
            text-align: right;
        }

.form-panel-label {
    padding-top: 0.7rem;
    font-size: 12px;
}

.header-form {
    margin-left: 3rem;
    margin-right: 3rem;
    background: var(--blue);
    color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
}

.option-profile {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

    .option-profile:hover {
        cursor: pointer;
        background-color: #f8f9fa;
    }

.show {
    visibility: visible;
}

.tr-blue {
    background-color: var(--blue);
    color: #fff;
}

.hide {
    visibility: hidden;
}

.myModal {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

input[type="number" i] {
    width: 100%;
    text-align: center;
}

.borderless td, .borderless th .borderless thead th {
    border: none;
}

.nav-tabs .nav-link {
    font-size: 13px;
    font-weight: bold;
    padding-left: 1rem;
    padding-right: 1rem;
}

ul#tabsAccount .nav-link.active {
    color: var(--dark-gray);
    background-color: var(--gray);
    border-color: #dee2e6 #dee2e6 var(--gray);
}

.nav-tabs .nav-link.active {
    color: var(--dark-gray);
}

.modal-dialog-scrollable .modal-content {
    overflow: auto;
}

.card-title {
    font-weight: bold;
    font-size: 16px;
}

.innovation {
    margin-top: 20rem;
    margin-left: 2rem;
    font-size: 18px;
}

.loader-population {
   /* width: 60px;*/
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 1000;
}
.loader {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid var(--blue);
    border-left: 4px solid var(--blue);
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: var(--blue);
    font-family: arial, sans-serif;
}

    .loader-text:after {
        content: 'Loading';
        animation: load 2s linear infinite;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

@keyframes load {
    0% {
        content: 'Loading';
    }

    33% {
        content: 'Loading.';
    }

    67% {
        content: 'Loading..';
    }

    100% {
        content: 'Loading...';
    }
}

/****************** Responsive ********************/
@media only screen and (min-width: 576px) and (orientation: landscape) {
    .modal-dialog-scrollable .modal-content {
        top: -20px;
    }
}

@media only screen and (max-width: 991.98px) {
    /* @media (max-width: 767.98px) { */
    .main .top-row:not(.auth) {
        display: none;
    }

    .flex {
        flex-direction: row;
        justify-content: space-around;
    }

    .container-row {
        flex-direction: column;
    }

    .content-not-logged {
        display: flex;
        min-height: 100vh;
        padding: 0rem;
        align-items: center;
        background-image: url(/images/portadaMin.svg);
        background-size: cover;
    }

    .innovation {
        margin-top: 10rem;
        margin-left: 2rem;
        font-size: 12px;
    }

    .hidden {
        display: none;
        border: 0;
    }

    .nav-link {
        padding: 1rem 1rem;
    }

    .profile-content, .content-dates, .content-patients, .content-add-patient {
        width: auto;
        align-self: auto;
    }

    .header, .header-form {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .sidebar .nav-item a {
        border-bottom: 0;
    }

    .sidebar .nav-item:first-of-type, .first {
        border-top: 0;
    }

    .mx-content {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .w-25, .w-75 {
        width: 100% !important;
    }

    .table-responsive {
        font-size: 10px;
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1,
    .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
    .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
    .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    /*
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, -col-sm-11, .col-sm-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    */
    .form-panel > .form-group {
        display: flex;
        flex-direction: column;
        margin: 1rem;
    }

        .form-panel > .form-group > label {
            text-align: left;
        }

        .form-panel > .form-group > div {
            text-align: left;
        }

    .form-panel-title {
        margin-left: 1rem;
    }

    .form-panel {
        margin-left: 1rem;
        margin-right: 1rem;
        padding: 0;
    }

    .sidebar .nav-item:first-of-type {
        padding-top: 0;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 0;
    }

    .main .top-row.auth {
        /* justify-content: space-between; */
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .heading-block {
        font-size: 25px;
    }

    .home {
        display: flex;
        flex-direction: row;
    }
}

.measure3active {
    background-color: #fff;
}

.profile-footer {
    color: var(--dark-gray);
    font-size: 13px;
    font-weight: bold;
}

.measure3inactive {
    background-color: var(--gray);
}

.choice i {
    font-size: 40px;
    line-height: 111px;
}

.choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

    .choice .icon {
        text-align: center;
        vertical-align: middle;
        height: 116px;
        width: 116px;
        border-radius: 50%;
        color: #999999;
        margin: 0 auto 20px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .choice input[type="radio"], .wizard-card .choice input[type="checkbox"] {
        position: absolute;
        left: -10000px;
        z-index: -1;
    }


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.choice:active .icon {
    border-color: var(--blue);
}

.selected img[class^=Complete-image-cliked] {
    content: url("/images/perfil-completo.svg")
}

.selected img[class^=Express-image-cliked] {
    content: url("/images/perfil-express.svg")
}

.selected img[class^=FiveComponent-image-cliked] {
    content: url("/images/perfil-5componentes.svg")
}

.selected img[class^=Restricted-image-cliked] {
    content: url("/images/perfil-restringido.svg")
}

.selected img[class^=Personalized-image-cliked] {
    content: url("/images/perfil-personalizado.svg")
}



img[class^=Complete] {
    content: url("/images/perfil-completo.svg")
}

img[class^=Express] {
    content: url("/images/perfil-express.svg")
}

img[class^=FiveComponent] {
    content: url("/images/perfil-5componentes.svg")
}

img[class^=Restricted] {
    content: url("/images/perfil-restringido.svg")
}

img[class^=Personalized] {
    content: url("/images/perfil-personalizado.svg")
}

@media (min-width: 992px) {
    .modal-dialog-scrollable .modal-content {
        overflow: hidden;
    }

    .content-logged {
        flex-direction: row;
    }

    .sidebar {
        width: 120px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main .top-row {
      /* position: sticky; */
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        display: block;
    }

    .block {
        margin: 5% 10%;
    }
}
/*@media (min-width: 992px) { */

@media (min-width: 768px) {
    .col-lg-3 {

        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

td{
    text-align: center;
    width : 100px;
}


#background {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.5;
    background-color: #000;
    color: #fff;
    z-index: 9999;
}

.blinking {
    animation: opacity 2s ease-in-out 10;
    opacity: 1;
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}