:root {
  --uk-card-radius: 1.375rem;
  /* --background: 240 82% 98%; */
  /* --background: 0 0 100%; */
  --background: 0deg 0.25% 96.23%;
  --foreground: 0 0% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 3.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 3.9%;
  --background-linkedin: 40 21% 95%;
  --primary: 0 0 91%;
  /* --primary: 0 0% 9%; */
  --primary-foreground: 236 2% 18%;
  /* --primary-foreground: 0 0% 98%; */
  --secondary: 0 0% 96.1%;
  --secondary-foreground: 0 0% 9%;
  --muted: 0 0% 96.1%;
  --muted-foreground: 0 0% 45.1%;
  --accent: 0 0% 94.1%;
  --accent-foreground: 0 0% 9%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 89.8%;
  --input: 0 0% 89.8%;
  --ring: 0 0% 3.9%;
  --radius: 0.5rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
  --uk-btn-height: 24px;
  --uk-btn-padding: 0 8px;
  --uk-btn-font-size: 12px;
  --uk-form-input-height: 24px;
  --uk-form-input-padding: 0 8px;
  --uk-form-input-font-size: 12px;
}

:host,
:root {
  height: 100%;
}

html {
  font-size: 13px;
}

html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: Nunito, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: rgba(0, 84, 166, 0.16);
}

body {
  font-feature-settings: "liga" 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  letter-spacing: 0;
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

.text-foreground {
  color: hsl(var(--foreground));
}


.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.pb-16 {
  padding-bottom: 4rem;
}


.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-auto {
  margin-top: auto;
}

.text-center {
  text-align: center;
}

.font-helvetica {
  font-family: Helvetica, Arial, sans-serif;
}

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.rounded-full {
  border-radius: 9999px;
}

.mt-4 {
  margin-top: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.max-w-xl {
  max-width: 36rem;
}

.font-medium {
  font-weight: 500;
}

.gap-x-1 {
  column-gap: 0.25rem;
}

.gap-x-2 {
  column-gap: 0.5rem;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.fixed {
  position: fixed;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

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

.m-4 {
  margin: 1rem;
}

.bg-black {
  background-color: #000;
}

.text-white {
  color: hsl(0 0% 98%);
}

.flex-row {
  flex-direction: row;
}

.gap-8 {
  gap: 2rem;
}

.grow {
  flex-grow: 1;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.relative {
  position: relative;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.max-h-\[87px\] {
  max-height: 87px;
}

.leading-relaxed {
  line-height: 1.75;
}

.break-words {
  overflow-wrap: break-word;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.ms-auto {
  margin-inline-start: auto;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-neutral-600 {
  color: #4b5563;
}

.uppercase {
  text-transform: uppercase;
}

.shrink-0 {
  flex-shrink: 0;
}

.w-28 {
  width: 7rem;
}

.w-\[32px\] {
  width: 32px;
}

.object-cover {
  object-fit: cover;
}

.bg-center {
  background-position: center;
}

.aspect-\[1\.5\/1\] {
  aspect-ratio: 1.5 / 1;
}

.w-full {
  width: 100%;
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.uk-tab {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.uk-tab>.uk-active>a {
  border-color: hsl(var(--primary));
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}


.gap-y-6 {
  row-gap: 1.5rem;
}

.border-b {
  border-bottom: 1px solid #e5e7eb;
}

.last\:border-b-0:last-child {
  border-bottom: 0;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.border-t {
  border-top: 1px solid #e5e7eb;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.border {
  border: 1px solid #e5e7eb;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.cursor-pointer {
  cursor: pointer;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.text-\[16px\] {
  font-size: 16px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.pt-6 {
  padding-top: 1.5rem;
}

.items-start {
  align-items: flex-start;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-\[32px\] {
  height: 32px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-black {
  color: #000;
}

.text-left {
  text-align: left;
}

.ml-4 {
  margin-left: 1rem;
}

.-translate-y-\[4px\] {
  transform: translateY(-4px);
}

.-translate-y-\[6px\] {
  --tw-translate-y: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-gray-600 {
  color: #4b5563;
}

.flex-grow {
  flex-grow: 1;
}

.p-3 {
  padding: 0.75rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-r {
  border-right: 1px solid #e5e7eb;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hover\:bg-gray-200:hover {
  background-color: #e5e7eb;
}

.text-dark {
  color: #1f2937;
}

.text-gray-500 {
  color: #6b7280;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.first\:ml-0:first-child {
  margin-left: 0;
}

.font-semibold {
  font-weight: 600;
}

.text-gray-900 {
  color: #111827;
}

.text-\[14px\] {
  font-size: 14px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.break-all {
  word-break: break-all;
}

.mt-20 {
  margin-top: 5rem;
}

.font-inter {
  font-family: Inter, sans-serif;
}

.stats-user-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-blue-500 {
  color: #3b82f6;
}

.hover\:scale-105:hover {
  transform: scale(1.05);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.uk-btn-destructive {
  background-color: #ef4444;
  color: white;
}

@media (min-width: 768px) {
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:size-32 {
    width: 8rem;
    height: 8rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:max-h-\[84px\] {
    max-height: 84px;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-\[750px\] {
    width: 750px;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-x-2 {
    column-gap: 0.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}


.toast {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  margin: 1.5rem;
  font-size: 1rem;
  --uk-btn-height: 3rem;
  --uk-global-line-height: 3rem;
  --uk-btn-padding: 10px 13px;
  cursor: pointer;
}
