@charset "UTF-8";

/* src/styles.scss */
.img-circle {
  border-radius: 100%;
}
.user-image img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.btn-secondary {
  border: none !important;
  background: none;
}
.dropdown-toggle::after {
  display: none !important;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn:focus {
  outline: 0 !important;
}
.user-image img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.btn-secondary {
  border: none !important;
  background: none;
}
.dropdown-toggle::after {
  display: none !important;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn:focus {
  outline: 0 !important;
}
.avatar-tooltip-container {
  position: relative;
  display: inline-block;
  z-index: 99999;
}
.avatar-circle {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.avatar-circle:hover {
  transform: scale(1.1);
}
.avatar-circle.has-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
  transition: transform 0.2s;
}
.avatar-circle.has-avatar:hover img {
  transform: scale(1.1);
}
.avatar-circle.no-avatar {
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  border: 2px solid white;
  font-weight: bold;
  font-size: 12px;
  color: white;
}
.advanced-tooltip {
  position: fixed !important;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 999999 !important;
  pointer-events: none;
}
.avatar-tooltip-container:hover .advanced-tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tooltip-content {
  background: white;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3) !important;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999999;
}
.tooltip-row {
  display: flex;
  margin-bottom: 10px;
}
.tooltip-row:last-child {
  margin-bottom: 0;
}
.tooltip-left {
  flex: 1;
  padding-right: 10px;
}
.tooltip-right {
  flex-shrink: 0;
}
.tooltip-full {
  width: 100%;
}
.tooltip-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f8f9fa;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.tooltip-initials {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #f8f9fa;
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%);
  color: white;
}
.tooltip-content h6 {
  color: #343a40;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}
.tooltip-content .small {
  font-size: 12px;
}
.tooltip-content .btn {
  font-size: 11px;
  padding: 5px 10px;
  z-index: 999999;
}
.avatar-circle.bg-secondary {
  background:
    linear-gradient(
      135deg,
      #6c757d 0%,
      #495057 100%) !important;
}
.avatar-circle.bg-secondary:hover {
  transform: scale(1.05);
  background:
    linear-gradient(
      135deg,
      #5a6268 0%,
      #343a40 100%) !important;
}
:host ::ng-deep .advanced-tooltip {
  z-index: 999999 !important;
}
:host ::ng-deep .tooltip-content {
  z-index: 999999 !important;
}
.toast {
  background-color: rgb(255, 255, 255) !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
