: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;
}

/* Dark Mode */
@media (prefers-color-scheme: dark) {
  .loading-screen {
    background: #121212 !important;
  }
  .body {
    background-color: #121212 !important;
  }
  body {
    background-color: #121212 !important;
  }
  .navbar {
    background-color: #121212 !important;
    border-color: #ffffff21 !important;
  }
  .light {
    display: none !important;
  }
  .dark {
    display: block !important;
  }
  .navbar-text {
    color: #ffffff !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;
  }
  .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: 80%;
  }
  .nav-icon {
    filter: invert(1);
  }
  .introjs-tooltip {
    background-color: #0a0a0a !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;
 }
 .heading {
    color: #ffffff !important;
 }
 .h1 {
    color: #ffffff !important;
 }
 .dashboard-col-purple {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .dashboard-col-teal {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .dashboard-col-blue {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .dashboard-col-green {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .w-layout-cell {
    border: none !important;
 }
 .dashboard-status-edits, .dashboard-status-uploads, .dashboard-status-published {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .archived-toggle {
    color: #ffffff !important;
 }
 .archived-toggle:hover {
    color: #ffffff !important;
    opacity: 70%;
 }
 .post-card {
    background-color: #1c1c1c !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .post-title {
    color: #ffffff !important;
 }
 .post-bottom-col-text {
    color: #c0c0c0 !important;
 }
 .post-bottom-col-text-bold {
    color: #fffffff5 !important;
 }
 .status-client-outline-review {
    background: #1d3535 !important;
    color: #ffffff !important;
 }
 .status-outline-review {
    background: #e0f7f6 !important;
    color: #ffffff !important;
 }
 .status-final-review {
    background: #1d2235 !important;
    color: #ffffff !important;
 }
 .status-client-draft-review {
    background: #1d3527 !important;
    color: #ffffff !important;
 }
 .status-edits {
    background: #35321d !important;
    color: #ffffff !important;
 }
 .status-uploads {
    background: #e0f7f6 !important;
    color: #ffffff !important;
 }
 .empty-state {
    background: #f8f9fa21 !important;
    color: #ffffff !important;
 }
 .loading-overlay {
    background: #282828 !important;
    color: #ffffff !important;
 }
 table {
    background: #282828 !important;
    border: 1px solid var(--untitled-ui--gray100);
 }
 tbody tr {
    background: #282828 !important;
    color: #ffffff !important;
 }
 th {
    color: #c0c0c0 !important;
 }
 #sheets-form {
    background: #282828 !important;
 }
 .card-open-left {
    background-color: #1c1c1c !important;
    border-right: 1px solid #ffffff21 !important;
 }
 .card-open-title {
    color: #ffffff !important;
 }
 .card-open-text {
    color: #c0c0c0 !important;
 }
 .card-open-text-bold {
    color: #ffffff !important;
 }
 .card-open-docs-label {
    color: #c0c0c0 !important;
 }
 .card-view-link {
    color: #ffffff !important;
 }
 .card-view-link:hover {
    opacity: 85%;
 }
.card-open-docs-input {
    border: 1px solid #ffffff21 !important;
    background: #222222 !important;
    color: #ffffff !important;
 }
 .card-open-docs-form-block.w-form {
    border-top: 1px solid #ffffff21 !important;
 }
 .modal-action-buttons {
    border-top: 1px solid #ffffff21 !important;
 }
 .card-open-exit-btn {
    opacity: 80% !important;
    filter: invert(1);
 }
 .modal-content {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .modal-text {
    color: #ffffff !important;
 }
 .light-border {
    border-bottom: 1px solid #ffffff21 !important;
 }
 :root {
    --surface: #222222 !important;
    --text:    #ffffff;
 }
 .card-open-box {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
 }
 .card-open-right {
    background-color: #282828 !important;
 }
 .skel {
    background: #222222 !important;
 }
 .modal-btn.w-button.confirm-btn.dark-confirm-btn {
    background: #222222 !important;
    border: 1px solid #ffffff21 !important;
    color: #ffffff !important;
 }
 .home-card {
    background-color: #282828 !important;
    color: #ffffff !important;
 }
 .home-card-title {
    color: #ededed !important;
 }
 .home-card-sub {
    color: #c0c0c0 !important;
 }
 .month-card {
    background-color: #282828 !important;
    border: 1px solid #ffffff21 !important;
 }
 .month-title {
    color: #ffffff !important;
 }
 .percent-complete {
    color: #dcdcdc !important;
 }
 .status-list li {
    color: #c0c0c0 !important;
 }
 .month-timeline-h2 {
    color: #ffffff !important;
 }
 .h2 {
    color: #ffffff !important;
 }
 .progress-bar {
    background-color: #4d4d4d !important;
 }
 .hr {
    border-color: #ffffff21 !important;
 }
 .heading-subtext {
    color: #c0c0c0 !important;
 }
 .subtext {
    color: #c0c0c0 !important;
 }
 #progressChart {
    padding: 16px;
    background-color: #282828 !important;
    border-radius: 12px;
    border: 1px solid #ffffff21 !important;
 }
 .profile-h2 {
    color: #ffffff !important;
    border-color: #ffffff21 !important;
 }
 .team-member {
    border: 1px solid #ffffff21 !important;
    background: #282828 !important;
 }
 .details .email {
    color: #ffffff !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;
  }
  td.status-group-header {
    font-weight: 600;
    font-size: 16px;
    opacity: 80%;
  }
  .back-link {
    color: #ffffff !important;
  }
  .back-link:hover {
    background: transparent !important;
    opacity: 80%;
  }
  .table-section-label {
    background: #282828 !important;
    color: #ffffff !important;
 }
 .tab {
    background: #282828 !important;
    color: #d1d5db !important;
  }
  .tab.active {
    background: #f9fafb !important;
    color: #111827 !important;
  }
  .tab:hover {
    border: 1px solid #ffffff21 !important;
  }
  #keyword-alert {
    background-color: #1c1917;
    border: 1px solid #facc15;
    color: #fde68a;
  }
  #keyword-alert a {
    color: #fde68a;
  }
  tr:hover {
    background-color: #2d2f31 !important;
  }
}

@media only screen and (max-width: 600px) {
  .modal-content {
    width: 90%;
  }
  .modal-btn {
    width: 100%;
    padding: 12px !important;
    font-size: small;
  }
  .card-open-left {
    padding: 0px !important;
  }
  .navbar-bell-dropdown {
    display: none;
  }
  .strategy-btn {
    display: none !important;
  }
  .nav-client {
    display: none;
  }
  #card-open {
    width: 100% !important;
  }
  .modal-action-buttons {
    padding-bottom: 16px;
  }
  .tracker {
    min-width: 100% !important;
  }
  .card-open-right {
    display: none !important;
  }
  .card-open-col.writer-col {
    align-items: flex-start;
  }
  .archived-toggle {
    margin-top: 40px !important;
  }
  .nav-button.help-btn {
    display: none !important;
  }
  #confirm-title {
    margin-top: -20px;
  }
  .modal-btn.w-button.confirm-btn {
    font-size: 15px;
  }
  .profile-section {
    display: flex !important;
    flex-direction: column !important;
  }
  .profile-card {
    width: 100%;
  }
  @media (prefers-color-scheme: dark) {
  .card-open-left {
      background-color: #282828 !important;
      border: none !important;
   }
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #card-open {
    width: 700px !important;
  }
  .card-open-left {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border: none !important !important;
  }
  .card-open-right {
    display: none !important;
  }
}

@media (min-width: 600px) and (max-width: 1024px) {
 .archived-toggle {
    margin: 40px auto 1rem !important;
  }
}

tr:hover {
  background-color: #f3f4f6;
}

.keyword-alert {
  display: inline-block;
  background-color: #fefce8;
  border: 1px solid #facc15;
  color: #92400e;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: 'DM Sans';
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}

.keyword-link {
  font-weight: 600;
  margin-left: 8px;
  color: #92400e;
  text-decoration: underline;
}

.tab-switcher {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tab {
  padding: 0.5rem 1.25rem;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 15px;
  border-radius: 9999px;
  border: 1px solid transparent;
  background: #f3f4f6;
  color: #4b5563;
  cursor: pointer;
  transition: all 0.2s;
}

.tab:hover {
  border: 1px solid var(--untitled-ui--gray200);
}

.tab.active {
  background: var(--untitled-ui--gray900);
  color: #fff;
}

.tab.active:hover {
  border: 1px solid transparent;
  opacity: 85%;
}

.heading-small {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
}

.header-flex {
  display: flex;
}

.table-section-label {
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  background: #f3f4f6;
  color: #000000;
  border-radius: 12px;
  margin-bottom: 20px;
  display: inline-block;
}


.type-best-practices {
  background-color: #FFE4E6 !important;
  color: #BE123C !important;
}

.type-optimization {
  background-color: #F0FDFA !important;
  color: #0F766E !important;
}

.type-video {
  background-color: #FEE2E2 !important;
  color: #991B1B !important;
}

.type-glossary {
  background-color: #EDE9FE !important;
  color: #5B21B6 !important;
}

.type-list-post {
  background-color: #FCE7F3 !important;
  color: #9D174D !important;
}

.type-support {
  background-color: #FEF3C7 !important;
  color: #92400E !important;
}

.type-ultimate-guide {
  background-color: #E0F2FE !important;
  color: #0369A1 !important;
}

.type-badge {
  background-color: #d1fae5;
  color: #065f46;
}

.sheet-status-badge,
.month-badge, .type-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.status-client-review {
    background-color: #e0e7ff;
    color: #1e3a8a;
}

.status-client-approved {
    background-color: #d1fae5;
    color: #065f46;
}

.month-badge {
    background-color: #f0f1f5;
    color: #1f2937;
    text-transform: uppercase;
}

.month-jan { background-color: #dbeafe; color: #1e3a8a; }
.month-feb { background-color: #e0f2fe; color: #0369a1; }
.month-mar { background-color: #fef9c3; color: #92400e; }
.month-apr { background-color: #fce7f3; color: #9d174d; }
.month-may { background-color: #dcfce7; color: #166534; }
.month-jun { background-color: #ede9fe; color: #5b21b6; }
.month-jul { background-color: #ffe4e6; color: #be123c; }
.month-aug { background-color: #ffedd5; color: #c2410c; }
.month-sep { background-color: #e0f2fe; color: #0c4a6e; }
.month-oct { background-color: #fef3c7; color: #78350f; }
.month-nov { background-color: #ede9fe; color: #6b21a8; }
.month-dec { background-color: #d1d5db; color: #1f2937; }

.sheets-table th {
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.75rem 1rem;
}

.sheets-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 12px;
}

.sheets-table thead th:first-child {
  border-top-left-radius: 12px;
}

.sheets-table thead th:last-child {
  border-top-right-radius: 12px;
}

thead {
  border-bottom: 1px solid #cbd0d7;
}

.status-header-approved-high-priority {
  background-color: #e6f8eb;
  color: #1f6e36;
  font-weight: bold;
}

.status-header-not-approved {
  background-color: #fbeaea;
  color: #a02020;
  font-weight: bold;
}

.status-header-relevant {
  background-color: #e8f6fc;
  color: #185d7a;
  font-weight: bold;
}

.status-header-context-research-needed {
  background-color: #fffbe6;
  color: #7a5e00;
  font-weight: bold;
}

.status-header-not-relevant {
  background-color: #eee;
  color: #444;
  font-weight: bold;
}

.status-header-not-reviewed {
  background-color: #f3f4f6;
  color: #6b7280;
  font-weight: bold;
}

.status-badge {
  display: block;
  width: 130px;
  text-align: center;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  color: white;
  box-sizing: border-box;
}

.status-backlog {
  background: #f3f4f6;
  color: #4b5563;
}

.status-topic-planning {
  background: #e5eff0;
  color: #334155;
}

.status-client-review {
  background: #1e3a8a;
  color: #fff;
}

.status-Context\ needed {
  background: #fef3c7;
  color: #92400e;
}

.status-client-approved {
  background: #14532d;
  color: #e6f4ea;
}

.status-in-production {
  background: #e5eff0;
  color: #334155;
}

.status-not-right-now {
  background: #fee2e2;
  color: #991b1b;
}

.status-published {
  background: #ecfccb;
  color: #14532d;
}

.status-client-still-planning {
  background: #f3e8ff;
  color: #6b21a8;
}

.status-ready-for-upload {
  background: #1e3a8a;
  color: #fff;
}

.back-link {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 12px;
  color: #000000;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
  font-family: 'DM Sans';
  border: 1px solid var(--untitled-ui--gray100);
}

.back-link:hover {
  background-color: #f9f9f9;
}

  .sheets-loading-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    top: 0; left: 0; width: 100%; height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
  }
  
  .loading-overlay.show { 
      display: flex; 
  }
  
  table.sheets-table {
    width: 100%;
  }
  
  thead th {
    text-align: left;
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #6b7280;
    background: transparent;
  }
  
  tbody tr {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    border-radius: 12px;
  }
  
  td, th {
    padding: 0.75rem 1rem;
    font-size: 14px;
  }
  
  select.sheets-select {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
  }
  
  .save-btn {
    margin-top: 1rem;
    background: #111827;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  
  .save-btn:hover { 
      background: #000000; 
  }

.sheets-select {
  font-weight: bold;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  border-radius: 12px;
  padding: 8px 16px;
  border: none;
  background-color: #f5f5f5;
  color: #222;
  appearance: none;
  text-align: center;
  display: inline-block;
  width: auto;
  min-width: 0;
  max-width: none;
}

.select-shadow {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-family: inherit;
  font-size: 14px;
  padding: 6px 12px;
}

.sheets-select.status-approved-high-priority {
  background-color: #e6f8eb;
  color: #1f6e36;
}

.sheets-select.status-approved {
  background-color: #e6f8eb;
  color: #1f6e36;
}

.sheets-select.status-not-approved {
  background-color: #fbeaea;
  color: #a02020;
}

.sheets-select.status-relevant {
  background-color: #e8f6fc;
  color: #185d7a;
}

.sheets-select.status-research {
  background-color: #fffbe6;
  color: #7a5e00;
}

.sheets-select.status-not-relevant {
  background-color: #eee;
  color: #444;
}

.sheets-select.status-not-reviewed {
  background-color: #f3f4f6;
  color: #6b7280;
}

.sheets-select:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

.sheets-select {
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), 
                    linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 8px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 24px;
}

.sheets-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.2);
}

td select.sheets-select {
  width: 100%;
  max-width: fit-content;
}

td.status-group-header {
  font-weight: 600;
  font-size: 16px;
}

.logout-link.danger {
  display: inline-block;
  padding: 6px 14px;
  background-color: #f04d4d;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
  margin-top: 5px;
}

.logout-link.danger:hover {
  background-color: #ce4343;
}

.team-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1rem;
}

.team-member {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 14px;
  border: 1px solid #ececec;
}

.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #7c3aed;
  color: white;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.details .email {
  font-family: 'DM Sans';
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 0px;
}

.you-tag {
  font-size: 13px;
  color: #6b7280;
  margin-left: 6px;
}

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

.profile-update-btn {
  background-color: var(--codeless-purple);
  color: #fff;
  border-radius: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all .2s;
  margin-top: 5px;
}

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

.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;
}

.dashboard-col-published {
    padding: 15px 12px 12px 12px;
    border-radius: 10px;
    background-color: #1B5E200f;
}

.dashboard-col-uploads {
    padding: 15px 12px 12px 12px;
    border-radius: 10px;
    background-color: #B91C1C0f;
}

.dashboard-col-edits {
    padding: 15px 12px 12px 12px;
    border-radius: 10px;
    background-color: #A162070f;
}

.hr {
    border-bottom: 1px solid var(--untitled-ui--gray100);
    padding-top: 60px;
}

.month-graph {
    margin-top: 40px;
}

.bottom-section {
    margin-top: 40px;
}

.h2 {
    font-family: 'DM Sans';
    font-size: 25px;
    line-height: 35px;
    margin-top: 0px;
    color: var(--untitled-ui--gray900);
}

.month-timeline-section {
    margin-top: 40px;
}

.month-timeline-h2 {
    font-family: 'DM Sans';
    font-size: 25px;
    line-height: 35px;
    margin-top: 0px;
    color: var(--untitled-ui--gray900);
}

  .timeline-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1.5rem;
    margin-top: 30px;
  }

  .month-card {
    min-width: 220px;
    flex: 0 0 auto;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    font-family: 'DM Sans';
  }

  .month-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    color: #111827;
  }

  .percent-complete {
    font-weight: 500;
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
  }

  .progress-bar {
    height: 10px;
    background-color: #f3f4f6;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .progress-fill {
    background-color: #10b981;
    height: 100%;
    transition: width 0.3s ease;
  }

  .status-list {
    font-size: 13px;
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #4b5563;
    margin-top: 12px;
  }

  .status-list li {
    margin-bottom: 2px;
  }

.heading-subtext {
  color: var(--untitled-ui--gray600);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.subtext {
  color: var(--untitled-ui--gray600);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
  
.delivered-padding {
  padding: 20px 20px 10px 20px !important;
}
  
.tracker-hidden {
  display: none !important;
}

.home-wrap { 
   margin-top: 30px;
}

.home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 768px) {
  .home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .home-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.home-card {
  display: block;
  background: #fff;
  border: 2px solid rgba(17, 24, 39, 0.08);
  border-radius: 10px;
  padding: 18px 20px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
  text-decoration: none;
  color: inherit;
  font-family: 'DM Sans';
}

.home-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(17,24,39,0.08);
  border-color: rgba(17, 24, 39, 0.12);
}

.home-card-title {
  font-size: 16px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 8px;
}

.home-card-value {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: var(--untitled-ui--gray900);
}

.home-card-sub {
  font-size: 14px;
  color: #9ca3af;
}

#modal-live-eta.done {
  color: #27ae60 !important;
  background: none !important;
  -webkit-text-fill-color: #27ae60 !important;
}

#tracker-eta.done {
  color: #27ae60;/
}

.tracker-bar-fill.done {
  background: #27ae60;
}

.tracker-expl {
  font-size: 15px;
  color: #696969;
  margin-bottom: 0px;
}

.tracker-why {
  font-size: 17px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 9px;
  color: var(--untitled-ui--gray800);
}

.tracker.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tracker-skeleton {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f4f4f4 25%, #eaeaea 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.tracker.is-loading { opacity: .95; }
.skel{position:relative;overflow:hidden;background:#f0f2f5;border-radius:12px}
.skel::after{content:"";position:absolute;inset:0;transform:translateX(-100%);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);
  animation:sk 1.1s infinite}
@keyframes sk{to{transform:translateX(100%)}}
.skel-eta{height:28px;width:220px;margin:6px 0 10px}
.skel-bar{height:8px;width:100%;border-radius:999px;margin:14px 0 14px}
.tracker-skeleton-steps{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:16px}
.skel-card{height:120px;min-width:260px;border-radius:16px}

.tracker.is-loading {
  opacity: .9;
}

.tracker.is-loading #tracker-steps,
.tracker.is-loading #tracker-breakdown-list {
  visibility: hidden;
}

.tracker.is-loading #tracker-eta { opacity: 0; }

.tracker.is-loading .tracker-bar-fill {
  right: 100% !important;
  transition: none;
}

.tracker-skeleton {
  margin-top: 10px;
}

.skel {
  position: relative;
  overflow: hidden;
  background: #f0f2f5;
  border-radius: 10px;
}
.skel::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent);
  animation: sk 1.1s infinite;
}
@keyframes sk { to { transform: translateX(100%); } }

.skel-eta { height: 20px; width: 200px; }

.skel-card {
  height: 91px;
  min-width: 240px;
  border-radius: 14px;
}

.tracker-skeleton-steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow: hidden;
}

.card-open-box {
  --modal-w: clamp(960px, 90vw, 1120px);
  width: var(--modal-w);
  max-width: var(--modal-w);
}

.card-open-flex {
  display: grid;
  grid-template-columns: 1fr 440px;
  align-items: start;
}

.card-open-left  { min-width: 0; }
.card-open-right { width: 440px; flex: none; }

@media (max-width: 1024px) {
  .card-open-flex {
    grid-template-columns: 1fr;
    flex-direction: column;
    padding-bottom: 0px !important;
  }
  .card-open-right {
    width: 100% !important;
    border-bottom-left-radius: 12px;
  }
}

.tracker .step:focus,
.tracker .step.current {
  outline: none !important;
}

.tracker .step:focus-visible {
  box-shadow: none;
}

.tracker .tracker-bar      { height: 8px; }
.tracker .tracker-bar-bg   { height: 8px; }
.tracker .tracker-bar-fill { height: 8px; transition: right .35s ease; }

.tracker.is-loading { opacity: .75; }

.tracker-steps {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
}

.tracker-steps .step { scroll-snap-align: start; }

.tracker-bar { position: relative; height: 8px; margin: 12px 0 20px; }
.tracker-bar-bg   { position:absolute; inset:0; border-radius:999px; background:#eceaf7; }

.tracker-bar-fill {
  position:absolute; top:0; bottom:0; left:0;
  width:0;
  border-radius:999px;
  background: linear-gradient(90deg,#7c5cff,#a076ff);
  transition: width .35s ease;
}

.tracker { --bar-h: 8px; }
.tracker-bar{ position:relative; height:var(--bar-h); margin:16px 0 12px; }
.tracker-bar-bg{
  position:absolute; inset:0;
  background:#ECEAF6; border-radius:999px;
}

.tracker-bar-fill {
  position:absolute; inset:0 auto 0 0;
  width:0%;
  background:#6F45FF; border-radius:999px;
  transition:width .35s ease;
}

.tracker-steps {
  display:flex; gap:16px;
  overflow-x:auto; overflow-y:hidden;
  padding:8px 0 2px;
  scroll-snap-type:x proximity;
}

.tracker-steps .step {
  flex:0 0 240px;
  min-width:240px;
  scroll-snap-align:start;
  background:#F7F8FF;
  border:1px solid #E6E8F2;
  border-radius:14px;
  padding:16px;
}

.tracker-steps .step.current {
  border:2px solid #8E7BFF;
  background:#FAFAFF;
}

.step-name { 
  font-weight: 600; 
  margin-bottom: 6px; 
}

.step-date { 
  color: #374151;
  font-weight: 600; 
}

.step-days { 
  color: #374151;
  font-weight: 600;
}

.tracker { 
  min-width: 350px;
}

.tracker-header {
  display:flex; justify-content:space-between; align-items:center; gap:16px;
  margin-bottom: 20px;
}

.tracker-eta { font-size:28px; font-weight:800; color:#5b6cff; }
.tracker-note { font-size:14px; color:#687082; }

.review-pending {
  background-color: #fef3c7;
  color: #92400e;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
}

.review-delayed {
  background-color: #fee2e2;
  color: #991b1b;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
}

.tracker-bar {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: #eceff5;
  overflow: hidden;
  margin: 8px 0 16px;
}

.tracker-bar-fill {
  height:100%;
  width:0%;
  background:linear-gradient(90deg,#8a4fff,#6f70ff,#51a8ff);
  border-radius:inherit;
  transition:width .35s ease;
}

.tracker-bar-knob {
  position:absolute; top:50%; transform:translate(-8px,-50%);
  width:16px; height:16px; border-radius:50%;
  background:#6f70ff; box-shadow:0 0 0 3px rgba(111,112,255,.18);
  transition:left .35s ease;
}

.tracker-scroller {
  overflow-x:auto; overflow-y:hidden;
  padding-bottom:8px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}

.tracker-scroller::-webkit-scrollbar { height:8px; }
.tracker-scroller::-webkit-scrollbar-thumb {
  background:#ccd3e1; border-radius:999px;
}

.tracker-row {
  display:flex; gap:14px; align-items:stretch;
  padding:4px 2px 8px;
}

.tracker-card {
  flex:0 0 220px;
  scroll-snap-align:start;
  background:#f7f8fc;
  border:1px solid #e7e9f1;
  border-radius:18px;
  padding:16px 14px;
}

.tracker-card.current {
  background:#f1edff;
  border-color:#bdb4ff;
  box-shadow:0 4px 16px rgba(111,112,255,.12);
}

.modal .modal-body {
  max-height:calc(100vh - 180px);
  overflow:auto;
}

.tracker { font-family: 'DM Sans'; border:1px solid var(--line,#e6e9ef); border-radius:12px; padding: 20px; background:var(--bg,#fff); }
.tracker-header { display:flex; justify-content:space-between; align-items:flex-start; gap:16px; }
.tracker-label { margin-bottom: 10px; font-size:14px; color:#6b7280; }
.tracker-eta { font-size:20px; font-weight:700; color:#5565ff; }

.tracker-note { font-size:14px; color:#6b7280; max-width:420px; }
.tracker-note[hidden]{ display:none; }

.tracker-bar { position:relative; height:10px; margin:14px 0 22px; }
.tracker-bar-bg { position:absolute; inset:0; background:#f1f5f9; border-radius:999px; }
.tracker-bar-fill {
  position:absolute; inset:0 100% 0 0; border-radius:999px;
  background: linear-gradient(90deg,#51a8ff,#7e57ff,#8a4fff,#51a8ff);
  background-size:300% 300%;
  animation: hueMove 8s ease infinite;
}

@keyframes hueMove { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }

.tracker-steps { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
@media (min-width:900px){ .tracker-steps{ grid-template-columns:repeat(9,1fr); } }

.step {
  border:1px solid var(--line,#e6e9ef); border-radius:12px; padding:10px; background:#fafbff;
}
.step.current { border-color:#7e57ff; background:#fff; }
.step.done { opacity: 0.8; background:#f8f8f8; }
.step-name { font-size:15px; font-weight:600; color:#111827; min-height:25px; }
.step-date { font-size:13px; color:#4b5563; margin-top:6px; }
.step-days { font-size:13px; color:#6b7280; }

.tracker-breakdown h4 { margin:16px 0 8px; font-size:14px; color:#111827; }
.tracker-breakdown ul { margin:0; padding-left:16px; color:#4b5563; font-size:13px; }

@media (prefers-color-scheme:dark){
  .tracker { background:#1c1c1c; border-color:#ffffff21 !important; }
  .step { background:#222222 !important; border-color:#1d2632; }
  .step.current { background:#222222 !important; border-color:#7e57ff; }
  .tracker-bar-bg { background:#4d4d4d; }
  .tracker-label,.step-date,.step-days,.tracker-note { color:#c0c0c0; }
  .step-name { color:#e6edf3; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1180px) 
  and (orientation: landscape) {
  .dashboard-rows {
    flex-direction: column;
  }
}

:root {
  --surface: #f6f6f6;
  --ring-a:  #51a8ff;
  --ring-b:  #7e57ff;
  --ring-c:  #8a4fff;
}

.light-border {
  border-bottom: 1px solid var(--untitled-ui--gray200);
}

#modal-live-eta {
  font-weight: bold;
  background: linear-gradient(270deg, #4a90e2, #8e44ff, #4a90e2);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-move 10s ease infinite;
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.dots::after {
  content: "";
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0%   { content: ""; }
  33%  { content: "."; }
  66%  { content: ".."; }
  100% { content: ""; }
}

.light {
  display: block;
}

.navbar-client-text {
  color: var(--untitled-ui--gray900);
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.navbar-client-img {
  border-radius: 30px;
  border: 1px solid var(--untitled-ui--gray100);
}

.navbar-flex-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.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;
}

table {
  width: 100%;
  border-collapse: separate;
  font-family: "DM Sans";
  border: 1px solid #cbd0d7;
  border-collapse: collapse;
}

tr {
  border-color: #cbd0d7;
}

thead th {
  background-color: #f3f4f6;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #374151;
}

tbody tr {
  background: white;
  border-radius: 0.5rem;
}

tbody td {
  padding: 12px 15px;
  font-size: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.save-btn {
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  font-family: 'DM Sans';
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  background-color: #7b52f7;
  color: #ffffff;
  margin-top: 20px;
}

.save-btn:hover {
  background-color: #6f49e2;
}

.sheets-select {
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  background-color: white;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.status-approved {
  background-color: #178362;
  color: white;
}

.status-not-approved {
  background-color: #b10202;
  color: #ffcfca;
}

.status-relevant {
  background-color: #d4edbd;
  color: #13734b;
}

.status-not-relevant {
  background-color: #ffcfca;
  color: #b00302;
}

.status-research {
  background-color: #fae09c;
  color: #473821;
}

.status-not-reviewed {
  background-color: #e4e6e9;
  color: #000000;
}

.iframe {
  width: 100%;
  height: 700px;
  margin-top: 30px;
  border: none;
  border-radius: 7px;
}

.announcement-bar {
  background-color: #fef3c7;
  color: #92400e;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'DM Sans';
  border-bottom: 1px solid #fde68a;
}

.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: all 0.2s ease;
  margin-left: 10px;
}

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

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

.introjs-button:focus {
  box-shadow: none !important;
}

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

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

#modal-outline:hover {
  opacity: 70%;
}

#modal-draft:hover {
  opacity: 70%;
}

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

.hidden {
  display: none;
}

.notif-author {
  font-weight: 600;
}

.notif-date {
  color: var(--untitled-ui--gray600);
}

.notif-loading {
  text-align: center;
  font-family: 'DM Sans';
  color: var(--untitled-ui--gray900);
}

.notif-dropdown.hidden {
  display: none;
}

.notif-dropdown.visible {
  display: block;
}

.notif-bell.active {
  filter: brightness(0) saturate(100%) invert(35%) sepia(85%) saturate(744%) hue-rotate(199deg) brightness(95%) contrast(93%);
}

.navbar-bell-dropdown {
  position: relative;
  margin-left: 15px;
}

.navbar-bell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--untitled-ui--gray100);
  border-radius: 5px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.navbar-bell:hover {
  background-color: #f9fafb;
}

.navbar-bell img {
  width: 16px;
  height: 20px;
}

.notif-dropdown {
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  border: 1px solid var(--untitled-ui--gray100);
  box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
  width: 280px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 5px;
  z-index: 9999;
}

.notif-dropdown.hidden {
  display: none;
}

.notif-header {
  padding: 10px;
  border-bottom: 1px solid var(--untitled-ui--gray100);
  font-family: 'DM Sans';
  font-weight: 600;
  color: var(--untitled-ui--gray900);
}

.notif-list {
  padding: 8px;
}

.notif-item {
  padding: 8px 4px 8px 4px;
  border-bottom: 1px solid var(--untitled-ui--gray100);
  cursor: pointer;
  font-family: 'DM Sans';
  color: var(--untitled-ui--gray900);
}

.notif-item:hover {
  background-color: #f9f9f9;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  background: #ffffff;
  padding: 32px 32px 24px 32px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

.modal-icon {
  font-size: 36px;
  margin-bottom: 24px;
}

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

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.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%;
}

.dashboard-col-purple {
  border: 1px solid var(--untitled-ui--gray100);
}

.dashboard-col-teal {
  border: 1px solid var(--untitled-ui--gray100);
}

.dashboard-col-blue {
  border: 1px solid var(--untitled-ui--gray100);
}

.dashboard-col-green {
  border: 1px solid var(--untitled-ui--gray100);
}

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

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

.empty-state {
  padding: 27px 32px 23px 32px;
  border-radius: 7px;
  background: #f8f9fa;
  text-align: center;
  font-family: 'DM Sans';
}

.empty-icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.empty-subtitle {
  font-size: 14px;
  font-weight: 500;
}

.status-outline-review {
  background: #f9731617;
  color: #f97316;
  border: 1px solid #f973161f;
}

.status-client-outline-review {
  background: #3B82F617;
  color: #3B82F6;
  border: 1px solid #3B82F61f;
}

.status-final-review {
  background: #A78BFA17;
  color: #A78BFA;
  border: 1px solid #A78BFA1f;
}

.status-client-draft-review {
  background: #22C55E17;
  color: #22C55E;
  border: 1px solid #22C55E1f;
}


.status-edits {
  background: #A1620717;
  color: #A16207;
  border: 1px solid #A162071f;
}

.status-edits .empty-title {
  color: #8b4c00;
}

.status-uploads {
  background: #B91C1C17;
  color: #B91C1C;
  border: 1px solid #B91C1C1f;
}

.status-uploads .empty-title {
  color: #1a4bb0;
}

.status-approved\/published {
  background: #1B5E2017;
  color: #1B5E20;
  border: 1px solid #1B5E201f;
}

.status-published .empty-title {
  color: #1a4bb0;
}

.navbar {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  height: auto;
  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 {
  margin-left: -5px;
  margin-right: 10px;
  transition: all .2s;
}

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

.navbar-logo {
  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: -30px;
  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: 16px;
  font-weight: 600;
  line-height: 27px;
}

.navbar-dropdown-img {
  border-radius: 30px;
  border: 1px solid var(--untitled-ui--gray100);
}

.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: -10px;
  margin-right: -10px;
}

.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;
}

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

.archived-toggle {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 100px auto 1rem;
  cursor: pointer;
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 500;
  color: var(--untitled-ui--gray800);
}

.archived-toggle.open {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  margin: 100px auto 1rem;
  width: fit-content;
}

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

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

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

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

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

.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: 10px;
}

.body {
  border-radius: 10px;
}

.h1 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
}

.heading {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
}

.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: #F97316;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.dashboard-col-purple {
  background-color: #F9731614;
  border-radius: 10px;
  padding: 12px;
}

.dashboard-total-purple {
  color: #F97316;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.post-card {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  padding: 12px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.post-card:hover {
  transform: translateY(-1px);
  box-shadow: 0px 2px 10px 0px rgba(17, 24, 39, 0.08);
  border-color: rgba(17, 24, 39, 0.12);
}

.col-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 10px;
}

.action-needed-label {
  position: absolute;
  top: -18px;
  right: -10px;
  background-color: #F87171;
  color: #ffffff;
  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;
}

.review-overdue {
   background-color: #F87171;
}

.review-pending {
   background-color: #fde68a;
   color: #92400e;
}

.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: repeating-linear-gradient(
    45deg,
    #fff2c6,
    #fff2c6 10px,
    #ffe187 10px,
    #ffe187 20px
  );
  color: #b85c00;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 10px;
}

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

.post-tag.revision {
  background-color: #ff4081;
  color: #fff;
  margin-bottom: 10px;
}

.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: #3B82F614;
  border-radius: 10px;
  padding: 12px;
}

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

.dashboard-total-teal {
  color: #3B82F6;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.dashboard-col-blue {
  background-color: #A78BFA14;
  border-radius: 10px;
  padding: 12px;
}

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

.dashboard-total-blue {
  color: #A78BFA;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.dashboard-col-green {
  background-color: #22C55E14;
  border-radius: 10px;
  padding: 12px;
}

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

.dashboard-total-green {
  color: #22C55E;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  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; /* match your purple */
  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: 5px;
  height: 43px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.2s ease;
}

.input-field:hover {
  border-color: #7b52f7;
}

.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: 5px;
  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: #202020b5;
  position: absolute;
  inset: 0%;
}

.card-open-exit-btn {
  opacity: .5;
  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;
  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;
  align-items: stretch;
}

.card-open-left {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 55%;
  padding: 30px;
  border-right: 1px solid var(--untitled-ui--gray200)
}

.card-open-right {
  background-color: #fbfbfc;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.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: 3px;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.card-open-col-status {
  color: #fff;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
}

.statuss-uploads {
    background-color: #EAB308; 
}

.statuss-assign-to-writers {
    background-color: #EAB308; 
}

.statuss-outline-review {
    background-color: #F97316;
}

.statuss-client-outline-review {
    background-color: #3B82F6;
}

.statuss-final-review {
    background-color: #A78BFA;
}

.statuss-client-draft-review {
    background-color: #22C55E;
}

.statuss-approved-published {
    background-color: #22C55E;
}

.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;
}

.btn {
  padding: 10px 16px;
  border: none;
  border-radius: 5px;
  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;
}

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

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

.btn.reject {
  color: #FF6B6B;
}

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

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

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

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

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

.card-view-link {
  display: block;
  color: var(--untitled-ui--gray700);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  margin-bottom: -10px;
}

.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;
}

.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;
  justify-content: space-between;
  align-items: center;
}

.comment-left {
  width: 60%;
}

.comment-right {
  width: 40%;
}

.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;
}

.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;
  }

  .dashboard-section {
    padding-bottom: 40px;
  }

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

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

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

  .card-open-left {
    width: 100% !important;
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .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-logo {
    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: 30px;
  }

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

  .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 32px !important;
  }

  .card-open-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-right: none !important;
  }

  .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 {
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  
  .card-open-col-status {
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  
  .card-view-link {
    padding-bottom: 10px;
    margin-bottom: 0px !important;
  }
}

#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;
  }
}