
.grid-container {
    display: none; /* Inicialmente oculto */
    grid-template-columns: repeat(3, 260px);
    grid-auto-rows: 200px; /* Aumentar a altura para incluir o mapa */
    gap: 10px;
    overflow: auto;
    height: 400px
}

.grid-item {
    background-color: #4CAF50;
    border: 1px solid #ddd;
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: column; /* Alinhamento em coluna */
    justify-content: flex-start;
    overflow: hidden; /* Evita estouro do conteúdo */
}

.map-container {
    height: 100px; /* Tamanho do mapa */
    background-color: #ccc; /* Cor de fundo temporária */
}

.route-container {
    width: 100%; /* Tamanho do mapa */
    height: 800px; /* Tamanho do mapa */
    background-color: #ccc; /* Cor de fundo temporária */
}

.project-details {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
}

.project-details p {
    margin: 0;
    font-size: 12px;
}

.dashboard-izzyerp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    font-weight: bold;
    max-height: 300px;
    width: 100%;
    box-shadow: 1px 1px 8px var(--colorboxstatsborder);
    border-radius: 5px;
}

.box-izzyerp {
    border-radius: 5px;
    padding: 10px;
    width: 19.3%;
    height: 30%;
    text-align: left;
    position: relative;
    background-color: #f7f7f7;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 1px;
    box-shadow: 1px 1px 8px #a7a7a7;
}
.box-izzyerp:hover {
    box-shadow: 2px 2px 10px #666;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.circle-izzyerp {
    position: absolute;
    bottom: 23% !important;
    right: 5%;
    background-color: #00aaff;
    color: #fff;
    border-radius: 50%;
    width: 38px !important;
    height: 38px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orcado-realizado{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background-color: #e6f2ff;
    box-shadow: 1px 1px 8px #a7a7a7;
    flex: 1;
    text-align: left;
    width: 49.5%;
    position: relative;
    height: 100%;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    /* margin-bottom: 10px; */
    /* margin-right: 1px; */
}
.saldo-izzyerp {
    border: none !important;
    border-radius: none !important;
    background-color: none !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 79%;
    height: 30%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    /* box-shadow: 1px 1px 8px var(--colorboxstatsborder); */
    box-shadow: none !important;
}

.progresso {
    position: relative;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #e6f2ff;
    flex: 1;
    align-items: center;
    height: 98%;
    margin-bottom: 10px;
    margin-right: 1px;
    /* box-shadow: 1px 1px 8px var(--colorboxstatsborder); */
    box-shadow: 1px 1px 8px #a7a7a7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}
.saldo-value {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background-color: #266190;
    color: #fff;
    width: 35%;
    height: 60%;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
}
.saldo-value .amount{
    color: #fff;
}
.balance-izzyerp {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #e6f2ff !important;
    box-shadow: 1px 1px 8px #a7a7a7;
    padding: 10px;
    text-align: left;
    width: 49.5% !important;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: left;
    /* margin-bottom: 10px; */
    margin-right: 1px;
}
.balance-izzyerp .percent-izzyerp {
    position: absolute;
    background-color: #00aaff;
    color: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.percent-izzyerp{
    position: absolute;
    bottom: 25%;
    right: 5%;
    background-color: #00aaff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.percentbig {
    background-color: #00aaff;
    color: #fff;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 24px;
}
.orcado-realizado .percent-izzyerp{
    position: absolute;
    background-color: #00aaff;
    color: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.amount, .amountremaintopay{
    font-size: 15px;
}
.chart-container-izzyerp {
    width: 99.9%;
    height: 600px;
    box-shadow: 1px 1px 8px var(--colorboxstatsborder);
    border-radius: 5px;
    overflow: hidden;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    /* background-color: #007bff;
    color: white; */
    background-color: var(--butactionbg);
    color: var(--textbutaction);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

#back-to-top:hover {
    background-color: #0056b3;
}

.chart-task {
    display: block;
    position: relative;
    width: 99%;
    height: 600px;
    <!-- box-shadow: 1px 1px 8px var(--colorboxstatsborder);
    border-radius: 5px; -->
    overflow: hidden;
    margin-right: 10px;
    margin-left: 20px;
}

#material-table{ flex: 1; padding: 5px; border: 1px solid #ddd; border-radius: 10px; overflow-x: auto; }
#material-table td {
    position: relative;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
}

#material-table td[data-cell-field]::after {
  content: attr(id);
  position: absolute;
  bottom: 2px;
  left: 4px;
  font-size: 10.5px;
  color: #858282ff;
  opacity: 0.7;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.2s ease;
}

#material-table td[data-cell-field]:hover::after {
  opacity: 0.8;
  color: #0a5bffff; /* slate-500 */
}

#material-table td:not([id*="-qty"]):not([id*="-unit_cost"])
:not([id*="-unit_price"]):not([id*="-amount"])
:not([id*="-total_cost"]):not([id*="-qty_item"])::after {
  content: "";
}

#material-table .fx-badge {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #858282ff;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 1px 4px;
  line-height: 1;
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
  transition: all 0.2s ease;
}

#material-table td:hover .fx-badge {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.1);
  color: #555;
}