.navbar {
    height: 50px;
    border: none;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
    background: linear-gradient(-90deg, rgb(50 93 191 / 90%) 0%, rgb(19 95 180 / 90%) 100%);
    background-color: #0c2d53 !important;


}

.transparent_bg {
    background-color: transparent
}

.main_jumbotron {
    background-image: url(https://i.pinimg.com/736x/5e/e7/61/5ee76180e98f26c27be7752ad70a2f09.jpg);
    background-size: cover;
    color: white;
    height: 190px;
    margin-bottom: 0
}

.flex {
    display: flex
}

.block {
    display: block
}

.flex_align {
    display: flex;
    align-items: center
}

.flex_column {
    display: flex;
    flex-direction: column
}

.flex_1 {
    flex: 1
}

.hidden {
    display: none
}





.fullWidth {
    width: 100%
}

.iframe {
    height: 40rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

div.auto_columns {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}


div.inner_content {
    min-width: 0;
    flex: 1;
    background-color: white;
}


div.no_padding {
    padding: 0 !important
}

div.overflow_scroll {
    overflow: auto
}

div.mainContent {
    flex: 1;
    min-width: 0;
    background-color: white;
}

label.label_detail_resumo {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}


.clickable_no_pop {
    cursor: pointer;
}


.clickable:hover {
    -webkit-transform: scale(1.03);

}

.link {
    cursor: pointer;
    text-decoration: underline;
    color: #00AEF9
}

.underline_txt {
    text-decoration: underline;

}

div.wrapper_top {
    position: relative
}

div.loading_top {
    position: absolute
}

.drop_shadow {
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);

}

div.index_analise {
    width: 10%
}

div.dia_analise {
    width: 70%
}

div.total_analise {
    width: 30%
}

div.cell_analise {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

div.header_cell {
    text-align: center;

}


div.card_analise {
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top: 0;
    border-radius: 0;
    padding: 0
}

div.first_card {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem 0.25rem 0 0;
}

div.last_card {
    border-radius: 0 0 0.25rem 0.25rem
}

div.horizontal_line_80 {
    width: 80%;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

div.vertical_line_80 {
    width: 80%;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

div.horizontal_line {
    width: 100%;
    border-top: 1px solid #ffffff7a;
    margin-bottom: 0.4rem;
    margin-top: 0.4rem;
}

label.header_analise {
    font-weight: bold;
    font-size: 1.1rem;
}

label {
    margin-bottom: 0;
}

.center_flex_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.cell_resumo {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

div.subheader_cell {
    font-weight: bold;
    height: 100%
}

div.container_table_cedentes {
    min-width: 700px;
    margin-bottom: 1rem;
    margin-top: 0.5rem
}

.full_height {
    height: 100%
}

.fixedTop {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    top: 0;
    margin-bottom: 18px;
    background-color: #FCFCFC
}

.full_width {
    width: 100% !important
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1350px;
    }
}


@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1650px;
    }
}

a.navbar_brand {
    padding-top: 0.7125rem;
    padding-bottom: 0.7125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}



.loading {
    background-color: #fdf8f8bd !important
}



div.outer_grow_bottom {
    display: flex;
    flex-grow: 1;
}

.grow_bottom {
    flex-grow: 1;
    height: 100%;
}

.row_options_analise {
    margin-bottom: 0.5rem;
}

div.cell_options_analise {
    padding: 0rem 0.6rem 0 0.6rem;
    border-right: 1px solid #e5e5e5;
}

div.first_cell_options_analise {
    padding: 0rem 0.6rem 0 0rem;
    border-right: 1px solid #e5e5e5;
}

div.last_cell_options_analise {
    padding: 0rem 0 0 0.6rem;
}

.bold {
    font-weight: bold
}

.card_detail_analise {
    padding: 1rem;
    border-radius: 0;
}

div.sidebar_arquivos {
    width: 15%;
    border-right: 1px solid #e5e5e5;
    padding: 1rem;
    padding-top: 0rem;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
    margin-right: 1rem;
}


div.content_arquivos {
    width: calc(85% - 1rem);
}

label.label_sidebar_arquivos {
    font-weight: bold;
    margin-bottom: 0.3rem
}


.white {
    color: white
}

label.smallblue {
    font-weight: bold;
    color: #2959b0;
    font-size: 0.8rem;
    display: block
}

label.big {
    font-size: 1.1rem;
}

hr {
    width: 100%
}

button.btnfilter {
    border: 0;
    border-radius: 10px;
}

button.main_btn {
    background-color: #2959b0;

}

button.secondary_btn {
    background-color: #909090;

}

.1rem {
    height: 1rem
}

.zero5rem {
    height: 0.5rem
}

.zero3rem {
    height: 0.3rem
}

.SingleDatePicker_picker__directionLeft {
    left: 0;
    z-index: 10
}

div.inner_cell {
    padding: 0.7rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

div.check_col {
    width: 10%
}

div.fileName_col {
    width: 35%
}

div.date_col {
    width: 35%
}

div.download_col {
    width: 20%
}

div.row_arquivos {
    border-bottom: 1px solid #dfdfdf;

}

div.flex_end {
    align-items: end;
}


div.quarter_sidebar {
    width: 25%;
    border-right: 1px solid #e5e5e5;
    padding: 1rem;
    padding-top: 0rem;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
    display: flex;
    flex-direction: column;
}

div.sidebar_content {
    /* width: calc(75% - 1rem); */
    border-right: 1px solid #e5e5e5;
    padding: 1rem;
    padding-top: 0rem;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 34%);
    flex: 1
}


.upload_import {
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    padding: 1rem;
    margin-bottom: 1rem
}

img.imgbtn_import {
    cursor: pointer;
    height: calc(1.5em + .75rem + 2px);

}

div.row_file_import {
    margin-bottom: 0.5rem
}

label.label_master_tutorial {
    font-weight: bold;
    color: #2959ce;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

label.redAsterisk {
    color: firebrick;
    font-size: 0.9rem
}

label.titleBlue {
    font-weight: bold;
    font-size: 1.2rem;
    color: #2959ce;
}

div.firstcol_cadCorban {
    width: 40%;
    margin-right: 1rem
}

div.secondcol_cadCorban {
    width: 40%
}

label.subtitle_cadCorban {
    margin-bottom: 0.5rem;
    font-weight: bold
}

label.tinyLabel {
    font-size: 0.8rem
}

button.btndelete_addCorban {
    background-color: firebrick;
    border: 0;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

button.btndelete_addCorban:hover {
    background-color: #991616;
    border: 0;
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.upload_cadCorban {
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    margin-top: 1rem;
    line-height: 3rem;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

img.deletefile {
    height: 0.8rem;

}

div.filename_cadCorban {
    width: 80%
}

div.deletefile_cadCorban {
    width: 20%
}

label.clearfiles {
    font-size: 0.9rem;
    color: firebrick;
}

.unselectable {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.main_tab_link {
    cursor: pointer;
    text-decoration: underline;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    color: rgb(41 89 194);
    font-weight: bold
}

div.flex_wrap {
    display: flex;
    flex-wrap: wrap
}

div.field_empresa {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: calc(25% - 0.2rem)
}

img.img_processo {
    height: 2rem;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

img.grey_img {
    filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

img.arrow {
    margin-right: 0.2rem;
    margin-left: 0.2rem
}

div.empresa_1st_col {
    width: 20%
}

div.empresa_2nd_col {
    width: 15%
}

div.empresa_3rd_col {
    width: 40%
}

div.empresa_4th_col {
    width: 25%
}

div.cell_empresa {
    display: flex;
    align-items: center;
    padding: 0.7rem;
    height: 100%;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

div.no_right_border {
    border-right: 0
}


div.outer_empresas {
    border-right: 1px solid #dfdfdf;
}

div.right_border {
    border-right: 1px solid #dfdfdf;
    padding-right: 0.6rem;
}

div.right_to_border {
    padding-left: 0.6rem;
}

button.btns_empresa {
    width: calc(50% - 0.2rem);
    height: 65%;
    font-size: 0.95rem
}

button.first_btn {
    margin-right: 0.2rem
}

label.biggerblue {
    font-weight: bold;
    color: #2959b0;
    font-size: 1.3rem;
}

label.bigger {
    font-weight: bold;
    font-size: 1.3rem;
}


.block {
    display: block
}

.italic {
    font-style: italic
}

.inputCnpj_newEmpresa {
    margin-bottom: 0.5rem
}

div.result_consultaReceita {
    margin-bottom: 0.5rem
}

.smaller {
    font-size: 0.85rem
}

.evensmaller {
    font-size: 0.7rem
}


.firebrick {
    color: firebrick
}

.statusPropostas {
    font-weight: bold;
    font-size: 0.94rem
}

.forestgreen {
    color: forestgreen
}

.card_status {
    width: 30%;
    margin-bottom: 1rem
}

.backbutton_ {
    margin-bottom: 0.5rem
}

div.half_width_first {
    width: calc(50% - 2rem);
    margin-right: 2rem
}

div.half_width_second {
    width: calc(50% - 2rem);
    margin-right: 2rem
}

div.half_width {
    width: 50%
}

.small_margin_right {
    margin-right: 0.3rem
}

.medium_margin_right {
    margin-right: 0.6rem
}

.regular_margin_right {
    margin-right: 1rem
}

.DateInput_input,
.DateInput_input_1 {
    Height: 38px;
}

img.remove_eventos {
    height: 38px
}

.row_eventos {
    margin-bottom: 0.5rem
}


/* custom slider
.rc-slider-tooltip-inner {
  padding: 20px 10px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #007eff;
  text-align: center;
  text-decoration: none;
  background-color: #f8f9fa;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 1.5px #0d6efd;
}
*/


.rc-slider-tooltip-inner {
    padding: 16px 3px;
    min-width: 36px;
    height: 36px;
    font-size: 1rem;
    line-height: 0;
    color: #007eff;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 100px;
    box-shadow: 0px 0px 5px 2px #0d6efd;
    user-select: none;
}


.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: rgb(0 0 0 / 2%);
}

.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.rc-slider-track {
    position: absolute;
    left: 0;
    height: 8px;
    border-radius: 6px;
    background-color: #0d6efdb3;
}


.rc-slider-mark {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    font-size: 15px;
}


/* custom slider
*/

/* custom slider --------------------------------------------------*/


.custom-tabs-container {
    width: 85%;
}

.custom-tabs {
    border-top-left-radius: 3px;
    /*background-color: #f9f9f9;*/
    padding: 0px 24px;
    border-bottom: 1px solid #d6d6d6;
}

.custom-tab {
    background: url("/assets/img/error.svg") no-repeat;
    background-position: 10%;
    color: #586069;
    width: 100px !important;
    height: 25px !important;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 3px solid transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    background-color: #fafbfc;
    padding: 12px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.custom-tab--selected {
    background: url("/assets/img/error.svg") no-repeat;
    background-position: 10%;
    color: black;
    box-shadow: 1px 1px 0px white;
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-top: 1px solid lightgrey !important;
}



.bi::before {
    display: inline-block;
    content: "";
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}




/* custom page lam --------------------------------------------------*/

.page_lam {
    position: relative;
    width: 210mm;
    max-height: 297mm;
    padding: 0mm;
    margin: auto;
    border-radius: 0px;
    background: white;
    box-shadow: 0 0 10px lightgrey;
}

.sub_page_lam {
    padding: 0px 15px;
    min-height: 280mm;
}

.lam_content_div {
    overflow: auto;
    max-height: 297mm;
    max-width: 220mm;
    margin: auto;
    background: black;
}

@page {
    size: A4;
    margin: 0;
}

@media print {

    html,
    body {
        -webkit-print-color-adjust: exact;
        width: 210mm;
        height: 297mm;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        white-space: pre-wrap;
    }

    .no-print,
    .no-print * {
        display: none !important;
    }
}


.left_column_lam {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 35%;
    padding: 10px
}

.right_column_lam {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 65%;
    padding: 10px
}


.footer_lam {
    color: white;
    background-color: black;
    padding-top: 7px;
    padding-bottom: 1px;
    font-size: 0.6em;
}

.half_column_lam {
    vertical-align: top;
    display: inline-block;
    width: 50%;
    padding: 0px 5px;
    position: relative;
    margin: 0px;
}

.full_column_lam {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    position: relative;
}

.main-title_lam {
    position: relative;
    color: #3a3a3a;
    font-size: 40px !important;
    width: 80%;
    /*border-left: 20px solid #56679d;*/
    /*background: #ffffff;*/
    padding-left: 30px;
}


.disclaimer_lam {
    color: #7a7a7a;
    font-size: 5pt;
    word-wrap: break-word;
    text-align: justify;
    overflow: hidden;
    max-height: 70px;
}

.main-logo_lam {
    height: 60px;
    width: auto;
    margin: 10px 30px;
    /*vertical-align: middle;
  text-align: center;*/
}

.header_lam {
    padding: 0.1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}


.logo-float {
    height: 35px;
    width: auto;
    float: left;
    margin: 5px 10px;
}

p.small {
    color: black;
    font-size: 8px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align: justify;
}

.subtitle {
    position: relative;
    color: #3a3a3a;
    left: 0;
    height: 20%;
    margin: 0mm;
    border-left: 5px solid black;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 60px;
}

h6.pad,
p.padded {
    padding: 2px 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h6.line {
    overflow: hidden;
}

h6.line:after {
    /*content:"";
    display: inline-block;
    height: 1em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid black;*/
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    /* suit your need*/
    background: black;
    /* suit your need*/
    top: 100%;
    left: 0;
}

.chart {
    height: inherit;
    width: 90%;
    /*display: grid;
    position: relative;
    vertical-align: top;



    position: relative;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;

    */
}

.chart-container {
    height: 230px;
    vertical-align: middle;
}


.small_margin_bottom {
    margin-bottom: 0.25rem !important
}
.small_margin_top {
    margin-top: 0.25rem !important
}

button.small_margin_bottom {
    margin-bottom: 0.25rem !important
}

label.small_margin_bottom {
    margin-bottom: 0.25rem !important
}

.medium_margin_bottom {
    margin-bottom: 0.6rem !important
}

.medium_margin_top {
    margin-top: 0.6rem !important
}

.regular_margin_bottom {
    margin-bottom: 1rem
}

.regular_margin_top {
    margin-top: 1rem
}

button.round {
    border: 0;
    border-radius: 10px;
}

div.subtabs {
    margin-left: 1.5rem;
}

label.maintabname {
    font-weight: bold
}

div.vertical_center {
    display: flex;
    flex-direction: column;
    align-items: center
}

.center_all {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.center_timeinput {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

div.cell_perms {
    height: 1.8rem;
    margin-bottom: 0.3rem
}

div.check_perms {
    height: 1.5rem;
    width: 1.5rem;
}

div.todos_col_perms {
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

div.todos_row_perms {
    border-bottom: 1px solid #dadada
}

div.header_status_op {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

div.table_status_operacoes {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-top: 1rem;

}

.accordion-button {
    font-size: large;
}

label.ticket_operacoes {
    text-decoration: underline;
}


table#table_cobranca_mensal td:nth-of-type(1) {
    width: 8px;

}

table#table_cobranca_mensal td:nth-of-type(2) {
    width: 350px;
    display: flex;
}

table#table_cobranca_mensal th:nth-of-type(2) {
    width: 350px;
}

table#table_em_aberto th:nth-of-type(3) {
    width: 250px;
}

table#table_em_aberto td:nth-of-type(3) {
    width: 250px;
    display: flex;
}

table#table_em_aberto th:nth-of-type(1) {
    width: 250px;
}

table#table_em_aberto td:nth-of-type(1) {
    width: 250px;
    display: flex;
}

table#table_rescisoes th:nth-of-type(3) {
    width: 250px;
}

table#table_rescisoes td:nth-of-type(3) {
    width: 250px;
    display: flex;
}

table#table_devedores td:nth-of-type(1) {
    width: 250px;
    display: flex;
}


table#table_devedores th:nth-of-type(1) {
    width: 250px;
}

.container_filter_payouts {
    margin-left: 1rem;
    border-left: 1px solid #dadada;
    padding-left: 1rem;
}

@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 3rem;
    --fg: #2659b0;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 2s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 3.7);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
}

img.actions {
    height: 2rem;
    width: 2rem
}

img.actions_secondary {
    height: 2rem;
    filter: grayscale(1);
}

img.actions_secondary:hover {
    filter: none
}


.space_between_no_align {
    justify-content: space-between;
    display: flex
}

.white_color {
    color: white
}

.upload_box {
    height: 60px;
    line-height: 60px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}


.Select-menu-outer {
    display: block !important
}

.regular_margin_top {
    margin-top: 1rem
}

.tab_innertabs {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
    height: 100%
}

.collapse_atingimentos {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    padding: 1rem;
}

div.nowrap {
    white-space: nowrap
}

.flex_nowrap {
    flex-wrap: nowrap
}

div.outer_cell_table_atingimentos {
    height: 3.85rem;
    min-height: 3.85rem;
    border-color: rgb(211, 211, 211);
}

.modal95 {
    max-width: 95% !important;
    min-width: 95% !important;
}

.card_consulta {
    min-width: 10rem;
}


.vertical-line-container {
    position: relative;
}

.vertical-line-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #dadada;
}

.vertical_line_margin {
    margin-right: 0.7rem;
    margin-left: 0.7rem
}

.test_content {
    width: 100%;
    box-sizing: border-box;
}

.test_button_container {
    width: 100%;
    text-align: center;
}

.test_button {
    width: 100%;

}

.vertical_line {
    width: 1px; /* Adjust the width of the vertical line as needed */
    background-color: #000; /* Set the color of the line */
    height: 100%; /* Make the line span the height of the container */
    margin: 0 10px; /* Adjust margin for spacing */
  }


.card_autorizacoes_consignado {
    height: 325px;
    /* box-shadow: 1.5px 1.5px 1.5px 0px rgba(0, 0, 0, 0.5); */
}


.btn_autorizacoes_consignado {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.5);
}


.side_margin_10px {
    margin-right: 10px;
    margin-left: 10px;
}

.half_centered {
    text-align: center;
    justify-content: center;
}


.small_side_margin_10px {
    margin-right: 2px;
    margin-left: 2px;
}

.bordered-div {
    border-color: #d3d3d3;
    border-radius: 5%;
    border-width: 2px;
    border-style: solid;
    padding: 15px;
    width: 95%;
}

.top_left_border_radius {
    border-radius: 10px 0px 0px 0px
}

.top_right_border_radius {
    border-radius: 0px 10px 0px 0px
}

.bottom_left_border_radius {
    border-radius: 0px 0px 0px 10px
}

.bottom_right_border_radius {
    border-radius: 0px 0px 10px 0px
}

.grey_bg {
    background-color: rgb(239, 239, 239);
}

.no_margin {
    margin: 0
}

.z_index_modal {
    z-index:  1055
}


.color_flip {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .3s ease-in-out;
  cursor: pointer;
  height: 28px;
  margin-right: 10px;
}

.color_flip:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.1);
}

.no_filter {
    filter: none;
    -webkit-filter: none
}

.big_full_button {
    width: 100%;
    height: 3rem
}

.div_30pct {
    min-width: 30%;
    max-width: 30%
}

.flex_start {
    align-self: flex-start
}

.text_wrap {
    text-wrap: pretty
}

.listGroup_card {
    border-radius: 0 0 var(--bs-card-border-radius) var(--bs-card-border-radius)
}

.no_radius {
    border-radius: 0
}

.center_horiz {
        display: flex;
    align-items: center;
    /* justify-content: center; */
}

.white-out {
    position: relative;
    display: inline-block;
}
    .white-out:after {
        position: absolute;
        content: '';
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,.5);
    }

.links_sidebar:hover {
    color: gainsboro !important
}

.margin_vl_table {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem
}

.light_bold {
    font-weight: 500
}

.shadow_dmc_multi {
    box-shadow: 1px 7px 10px rgb(0 0 0 / 34%)
}

.undraggable {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.light_alert {
    background-color: #f6f6f6 !important
}

.auto_columns_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.datepicker_height {
height: 40px
}

.red2 {
    color: #fa5252
}

.regular_font {
    font-size: medium
}

.warning_card {
    background-color: rgba(250, 82, 82, 0.1);
    border-color: #ff000014 !important
}

.alert_card {
    background-color: rgb(255 175 21 / 39%);
    border-color: #ff7a0014 !important;
}

.bootstrap_btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 38px;
}

.fill_width {
    width: -webkit-fill-available
}

.striked {
         color: firebrick;
        text-decoration: line-through
}

.white_box_text {
    background-color: #ffffff;
    padding: 0.4rem;
    border-radius: 0.5rem;
    border: 0.05px solid black;
}

.gap1 {
    gap: 1rem
}

.dmc-docs-demo .mantine-MultiSelect-inputField {
  &:not(:only-child)::placeholder {
    color: transparent;
  }
}



/* Consignado propostas */


@scope (.stepper_content_responsive.aprov_propostas) {

    h2 {
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-size: 1.2rem;
        font-weight: bold;
        color: rgb(41, 89, 176, 1) !important;
    }

    h3 {
        margin-top: 1rem;
        margin-bottom: 1.2rem;
        font-size: 1rem;
        font-weight: bold;
        color: rgb(41, 89, 125, 1) !important;
    }


    .scale_80 {
        width: 80% !important;
    }

    .scale_70 {
        width: 70% !important;
    }


    .clean-white-n-blue-card {
        border-radius: 18px;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
        background: white;
        transition: box-shadow 0.2s ease;
    }

    .clean-white-n-blue-card:hover {
        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.09);
    }

    .clean-white-n-blue-card-title {
        color: rgb(41, 89, 125);
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .clean-white-n-blue-radio .form-check {
        margin-bottom: 0.4rem;
    }

    .clean-white-n-blue-radio .form-check-input {
        cursor: pointer;
    }

    .clean-white-n-blue-radio .form-check-label {
        cursor: pointer;
    }


    /* ===================================== */
    /* BOTÕES                                */
    /* ===================================== */

    .summary-btn-group {
        display: flex;
        justify-content: flex-end;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    /* Botões */
    .btn-liquid {
        border-radius: 10px;
        padding: 0.6rem 1.2rem;
        font-weight: 600;
        border: none;
        transition: 200ms ease;
        backdrop-filter: blur(12px);
        background: linear-gradient(135deg,
            rgba(45, 108, 163, 0.45),
            rgba(69, 130, 180, 0.35)
        );
        color: #113a5d !important;
        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }

    .btn-liquid:hover {
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 5px 14px rgba(0,0,0,0.2);
    }

    /* Versões de cor */
    .btn-primary-liquid {
        background: linear-gradient(135deg,
            rgba(40, 119, 190, 0.35),
            rgba(19, 72, 126, 0.45)
        );
        color: white !important;
    }

    .btn-warning-liquid {
        background: linear-gradient(135deg,
            rgba(255, 184, 80, 0.60),
            rgba(200, 140, 20, 0.70)
        );
    }

    .btn-success-liquid {
        background: linear-gradient(135deg,
            rgba(75, 180, 120, 0.55),
            rgba(50, 140, 80, 0.65)
        );
        color: white !important;
    }


    /* CARD PRINCIPAL (Resumo Final) */
    .glass-card {
        background: rgba(255, 255, 255, 0.55);
        backdrop-filter: blur(14px);
        border-radius: 14px;
        padding: 1rem 1.2rem;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow:
            0 4px 10px rgba(0, 0, 0, 0.08),
            inset 0 0 8px rgba(255, 255, 255, 0.4);
        margin-top: 1.2rem;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    .glass-card:hover {
        transform: translateY(-4px) scale(1.015);
        box-shadow:
            0 18px 32px rgba(0, 0, 0, 0.18),
            0 0 18px rgba(255, 255, 255, 0.7),
            inset 0 0 15px rgba(255, 255, 255, 0.65);
        border-color: rgba(0, 0, 0, 0.1);
    }

    .card-section-header {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        padding-bottom: 0.6rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .card-title {
        font-size: 1.05rem;
        font-weight: 600;
        margin: 0;
        color: #274b6d;
    }

    .card-title.main {
        font-size: 1.25rem;
    }

    .icon-header {
        color: #2b6cb0;
        opacity: 0.85;
    }

    .card-section-content {
        margin-top: 1rem;
    }


    .section-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #1f3851;
        margin-bottom: 0.6rem;
        display: flex;
        align-items: center;
        border-left: 4px solid #4fa3df;
        padding-left: 0.5rem;
    }

    .resumo-line {
        padding-left: 1rem;
    }

    /* ---- Container dos limites ---- */
    .limites-container {
        margin-top: 0.5rem;
        text-align: left;
        font-size: 0.85rem;
    }

    .limite-label {
        color: #6c757d; /* text-muted */
        margin-right: 4px;
    }

    .limite-valor {
        font-weight: bold;
    }

    .limite-separador {
        color: #6c757d;
        padding: 0 6px;
    }

    .doc-centered-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .docs-container > .glass-card:hover {
        transform: none !important;
        box-shadow: none !important;
        border-color: 0 !important;
    }

    .docs-container h4 {
        font-size: 1.2rem !important;
    }

    .doc-upload {
        width: 100%;
        height: 55px;
        line-height: 55px;
        border-width: 1px;
        border-style: dashed;
        border-radius: 6px;
        text-align: center;
        cursor: pointer;
    }

    .doc-file {
        margin-top: 10px;
    }

    .uploaded-file-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 12px;
        border: 1px solid #d0d0d0;
        background: #f7f9fb;
        border-radius: 6px;
        margin-top: 8px;
    }

    .uploaded-file-name {
        font-size: 14px;
        color: #333;
    }

    .uploaded-file-remove-btn {
        background: #ff4b4b;
        color: white;
        border: none;
        border-radius: 4px;
        padding: 3px 8px;
        cursor: pointer;
        font-size: 14px;
    }

    .uploaded-file-remove-btn:hover {
        background: #d93636;
    }

}

@media (max-width: 768px) {

    @scope (.stepper_content_responsive.aprov_propostas) {

        .scale_80 {
            width: 100% !important;
        }

        .scale_70 {
            width: 100% !important;
        }

        .doc-upload {
            height: auto;
            line-height: 1.7rem;
        }

    }

}
