* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.flex {
    display: flex !important;
}

.items-center {
    align-items: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

body {
    background-color: #ebeced;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands' !important;
}

.btn {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    text-transform: uppercase;
}

.btn.btn-link {
    background-image: none;
}

.btn i {
    text-align: center;
    width: 1.25em;
}

div#loading {
    background-color: rgba(219, 211, 192, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.app main.app {
    width: 100%;
    min-height: 100vh;
    display: flex;
}

body.app main.app .sidebar {
    height: 100vh;
    width: 260px;
    background: #220456;
    position: fixed;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    padding-top: 0 !important;
}

body.app main.app .sidebar.close {
    width: 4.5rem;
    padding: 0 !important;
}

body.app main.app .sidebar.close .nav-item-text {
    display: none;
}

body.app main.app .sidebar.close ul.nav .nav-item .nav-link {
    border-radius: 0;
    text-align: center;
}

body.app main.app .sidebar.close .navbarbrand span {
    display: none;
}

body.app main.app div.main {
    position: relative;
    background: #ebeced;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all .5s ease;
}

body.app main.app .sidebar.close~div.main {
    left: 4.5rem;
    width: calc(100% - 4.5rem);
}

body.app main.app .sidebar .nav-item-text {
    margin-left: 0.25rem;
    text-transform: capitalize;
}

body.app main.app .sidebar .nav-item .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

body.app main.app .sidebar .nav-item .nav-link.active,
body.app main.app .sidebar .nav-item .nav-link:hover {
    background: #f8f9fa;
    color: #220456 !important;
}

body.app main.app .sidebar .nav-item {
    position: relative;
    list-style: none;
    transition: all .4s ease;
}

body.app main.app .sidebar .nav-item.dropdown a.dropdown-toggle::after {
    display: none;
}

body.app main.app .sidebar.close ul.nav {
    overflow: visible !important;
}

body.app main.app .sidebar .dropdown-menu {
    background-color: #e9ecef;
    border-color: #e9ecef;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

body.app main.app .sidebar .dropdown-menu li a {
    color: #220456;
}

body.app main.app .sidebar .dropdown-menu li a:hover {
    background-color: #f8f9fa;
    color: #220456;
}

body.app main.app .sidebar .nav {
    background-color: #220456;
}

.content-header {
    background-color: #dbdcde;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
}

body.contrato main.contrato .content-header,
body.cip.externo main.cip.externo .content-header {
    padding: 1.5rem 3rem;
}

.content-header i {
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
    text-align: center;
    width: 1.25em;
}

.content-header .btn i {
    font-size: inherit;
    color: inherit;
    vertical-align: initial;
    text-align: center;
    width: 1.25em;
}

.content-header .breadcrumb .breadcrumb-item a,
.content-header h1,
.content-header i {
    color: #212529;
}

.content-header .breadcrumb-item {
    text-transform: capitalize;
}

.content-header .breadcrumb-item.active {
    font-weight: 600 !important;
}

.content-header.v2 .breadcrumb-item {
    font-size: .875em;
}

.content-header.v2 .breadcrumb-item.active {
    color: #212529;
    font-weight: normal !important;
}

.content-header .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    opacity: .75;
}

table thead tr th {
    background-color: #d3d4d5 !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #212529;
}

body.contrato header,
body.cip.externo header {
    background-color: #f2f0eb;
}

body.contrato header img,
body.cip.externo header img,
body.welcome .navbar .navbar-brand img,
body.credenciamento .navbar .navbar-brand img {
    width: 10rem;
    height: auto;
}

.card .card-header {
    background-color: #dbd3c0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    color: #212529 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: 0 !important;
}

body.app main.app .badge {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    border: 0;
}

body.app main.app ul.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
    padding-left: 1rem;
}

body.app main.app ul.timeline li.timeline-item {
    position: relative;
}

body.app main.app ul.timeline li.timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
    background-color: hsl(0, 0%, 90%);
    left: -22px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}

body.app main.app ul.timeline li.timeline-item:last-child {
    margin-bottom: 0 !important;
}

body.contrato main.contrato .sidebar,
body.cip.externo main.contrato .sidebar,
body.contrato main.contrato div.main .navbar,
body.cip.externo main.contrato div.main .navbar {
    display: none !important;
}

.modal .modal-header {
    background-color: #dbd3c0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.modal .modal-header .modal-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem !important;
}

#modalAssinatura input#signature_estilo {
    height: calc(2.5rem + 1rem + 8px);
    line-height: calc(2.5rem * 2 + 1rem + 8px);
}

.icon_chat_bubble {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.chat_bubble {
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    max-width: 100%;
    width: 900px;
}

.chat_bubble.me {
    clear: both;
}

.chat_bubble::before {
    background-color: #f2f2f2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    width: 20px;
}

.chat_bubble.me::before {
    box-shadow: none;
    left: -9px;
}

ul.stepper form.form-stepper label.is-invalid {
    display: none !important;
}

ul.stepper {
    padding: 0 1.5rem;
    padding: 1.5rem;
    margin: 1em -1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section;
}

ul.stepper .step {
    position: relative;
    list-style: none;
}

ul.stepper form.form-stepper .step {
    display: none;
}

ul.stepper form.form-stepper .step.active,
ul.stepper form.form-stepper .step.completed {
    display: block;
}

ul.stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    transition: margin-bottom .4s;
}

ul.stepper .step:not(:last-of-type).active {
    margin-bottom: 2.25rem;
}

ul.stepper .step:before {
    position: absolute;
    top: 0.75rem;
    counter-increment: section;
    content: counter(section);
    height: 1.75rem;
    width: 1.75rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 1.75rem;
    font-weight: 400;
}

ul.stepper .step.active:before {
    background-color: #220457;
    color: #f8f9fa;
}

ul.stepper .step.done:before,
ul.stepper .step.wrong:before,
ul.stepper .step.is-invalid:before {
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
}

ul.stepper .step.done:not(.incompleted):before {
    content: '\f00c';
    font-size: 1rem;
    background-color: #00c851;
}

ul.stepper .step.done.incompleted:before {
    content: '\21';
    font-size: 1rem;
    background-color: #ffc107;
}

ul.stepper .step.is-invalid:before {
    content: '\21';
    font-size: 1rem;
    background-color: #dc3545;
}

ul.stepper>.step:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 3.125rem;
    left: 0.8438rem;
    width: 0.0625rem;
    height: 40%;
    height: calc(100% - 38px);
    background-color: rgba(0, 0, 0, .1);
    transition: all .4s;
}

ul.stepper>.step.active:not(:last-child):after {
    height: calc(100% - 12px);
}

ul.stepper .step-title {
    margin: 0 -1.3rem;
    cursor: pointer;
    padding: 0.9688rem 2.75rem 1.5rem 4rem;
    display: block;
}

ul.stepper .step.active .step-title {
    font-weight: 500;
}

ul.stepper .step-new-content {
    position: relative;
    display: none;
    height: calc(100% - 132px);
    width: inherit;
    overflow: visible;
    margin-left: 41px;
    margin-right: 24px;
}

ul.stepper .step-new-content .signature-pad {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

ul.stepper form label {
    font-size: .875em;
}

ul.stepper .step .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 0.375rem;
    transition: 0.2s;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

ul.stepper .step .file-drop-area .btn {
    background-color: #dbd3c0;
    margin-right: 0.25rem;
}

ul.stepper .step .file-drop-area .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

ul.stepper .step .file-drop-area .file-input:focus {
    outline: none;
}

ul.stepper .step .file-drop-area.is-invalid {
    background-color: #f8d7da;
    color: #842029;
}

.accordion .accordion-button {
    padding: 0.5rem 1rem;
    background-color: #dbd3c0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
}

.accordion .accordion-button::after {
    background: 0 0;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    text-align: center;
    width: 1.25em;
    content: "\f105";
    transform: none;
}

#accordionAtividadeProfissionalCIP.accordion .accordion-button::after {
    content: "\2b";
}

.accordion .accordion-button:not(.collapsed)::after {
    content: "\f107";
}

#accordionAtividadeProfissionalCIP.accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

body.credenciamento .card.tipo-credenciamento,
body.app.cip .card.tipo-credenciamento,
body.cip.externo .card.tipo-credenciamento {
    background-color: #f8f9fa;
    color: #6c757d;
    cursor: pointer;
}

body.credenciamento .card-input-element.is-invalid+.card.tipo-credenciamento,
body.app.cip .card-input-element.is-invalid+.card.tipo-credenciamento,
body.cip.externo .card-input-element.is-invalid+.card.tipo-credenciamento {
    color: #dc3545;
}

body.credenciamento .card-input-element:checked+.card.tipo-credenciamento,
body.app.cip .card-input-element:checked+.card.tipo-credenciamento,
body.cip.externo .card-input-element:checked+.card.tipo-credenciamento {
    color: #f8f9fa;
    background-color: #220456;
    background-image: var(--bs-gradient) !important;
}

body.app.cip .iti.iti--allow-dropdown,
body.cip.externo .iti.iti--allow-dropdown {
    display: block;
    width: 100%;
}

body.app.cip .atividades-profissionais .card.atividade-profissional,
body.cip.externo .atividades-profissionais .card.atividade-profissional,
body.app.cip #atividades-profissional-part .list-group.atividades-revisao .list-group-item,
body.app.cip #modalAdicionarAtividadesCIP .modal-body .list-group.atividades .list-group-item.atividade {
    margin-bottom: 1rem;
}

body.app.cip .atividades-profissionais .card.atividade-profissional:last-child,
body.cip.externo .atividades-profissionais .card.atividade-profissional:last-child,
body.app.cip #atividades-profissional-part .list-group.atividades-revisao .list-group-item:last-child,
body.app.cip #modalAdicionarAtividadesCIP .modal-body .list-group.atividades .list-group-item.atividade:last-child {
    margin-bottom: 0;
}

body.app.cip #atividades-profissional-part .list-group.atividades-revisao .list-group-item,
body.cip.externo #atividades-profissional-part .list-group.atividades-revisao .list-group-item,
body.app.cip #modalAdicionarAtividadesCIP .modal-body .list-group.atividades .list-group-item.atividade {
    border-radius: var(--bs-border-radius) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.avatar-xl {
    height: 5rem;
    width: 5rem;
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem;
}

body.swal2-toast-shown .swal2-container {
    width: 420px !important;
}

body.swal2-toast-shown .swal2-container .swal2-title {
    text-transform: uppercase;
    font-weight: 400;
}

.nav.nav-pills.nav-fill .nav-link,
#pills-tab-pagamento-documento .nav-link,
#pills-recebiveis-tab .nav-link,
#tabModeloContratoNovoContrato .nav-link {
    color: #212529;
    text-transform: uppercase;
}

.nav.nav-pills.nav-fill .nav-link.active,
#pills-tab-pagamento-documento .nav-link.active,
#pills-recebiveis-tab .nav-link.active,
#tabModeloContratoNovoContrato .nav-link.active {
    background-color: #dbd3c0;
}

.ccsingle {
    position: absolute;
    z-index: 9;
    width: 76px;
    height: calc(38px - 0.75rem);
    top: 30px;
    right: 15px;
}

.ccsingle svg {
    height: calc(38px - 0.75rem);
    max-width: 100%;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: #6c767d;
    border-color: #6c767d;
    color: #FFF;
}

.pagination .page-link {
    color: #212529;
}

.pagination .page-item.disabled>.page-link {
    color: #6c757d;
}

ul.nav.nav-categorias {
    background-color: #dbd3c0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    color: #212529;
}

ul.nav.nav-categorias li a {
    color: #212529;
}

ul.nav.nav-categorias .dropdown-menu.categoria {
    width: calc(100vw - 7.5rem);
    margin-left: -1.5rem !important;
}

table .dropdown-toggle::after {
    display: none !important;
}

#modalReenviarLinks .list-group-item {
    border-width: 1px 0 0;
}

#modalReenviarLinks .list-group-item:first-child {
    border-top: 0;
}

.swal2-actions button {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
    text-transform: uppercase !important;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem !important;
}

body.welcome main.auth div.auth-fluid {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
    background: url('/img/bg-login.png') center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 65.88px
}

body.welcome main.auth div.auth-fluid .auth-fluid-form-box {
    max-width: 570px;
    border-radius: 0;
    z-index: 2;
    padding: 3rem;
    background-color: #f8f9fa;
    position: relative;
    width: 100%;
    margin-left: auto;
}

body.welcome main.auth div.auth-fluid .auth-fluid-form-box .nav.nav-fill .nav-item .nav-link {
    border: 0;
    border-bottom: 2.5px solid #adb5bd;
    border-radius: 0;
    color: #6c757d;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 700;
}

body.welcome main.auth div.auth-fluid .auth-fluid-form-box .nav.nav-fill .nav-item .nav-link:hover,
body.welcome main.auth div.auth-fluid .auth-fluid-form-box .nav.nav-fill .nav-item .nav-link.active {
    border-color: #45108b;
    color: #200455;
}

body.welcome nav.login {
    background-color: transparent !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: none !important;
}

body.welcome nav.login .navbar-brand img.branco {
    display: block;
}

body.welcome nav.login .navbar-brand img.preto {
    display: none;
}

body.welcome nav.login .nav-link {
    color: #FFF;
}

nav.login .nav-item.active {
    background-color: #dc3545;
    border-radius: 50rem;
}

nav.duvidas .nav-item.active {
    background-color: #220456;
    border-radius: 50rem;
}

nav.login .nav-item.active .nav-link,
nav.duvidas .nav-item.active .nav-link {
    color: #f8f9fa;
}

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #220456;
    --bs-btn-border-color: #220456;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #220456;
    --bs-btn-hover-border-color: #220456;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #220456;
    --bs-btn-active-border-color: #220456;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #220456;
    --bs-btn-disabled-border-color: #220456;
}

.btn-outline-purple {
    --bs-btn-color: #220456;
    --bs-btn-border-color: #220456;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #220456;
    --bs-btn-hover-border-color: #220456;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #220456;
    --bs-btn-active-border-color: #220456;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #220456;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #220456;
    --bs-gradient: none;
}

.text-purple {
    color: #220456;
}

body.welcome .modal .modal-header,
body.credenciamento .modal .modal-header {
    background-color: #220456;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

body.welcome .modal .modal-title,
body.credenciamento .modal .modal-header .modal-title {
    color: #f8f9fa;
}

body.credenciamento main.credenciamento div.credenciamento-fluid {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 65.88px);
    flex-direction: row;
    align-items: stretch;
    background: url('/img/bg-cadastro.png') center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.credenciamento main.credenciamento div.credenciamento-fluid .credenciamento-fluid-form-box {
    max-width: 750px;
    border-radius: 0;
    z-index: 2;
    padding: 2.5rem;
    background-color: #e9ecef;
    position: relative;
    width: 100%;
    margin-left: auto;
}

body.credenciamento main.credenciamento div.credenciamento-fluid .credenciamento-fluid-form-box .icon_chat_bubble {
    height: 161px;
    width: 161px;
}

body.credenciamento main.credenciamento div.credenciamento-fluid .credenciamento-fluid-form-box ul.stepper .step.active:before {
    background-color: #220456;
    color: #f8f9fa;
}

body.credenciamento .navbar .navbar-brand img.branco,
body.welcome .navbar.duvidas .navbar-brand img.branco {
    display: none;
}

body.welcome main.duvidas {
    min-height: calc(100vh - 65.88px);
    background-color: #ebeced;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

body.welcome main.duvidas .accordion .accordion-item {
    margin-bottom: 1rem;
    border-radius: 0.375rem;
}

body.welcome main.duvidas .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

body.welcome main.duvidas .accordion .accordion-item .accordion-header {
    border-radius: 0.375rem;
}

body.welcome main.duvidas .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 0.375rem;
    background-color: #fff;
    color: #220456;
    text-transform: initial;
    font-weight: 500;
}

body.welcome main.duvidas .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

body.welcome main.acesso {
    min-height: 100vh;
    background: url('/img/bg-login-none.svg') center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.welcome main.acesso .card {
    max-width: 550px;
}

.bg-purple {
    background-color: #220456 !important;
}

.border-purple {
    border-color: #220456 !important;
}

.form-check-input:checked {
    background-color: #220456;
    border-color: #220456;
}

.form-check-input[readonly] {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.nav.nav-lb-tab {
    border-bottom: 1px solid var(--bs-gray-400);
}

.nav.nav-lb-tab .nav-item {
    margin: 0 1rem;
}

.nav.nav-lb-tab .nav-item:first-child {
    margin-left: 0;
}

.nav.nav-lb-tab .nav-item:last-child {
    margin-right: 0;
}

.nav.nav-lb-tab .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: var(--bs-gray-600);
    font-weight: 500;
    margin-bottom: -1px;
    padding: 16px 0;
    white-space: nowrap;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav.nav-lb-tab .nav-item .nav-link.active,
.nav.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid #220456;
    color: #220456;
}

main.externo.cip.consultar-cip .bg-holder,
main.externo.cip.minha-cip .bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

main.externo.cip.consultar-cip .avatar,
main.externo.cip.minha-cip .avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

main.externo.cip.consultar-cip .avatar-4xl,
main.externo.cip.minha-cip .avatar-4xl {
    height: 6rem;
    width: 6rem;
}

main.externo.cip.consultar-cip .avatar.feed-avatar-profile,
main.externo.cip.minha-cip .avatar.feed-avatar-profile {
    position: absolute;
    bottom: 30px;
    transform: translateY(50%);
}

main.externo.cip.consultar-cip .fs-10,
main.externo.cip.minha-cip .fs-10 {
    font-size: 0.64rem !important;
}

main.externo.cip.consultar-cip .fs-9,
main.externo.cip.minha-cip .fs-9 {
    font-size: 0.8rem !important;
}

main.externo.cip.consultar-cip .ms-8,
main.externo.cip.minha-cip .ms-8 {
    margin-left: 3.5rem !important;
}

main.externo.cip .timeline-basic .timeline-item:not(:last-child) .timeline-item-bar {
    height: 100%;
}

main.externo.cip.consultar-cip .timeline-basic .timeline-item:not(:last-child) .timeline-item-bar .timeline-bar,
main.externo.cip.minha-cip .timeline-basic .timeline-item:not(:last-child) .timeline-item-bar .timeline-bar {
    position: absolute;
    height: calc(100% - 2.5rem);
    left: 20px;
    top: 40px;
}

main.externo.cip.consultar-cip .border-translucent,
main.externo.cip.minha-cip .border-translucent {
    border-color: rgba(203, 208, 221, 0.54) !important;
}

main.externo.cip.consultar-cip .timeline-basic .icon-item,
main.externo.cip.minha-cip .timeline-basic .icon-item {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    width: 2.5rem;
}

main.externo.cip.minha-cip .selfie-viewport {
    position: relative;
    width: 150px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    /* border-radius: .5rem;
    border: 2px solid rgba(0, 0, 0, .08);
    background: #f8f9fa; */
}

body.cip.externo.landing h1,
body.cip.externo.landing h1 *,
body.cip.externo.landing h2,
body.cip.externo.landing h2 *,
body.cip.externo.landing h3,
body.cip.externo.landing h3 *,
body.cip.externo.landing h4,
body.cip.externo.landing h4 *,
body.cip.externo.landing h5,
body.cip.externo.landing h5 *,
body.cip.externo.landing h6,
body.cip.externo.landing h6 *,
body.repis.externo.landing h1,
body.repis.externo.landing h1 *,
body.repis.externo.landing h2,
body.repis.externo.landing h2 *,
body.repis.externo.landing h3,
body.repis.externo.landing h3 *,
body.repis.externo.landing h4,
body.repis.externo.landing h4 *,
body.repis.externo.landing h5,
body.repis.externo.landing h5 *,
body.repis.externo.landing h6,
body.repis.externo.landing h6 * {
    font-family: "Inter", sans-serif !important;
}

body.cip.externo.landing *,
body.repis.externo.landing * {
    font-family: "Nunito", sans-serif !important;
}

body.repis.externo.landing .fa-classic,
body.repis.externo.landing .fa-regular,
body.repis.externo.landing .fa-solid,
body.repis.externo.landing .far,
body.repis.externo.landing .fas {
    font-family: "Font Awesome 6 Free" !important;
}

body.cip.externo.landing .fw-black,
body.repis.externo.landing .fw-black {
    font-weight: 900 !important;
}

body.cip.externo.landing .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    font-weight: 500;
}

@media (min-width: 992px) {
    body.cip.externo.landing .fs-lg-2 {
        font-size: calc(1.325rem + .9vw) !important;
    }
}

@media (min-width: 1200px) {
    body.cip.externo.landing .fs-xl-1 {
        font-size: 2.5rem !important;
    }

    main.externo.cip.landing .container,
    main.externo.cip.consultar-cip .container,
    body.externo.cip.minha-cip header .container,
    main.externo.cip.minha-cip .container {
        max-width: 960px;
    }
}

main.cip.externo.minha-cip form[data-2fa-form="data-2fa-form"] input[type="number"] {
    max-width: 38px;
}

main.cip.externo.minha-cip form[data-2fa-form="data-2fa-form"] input[type="number"]::-webkit-inner-spin-button,
main.repis.externo.auth form[data-2fa-form="data-2fa-form"] input[type="number"]::-webkit-inner-spin-button {
    /* Aparência normalizada */
    -moz-appearance: textfield !important;
    /* Firefox */
    appearance: textfield !important;
    /* padrão */
    -webkit-appearance: none !important;
    /* Chrome/Safari */
}

main.cip.externo .bs-stepper.solicitar-cip .bs-stepper-content .footer .btn {
    width: 100%;
}

@media (min-width: 576px) {
    main.cip.externo .bs-stepper.solicitar-cip .bs-stepper-content .footer .btn {
        width: initial;
    }
}

main.cip.externo .bs-stepper.solicitar-cip #resumo-part .atividades-conselhos .card {
    margin-bottom: 1rem;
}

main.cip.externo .bs-stepper.solicitar-cip #resumo-part .atividades-conselhos .card:last-child {
    margin-bottom: 0;
}

main.externo.minha-cip .hover-actions-trigger {
    position: relative;
}

main.externo.minha-cip .hover-actions-trigger .hover-actions {
    display: none;
    position: absolute;
}

main.externo.minha-cip .hover-actions-trigger:hover .hover-actions {
    z-index: 1;
    display: flex;
    animation: fade 0.15s ease-in-out;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

main.externo.minha-cip .cover-image-file-input {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    padding: 0.25rem 0.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    color: #fff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

main.externo.minha-cip .hoverbox {
    position: relative;
    overflow: hidden;
}

main.externo.minha-cip .hoverbox:hover .hoverbox-content,
main.externo.minha-cip .hoverbox:focus .hoverbox-content {
    opacity: 1;
}

main.externo.minha-cip .feed-profile {
    transform: translateY(50%);
}

main.externo.minha-cip .hoverbox .hoverbox-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    margin: 0 !important;
    display: flex;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 1;
    cursor: pointer;
}

main.externo.minha-cip .flex-center {
    align-items: center;
    justify-content: center;
}

main.externo.minha-cip .avatar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

main.externo.minha-cip .avatar.avatar-5xl {
    height: 9.375rem;
    width: 9.375rem;
}

/* main.externo.cip.landing .icon-wrapper::before {
    position: absolute;
    content: "";
    height: 1.625rem;
    width: 1.625rem;
    border-radius: 0.363rem;
    transform: rotate(7.45deg);
    top: 1.125rem;
    left: calc(50% - 1.125rem);
}

main.externo.cip.landing .shadow-info:before {
    background-color: #cfe2ff;
}

@media (min-width: 768px) {
    main.externo.cip.landing .icon-wrapper::before {
        position: absolute;
        content: "";
        height: 1.625rem;
        width: 1.625rem;
        border-radius: 0.363rem;
        -webkit-transform: rotate(7.45deg);
        -ms-transform: rotate(7.45deg);
        transform: rotate(7.45deg);
        top: 1.125rem;
        left: 0.125rem;
    }
} */

main.externo.cip.landing .icon-wrapper img {
    max-width: 1.5rem;
    z-index: 1;
}

/* @media (max-width: 991px) {
    main.externo.cip.landing section#inicio img {
        max-width: 450px;
    }
} */

@media (max-width: 991.98px) {
    body.welcome nav.login {
        position: inherit;
        background-color: #FFF !important;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }

    body.welcome nav.login .navbar-brand img.branco {
        display: none;
    }

    body.welcome nav.login .navbar-brand img.preto {
        display: block;
    }

    body.welcome nav.login .nav-link {
        color: rgba(0, 0, 0, 0.55);
    }

    body.welcome nav.login .nav-item.active .nav-link {
        color: #f8f9fa;
        padding-left: 0.5rem;
    }

    body.welcome main.auth div.auth-fluid {
        padding-top: 0;
        min-height: calc(100vh - 65.88px);
        background: url('/img/bg-login-none.svg') center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.welcome main.auth div.auth-fluid .auth-fluid-form-box {
        max-width: 100%;
        min-height: calc(100vh - 65.88px);
    }

    body.credenciamento main.credenciamento div.credenciamento-fluid {
        padding-top: 0;
        min-height: calc(100vh - 65.88px);
        background: url('/img/bg-login-none.svg') center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.credenciamento main.credenciamento div.credenciamento-fluid .credenciamento-fluid-form-box {
        max-width: 100%;
        min-height: calc(100vh - 65.88px);
        background-color: transparent;
    }

    body.credenciamento main.credenciamento div.credenciamento-fluid .credenciamento-fluid-form-box .icon_chat_bubble,
    body.credenciamento main.credenciamento div.credenciamento-fluid .credenciamento-fluid-form-box .chat_bubble.me::before {
        display: none;
    }
}

main.repis.externo #accordionSolicitacaoRepis .accordion-item {
    border: 0;
    border-radius: var(--bs-accordion-inner-border-radius);
}

main.repis.externo #accordionSolicitacaoRepis .accordion-item #heading_dados_solicitacao .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

main.repis.externo #accordionSolicitacaoRepis .accordion-item #heading_anexos .accordion-button.collapsed {
    border-radius: var(--bs-accordion-inner-border-radius);
}

main.repis.externo #accordionSolicitacaoRepis .accordion-item #heading_anexos .accordion-button:not(.collapsed) {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

main.repis.externo #accordionSolicitacaoRepis .accordion-item #heading_requerimento .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

main.repis.externo #accordionSolicitacaoRepis .accordion-item #collapse_requerimento .list-group.list-group-flush .list-group-item:last-child {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

main.repis.externo.pagamento .alert-success {
    color: rgb(21 128 61) !important;
    background-color: rgb(220 252 231) !important;
    border-color: rgb(34 197 94) !important;
    border-width: 0 0 0 4px !important;
    border-radius: 0.375rem !important;
}

main.repis.externo.pagamento .alert-success b,
main.repis.externo .alert-success strong {
    color: rgb(22 101 52) !important;
}

main.repis.externo.pagamento .alert-secondary {
    color: rgb(55 65 81) !important;
    background-color: rgb(243 244 246) !important;
    border-color: rgb(156 163 175) !important;
    border-width: 0 0 0 4px !important;
    border-radius: 0.375rem !important;
}

main.repis.externo.pagamento .alert-secondary .btn.btn-secondary {
    background-color: rgb(209 213 219) !important;
    color: rgb(31 41 55) !important;
    border: 0 !important;
}

main.repis.externo.pagamento .alert-secondary .btn.btn-secondary:hover {
    background-color: rgb(156 163 175) !important;
    color: rgb(31 41 55) !important;
}

main.repis.externo.pagamento .card {
    background-color: rgb(249 250 251) !important;
    color: rgb(31 41 55) !important;
}

main.repis.externo.pagamento .card .card-header {
    background-color: rgb(243 244 246) !important;
    color: rgb(31 41 55) !important;
    background-image: none !important;
    line-height: 2rem !important;
    border-bottom: 1px solid rgb(209 213 219) !important;
}

main.repis.externo.pagamento .card .list-group-item {
    background-color: rgb(249 250 251) !important;
    color: rgb(31 41 55) !important;
}

/* main.repis.externo.pagamento #pills-tab-pagamento-documento.nav.nav-pills {
    display: flex !important;
} */

main.repis.externo.pagamento #pills-tab-pagamento-documento.nav.nav-pills .nav-item .nav-link:not(.active) {
    color: rgb(55 65 81) !important;
    font-weight: 600 !important;
    padding: 1rem !important;
    background-color: rgb(255 255 255) !important;
    border: 1px solid rgb(209 213 219) !important;
}

main.repis.externo.pagamento #pills-tab-pagamento-documento.nav.nav-pills .nav-item .nav-link:not(.active):hover {
    background-color: rgb(249 250 251) !important;
}

main.repis.externo.pagamento #pills-tab-pagamento-documento.nav.nav-pills .nav-item .nav-link.active {
    color: rgb(29 78 216) !important;
    font-weight: 600 !important;
    padding: 1rem !important;
    background-color: rgb(239 246 255) !important;
    border: 1px solid rgb(96 165 250) !important;
}

main.repis.externo.pagamento #pills-tab-pagamento-documento.nav.nav-pills .nav-item .nav-link.active:hover {
    background-color: rgb(219 234 254) !important;
}

@media (min-width: 768px) {
    main.repis.externo.pagamento .w-md-50 {
        width: calc(50% - 1rem) !important;
    }
}

body.externo {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.externo main.externo {
    flex-grow: 1;
}

main.app.cip label[for="upload-porfile-picture"] {
    --bs-bg-opacity: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

main.app.cip label[for="upload-porfile-picture"] i {
    --bs-text-opacity: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

main.app.cip label[for="upload-porfile-picture"]:hover {
    --bs-bg-opacity: 0.725;
}

main.app.cip label[for="upload-porfile-picture"]:hover i {
    --bs-text-opacity: 1;
}

body.app footer {
    display: none !important;
}

body.app #resumo-part .atividades-conselhos .card {
    margin-bottom: 1rem;
}

body.app #resumo-part .atividades-conselhos .card:last-child {
    margin-bottom: 0;
}