/* Style cho thông báo lời mời công ty */
.company-invitation-notification {
  width: 100%;
}

.company-invitation-notification .text-10 {
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.company-invitation-notification strong {
  display: block;
  color: #0041c4;
  font-weight: 600;
  margin-bottom: 3px;
}

.company-invitation-notification span {
  display: block;
  color: #666;
  font-size: 10px;
  line-height: 1.3;
  margin-top: 2px;
}

.confirm-company-invitation {
  background-color: #0041c4 !important;
  border-color: #0041c4 !important;
  color: white !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.confirm-company-invitation:hover {
  background-color: #002d8a !important;
  border-color: #002d8a !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 65, 196, 0.2);
}

.confirm-company-invitation:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
