﻿@media(min-width: 1700px){
    .login__wrapper {
        height: 100vh;
    }

        .login__wrapper .container {
            margin-top: auto;
            margin-bottom: auto;
        }
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

.nao-desenvolvido, .nao-desenvolvido span {
    color: #bbb !important;
}

.row-scoreEndereco {
    padding: 10px;
}

    .row-scoreEndereco .col-6 {
        padding: 20px;
    }
    .row-scoreEndereco .col-12 {
        padding: 20px;
    }

.progress-bar-endereco::after {
    content: "" !important;
}

.progress-bar-endereco::before {
    border: none;
}

.container-modal-pessoa {
    padding: 10px;
}

.row-pessoa {
    overflow:auto;
    padding: 0px 20px 0px 20px;
}

.row-pessoa .col-12 {
    margin: 10px 0px 10px 0px;
}

.row-pessoa .texto {
    display: -webkit-box;
}

    .row-pessoa .texto-pessoa-ligada {
        display: -webkit-box;
        height: 53px;
    }

.row-pessoa .botao {
    margin-top: auto;
}

.botao button span {
    font-size: 30px !important;
}

.row-pessoa .nome {
    color: #36466e;
    font-size: 15px;
    font-weight: 600;
}

.row-pessoa .nome-pessoa-ligada {
    color: #36466e;
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.row-pessoa .informacao-pessoa {
    color: #7a7f89;
    font-size: 13px;
    font-weight: 400;
}

.row-filtro {
    max-width: 50% !important;
}

.socio-pj .content-card {
    height: 500px;
}

.socio-pj .society-participation {
    max-height: 280px;
    overflow: auto;
}

#mapa {
    width: 800px;
    height: 400px;
    border: 10px solid #ccc;
    margin-bottom: 20px;
}

.modal-md .modal-dialog {
    max-width: 800px !important;
}

.modal-lg .modal-dialog {
    max-width: 1200px !important;
}

.container-modal-pessoa .row .col-12 {
    margin: 5px 0 15px 0 !important;
}

.label-score-endereco {
    font-weight: 500;
}

.content-block-sub-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #5441A2;
    display: flex;
    align-items: center
}

.btn-pesquisar-pessoa-ligada {
    position: absolute;
    right: 0;
    top: 5px;
}

.telefone-card-body {
    max-height: 380px;
    overflow: auto;
}

.item-irpf {
    border-radius: 10px !important;
    padding-block: 25px 45px !important;
}

.plans-wrapper .plan-item {
    padding: 6px !important;
}

.pulse {
    animation: pulse 3s infinite;
}

.carregando-acoes {
    color: #001B95;
    font-size: 30px;
    text-align: center;
}

@keyframes pulse {
    0% {
        font-variation-settings: 'wght' 100;
    }

    50% {
        font-variation-settings: 'wght' 700;
    }

    100% {
        font-variation-settings: 'wght' 100;
    }
}


.rounded-icon[color='red'] {
    background: var(--red-300);
    color: var(--gray-600)
}

.rounded-icon span {
    font-size: 34px;
}