  :root {
    --sidebar-width: 15.6250rem;
  }

  body {
    font-family: "Geist", serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-size: 16px;
    line-height: 1.5 !important;
    letter-spacing: unset;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    background-color: #FAFAFA !important;
  }

  /* small reset on some elements */
  a {
    text-decoration: none;
    color: inherit;
  }

  header {
    z-index: 500;
    top: 0;
    position: sticky;
    margin-left: var(--sidebar-width, 15.6250rem);
    width: calc(100% - var(--sidebar-width, 15.6250rem));
    border-bottom: 1px solid #DCDAE2;
    background-color: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(20px);
    padding-block: 0.5rem;

    transition: all 0.3s ease;
  }

  body.collapsed header,
  body.collapsed footer {
    --sidebar-width: 5.5rem;
  }

  .wrapper {
    width: 100%;
    padding-inline: 1rem !important;
    margin-right: auto;
    margin-left: auto;
  }

  .wrapper-new {
    max-width: unset;
    padding: 1.5rem !important;
  }

  .wrapper[data-type='unset'] {
    max-width: unset;
    padding-inline: 1.5rem !important;
  }

  .menu-text {
    font-family: inherit !important;
  }

  .page-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;

    margin-block: 1rem;
  }

  @media (min-width: 1400px) {
    .wrapper {
      max-width: 1400px;
    }
  }

  .sidebar {
    --sidebar-space: 0px !important;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-inner .logo {
    height: 2.5rem;
    min-width: 10rem;
    cursor: pointer;
  }

  .myc-lp {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
  }


  .nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .nav-btn {
    color: hsl(222.2 47.4% 11.2%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
    outline: none;
    height: 2.25rem;
    padding: 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    background-color: transparent;
    border: none;

    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;

    font-family: "Geist", serif;
  }

  .nav-btn:hover {
    background-color: hsl(240 4.8% 95.9%);
    color: hsl(222.2 47.4% 11.2%);
  }

  .nav-btn:focus-visible {
    outline: 2px solid hsl(222.2 84% 4.9%);
    outline-offset: 2px;
  }

  .nav-btn:disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .nav-btn svg {
    pointer-events: none;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
  }

  .nav-btn-login {
    color: #fff;
    background-color: hsl(204.26deg 71.21% 25.88%);
    border: 1px solid hsl(204.26deg 71.21% 25.88%);
  }

  .nav-btn-login:hover {
    background-color: hsl(204.26deg 71.21% 25.88%);
    opacity: 0.9;
    color: #fff;
  }

  .myc-new-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .myc-modal {
    background-color: hsl(0 0% 100%);
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px hsl(222.2 84% 4.9% / 0.1), 0 4px 6px -2px hsl(222.2 84% 4.9% / 0.05);
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transform: scale(0.95);
    transition: transform 0.2s;
  }

  .myc-modal-header {
    padding: 1.5rem;
    border-bottom: 1px solid hsl(214.3 31.8% 91.4%);
  }

  .myc-modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(222.2 84% 4.9%);
  }

  .myc-modal-body {
    flex: 1;
    padding: 1.5rem;
    overflow-y: scroll;

    scrollbar-width: thin;
    scrollbar-color: #0e1726 transparent;
  }

  .myc-modal-footer {
    padding: 1.5rem;
    border-top: 1px solid hsl(214.3 31.8% 91.4%);
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
  }

  .myc-tabs {
    height: 2.5rem;
    color: #57575d;
    padding: 0.25rem;
    border-radius: 0.375rem;
    width: 100%;

    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));

    background-color: rgb(245, 245, 245);
    transition: all 0.2s;
    margin-bottom: 0.5rem;
  }

  .tabs-grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .myc-tab {
    color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: color 0.2s;
    border: 0;

    border-radius: 4px;
    font-size: 0.875rem;
    line-height: 1.25rem;

    padding: 0.375rem 0.75rem;
    border-radius: calc(0.5rem - 6px);
    font-weight: 500;
    background: transparent;
  }

  .myc-tab svg {
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .myc-tab.active {
    color: hsl(222.2 84% 4.9%);
    background-color: hsl(0 0% 100%);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    background-color: hsl(0 0% 100%);
  }

  .myc-tabs-content {
    display: flex;
    flex-direction: column;
  }

  .myc-tab-content {
    display: none;
  }

  .myc-tab-content.active {
    display: block;
    overflow-y: auto;
  }

  .myc-card {
    color: #09090b;
    margin-bottom: 1rem;
    border: 1px solid hsl(240 5.9% 90%);
    border-radius: 0.5rem;
    padding: 1.5rem;

    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
  }

  .myc-card {
    blockquote,
    dd,
    dl,
    figure,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    pre {
        margin: 0;
    }
  }

  .myc-card-header {
    margin-bottom: 1rem;
    position: relative;
  }

  .myc-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: inherit;
  }

  .myc-text-muted {
    color: #52595f;
  }

  .myc-card-content {
    display: flex;
    flex-direction: column;
  }

  .myc-card-content[data-gap='4'] {
    gap: 1rem;
  }

  .myc-profile-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }

  .myc-profile-card .avatar {
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    background-color: #0e1726;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .myc-profile-card .avatar img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myc-profile-card .profile-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .myc-profile-card .profile-info .name {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }

  .myc-profile-card .profile-info .links {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;

    color: #57575d;
    font-size: 0.875rem;
    line-height: 1.25rem;

  }

  .myc-profile-card .profile-info .links div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .myc-profile-card .profile-info .links div svg {
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .myc-profile-card .profile-info .links div a {
    color: inherit;
    text-decoration: none;
  }

  .myc-card-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #58585f;
  }

  .myc-button {
    gap: 0.5rem;
    color: inherit;
    white-space: nowrap;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s, background-color 0.2s;
    outline: none;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }

  .myc-button[data-type='full'] {
    width: 100%;
  }

  .myc-button-outline {
    border: 1px solid hsl(240 5.9% 90%);
    background-color: hsl(0 0% 100%);
  }

  .myc-button-outline:hover,
  .myc-button-outline:focus-visible {
    background-color: hsl(240 5.9% 90%);
  }

  .myc-button-primary {
    color: #fff;
    background-color: #f48122;
    border: 1px solid #f48122;
  }

  .myc-button-primary:hover {
    opacity: 0.9;

    background-color: #f48122;
    color: #fff;
  }

  .myc-button:hover {
    background-color: hsl(240 4.8% 95.9%);
    color: hsl(222.2 47.4% 11.2%);
  }

  .myc-button:focus-visible {
    outline: 2px solid hsl(222.2 84% 4.9%);
    outline-offset: 2px;
  }

  .myc-button:disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .myc-button svg {
    pointer-events: none;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
  }

  .progress-bar {
    height: 8px;
    background-color: hsl(210 40% 96.1%);
    border-radius: 4px;
    overflow: hidden;
  }

  .progress-bar-fill {
    height: 100%;
    background-color: #0e1726;
    transition: width 0.3s ease;
  }

  .score-indicator {
    height: 0.75rem;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }

  .score-indicator[data-type='thin'] {
    height: 0.5rem;
    border-radius: 9999px;
    margin-top: 0.25rem;
  }

  .score-indicator-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .score-indicator-pointer {
    width: 0.5rem;
    height: 0.5rem;
    background-color: hsl(222.2 47.4% 11.2%);
    border: 1px solid hsl(222.2 47.4% 11.2%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.3s ease, right 0.3s ease;
  }

  .video-player {
    position: relative;
    padding-bottom: 56.25%;
  }

  .video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    border-radius: 0.5rem;
    border: 1px solid hsl(240 5.9% 90%);
    background-color: hsl(0 0% 0%);
  }

  .video-preview {
    cursor: pointer;
    height: 100px;
    aspect-ratio: 16 / 9;
    border-radius: 0.375rem;
    border: 1px solid hsl(240 5.9% 90%);
    background-color: hsl(0 0% 100%);
    overflow: hidden;

    transition: box-shadow 0.2s, transform 0.2s;

    position: absolute;
    right: 0rem;
    top: 0rem;
  }

  .video-preview::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background-color: hsl(0 0% 100% / 0.8);
    clip-path: polygon(0 0, 100% 50%, 0 100%);

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-preview:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
    transform: translateY(-0.25rem);
  }

  .menu-item {
    text-decoration: none;
  }

  .video-preview img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .myc-content .vp {
    aspect-ratio: 16 / 9;
    background-color: #f4f4f5;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-top: 1rem;
  }

  .myc-content .vp video,
  .myc-content .vp img,
  .myc-content .vp iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .myc-content .myc-video-preview {
    aspect-ratio: 16 / 9;
    background-color: #000;
    border-radius: 0.5rem;
    overflow: hidden;
  }

    .myc-content .myc-video-preview video {
        width: 100%;
        height: 100%;
    }

  .resume {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

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

  .resume .resume-info .file-name {
    font-weight: 500;
  }

  .resume .resume-info .uploaded {
    color: #57575d;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .resume .download {
    text-decoration: none;
    background-color: #144e76;
    color: #fff;
  }

  .resume .download:hover {
    opacity: 0.9;
    color: #fff;
  }

  .resume .download-mobile {
    display: none;
  }

  .video-item {
    flex-shrink: 0;
    width: 250px;
    cursor: pointer;
    transition: transform 0.2s;
  }

  .feedback {
    z-index: 1;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .feedback button {
    height: 2.75rem;
    padding-inline: 2rem;
    border-radius: 0.375rem;
    background-color: #0e1726;
    color: #fff;
  }

  .feedback button:hover {
    opacity: 0.8;
    background-color: #0e1726;
    color: #fff;
  }

  img, video {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .video-item .thumbnail:hover {
    transform: translateY(-0.25rem);
  }

  .video-item .thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.2s;
  }

  .video-item .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .video-item .video-info {
    margin-top: 0.5rem;
  }

  .video-item .video-info .video-title {
    font-weight: 500;
    line-height: 1;
  }

  .video-item .video-info .extra {
    color: #57575d;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .video-item .video-info .extra svg {
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .horizontal-scrollable {
    display: flex;
    gap: 1rem;
    overflow-x: auto;

    scrollbar-width: thin;
    scrollbar-color: #0e1726 transparent;
    overscroll-behavior: auto;
  }

  .between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .grid {
    display: grid;
    gap: 1rem;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.5rem;
  }

  .myc-content {
    grid-column: span 2 / span 2;
    position: relative;
  }

  .myc-sidebar {
    width: 100%;
    grid-column: span 1 / span 1;
  }

  .references {
    position: sticky;
    top: 6.0625rem;
  }

  .scrollable-area {
    position: relative;
    max-height: calc(100vh - 14rem);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0e1726 transparent;
    overscroll-behavior: contain;
    /* padding-right: 1rem; */
  }

  .reference-item {
    cursor: pointer;
    color: #09090b;
    margin-bottom: 1rem;
    border: 1px solid hsl(240 5.9% 90%);
    border-radius: 0.5rem;
    padding: 0.75rem;

    margin-right: 1rem;

    gap: 1rem;
    display: flex;

    background-color: #fff;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, .05);
    transition: background-color 0.2s, color 0.2s;
  }

  .reference-item:hover {
    background-color: hsl(240 4.8% 95.9%);
    color: hsl(222.2 47.4% 11.2%);
  }

  .reference-item .avatar {
    aspect-ratio: 1/1;
    height: 6.25rem !important;
    width: 6.25rem !important;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.5rem;
    background-color: #0e1726;
    font-size: 0;
  }

  .reference-item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #0e1726;
    border: 1px solid hsl(240 5.9% 90%);
  }

  .reference-item .reference-info {
    display: flex;
    flex-direction: column;
    /* gap: 0.25rem; */
    flex: 1 1 0%;
  }

  .reference-item .score {
    margin-top: 0.25rem;
  }

  .reference-item .score-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;

    font-size: 0.875rem;
    line-height: 1.25rem;
    flex: 1 1 0%;
  }

  .reference-item .score .score-label {
    font-weight: 500;
  }

  .reference-item .score .score-value {
    color: #71717a;

    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: nowrap;
  }

  .reference-item .score .score-value svg {
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .score-bar {
    height: 0.5rem;
    background-color: hsl(210 40% 96.1%);
    border-radius: 0.25rem;
    overflow: hidden;
  }

  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .reference-item .reference-info .name {
    font-weight: 500;
  }

  .reference-item .reference-info .extra {
    color: #57575d;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0rem !important;
  }

  @media (max-width: 640px) {
    .scrollable-area {
      height: 100%;
      max-height: unset;
    }

    .tabs {
      height: auto;
      grid-auto-flow: column;
      overflow-x: auto;
    }

    .video-preview {
      position: relative;
      margin-bottom: 1rem;
    }

    .sm-hide {
      display: none !important;
    }
  }

  @media (max-width: 768px) {
    header,
    footer,
    body.collapsed header,
    body.collapsed footer {
      --sidebar-width: 0;
    }
  }

  @media (max-width: 1024px) {
    .resume .download {
      display: none;
    }

    .resume .download-mobile {
      display: block;
    }

    .myc-content {
      grid-column: span 1 / span 1;
    }

    .grid-cols-2 {
      grid-template-columns: 1fr;
    }

    .header-inner .logo {
      height: 1.5rem;
      min-width: auto;
    }

    .nav-btn {
      padding: 0.5rem;
      height: 2rem;
    }

    .myc-lp {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .myc-footer {
    padding: 2rem;
    text-align: center;

    width: calc(100% - var(--sidebar-width));
    margin-left: var(--sidebar-width);
    transition: all 0.3s;
  }

  .myc-footer .myc-footer-text {
    font-size: 1rem;
    color: #57575d;
  }

  .logo-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  #toggle-sidebar {
    cursor: pointer;
  }

  #toggle-sidebar svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .dropdown-menu {
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px hsl(222.2 84% 4.9% / 0.1), 0 4px 6px -2px hsl(222.2 84% 4.9% / 0.05);
    padding: 0.5rem;
  }

  .dropdown-item {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
    cursor: pointer;
  }

  .dropdown-item:hover {
    background-color: hsl(240 4.8% 95.9%);
  }

  .avatar-name {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0e1726;
    aspect-ratio: 1 / 1;

    width: 2.5rem;
    color: #fff;
    min-width: 2.5rem;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50%;
  }

  .avatar-name[data-type='large'] {
    font-size: 2.25rem;
  }

  .form-group label, label {
    letter-spacing: unset;
    margin-bottom: 0px;
  }

  .skills-container {
    max-height: 250px;
    overflow-y: auto;

    scrollbar-width: thin;
    scrollbar-color: #0e1726 transparent;

    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .skill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 1.5rem;
    gap: 1rem;
  }

  .skill .skill-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }

  .skill .skill-level {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #57575d;
  }

  .experiences {
    display: grid;
    gap: 1rem;
  }

  .experiences .experience-item {
    display: grid;
    gap: 0.5rem;
  }

  .experiences .experience-item .experience-title {
    font-weight: 500;
  }

  .experiences .experience-item .experience-description {
    color: #57575d;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .flow {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .myc-tooltip {
    position: relative;
  }

  .myc-tooltip svg {
    stroke: currentColor;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }

  .myc-tooltip:before {
    content: attr(data-tooltip);

    position: absolute;
    bottom: 50%;

    width: 12.5rem;
    margin-bottom: 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #e4e4e7;
    background-color: #ffffff;

    padding: 0.375rem 0.75rem;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: none;

    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #09090b;

    z-index: 9999;
  }

  .myc-tooltip:hover:before {
    display: block;
  }
