.primary-btn.small-btn,
.secondary-btn.small-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 9px 16px;
    height: 40px;
    text-transform: unset;
    justify-content: center;
}

.primary-btn.small-btn:disabled,
.secondary-btn.small-btn:disabled {
    opacity: 0.4;
}

.primary-btn.small-btn img,
.secondary-btn.small-btn img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.modal-footer .secondary-btn {

    background: #03254C;

}

.modal-footer .primary-btn {
    background: #03254C;
    color: #fff;
}


form.custom-form.small-form h5 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    color: #03254C;
    margin-bottom: 20px;
}

form.custom-form.small-form .form-group {
    margin-bottom: 16px;
}

form.custom-form.small-form label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 8px;
}

form.custom-form.small-form .tooltip-popup button i {
    font-size: 14px;
}

form.custom-form.small-form input.form-control, 
form.custom-form.small-form select.form-control {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 14px;
}

form.custom-form.small-form select.form-control {
    background: url(../img/images/arrow-down-icon.svg) center right 14px no-repeat;
    background-size: 12px 7px;
}

form.custom-form.small-form .filename {
    font-size: 14px;
    line-height: 20px;
    padding: 9.2px 15px;
}

form.custom-form.small-form .filename .btn-close {
    width: 16px;
    height: 16px;
    right: 4px;
    top: 4px;
}

.dashboard-wrap {
    position: relative;
    background: #fff;
}

.dashboard-sidebar {
    width: 272px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    max-height: -webkit-fill-available;
    border-right: 1px solid #E1E4EA;
    z-index: 1;
    background-color: #f0f0f0;; /* Light gray background */

}

.ds-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    position: relative;
}

.ds-logo-wrap::after {
    content: "";
    background: #E1E4EA;
    bottom: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    position: absolute;
}

.ds-logo-wrap .ds-logo {
    max-width: 160px;
}

.ds-logo-wrap .ds-logo img {
    height: 40px;
    max-width: 100%;
    object-fit: contain;
}

.ds-logo-mobile {
    display: none;
}

.ds-logo-wrap .expand-btn {
    background: transparent;
    width: 24px;
    height: 24px;
    border: 1px solid #E1E4EA;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-logo-wrap .expand-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ds-list-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 178px);
    padding: 24px 20px 16px;
    overflow-y: auto;
}

.ds-main-list {
    width: 100%;
}

.ds-main-list h6 {
    font-size: 12px;
    line-height: 16px;
    color: #99A0AE;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Inter", serif;
    padding: 4px;
    margin-bottom: 8px;
}

.ds-list {
    width: 100%;
    margin-bottom: 4px;
}

.ds-list li {
    margin-bottom: 4px;
}

.ds-list li:last-child {
    margin-bottom: 0;
}

.ds-list li a {
    display: flex;
    align-items: flex-start;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #525866;
    letter-spacing: -0.1px;
    column-gap: 8px;
    border-radius: 8px;
    position: relative;
}

.ds-list li a svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.ds-list li.active a {
    padding-right: 40px;
    background: #F5F7FA;
    color: #03254C;
    font-weight: 500;
}

.ds-list li.active a::before {
    content: "";
    background: #03254C;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    border-radius: 0 4px 4px 0;
    position: absolute;
}

.ds-list li.active a::after {
    content: "";
    background: url(../img/images/arrow-right-s-line.svg) center center no-repeat;
    background-size: contain;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    position: absolute;
}

.ds-list li.active a svg path {
    fill: #03254C; 
}

.ds-profile-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    position: relative;
}

.ds-profile-wrap::before {
    content: "";
    background: #E1E4EA;
    top: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
    position: absolute;
}

.ds-profile-wrap .avatar {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    background: #FFECC0;
}

.ds-profile-wrap .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-profile-content {
    padding: 0 12px;
    width: calc(100% - 76px);
}

.ds-profile-content h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
    color: #0E121B;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

.ds-profile-content p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #525866;
}

.ds-profile-wrap .logout-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    outline: unset;
}

.ds-profile-wrap .logout-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.dashboard-content {
    padding-left: 272px;
    min-height: 100vh;
}

.dashboard-content .dc-header {
    padding: 20px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.dc-header::after {
    content: "";
    background: #E1E4EA;
    bottom: 0;
    left: 32px;
    width: calc(100% - 64px);
    height: 1px;
    position: absolute;
}

.dc-header .dc-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E1E4EA;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
}

.dc-header .dc-header-icon img {
    width: 24px;
    height: 24px;
}

.dc-header .dc-header-content {
    width: calc(100% - 48px);
    padding-left: 14px;
}

.dc-header .dc-header-content h5 {
    font-size: 18px;
    line-height: 1.334;
    font-weight: 500;
    color: #0E121B;
    font-family: "Inter", serif;
    margin-bottom: 4px;
}

.dc-header .dc-header-content p {
    font-size: 14px;
    line-height: 1.429;
    font-family: "Inter", serif;
    color: #525866;
}

.dashboard-content .dc-inner {
    padding: 20px 32px;
}

.project-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.project-filter-wrap .project-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.project-search {
    position: relative;
    width: 400px;
}

.project-search img {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 12px;   
    position: absolute;
    pointer-events: none;
}

.project-search input {
    height: 48px;
    width: 100%;
    border: 1px solid #E1E4EA;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #161618;
    padding: 0 15px 0 38px;
    margin: 0;
    outline: unset !important;
    box-shadow: 0 2px 5px 0 rgba(10, 13, 20, 0.25);
}



.dc-header .new-project-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background: #03254C;
    padding: 12px 24px 12px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    column-gap: 8px;
    min-width: 250px;
}

.dc-header img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.dropdown-filter .dropdown-toggle {
    height: 40px;
    padding: 8px 12px 8px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #E1E4EA;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

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

.dropdown-filter .dropdown-menu {
    border-radius: 8px;
    border: 1px solid #E1E4EA;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
}

.dropdown-filter .dropdown-menu li .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #878686;
    padding: 4px 16px;
}

.dropdown-filter .dropdown-menu li .dropdown-item:hover {
    color: #fff;
    background: #03254C;
}

.sort-select-wrap {
    position: relative;
}

.sort-select-wrap > img {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

.sort-select-wrap > img:last-child {
    right: 8px;
    left: auto;
}

.sort-select-wrap select {
    height: 40px;
    padding: 8px 32px 8px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    color: #525866;
    border: 1px solid #E1E4EA;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 20, 0.03);
    background: #fff;
    outline: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.sort-select-wrap.icon-left select {
    padding-left: 38px;
}

.sort-select-wrap select::-ms-expand {
    display: none;
}

.sort-select-wrap select option {
    padding-left: 0;
}


.project-filter-wrap .new-project-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    background: #03254C;
    padding: 10px 14px 10px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 0;
    column-gap: 8px;
}

.pf-heading > h4 {
    font-size: 16px;
    line-height: 1.5;
    color: #0E121B;
    font-weight: 500;
    margin-bottom: 4px;
}

.pf-heading > p {
    font-size: 14px;
    line-height: 1.429;
    color: #525866;
    margin-bottom: 20px;
}

.ap-row {
    row-gap: 18px;
}

.project-card  {
    border: 1px solid #03254C;
    border-radius: 8px;
    padding: 24px;
}

.project-card .project-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 14px;
}

.project-heading h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #0E121B;
}

.project-dropdown {
    font-size: 0;
}

.project-dropdown .dropdown-toggle {
    border: 0;
    background: transparent;
    outline: unset !important;
    font-size: 0;
}

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

.project-dropdown .dropdown-menu {
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    box-shadow: unset !important;
    padding: 8px 0;
}

.project-dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 1.429;
    color: #525866;
    padding: 5px 16px;
}

.project-dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #03254C;
}

.project-card .project-list {
    margin-bottom: 16px;
}

.project-card .project-list li {
    font-size: 14px;
    line-height: 1.429;
    color: #747476;
    margin-bottom: 10px;
}

.project-card .project-list li:last-child {
    margin-bottom: 0;
}

.project-card .project-list li span {
    margin-left: 7px;
    color: #A1A1A1;
}

.project-card .project-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D0D0D7;
    padding-top: 16px;
}

.project-btm .project-review {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.project-review .project-review-list {
    display: flex;
}

.project-review .project-review-list li {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    background:  #808A9D;;
    margin-right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}

.project-review .project-review-list li:nth-child(2) {
    background:  #808A9D;;
}

.project-review .project-review-list li:last-child {
    background:  #808A9D;;
    margin-right: 0;
}

.project-btm .project-review button {
    font-size: 12px;
    line-height: 14px;
    font-family: "Inter", serif;
    color: #000000;
    width: 30px;
    border: 0;
    background: transparent;
    outline: unset !important;
    text-align: left;
}

.project-btm .project-time {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.project-btm .project-time h6 {
    font-size: 12px;
    line-height: 20px;
    font-family: "Inter", serif;
    color: #858887;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.project-btm .project-time h6 img {
    width: 16px;
    height: 16px;
}

.project-btm .project-time span {
    font-size: 10px;
    line-height: 20px;
    padding: 2px 8px;
    font-family: "ABeeZee", serif;
    border-radius: 15px;
}

.project-btm .project-time span.active {
    color: #FFFFFF;
    background: #477547;
}

.project-btm .project-time span.finish {
    color: #FFFFFF;
    background: #C55151;
}

/* Dashboard Sidebar Collapse */
.dashboard-wrap.sidebar-collapse .dashboard-sidebar {
    width: 95px;
}

.dashboard-wrap.sidebar-collapse .ds-logo-wrap::after {
    left: 12px;
    width: calc(100% - 24px);
}

.dashboard-wrap.sidebar-collapse .ds-logo-wrap {
    padding: 15px 12px;
}

.dashboard-wrap.sidebar-collapse .ds-logo-wrap .ds-logo img.ds-logo-desp {
    display: none;
}

.dashboard-wrap.sidebar-collapse .ds-logo-wrap .ds-logo img.ds-logo-mobile {
    display: block;
    height: 38px;
}

.dashboard-wrap.sidebar-collapse .ds-list-wrap {
    height: calc(100% - 134px);
    padding: 15px 12px;
}

.dashboard-wrap.sidebar-collapse .ds-list li a {
    font-size: 0;
    justify-content: center;
    gap: 0;
}

.dashboard-wrap.sidebar-collapse .ds-list li.active a {
    padding-right: 12px;
}

.dashboard-wrap.sidebar-collapse .ds-list li.active a::after {
    display: none;
}

.dashboard-wrap.sidebar-collapse .ds-profile-wrap {
    padding: 15px 12px;
    justify-content: center;
}

.dashboard-wrap.sidebar-collapse .ds-profile-wrap::before {
    left: 12px;
    width: calc(100% - 24px);
}

.dashboard-wrap.sidebar-collapse .ds-profile-wrap .avatar,
.dashboard-wrap.sidebar-collapse .ds-profile-content {
    display: none;
}

.dashboard-wrap.sidebar-collapse .dashboard-content {
    padding-left: 95px;
}
/* Dashboard Sidebar Collapse */

.invite-modal .modal-dialog {
    max-width: 536px;
}

.invite-modal .modal-content {
    border: 0;
    border-radius: 24px;
}

.invite-modal .modal-body {
    padding: 24px;
}

.invite-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.invite-modal .project-search {
    margin-bottom: 8px;
}

.search-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18.5px;
}



.invite-btn {
    height: 40px;
    padding: 8px 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    border: 0;
    background:  #03254C;;
    display: inline-flex;
    align-items: center;
    color: #fff;
    gap: 4px;
}

.invite-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.invite-modal h6 {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.team-table-wrap {
    overflow-x: auto;
    width: 100%;
}

.team-table {
    min-width: 100%;
    border-collapse: separate; 
    border-spacing: 0 8px;
}

.team-table tr td {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #2798E9;
    padding: 8px 12px;
}

.team-table tr td:last-child {
    text-align: right;
}

.member-name {
    font-size: 15px;
    line-height: 1.334;
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.member-name img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.team-table .del-btn {
    border: 0;
    line-height: 1;
    background: transparent;
    outline: unset !important;
}

.team-table .del-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Project Stepper CSS */

.new-project-modal.modal.fade .modal-dialog {
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
}

.new-project-modal.modal.show .modal-dialog {
    transform: translateX(0);
}

.new-project-modal .modal-dialog {
    max-width: 674px;
    margin: 0;
    min-height: 100vh;
    margin-left: auto;
}

.new-project-modal .modal-content {
    border: 0;
    border-radius: 0;
    height: 100vh;
    padding: 32px;
    overflow-y: auto;   
}

.new-project-modal .modal-body {
    padding: 0;
    position: static;
}

.new-project-modal .modal-close-btn {
    background: url(../img/images/close-icon-gray.svg) center center no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    top: 31px;
    right: 31px;
    display: block !important;
    z-index: 1;
    outline: unset !important;
    border: 0;
}

.new-project-modal .modal-body h4 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #03254C;
    padding-right: 35px;
    margin-bottom: 24px;
}

.project-stepper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    width: 100%;
    margin-bottom: 32px;
}

.project-stepper li {
    max-width: 120px;
    width: 25%;
    padding: 32px 0 0;
    text-align: center;
    position: relative;
}

.project-stepper li::after {
    content: '';
    background: #E4E7EC;
    left: 50%;
    top: 11px;
    width: calc(100% + 45px);
    height: 2px;
    position: absolute;
}

.project-stepper li:last-child::after {
    display: none;
}

.project-stepper li::before {
    content: '';
    background-image: url(../img/images/step-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    left: 50%;
    top: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 50%;
}

.project-stepper li.active::before {
    background-image: url(../img/images/step-icon-active.png);
    background-size: contain;
    top: -4px;
    width: 32px;
    height: 32px;
}

.project-stepper li.complete::before {
    background-image: url(../img/images/step-icon-complete.png);
    background-size: contain;
}

.project-stepper li.complete::after {
    background: #03254C;
}

.project-stepper li p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #03254C;
    font-family: 'inter', sans-serif;
    display: inline-block;
}

.new-project-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(3, 37, 76, 0.1);
    padding: 20px 0 0;
}

.new-project-modal .modal-footer .primary-btn,
.new-project-modal .modal-footer .secondary-btn {
    min-width: 92px;
    margin: 0;
}

.new-project-modal .form-step {
    padding-bottom: 10px;
}

.new-project-modal .form-step2,
.new-project-modal .form-step3,
.new-project-modal .form-step4,
.new-project-modal .last-step-btn {
    display: none;
}

.new-project-modal form.custom-form .form-check label {
    margin-bottom: 0;
}

.new-project-modal form.custom-form .filename:hover {
    border-color: #03254C;
    color: #03254C;
}

.new-project-modal form.custom-form .form-check label a {
    color: #03254C;
}

.new-project-modal form.custom-form .form-check .form-check-input:checked {
    border-color: #03254C;
    background-color: #03254C;
}

.tick {
    color: green;
    font-size: 1.5rem;
  }
/* Project Stepper CSS */

.project-name {
    position: relative; /* Needed for positioning the tooltip */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* Custom tooltip styling */
  .project-name:hover::after {
    content: attr(data-full-text);
    position: absolute;
    left: 0;
    bottom: 100%; /* Position above the element */
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: normal; /* Allow text to wrap */
    z-index: 10;
    margin-bottom: 5px; /* Space between element and tooltip */
    width: max-content; /* Adjust width automatically */
    max-width: 300px; /* Optionally limit maximum width */
  }

  /* Clamped text for one line with ellipsis */
.clamped-text {
    display: -webkit-box;              /* Establish a WebKit flexbox */
    -webkit-box-orient: vertical;      /* Vertical orientation */
    -webkit-line-clamp: 1;             /* Limit to 1 line */
    overflow: hidden;                 /* Hide overflow */
    text-overflow: ellipsis;          /* Show ellipsis for overflow text */
    /* Optionally, set a max-width to control the available space */
    max-width: 400px; /* Adjust this value as needed */
}

.create-new-dropdown {
    position: relative;
    font-size: 0;
}

.create-new-dropdown > button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #2798E9;
    border: 0;
    background: transparent;
    outline: unset !important;
}

.create-new-dropdown .cn-dropdown-menu {
    position: absolute;
    padding: 15px;
    background: #fff;
    max-width: 360px;
    box-shadow: 0 2px 5px rgba(10, 13, 20, 0.2);
    display: none;    
    left: 0;
    top: calc(100% + 15px);
    z-index: 1;
}

.create-new-dropdown .cn-dropdown-menu::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 20px;
    box-sizing: border-box;
    border: 11px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(135deg);
    box-shadow: -2.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.create-new-dropdown .cn-dropdown-menu.active {
    display: block;
}

.cn-dropdown-menu p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

form.custom-form.small-form .cn-dropdown-menu label {
    color: #000000;
    margin-bottom: 4px;
}

form.custom-form.small-form .cn-dropdown-menu input {
    height: 30px;
    padding: 0 10px;
}

.create-new-dropdown .cn-dropdown-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.create-new-dropdown .cn-dropdown-btn button {
    font-size: 14px;
    line-height: 20px;
    min-width: 90px;
    padding: 4.2px 15px;
    height: auto;
}


@media only screen and (max-width: 1399px) {

    .dashboard-sidebar {
        width: 260px;
    }

    .ds-logo-wrap,
    .ds-profile-wrap  {
        padding: 24px 20px;
    }

    .dashboard-content {
        padding-left: 260px;
    }

    .dashboard-content .dc-header {
        padding: 20px 20px;
    }

    .dc-header::after {
        left: 20px;
        width: calc(100% - 40px);
    }

    .dashboard-content .dc-inner {
        padding: 20px 20px;
    }

    .ap-row {
        margin: 0 -8px;
    }

    .ap-row .ap-col {
        padding: 0 8px;
    }

    .project-card {
        padding: 20px 16px;
    }    
    
    .project-btm .project-time {
        column-gap: 8px;
    }
}

@media only screen and (max-width: 1199px) {
    /* Project Stepper CSS */
    .new-project-modal .modal-content {
        padding: 24px;
    }
    
    .new-project-modal .modal-close-btn {
        top: 24px;
        right: 24px;
    }
    /* Project Stepper CSS */
}

@media only screen and (max-width: 992px) {
    .dashboard-wrap .dashboard-sidebar {
        width: 70px;
    }

    .ds-logo-wrap .expand-btn {
        display: none;
    }

    .dashboard-wrap .ds-logo-wrap::after {
        left: 12px;
        width: calc(100% - 24px);
    }

    .dashboard-wrap .ds-logo-wrap {
        padding: 15px 12px;
        justify-content: center;
    }

    .dashboard-wrap .ds-logo-wrap .ds-logo img.ds-logo-desp {
        display: none;
    }

    .dashboard-wrap .ds-logo-wrap .ds-logo img.ds-logo-mobile {
        display: block;
        height: 38px;
    }

    .dashboard-wrap .ds-list-wrap {
        height: calc(100% - 124px);
        padding: 15px 12px;
    }

    .dashboard-wrap .ds-list li a {
        font-size: 0;
        justify-content: center;
        gap: 0;
    }

    .dashboard-wrap .ds-list li.active a {
        padding-right: 12px;
    }

    .dashboard-wrap .ds-list li.active a::after {
        display: none;
    }

    .dashboard-wrap .ds-profile-wrap {
        padding: 10px 12px;
        justify-content: center;
    }

    .dashboard-wrap .ds-profile-wrap::before {
        left: 12px;
        width: calc(100% - 24px);
    }

    .dashboard-wrap .ds-profile-wrap .avatar,
    .dashboard-wrap .ds-profile-content {
        display: none;
    }

    .ds-main-list h6 {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .dashboard-wrap .dashboard-content {
        padding-left: 70px;
    }

    .dashboard-content .dc-header,
    .dashboard-content .dc-inner {
        padding: 16px;
    }

    .project-search {
        width: 350px;
    }

    .project-search.w-100 {
        max-width: 100%;
    }

    .ap-row {
        row-gap: 15px;
    }

    /* Project Stepper CSS */
    .new-project-modal .modal-dialog {
        max-width: 580px;
    }

    .new-project-modal .modal-close-btn {
        width: 27.5px;
        height: 27.5px;
        top: 24px;
        right: 24px;
    }

    .new-project-modal .modal-body h4 {
        font-size: 22px;
        padding-right: 35px;
        margin-bottom: 22px;
    }

    .project-stepper li::after {
        width: calc(100% + 18px);
    }

    form.custom-form.small-form h5 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .new-project-modal .modal-footer {
        padding: 18px 0 0;
    }
    /* Project Stepper CSS */
}

@media only screen and (max-width: 768px) {
    .project-heading h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .project-filter-wrap .project-filter {
        gap: 10px;
    }

    .project-search,
    .dropdown-filter,
    .sort-select-wrap {
        width: 100%;
    }

    .dc-header .new-project-btn {
        justify-content: center;
        width: 100%;
        min-width: unset;
        padding: 12px 14px 12px 10px;
    }
    .dc-header .project-filter {
        width: 100%;
        margin-bottom: 12px;
    }
    
    .project-dropdown {
        margin-top: 2px;
    }

    .project-card {
        padding: 15px;
    } 

    .project-card .project-heading {
        align-items: flex-start;
    }

    .project-card .project-list li {
        margin-bottom: 8px;
    }

    .project-card .project-btm {
        flex-direction: column;
        align-items: unset;
        gap: 8px;
    }

    .project-btm .project-review button {
        width: auto;
    }

    .project-btm .project-time {
        width: 100%;
        justify-content: space-between;
    }

    .invite-modal .modal-content {
        border-radius: 16px;
    }

    .invite-modal .modal-body {
        padding: 16px;
    }

    .invite-modal .modal-dialog {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
    
    .search-filter-row .invite-btn {
        width: 100%;
        justify-content: center;
    }

    .team-table tr td:first-child { 
        padding-left: 0;
    }

    .team-table tr td:last-child { 
        padding-right: 0;
    }

    .invite-modal h6 {
        margin-bottom: 8px;
    }
    
    .team-table {
        border-spacing: 0;
    }

    .team-table .del-btn img {
        width: 16px;
        height: 16px;
    }    

    
    /* Project Stepper CSS */
    .primary-btn.small-btn, .secondary-btn.small-btn {
        padding: 8px 15px;
        height: 38px;
    }
    form.custom-form.small-form label {
        line-height: 18px;
    }

    .new-project-modal .modal-dialog {
        width: 95%;
        max-width: 480px;
    }
    
    .new-project-modal .modal-content {
        padding: 20px 16px 16px;
    }

    .new-project-modal .modal-close-btn {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 16px;
    }

    .new-project-modal .modal-body h4 {
        font-size: 20px;
        padding-right: 28px;
        margin-bottom: 20px;
    }
    
    .project-stepper {
        margin-bottom: 24px;
    }

    .project-stepper li {
        max-width: 25%;
    }
    
    .project-stepper li.active::before {
        top: -3px;
        width: 30px;
        height: 30px;
    }

    .project-stepper li::after {
        width: 100%;
    }

    .project-stepper li p {
        font-size: 12px;
        line-height: 1.3;
    }

    form.custom-form.small-form h5 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .new-project-modal .modal-footer {
        padding: 16px 0 0;
    }
    /* Project Stepper CSS */
}