


.bg-gradient-primary {
  background-color: #76cfff;
  background-image: linear-gradient(180deg, #ffffff 10%, #ffffff);
  background-size: cover;
}

.login-clean form .btn-primary:hover,
.login-clean form .btn-primary:active {
  background: #ffc000;
}

.login-clean form .btn-primary {
  background: #ffd966;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
}

.login-clean form .btn-primary {
  background: #ffd966;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 26px;
  text-shadow: none;
  outline: none !important;
}
.notification-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.notification-dropdown {
  overflow-y: auto;
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background: white;
  max-height: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
}

.notification-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notification-dropdown ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.notification-dropdown ul li:last-child {
  border-bottom: none;
}

.notification-count {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  transform: translate(-100%, -50%);
}

.notification-dropdown h4 {
  margin: 0;
  padding: 10px;
  background: #f8f9fc;
}

.shadow-right {
    box-shadow: 4px 0 6px -2px rgba(0, 0, 0, 0.2); /* เงาเฉพาะด้านขวา */
    z-index: 1040; /* ให้สูงพอที่จะลอยบนเนื้อหา */
  }


