:root {
  --ems-bg-gradient: linear-gradient(127deg, #96ccbeff 20%, #6cb0ce 100%);
  --ems-glass-light: rgba(255, 255, 255, 0.95);
  --ems-glass-medium: rgba(255, 255, 255, 0.85);
  --ems-glass-dark: rgba(0, 0, 0, 0.75);
  --ems-space-7: 1.75rem;
  --ems-space-9: 2.25rem;
  --ems-radius-4xl: 2rem;
}

body {
  background-image: var(--ems-bg-gradient);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.event-details {
  font-size: 2rem;
}

.not-visible {
  display: none;
}

.hover-scale {
  transition: transform 0.2s ease;
}
.hover-scale:hover {
  transform: scale(1.5);
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-md {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-lg {
  width: min(40vw, 200px);
  height: min(40vw, 200px);
  -o-object-fit: cover;
     object-fit: cover;
}

.container-sm {
  max-width: 500px;
}

.container-md {
  max-width: 600px;
}

.container-lg {
  max-width: 800px;
}

.container-xl {
  max-width: 950px;
}

.scrollable-sm {
  max-height: 400px;
  overflow-y: auto;
}

.scrollable-lg {
  max-height: 800px;
  overflow-y: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.progress-sm {
  height: 8px;
}

.progress-lg {
  height: 70px;
}

.gradient-dark {
  background: linear-gradient(135deg, var(--bs-dark) 0%, rgba(var(--bs-dark-rgb), 0.8) 100%) !important;
}

.gradient-primary {
  background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%) !important;
}

.border-dashed {
  border: 2px dashed;
}

.footer-height {
  height: 35px;
}

.img-responsive-lg {
  width: min(10vw, 80px);
  height: min(10vw, 80px);
}

.min-w-110 {
  min-width: 110px;
}

.min-w-150 {
  min-width: 150px;
}

.textarea-registration {
  height: 100px;
  min-width: 130px;
}

.btn-mobile {
  max-width: 50vw;
}

.container-xs {
  max-width: 140px;
}

.container-2xl {
  max-width: 660px;
}

.container-3xl {
  max-width: 900px;
}

.container-4xl {
  max-width: 1400px;
}

.min-w-250 {
  min-width: 250px;
}

.min-w-80 {
  min-width: 80px;
}

.min-w-160 {
  min-width: 160px;
}

.icon-circle-sm {
  width: 32px;
  height: 32px;
}

.table-bg-transparent {
  --bs-table-bg: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.progress-full {
  width: 100%;
}

.scrollable-lg {
  max-height: 800px;
  overflow-y: auto;
}

.h-auto {
  height: auto;
}

.fs-14px {
  font-size: 14px;
}

.progress-working-days {
  background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
}

.errorlist {
  background-color: var(--bs-danger);
  border-radius: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.2rem;
}

option:hover {
  border: 1px solid #1a5da1;
  background-color: #052d35;
}

option:checked {
  background-color: #0c7d91;
}

.profile-image-navbar {
  width: 2.6rem;
  height: 2.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-nav-scroll {
  --bs-scroll-height: 40vh;
}

.stopwatch-display {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.modal-header-gradient {
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.8) 100%);
}

.event-card-tooltip {
  max-width: 300px;
  z-index: 9;
}

.icon-3rem {
  font-size: 3rem;
}

.icon-1-1rem {
  font-size: 1.1rem;
}

.icon-1rem {
  font-size: 1rem;
}

.icon-0-8rem {
  font-size: 0.8rem;
}

.icon-0-95rem {
  font-size: 0.95rem;
}

.icon-14px {
  font-size: 14px;
}

.max-width-325px {
  max-width: 325px;
}

.max-width-600px {
  max-width: 600px;
}

.max-width-800px {
  max-width: 800px;
}

.max-width-950px {
  max-width: 950px;
}

.max-width-1000px {
  max-width: 1000px;
}

.max-width-1320px {
  max-width: 1320px;
}

.max-width-160px {
  max-width: 160px;
}

.max-width-80px {
  max-width: 80px;
}

.width-280px {
  width: 280px;
}

.width-40px {
  width: 40px;
}

.width-35px {
  width: 35px;
}

.width-36px {
  width: 36px;
}

.width-80px {
  width: 80px;
}

.height-40px {
  height: 40px;
}

.height-45px {
  height: 45px;
}

.height-36px {
  height: 36px;
}

.height-80px {
  height: 80px;
}

.height-8px {
  height: 8px;
}

.height-6px {
  height: 6px;
}

.height-3px {
  height: 3px;
}

.height-auto {
  height: auto;
}

.z-index-9 {
  z-index: 9;
}

.avatar-80px {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
}

.avatar-40px {
  width: 40px;
  height: 40px;
}

.avatar-36px {
  width: 36px;
  height: 36px;
}

.avatar-35px {
  width: 35px;
  height: 35px;
}

.profile-large {
  width: min(40vw, 200px);
  height: min(40vw, 200px);
}

.profile-medium {
  width: min(10vw, 80px);
  height: min(10vw, 80px);
}

.table-wrapper {
  max-height: calc(100vh - 140px);
  overflow-x: auto;
  overflow-y: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 15px;
  max-width: 1320px;
}

#scrolling-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}
#scrolling-table th.sticky-col {
  position: sticky;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  width: 280px;
}
#scrolling-table thead th:first-child {
  z-index: 3;
}

.button-container {
  max-height: 60vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.progress-3px {
  height: 3px;
  border-radius: 0 0 0.75rem 0.75rem;
}
.progress-3px .progress-bar {
  background-color: var(--bs-success);
}

.shrink-width-animation {
  animation: shrinkWidth 4.3s linear forwards;
}

.border-dashed-2px-white {
  border: 2px dashed white;
}

.notification_open {
  border-style: dashed;
  border-width: 1px;
  border-color: black;
}

.notification_open:hover {
  border-style: solid;
  border-color: grey;
}

.btn-hover {
  opacity: 0.6;
  border-color: black;
  border-width: 1px;
}

.btn-hover:hover {
  opacity: 1;
}

.btn-hover:disabled {
  opacity: 1 !important;
}

.transition-opacity {
  transition: opacity 0.2s ease;
}

.alert-success {
  border: 2px solid var(--bs-success);
}

.alert-warning {
  border: 2px solid var(--bs-warning);
}

.alert-danger {
  border: 2px solid var(--bs-danger);
}

.alert-info {
  border: 2px solid var(--bs-info);
}

.hover-primary:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline !important;
}

.nav-collapse-grid {
  display: flex;
  flex-wrap: wrap;
}
.nav-collapse-grid .nav-item {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 10px 10px !important;
}
.nav-collapse-grid .nav-link {
  display: block;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .nav-collapse-grid {
    flex-wrap: nowrap;
  }
  .nav-collapse-grid .nav-item {
    flex: 0 0 auto;
    padding: 2px 3px !important;
  }
}
.main-section {
  padding-top: 60px;
  min-height: calc(100vh - 35px);
  background: linear-gradient(135deg, var(--bs-gray-100) 0%, var(--bs-gray-50) 100%);
}

@media (min-width: 992px) {
  .main-section {
    padding-top: 80px;
  }
}
@media (max-width: 479.98px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
  .display-2 {
    font-size: 2rem !important;
  }
  .display-3 {
    font-size: 1.75rem !important;
  }
  .h1 {
    font-size: 1.5rem !important;
  }
  .h2 {
    font-size: 1.25rem !important;
  }
  .h3 {
    font-size: 1.125rem !important;
  }
  .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .card, .ems-card-admin, .ems-card-form, .ems-card-content {
    margin-bottom: 0.5rem !important;
  }
  .hover-primary {
    color: var(--bs-primary) !important;
    text-decoration: underline !important;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .container-fluid {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .hover-primary {
    color: var(--bs-primary) !important;
    text-decoration: underline !important;
  }
}
.ems-card-content {
  margin-bottom: 1rem;
}
.ems-card-content .card-body {
  padding: 1rem;
}
@media (max-width: 479.98px) {
  .ems-card-content {
    margin-bottom: 0.75rem;
  }
  .ems-card-content .card-body {
    padding: 0.75rem;
  }
}

.ems-card-form {
  background-color: var(--ems-glass-dark);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ems-card-form .card-body {
  padding: 1.5rem;
}
@media (max-width: 479.98px) {
  .ems-card-form .card-body {
    padding: 1rem;
  }
}

.ems-card-admin {
  margin-bottom: 1.5rem;
}
.ems-card-admin .card-header {
  padding: 1rem 1.5rem;
}
.ems-card-admin .card-header.bg-primary {
  background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.9) 100%) !important;
}
.ems-card-admin .card-header.bg-secondary {
  background: linear-gradient(135deg, var(--bs-secondary) 0%, rgba(var(--bs-secondary-rgb), 0.9) 100%) !important;
}
.ems-card-admin .card-body {
  padding: 0;
}
.ems-card-admin .card-body.with-padding {
  padding: 1.5rem;
}
@media (max-width: 479.98px) {
  .ems-card-admin {
    margin-bottom: 1rem;
  }
  .ems-card-admin .card-header {
    padding: 0.75rem 1rem;
  }
  .ems-card-admin .card-body.with-padding {
    padding: 1rem;
  }
}

.ems-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ems-card-icon.sm {
  width: 2rem;
  height: 2rem;
}

.ems-glass-light {
  background-color: var(--ems-glass-light) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ems-glass-medium {
  background-color: var(--ems-glass-medium) !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ems-glass-dark {
  background-color: var(--ems-glass-dark) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.icon-rotate-45 {
  transform: rotate(45deg);
}

.icon-flip-h {
  transform: scaleX(-1);
}

.navbar {
  background: linear-gradient(135deg, var(--bs-primary) 0%, rgba(var(--bs-primary-rgb), 0.9) 100%) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar .nav-underline {
  gap: 0.5rem !important;
}
.navbar .nav-item .dropdown-menu .nav-link {
  color: black;
}
.navbar .nav-item .dropdown-menu .nav-link:hover {
  color: var(--bs-primary);
}
.navbar .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.navbar .nav-item .nav-link:hover {
  color: var(--bs-primary);
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar .nav-item .nav-link.active {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar .nav-item .nav-link.active:hover {
  color: var(--bs-primary);
  background-color: rgba(255, 255, 255, 0.9);
}

.card, .ems-card-content, .ems-card-form, .ems-card-admin {
  background-color: var(--ems-glass-light);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.admin-tool-item {
  margin-top: 0em;
  margin-bottom: 0.5em;
}

.drag-active {
  transform: scale(1.05);
  transition: transform 0.2s ease;
  z-index: 1000;
  opacity: 0.9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.drag-over {
  border: 3px solid var(--bs-danger) !important;
  transition: all 0.2s ease;
}

.notification-read-indicator {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 6px;
  background-color: var(--bs-success);
  border-radius: 50%;
  border: 1px solid white;
  z-index: 2;
}

a.icon-link[data-bs-toggle=popover] {
  transition: transform 0.2s ease;
}
a.icon-link[data-bs-toggle=popover]:hover {
  transform: scale(1.5);
}

.messages-floating-container {
  top: 100px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  z-index: 1025;
  pointer-events: none;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .messages-floating-container {
    top: 70px !important;
    padding: 0 0.5rem !important;
    max-width: calc(100vw - 1rem) !important;
  }
}
@media (max-width: 576px) {
  .messages-floating-container {
    top: 60px !important;
    padding: 0 0.25rem !important;
  }
}

@keyframes slideInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes shrinkWidth {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.message-card {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 0.75rem;
  border: 2px solid var(--bs-secondary);
  overflow: hidden;
  animation: slideInDown 0.4s ease-out;
  pointer-events: auto;
}
.message-card.message-success {
  border: 2px solid var(--bs-success);
}
.message-card.message-error {
  border: 2px solid var(--bs-danger);
}
.message-card.message-warning {
  border: 2px solid var(--bs-warning);
}
.message-card.message-info {
  border: 2px solid var(--bs-info);
}
.message-card:hover {
  transform: scale(1.02) translateZ(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
  z-index: 1030;
}
.message-card .btn:hover {
  transform: scale(1.05) translateZ(0);
  transition: transform 0.2s ease;
}
.message-card[id*=alert-]:has(.progress-bar) {
  animation: slideInDown 0.4s ease-out, fadeOut 0.5s ease-in 4s forwards;
}
.message-card.message-dismissing {
  animation: fadeOut 0.5s ease-in forwards;
}

.message-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
}
.message-icon.message-icon-error {
  background: linear-gradient(135deg, var(--bs-danger) 0%, rgba(var(--bs-danger-rgb), 0.8) 100%);
}
.message-icon.message-icon-success {
  background: linear-gradient(135deg, var(--bs-success) 0%, rgba(var(--bs-success-rgb), 0.8) 100%);
}
.message-icon.message-icon-info {
  background: linear-gradient(135deg, var(--bs-info) 0%, rgba(var(--bs-info-rgb), 0.8) 100%);
}
.message-icon.message-icon-warning {
  background: linear-gradient(135deg, var(--bs-warning) 0%, rgba(var(--bs-warning-rgb), 0.8) 100%);
}

.btn-close {
  filter: invert(0.5);
  opacity: 0.8 !important;
}
.btn-close:hover {
  opacity: 1 !important;
  filter: invert(0.7);
}

.stats-container .stats-header {
  padding: 0.25rem 0;
  margin-bottom: 0.75rem;
}
.stats-container .stats-card {
  background: white !important;
  color: #212529 !important;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
}
.stats-container .stats-card h4, .stats-container .stats-card h5, .stats-container .stats-card h6, .stats-container .stats-card p, .stats-container .stats-card label, .stats-container .stats-card .text-muted {
  color: #212529 !important;
}
.stats-container .stats-card .text-muted {
  color: #6c757d !important;
}
.stats-container .selection-group {
  background: #f8f9fa !important;
  color: #212529 !important;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
}
.stats-container .current-selection {
  background: #e3f2fd !important;
  color: #212529 !important;
  border-left: 4px solid #2196f3;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0 8px 8px 0;
}
.stats-container .current-selection h5, .stats-container .current-selection h6, .stats-container .current-selection p, .stats-container .current-selection strong {
  color: #212529 !important;
}
.stats-container .statistics-table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: white !important;
}
.stats-container .form-select, .stats-container .form-control {
  background-color: white !important;
  color: #212529 !important;
  border-color: #ced4da !important;
}
.stats-container .bg-light .text-muted,
.stats-container .selection-group .text-muted,
.stats-container .stats-card .bg-light .text-muted {
  color: #6c757d !important;
}
.stats-container .text-muted {
  color: #6c757d !important;
}
.stats-container .dataTables_wrapper {
  color: #212529 !important;
}
.stats-container table.dataTable {
  background: white !important;
  color: #212529 !important;
}
.stats-container table.dataTable tbody tr {
  background: white !important;
  color: #212529 !important;
}
.stats-container table.dataTable tbody tr:hover {
  background: #f8f9fa !important;
}

@media (max-width: 768px) {
  .stats-container {
    padding: 0.25rem;
  }
  .stats-container .stats-header {
    padding: 0.25rem 0;
    margin-bottom: 0.75rem;
  }
  .stats-container .stats-card {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
  }
  .stats-container .selection-group {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .stats-container .current-selection {
    padding: 0.5rem;
    margin: 0.5rem 0;
  }
  .stats-container .current-selection h5, .stats-container .current-selection h6 {
    font-size: 1rem !important;
  }
  .stats-container .current-selection p {
    font-size: 0.9rem !important;
  }
  .stats-container .stats-header h1, .stats-container .stats-header h2 {
    font-size: 1.5rem;
  }
  .stats-container .stats-header p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .stats-container .table-responsive {
    margin: 0 -0.75rem;
    padding: 0;
  }
  .stats-container .statistics-table {
    margin-bottom: 0 !important;
  }
  .stats-container .statistics-table th, .stats-container .statistics-table td {
    padding: 0.25rem 0.25rem !important;
    font-size: 0.85rem;
  }
  .stats-container .statistics-table .badge {
    font-size: 0.7rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  .stats-container .statistics-table .badge.bg-secondary {
    font-size: 0.75rem !important;
    padding: 0.2rem 0.4rem !important;
  }
  .stats-container .progress {
    height: 6px !important;
  }
}
.export-employee-list {
  max-height: 80px;
  overflow-y: auto;
}

table.dataTable tbody td.dt-control:before,
table.dataTable tbody td.details-control:before {
  display: none !important;
}

.expand-arrow {
  display: inline-block !important;
  font-size: 0.8rem !important;
  color: #6c757d !important;
  transition: transform 0.2s ease !important;
}

td.dt-control {
  text-align: left !important;
  padding-left: 1rem !important;
}/*# sourceMappingURL=custom_style.css.map */