
.btn-menu {
  width: 400px !important;
}

table.border_none {
  width: 100%; 
  border: none;
  table-layout: auto;
}

table.border_none td {
  border: none;
  text-align: justify;
}

table.bordered {
  width: 100%;
  border: 1px solid black;
  table-layout: auto;
  margin-left: auto; 
  margin-right: auto;
  padding: 3px;
}

table.bordered td {
  border: 1px solid black;
}

table.last-center td:last-child {
  text-align: center;
}


.formula {
  text-align: center;
  /*font-weight: bold;*/
  padding: 10px;

}

.card-cell-left {
  border: 0.5px solid #e0e0e0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f9f9f9;
}

.card-cell-right {
  border: 0.5px solid #e0e0e0;
  border-left: 0;
  border-bottom: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.card-title {
  color: white;
  border: 0.5px solid #e0e0e0;
  border-bottom: 0;
  background: linear-gradient(135deg, #637392 0%, #95a1b8 100%);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}


.card-title-left {
  color: white;
  border: none;
  background: linear-gradient(90deg, #637392 0%, #95a1b8 100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
}

.card-title-right {
  background: linear-gradient(90deg, #95a1b8 0%, #637392 100%); 
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border: none;
  box-shadow: none;
}

.card-cell-bottom-left {
  border: 0.5px solid #e0e0e0;
  border: none;
  background-color: #f9f9f9;
  border-bottom-left-radius: 12px;
  box-shadow: none;
}

.card-cell-bottom-right {
  border: 0.5px solid #e0e0e0;
  border-left: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  border-bottom-right-radius: 12px;
}


.card-placeholder {
  border: 0;
}

.state-label {
  font-weight: bold;
  padding: 5px 7px 5px 7px;
  color: white;
  border-radius: 5px;
}
