@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

card-header:focus-visible,card-body:focus-visible, card:focus-visible {
    outline: none !important;
}

#tabDashboard .nav-item {
    margin-right: 15px; /* ajuste como quiser */
}
table.table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px var(--hf-primary) !important;
    color: rgb(255, 255, 255) !important;
  }
  table.table.dataTable > tbody > tr.selected a {
    color: rgb(9, 10, 11) !important;
  }
  /*table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
  }
    */
  table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
    box-shadow: inset 0 0 0 9999px rgba(72, 106, 156, 0.95) !important;
  }
  table.table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(72, 106, 156, 0.075) !important;
  }
  table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(72, 106, 156, 0.975) !important;
  }

  table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(124, 150, 190, 0.975) !important;
}

input::placeholder {
    font-size: small;
    font-weight: lighter;
    opacity: 0.5;
}

.modal-xl-custom {
    max-width: 90% !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: small;
}

.form-group {

    margin-bottom: 15px;
}

.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }
  
  .timeline-with-icons .timeline-item {
    position: relative;
  }
  
  .timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
  }
  
  .timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.hf-mt-ajuste {
    margin-top: 2rem !important;
}
.hf-card-box-box {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border-bottom: 1px solid #CCC
}

.hf-card-box-box .hf-card-box-color-blue {
    border-bottom: 1px solid #307ecc
}

.hf-card-box-box .hf-card-box-color-red {
    border-bottom: 1px solid #f98e8e
}

.hf-card-box-header {
    position: relative;
    min-height: 38px;
    background: #f7f7f7;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff),
    to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(to bottom, #fff, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',
    endColorstr='#ffeeeeee', GradientType=0);
    color: #669fc7;
    border: 1px solid #CCC;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
    text-align: right
}

.hf-card-box-color-blue > .hf-card-box-header {
    border: 1px solid #307ecc;
    border-bottom: 1px solid #307ecc;
}

.hf-card-box-color-red > .hf-card-box-header {
    border: 1px solid #f98e8e;
    border-bottom: 1px solid #f98e8e;
    color: #fff;
}


.collapsed > .hf-card-box-header {
    border-bottom-width: 0
}

.hf-card-box-header-flat {
    background: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.hf-card-box-header-blue {
    background: var(--hf-primary);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid var(--hf-primary) !important;
}

.hf-card-box-header-red {
    background: #f98e8e;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.hf-card-box-header-large {
    min-height: 49px;
    padding-left: 18px
}

.hf-card-box-header-small {
    min-height: 31px;
    padding-left: 10px
}

.hf-card-box-header > :first-child {
    line-height: 36px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: left
}

.hf-card-box-header > :first-child > [class*="icon-"] {
    margin-right: 6px;
    font-weight: normal;
    font-size: 110%;
    display: inline-block
}

.hf-card-box-header-large > :first-child {
    line-height: 48px
}

.hf-card-box-header-small > :first-child {
    line-height: 30px
}

.hf-card-box-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    position: relative;
    text-align: left
}

.hf-card-box-header-large > .hf-card-box-toolbar {
    line-height: 48px
}

.hf-card-box-header-small > .hf-card-box-toolbar {
    line-height: 29px
}

.hf-card-box-toolbar.no-padding {
    padding: 0
}

.hf-card-box-toolbar.padding-5 {
    padding: 0 5px
}

.hf-card-box-toolbar:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border-right: 1px solid #d9d9d9
}

.hf-card-box-header-large > .hf-card-box-toolbar:before {
    top: 6px;
    bottom: 6px
}

:root {
    --header-height: 3.5rem;
    --nav-width: 250px;
    --first-color: #6923D0;
    --nav-pills-bg-selected: var(--hf-primary);
    --hf-title-color: #3a3a3a;
    --first-color-light: #F4F0FA;
    --title-color: #19181B;
    --text-color: #58555E;
    --text-color-light: #A5A1AA;
    --body-color: #FFFFFF;
    --container-color: #FFFFFF;
    --body-font: 'Poppins', sans-serif;
    --normal-font-size: .938rem;
    --small-font-size: .65rem;
    --mn-font-size: .65rem;
    --font-medium: 500;
    --font-semi-bold: 600;
    --z-fixed: 100;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    width: 100%;
}

/* style icon */
.inner-addon .fa-solid {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    z-index: 2;
}

.inner-addon>i {
    font-size: 12px;
    color: rgb(162, 162, 162);
}

.inner-addon>i:focus {
    font-size: 12px;
    color: var(--first-color);
}


/* align icon */
.left-addon .fa-solid {
    left: 0px;
}

.right-addon .fa-solid {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.nav-pills li a:hover {
    background-color: var(--bs-blue);
}



.hf-m-0 {
    margin: 0 !important
}

.hf-m-top-0 {
    margin-top: 0 !important
}

.hf-m-top-4 {
    margin-top: 4px !important
}

.hf-m-top-6 {
    margin-top: 6px !important
}

.hf-m-top-8 {
    margin-top: 8px !important
}

.hf-m-top-12 {
    margin-top: 12px !important
}

.hf-m-top-16 {
    margin-top: 16px !important
}

.hf-m-top-18 {
    margin-top: 18px !important
}

.hf-m-top-20 {
    margin-top: 20px !important
}

.hf-m-top-32 {
    margin-top: 32px !important
}

.hf-m-top-24 {
    margin-top: 24px !important
}

.hf-m-top-40 {
    margin-top: 40px !important
}

.hf-m-bottom-0 {
    margin-bottom: 0 !important
}

.hf-m-bottom-2 {
    margin-bottom: 2px !important
}

.hf-m-bottom-4 {
    margin-bottom: 4px !important
}

.hf-m-bottom-6 {
    margin-bottom: 6px !important
}

.hf-m-bottom-8 {
    margin-bottom: 8px !important
}

.hf-m-bottom-10 {
    margin-bottom: 10px !important
}

.hf-m-bottom-11 {
    margin-bottom: 11px !important
}

.hf-m-bottom-12 {
    margin-bottom: 12px !important
}

.hf-m-bottom-16 {
    margin-bottom: 16px !important
}

.hf-m-bottom-18 {
    margin-bottom: 18px !important
}

.hf-m-bottom-20 {
    margin-bottom: 20px !important
}

.hf-m-bottom-24 {
    margin-bottom: 24px !important
}

.hf-m-bottom-26 {
    margin-bottom: 26px !important
}

.hf-m-bottom-28 {
    margin-bottom: 28px !important
}

.hf-m-bottom-32 {
    margin-bottom: 32px !important
}

.hf-m-bottom-40 {
    margin-bottom: 40px !important
}

.hf-m-right-0 {
    margin-right: 0 !important
}

.hf-m-right-2 {
    margin-right: 2px !important
}

.hf-m-right-4 {
    margin-right: 4px !important
}

.hf-m-right-8 {
    margin-right: 8px !important
}

.hf-m-right-10 {
    margin-right: 10px !important
}

.hf-m-right-12 {
    margin-right: 12px !important
}

.hf-m-right-16 {
    margin-right: 16px !important
}

.hf-m-right-20 {
    margin-right: 20px !important
}

.hf-m-right-22 {
    margin-right: 22px !important
}

.hf-m-right-32 {
    margin-right: 32px !important
}

.hf-m-right-36 {
    margin-right: 36px !important
}

.hf-m-right-40 {
    margin-right: 40px !important
}

.hf-m-right-64 {
    margin-right: 64px !important
}

.hf-m-left-4 {
    margin-left: 4px !important
}

.hf-m-left-0 {
    margin-left: 0 !important
}

.hf-m-left-8 {
    margin-left: 8px !important
}

.hf-m-left-12 {
    margin-left: 12px !important
}

.hf-m-left-16 {
    margin-left: 16px !important
}

.hf-m-left-20 {
    margin-left: 20px !important
}

.hf-m-left-24 {
    margin-left: 24px !important
}

.hf-m-left-30 {
    margin-left: 30px !important
}

.hf-m-left-80 {
    margin-left: 80px !important
}


@media screen and (min-width: 1024px) {
    :root {
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --mn-font-size: .813rem;
    }
}

.hf-btn-with-badge {
    position: relative
}

.hf-btn-with-badge .hf-badge {
    align-items: center;
    background: #0c6dff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: 16px;
    justify-content: center;
    left: 80%;
    line-height: 14px;
    margin: 0 0 0 -10px;
    min-width: 16px;
    padding: 0;
    position: absolute;
    top: 0
}

.hf-btn-with-badge .hf-badge.bad {
    background: #da2121
}

.hf-btn-with-badge .hf-badge.complete {
    background: var(--hf-success)
}

.hf-btn {
    align-items: center;
    background: #fff;
    background-image: none;
    border: 1px solid var(--hf-primary-2);
    border-radius: 4px !important;
    border-radius: 12px !important;
    box-sizing: border-box;
    color: var(--hf-primary-2);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 0;
    outline: none;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none !important;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.hf-btn.hf-btn-sm {
    padding: 0px 6px !important;
    font-size: 14px !important;
    height: 28px !important;


} 


.hf-btn.hf-btn-selected {
    background: #c1d4e4
}

.hf-btn.borderless,
.hf-btn.borderless:hover {
    border: none
}

.hf-btn.hf-btn-delete,
.hf-btn.hf-btn-delete:hover {
    background: #fee8e7;
    color: var(--hf-danger)
}

.hf-btn.hf-btn-delete:hover {
    opacity: .7
}

.hf-btn.hf-btn-borderless {
    border: none !important
}

.hf-btn a {
    text-decoration: none
}

.hf-btn.hf-new-btn {
    height: auto !important;
    padding: 8px 24px;
    width: auto !important
}

.hf-btn:hover {
    border: 1px solid var(--hf-primary-hover);
    color: var(--hf-primary-hover);
   
}

.hf-btn:hover.hf-new-btn {
    padding: 7px 23px
}

.hf-btn:active {
    background: var(--hf-primary-active);
    background: #f0f5f9;
    border: 1px solid var(--hf-primary-active);
    color: var(--hf-primary-active)
}

.hf-btn.text-centered {
    justify-content: center
}

.hf-btn.light {
    border: 1px solid #c4dcee;
    box-sizing: border-box;
    height: auto
}

.hf-btn.light:hover {
    padding: 6px 12px
}

.hf-btn.btn-back {
    background: #f0f5f9;
    border-radius: 20px 0 0 0 !important;
    display: flex;
    height: auto
}

.hf-btn img {
    height: 24px;
    width: 24px
}

.hf-btn img.small {
    height: 16px;
    transition: transform .3s;
    width: 16px
}

.hf-btn.hf-btn-disabled,
.hf-btn[disabled] {
    background: #f2f2f2 !important;
    border: none;
    box-shadow: none;
    color: #c2c5cc !important;
    cursor: not-allowed;
    position: relative
}

.hf-btn.hf-btn-disabled[title]:hover:after,
.hf-btn[disabled][title]:hover:after {
    background: #2a3b4c;
    border-radius: 8px;
    bottom: -25%;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .08);
    color: #fff;
    content: attr(title);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 16px;
    position: absolute;
    right: 100%;
    width: -moz-max-content;
    width: max-content
}

.hf-btn.hf-btn-danger {
    border: 1px solid var(--hf-danger) !important;
    color: var(--hf-danger) !important
}

.hf-btn.hf-btn-secondary {
    background: #6c757d;
    border: 1px solid #fff;
    color: #fff
}

.hf-btn.hf-btn-secondary:hover {
    opacity: .7
}

.hf-btn.hf-btn-secondary:active {
    opacity: .5
}

.hf-btn.dashed-border {
    border: 1px dashed #c4dcee;
    border-radius: 12px;
    box-sizing: border-box
}

.hf-btn.hf-btn-primary {
    background: var(--hf-primary-2);
    color: #fff
}

.hf-btn.hf-btn-primary:hover {
    background: var(--hf-primary-hover)
}

.hf-btn.hf-btn-primary:active {
    background: var(--hf-primary-active)
}



.hf-btn.hf-btn-primary-warning {
    border: 1px solid var(--hf-warning) !important;
    background: var(--hf-warning);
    color: #fff
}

.hf-btn.hf-btn-primary-warning:hover {
    background: #c7a303
}

.hf-btn.hf-btn-primary-warning:active {
    background: #a18402
}
.hf-btn.hf-btn-primary-refreshGreen {
    border: 1px solid #05c115 !important;
    background: #05c115;
    color: #fff
}

.hf-btn.hf-btn-primary-refreshGreen:hover {
    background: #01930d
}

.hf-btn.hf-btn-primary-refreshGreen:active {
    background: #00730a
}
.hf-btn.hf-btn-primary-purple {
    border: 1px solid #c104b7 !important;
    background: #c104b7;
    color: #fff
}

.hf-btn.hf-btn-primary-purple:hover {
    background: #93008c
}

.hf-btn.hf-btn-primary-purple:active {
    background: #5a0256
}


.hf-btn.hf-btn-primary-cancel {
    border: 1px solid var(--hf-danger) !important;
    background: #842029;
    color: #fff
}

.hf-btn.hf-btn-primary-cancel:hover {
    background: #b02a37
}

.hf-btn.hf-btn-primary-cancel:active {
    background: #842029
}


.hf-btn.hf-btn-icon-more:before {
    content: "\f0e6";
    font: normal normal normal 14px/1 FontAwesome;
    margin: auto 8px auto auto
}

.hf-btn-back-auth {
    border: 2px solid #c2daf2;
    border-radius: 11px;
    color: #2a3b4c;
    font-size: 13px;
    margin-right: 10px;
    padding: 9px 10px
}

.hf-btn-back-auth:hover {
    background: var(--nav-pills-bg-selected);
    color: #fff
}

.hf-card {
    background: #fff;
    border-radius: 20px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    margin: 10px;
    padding: 20px
}
span.hf-subtitle{
    font-size: 20px;
    line-height: 33px;
    color:var(--text-color)
}
h1.hf-title {
    font-size: 24px;
    line-height: 33px
}

h1.hf-title,
h2.hf-title {
    color: var(--hf-title-color);
    font-style: normal;
    font-weight: 600;
    margin: 0;
    padding: 0
}

h2.hf-title {
    font-size: 20px;
    line-height: 27px
}

h3.hf-title {
    color: var(--hf-title-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 0
}


/*========== DATATABLE =======*/

.dataTable {
    font-size: 13px;
    padding-top: 20px
}

.dataTable thead th {
    border: none !important;
    color: rgba(0, 0, 0, .549);
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px !important;
    text-align: center !important
}

.dataTable thead .sorting {
    background-image: none !important
}

.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after {
    content: "" !important
}

.fci-grid {
    height: 1.2em !important;
    width: 3.4em !important;
    float: none !important;
}

.dataTable tbody td {
    border-radius: 0 !important;

    vertical-align: middle !important;
    width: 30px !important
}
.tr-details{
    background-color: #e2e3e5 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box !important;
    display: inline-block !important;
    min-width: 1.5em;
    padding: 0 !important;
    margin-left: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    color: inherit !important;
    border: 1px solid transparent !important;
    border-radius: 2px !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none !important;
    color: none !important;
    border: none !important;
  }
  
  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none !important;
    color: black !important;
  }

.despesa-ofx-table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.despesa-ofx-grid {
    width: 100% !important;
    table-layout: fixed;
}

.despesa-ofx-grid th,
.despesa-ofx-grid td {
    vertical-align: middle;
}

.despesa-ofx-grid .despesa-ofx-doc-coluna {
    min-width: 30px;
    max-width: 30px;
}

.despesa-ofx-grid .despesa-ofx-valor-coluna,
.despesa-ofx-grid .despesa-ofx-acoes-coluna {
    position: sticky;
    z-index: 3;
    background: #fff;
    box-shadow: -8px 0 10px -10px rgba(15, 23, 42, 0.55);
}

.despesa-ofx-grid .despesa-ofx-valor-coluna {
    right: 150px;
    min-width: 110px;
}

.despesa-ofx-grid .despesa-ofx-acoes-coluna {
    right: 0;
    min-width: 150px;
}

.despesa-ofx-grid thead .despesa-ofx-valor-coluna,
.despesa-ofx-grid thead .despesa-ofx-acoes-coluna {
    z-index: 5;
    background: #f3f4f6;
}

.despesa-ofx-grid tbody tr.table-primary .despesa-ofx-valor-coluna,
.despesa-ofx-grid tbody tr.table-primary .despesa-ofx-acoes-coluna {
    background: #cfe2ff;
}

.despesa-ofx-grid tbody tr.table-danger .despesa-ofx-valor-coluna,
.despesa-ofx-grid tbody tr.table-danger .despesa-ofx-acoes-coluna {
    background: #f8d7da;
}

.despesa-ofx-actions {
    gap: 0.25rem;
}

.despesa-ofx-actions .btn {
    padding: 0.25rem 0.45rem;
}

@media (max-width: 991.98px) {
    .despesa-ofx-table-wrapper {
        margin: 0 -0.25rem;
        padding: 0 0.25rem 0.35rem;
    }

    .despesa-ofx-grid {
        font-size: 0.875rem;
    }

    .despesa-ofx-grid .despesa-ofx-valor-coluna {
        right: 132px;
        min-width: 96px;
    }

    .despesa-ofx-grid .despesa-ofx-acoes-coluna {
        min-width: 132px;
    }
}


div.dataTables_length select {
    background: #fff;
    padding: 3px;
    text-align: center
}

.contabancariagrid tbody td {
    font-size: var(--normal-font-size);
}

.datatables-truncate {
    max-width:80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.modal-pai-escurece
{    
    z-index: 1001 !important;
}
/* PILLS*/
/* 3. Pills */
.nav-stacked>div {
    float: none !important;
}

.nav-pills>div>a:visited {
    color: #666666;
    text-decoration: none;
}

.nav-pills>div>a {
    position: relative;
    display: block;
}

.nav-pills>div {
    position: relative;
    float: left;
}

.nav-pills>div>a {
    padding: 10px 40px 10px 10px;
    border-radius: 4px;
    position: relative;
    display: block;
}

.nav-pills>div>a:focus,
.nav-pills>div>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills>div.active>a,
.nav-pills>div.active>a:focus,
.nav-pills>div.active>a:hover {
    color: #fff;
    background-color: var(--nav-pills-bg-selected);
}

.nav-pills>div.active,
.nav-pills>div.active>a:link,
.nav-pills>div.active>a:visited,
.nav-pills>div.active>a:active,
.nav-pills>div.active>a:focus,
.nav-pills>div.active>a:hover {
    text-decoration: none;
    border-radius: 4px 0px 0px 4px;
    background-color: var(--nav-pills-bg-selected);
    height: 44px;
    white-space: nowrap;

    text-overflow: ellipsis;
}

.nav-pills>div>.triangle {
    display: none;
    position: absolute;
    z-index: 99;
    border-color: transparent;
    border-left: 25px solid transparent;
    border-style: solid none solid solid;
    border-width: 22px 0 22px 20px;
    height: 0;
    top: 0;
    width: 0;
    left: 100%;
    margin-bottom: 0;
    margin-left: 0;
}

.nav-pills>div.active .triangle {
    display: block;
    border-left-color: var(--hf-primary);
}

.block-under-title {
    padding-top: 20px;
    border-left: 1px solid #D9DBDA !important;
    border-bottom: 1px solid #D9DBDA !important;
    border-top: none !important;
    padding-left: 23px;
    width: 85%;
}



/*========== BASE ==========*/
*,
::before,
::after {
    box-sizing: border-box;
}

body {
    margin: var(--header-height) 0 0 0;
    padding: 1rem 1rem 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color);
    color: var(--text-color);
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
.logoReport
{
    width: 90px;
}

.headerReport
{
text-align: -webkit-center;
}

/*========== HEADER ==========*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--container-color);
    box-shadow: 0 1px 0 rgba(22, 8, 43, 0.1);
    padding: 0 1rem;
    z-index: var(--z-fixed);
}

.header__container {
    display: flex;
    align-items: center;
    height: var(--header-height);
    justify-content: space-between;
}

.header__img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.header__logo {
    color: var(--title-color);
    font-weight: var(--font-medium);
    display: none;
}

.header__search {
    display: flex;
    padding: .40rem .75rem;
    background-color: var(--first-color-light);
    border-radius: .25rem;
}

.header__input {
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--first-color-light);
}

.header__input::placeholder {
    font-family: var(--body-font);
    color: var(--text-color);
}

.header__icon,
.header__toggle {
    font-size: 1.2rem;
}

.header__toggle {
    color: var(--title-color);
    cursor: pointer;
}

/*========== NAV ==========*/
.bg_subnav {
    background-color: var(--hf-primary) !important;
}

._subNavLnk {
    color: #ffffff !important;
}

._subNavLnk.active,
._subNavLnk:hover {
    color: var(--text-color) !important;
    background-color: #fff !important;
    font-weight: 500;

}

.bg_nav {
    background-color: #eff3f6 !important;
}

.link_nav_menu.active,
.link_nav_menu:hover {
    color: #0c6dff !important;
    background-color: rgb(255, 255, 255) !important;

}

.link_nav_menu {
    color: var(--text-color-light) !important;
}

.nav2 {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    padding: 1rem 1rem 0;
    background-color: var(--container-color);
    box-shadow: 1px 0 0 rgba(22, 8, 43, 0.1);
    z-index: var(--z-fixed);
    transition: .4s;
}

.nav__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 3rem;
    overflow: auto;
    scrollbar-width: none;
    /* For mozilla */
}

/* For Google Chrome and others */
.nav__container::-webkit-scrollbar {
    display: none;
}

.nav__logo {
    font-weight: var(--font-semi-bold);
    margin-bottom: 2.5rem;
}

.nav__list,
.nav__items {
    display: grid;
}

.nav__list {
    row-gap: 2.5rem;
}

.nav__items {
    row-gap: 1.5rem;
}

.nav__subtitle {
    font-size: var(--normal-font-size);
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: var(--text-color-light);
}

.nav__link {
    display: flex;
    align-items: center;
    color: var(--text-color);
}

.nav__link:hover {
    color: var(--first-color);
}

.nav__icon {
    font-size: 1.2rem;
    margin-right: .5rem;
}

.nav__name {
    font-size: var(--small-font-size);
    font-weight: var(--font-medium);
    white-space: nowrap;
}

.nav__logout {
    margin-top: 5rem;
}

.brasao {
    width: 150px;
}

/* Dropdown */
.nav__dropdown {
    overflow: hidden;
    max-height: 21px;
    transition: .4s ease-in-out;
}

.nav__dropdown-collapse {
    background-color: var(--first-color-light);
    border-radius: .25rem;
    margin-top: 1rem;
}

.nav__dropdown-content {
    display: grid;
    row-gap: .5rem;
    padding: .75rem 2.5rem .75rem 1.8rem;
}

.nav__dropdown-item {
    font-size: var(--mn-font-size);
    font-weight: var(--font-medium);
    color: var(--text-color);
}

.nav__dropdown-item:hover {
    color: var(--first-color);
}

.nav__dropdown-icon {
    margin-left: auto;
    transition: .4s;
}

/* Show dropdown collapse */
.nav__dropdown:hover {
    max-height: 100rem;
    transition: .4s;
}

/* Rotate icon arrow */
.nav__dropdown:hover .nav__dropdown-icon {
    transform: rotate(180deg);
}

/*===== Show menu =====*/
.show-menu {
    left: 0;
}

/*===== Active link =====*/

/* ========== MEDIA QUERIES ==========*/
/* For small devices reduce search*/
@media screen and (max-width: 320px) {
    .header__search {
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding: 1rem 0rem 0 4rem;
    }

    .header {
        padding: 0 3rem 0 6rem;
    }

    .header__container {
        height: calc(var(--header-height) + .5rem);
    }

    .header__search {
        width: 300px;
        padding: .55rem .75rem;
    }

    .header__toggle {
        display: none;
    }

    .header__logo {
        display: block;
    }

    .header__img {
        width: 40px;
        height: 40px;
        order: 1;
    }


    .nav2 {
        left: 0;
        padding: 1.2rem 1.5rem 0;
        width: 68px;
        /* Reduced navbar */
    }


    .nav__items {
        row-gap: 1.7rem;
    }

    .nav__icon {
        font-size: 1.3rem;
    }

    /* Element opacity */
    .nav__logo-name,
    .nav__name,
    .nav__subtitle,
    .nav__dropdown-icon {
        opacity: 0;
        transition: .3s;
    }


    /* Navbar expanded */

    .nav2:hover {
        width: var(--nav-width);
    }

    /* Visible elements */
    .nav2:hover .nav__logo-name {
        opacity: 1;
    }

    /* Visible elements */
    .nav2:hover .nav__logo-name {
        opacity: 1;
    }

    .nav2:hover .nav__subtitle {
        opacity: 1;
    }

    .nav2:hover .nav__name {
        opacity: 1;
    }

    .nav2:hover .nav__dropdown-icon {
        opacity: 1;
    }
}



.btn-circleStep {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/*CREATE BTN CIRCLE*/
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.container-steps {
    position: relative;
    height: 2rem;
    width: 380px;
    max-width: 90svw
}

.container-steps .step {
    position: absolute;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    z-index: 1;
    color: #fff;
    font-size: 1rem
}

.container-steps .step.completed {
    background-color: var(--hf-info);
}

.container-steps .step:first-child {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem
}

.container-steps .step:nth-child(2) {
    left: calc(33% + 0.25rem);
    top: 50%;
    transform: translate(-50%,-50%)
}

.container-steps .step:nth-child(3) {
    left: calc(66% - 0.25rem);
    top: 50%;
    transform: translate(-50%,-50%)
}

.container-steps .step:nth-child(4) {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.container-steps .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(100% - 1rem);
    height: 0.5rem;
    background-color: #eee;
    border-radius: 0.25rem
}

.container-steps .line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--hf-info)
}

.container-steps .line.second-step:after {
    width: 33%
}

.container-steps .line.third-step:after {
    width: 66%
}

.container-steps .line.fourth-step:after {
    width: 100%
}

.container-status {
    /*padding: 1rem;*/
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem
}

.container-status .status-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 600
}

.container-status .status-title label {
    color: #54667a
}

.container-status .status-title button {
    padding: 0;
    color: var(--hf-info);
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer
}

.container-status .status-title button:hover {
    text-decoration: underline
}

.container-status .status-flow-steps {
    /* padding:0.5rem 0rem; */
    width: 100%;
    /* display:flex; */
    /* justify-content:center; */
    align-items: center;
}

.container-status .status-card {
    padding: 0.4rem;
    width: 100%;
    border-radius: 1.3rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.container-status .status-reason {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.8rem
}

.container-status .status-reason label {
    font-weight: 600;
    color: #54667a
}

.container-status .status-reason p {
    margin: 0;
    text-align: justify
}

.card-alert {
    font-size: 16px;
    color: #b55902;
    background-color: rgba(255,154,60,0.278);
    padding: 16px;
    border-radius: 16px;
    font-weight: 500
}
.app-container,
.user-container,
.notify-container {
    display: inline-block;
    vertical-align: top;
    min-height: 44px;
    text-align: center;
    position: relative
}

.user-content:hover .user-info {
    display: inline-block
}

.user-info>ul>li {
    position: relative;
    padding: 10px;
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025);
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025)
}

.user-info>ul>li>a,
.user-info>ul>li>div,
.user-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.user-info>ul>li::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #eee;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.notify-content:hover .notify-info {
    display: inline-block
}

.notify-info ul li {
    user-select: none;
}

.notify-info ul .notify-desc {
    font-size: 10px;
}

.notify-info>ul>li {
    position: relative;
    padding: 6px;
    -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025);
    -moz-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025);
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .025)
}

.notify-info>ul>li>a,
.notify-info>ul>li>div,
.notify-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.notify-info>ul>li::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #eee;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.search-info>ul>li>i {
    font-size: 12px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.user-info>ul>li:hover::before {
    width: 100%
}

.user-info>ul>li:hover a,
.user-info>ul>li:hover div,
.user-info>ul>li:hover i {
    color: var(--first-color) !important;
}

.user-info>ul>li:hover i.fa-cog {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.user-info>ul>li>a,
.user-info>ul>li>div,
.user-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.notify-info>ul>li:hover::before {
    width: 100%
}

.notify-info>ul>li:hover a,
.notify-info>ul>li:hover div,
.notify-info>ul>li:hover i {
    color: var(--first-color) !important;
}

.notify-info>ul>li:hover i.fa-cog {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.notify-info>ul>li>a,
.notify-info>ul>li>div,
.notify-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}


.all-application,
.user-content {
    width: 35px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    font-size: 18px;
    color: var(--text-color);
    cursor: pointer;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.all-application,
.notify-content {
    width: 35px;
    height: 30px;
    /* line-height: 30px; */
    margin-top: 6px;
    font-size: 18px;
    color: var(--text-color);
    /* cursor: pointer; */
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.all-application i {
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.all-application:hover i {
    color: #fafafa;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.all-application:hover,
.favorite-content:hover {
    text-decoration: none;
    background-color: var(--first-color);
}


.all-application:hover>.menu-application {
    display: inline-block
}

.menu-application {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 10;
    min-height: 200px;
    min-width: 320px;
    background-color: #fafafa;
    display: none;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 0;
    text-align: left;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.menu-application li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 10px
}

.menu-application li a {
    width: 85px;
    height: 48px;
    border: 2px solid #fff;
    color: #ccc;
    display: block;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .5
}

.menu-application li a:focus,
.menu-application li a:hover {
    opacity: 1;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.user-container {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative
}

.notify-container {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative
}
/* DAWDA */

.user-content:hover { 
    text-decoration: none;
    color: #fafafa;
    background-color: var(--first-color)
}

.user-content:hover .user-info {
    display: inline-block
}

.user-info>ul>li:hover i.fa-cog {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.user-info>ul>li>a,
.user-info>ul>li>div,
.user-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a !important;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}


.user-info>ul {
    padding: 0;
}



.user-info>h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fafafa;
    line-height: 15px;
    padding: 10px 15px;
    margin: 0 -1px;
    background-color: var(--first-color);
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    border-radius: 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.user-info>ul>hr {
    color: #3a3a3a
}

.user-info>ul>hr:hover {
    color: #3a3a3a
}

.user-info {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    min-width: 197px;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 0;
    text-align: left;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.notify-content:hover {
    text-decoration: none;
    color: #fafafa;
    background-color: var(--first-color)
}

.notify-content:hover .notify-info {
    display: inline-block
}

.notify-info>ul>li:hover i.fa-cog {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}


.notify-info>ul>li>a,
.notify-info>ul>li>div,
.notify-info>ul>li>i {
    font-size: 14px;
    color: #3a3a3a !important;
    margin-right: 10px;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}


.notify-info>ul {
    padding: 0;
}



.notify-info>h5 {
    font-size: 14px;
    font-weight: 700;
    color: #fafafa;
    padding: 10px 15px;
    margin: 0 -1px;
    background-color: var(--first-color);
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
    border-radius: 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.notify-info>ul>hr {
    color: #3a3a3a
}

.notify-info>ul>hr:hover {
    color: #3a3a3a
}

.notify-info {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 10;
    min-width: 300px;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 0;
    text-align: left;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.file-upload {
    background-color: transparent;
    width: 600px;
    padding: 20px;
}

/* BUTTON */
.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

/* PLACEHOLDER */
.file-upload-preview {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload-placeholder {
    margin-top: 20px;
    border: 4px dashed var(--nav-pills-bg-selected);
    position: relative;
}

.image-dropping,
.file-upload-placeholder:hover {
    background-color: var(--nav-pills-bg-selected);
    border: 4px dashed #fff;
    color: #fff !important;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #ccc;
    padding: 60px 0;
}


/* PREVIEW */
.file-upload-image {
    height: 350px;
    width: 350px;
    margin: auto;
    padding: 20px;
}

/* REMOVE */
.file-upload-remove {
    padding: 0 15px 15px 15px;
    color: #222;
}

.remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.hf-primary {
    color: var(--nav-pills-bg-selected) !important;
}

/* my own interpretation of Bootstrap callout */
.bs-callout {
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 4px;
}

.bs-callout>p {
    font-size: 0.87rem !important;
}

.bs-callout h6 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 4px;
}

.bs-callout+.bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
    background-color: #f7f7f9;
}

.bs-callout-default h6 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h6 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
    background-color: #efffe8;
}

.bs-callout-success h6 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
    background-color: #fcf2f2;
}

.bs-callout-danger h6 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
    background-color: #fefbed;
}

.bs-callout-warning h6 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
    background-color: #f0f7fd;
}

.bs-callout-info h6 {
    color: #5bc0de;
}

/* bg transparency and disabled effects for Bootstrap callout */
.bs-callout-default.transparent {
    background-color: rgb(247, 247, 249, 0.7);
    /*#f7f7f9*/
}

.bs-callout-success.transparent {
    background-color: rgb(239, 255, 232, 0.7);
    /*#efffe8*/
}

.bs-callout-warning.transparent {
    background-color: rgb(254, 251, 237, 0.7);
    /*#fefbed*/
}

.bs-callout-danger.transparent {
    background-color: rgb(252, 242, 242, 0.7);
    /*#fcf2f2*/
}

.bs-callout-info.transparent {
    background-color: rgb(240, 247, 253, 0.7);
    /*#f0f7fd*/
}

.bs-callout.disabled {
    opacity: 0.4;
}

/*okr*/
.okr {
    background-color: transparent
}

.okr .objectives-informations-box {
    border: 1px solid #e3e3e3;
    border-radius: 16px;
    height: 100px;
    padding: 16px;
    width: 100%
}

.okr .objectives-informations-box .objectives-informations-icon {
    color: var(--hf-primary-2);
    display: inline-block;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: super
}

.okr .objectives-informations-box .objectives-informations-info {
    display: inline-block;
    height: 100%;
    text-align: left
}

.okr .objectives-informations-box .objectives-informations-info span:first-child {
    display: block;
    font-size: 14px
}

.okr .objectives-informations-box .objectives-informations-info span:nth-child(2) {
    display: inline-block;
    font-size: 35px;
    line-height: 35px
}
/*
.okr.okr-detail .signal {
    float: right;
    margin-right: 10px;
    text-align: center;
    width: 50px
}

.okr.okr-detail .signal .select2-selection__arrow {
    top: 4px
}

.okr.okr-detail .status-chart {
    margin-top: 20px
}

.okr .status-chart {
    text-align: center
}

.okr .status-chart .metric svg {
    max-width: 240px
}

.okr .status-chart .metric path {
    stroke-width: 75;
    stroke: #ecf0f1;
    fill: none
}

.okr .status-chart .metric path.data-arc {
    stroke: #3498db
}

.okr .status-chart .metric text {
    fill: #3498db
}

.okr .status-chart .metric.completion path.data-arc {
    stroke: #27ae60
}

.okr .status-chart .metric.completion text {
    fill: #27ae60
}

.okr .status-chart .metric.blocked path.data-arc {
    stroke: #e74c3c
}

.okr .status-chart .metric.blocked text {
    fill: #e74c3c
}

.okr .filter-department-block .custom-select {
    height: 35px !important
}

.okr .card {
    margin: 10px -5px 0 !important
}

.okr .card-hover div,
.okr .card-hover span {
    color: #000
}

.okr .card-hover .progress-bar {
    color: #fff
}

.okr .card-hover:hover {
    background-color: #eee;
    cursor: pointer
}

.okr .row-header {
    margin-bottom: 20px;
    position: relative
}

.okr .row-header i {
    cursor: pointer;
    height: 25px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px
}

.okr .card-collapse {
    height: 80px;
    overflow: hidden
}

.okr .okr-item {
    border: 1px solid #eee;
    border-radius: 16px;
    margin: 10px -5px 0 !important;
    padding: 10px
}

.okr .department-name {
    color: #4b4f56;
    font-size: 20px;
    margin-bottom: 25px
}

.okr h2 {
    display: inline-block;
    font-size: 24px
}

.okr h2,
.okr h3 {
    margin-top: 0
}

.okr h5 {
    font-size: 13px;
    font-style: italic;
    margin-top: -5px
}

.okr .header button {
    float: right
}

.okr .header .btn-silver {
    background: #eff3f6 !important;
    border: #eff3f6 !important;
    color: #2a3b4c !important;
    font-weight: 600 !important
}

.okr .header .dropdown {
    display: block;
    float: right
}

.okr .header .dropdown>i,
.okr .okr__details-header-actions .dropdown>i {
    cursor: pointer;
    font-size: 18px;
    height: 24px;
    margin-top: 4px;
    padding-top: 4px;
    text-align: center;
    width: 24px
}

.okr .resume {
    font-size: 20px;
    margin-top: 20px;
    text-align: center
}

.okr .resume span {
    color: rgba(0, 0, 0, .549);
    display: block;
    font-size: 16px
}

.okr .resume .item {
    background-color: #f2f2f2;
    border: 1px solid #e1e2e5;
    border-radius: 16px;
    color: #2a3b4c !important;
    padding: 15px
}

.okr .resume .icon-shadow {
    border-radius: 100% !important;
    cursor: pointer;
    height: 35px;
    margin-bottom: 5px;
    padding: 7px;
    width: 35px
}

.okr .resume .icon-shadow.blue {
    background: rgba(6, 107, 179, .3);
    color: var(--hf-primary-2)
}

.okr .resume .icon-shadow.yellow {
    background: rgba(251, 255, 27, .3);
    color: #fbbd1b
}

.okr .owner {
    margin-top: 45px
}

.okr .owner img {
    border-radius: 50% !important;
    height: 80px;
    width: 80px
}

.okr .owner .profile-label {
    font-weight: 700
}

.okr .owner .profile-description {
    color: rgba(0, 0, 0, .549)
}

.okr .owner-detail {
    margin-left: 50px;
    margin-top: 25px;
    position: relative
}

.okr .kr-owner,
.okr .okr-owner {
    color: #4b4f56;
    display: block;
    font-size: 11px;
    margin: 3px 0 -3px
}

.okr .label-status {
    color: #fff;
    font-size: 10px;
    margin: 5px;
    padding: 5px;
    position: absolute
}

.okr .modal-body button {
    float: right;
    margin: -5px 15px
}

.okr .modal-body .kr-line {
    font-size: 12px
}

.okr .modal-body .kr-line input {
    padding: 3px;
    text-align: right;
    width: 100%
}

.okr .modal-body .kr-line span {
    font-size: 13px;
    line-height: 32px
}

.okr .modal-body .objectives input {
    font-size: 16px;
    padding: 5px;
    width: 100%
}

.okr .modal-body .objectives input[type=radio] {
    width: auto
}

.okr .modal-body .objectives select {
    background: #fff;
    height: 35px;
    padding-left: 15px;
    width: 100%
}

.okr .modal-body .objectives label {
    margin: 0
}

.okr .modal-body .objectives .select2-selection--multiple {
    height: auto !important
}

.okr .modal-body .objectives .select2-selection__rendered li input {
    border: none !important
}

.okr .modal-body .objectives .select2-selection__choice {
    margin-top: 2px !important
}

.okr .modal-footer {
    display: flex
}

.okr .modal-footer .hidden-xs {
    display: inline-flex;
    flex: 1;
    margin-bottom: -25px
}

.okr .modal-footer .hidden-xs a {
    padding-top: 8px
}

.okr .fa-long-arrow-right {
    color: #c3c3c3;
    font-size: 20px !important;
    margin-top: 10px
}

.okr .okr-step {
    background: #fff;
    font-size: 11px;
    text-align: center
}

.okr .okr-step i {
    display: block;
    font-size: 30px
}

.okr .okr-step-selected i {
    color: #fbbd1b
}

.okr .profile-links a {
    display: block;
    text-align: center
}

.okr a {
    text-decoration: none
}

.okr .keyresults i {
    color: #333;
    cursor: pointer;
    font-size: 15px;
    height: 24px;
    margin-top: 4px;
    padding: 4px;
    text-align: center;
    width: 24px
}

.okr .keyresults .arrow {
    float: unset;
    font-size: 14px;
    margin: 0
}

.okr .keyresults .textarea-auto-height {
    background: transparent;
    height: 0;
    margin: 0;
    max-height: 700px;
    overflow: auto;
    padding: 0;
    resize: none;
    width: 60%
}

.okr .keyresults .textarea-auto-height:focus {
    outline: none
}

.okr .keyresults .textarea-auto-height img {
    max-width: 100%
}

.okr .keyresults ::-webkit-scrollbar {
    border-radius: 12px !important;
    height: 5px;
    width: 5px
}

.okr .keyresults ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 12px !important;
    margin-left: 8px;
    margin-right: 8px
}

.okr .keyresults ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px !important
}

.okr .keyresults ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 12px !important
}

.okr .progress {
    width: 90%
}

.okr .progress,
.okr .progress-bar {
    border-radius: 10px !important
}

.okr .helper {
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center
}

.okr .comments span {
    white-space: pre
}

.okr .nokeyresult {
    color: #0068b3;
    margin-left: 16px
}

.okr .chart-loading {
    text-align: center
}

.okr .chart-loading img {
    opacity: .2;
    width: 100%
}

.okr .loading-message {
    font-size: 16px;
    margin: 100px auto 0 38%;
    position: absolute;
    text-align: center;
    top: 0
}

.okr .children-link {
    display: inline;
    margin-right: 10px
}

.okr .badge {
    background: #f05f40;
    font-size: 10px;
    margin: -15px 15px;
    padding: 1px 4px;
    position: absolute;
    text-align: center
}

.okr .badge.approval-flow {
    left: auto;
    right: -2px;
    top: 0
}

.okr .resume {
    color: #2a3b4c !important
}

.okr .resume .inline-block {
    display: inline-block;
    vertical-align: top
}

.okr .resume .back {
    margin-right: 10px
}

.okr .resume .button-back {
    background-color: #fff;
    border: 2px solid #c2daf2;
    border-radius: 8px !important;
    box-sizing: border-box;
    color: #2a3b4c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 32px !important;
    outline: none !important;
    padding: 0 !important;
    transition: all .3s linear;
    width: 32px
}

.okr .resume .button-back i {
    font-size: 12px
}

.okr .resume h2 {
    color: #2a3b4c !important;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px
}

.okr .resume h5 {
    color: #547799 !important;
    font-size: 14px;
    font-style: normal !important
}

.okr .resume h4 {
    color: #2a3b4c !important;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px
}

.okr .resume .value {
    color: #2a3b4c !important;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px
}

.okr .resume .description {
    color: #2a3b4c !important;
    font-size: 14px
}

.okr .resume .description i {
    color: #547799 !important
}

.okr .resume .custom-hover {
    cursor: pointer;
    height: 15px;
    padding: 1px;
    width: 15px
}

.okr .resume #myModal .modal-body {
    height: 70vh;
    overflow: auto
}

.okr .resume #myModal .modal-body .table {
    font-size: 13px
}

.okr .resume #myModal .modal-body .table td,
.okr .resume #myModal .modal-body .table th {
    text-align: center
}

.okr .resume #myModal .modal-footer {
    display: block
}

.okr .resume #myModal ::-webkit-scrollbar {
    border-radius: 12px !important;
    height: 5px;
    width: 5px
}

.okr .resume #myModal ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 12px !important;
    margin-left: 8px;
    margin-right: 8px
}

.okr .resume #myModal ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 12px !important
}

.okr .resume #myModal ::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 12px !important
}

.okr .resume .remove-pa-x {
    padding-left: 0;
    padding-right: 0
}

.okr .resume .pa-r-8 {
    padding-right: 8px
}

.okr .okr-department span {
    font-weight: 200;
    white-space: pre-wrap
}

.okr .kr-text {
    color: #4b4f56;
    font-size: 13px
}

.okr .kr-details {
    color: #6f7c8b !important;
    display: block;
    font-size: 11px
}

.okr .kr-history table {
    color: #4b4f56;
    font-size: 13px
}

.okr .kr-history table th {
    padding: 3px
}

.okr .kr-history table td {
    padding: 3px !important;
    vertical-align: middle !important
}

.okr .filter .select2-selection__choice {
    margin-top: 2px !important
}

.okr .label {
    color: #fff !important;
    font-weight: 400
}*/
.table-cronograma {
    margin: 0 auto !important;
    width: 100% !important;
    clear: both !important;
    border-collapse: collapse !important;
    table-layout: fixed !important; 
    word-wrap:break-word !important; 
}
.table-cronograma  tbody tr .ocultar::before {
    content: "\f147";
}

.table-cronograma  tbody tr .exibir::before {
    content: "\f196" !important;
}
.table-cronograma  tbody tr .ocultar, .table-cronograma  tbody tr .exibir {
    cursor: pointer;
}

.hidden {
    display: none;
}
.filetinho {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
}
.filetinho.hf-primary {
    border-bottom-color: var(--nav-pills-bg-selected);

} 


/*REVISAR*/
  .well {
         min-height: 20px;
         padding: 19px;
         margin-bottom: 20px;
         background-color: #f5f5f5;
         border: 1px solid #e3e3e3;
         -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
         border-radius: 4px;
         -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
         -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
         box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
      }
.well4 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: none;
    border: 1px solid #e3e3e3;
}
.well {
    border-radius: 0
}

.well h1, .well h2, .well h3, .well h4, .well h5, .well h6 {
    margin-top: 0
}

.well h1, .well h2, .well h3 {
    line-height: 36px
}

.title {
    font-weight: 600;
}
.alncenter {
    text-align: center !important;
}

.justified {
    text-align: justify !important;
}
._header_ {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC
}
.dark-blue {
    color: #275182 !important
}
.bkgd-grey {
    background-color: #e9e9e9 !important;
}
.bkgd-light-grey {
    background-color: #f4f3f3 !important;
}
.green {
    color: #69aa46 !important
}

.light-green {
    color: #b6e07f !important
}
.tr-collapse {
    /* display: none; */
}

.tr-collapse.in {
    display: table-row;
}

.ident-4 {
    padding-left: 4px;
}

.ident-6 {
    padding-left: 6px;
}

.ident-12 {
    padding-left: 12px;
}

.ident-16 {
    padding-left: 16px;
}

.ident-24 {
    padding-left: 24px;
}

.ident-36 {
    padding-left: 36px;
}

.ident-48 {
    padding-left: 48px;
}

.ident-72 {
    padding-left: 72px;
}

.ident-96 {
    padding-left: 96px;
}

.ident-120 {
    padding-left: 120px;
}
.mn-90 {
    font-size: 90%
}
.grey {
    color: #777 !important
}

.light-grey {
    color: #bbb !important
}

.MesFundo {
    background-color: #275c80  !important;
}

.MesTitulo {
    color: #ffffff !important;
}

.MesSilga {
    color: #dceb06 !important;
}

.bgaccparcela {
 
    background-color: #eff3f6  !important;
}

.bgaccparcela:focus {
    z-index: 3;
    outline: 0;
    box-shadow:none;
    ;
}
.th-text-left {
    text-align: left !important;
}

.custom-tooltip {
    --bs-tooltip-bg: red;
    --bs-tooltip-color: white;
  }

  
.space,.vspace {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0
}

.hfvspace {
	display: none
}

.hfspace-32 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 32px 0
}

.hfvspace-32 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 32px 0;
	display: none
}

.hfspace-28 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 28px 0
}

.hfvspace-28 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 28px 0;
	display: none
}

.hfspace-24 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 24px 0
}

.hfvspace-24 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 24px 0;
	display: none
}

.hfspace-20 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 20px 0
}

.hfvspace-20 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 20px 0;
	display: none
}

.hfspace-16 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 16px 0
}

.hfvspace-16 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 16px 0;
	display: none
}

.hfspace-12 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0
}

.hfvspace-12 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	display: none
}

.hfspace-8 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 8px 0
}

.hfvspace-8 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 8px 0;
	display: none
}

.hfspace-4 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 4px 0
}

.hfvspace-4 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 4px 0;
	display: none
}

.hfspace-10 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 10px 0
}

.hfvspace-10 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 10px 0;
	display: none
}

.hfspace-6 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 6px 0
}

.hfvspace-6 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 6px 0;
	display: none
}

.hfspace-2 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 2px 0
}

.hfvspace-2 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 2px 0;
	display: none
}

.hfspace-1 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 1px 0
}

.hfvspace-1 {
	max-height: 0;
	overflow: hidden;
	margin: 12px 0;
	margin: 1px 0;
	display: none
}
.mm-110 {
	font-size: 110%
}

.mm-120 {
	font-size: 120%
}

.mm-125 {
	font-size: 125%
}

.mm-130 {
	font-size: 130%
}

.mm-140 {
	font-size: 140%
}

.mm-150 {
	font-size: 150%
}

.mm-160 {
	font-size: 160%
}

.mm-170 {
	font-size: 170%
}

.mm-200 {
	font-size: 200%
}

.mm-250 {
	font-size: 250%
}

.mm-800 {
	font-size: 800%
}

.mn-90 {
	font-size: 90%
}

.mn-80 {
	font-size: 80%
}

.mn-75 {
	font-size: 75%
}

.mn-60 {
	font-size: 60%
}

.mn-65 {
	font-size: 65%
}

.mn-50 {
	font-size: 50%
}
.alnright{
	text-align: right !important;
}

.alncenter{
	text-align: center !important;
}

.alnleft{
	text-align: left !important;
}
table.pdf-table-black, table.pdf-table-black tr, table.pdf-table-black td,
	table.pdf-table-black th {
	border-color: #333 !important;
}

.light-grey{
	color: #f4f3f3 !important
}

.bkgd-white{
	background: #ffffff !important;
}

.bkgd-white-swan{
	background: #fcfaf6 !important;
}

.bkgd-black{
	background: #000000 !important;
}

.bkgd-red{
	background-color: #dd5a43 !important
}

.bkgd-red-first-date{
	background-color: #fab1a0 !important;
}

.bkgd-red-pastel{
	background: #ff6b6b !important;
}

.bkgd-red-pomegranate{
	background:  #c0392b !important;
}


.bkgd-pink-glamour{
	background: #ff7979 !important;
}

.bkgd-pink-apple-valley{
	background: #ea8685 !important;
}

.bkgd-light-grey{
	background: #f4f3f3 !important;
}
	
.bkgd-primary{
	background: #2283c5 !important;
}

.bkgd-info{
	background: #6fb3e0 !important;
}
	
.bkgd-grey{
	background: #e9e9e9 !important;
}

.bkgd-orange{
	background: #ffb638 !important;
}

.bkgd-light-blue{
	background: #dcf5fa !important;
}

.bkgd-light-blue2{
	background: #E4F1FE !important;
}

.bkgd-blue{
	background: #2283c5 !important;
}

.bkgd-blue2{
	background: #73B1D6 !important;
}

.bkgd-amethyst{
	background: #9b59b6 !important;
}

.bkgd-emerald{
	background: #2ecc71 !important;
}

.bkgd-alizarin{
	background: #e74c3c !important;
}

.bkgd-soft-red{
	background: #EC644B !important;
}

.bkgd-sun-flower{
	background: #f1c40f !important;
}

.bkgd-peter-river{
	background: #3498db !important;
}

.bkgd-wet-asphalt{
	background: #34495e !important;
}

.bkgd-midnight-blue{
	background: #2c3e50 !important;
}

.bkgd-asbestos{
	background: #7f8c8d !important;
}

.bkgd-hot-stone{
	background: #aaa69d !important;
}

.bkgd-pencil-lead{
	background: #596275 !important;
}

.bkgd-silver{
	background: #bdc3c7 !important;
}

.bkgd-turquoise{
	background: #1abc9c !important;
}

.bkgd-green-sea{
	background: #16a085 !important;
}

.bkgd-green-lime-soup{
	background: #7bed9f !important;
}

.bkgd-sour-lemon{
	background: #ffeaa7 !important;
}

.bkgd-bright-yarrow{
	background: #fdcb6e !important;
}

.bkgd-green-wild-caribean{
	background: #1dd1a1 !important;
}

.bkgd-light-green{
	background: #9be19b !important;
}

.bkgd-light-green2{
	background: #dbf6db !important;
}

.bkgd-wax-flower{
	background:#F1A9A0 !important;
}

.bkgd-wax-flower2{
	background:#ffdfdb !important;
}
.no-border{
	border: none !important;
}

/*Notification counter*/
.mailbox {
    position: relative;
    font-size: 16px;
    line-height: 2.5em;
    margin: 0.3em;
  }
  
  .notification {
    /* circle shape, size and position */
    position: absolute;
    right: -0.7em;
    top: -0.7em;
    min-width: 1.6em; /* or width, explained below. */
    height: 1.6em;
    border-radius: 0.8em; /* or 50%, explained below. */
    border: 0.05em solid white;
    background-color: red;
  
    /* number size and position */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    color: white;
  }

  /* Make the badge float in the top right corner of the button */
.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
   
    padding: 1px 3px;
    font-size: 10px;
    
    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
  }
.uppercase {
    text-transform: uppercase;
}
.subtitleReport {
    font-size: 20px;
    font-weight: 800;
}

/* ===== Neutros ===== */
.black {
	color: #000000 !important;
}

.gray {
	color: #7a7a7a !important;
}

.light-gray {
	color: #cfcfcf !important;
}

.dark-gray {
	color: #3a3a3a !important;
}

/* ===== Vermelhos ===== */
.red { 
	color: #dd5a43 !important;
}

.light-red {
	color: #ff7777 !important;
}

.light-red2 {
	color: #F5A9A9 !important;
}

.dark-red {
	color: #b03a2e !important;
}

.soft-red {
	color: #f2b8b5 !important;
}

/* ===== Azuis ===== */
.blue {
	color: #478fca !important;
}

.light-blue {
	color: #93cbf9 !important;
}

.dark-blue {
	color: #275182 !important;
}

.soft-blue {
	color: #b9dcf5 !important;
}

.navy-blue {
	color: #1b3a57 !important;
}

/* ===== Verdes ===== */
.green {
	color: #69aa46 !important;
}

.light-green {
	color: #b6e07f !important;
}

.dark-green {
	color: #3f7f2f !important;
}

.soft-green {
	color: #cfe9b6 !important;
}

/* ===== Amarelos ===== */
.yellow {
	color: #fee188 !important;
}

.dark-yellow {
	color: #d6b656 !important;
}

.soft-yellow {
	color: #fff1c1 !important;
}

/* ===== Laranjas ===== */
.orange {
	color: #ff892a !important;
}

.dark-orange {
	color: #e06b00 !important;
}

.soft-orange {
	color: #ffd2a8 !important;
}

/* ===== Roxos ===== */
.purple {
	color: #a069c3 !important;
}

.light-purple {
	color: #c9a8de !important;
}

.dark-purple {
	color: #6f3f8f !important;
}

/* ===== Rosas ===== */
.pink {
	color: #c6699f !important;
}

.pink2 {
	color: #d6487e !important;
}

/* ===== Marrom ===== */
.brown {
	color: #a52a2a !important;
}

.card-menu .icon {
  font-size: 3rem;
  color: var(--first-color);
}

.card-menu-text {
  color: gray;
}

.card-menu {
  transition: all 0.5s;
}

.card-menu:hover {
  background-color: var(--hf-card-hover);
  color: #fff;
  cursor: pointer;
}

.card-menu:hover .icon,
.card-menu:hover .card-text {
  color: #fff !important;
}

.cursor-pointer {
    cursor: pointer;
}
/*AJUSTE FINO - HDSSILVA*/
/* Card do histórico */
.historico-card {
    background-color: #f8f9fa;
    border-left: 4px solid #0d6efd;
    border-radius: 8px;
}

/* Cabeçalho do card */
.historico-header {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Linha dos status */
.historico-status {
    /* background: #ffffff;*/
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: inset 0 0 0 1px #dee2e6;
}

/* Motivo */
.historico-motivo {
    
/* background: #ffffff;*/
    border-radius: 6px;
    padding: 10px 12px;
    margin-top: 6px;
    color: #495057;
    box-shadow: inset 0 0 0 1px #dee2e6;
}

/* Badge mais forte */
.badge {
    font-weight: 500;
}

/* Setinha entre status */
.status-arrow {
    color: #6c757d;
    font-size: 1.1rem;
}
/*tabe pdf*/
.table-demonstrativo {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 11px;
}

.table-demonstrativo thead {
    display: table-header-group;
}

.table-demonstrativo th {
    padding: 4px 5px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

.table-demonstrativo td {
    padding: 3px 5px;
    vertical-align: top;
    line-height: 1.2;
    word-break: break-word;
}

.table-demonstrativo tr {
    page-break-inside: avoid;
}

.col-data     { width: 10%; }
.col-compet   { width: 9%; }
.col-doc      { width: 24%; }
.col-credor   { width: 27%; }
.col-natureza { width: 20%; }
.col-valor    { width: 10%; text-align: right; }


/* btn purple**/
/* =========================================================
   BOTÃO PURPLE - SOLID
   ========================================================= */

.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c104b7;
    --bs-btn-border-color: #c104b7;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a00398;
    --bs-btn-hover-border-color: #a00398;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #87007f;
    --bs-btn-active-border-color: #87007f;

    --bs-btn-focus-shadow-rgb: 193, 4, 183;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c104b7;
    --bs-btn-disabled-border-color: #c104b7;
}

/* =========================================================
   BOTÃO PURPLE - OUTLINE
   ========================================================= */

.btn-outline-purple {
    --bs-btn-color: #c104b7;
    --bs-btn-border-color: #c104b7;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c104b7;
    --bs-btn-hover-border-color: #c104b7;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a00398;
    --bs-btn-active-border-color: #a00398;

    --bs-btn-focus-shadow-rgb: 193, 4, 183;

    --bs-btn-disabled-color: #c104b7;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #c104b7;
}
/* =========================================================
   BOTÃO ORANGE - SOLID
   ========================================================= */

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff8a00;
    --bs-btn-border-color: #ff8a00;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e07600;
    --bs-btn-hover-border-color: #e07600;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c96500;
    --bs-btn-active-border-color: #c96500;

    --bs-btn-focus-shadow-rgb: 255, 138, 0;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff8a00;
    --bs-btn-disabled-border-color: #ff8a00;
}

/* =========================================================
   BOTÃO ORANGE - OUTLINE
   ========================================================= */

.btn-outline-orange {
    --bs-btn-color: #ff8a00;
    --bs-btn-border-color: #ff8a00;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff8a00;
    --bs-btn-hover-border-color: #ff8a00;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e07600;
    --bs-btn-active-border-color: #e07600;

    --bs-btn-focus-shadow-rgb: 255, 138, 0;

    --bs-btn-disabled-color: #ff8a00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff8a00;
}

.hf-btn-outline-orange {
    --bs-btn-color: #ff8a00;
    --bs-btn-border-color: #ff8a00;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff8a00;
    --bs-btn-hover-border-color: #ff8a00;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e07600;
    --bs-btn-active-border-color: #e07600;

    --bs-btn-focus-shadow-rgb: 255, 138, 0;

    --bs-btn-disabled-color: #ff8a00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff8a00;
}

/* =========================================================
   BOTÃO BLUE - SOLID
   ========================================================= */

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0b5ed7;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a58ca;

    --bs-btn-focus-shadow-rgb: 13, 110, 253;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* =========================================================
   BOTÃO BLUE - OUTLINE
   ========================================================= */

.btn-outline-blue {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b5ed7;
    --bs-btn-active-border-color: #0b5ed7;

    --bs-btn-focus-shadow-rgb: 13, 110, 253;

    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
}

/* =========================================================
   BOTÃO GREEN - SOLID
   ========================================================= */

.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #157347;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #115e3a;
    --bs-btn-active-border-color: #115e3a;

    --bs-btn-focus-shadow-rgb: 25, 135, 84;

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

/* =========================================================
   BOTÃO GREEN - OUTLINE
   ========================================================= */

.btn-outline-green {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #157347;
    --bs-btn-active-border-color: #157347;

    --bs-btn-focus-shadow-rgb: 25, 135, 84;

    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
}

.well {
    min-height: 20px;
    padding: 10px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: #ec0707;
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.checkbox-custom {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #198754;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.checkbox-custom:checked {
    background-color: #198754;
}

.checkbox-custom:checked::after {
    content: '✔';
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 4px;
}
.acoes-lancamento {
    display: flex;
    align-items: center; /* 🔥 alinha tudo no mesmo nível */
    gap: 8px;            /* espaço entre checkbox e botões */
}

.acoes-lancamento input[type="checkbox"] {
    margin: 0;           /* remove desalinhamento */
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.tabela-registros {
width: 100%;
border-collapse: collapse;
background: #fff;
}


.tabela-registros th,
.tabela-registros td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
font-size: 13px;
}


.tabela-registros th {
background-color: #f0f0f0;
font-weight: bold;
}


.tabela-registros td:nth-child(2) {
text-align: left;
}


/* Status */
.status {
font-weight: bold;
line-height: 1.2;
}


.enviado {
background-color: #cfe7ff;
color: #084298;
}


.sem-registro {
background-color: #f8cfd3;
color: #842029;
}

/* 🔵 Cadastrada */
.status-cadastrada {
background-color: #cfe7ff;
color: #084298;
}


/* 🟡 Pendente */
.status-pendente {
background-color: #fff3cd;
color: #664d03;
}


/* 🟠 Analisando */
.status-analisando {
background-color: #ffe5b4;
color: #92400e;
}


/* 🔴 Reprovada */
.status-reprovada {
background-color: #f8cfd3;
color: #842029;
}


/* 🟢 Concluída */
.status-concluida {
background-color: #d1e7dd;
color: #0f5132;
}

/* Badge do ano */
.badge-ano {
display: inline-block;
background-color: #ffe69c;
color: #664d03;
padding: 2px 6px;
font-size: 11px;
border-radius: 4px;
margin-bottom: 3px;
}
