.card-header{
  background: #0a84b8;
}
.card-footer{
   background: #0a84b8;
   padding: auto;
}
.card-footer p{
   margin: 0;
}
.card{
  border: 1px solid #0a84b8;
  
  background-color: #f0f8ff; /* light blue */
}

/* Center the alert box on screen */

.alert-box {
  position: fixed;              /* stay in place even when scrolling */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;                /* make sure it sits above other elements */
  width: 400px;                 /* adjust width as needed */
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}

/* Header, body, footer styling */
.alert-box-header {
  background-color: #2c5364;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
}

.alert-box-body {
  padding: 15px;
  font-size: 15px;
  color: #333;
}

.alert-box-footer {
  background-color: #f9f9f9;
  padding: 10px 15px;
  text-align: right;
}

.alert-btn {
  background-color: #2c5364;
  border: none;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.alert-btn:hover {
  background-color: #203a43;
}
.btn-form{
  background: #0a84b8;
  color: #fff;
}

.btn-form:hover {
  background-color: #2c5364;
  color: #dcdcdc;
}
/* Alert messages */
.admin-create-card .alert {
  margin-bottom: 20px;
  border-radius: 6px;
}
/* Center the alert box on screen */
.alert-box {
  position: fixed;              /* stay in place even when scrolling */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;                /* make sure it sits above other elements */
  width: 400px;                 /* adjust width as needed */
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  overflow: hidden;
}

/* Header, body, footer styling */
.alert-box-header {
  background-color: #0a84b8;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
}

.alert-box-body {
  padding: 15px;
  font-size: 15px;
  color: #333;
}

.alert-box-footer {
  background-color: #f9f9f9;
  padding: 10px 15px;
  text-align: right;
}

.alert-btn {
  background-color: #0a84b8;
  border: none;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.alert-btn:hover {
  background-color: #2c5364;
}
