.card.card-mot-info {
  font-family: "Michroma", sans-serif !important;
  margin-bottom: 1.5rem;
}
.card.card-mot-info .text-muted {
  color: #6c757d !important;
}
.card.card-mot-info i {
  color: #fff;
}
.card.card-mot-info:last-child {
  margin-bottom: 0;
}
.card .card-header {
  background: url(/images/BGimage.png);
  background-position: center;
  background-size: cover;
  color: #fff;
  font-family: "Michroma", sans-serif !important;
}

.card-mot {
  border: 0px;
}

.c-dark-theme .card {
  background: #eee;
  border: 1px solid #fff !important;
  color: #000;
}

.card-header-mot {
  background: #05080d;
  color: #fff;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.card-header-line {
  background: #293a62;
  color: #fff;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.user.card {
  height: 100%;
}
.user.card .id-photo-wrapper {
  display: flex;
  justify-content: center;
}

.droid-card {
  border: 1px solid #7BAABC;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  display: block;
  cursor: pointer;
  opacity: 1;
  max-width: 250px;
  min-width: 200px;
  transition: 0.3s ease-in-out;
}
.droid-card:hover {
  background-color: rgba(5, 80, 150, 0.3);
}
.droid-card .droid-card-content {
  background-color: transparent;
  padding: 1%;
  height: 100%;
}
.droid-card .droid-card-content:hover {
  background-color: transparent;
}
.droid-card .droid-image-container {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.droid-card .droid-image-container .mot-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffeb3b;
  color: #000;
  font-size: 0.75rem;
  padding: 2px 5px;
  border-bottom: 1px solid #000;
  z-index: 10;
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.droid-card .droid-image-container .mot-bar .mot-bar-item {
  margin: 0 2px;
  white-space: nowrap;
}
.droid-card .droid-image-container .mot-bar .mot-bar-item span {
  border: 1px solid #000;
  padding: 0 3px;
  border-radius: 3px;
  background: #fff;
}
.droid-card .droid-image-container .mot-status-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.droid-card .droid-image-container .mot-status-overlay .alert {
  margin-bottom: 0;
  padding: 2px 5px;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 0;
  border: none;
  color: #fff;
  font-weight: bold;
}
.droid-card .droid-image-container .mot-status-overlay .alert.alert-success {
  background-color: rgba(40, 167, 69, 0.8) !important;
}
.droid-card .droid-image-container .mot-status-overlay .alert.alert-danger {
  background-color: rgba(220, 53, 69, 0.8) !important;
}
.droid-card .droid-image-container .mot-status-overlay .alert.alert-warning {
  background-color: rgba(255, 193, 7, 0.8) !important;
  color: #000;
}
.droid-card .droid-image-container .mot-status-overlay .alert.alert-secondary {
  background-color: rgba(108, 117, 125, 0.8) !important;
}
.droid-card .droid-image-container .mot-status-overlay .alert.alert-primary {
  background-color: rgba(0, 123, 255, 0.8) !important;
}
