/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* alpine cloak */
[x-cloak] {
  display: none !important;
}

.card-custom {
  border-radius: 15px;
  position: relative;
  padding-left: 15px;
}

.card-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #007bff; /* Change this color to whatever you like */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-custom-danger {
  border-radius: 15px;
  position: relative;
  padding-left: 15px;
}

.card-custom-danger::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #dc3545; /* Change this color to whatever you like */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-custom-success {
  border-radius: 15px;
  position: relative;
  padding-left: 15px;
}

.card-custom-success::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #28a745; /* Change this color to whatever you like */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-custom-warning {
  border-radius: 15px;
  position: relative;
  padding-left: 15px;
}

.card-custom-warning::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: #ffc107; /* Change this color to whatever you like */
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.card-custom-detail {
  border-radius: 15px;
}

.field-label {
  font-weight: bold;
}

.field-value {
  margin-bottom: 10px;
}

.img-fixed-size {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

.img-fixed-size-2 {
  width: 200px;
  height: 100%;
  object-fit: cover;
}
