.custom-calendar {
  width: 330px;
  margin: 10px auto;
  border: 1px solid #dae2f3;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  font-family: inherit;
}

.custom-calendar .wj-state-selected {
  background-color: #4a69bd;
  color: white;
}

.custom-calendar .wj-state-today {
  font-weight: bold;
  color: #e55039;
  text-decoration: underline;
}

.custom-card {
  max-width: 450px;
  min-width: 300px;
  width: 98%;  
  margin: 2px auto;
  padding: 2px;
  text-align: center;
}

#logout-container{
  max-width: 450px;
  min-width: 300px;
  width: 98%;  
  margin: 2px auto;
  padding: 2px;
  text-align: end;
}

.table .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
  
  padding-right: 4px !important; 
  padding-left: 4px !important;
  
  text-align: center;
  text-align-last: center;
}

.custom-button {
  width: 110px;
  margin: 4px;
}

#add-row {
  width: 40px;
  margin-right: 4px;
}