a[data-i18n-switcher-sq],
a[data-i18n-switcher-en] {
  cursor: pointer;
}

.resume-item .description {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hidden {
  display: none;
}

#experience .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
  cursor: pointer;
}

#experience .icon:hover {
  background: #2eafec;
  color: #fff;
}

#experience .icon i {
  color: #fff;
  font-size: 20px;
  line-height: 0;
}

.admin-page-bg {
  background-color: #f8f9fa;
}

.admin-label {
  font-size: 0.8rem;
  text-transform: capitalize;
}

.admin-textarea {
  resize: vertical;
}

.admin-toolbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #f8f9fa;
  padding: 8px 0;
}

.admin-list-scroll {
  max-height: 65vh;
  overflow-y: auto;
  padding-right: 4px;
}

.admin-item-card .accordion-button {
  gap: 10px;
  align-items: center;
}

.admin-item-title {
  font-weight: 600;
}

.admin-item-subtitle {
  font-size: 0.85rem;
}

.admin-note {
  font-size: 0.95rem;
}

#cloud-status-badge {
  font-size: 0.85rem;
  padding: 0.45rem 0.65rem;
}
