         .sc-cycle-container {
         display: flex;
         width: 100%;
         height: 100%;
         }
         .dashboard-right-box select {
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none;
}
.full-width-inactive {
    display: inline-flex;
    position: relative;
    top: 2px;
}
         .sc-cycle-collapse-btn {
         position: absolute;
         top: 10px;
         right: 10px;
         cursor: pointer;
         background: none;
         border: none;
         font-size: 18px;
         color: #333;
         display: none;
         }
         .sc-cycle-content {
         flex-grow: 1;
         height: 100%;
         overflow-y: auto;
         transition: width 0.3s;
         padding: 10px;
         background-color: #fff;
         }
         .sc-cycle-tabs {
         margin-top: 40px;
         }
         .sc-cycle-tab {
         padding: 15px;
         background-color: #f8f8f8;
         border-bottom: 1px solid #ddd;
         cursor: pointer;
         position: relative;
         }
         .sc-cycle-tab.active {
         background-color: #e0e0e0;
         font-weight: bold;
         }
         .sc-cycle-tab-content {
         display: none;
         padding: 15px;
         background-color: #fff;
         border-bottom: 1px solid #ddd;
         }
         .sc-cycle-tab-content.active {
         display: block;
         }
         .sc-cycle-list-item {
         padding: 10px;
         margin: 5px 0;
         background-color: #fff;
         border: 1px solid #ddd;
         cursor: pointer;
         transition: background-color 0.2s;
         }
         .sc-cycle-list-item:hover {
         background-color: #f0f0f0;
         }
         .sc-cycle-list-item.active {
         background-color: #e0f0ff;
         border-color: #99c2ff;
         }
         .sc-cycle-view-controls {
         display: flex;
         justify-content: flex-end;
         margin-bottom: 10px;
         }
         .sc-cycle-view-btn {
         padding: 5px 10px;
         margin-left: 5px;
         background-color: #f0f0f0;
         border: 1px solid #ddd;
         cursor: pointer;
         }
         .sc-cycle-view-btn.active {
         background-color: #ddd;
         font-weight: bold;
         }
         .sc-cycle-grid-view {
         display: none;
         grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
         gap: 10px;
         }
         .sc-cycle-grid-view.active {
         display: grid;
         }
         .sc-cycle-list-view {
         display: block;
         }
         .sc-cycle-list-view.hidden {
         display: none;
         }
         .sc-cycle-card {
         border: 1px solid #ddd;
         padding: 10px;
         background-color: #fff;
         }
         .sc-cycle-section {
         margin-bottom: 20px;
         border: 1px solid #ddd;
         border-radius: 4px;
         overflow: hidden;
         }
         .sc-cycle-section-header {
         background-color: #f0f0f0;
         padding: 10px 15px;
         cursor: pointer;
         display: flex;
         justify-content: space-between;
         align-items: center;
         }
         .sc-cycle-section-content {
         padding: 15px;
         display: none;
         background-color: #fff;
         }
         .sc-cycle-section-content.active {
         display: block;
         }
         .sc-cycle-form-group {
         margin-bottom: 15px;
         }
         .sc-cycle-form-label {
         display: block;
         margin-bottom: 5px;
         font-weight: bold;
         }
         .sc-cycle-form-input {
         width: 100%;
         padding: 8px;
         border: 1px solid #ddd;
         border-radius: 4px;
         }
         .sc-cycle-opportunity-notes {
         background-color: #fbffc5;
         padding: 15px;
         margin-bottom: 20px;
         }
         .sc-cycle-reminder-call {
         background-color: #ffcc99;
         padding: 10px;
         margin-bottom: 10px;
         }
         .sc-cycle-color-indicators {
         display: flex;
         flex-direction: column;
         gap: 5px;
         margin-top: 10px;
         }
         .sc-cycle-color-indicator {
         width: 20px;
         height: 20px;
         border-radius: 50%;
         }
         .sc-cycle-appointment-box {
         background-color: #fff;
         padding: 15px;
         margin-bottom: 15px;
         border: 1px solid #ddd;
         }
         .sc-cycle-timeline {
         background-color: #98e698;
         padding: 20px;
         height: 200px;
         position: relative;
         margin-top: 20px;
         }
         .sc-cycle-timeline-point {
         position: absolute;
         width: 10px;
         height: 30px;
         background-color: #333;
         }
         .sales-cycle-container {
         display: flex;
         gap: 20px;
         flex-wrap: wrap;
         }
         .sales-cycle-box {
         width: 100%;
         }
         .sales-cycle-header {
         padding: 7px 15px;
         background: #007bff;
         color: white;
         cursor: pointer;
         border-radius: 7px 7px 0 0;
         display: flex;
         justify-content: space-between;
         align-items: center;
         }
         .sales-cycle-header:hover {
         background: #0056b3;
         }
         .sales-cycle-toggle-btn {
         font-size: 18px;
         font-weight: bold;
         }
         .sales-cycle-content {
         padding: 8px;
         display: none;
         border-top: 1px solid #eee;
         }
         .sales-cycle-content.sales-cycle-show {
         display: block;
         }
         .sales-cycle-title {
         margin: 0;
         font-size: 16px;
         }
         .sales-cycle-text {
         margin: 10px 0 0 0;
         color: #666;
         line-height: 1.4;
         }
         .sales-cycle-content {
         background-color: #fff;
         }
         .sales-cycle-bx-as-grid .sales-cycle-table {
         width: 100%;
         border-collapse: collapse;
         white-space: nowrap;
         min-width: 900px;
         }.sales-cycle-table th {
         background-color: #f8fafc;
         text-align: left;
         padding: 5px;
         font-weight: 600;
         color: #64748b;
         border-bottom: 1px solid #e2e8f0;
         font-size: 12px;
         }
         .sales-cycle-table td {
         padding: 5px;
         border-bottom: 1px solid #e2e8f0;
         vertical-align: middle;
         font-size: 12px;
         }
         .sales-cycle-bx-as-grid .sales-cycle-task-table {
         width: 100%;
         overflow-x: auto;
         margin-bottom: 20px;
         }
         .left-fileds {
         max-width: 100%;
         }
         .sales-cycle-rows {
         display: flex;
         gap: 20px;
         margin-bottom:5px;
         }
         .sc-box {
         flex: 1;
         display: flex;
         flex-direction: column;
         }
         .sc-box label {
         margin-bottom: 4px;
         font-weight: 600;
         font-size: 13px;
         }
         /* Overall input styles */
         .sc-box input,
         .sc-box select,  .sc-box textarea{
         padding: 7px 10px;
         font-size: 12px;
         border: 1px solid #ccc;
         border-radius:5px;
         background-color: #fdfdfd;
         transition: all 0.3s ease;
         box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
         }
         /* On focus */
         .sc-box input:focus,
         .sc-box select:focus,
         .sc-box textarea:focus {
         border-color: #007bff;
         outline: none;
         box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
         background-color: #fff;
         }
         .funnel-stage-full {
         margin-top: 25px;
         }
         .funnel-stages-label {
         display: block;
         font-weight: bold;
         margin-bottom: 10px;
         }
         .funnel-stage-tooltips {
         display: flex;
         flex-wrap: wrap;
         gap: 10px;
         }
         .tooltip {
         position: relative;
         display: inline-flex;
         align-items: center;
         cursor: pointer;
         }
         .tooltip .tooltiptext {
         visibility: hidden;
         background-color: #555;
         color: #fff;
         padding: 5px 8px;
         border-radius: 4px;
         position: absolute;
         z-index: 1;
         bottom: 125%;
         left: 50%;
         transform: translateX(-50%);
         opacity: 0;
         transition: opacity 0.3s;
         }
         .tooltip:hover .tooltiptext {
         visibility: visible;
         opacity: 1;
         }
         .sc-box-1.button-group {
         display: flex;
         gap: 12px;     /* spacing between buttons */
         margin-bottom: 16px;
         }
         .sc-tab-btn {
         background-color:#f5f5f5;
         border: none;
         color: #000;
         padding: 10px 16px;
         font-size: 14px;
         border-radius: 4px;
         cursor: pointer;
         transition: background-color 0.3s, transform 0.2s;
         }
         .sc-tab-btn:hover,
         .sc-tab-btn:focus {
         background-color:#007bff;
         outline: none;
         color: #fff;
         }
         .sc-tab-btn:active {
         transform: translateY(1px);  /* subtle pressed effect */
         }.sc-tab-btn.active {
         background-color: #007bff;
         box-shadow: 0 0 0 2px #007bff;
         color: #fff;
         }

        .sc-cycle-funnel {
            display: flex;
            align-items: center;
            width: fit-content;
            height: 40px;
            position: relative;
        }

      .sc-cycle-funnel-stage {
    position: relative;
    height: 21px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

        .sc-cycle-funnel-stage-1 {
            background-color: #007bff;
            color: #007bff !important;
        }

        .sc-cycle-funnel-stage-2,
        .sc-cycle-funnel-stage-3,
        .sc-cycle-funnel-stage-4, 
        .sc-cycle-funnel-stage-5,
        .sc-cycle-funnel-stage-6 {
            background-color: #dddddd5e;
    color: #666;
        }

        /* Arrow connections */
.sc-cycle-funnel-stage:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    z-index: 1;
}

        .sc-cycle-funnel-stage-1::after {
            border-left-color: #333333;
        }

        .sc-cycle-funnel-stage-2::after,
        .sc-cycle-funnel-stage-3::after,
        .sc-cycle-funnel-stage-4::after,
        .sc-cycle-funnel-stage-5::after {
            border-left-color: #d1d5db;
        }

        /* Tooltips */
.sc-cycle-funnel-tooltip {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
}

        .sc-cycle-funnel-tooltip::after {
content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #007bff;
        }

        .sc-cycle-funnel-stage:hover .sc-cycle-funnel-tooltip {
            opacity: 1;
            visibility: visible;
        }

        /* Hover effects */
        .sc-cycle-funnel-stage-1:hover {
            background-color:#007bff;
        }

        .sc-cycle-funnel-stage-1:hover::after {
            border-left-color:#007bff;
        }

        .sc-cycle-funnel-stage-2:hover,
        .sc-cycle-funnel-stage-3:hover,
        .sc-cycle-funnel-stage-4:hover,
        .sc-cycle-funnel-stage-5:hover,
        .sc-cycle-funnel-stage-6:hover {
            background-color: #a1a1aa;
        }

        .sc-cycle-funnel-stage-2:hover::after,
        .sc-cycle-funnel-stage-3:hover::after,
        .sc-cycle-funnel-stage-4:hover::after,
        .sc-cycle-funnel-stage-5:hover::after {
            border-left-color: #a1a1aa;
        }
     

  .sc-accr-header {
    background-color: #f0f0f0;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

  .sc-accr-icon {
    font-size: 18px;
    transition: transform 0.2s ease-in-out;
    margin-left: auto;
  }

  .sc-accr-body {
    padding: 10px 15px;
    background-color: #fff;
    display: none; /* Hidden by default */
  }

.sc-accr-body {
  display: none;
}

.sc-accr.expanded .sc-accr-body {
  display: block;
}
.sc-accr-body table {
    width: 100%;
}.scc-inner-btns {
    margin-bottom: 10px;
}
  .scc-btns-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* space between buttons */
  }
  .scc-btns-list .sc-tab-btn {
    flex: 1 1 calc(25% - 10px); /* 4 buttons per row, adjust for gap */
    max-width: calc(25% - 10px);
    box-sizing: border-box;
    padding: 8px 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sc-row-file-manager {
    display: flex;
    gap: 20px;
    font-family: sans-serif;
  }

  .sc-file-col-left {
    width: 140px;
    border-right: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
  }
  .files-folder-tb {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}
.files-folder-tb table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    min-width: 467px;
}

  .sc-file-col-right {
    flex: 1;
    padding: 10px;
  }

  .sc-folder-list {
    list-style: none;
    padding: 0;
  }

  .sc-folder-list li {
    margin-bottom: 10px;
    cursor: pointer;
  }

  .sc-navbar-folders {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .sc-upload-btn {
    padding: 3px 12px;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
  }

  .sc-folder-table {
    width: 100%;
    border-collapse: collapse;
  }

  .sc-folder-table th,
  .sc-folder-table td {
    border: 1px solid #ddd;
    padding: 8px;
  }

  .sc-folder-row:hover {
    background-color: #f1f1f1;
  }.left-body .section-title {
    margin-top:8px;
}.sales-cycle-rows .sc-box input[type="checkbox"] {
    margin-right: 0px;
    width: auto !important;
    display: inline;
    position: relative;
    top: 1px;
}

.sales-cycle-rows .sc-box input[type="radio"] {
    margin-right: 0px;
    width: auto !important;
    display: inline;
    position: relative;
    top: 1px;
}
.sc-box.checkbox-box {
    display: inline;
}


    .sc-recurring .form-group {
      margin-bottom: 15px;
    }

    .sc-recurring fieldset {
      border: 1px solid #ccc;
      padding: 15px;
      margin-bottom: 20px;
    }

    .sc-recurring legend {
      font-weight: bold;
      padding: 0 5px;
    font-size: 14px;
    color: #666;
    }

    .sc-recurring label {
 margin-bottom: 4px;
    font-weight: 600;
    font-size: 13px;
    color: #666;
    }

.sc-recurring input[type="text"], .sc-recurring input[type="number"], .sc-recurring input[type="date"], .sc-recurring select {
    padding: 7px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
}

    .sc-recurring .inline {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
    }

    .sc-recurring .radio-group {
      margin-top: 10px;
    }

    .sc-recurring .radio-group label {
      display: inline-block;
      margin-right: 20px;
    }.calendar-wrapper {
  max-width: 1200px;
  margin: 20px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background: white;
}
.calendar-header {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.controls select, .controls button {
  margin-left: 10px;
  padding: 6px 12px;
  border-radius: 8px;
  border: none;
  background: #eee;
  cursor: pointer;
}
.controls .primary {
  background: #4f46e5;
  color: white;
}
.calendar-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-bottom: 1px solid #ddd;
}
.calendar-nav .today {
    font-weight: bold;
    background: #007bff;
    padding: 4px 10px;
    border-radius: 8px;
    color: #fff;
    border-color: #007bff;
}
.calendar-nav .range {
  margin-left: auto;
  font-weight: 600;
}
.view-toggle button {
  margin-left: 8px;
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
}
.view-toggle .active {
  background:#007bff;
  color: white;
}
.calendar-content {
  display: flex;
}
.calendar-times {
  width: 80px;
  background: #f9f9f9;
  border-right: 1px solid #ddd;
}
.calendar-times div {
  height: 50px;
  padding: 6px 8px;
  font-size: 12px;
  color: #888;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  flex: 1;
}
.day {
  border-right: 1px solid #ccc;
  position: relative;
}
.day header {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  background: #f1f5f9;
  border-bottom: 1px solid #ddd;
}
.day header span {
  display: block;
  font-weight: 400;
  color: #777;
  font-size: 12px;
}
.day.today {
  background: linear-gradient(180deg, #eef2ff, #ffffff);
  box-shadow: inset 0 0 5px rgba(79, 70, 229, 0.2);
}
.day .slot {
  height: 50px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.3s;
}
.day .slot:hover {
  background: #e0f2fe;
}
.sun header span,
.sat header span {
  color: red;
}    .sc-dispatch-container {
      background: #fff;
      border-radius: 8px;
      padding: 20px;
      overflow-x: auto;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .sc-dispatch-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .sc-dispatch-title {
      font-size: 22px;
      font-weight: bold;
    }

    .sc-dispatch-buttons button {
      margin-right: 8px;
      background-color:#007bff;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 4px;
      cursor: pointer;
    }

    .sc-dispatch-dates {
      text-align: center;
      font-size: 18px;
      margin-bottom: 15px;
      color: #333;
    }

    .sc-dispatch-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }

    .sc-dispatch-table th,
    .sc-dispatch-table td {
      border: 1px solid #ccc;
      padding: 4px;
      text-align: center;
      font-size: 12px;
    }

    .sc-dispatch-technician-col {
      background-color: #f9f9f9;
      font-weight: bold;
      width: 200px;
    }

    .sc-dispatch-hour-header {
      background-color: #eee;
      font-weight: bold;
    }.sc-box-1 input[type=checkbox] {
    display: inline;
    width: auto;
    position: relative;
    top: 2px;
}
    .sc-template-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
    }

    .sc-template-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 300px;
      transition: transform 0.3s ease;
    }

    .sc-template-card:hover {
      transform: translateY(-5px);
    }

    .sc-template-image {
      width: 100%;
      height: auto;
      display: block;
    }

    .sc-template-content {
      padding: 16px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .sc-template-title {
      font-size: 1rem;
      font-weight: 600;
      color: #333;
      flex: 1;
    }

    .sc-template-icon {
      width: 24px;
      height: 24px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
    }    .sc-email-temp-container {
      display: flex;
      gap: 20px;
      padding: 30px;
    }

    .sc-email-temp-sidebar {
      width: 250px;
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .sc-email-temp-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px;
    }

    .sc-email-temp-blocks,
    .sc-email-temp-layouts {
      margin-bottom: 30px;
    }

    .sc-email-temp-button {
      width: 100%;
      background: #f0f1f5;
      border: none;
      padding: 12px;
      font-size: 14px;
      border-radius: 8px;
      margin-bottom: 10px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: background 0.3s ease;
    }

    .sc-email-temp-button:hover {
      background: #e2e4ea;
    }

    .sc-email-temp-canvas {
      flex: 1;
      background: #fff;
      border-radius: 12px;
      min-height: 600px;
      border: 2px dashed #ccc;
      padding: 24px;
    }

    .sc-email-temp-tags {
      width: 240px;
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .sc-email-temp-tag {
      background: #f7f9fc;
      padding: 8px 10px;
      border-radius: 6px;
      font-size: 13px;
      margin-bottom: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .sc-email-temp-copy-icon {
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
      color: #555;
    }

    .sc-email-temp-layout-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
 .sc-fn-container {
    background-color: #fff;
}

        .sc-fn-header {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding:8px 8px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .sc-fn-title {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }

        .sc-fn-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .sc-fn-filters {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .sc-fn-select {
            padding: 5px 20px;
            border: 1px solid #e1e5e9;
            border-radius: 5px;
            font-size: 12px;
            background: white;
            transition: all 0.3s ease;
            cursor: pointer;
            outline: none;
        }

        .sc-fn-select:hover {
            border-color: #667eea;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
        }

        .sc-fn-search {
padding: 6px 20px;
    border: 1px solid #e1e5e9;
    border-radius: 5px;
    font-size: 14px;
    width: 300px;
    transition: all 0.3s ease;;
        }

        .sc-fn-search:focus {
            outline: none;
            border-color: #667eea;
            box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
        }

        .sc-fn-view-toggle {
            display: flex;
            background: white;
            border-radius: 12px;
            padding: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .sc-fn-view-btn {
            padding: 8px 16px;
            border: none;
            background: transparent;
            border-radius: 8px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .sc-fn-view-btn.active {
            background:#007bff;
            color: white;
            box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
        }

        .sc-fn-tabs {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 5px 10px;
            margin-bottom:0px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .sc-fn-tab {
            flex: 1;
            padding: 8px 20px;
            border: none;
            background: transparent;
            border-radius: 10px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
            color: #666;
        }

        .sc-fn-tab.active {
            background:#007bff;
            color: white;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .sc-fn-content {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            min-height: 600px;
        }

        .sc-fn-kanban {
            display: flex;
            gap: 20px;
            height: 100%;
            overflow-x: auto;
            padding-bottom: 20px;
            scroll-behavior: smooth;
        }

        .sc-fn-kanban::-webkit-scrollbar {
            height: 12px;
        }

        .sc-fn-kanban::-webkit-scrollbar-track {
            background: #f1f5f9;
            border-radius: 6px;
        }

        .sc-fn-kanban::-webkit-scrollbar-thumb {
            background:#007bff;
            border-radius: 6px;
        }

        .sc-fn-kanban::-webkit-scrollbar-thumb:hover {
            background:#007bff;
        }

        .sc-fn-column {
            background: #f8fafc;
            border-radius: 16px;
            padding: 20px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            min-width: 320px;
            flex-shrink: 0;
        }

        .sc-fn-column:hover {
            border-color: #667eea;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.15);
        }

        .sc-fn-column-header {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #334155;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sc-fn-column-scroll {
            max-height: 500px;
            overflow-y: auto;
            padding-right: 5px;
        }

        .sc-fn-column-scroll::-webkit-scrollbar {
            width: 6px;
        }

        .sc-fn-column-scroll::-webkit-scrollbar-track {
            background: #f1f5f9;
            border-radius: 3px;
        }

        .sc-fn-column-scroll::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 3px;
        }

        .sc-fn-ticket {
            background: white;
            border-radius: 12px;
            padding: 16px;
            margin-bottom: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .sc-fn-ticket:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-color: #667eea;
        }

        .sc-fn-ticket-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .sc-fn-ticket-title {
            font-weight: 600;
            color: #1e293b;
            font-size: 14px;
        }

        .sc-fn-progress {
            font-size: 12px;
            font-weight: 600;
            padding: 4px 8px;
            border-radius: 6px;
            color: white;
        }

        .sc-fn-progress-40 {
            background: linear-gradient(135deg, #f59e0b, #d97706);
        }

        .sc-fn-progress-80 {
            background: linear-gradient(135deg, #06b6d4, #0891b2);
        }

        .sc-fn-ticket-project {
            font-size: 13px;
            color: #64748b;
            margin-bottom: 8px;
        }

        .sc-fn-ticket-assignee {
            font-size: 12px;
            color: #475569;
            margin-bottom: 8px;
        }

        .sc-fn-ticket-date {
            font-size: 11px;
            color: #94a3b8;
            background: #f1f5f9;
            padding: 4px 8px;
            border-radius: 6px;
            display: inline-block;
        }

        .sc-fn-list-view {
            display: none;
        }

        .sc-fn-list-view.active {
            display: block;
        }

        .sc-fn-list-item {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            transition: all 0.3s ease;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
            gap: 20px;
            align-items: center;
        }

        .sc-fn-list-item:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-color: #667eea;
        }

        .sc-fn-hello-content {
            text-align: center;
            padding: 100px 20px;
            color: #64748b;
            font-size: 18px;
        }

        .sc-fn-add-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
            transition: all 0.3s ease;
        }

        .sc-fn-add-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.6);
        }

        @media (max-width: 768px) {
            .sc-fn-column {
                min-width: 280px;
            }
            
            .sc-fn-search {
                width: 100%;
            }
            
            .sc-fn-list-item {
                grid-template-columns: 1fr;
                gap: 10px;
            }
        }

                .sc-fn-tab-content {
            display: none;
        }
        
        .sc-fn-tab-content.active {
            display: block;
        }

.skills label {
    font-weight: 500;
}

    .sales-df-tabs {
      flex-wrap: wrap;
    }

    .sales-df-tabs input[type="radio"] {
      display: none;
    }

    .sales-df-tab-label {
      padding: 10px 20px;
      cursor: pointer;
      font-weight: 500;
      border-bottom: 3px solid transparent;
      transition: 0.3s ease;
      font-size: 13px;
    }

    .sales-df-tabs input[type="radio"]:checked + .sales-df-tab-label {
      border-bottom: 3px solid #007bff;
      color: black;
    }

    .sales-df-content {
      display: none;
      padding: 20px 0px;
      border-top: none;
    }



    .sales-df-tabs input#sc-ev-cost:checked ~ .sc-ev-cost,
    .sales-df-tabs input#sc-ev-subcost:checked ~ .sc-ev-subcost {
      display:block;
    }

    .sales-df-tabs input#sales-df-tab-customer:checked ~ .sales-df-content-customer,
    .sales-df-tabs input#sales-df-tab-opportunity:checked ~ .sales-df-content-opportunity,
    .sales-df-tabs input#sales-df-tab-todo:checked ~ .sales-df-content-todo,
    .sales-df-tabs input#sales-df-tab-project:checked ~ .sales-df-content-project,
    .sales-df-tabs input#sales-df-tab-ticket:checked ~ .sales-df-content-ticket,
    .sales-df-tabs input#sales-df-tab-service:checked ~ .sales-df-content-service,
    .sales-df-tabs input#sales-df-tab-vendor:checked ~ .sales-df-content-vendor,
    .sales-df-tabs input#sales-df-tab-referral:checked ~ .sales-df-content-referral,
    .sales-df-tabs input#sales-df-tab-partner:checked ~ .sales-df-content-partner,
    .sales-df-tabs input#sales-df-tab-email:checked ~ .sales-df-content-email,
    .sales-df-tabs input#sales-df-tab-signature:checked ~ .sales-df-content-signature {
      display:block;
    }

    .sales-df-form-field {
      margin-bottom: 15px;
    }

    .sales-df-label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .sales-df-input {
      padding: 6px;
      width: 100%;
    }

    .sales-df-button {
      margin-top: 10px;
      padding: 8px 16px;
      background: #333;
      color: #fff;
      border: none;
      cursor: pointer;
    }
    .sales-df-tab-container {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
}
   .sc-q-wrapper {
      margin: auto;
    }

    .sc-q-card {
      background: #fff;
      border-radius: 12px;
      margin-bottom: 16px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      overflow: hidden;
    }

    .sc-q-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 22px;
      font-size: 1.15rem;
      font-weight: 600;
      background: #fff;
      cursor: pointer;
    }

    .sc-q-icon {
      font-size: 1.4rem;
      transition: transform 0.3s ease;
    }

    .sc-q-body {
      display: none;
      padding: 20px;
      background: #f9f9f9;
      flex-wrap: wrap;
      gap: 24px;
    }

    .sc-q-body.open {
      display: flex;
    }

    .sc-q-gauge {
      width: 215px;
      text-align: center;
    }

    .sc-q-gauge-visual {
      width: 100%;
      height: 80px;
      position: relative;
      overflow: hidden;
    }

    .sc-q-gauge-arc {
      width: 215px;
      height: 215px;
      border: 12px solid #3b82f6;
      border-bottom: none;
      border-radius: 160px 160px 0 0;
      box-sizing: border-box;
      transform: rotate(0deg);
      transform-origin: center bottom;
      background: #fff;
    }

    .sc-q-gauge-needle {
      position: absolute;
      width: 4px;
      height: 80px;
      background: black;
      top: 0;
      left: 48%;
      transform-origin: bottom center;
      transform: rotate(0deg);
    }

    .sc-q-gauge-label {
      margin-top: 10px;
      font-size: 0.9rem;
      font-weight: 500;
    }    .sc-workfl-container {
         margin: auto;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    }
    .sc-workfl-topbar select {
    padding: 7px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

    .sc-workfl-topbar {
      display: flex;
      gap: 30px;
      margin-bottom: 40px;
    }

    .sc-workfl-label {
      font-weight: 600;
      margin-right: 6px;
    }

    .sc-workfl-select {
      padding: 6px 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 15px;
    }

    .sc-workfl-steps {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      margin-bottom: 60px;
    }

    .sc-workfl-step {
      border: 2px solid black;
      padding: 12px 30px;
      border-radius: 8px;
      position: relative;
      min-width: 160px;
      text-align: center;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .sc-workfl-dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: white;
      border: 2px solid black;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .sc-workfl-dot-left {
      left: -12px;
    }

    .sc-workfl-dot-right {
      right: -12px;
    }

    .sc-workfl-dot.active {
      background-color: limegreen;
    }

    .sc-workfl-buttons {
      display: flex;
      justify-content: flex-end;
      gap: 12px;
    }

    .sc-workfl-btn {
      padding: 8px 18px;
      background: #333;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 15px;
    }

    .sc-workfl-btn:hover {
      background: #111;
    }.box-key textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

  
    .sales-sc-tabs-header,
    .sales-sc-subtabs-header {
      display: flex;
      gap:15px;
      margin-bottom: 1rem;
    }

    .sales-sc-tabs-button,
    .sales-sc-subtabs-button {
      padding:8px 10px;
      background-color: #f5f5f5;
      color: #000;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .sales-sc-tabs-button.active,
    .sales-sc-subtabs-button.active {
    background-color: #007bff;
    color: #fff;
    }

    .sales-sc-tabs-panel,
    .sales-sc-subtabs-panel {
      display: none;
    }

    .sales-sc-tabs-panel.active,
    .sales-sc-subtabs-panel.active {
      display: block;
    }

    .sales-sc-subtabs-header {
      margin-top: 1rem;
      margin-bottom: 0.5rem;
    }

   .sales-sc-tabs-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}.sales-sc-tabs-container select {
    padding: 7px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    min-width: 40%;
    margin-bottom: 14px;
    outline: none;
}.sales-sc-tabs-controls button {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #007bff;
    padding: 7px 23px;
    margin-bottom: 15px;
}.sales-sc-tabs-panel table {
    width: 100%;
}.sc-fn-filters-label label {
    font-size: 13px;
}.inprogress-f {
    background-color: #2196f3 !important;
}.funeel-status-button {
    display: flex;
    gap: 20px;
    margin-right: 70px;
}

.on-hold-f {
    background-color: #ffeb3b !important;
}
.completed-f{
background-color: #4caf50 !important;
}
.cancle-f {
    background-color: #f44336!important;
}
 .pipeline-container {
    display: flex;
    gap: 0px;
    padding-top: 10px;
    justify-content: start;
    padding-bottom: 10px;
    }

    .sc-funnel-stage-wrapper {
      position: relative;
      display: inline-block;
    }

    .sc-funnel-stage-tip-container {
      width: 90px;
      height: 30px;
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    /* Color styles */
    .sc-funnel-stage-tip-stage1 {
      background-color: #007bff; /* Blue */
    }

    .sc-funnel-stage-tip-stage1:hover {
      background-color: #0056b3;
    }

    .sc-funnel-stage-tip-grey {
      background-color: #aaa; /* Grey */
    }

    .sc-funnel-stage-tip-grey:hover {
      background-color: #007bff;
    }

    .sc-funnel-stage-tip-box {
      position: absolute;
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%);
      background-color:#007bff;
      color: white;
      padding: 6px 10px;
      font-size: 12px;
      border-radius: 4px;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s;
      z-index: 10;
    }

    .sc-funnel-stage-tip-box::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-width: 5px;
      border-style: solid;
      border-color: #007bff transparent transparent transparent;
    }

    .sc-funnel-stage-wrapper:hover .sc-funnel-stage-tip-box {
      opacity: 1;
      visibility: visible;
    }   
    /* Modal container */
    .sms-modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.5);
    }

    /* Modal content box */
    .sms-modal-content {
      background-color: #fff;
      margin: 10% auto;
      padding: 20px;
      border-radius: 4px;
      width: 600px;
      position: relative;
    }

    /* Modal header */
    .sms-modal-header {
      background-color:#007bff;
      color: white;
      padding: 10px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 4px 4px 0 0;
    }

    .close-btn {
      color: white;
      font-size: 20px;
      font-weight: bold;
      cursor: pointer;
    }

    .sms-form {
      padding: 20px;
    }

    .sms-form label {
      display: block;
      margin-top: 10px;
      font-weight: 600;
      font-size: 13px;
    }

    .sms-form input,
    .sms-form textarea,
    .sms-form select {
      width: 100%;
    padding: 7px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fdfdfd;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .sms-send-btn {
      margin-top: 20px;
      background-color:#007bff;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .sms-send-btn:hover {
      background-color: #2d2a27;
    }.sc-box.sc-funnel-stage-tip-required {
    display: inline;
}.sc-box.sc-funnel-stage-tip-right {
    display: inline;
}.user-profile {
    width: 100%;
}