.form-grid .btn{
    margin-bottom: 0px !important;
    margin-right: 0px !important;
}
.form-row-default {
    display: grid;
    grid-template-rows: repeat(12);
    grid-row-gap: 5px;
}
.form-row-default {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    margin-bottom: 10px;
    column-gap: 1%;
}
.form-row-3 {
    display: grid;
    grid-template-columns: 25% 26% 23% 25%;
    margin-bottom: 10px;
    column-gap: 1%;
}
.form-row-4 {
    display: grid;
    grid-template-columns: 25% 15% 10% 23% 27%;
    margin-bottom: 10px;
    column-gap: 1%;
}
.form-row-4-2 {
    display: grid;
    grid-template-columns: 25% 26% 4% 18% 26%;
    margin-bottom: 10px;
    column-gap: 1%;
}

@media (max-width: 1300px) {
    .form-row-4 {
        grid-template-columns: 25% 50%;
        grid-row-gap: 10px;
    }
}


.li-bm::marker{
    color: black;
}
.floating-menu {
    position: fixed; /* Fixa o menu na posição desejada */
    bottom: 20px;    /* Distância da parte inferior da tela */
    left: 50%;       /* Centraliza horizontalmente */
    transform: translateX(-50%); /* Ajusta para alinhar no centro */
    background-color: #FFF; /* Cor de fundo do menu */
    color: white;    /* Cor do texto */
    padding: 10px 20px; /* Espaçamento interno */
    border-radius: 5px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
    z-index: 1000;   /* Garantia de sobreposição */
}

/* Links do menu */
.floating-menu a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.floating-menu a:hover {
    text-decoration: underline;
}

.nav-md .nav_title {
    background-image: url("/images/logo/logo.png");
    background-repeat: no-repeat round;
}

.nav-sm .nav_title {
    background-image: url("/images/logo/logo_menor.png");
    background-repeat: no-repeat round;
}

.progress-bar{
    --progress: 50;
    height: 10px;
    width: 100%;
    background-color: #f3f3f3;
    display: flex;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.55);
}

.progress-bar::before{
    content: "";
    width: calc(var(--progress) * 1%);
    background-color: hsl( calc(var(--progress) * 1.2) , 80%, 50%);
    transition: all 0.2s ease;
    border-radius: 5px;
}
body {
    font-family: Poppins, sans-serif;
}
.bg-danger {
    background-color: #ff0000 !important;
    color: #FFFFFF;
}
.bg-success {
     background-color: #4aff00 !important;
 }
.text-left-important{
    text-align:left !important;
}

.row-grey {
    background-color: #e8e8e8 !important;
}

.row-yellow {
    background-color: #f6ffb0 !important;
}

.row-green {
    background-color: #00cc00 !important;
}

.row-green-light {
    background-color: #26B99A !important;
    color: #FFF !important;
}

.row-red-light {
    background-color: #ff8a8a !important;
    color: #FFF !important;
}

tr.selected {
    background-color: #B0BED9 !important;
}

.video {
    border: 2px solid #E6E9ED;
}

.mask-loading {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    padding: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.mt-10 {
    margin-top: 10px;
}

.m-10 {
    margin: 10px 10px !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.numero_produto {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
}
.lote-produto{
    text-align: center;
}

.numero_produto:hover {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.55);
}

.numero_produto > p {
    padding-top: 10px;
}

svg {
    display: block;
    pointer-events: none;
}

/* API AUTOCOMPLETE ENDERECO GOOGLE */
.pac-container {
    z-index: 9999;
}

.badge-success {
    color: #FFF;
    background-color: #26B99A;
}

.badge-info {
    color: #FFF;
    background-color: #204d74;
}

.badge-warning {
    color: #FFF;
    background-color: #eea236;
}

.badge-danger {
    color: #FFF;
    background-color: #d9534f;
}

.message-out {
    background-color: #dcf8c6;
    float: right;
}

.message-user-in {
    color: #74cff8 !important;
    display: -webkit-flex;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 22px;
}

.message-in {
    background-color: #fff;
    float: left;
}

.message-in, .message-out {
    border-radius: 7.5px;
    position: relative;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

.message {
    font-family: "Open Sans", sans-serif;
    font-size: 13.6px;
    line-height: 19px;
    color: #262626;
}

.message:last-of-type {
    margin-bottom: 0;
}

.msg {
    padding-left: 9%;
    padding-right: 9%;
    margin-bottom: 5px;
}

.msg.msg-continuation {
    margin-bottom: 2px;
}

.mask-message-horario {
    color: rgba(0, 0, 0, 0.45);
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
}

.message-horario {
    margin-top: 1px;
    vertical-align: top;
    display: inline-block;
}

.message-text {
    position: relative;
    word-wrap: break-word;
    min-height: 30px;
}

.message-text:after {
    content: "";
    display: inline;
    margin-right: 78px;
}

.message-text span {
    display: inline-block;
}

.message-content {
    padding: 6px 40px 8px 9px;
    min-width: 110px;
    box-sizing: border-box;
}

.tail.message-in .tail-container {
    content: '';
    position: absolute;
    left: -12px;
    top: 0px;
    width: 12px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.tail.message-out .tail-container {
    content: '';
    position: absolute;
    right: -12px;
    top: 0px;
    width: 12px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

._2f-RV {
    position: absolute;
    bottom: 3px;
    right: 7px;
}

.block-compose {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background-color: #f5f1ee;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    padding: 10px 19px;
    position: relative;
    z-index: 2;
}

.block-compose .input-container {
    border-radius: 5px;
    width: inherit;
    background-color: #ffffff;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    border-color: #fff;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    padding-right: 16px;
}

.block-compose .input-container {
    line-height: 20px;
    font-size: 15px;
    min-height: 20px;
    border: none;
    padding: 10px 12px;
    width: 100%;
    outline: none;
}

.pluggable-input {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    padding-right: 5px;
}

.pluggable-input.pluggable-input-compose .pluggable-input-placeholder {
    top: 0;
}

.pluggable-input .pluggable-input-placeholder {
    left: 2px;
    color: #a4a4a4;
    font-size: 15px;
    line-height: 20px;
    pointer-events: none;
    position: absolute;
    top: 6px;
    transition: opacity .08s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    z-index: 2;
}

.pluggable-input.pluggable-input-compose .pluggable-input-body {
    font-size: 15px;
    font-weight: normal;
    max-height: 100px;
    min-height: 20px;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 2px;
    position: relative;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 1;
    border-left: 0.1px solid transparent;
}

.pluggable-input .pluggable-input-body {
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    position: relative;
    width: 100%;
    padding: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.compose-btn-send {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    cursor: pointer;
    font-family: inherit;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 0.9;
    margin-left: 26px;
    margin-bottom: 8px;
}

._1i1U7 ._2DNgV {
    background: linear-gradient(to right, rgba(220, 248, 198, 0) 0%, #dcf8c6 50%);
}

._1i1U7 {
    right: 5px;
    top: 5px;
    height: 23px;
    width: 48px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
}

._3kN0h {
    right: 0;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    width: 18px;
    height: 18px;
    opacity: .8;
}

.status-icon {
    display: inline-block;
    margin-left: 3px;
}

.inline {
    display: inline-flex;
}

.input-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}

.produto {
    min-height: 120px;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.55);
}

.produto:last-child {
    margin-bottom: 20px;
}

.orgao {
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.55);
}

.orgao:last-child {
    margin-bottom: 20px;
}

.orgao_lista {
    padding: 10px 10px 15px 10px;
    overflow: hidden;
}

.produto_lista {
    overflow: hidden;
    padding: 10px 10px 15px 10px;
}

.produto input, .produto select, .produto textarea {
    border: 0px;
}

.card-header div, card-header h4, hard-header h5 {
    background: #EDEDED;
    border: 1px solid #D9DEE4;
}

.card a {
    cursor: pointer;
}

@media screen and (min-width: 1301px) {
    .message-chat {
        max-width: 65%;
    }
}

.button-footer-fixed {
    position: fixed;
    z-index: 10;
    bottom: 5%;
}

.pb-10{
    padding-bottom: 10px;
}

.pt-10{
    padding-top: 10px !important;
}

.pt-0{
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .padding-768-5{
        padding: 4px !important;
    }
}
@media (min-width: 1200px) {
    .margin-left-minus{
        margin-left: -12.7%;
    }
}
@media (max-width: 1200px) {
    .control-label{
        font-size: 1.1rem;
    }
}

.p-0{
    padding: 0px;
}

.p-6{
    padding: 10px;
}

.p-10{
    padding: 10px;
}

.p-20{
    padding: 20px;
}

.fs-15{
    font-size: 1.5em;
}

.fs-12{
    font-size: 1.2em;
}

.fs-11{
    font-size: 1.1em;
}

.lh-15{
    line-height: 1.5;
}
.mb-0 {
    margin-bottom: 0;
}
.font-weight-bold {
    font-weight: bold;
}

table td input{
    display: block;
    top:0;
    left:0;
    margin: 0;
    height: 100%;
    width: 100%;
    border: none;
    padding: 5px;
    box-sizing: border-box;
    background-color: #F7F7F7;
}
.table-striped>tbody>tr:nth-of-type(odd) > td input{
    background-color: rgba(0, 0, 0, 0);
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    font-weight: bold;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
    background-color: #FFF;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #ffffff;
}

.displayNone{
    display: none !important;
}