﻿.title-card-painel {
    margin: 0 0 0 0 !important;
}

.text-card-painel {
    text-wrap: nowrap;
}

.title-padrao-telas {
    text-align: center;
}

.page-link {
    color: #3a3e50 !important;
}

.page-item.active .page-link {
    background-color: #038fcd !important;
    border-color: #038fcd !important;
}


.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.select2-no-results {
    display: none !important;
}

.select2-selection__rendered {
    line-height: 2.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    /*border: 1px solid #ced4da !important;*/
    border-radius: 0.25rem !important;
}

legend {
    color: var(--main-text);
    background-color: var(--field-background);
    backdrop-filter: blur(3px);
    font-weight: 400;
    padding: 0.1rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #048ABF;
    width: 19%;
    background: ghostwhite;
    font-size: 18px;
    text-align: -webkit-center;
}

.progress {
    display: flex;
    height: auto;
    overflow: hidden;
    line-height: 0. !important;
    font-size: .65625rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    width: 100% !important;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #03a9f3;
    transition: width .6s ease;
}

#Acompanhamentos {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}


