:root {
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --purple: #afa2da;
  --teal: #0b9d9f;
  --blue: #4366ff;
  --green: #038744;
  --codeless-purple: #7b52f7;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success700: #027a48;
  #6741d8;
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
  .loading-screen {
    background: #121212 !important;
  }

  .body {
    background-color: #121212 !important;
  }

  .navbar {
    background-color: #121212 !important;
    border-color: #ffffff21 !important;
  }

  .navbar-dropdown-text {
    color: #ffffff !important;
  }

  .w-icon-arrow-down:before,
  .w-icon-dropdown-toggle:before {
    filter: invert(1) !important;
  }

  .navbar-dropdown-list.w--open {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }

  .navbar-dropdown-link {
    color: #ffffff !important;
  }

  .navbar-dropdown-link:hover {
    background-color: transparent !important;
    opacity: 70% !important;
  }

  .search-ui h1 {
    color: #ffffff !important;
  }

  .search-ui h2 {
    color: #c0c0c0 !important;
  }

  .suggestion {
    background: #282828 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff21 !important;
  }

  .suggestion:hover {
    border: 1px solid #7b52f7 !important;
  }

  .assignedClient {
    background: #282828 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff21 !important;
  }

  .assignedClient:hover {
    border: 1px solid #7b52f7 !important;
  }

  .search-bar {
    background: #282828 !important;
    border: 1px solid #ffffff21 !important;
  }

  .search-bar input {
    color: #ffffff !important;
  }

  .user-desc {
    color: #c0c0c0 !important;
  }

  .response-desc {
    color: #ffffff !important;
  }

  .has-iframe {
    background: #282828 !important;
    border: 1px solid #ffffff21 !important;
  }

  .client-sidebar {
    background: #282828 !important;
    border: 1px solid #ffffff21 !important;
  }

  .client-logo-img {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
  }

  .client-detail-name {
    color: #ffffff !important;
  }

  .label {
    color: #c0c0c0 !important;
  }

  .client-detail-text {
    color: #ffffff !important;
  }

  .status-badge {
    color: #ffffff !important;
  }

  .client-detail-link {
    color: #ffffff !important;
  }

  .content-box {
    background: #282828 !important;
    border: 1px solid #ffffff21 !important;
  }

  .content-box-title {
    color: #ffffff !important;
  }

  .avatar p {
    color: #ffffff !important;
  }

  .client-design-title {
    color: #ffffff !important;
  }

  .client-design-date {
    color: #c0c0c0 !important;
  }

  .client-resource-link {
    color: #ffffff !important;
  }

  .input-field {
    border: 1px solid #ffffff21 !important;
    background: #282828 !important;
    color: #ffffff !important;
  }

  .input-field:focus {
    border-color: #7b52f7 !important;
  }

  .group-title {
    color: #ffffff !important;
  }

  th {
    background-color: #282828 !important;
    color: #ffffff !important;
  }

  .password-link {
    color: #ffffff !important;
  }

  .login-alert {
    background-color: #7b52f7a6 !important;
    color: #ffffff !important;
  }

  .login-alert a {
    color: #ffffffa1 !important;
  }

  .date-header {
    color: #ffffff !important;
  }

  .task-card {
    background-color: #282828 !important;
  }

  .task-title {
    color: #ffffff !important;
  }

  .effort {
    color: #c0c0c0 !important;
  }

  .image-request strong {
    color: #ffffff !important;
  }

  .image-request {
    color: #c0c0c0 !important;
  }

  .empty-header {
    color: #ffffff !important;
  }

  .empty-text {
    color: #c0c0c0 !important;
  }

  .auth-heading {
    color: #ffffff !important;
  }

  .input-label {
    color: #c0c0c0 !important;
  }

  .auth-logo-img-light {
    display: none !important;
  }

  .auth-logo-img-dark {
    display: block !important;
  }

  .client-detail-table td {
    color: #ffffff !important;
  }

  .production-last-updated {
    color: #c0c0c0 !important;
  }

  .announcement {
    background-color: #ff777736 !important;
  }

  .smart-card {
    background: #7b52f74a !important;
    color: #ffffff !important;
  }

  .task-btn {
    border: 1px solid #ffffff21 !important;
    background: #222222 !important;
    color: #ffffff !important;
  }

  .task-btn:hover {
    background: #1a1a1a !important;
  }

  .btn-action {
    border: 1px solid #ffffff21 !important;
    background: #222222 !important;
    color: #ffffff !important;
  }

  .upload-post-title {
    color: #ffffff !important;
  }

  .upload-doc-btn {
    border: 1px solid #ffffff21 !important;
    background: #222222 !important;
    color: #ffffff !important;
  }

  .upload-doc-btn:hover {
    background: #1a1a1a !important;
  }

  .upload-clickup-btn {
    border: 1px solid #ffffff21 !important;
    background: #222222 !important;
    color: #ffffff !important;
  }

  .upload-clickup-btn:hover {
    background: #1a1a1a !important;
  }

  .muted {
    color: #c0c0c0 !important;
  }

  .reset-link {
    color: #ffffff !important;
  }

  .reset-link:hover {
    opacity: 80%;
  }

  th,
  td {
    border: 1px solid #ffffff21 !important
  }

  .preview-header {
    color: #ffffff !important;
  }

  .preview {
    color: #c0c0c0 !important;
  }

  .no-uploads-text {
    color: #ffffff !important;
  }

  .group-title-cell {
    color: #ffffff !important;
  }

  .nav-button {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }

  .nav-button:hover {
    background-color: #282828 !important;
    opacity: 85%;
  }

  .nav-icon {
    filter: invert(1);
  }

  .introjs-tooltip {
    background-color: #1c1c1c !important;
  }

  .introjs-tooltiptext {
    color: #ffffff !important;
  }

  .introjs-disabled {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
    opacity: 70%;
  }

  .introjs-prevbutton {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }

  .introjs-nextbutton {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }

  .introjs-helperLayer {
    background-color: white;
    opacity: 50%;
    border-radius: 10px !important;
  }

  .btn {
    border: 1px solid #ffffff21 !important;
    background: #282828 !important;
  }

  .btn.approve:hover {
    border: 1px solid #31b763 !important;
  }

  .btn.reject:hover {
    border: 1px solid #FF6B6B !important;
  }

  .btn.purple:hover {
    border: 1px solid #7b52f7 !important;
  }

  .btn.blue:hover {
    border: 1px solid #3580ff !important;
  }

  .chat-input-wrapper {
    background: #121212 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  #searchInput {
    color: #ffffff !important;
  }

  .deep-toggle {
    background: #151515 !important;
    border: 1px solid #e2e2e252 !important;
    color: #c0c0c0 !important;
  }

  .ai-warning {
    color: #c0c0c0 !important;
  }

  .sidebar {
    background: #282828 !important;
    border-right: 1px solid #ffffff21 !important;
  }

  .sidebar-item {
    color: #ffffff !important;
  }

  .sidebar-item-img {
    border: 1px solid #ffffff21 !important;
  }

  .sidebar-item:hover {
    background-color: #151515 !important;
  }

  .sidebar-item-active {
    background-color: #151515 !important;
  }

  .sidebar nav h4 {
    color: #c0c0c0 !important;
  }

  .sidebar-logo-text {
    color: #ffffff !important;
  }

  .user-trigger {
    color: #ffffff !important;
  }

  .user-dropdown {
    background: #121212 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }

  .user-dropdown-link {
    color: #ffffff !important;
  }

  .user-dropdown hr {
    border-top: 1px solid #ffffff21 !important;
  }

  .user-dropdown-link:hover {
    background: #282828 !important;
  }

  .sidebar-toggle {
    background: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }
  
  .menu-button {
    color: #ffffff !important;
  }
  
  .user-menu:hover {
    background-color: #151515 !important;
  }
  
  .menu-panel {
    background: #121212 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }
  
  #searchInput::placeholder {
    color: #ffffffc9 !important;
  }
  
  .cron-card {
    border: 1px solid #ffffff21 !important;
    background: #282828 !important;
  }
  
  .cron-status {
    background: #121212 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
  }
  
  .ai-responses {
    background: #121212 !important;
  }
  
  .invoice-header h1 {
    color: #ffffff !important;
  }
  
  .invoice-header .subtext {
    color: #c0c0c0 !important;
  }
  
  .search-input {
    border: 1px solid #ffffff21 !important;
    background: #282828 !important;
    color: #ffffff !important;
  }
  
  .invoice-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  
  .invoices-empty-msg {
    color: #ffffff !important;
  }
  
  .month-btn {
    background: #282828 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
  }
  
  .invoice-top {
    background-color: #282828 !important;
    color: #ffffff !important;
  }
  
  .invoice-footer {
    background: #282828 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
  }
  
  .invoice-body td {
    color: #ffffff !important;
  }
  
  .past-writer {
    background: #bca78057 !important;
  }
  
  .invoice-group {
    border-color: rgba(255, 255, 255, 0.1) !important;  
  }
  
  tbody.invoice-table tr {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  .invoice-paid .invoice-header {
    background: #2a532a2e !important;
  }
  
  .invoice-paid .invoice-footer {
    background: #2a532a2e !important;
  }
  
  .paid-check {
    color: #5ebd5e !important;
  }
  
  .invoice-summary {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  .summary-block {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  .summary-block.total {
    background: #282828 !important;
    color: #ffffff !important;
  }
  
  .summary-block.open {
    background: #2f4788 !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  .summary-block.paid {
    background: #638b63 !important;
    color: #ffffff !important;
  }
  
  .invoice-download-link {
    color: #ffffff !important;
  }
  
  .profitability-wrapper {
    background-color: #282828 !important;
    border-color: rgba(255, 255, 255, 0.1) !important
  }
  
  .profitability-title {
    color: #ffffff !important;
  }
  
  .profitability-card {
    background: #121212 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  
  .profit-client {
    color: #ffffff !important;
  }
  
  .profit-label {
    color: #ffffffa6 !important;
  }
  
  .profit-value {
    color: #ffffff !important;
  }
  
  .profit-gauge-label {
    color: #ffffffed !important;
  }
}

/* More Mobile */
@media only screen and (max-width: 600px) {
  .gradient-wrapper {
    width: 100% !important;
  }

  .suggestions {
    gap: 20px !important;
  }

  #responseCard {
    max-width: 100% !important;
  }

  #userCard {
    max-width: 100% !important;
  }

  .search-ui h1 {
    font-size: 50px !important;
  }

  .search-ui h2 {
    font-size: 19px !important;
  }

  .smart-cards {
    display: none !important;
  }

  .preview {
    max-width: 100% !important
  }

  .profile-section {
    display: flex !important;
    flex-direction: column !important;
  }

  .profile-card {
    width: 100%;
  }

  .ai-responses {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 230px !important;
  }

  .deep-toggle {
    display: none !important;
  }

  .user-trigger {
    font-size: 18px !important;
  }
}

@media (max-width: 900px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100% !important;
    transform: translateX(-100%);
    background: #fff;
    z-index: 999;
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .sidebar-toggle {
    position: fixed;
    top: 16px;
    left: 16px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1001;
    display: block;
  }

  .sidebar-item {
    margin-bottom: 7px !important;
    font-size: 17px !important;
  }

  .sidebar nav h4 {
    font-size: 17px !important;
  }

  .chat-input-wrapper {
    left: 0px !important;
  }

  .main {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 50px;
  }

  .container {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sidebar-logo-text {
    margin-top: 2px;
    margin-left: 10px;
  }

  .sidebar-logo-link {
    padding: 9px 12px 0px 12px !important;
  }
  
  .invoice-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px;
  }
}

/* Hide toggle on desktop */
@media (min-width: 901px) {
  .sidebar-toggle {
    display: none;
  }
}

:root {
  --card-bg: #ffffff;
  --card-border: rgba(0,0,0,0.07);
  --text-primary: #111;
  --text-secondary: #555;
  --text-muted: #777;
  --gauge-track: rgba(0,0,0,0.08);
  --gauge-fill: #22c55e;
}

body.dark {
  --card-bg: rgba(15,23,42,0.7);
  --card-border: rgba(148,163,184,0.15);
  --text-primary: #f9fafb;
  --text-secondary: #d1d5db;
  --text-muted: #9ca3af;
  --gauge-track: rgba(148,163,184,0.25);
}

.profitability-wrapper {
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 10px 20px 20px 20px;
  background-color: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.profitability-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
  margin-top: 0px;
  font-family: 'DM SANS';
}

.profitability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.profitability-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profit-client {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: 'DM SANS';
}

.profit-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: 'DM Sans';
  margin-bottom: 5px;
}

.profit-value {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  font-family: 'DM Sans';
}

.profit-gauge-label {
  font-size: 13px;
  color: var(--text-secondary);
  font-family: 'DM Sans';
}

.profit-gauge-label span {
  font-size: 12px;
  color: var(--text-muted);
}

.profit-gauge-track {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: var(--gauge-track);
  margin-top: 4px;
  overflow: hidden;
}

.profit-gauge-fill {
  height: 100%;
  background: var(--gauge-fill);
  border-radius: 999px;
}

.profit-text-only {
  font-size: 13px;
  color: var(--text-secondary);
  margin-top: 2px;
}

@media(max-width: 1100px){
  .profitability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 600px){
  .profitability-grid {
    grid-template-columns: 1fr;
  }
}

.invoice-download-link {
   margin-bottom: 0px;
   font-size: 14px;
   color: #4f5561;
   text-decoration: none;
   transition: all 200ms;
}

.invoice-download-link:hover {
   text-decoration: underline; 
}

.invoice-body thead {
   background: #e8f6e845 !important;
}

.invoice-group-header-left {
    display: flex;
    align-items: center;
}

th.invoice-paid {
   background-color: #e8f6e845;
}

.invoice-group.invoice-paid {
    border-color: #166534;
    background: #e8f6e845;
}

.invoice-paid .invoice-header {
    background: #e8f6e845;
    border-bottom-color: #166534;
}

.invoice-paid .invoice-footer {
    background: #e8f6e845;
}

.paid-badge {
    background: #166534;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: 'DM Sans';
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}

.invoices-empty-msg {
    font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 30px;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-input {
    padding: 12px 16px;
    border-radius: 7px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    width: 260px;
    transition: 0.2s;
}

.search-input:focus {
    outline: none;
    border: 1px solid #7b52f7 !important;
}

.search-btn {
    background: #7b5cff;
    color: white;
    font-family: DM Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding: 9px 12px;
    border-radius: 7px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

.search-btn:hover {
    background: #6a4deb;
}

.month-btn {
  padding:6px 10px;
  border-radius:999px;
  background:#f3f4f6;
  font-size:14px;
  border:1px solid #e5e7eb;
  text-decoration:none;
  color:#111;
}

.month-btn:hover {
  background:#e5e7eb;
}

.month-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.invoice-header {
  font-family: 'DM Sans';
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invoice-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}

.invoice-header .subtext {
  margin-top: 6px;
  font-size: 15px;
  color: #6b7280;
}

.invoice-summary {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  overflow: hidden;
}

.summary-block {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}

.summary-block:last-child {
  border-right: none;
}

.summary-block .count {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.summary-block .amount {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 500;
}

.summary-block.total {
  background: #ffffff;
}

.summary-block.open {
  background: #f0f4ff;
  color: #1d4ed8;
}

.summary-block.waiting {
  background: #fff8e6;
  color: #b45309;
}

.summary-block.paid {
  background: #e8f6e8;
  color: #166534;
}

.summary-block.problem {
  background: #ffe6e6;
  color: #b91c1c;
}

.search-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
}

.search-row input {
  flex: 1;
  padding: 12px 16px;
  border-radius: 30px;
  border: 1px solid #d1d5db;
  font-size: 15px;
}

.filter-btn {
  padding: 12px 20px;
  border-radius: 30px;
  background: #f3f4f6;
  border: none;
  font-size: 15px;
  cursor: pointer;
}

.filter-btn:hover {
  background: #e5e7eb;
}

.invoice-footer {
  padding: 16px 20px;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  text-align: right;
  font-weight: 600;
  font-family: 'DM Sans';
  font-size: 16px;
}

.invoice-header {
  font-family: 'DM Sans';
  border-bottom: 1px solid #e1e1e1;
  padding: 16px 0px;
}

.invoice-top {
  background: #f8fafc;
}

.cron-card { 
  padding: 16px; border: 1px solid #eee; border-radius: 8px; 
  background:#fff; width: 100%;
  margin-bottom: 40px;
}

.cron-row {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.cron-btn {
  background-color: var(--codeless-purple);
  color: #ffffff;
  border-radius: 5px;
  padding: 9px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: transform .06s ease, opacity .2s ease;
}

.cron-btn:active { transform: translateY(1px); }

.cron-btn[disabled] {
  opacity: .7;
  cursor: wait;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 7px;
}

.cron-btn .spinner {
  width:16px; height:16px; border-radius:50%;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff; 
  animation: spin 0.8s linear infinite;
  display:none;
}
.cron-btn.loading .spinner { display:inline-block; }

@keyframes spin { to { transform: rotate(360deg); } }

.cron-status { 
  font-size: 13px; color:#555; padding:6px 10px; 
  background:#f6f7fb; border:1px solid #eef0f4; border-radius: 8px;
  font-family: 'DM Sans';
}

.cron-log {
  margin-top: 12px;
  max-height: 280px;
  overflow: auto;
  padding: 12px;
  background: #fafafa;
  color: #333333;
  border-radius: 10px;
  line-height: 1.45;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  white-space: pre-wrap;
  word-break: break-word;
}

.ai-warning {
  font-family: 'DM Sans';
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #6d6d6d;
}

.ai-responses {
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  padding-bottom: 200px;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.dashboard-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.app-iframe {
  width: 100%;
  height: calc(100vh - 100px);
  border: none;
  margin-bottom: 50px;
}

.search-bar.expanded {
  align-items: end;
  padding: 14px 16px;
}

.search-bar.expanded .menu-button,
.search-bar.expanded .submit-icon {
  align-items: end;
  transform: translateY(2px);
}

.search-bar.expanded-radius {
  border-radius: 20px;
}

#searchInput {
  flex: 1;
  resize: none;
  overflow-y: auto;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: inherit;
  color: #222;
  line-height: 1.5;
  background: transparent;
  padding: 8px 0 10px;
  height: 40px;
  min-height: 40px;
  max-height: 200px;
  transition: height 0.15s ease-out;
}

.chat-input-wrapper {
  position: fixed;
  bottom: 0;
  left: 280px;
  right: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 20px;
  z-index: 1000;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 8px 16px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

#searchInput {
  flex: 1;
  resize: none;
  overflow-y: auto;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: 'DM Sans';
  color: #222;
  line-height: 1.4;
  background: transparent;
  max-height: 200px;
  transition: height 0.2s ease, border-radius 0.25s ease;
  box-sizing: border-box;
  vertical-align: middle;
}

.menu-button {
  font-size: 22px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  flex-shrink: 0;
  position: relative;
  align-self: flex-end;
  margin-bottom: 6px;
}

.menu-panel {
  position: absolute;
  bottom: 50px;
  left: 10px;
  background: white;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 10px;
  display: none;
  font-family: 'DM Sans';
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.menu-panel.show {
  display: block;
}

.deep-thinking {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  cursor: pointer;
}

.deepMode-label {
  margin-bottom: 0px;
  font-weight: 600;
  cursor: pointer;
}

.deepMode-label:hover {
  opacity: 85%;
}

.deep-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  font-size: 13px;
  color: #555;
  transition: all 0.2s ease;
  font-family: 'DM Sans';
}

.deep-toggle:hover {
  background: #f1f1f1;
}

#deepMode {
  accent-color: #7b61ff;
  transform: scale(1.1);
  cursor: pointer;
  display: none;
}

#deepMode:checked+label {
  color: #7b52f7;
  font-weight: 600;
}

.deep-indicator {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  text-align: center;
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  background: #7b52f7;
  border-radius: 8px;
  padding: 4px 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(92, 103, 242, 0.1);
}

.deep-indicator.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-6px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.submit-icon {
  border: none;
  border-radius: 100px;
  background: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
}

.main {
  padding-left: 50px;
  padding-right: 50px;
  flex: 1;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}

.home-section {
  display: flex;
}

.sidebar-logo-link {
  display: flex;
  padding: 20px 12px 0px 12px;
  margin-bottom: 1.5rem;
  gap: 10px;
  text-decoration: none;
}

.sidebar-text {
  font-family: 'DM Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #232A4D;
  margin-bottom: 0px;
}

.sidebar {
  width: 260px;
  height: 100vh;
  background: #f9f9f9;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
  padding: 8px 12px;
  border-right: 1px solid #0d0d0d0d;
}

.sidebar nav {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}

.sidebar-logo-text {
  font-family: 'DM Sans';
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 0px;
}

.sidebar nav h4 {
  font-size: 16px;
  margin-bottom: 7px;
  color: #888;
  font-family: 'DM Sans';
  font-weight: 400;
  padding-left: 7px;
}

.sidebar-item {
  display: block;
  margin-bottom: 3px;
  color: #101828;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s;
  font-family: 'DM Sans';
  font-size: 15px;
  font-weight: 500;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 10px 7px 10px 7px;
  transition: background 0.2s;
}

.sidebar-item:hover {
  background-color: #efefef;
}

.sidebar-item-active {
  background-color: #efefef;
}

.sidebar-apps {
  margin-top: 40px;
}

.sidebar-item-img {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid var(--untitled-ui--gray100);
}

.sidebar-footer {
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  opacity: 0.6;
}

.user-menu {
  position: relative;
  padding: 8px 16px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.user-menu:hover {
  border-radius: 6px;
  background-color: #efefef;
}

.user-trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  font-family: 'DM Sans';
  color: #101828;
  font-size: 16px;
  font-weight: 600;
}

.user-trigger .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  background: #7b52f7;
}

.user-dropdown {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 10px;
  width: 220px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 10;
  font-family: 'DM Sans';
  color: #111827;
  padding-bottom: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.05);
}

.user-dropdown.show {
  display: block;
}

.user-dropdown .user-info {
  padding: 12px 12px 6px 12px;
}

.user-name {
  font-size: 15px;
}

.user-dropdown .user-info p {
  margin: 0;
  font-size: 14px;
  opacity: 0.7;
}

.user-dropdown hr {
  border: none;
  border-top: 1px solid var(--untitled-ui--gray100);
  margin: 6px 0;
}

.user-dropdown-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: #101828;
  text-decoration: none;
  transition: background 0.2s;
  font-size: 16px;
}

.user-dropdown-link:hover {
  background: rgb(241 241 241);
}

.home-h1 {
  font-family: 'DM Sans';
  color: var(--untitled-ui--gray900);
}

.home-header {
  margin-bottom: 40px;
}

.dashboard-home {
  min-height: calc(100vh - 75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0;
}

.chat-toggle {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background: #7c3aed;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 24px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.chat-toggle:hover {
  transform: translateY(-2px);
}

.client-card {
  width: auto;
  background: #fff;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  text-decoration: none;
}

.client-card:hover {
  border-color: #7b52f7;
  transform: translateY(-2px);
}

.client-card-content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px 8px 12px;
  justify-content: center;
}

.client-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 30px;
  border: 1px solid #ececec;
}

.client-card-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.assignedClients-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

.section-title {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: var(--untitled-ui--gray900);
}

.actions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 20px;
}

.design-flex-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.design-client-img {
  width: 45px;
  border-radius: 45px;
}

.btn {
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 15px;
  background-color: #ffffff;
  border: 1px solid var(--line, #e6e9ef);
  transition: all 0.2s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.btn.small {
  font-size: 14px;
}

.btn.approve {
  color: #31b763;
}

.btn.reject {
  color: #FF6B6B;
}

.btn.purple {
  color: #7b52f7;
}

.btn.blue {
  color: #3580ff;
}

.btn.approve:hover {
  border-color: #31b763;
}

.btn.reject:hover {
  border-color: #FF6B6B;
}

.btn.purple:hover {
  border-color: #7b52f7;
}

.btn.blue:hover {
  border-color: #3580ff;
}

.profile-input-div {
  margin-bottom: 20px;
}

.profile-h2 {
  font-family: 'DM Sans';
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray900);
}

.profile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}

.introjs-tooltip {
  border: 1px solid #e6e8eb !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
}

.introjs-disabled {
  font-family: 'DM Sans' !important;
  font-weight: 500;
  text-shadow: none !important;
}

.introjs-prevbutton {
  font-family: 'DM Sans' !important;
  font-weight: 500;
  text-shadow: none !important;
}

.introjs-nextbutton {
  font-family: 'DM Sans' !important;
  font-weight: 500;
  text-shadow: none !important;
}

.introjs-progressbar {
  background-color: #7b52f7 !important;
}

.introjs-tooltiptext {
  font-family: 'DM Sans' !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}

.nav-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-family: 'DM Sans';
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid var(--untitled-ui--gray100);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-left: 10px;
}

.nav-button:hover {
  background-color: #f9fafb;
}

.nav-icon {
  width: 16px;
  height: 16px;
}

.group-title-cell {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.no-uploads-text {
  font-family: 'DM Sans';
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.preview-header {
  font-family: 'DM Sans';
  color: #000000;
}

.upload-post-title {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.reset-link {
  font-family: 'DM Sans';
  font-size: 15px;
  color: #6741d8;
}

.reset-link:hover {
  opacity: 80%;
}

.preview-btn {
  padding: 8px 15px;
  font-family: 'DM Sans';
  background-color: #3d73ff;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.preview-btn:hover {
  background-color: #3362de;
}

.publish-btn {
  padding: 8px 15px;
  font-family: 'DM Sans';
  background-color: #3ed066;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.publish-btn:hover {
  background-color: #34bd59;
}

.upload-clickup-btn {
  padding: 8px 12px;
  font-family: 'DM Sans';
  background-color: #f3f3f3;
  border-radius: 8px;
  text-decoration: none;
  color: var(--untitled-ui--gray900);
  font-weight: 600;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.upload-clickup-btn:hover {
  background-color: #e3e3e3;
}

.upload-doc-btn {
  padding: 8px 15px;
  font-family: 'DM Sans';
  background-color: #f3f3f3;
  border-radius: 5px;
  text-decoration: none;
  color: var(--untitled-ui--gray900);
  font-weight: 600;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.upload-doc-btn:hover {
  background-color: #e3e3e3;
}

.searchUploads button:hover {
  background-color: #6741d8;
}

.searchUploads button {
  background-color: var(--codeless-purple);
  color: #ffffff;
  border-radius: 5px;
  padding: 9px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
}

.searchUploads {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  margin-bottom: 2rem;
  flex-direction: row;
}

.preview li {
  font-size: 15px;
  line-height: 25px;
}

.preview p {
  font-size: 15px;
  line-height: 25px;
}

.preview {
  font-family: 'DM Sans';
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.response-desc table {
  margin-bottom: 10px;
}

.avatar-link {
  text-decoration: none;
}

.avatar-link:hover {
  opacity: 80%;
}

.production-last-updated {
  font-family: 'DM Sans';
  font-size: 14px;
  color: #888;
  margin-top: 15px;
  margin-bottom: 0px;
}

.client-detail-table th,
td {
  font-weight: 500;
}

.client-draft-review {
  background-color: #7b52f81c !important;
  color: #7b52f8;
}

.final-review {
  background-color: #efab3e2b !important;
  color: #efab3e;
}

.writing-in-progress {
  background-color: #afa2da1a !important;
  color: #7d72a1;
}

.client-outline-review {
  background-color: #047a6f33 !important;
  color: #047a6f;
}

.outline-review {
  background-color: #62b3f72e !important;
  color: #62b3f7;
}

.production-status {
  background-color: #f7f7f7;
  font-weight: 500;
  border: none;
  width: 50%;
}

.assignedClient {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 12px 15px 12px 15px;
  width: auto;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  position: relative;
  text-decoration: none;
}

.assignedClient:hover {
  border-color: #7b52f7;
  transform: translateY(-2px);
}

.assignedClient-img {
  width: 17px;
  height: 17px;
  margin-top: -2px;
  margin-right: 2px;
  border-radius: 17px;
}

.assignedClients {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.search-ui.message-sent .home-bottom {
  margin-bottom: 30vh;
  transition: margin 0.5s ease;
}

.fade-out {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.has-iframe {
  width: 100% !important;
  padding: 0px !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
}

.announcement {
  background-color: #fff4f4;
  padding: 20px;
  border-radius: 8px;
  color: #ff4444 !important;
}

.client-layout {
  display: flex;
  align-items: flex-start;
}

.client-sidebar {
  position: sticky;
  top: 30px;
  left: 40px;
  width: 260px;
  min-height: 300px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 1.25rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.sparkle-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #7a00ff;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
}

@keyframes glowBorder {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes glowShadow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0px rgba(186, 104, 255, 0.7);
  }

  50% {
    box-shadow: 0 0 12px rgba(186, 104, 255, 1);
  }

  100% {
    box-shadow: 0 0 0px rgba(186, 104, 255, 0.7);
  }
}

.button-thinking {
  animation: spin 1s linear infinite, glow 1.5s ease-in-out infinite;
}

.suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.suggestion {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 12px 15px 12px 15px;
  width: auto;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  position: relative;
}

.suggestion:hover {
  border-color: #7b52f7;
  transform: translateY(-2px);
}

.suggestion img.logo {
  position: absolute;
  bottom: 16px;
  left: 16px;
  height: 20px;
  width: auto;
}

.content-box-body>div:last-of-type {
  margin-bottom: 0 !important;
}

.client-design-link {
  font-family: 'DM Sans';
  font-size: 14px;
  line-height: 24px;
  color: #4285F4;
}

.clickup-link {
  color: #7612FA !important;
}

.client-design-link:hover {
  opacity: 85%;
}

.search-link {
  display: block;
  font-family: 'DM Sans';
  font-size: 16px;
  line-height: 1.5;
  color: #7b52f7;
  word-break: break-all;
}

.search-link:hover {
  opacity: 85%;
}

.last {
  margin-bottom: 0px !important;
}

.client-sidebar-last {
  margin-bottom: 20px !important;
}

.client-resource-link {
  font-family: 'DM Sans';
  font-size: 16px;
  line-height: 1.5;
  color: #7b52f7;
  display: block;
  margin-bottom: 10px;
}

.client-resource-link:hover {
  opacity: 85%;
}

.content-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  font-family: 'DM Sans', sans-serif;
  border: 1px solid #e6e8eb;
}

.content-box-title {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 19px;
  font-weight: 600;
  color: #1f2024;
  margin-bottom: 12px;
}

.content-box-body {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

.response-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.response-card.loaded {
  opacity: 1;
  transform: translateY(0);
}

#responseCard {
  width: fit-content;
  max-width: 600px;
}

.search-ui {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.search-ui.loaded {
  opacity: 1;
  transform: translateY(0);
}

.home-top {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home-middle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  align-content: flex-start;
}

.home-bottom {
  margin-top: 0px;
  width: 100%;
}

.search-ui h1 {
  font-family: 'DM Sans';
  font-size: 60px;
  color: var(--untitled-ui--gray900);
  margin-bottom: 0;
  font-weight: 600;
}

.search-ui h2 {
  font-family: 'DM Sans';
  font-weight: 400;
  color: #888;
  margin-top: 0px;
  font-size: 20px;
}

.quick-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 20px;
  gap: 16px;
}

.quick-card {
  background: #f6f6f6;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'DM Sans';
  font-size: 15px;
  font-weight: 500;
}

.quick-card:hover {
  background: #e7e7e7;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.search-bar-page input {
  border: none;
  background: transparent;
  font-size: 16px;
  flex-grow: 1;
  outline: none;
  padding: 0;
  color: #111827;
  font-family: 'DM Sans';
}

.search-bar-page {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e8eb;
  padding: 12px 18px;
  width: 100%;
  margin-bottom: 50px;
  transition: border-color 0.2s linear;
}

.error-message {
  text-align: center;
  color: red;
  font-size: 14px;
  margin-top: 10px;
}

.dashboard-tools {
  margin-top: 70px;
}

.dashboard-clients {
  margin-top: 50px;
}

@media only screen and (max-width: 600px) {
  .client-layout {
    flex-direction: column-reverse;
    gap: 50px !important;
  }

  .client-sidebar {
    width: 100% !important;
  }
}

.client-detail-link {
  font-family: 'DM Sans';
  font-size: 15px;
  color: #7b52f7;
}

.client-detail-link:hover {
  opacity: 85%;
}

.client-detail-text {
  font-family: 'DM Sans';
  font-size: 15px;
  line-height: 25px;
}

.client-detail-name {
  font-family: 'DM Sans';
  font-size: 20px;
  font-weight: 700;
  color: var(--untitled-ui--gray900);
  margin-top: 0px !important;
}

.client-layout {
  display: flex;
  gap: 30px;
}

.client-sidebar {
  width: 280px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px 20px 0px 20px;
}

.client-logo-img {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: 1px solid var(--untitled-ui--gray100);
  border-radius: 5px;
  margin-bottom: 12px;
}

.client-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.client-detail-name {
  font-size: 20px;
  font-weight: 700;
}

.client-section {
  margin-bottom: 25px;
}

.label {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 15px;
  color: #888;
  margin-bottom: 8px;
}

.status-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 16px;
}

.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.status-dot.good {
  background-color: #2ecc71;
}

.status-dot.onboarding {
  background-color: #2ecc71;
}

.status-dot.ok {
  background-color: #f1c40f;
}

.status-dot.behind {
  background-color: #f1c40f;
}

.status-dot.bad {
  background-color: #e74c3c;
}

.status-dot.offboarding {
  background-color: #e74c3c;
}

.team-avatars {
  display: flex;
  gap: 16px;
}

.avatar {
  text-align: center;
}

.avatar img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #ddd;
  object-fit: cover;
}

.avatar p {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 15px;
  color: var(--untitled-ui--gray800);
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 0px;
}

.client-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.heading-2 {
  font-size: 23px;
  line-height: 33px;
  font-family: 'DM Sans';
  color: var(--untitled-ui--gray800);
  font-weight: 700;
}

.meeting-link {
  margin-left: auto;
  color: var(--codeless-purple);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
  text-decoration: none;
}

.meeting-link:hover {
  color: #6741d8;
}

.client-name {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 20px;
  color: #111827;
}

.client-block {
  padding: 10px 15px 10px 15px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.client-block:hover {
  border-color: #7b52f7;
}

@keyframes boom {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  70% {
    transform: scale(1.5);
    opacity: 0.6;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes explode-frame {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  70% {
    transform: scale(3);
    opacity: 0.6;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.fireball {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #f90, transparent);
  transform: translate(-50%, -50%) scale(0);
  animation: explode-frame 0.6s ease-out forwards;
  z-index: 99999;
}

@keyframes screen-shake {

  0%,
  100% {
    transform: translate(0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate(-5px, 5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate(5px, -5px);
  }
}

.empty-text {
  font-family: 'DM Sans';
  font-size: 16px;
  color: #6b7280;
}

.empty-header {
  font-family: 'DM Sans';
  font-size: 30px;
  color: var(--untitled-ui--gray900);
}

.empty-state {
  text-align: center;
  padding: 10rem 2rem;
  color: #555;
}

.empty-img {
  max-width: 120px;
  border-radius: 120px;
}

.spin-head {
  animation: spin 5s linear infinite;
  transform-origin: center center;
  display: inline-block;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ooo {
  padding: 2px 5px;
  background-color: #ff5858;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
}

.team-member-name-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-content: center;
  justify-content: center;
  gap: 7px;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

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

.team-member img {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  object-fit: cover;
}

.team-member p {
  margin-top: 12px;
  font-size: 15px;
  font-family: 'DM Sans';
  font-weight: 500;
  color: #6b7280;
}

.password-link {
  color: #6741d8;
}

.password-link:hover {
  opacity: 80%;
}

.login-alert {
  padding: 20px;
  background-color: #7b52f714;
  font-family: "DM Sans";
  display: flex;
  gap: 12px;
  color: black;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .task-title {
    font-size: 20px;
  }

  .badge {
    margin-top: 0px !important;
  }

  .task-bottom-flex {
    flex-direction: column;
  }

  .client-grid {
    gap: 24px !important;
  }
}

form#addUserForm {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

form#addUserForm input {
  flex: 1;
  min-width: 200px;
}

form#addUserForm select {
  flex: 1;
  min-width: 200px;
}

form#addUserForm button {
  background-color: var(--codeless-purple);
  color: #ffffff;
  border-radius: 5px;
  padding: 9px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  transition: all .2s;
}

form#addUserForm button:hover {
  background-color: #6741d8;
}

.user-group {
  margin-bottom: 2rem;
}

.group-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #000000;
  font-family: 'DM Sans';
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}

th,
td {
  padding: 0.4rem 0.6rem;
  border: 1px solid #e0e0e0;
  text-align: left;
  font-size: 0.875rem;
  font-family: 'DM Sans';
}

th {
  background-color: #fafafa;
  font-weight: 600;
  font-family: 'DM Sans';
}

button.btn-action {
  background-color: #f3f3f3;
  color: var(--untitled-ui--gray900);
  border: none;
  padding: 9px 12px;
  font-size: 14px;
  margin-right: 0.3rem;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'DM Sans';
  font-weight: 600;
}

button.btn-action-delete {
  background-color: #ff4e4e;
  color: #ffffff;
  border: none;
  padding: 9px 12px;
  font-size: 14px;
  margin-right: 0.3rem;
  cursor: pointer;
  border-radius: 8px;
  font-family: 'DM Sans';
  font-weight: 600;
}

button.btn-action:hover {
  opacity: 80%;
}

button.btn-action-delete:hover {
  opacity: 80%;
}

.emoji {
  font-size: 1.1rem;
  text-align: center;
}

@media (max-width: 768px) {
  form#addUserForm {
    flex-direction: column;
  }

  form#addUserForm input,
  form#addUserForm button {
    width: 100%;
  }

  .user-group {
    overflow-x: auto;
  }

  table {
    min-width: 100%;
    font-size: 0.85rem;
  }

  th,
  td {
    padding: 0.35rem;
  }

  .btn-action {
    white-space: nowrap;
  }

  select {
    font-size: 1rem;
  }

  .action-btns {
    display: flex;
  }

  .login-alert {
    flex-direction: column;
  }
}

.fire {
  position: fixed;
  width: 100px;
  height: 100px;
  background: url('https://www.allegiantfire.net/wp-content/uploads/2019/09/2-subheading-1024x288.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 9999;
  animation: fireFloat 2s ease-out forwards;
}

@keyframes fireFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(-100px) scale(1.5);
    opacity: 0;
  }
}

@keyframes explode {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(10);
    opacity: 0;
  }
}

.body.exploded {
  animation: explode 1.0s forwards;
  background-color: #ff0000;
}

.task-btn-img {
  width: 15px;
}

.complete-btn {
  padding: 9px 15px;
  font-family: 'DM Sans';
  background-color: #3ed066;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.complete-btn:hover {
  background-color: #34bd59;
}

.task-btn {
  padding: 9px 15px;
  font-family: 'DM Sans';
  background-color: #f3f3f3;
  border-radius: 8px;
  text-decoration: none;
  color: var(--untitled-ui--gray900);
  font-weight: 600;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.task-btn:hover {
  background-color: #e3e3e3;
}

.task-bottom-flex {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.badge {
  background-color: #f752523b;
  color: #f75252;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  font-family: 'DM Sans';
  font-weight: 500;
  margin-top: -12px;
}

.task-top-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.auth-success {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #c1ffc1;
  border-radius: 5px;
  font-family: 'DM Sans';
  font-weight: 500;
  color: #000000;
}

.auth-error {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #ffc1c1;
  border-radius: 5px;
  font-family: 'DM Sans';
  font-weight: 500;
  color: #000000;
}

.image-request strong {
  font-family: 'DM Sans';
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--untitled-ui--gray900);
}

.image-request {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
  font-family: 'DM Sans';
  font-size: 15px;
  line-height: 25px;
}

.effort {
  font-size: 15px;
  color: #585858;
  font-weight: 600;
}

.task-title {
  margin-top: 10px;
  font-family: 'DM Sans';
  color: var(--untitled-ui--gray900)
}

.task-card {
  padding: 15px 20px 15px 20px;
  border: 1px solid #e6e8eb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 7px;
  margin-bottom: 30px;
}

.date-header {
  font-family: 'DM Sans';
  font-size: 21px;
  font-weight: 600;
  color: var(--untitled-ui--gray900);
  margin-bottom: 15px;
}

.submit-btn {
  background-color: var(--codeless-purple);
  color: #fff;
  border-radius: 8px;
  width: auto;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
}

.submit-btn:hover {
  background-color: #6741d8;
}

.client-dropdown {
  width: 280px;
  position: relative;
  font-family: system-ui, sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
}

.selected {
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #fff;
  height: 45px;
  font-family: 'DM Sans';
}

.selected img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: contain;
}

.selected span {
  flex: 1;
  font-weight: 500;
  font-size: 15px;
  color: #111827;
}

.arrow {
  font-size: 12px;
  color: #888;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid var(--untitled-ui--gray200);
  border-radius: 6px;
  margin-top: 4px;
  display: none;
  z-index: 999;
}

.option {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  font-family: 'DM Sans';
  font-weight: 500;
}

.option img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: contain;
}

.option:hover {
  background-color: #f3f4f6;
}

.upload-box {
  margin-bottom: 40px;
  border: 2px dashed #d1d5db;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  transition: background 0.2s ease;
}

.upload-content {
  font-family: 'DM Sans';
}

.upload-box:hover {
  background: #f4f4f4;
}

.upload-content .upload-icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.upload-hint {
  font-size: 12px;
  color: #6b7280;
}

.tips-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'DM Sans';
  color: var(--untitled-ui--gray900);
}

.tips-section ul {
  padding-left: 20px;
  list-style-type: disc;
  color: #374151;
}

.tips-section li {
  margin-bottom: 12px;
  font-family: 'DM Sans';
  font-size: 15px;
}

.hidden {
  display: none;
}

#resultBox {
  margin-top: 50px;
}

#previewImage {
  margin-top: 15px;
}

.outputH2 {
  font-family: 'DM Sans';
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 32px;
  align-items: end;
  margin-top: 20px;
}

.smart-card-close-btn {
  padding: 9px 15px;
  font-family: 'DM Sans';
  background-color: #f3f3f3;
  border-radius: 8px;
  text-decoration: none;
  color: var(--untitled-ui--gray900);
  font-weight: 600;
  transition: all .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.smart-card-close-btn:hover {
  background-color: #e3e3e3;
}

.smart-card-list-item {
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}

.smart-card-list {
  list-style-type: none;
  padding-left: 0px;
}

.smart-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 30px;
}

.smart-card {
  background: #7b52f70f;
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 12px 15px 12px 15px;
  width: auto;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  position: relative;
}

.smart-card:hover {
  border: 1px solid var(--codeless-purple);
  transform: translateY(-2px);
}

.smart-card-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #1f2024;
  margin-bottom: 17px;
}

.smart-card-icon {
  font-size: 24px;
  background: #f3f4f6;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smart-card-name {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.smart-card-desc {
  font-family: 'DM Sans';
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 16px;
}

.smart-card-link {
  text-decoration: none;
}

.response-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

.response-card {
  transition: box-shadow 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.user-card {
  transition: box-shadow 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

#userCard {
  width: fit-content;
  max-width: 600px;
  margin-left: auto;
}

.response-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.response-icon {
  font-size: 24px;
  background: #f3f4f6;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.response-name {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.response-desc {
  font-family: 'DM Sans';
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 16px;
}

.user-desc {
  font-family: 'DM Sans';
  font-size: 20px;
  line-height: 35px;
  color: #6c6c6c;
  margin-bottom: 16px;
}

.response-link {
  font-family: 'DM Sans';
  font-size: 14px;
  font-weight: 500;
  color: #7b52f7;
  text-decoration: none;
}

.response-link:hover {
  text-decoration: underline;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  height: 75px;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}

.navbar-flex {
  justify-content: space-between;
  align-items: center;
  height: 75px;
  display: flex;
}

.navbar-left {
  width: 50%;
}

.navbar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 230px;
  text-decoration: none;
}

.navbar-logo-link:hover {
  opacity: .85;
}

.user-status {
  background-color: #7b52f73b;
  color: #7b52f7;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  margin-top: 10px;
  font-family: 'DM Sans';
  font-weight: 500;
  text-transform: capitalize;
}

.navbar-logo-link {
  transition: all .2s;
}

.navbar-container {
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.show-tablet {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_component {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar07_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar07_item-heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.navbar-dropdown-text {
  color: var(--untitled-ui--gray900);
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.navbar-dropdown-img {
  border-radius: 30px;
}

.navbar-dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  box-shadow: 0 2px 8px rgb(0 0 0 / 3%);
  background-color: #fff;
  border-radius: 5px;
  margin-top: -8px;
  margin-right: 0px;
}

.navbar-dropdown-link {
  color: var(--untitled-ui--gray800);
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: all .2s;
}

.navbar-dropdown-link:hover {
  background-color: #f8f8f8;
}

.archived-toggle {
  margin-top: 3rem;
  text-align: center;
  cursor: pointer;
  font-family: 'DM Sans';
  font-size: 15px;
  font-weight: 500;
  color: #666;
  padding: 0.5rem;
  transition: color 0.2s ease;
}

.archived-toggle:hover {
  color: #000;
}

.archived-section {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.dashboard-status-edits,
.dashboard-status-uploads,
.dashboard-status-published {
  background-color: #f2f2f2;
  padding: 6px 10px;
  border-radius: 4px;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 15px;
}

.no-msg {
  font-family: 'DM Sans';
  font-size: 16px;
}

.JAN {
  background-color: #E0F7FA;
  color: #006064;
}

.FEB {
  background-color: #FCE4EC;
  color: #880E4F;
}

.MAR {
  background-color: #F1F8E9;
  color: #33691E;
}

.APR {
  background-color: #FFF3E0;
  color: #E65100;
}

.MAY {
  background-color: #E8F5E9;
  color: #1B5E20;
}

.JUN {
  background-color: #E3F2FD;
  color: #0D47A1;
}

.JUL {
  background-color: #FBE9E7;
  color: #BF360C;
}

.AUG {
  background-color: #F3E5F5;
  color: #4A148C;
}

.SEP {
  background-color: #FFFDE7;
  color: #F57F17;
}

.OCT {
  background-color: #ECEFF1;
  color: #263238;
}

.NOV {
  background-color: #EFEBE9;
  color: #3E2723;
}

.DEC {
  background-color: #EDE7F6;
  color: #311B92;
}

.NA {
  background-color: #ECECEC;
  color: #4A4A4A;
}

.container {
  max-width: 1250px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 800;
}

.dashboard-rows {
  margin-top: 30px;
  padding: 0;
}

.dashboard-col {
  background-color: #836eca0d;
  border-radius: 7px;
  padding: 10px 10px 5px;
}

.dashboard-col-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.dashboard-col-top-status {
  color: #fff;
  background-color: #afa2da;
  border-radius: 5px;
  padding: 5px 7px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.dashboard-status-purple {
  background-color: var(--purple);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.dashboard-col-purple {
  background-color: #836eca0d;
  border-radius: 7px;
  padding: 12px;
}

.dashboard-total-purple {
  color: var(--purple);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.post-card {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
}

.action-needed-label {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #FF6B6B;
  color: white;
  font-size: 12px;
  font-family: 'Dm Sans';
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.post-tags-bottom {
  margin-top: 12px;
}

.post-tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.post-tag {
  background-color: #f2f2f2;
  color: #555;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: capitalize;
  display: inline-block;
}

.post-tag.priority {
  background-color: #7E57C2;
  color: white;
}

.post-tag.hold {
  background-color: #FFD166;
  color: #333;
}

.post-tag.priority {
  background-color: #7E57C2;
  color: #fff;
}

.post-tag.on-hold {
  background-color: #ffd166;
  color: #333;
}

.post-title {
  color: var(--untitled-ui--gray900);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.post-bottom-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.post-bottom-col {
  flex-flow: column;
  display: flex;
}

.post-bottom-col-text {
  color: var(--untitled-ui--gray600);
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.post-bottom-col-month {
  text-align: center;
  border-radius: 2px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.post-bottom-col-text-bold {
  color: var(--untitled-ui--gray800);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.dashboard-col-teal {
  background-color: #0b9d9f0d;
  border-radius: 8px;
  padding: 12px;
}

.dashboard-status-teal {
  background-color: var(--teal);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.dashboard-total-teal {
  color: var(--teal);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.dashboard-col-blue {
  background-color: #4366ff0d;
  border-radius: 8px;
  padding: 12px;
}

.dashboard-status-blue {
  background-color: var(--blue);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.dashboard-total-blue {
  color: var(--blue);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.dashboard-col-green {
  background-color: #0387440d;
  border-radius: 8px;
  padding: 12px;
}

.dashboard-status-green {
  background-color: var(--green);
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.dashboard-total-green {
  color: var(--green);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.loading-screen {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner-container {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #7c3aed;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.dot1 {
  animation-delay: 0s;
}

.dot2 {
  animation-delay: 0.2s;
}

.dot3 {
  animation-delay: 0.4s;
}

@keyframes bounce {

  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.auth-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.auth-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.auth-heading {
  color: var(--untitled-ui--gray900);
  text-align: center;
  margin-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.auth-form-block {
  width: 100%;
  margin-bottom: 0;
}

.input-label {
  color: var(--untitled-ui--gray700);
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.input-field {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray800);
  border-radius: 8px;
  height: 42px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}


.submit-btn {
  background-color: var(--codeless-purple);
  color: #ffffff;
  border-radius: 5px;
  padding: 9px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
}

.auth-link {
  cursor: pointer;
}

.auth-link:hover {
  opacity: 85%;
}

.auth-input-div {
  margin-bottom: 20px;
}

.result {
  margin-top: 24px;
  background: #f0f0ff;
  border: 1px solid #c7c7e6;
  border-left: 3px solid #7B4DF7;
  border-radius: 5px;
  padding: 16px;
  color: #2d2f45;
  font-family: "DM Sans";
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
}

.result strong {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1a1b2f;
}

.auth-login-btn {
  background-color: var(--codeless-purple);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
}

.auth-login-btn:hover {
  background-color: #6741d8;
}

.form {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  height: 44px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #272727;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.card-open-background {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.card-open-exit-btn {
  opacity: .2;
  vertical-align: top;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.card-open-exit-btn:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.card-open-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.card-open-box {
  cursor: auto;
  background-color: #fbfbfc;
  border-radius: 12px;
  width: 1000px;
  padding: 0 40px 0 0;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.card-open-flex {
  display: flex;
}

.card-open-left {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 55%;
  padding: 30px 20px 30px 40px;
}

.card-open-right {
  border-left: 1px solid var(--untitled-ui--gray200);
  background-color: #fbfbfc;
  flex-flow: column;
  justify-content: space-between;
  width: 45%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.card-open-title {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.card-open-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.card-open-col {
  flex-flow: column;
  display: flex;
}

.card-open-text {
  color: var(--untitled-ui--gray600);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.card-open-text-bold {
  color: var(--untitled-ui--gray800);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.card-open-col-month {
  text-align: center;
  border-radius: 2px;
  margin-top: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.card-open-col-writer {
  color: #fff;
  text-align: center;
  background-color: #ff2ec0;
  border-radius: 2px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.writer-color-0 {
  background-color: #f94144;
}

.writer-color-1 {
  background-color: #f3722c;
}

.writer-color-2 {
  background-color: #f8961e;
}

.writer-color-3 {
  background-color: #43aa8b;
}

.writer-color-4 {
  background-color: #577590;
}

.writer-color-5 {
  background-color: #9a4dff;
}

.writer-color-6 {
  background-color: #e056fd;
}

.writer-color-7 {
  background-color: #ff6bcb;
}

.writer-color-8 {
  background-color: #00b894;
}

.writer-color-9 {
  background-color: #2d3436;
}

.card-open-docs {
  margin-top: 30px;
}

.card-open-docs-form-block {
  margin-top: 30px;
  margin-bottom: 0;
}

.card-open-docs-form-block.w-form {
  border-top: 1px solid var(--untitled-ui--gray200);
  padding-top: 20px;
}

.modal-action-buttons {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  border-top: 1px solid var(--untitled-ui--gray200);
  padding-top: 20px;
}

.modal-btn {
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  font-family: 'DM Sans';
  font-weight: 600;
  cursor: pointer;
  background-color: #1ABC9C;
  color: white;
}

.modal-btn:hover {
  opacity: 85%;
}

.modal-btn.secondary {
  background-color: #FF6B6B;
}

.card-open-docs-label {
  color: var(--untitled-ui--gray700);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.submit-button {
  display: none;
}

.card-open-docs-div {
  margin-bottom: 20px;
}

.card-open-docs-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-open-docs-input {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray800);
  border-radius: 5px;
  height: 43px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.clickable-input {
  cursor: pointer !important;
  color: #1a1a1a;
  background-color: #ffffff !important;
}

.clickable-input:hover {
  background-color: #f1f1f1;
}

.comments-heading {
  color: var(--untitled-ui--gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

.comments-wrapper {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 20px;
}

.no-comments-msg {
  padding: 1rem;
  font-family: "DM Sans";
  font-size: 17px;
  font-weight: 500;
  color: #7d8592;
  text-align: center;
}

.comments-scroll-area {
  max-height: 300px;
  overflow-y: auto;
}

.comments-wrapper::-webkit-scrollbar {
  width: 6px;
}

.comments-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.comments-list {
  flex-flow: column;
  display: flex;
  overflow-x: hidden;
}

.comment {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
  padding: 9px 12px 12px 12px;
}

.comment-top {
  display: flex;
  align-items: center;
}

.comment-left {
  width: 80%;
}

.comment-right {
  width: 20%;
}

.comment-date {
  color: var(--untitled-ui--gray500);
  text-align: right;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.comment-name {
  color: var(--untitled-ui--gray800);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.comment-text {
  color: var(--untitled-ui--gray600);
  margin-top: 7px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
  word-wrap: break-word;
}

.comment-form-block {
  margin-bottom: 0;
}

.mention-suggestions {
  background: #fff;
  border: 1px solid var(--untitled-ui--gray200);
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  z-index: 10;
  width: 300px;
  margin-top: 5px;
  border-radius: 5px;
}

.mention-option {
  padding: 6px 10px;
  font-family: "DM Sans";
  cursor: pointer;
}

.mention-option:hover {
  background-color: #f0f0f0;
}

.comment-submit-btn {
  float: right;
  background-color: var(--codeless-purple);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 42.5px;
  margin-top: -43px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.comment-submit-btn:hover {
  background-color: #6741d8;
}

.comment-input-field {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray800);
  border-radius: 5px;
  height: 43px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .pop-up-button {
    position: relative;
  }

  .card-open-box {
    background-color: #fff;
  }

  .card-open-left {
    width: 100%;
    padding-right: 0;
  }

  .card-open-right {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-dropdown-toggle {
    margin-right: -15px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar07_link,
  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .dashboard-rows {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pop-up-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navbar-icon {
    width: 70%;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .navbar-dropdown-img {
    width: 25px;
  }

  .auth-div {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .card-open-box {
    padding: 48px 24px 16px;
  }

  .card-open-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card-open-title {
    margin-bottom: 0;
  }

  .card-open-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 20px;
  }

  .card-open-text,
  .card-open-text-bold {
    font-size: 15px;
    line-height: 25px;
  }

  .card-open-col-month {
    width: 18%;
  }

  .card-open-col-writer {
    width: 100%;
  }
}

#w-node-ec2d1c2d-9532-85d9-a07e-ecb41ddd7107-b106610f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


@media (min-width: 992px) {
  #w-node-ec2d1c2d-9532-85d9-a07e-ecb41ddd7107-b106610f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ec2d1c2d-9532-85d9-a07e-ecb41ddd7107-b106610f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec2d1c2d-9532-85d9-a07e-ecb41ddd7107-b106610f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}