.info-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  z-index: 2200;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.info-menu-overlay.show {
  display: block;
  opacity: 1;
}

.info-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(-20px);
  background-color: var(--background-color);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 0px 10px 0px 0px;
  width: 90%;
  max-width: 900px;
  visibility: hidden;
  opacity: 1;
  height: 640px;
  flex-direction: column;
  z-index: 2201;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.info-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.info-menu a {
  color: var(--text-color);
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.info-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.info-menu-close-button {
  top: 10px !important;
  right: 10px !important;
}

.info-menu-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  display: none;
}

.info-menu-header-container {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  background-color: #f8fafc;
  color: var(--text-color);
  display: none;
  padding: 15px 20px;
  z-index: 2201 !important;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05) !important;
}

.close-user-dashboard-button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--text-color);
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-user-dashboard-button:hover {
  color: var(--primary-color);
}

.mindmaps-dashboard-wrapper-xk7j {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  height: 650;
}

.usage-section-container-m9q2 {
  background: var(--white);
  border-radius: 16px 0px 0px 16px;
  padding: 30px;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.05) !important;
  height: 640px;
}

.usage-title-header-p3w8 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.usage-stats-card-z4n1 {
  background: var(--background-color);
  border: none;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 10px;
}

.usage-counter-text-b8v5 {
  font-size: 18px;
  color: var(--dark-grey);
  margin-bottom: 16px;
}

.usage-number-bold-r2k9 {
  color: var(--text-color);
  font-weight: 700;
}

.usage-progress-container-w7h3 {
  width: 100%;
  height: 16px;
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.usage-progress-fill-j6t4 {
  height: 100%;
  background: #20c997;
  width: 10%;
  border-radius: 8px;
}

.shared-mindmaps-section-l5u2 {
  margin-top: 10px;
}

.shared-title-heading-x8n6 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 24px;
  margin-top: 40px;
}

.mindmap-item-row-c4f7 {
  background: #f8f9fa;
  border: none;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.mindmap-item-row-c4f7:last-child {
  margin-bottom: 0;
}

.mindmap-name-label-q9s3 {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
}

.mindmap-meta-info-t1y8 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mindmap-date-stamp-e5k2 {
  font-size: 15px;
  color: #6c757d;
}

.mindmap-views-count-a3v9 {
  font-size: 15px;
  color: #6c757d;
}

.sidebar-panel-right-h6u4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0px 10px 0px;
}
.contact-section-block-d2n7 {
  border-radius: 16px;
  padding: 35px 12px 12px 12px;
}

.contact-title-main-s8k1 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.user-profile-link-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--text-color);
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease;

  svg {
    margin-right: 12px;
  }
}

.user-profile-link-item:hover {
  color: #495057;
}

.legal-section-block-v9x2 {
  border-radius: 16px;
  padding: 12px;
}

.legal-title-main-i4p6 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.legal-link-item-o8w3:hover {
  color: #495057 !important;
}

.clear-history-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  width: 100%;
  color: crimson !important;
  margin-top: 30px !important;
  text-decoration: none;
  background-color: rgb(255, 229, 227) !important;
  padding: 10px 15px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border: none;
  position: relative;
  margin-left: -5px;
}

.clear-history-button .button-text {
  flex: 1;
  text-align: center;
}

.log-out-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  width: 100%;
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -5px;
  text-decoration: none;
  background-color: #ebedef;
  padding: 10px 15px;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Avenir", "Montserrat", "Corbel", "URW Gothic",
    "Source Sans Pro", sans-serif;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border: none;
  position: relative;
}

.log-out-button .button-text {
  flex: 1;
  text-align: center;
}

.log-out-button svg {
  margin-left: 5px;
}

.log-out-icon path {
  transition: transform 0.3s ease;
}

.log-out-button:hover .log-out-icon path:nth-child(1),
.log-out-button:hover .log-out-icon path:nth-child(2) {
  transform: translateX(2px);
}

@media (max-width: 768px) {
  .mindmaps-dashboard-wrapper-xk7j {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .usage-section-container-m9q2 {
    padding: 20px;
    height: auto !important;
  }

  .mindmap-item-row-c4f7 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .mindmap-meta-info-t1y8 {
    gap: 16px;
  }
}

.user-profile-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  justify-content: center;
  align-items: center;
  z-index: 4200;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.user-profile-modal-overlay.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.user-profile-modal-content {
    display: flex;
    justify-content: center;  
    align-items: center;    
    width: 100%;
    height: 100%;
}


@media (max-width: 400px) {
.user-profile-modal-content {
    transform: translateY(-50px);
    display: flex;
    justify-content: center;  
    align-items: center;    
    width: 100%;
    height: 100%;
}
}

.user-profile-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--text-color);
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0;
  transition: background-color 0.3s ease;
  z-index: 5301 !important;
}

.user-profile-close-button:hover {
  background-color: rgba(245, 245, 245, 0.05);
}

.keyboard-shortcuts-popup {
  position: fixed;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  padding: 32px;
  bottom: 45%;
  right: 20px;
  z-index: 3200;
  box-shadow: 0 8px 62px rgba(0, 0, 0, 0.07);
  width: 380px;
  max-width: 90vw;
  transform: translateY(0);
  animation: slideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: none;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.keyboard-shortcuts-popup::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 26px;
  z-index: -1;
}

@media (max-width: 1311px) {
  .hotkeys-button {
    display: none !important;
  }
}

.user-profile-picture-icon {
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: none;
  outline: none;
}

.user-icon-fallback {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666;
  z-index: -1;
}

.user-profile-picture-icon:not([src]),
.user-profile-picture-icon[src=""],
.user-profile-picture-icon[src*="placeholder"] {
  opacity: 0;
}

.info-button {
  position: fixed;
  top: 8px;
  right: 10px;
  display: flex;
  align-items: center;
  background-color: #f8fafc;
  border-radius: 25px;
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.3s ease;
  z-index: 2000;
  cursor: pointer;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}

.info-button:hover {
  background-color: #f5f5f7;
  transform: scale(1.05);
}

@media (max-width: 640px), (pointer: coarse) {
  .info-button {
    background-color: rgba(248, 250, 252, 0.9);
    box-shadow: none !important;
    border: none !important;
  }
  .mm-toolbar {
    display: none !important;
  }
}

.mm-toolbar {
  position: fixed;
  bottom: 14px;
  right: 14px;
  background-color: var(--background-color) !important;
  border: none !important;
  border-radius: 20px !important;
  display: flex;
  flex-direction: row;
  padding: 3px !important;
  z-index: 1000;
  gap: 3px !important;
}

.mm-toolbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 40px !important;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
  color: #555;
}

.mm-toolbar-item:hover {
  background-color: var(--white) !important;
  transform: translateY(0px) !important;
  color: var(--text-color);
}

html.markmap-dark .mm-toolbar-item:hover {
  background-color: var(--white) !important;
  transform: translateY(0px) !important;
  color: var(--text-color);
}

.mm-toolbar-item.active {
  background-color: #d0d0d0;
  color: var(--text-color) !important;
}

html.markmap-dark .mm-toolbar-item.active {
  background-color: #666;
  color: #fff;
}

.mm-toolbar-item svg {
  width: 20px;
  height: 20px;
  color: var(--text-color) !important;
}

.mm-toolbar-brand {
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  font-size: 1px;
  border-radius: 6px;
  transition: background-color 0.2s ease-in-out;
}

html.markmap-dark .mm-toolbar-brand {
  border-bottom-color: #444;
}

.mm-toolbar-brand:hover {
  background-color: #f0f0f0;
}

html.markmap-dark .mm-toolbar-brand:hover {
  background-color: #444;
}

.mm-toolbar-brand:not(:first-child),
.mm-toolbar-item:not(:first-child) {
  margin-left: 0px !important;
}

.mindmaps-scroll-wrapper {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.mindmaps-scroll-wrapper::-webkit-scrollbar {
  width: 6px;
}
.mindmaps-scroll-wrapper::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 3px;
}
.mindmaps-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #eaecef;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.mindmaps-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: #dadbdd;
}
.mindmap-item-row-c4f7 {
  position: relative;
  transition: all 0.2s ease;
}
.mindmap-item-row-c4f7:hover {
  background-color: rgba(0, 0, 0, 0.035);
  cursor: pointer;
}
.delete-button {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 34px;
  width: 34px;
  transform: translateY(-50%) translateX(50%);
  background-color: #f8f8f9;
  color: white;
  border: none;
  color: var(--text-color);
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  padding: 7px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.delete-button:hover {
  background-color: #ffe5e3;
  color: var(--red);
}

.mindmap-item-row-c4f7:hover .delete-button {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.copy-button {
  position: absolute;
  right: 45px;
  top: 50%;
  height: 34px;
  width: 34px;
  transform: translateY(-50%) translateX(50%);
  background-color: #f8f8f9;
  color: var(--text-color);
  border: none;
  color: var(--text-color);
  font-size: 12px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease;
  padding: 7px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.copy-button:hover {
  background-color: #e5e5e5;
}

.mindmap-item-row-c4f7:hover .copy-button {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.empty-state,
.error-state {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-style: italic;
}

.shared-mind-map-fade-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    #f8f9fa 20%,
    #f8f9fa 100%
  );
  opacity: 0;
  pointer-events: none;
  width: 100px;
  border-radius: 0px 20px 20px 0px;
}

.mindmap-item-row-c4f7:hover .shared-mind-map-fade-overlay {
  opacity: 1;
}

.mindmap-delete-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.2s ease;
}

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mindmap-delete-modal {
  background: white;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: 90%;
  padding: 0;
  overflow: hidden;
  position: relative;

  animation: fadeInFromTop 0.3s ease-out forwards;
}

.mindmap-delete-modal-header {
  padding: 24px 24px 10px 24px;
}

.mindmap-delete-modal-header h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.4;
}

.mindmap-delete-modal-body {
  padding: 16px 24px 24px 24px;
}

.mindmap-delete-modal-body p {
  margin: 0;
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
}

.mindmap-delete-modal-footer {
  padding: 25px 24px 24px 24px;
  display: flex;
  gap: 12px;
  height: 85px;
  justify-content: flex-end;
}

.mindmap-delete-modal-cancel-btn,
.mindmap-delete-modal-confirm-btn {
  padding: 8px 16px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
  border: none;
  width: 50%;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Avenir", "Montserrat", "Corbel", "URW Gothic",
    "Source Sans Pro", sans-serif;
}

.mindmap-delete-modal-cancel-btn {
  background: var(--light-grey);
  color: var(--text-color);
}

.mindmap-delete-modal-cancel-btn:hover {
  background-color: var(--light-grey-dark);
  border-color: #adb5bd;
}

.mindmap-delete-modal-confirm-btn.primary {
  background: #007bff;
  color: white;
}

.mindmap-delete-modal-confirm-btn.danger {
  background: var(--red);
  color: white;
}

.mindmap-delete-modal-confirm-btn.danger:hover {
  background: var(--red-dark);
  color: white;
}

.mindmap-delete-modal-confirm-btn:hover {
  opacity: 1.1;
}

@media (max-width: 480px) {
  .mindmap-delete-modal {
    max-width: 95%;
    margin: 20px;
  }

  .mindmap-delete-modal-header,
  .mindmap-delete-modal-body,
  .mindmap-delete-modal-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.upgrading-disclaimer-link svg {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.upgrading-disclaimer-link:hover svg {
  opacity: 1;
  transform: translateX(0);
}

.upgrading-disclaimer-link {
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--text-color);
  opacity: 0;
}

.upgrading-disclaimer-link:hover {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .info-menu {
    width: 95%;
    height: 90vh;
    max-height: 600px;
    border-radius: 16px;
    padding: 0;
  }

  .mindmaps-dashboard-wrapper-xk7j {
    grid-template-columns: 1fr;
    gap: 0;
    height: 100%;
    overflow-y: auto;
  }

  .usage-section-container-m9q2 {
    border-radius: 16px 16px 0 0;
    padding: 20px 16px;
    margin-bottom: 0;
  }

  .usage-title-header-p3w8 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .usage-stats-card-z4n1 {
    padding: 20px;
    margin-bottom: 20px;
  }

  .usage-counter-text-b8v5 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .shared-title-heading-x8n6 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .mindmap-item-row-c4f7 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    margin-bottom: 12px;
  }

  .mindmap-name-label-q9s3 {
    font-size: 15px;
    line-height: 1.4;
  }

  .mindmap-meta-info-t1y8 {
    gap: 16px;
    width: 100%;
  }

  .mindmap-date-stamp-e5k2,
  .mindmap-views-count-a3v9 {
    font-size: 13px;
  }

  .usage-section-container-m9q2 {
    padding: 16px 12px 0px 12px;
  }

  .sidebar-panel-right-h6u4 {
    background: #fff;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px -4px 12px 0px rgba(0, 0, 0, 0.1) !important;
    z-index: 2201 !important;
    gap: 20px;
    padding: 20px 0px 0px 0px;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .info-menu-title,
  .info-menu-header-container {
    display: flex;
  }

  .close-user-dashboard-button {
    margin: auto;
    transform: translateX(-10px);
  }

  .mindmaps-scroll-wrapper {
    height: 200px;
  }

  .usage-section-container-m9q2 {
    padding-top: 75px;
  }

  .contact-section-block-d2n7 {
    padding: 0px 8px 0px 8px;
  }

  .user-profile-link-item {
    font-size: 18px;
    padding: 12px 8px;
    margin-bottom: 4px;
  }

  .user-profile-link-item svg {
    margin-right: 10px;
    width: 18px;
    height: 18px;
  }

  .legal-section-block-v9x2 {
    padding: 0;
  }

  .legal-section-block-v9x2 a {
    font-size: 15px;
    padding: 10px 8px;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .clear-history-button,
  .log-out-button {
    font-size: 1rem !important;
    font-weight: 500;
    padding: 12px 15px !important;
    margin-left: 0;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
  }

  .log-out-button {
    margin-top: 0px;
  }

  .clear-history-button {
    margin-top: 20px !important;
  }

  .delete-button,
  .copy-button {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-left: 8px;
    height: 32px;
    width: 32px;
    flex-shrink: 0;
  }

  .mindmap-item-row-c4f7 {
    position: relative;
    padding-right: 80px;
  }

  .mindmap-item-row-c4f7 .delete-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .mindmap-item-row-c4f7 .copy-button {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
  }

  .info-menu-close-button {
    padding: 12px;
    top: 8px !important;
    right: 8px !important;
  }

  .upgrading-disclaimer-link {
    font-size: 13px;
    padding: 8px 0;
  }

  .usage-section-container-m9q2::-webkit-scrollbar {
    width: 4px;
  }

  .usage-section-container-m9q2::-webkit-scrollbar-track {
    background: transparent;
  }

  .usage-section-container-m9q2::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }

  .info-menu-close-button {
    display: none;
  }
}

@media (max-width: 480px) {
  .info-menu {
    width: 100vw !important;
    height: 100vh !important;
    border-radius: 0px !important;
    min-height: 100vh;
  }

  .usage-title-header-p3w8,
  .shared-title-heading-x8n6 {
    font-size: 16px;
  }

  .mindmap-item-row-c4f7 {
    padding: 14px 70px 14px 14px;
  }

  .mindmap-name-label-q9s3 {
    font-size: 14px;
  }

  .mindmap-meta-info-t1y8 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .user-profile-link-item {
    font-size: 14px;
    padding: 10px 4px;
  }

  .clear-history-button,
  .log-out-button {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .info-menu {
    height: 95vh;
    max-height: none;
  }

  .mindmaps-dashboard-wrapper-xk7j {
    grid-template-columns: 1fr 280px;
    gap: 16px;
  }

  .usage-section-container-m9q2 {
    border-radius: 16px 0 0 16px;
  }

  .sidebar-panel-right-h6u4 {
    border-radius: 0 16px 16px 0;
    background: #f8f9fa;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .info-menu {
    width: 85%;
    max-width: 800px;
  }

  .mindmaps-dashboard-wrapper-xk7j {
    grid-template-columns: 1fr 280px;
    gap: 24px;
  }

  .usage-section-container-m9q2 {
    padding: 24px;
  }

  .sidebar-panel-right-h6u4 {
    padding: 16px 0px 8px 0px;
  }
}

.mindmap-item-row-skeleton {
  font-family: "SF Pro Text", -apple-system, BlinkMacMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Avenir", "Montserrat", "Corbel", "URW Gothic",
    "Source Sans Pro", sans-serif;
  color: var(--text-color);
  box-sizing: border-box;
  margin: 0;
  background: var(--card-background);
  border: none;
  border-radius: 16px;
  padding: 20px 24px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.mindmap-item-row-skeleton div,
.mindmap-item-row-skeleton span,
.mindmap-item-row-skeleton button {
  background-color: var(--skeleton-color);
  background-image: linear-gradient(
    90deg,
    var(--skeleton-color) 0px,
    var(--skeleton-shine-color) 40px,
    var(--skeleton-color) 80px
  );
  background-size: 200px 100%;
  background-repeat: no-repeat;
  animation: skeleton-shine 1.5s infinite linear;
  border-radius: 4px;
  border: none;
  cursor: default;
  pointer-events: none;
}

.mindmap-name-label-skeleton {
  height: 20px;
  width: 150px;
}

.mindmap-meta-info-skeleton {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mindmap-date-stamp-skeleton {
  height: 16px;
  width: 70px;
}

.mindmap-views-count-skeleton {
  height: 16px;
  width: 50px;
}

.mindmap-buttons-skeleton {
  display: flex;
  gap: 8px;
}

.mindmap-button-skeleton {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

#clerk-loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8FAFC;
  opacity: 1;
  transition: opacity 0.1s ease-out; 
}

#clerk-loading-indicator.hidden {
  display: none;
  opacity: 0;
  pointer-events: none; 
}

#clerk-loading-indicator .loading {
  display: none !important;
}

@media (max-width: 800px) {
  .loading {
    display: none !important;
  }
}
/* From Uiverse.io by satyamchaudharydev */
.loading {
  display: none;
  --height-of-loader: 4px;
  --loader-color: #ffffff;
  width: 130px;
  height: 3px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  50% {
    width: 100%;
  }

  100% {
    width: 0;
    right: 0;
    left: unset;
  }
}

.sync-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 4000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    background-color 0.3s ease;
}

.sync-popup-overlay.show {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.32);
}

.sync-popup-content {
  background-color: white;
  padding: 25px 0px 0px 0px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  width: 560px;
  max-width: 95%;
  text-align: left;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.sync-popup-overlay.show .sync-popup-content {
  transform: translateY(0);
  opacity: 1;
}

.sync-popup-content h2 {
  margin-bottom: 8px;
  text-align: center;
}

#localMindMapList {
  list-style: none;
  padding: 10px 25px 0px 25px;
  margin: 20px 0 0px 0px;
  max-height: 40vh;
  overflow-y: auto;
  text-align: left;
  margin-bottom: 0px;
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.05);
}

#localMindMapList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background-color: #f8f9fa;
  margin-bottom: 8px;
}

#localMindMapList li:last-child {
  margin-bottom: 20px;
}

.sync-popup-dialog-button {
  padding: 12px 20px;
  width: 100%;
  margin-top: 0px;
  border: none;
  border-radius: 0px 0px 20px 20px;
  cursor: pointer;
  font-size: 1rem;
  background-color: #eaecee;
  transition: all 0.3s ease;
}

.sync-popup-dialog-button:hover {
  background-color: #dbdddf;
}

.delete-mind-map-button,
.save-mind-map-button {
  background: none;
  border: none;
  color: var(--text-color);
  font-size: 1rem;
  height: 35px;
  width: 35px;
  padding: 8px;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1000;
  font-weight: 500;
  font-family: "SF Pro Text", "Inter", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, sans-serif;
}

.save-mind-map-button {
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0.5rem 1rem 0.5rem 0.4rem;
  text-align: center;
  gap: 8px;
  font-size: 1rem;
  background-color: #fff;
}

.save-mind-map-button:hover {
  background-color: #e5e9ed;
}

.delete-mind-map-button {
  color: #ef4444;
  border-radius: 50%;
}

.delete-mind-map-button:hover {
  background-color: #fee2e2;
}

.pro-badge {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  background-color: #f8dd71;
  padding: 2px 20px;
  width: fit-content;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: #5d5120;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  opacity: 0;
}

.pro-badge.show {
  opacity: 1;
}

.pro-badge-icon {
  vertical-align: text-bottom;
  height: 1em;
  width: auto;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.pro-badge:hover {
  margin-top: -1px;
    padding: 3px 25px;
    margin-bottom: 19px;
}

.pro-badge-icon {
  transition: all 0.4s ease;
}

.pro-badge:hover .pro-badge-icon path:nth-of-type(1) {
  transform-origin: center;
  transform: rotate(-180deg);
}

.pro-badge:hover .pro-badge-icon path:nth-of-type(2) {
  transform-origin: center;
  transform: rotate(180deg);
}

.pro-badge-icon path {
   transition: all 0.3s ease-in-out;
}

/* Pro Benefits Popup Styles */
.pro-benefits-popup-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.32);
   z-index: 3000;
   display: none;
   opacity: 0;
   transition: opacity 0.3s ease;
}

.pro-benefits-popup-overlay.show {
   display: flex;
   opacity: 1;
   justify-content: center;
   align-items: center;
}

.pro-benefits-popup {
   position: relative;
   background-color: var(--background-color);
   -webkit-backdrop-filter: blur(10px);
   border-radius: 20px;
   padding: 30px;
   width: 90%;
   max-width: 500px;
   max-height: 80vh;
   overflow-y: auto;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
   transform: translateY(20px);
   opacity: 0;
   transition: transform 0.3s ease, opacity 0.3s ease;
}

.pro-benefits-popup-overlay.show .pro-benefits-popup {
   transform: translateY(0);
   opacity: 1;
}

.pro-benefits-popup-close {
   position: absolute;
   top: 15px;
   right: 15px;
   background-color: transparent;
   border: none;
   color: var(--text-color);
   font-size: 18px;
   cursor: pointer;
   padding: 6px;
   border-radius: 5px 12px 5px 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: background-color 0.3s ease;
}

.pro-benefits-popup-close:hover {
   background-color: rgba(0, 0, 0, 0.05);
}

.pro-benefits-popup-title {
   font-size: 22px;
   font-weight: 600;
   color: var(--text-color);
   margin-bottom: 10px;
   margin-top: 0px;
}

.pro-benefits-popup-content {
   text-align: center;
   margin-top: 25px;
}

.pro-benefits-popup-button {
   background-color: var(--primary-color);
   color: white;
   border: none;
   padding: 12px 24px;
   border-radius: 25px;
   font-size: 16px;
   font-weight: 600;
   cursor: pointer;
   transition: all 0.3s ease;
   display: inline-flex;
   align-items: center;
   gap: 8px;
   text-decoration: none;
}

.pro-benefits-popup-button:hover {
   background-color: var(--primary-color-dark);
   transform: translateY(-1px);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pro-benefits-popup-overlay .lists {
   margin-left: 0;
   margin-top: 15px;
}

.pro-benefits-popup-overlay .list {
   display: flex;
   align-items: flex-start;
   gap: 12px;
   margin-bottom: 12px;
   padding: 0;
}

.pro-benefits-popup-overlay .list span {
   flex-shrink: 0;
   margin-top: -2px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.pro-benefits-popup-overlay .checkmark-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 24px;
   height: 24px;
}

.pro-benefits-popup-overlay .list p {
   margin: 0;
   font-size: 15px;
   line-height: 1.4;
   color: var(--text-color);
}

@media (max-width: 768px) {
   .pro-benefits-popup {
       width: 95%;
       padding: 20px;
       max-height: 85vh;
   }

   .pro-benefits-popup-title {
       font-size: 20px;
   }

   .pro-benefits-popup-overlay .list p {
       font-size: 14px;
   }
}