:root {
    --red: #9D1C2D;
    --danger: #fc2353;
    --light-gray: #ecedef;
    --stage-color: var(--light);
    --general-color: var(--secondary);
    --outline-green: #ebf9ee;
}
/*------- Preview documents -------*/
.preview-document-page {
    margin-top: -180px;
    padding: 0;
}

@media (max-width: 767px) {
    .preview-document-page {
        margin-top: -120px;
    }
}

.preview-document-page__back-button {
    margin-top: 17px;
}

.preview-document-page__table.table thead {
    border: 2px solid black;
}

.preview-document-page__table.table thead th {
    background: #3f4c5a;
    color: #d8d8da;
    border: 2px solid black;
    border-bottom-color: black;
}

.preview-document-page .tc-content :is(h1, h2, h3, h4, h5, h6) {
    word-wrap: break-word;
}

.preview-right-sticky {
    position: sticky;
    top: 1.5rem;
}

/*------- Preview documents -------*/

/*------- Profile image -------*/
.staff-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
    max-width: unset;
}

/*------- Profile image -------*/

/*------------- Buttons -----------------*/
@media screen and (max-width: 576px) {
    ._buttons .float-left,
    ._buttons .float-right {
        float: none !important;
    }

    ._buttons .btn,
    ._buttons .btn-group {
        display: inline-block;
        margin-left: 0 !important;
        width: 100%;
        margin-bottom: 5px !important;
        float: none !important;
        text-align: left;
    }

    ._buttons .btn{
        text-overflow: ellipsis;
        overflow: clip;
    }

    ._buttons .mleft5 {
        margin-left: 0 !important;
    }

    ._buttons a,
    ._buttons button {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*------------- Buttons -----------------*/

/*------- Datatable -------*/

.table:not(.items) th {
    border-top: none;
    background-color: var(--light);
}

/*------- Datatable -------*/
/*--------Nav-menu---------*/

.navigation-menu > li > a {
    padding: 9px;
}
@media (min-width: 1024px){
    .navigation-menu > li > a i{
        margin-right: 4px;
    }
    .navigation-menu {
        margin-left: -9px;
        margin-right: -9px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }
    .navigation-menu > li:first-child {
        margin-top: 9px;
    }
    .navigation-menu > li:last-child {
        margin-bottom: 9px;
    }
    .navigation-menu > li:first-of-type > a {
        padding-left: 9px;
    }
}

.topnav-menu .notification-list .noti-icon-badge {
    left: 20px;
    right: unset;
}
@media (max-width: 991px) {
    .topnav-menu .notification-list .noti-icon-badge {
        left: 10px;
    }
}

/*--------Nav-menu---------*/
.input-group input[type = "file"] {
    line-height: 1;
}

.hide {
    display: none !important;
}

.line-throught {
    text-decoration: line-through;
}

/*--------Projects---------*/
.project-progress {
    position: relative;
}

.project-percent {
    position: absolute;
    font-size: 33px;
    font-weight: 500;
    top: 50%;
    transform: translateY(-60%);
    line-height: 1;
    left: 0;
    right: 0;
}

#discussion-comments .wrapper {
    padding: 0;
}

#discussion-comments .wrapper > .content {
    padding: 5px 0;
}

/*--------Projects---------*/

/*---------- Alert ------------*/
.float-alert {
    display: inline-block;
    margin: 0 auto;
    position: fixed;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999999;
    top: 90px;
    right: 20px;
    width: auto;
    min-width: 200px;
    margin-left: 20px;
}

/*---------- Alert ------------*/

.navigation-menu > li > a.active {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.gpicker {
    height: 14px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #4c4c4c;
    text-decoration: none;
    padding: 1px 7px 5px 3px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    background: #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f5f5f5));
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0);
    line-height: 18px !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;

    opacity: 0;
}

.articles_list {
    list-style: none;
    padding: 0;
}

.client-profile-image-remove {
    position: absolute;
    top: 0;
    right: 0;
}

/*-----------------Calendar--------------------*/
.content--calendar {
    min-width: calc(100vw - 285px);
    max-width: calc(100vw - 45px);
}

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin: 15px 0 5px 0;
}

.fc-toolbar h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: var(--light);
    font-size: 13px;
    line-height: 20px;
    padding: 10px 4px;
    text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #dee2e6;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: var(--light);
    border-radius: 50%;
    margin: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.fc-button {
    background: var(--light);
    border: none;
    color: var(--secondary);
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-radius: 3px;*/
    margin: 0 3px;
    padding: 6px 12px;
    height: auto;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 1rem;
}

.fc-state-hover {
    background: var(--light);
}

.fc-state-highlight {
    background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: var(--blue);
    color: #fff;
    text-shadow: none;
}

.fc-cell-overlay {
    background: #dee2e6;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border: 2px solid;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
    margin: 5px 5px;
    padding: 5px 5px;
    text-align: left;
    line-height: 16px;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 8px 10px;
    color: #fff;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
}

.btn-info {
    background-color: var(--blue);
    border-color: var(--blue);
}
.page-item.active .page-link {
    background-color: var(--success);
    border-color: var(--success);
}
.nav-bordered a.active {
    border-bottom: 2px solid var(--green) !important;
}
.timeline-sm .timeline-sm-item:after {
    border: 2px solid var(--blue);
}

.fc-time-grid-event .fc-content {
    color: #fff;
}

.staff-profile-image-thumb {
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    object-fit: cover;
}
*:disabled:not(.btn):not(button), *.disabled:not(.btn):not(button) {
    background: repeating-linear-gradient(-45deg, #f1f5f7 0px, #f1f5f7 10px, #edf1f3 10px, #edf1f3 20px);
}


@media (max-width: 1023px) {
    .content--calendar {
        min-width: calc(100vw - 285px);
        max-width: calc(100vw - 55px);
    }
}

@media (max-width: 767.98px) {
    .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
        float: none;
        display: block;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar > * > * {
        float: none;
    }

    .fc-today-button {
        display: none !important;
    }

    .fc-toolbar h2 {
        font-size: 1rem;
        line-height: 1.25rem;
        text-transform: uppercase;
    }
}

@media (max-width: 767px) {
    .content--calendar {
        min-width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
    }

    .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fc-right {
        order: -1;
        width: 100%;
    }

    .fc-left {
        display: inline-block !important;
    }

    .fc-center {
        display: inline-block !important;
        order: -1;
        margin-right: 1rem !important;
    }

    .fc-toolbar h2 {
        font-size: 1rem;
        line-height: 1.25rem;
        text-transform: uppercase;
    }

    .fc-toolbar .fc-left, .fc-toolbar .fc-right, .fc-toolbar .fc-center {
        margin: 5px 0;
    }

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 0;
    }

    .fc-toolbar {
        margin: 0px 0 0px 0;
    }

    .fc button, .fc table, body .fc {
        font-size: 0.675rem;
    }

    .fc-view {
        margin-top: 0px;
    }
}

@media (max-width: 479px) {
    .content--calendar {
        min-width: unset;
        max-width: 100%;
    }
}
@media screen and (max-width: 374px) {
    .footer > .container-fluid{
        text-align: center;
    }
    .footer > .container-fluid > .float-left, .footer > .container-fluid > .float-right {
        float: none !important;
    }
}




/*-----------------Calendar--------------------*/

.client-profile-image-small {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.badge-red {
    color: var(--white);
    background-color: #9D1C2D;
}

a.badge-red:hover, a.badge-red:focus {
    color: var(--white);
    background-color: #9D1C2D;
}

a.badge-red:focus, a.badge-red.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #9D1C2D;
    box-shadow: 0 0 0 0.2rem #9D1C2D;
}


.badge-orange {
    color: var(--white);
    background-color: var(--orange);
}

a.badge-orange:hover, a.badge-orange:focus {
    color: var(--white);
    background-color: var(--orange);
}

a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem var(--orange);
    box-shadow: 0 0 0 0.2rem var(--orange);
}

.dropdown-menu {
    max-width: 90vw;
}

.dropdown-menu li a.dropdown-item > span.text {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

@media (max-width: 479px) {
    .dropdown-menu:not(.inner):not(.static-dropdown) {
        top: 0;
        animation-duration: 0s;
        left: 50% !important;
        transform: translate3d(-50%, 34px, 0px) !important;
    }
    .dropdown-menu.dropdown-menu-right:not(.inner):not(.static-dropdown) {
        top: 100%;
        animation-duration: 0s;
        left: unset !important;
        right: 0% !important;
        transform: translate3d(0%, 0px, 0px) !important;
        max-width: none;
    }
}

._filter_data__text {
    display: none;
}

@media screen and (max-width: 425px) {
    ._filter_data__text {
        display: inline-block;
    }
}

.bootstrap-select .dropdown-toggle:before {
    content: none;
}
.bootstrap-select .dropdown-toggle:after {
    content: "\F140";
    display: inline-block;
    font-family: "Material Design Icons";
}

@media (max-width: 767px){
    .dropdown-menu:not(.inner){
        max-width: 100%;
    }
    .dropdown-menu:not(.inner) .text{
        text-overflow: ellipsis;
        overflow: hidden;
        max-width:100%;
    }
    body.client-logged-in .client-wrapper {
        padding-top: 120px;
    }
    body.client-logged-in .content-breadcrumb {
        padding-top: 70px;
    }
    .content-breadcrumb ~ .client-wrapper {
        padding-top: 0 !important;
    }
    .dataTables_wrapper > .row > .col-sm-12.col-md-6{
        flex: 1 !important;
    }
    .dataTables_wrapper > .row > .col-sm-12.col-md-6:first-child{
        width:auto !important;
        flex: 0 !important;
    }
}
.customer-language-select {
    max-height: 250px;
    overflow: auto;
}
.contract-attachments {
    word-break: break-word;
}
body.customers_login .navigation-menu{
    padding: 0 !important;
}
.table-announcements-btn {
    padding: 0.23rem 0.9rem;
}
.table-announcements-btn-mobile{
    display: none;
}
@media (max-width: 767px) {
    .table-announcements-btn-mobile{
        display: block;
    }
    .table-announcements-btn:not(.table-announcements-btn-mobile .table-announcements-btn) {
        display: none;
    }
}

.client_ticket_slide{
    width: 11px;
    position: fixed;
    bottom: 100px;
    right: 60px;
    font-size: 20px;
}


#control {
    line-height: 0;
    position: absolute;
    background-color: rgb(34, 34, 34);
    border-radius: 20px;
    top: 294.594px;
    left: 709.977px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
    z-index: 99999;
}
#control a{
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#control a:hover{
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#control .noti-icon {
    font-size: 16px;
    vertical-align: middle;
    horiz-align: center;
}
.inline-comment{
    background: #feff0054;
}
.comment-selected{
    background: #fd7e145c;
}

#inline-comments .c-view{
    padding: 0.5rem 0.5rem;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
    word-break: break-word;
}

.inline-comment-link{
    border-color: #fd7e145c !important;
}

.nav-tabs .nav-link.active {
    background-color: transparent!important
}

.proposal_comment .comment_content{
    word-break: break-word;
}

@media (max-width: 479px) {
    .notification-wrapper.dropdown-menu:not(.inner) {
        top: 100%;
        animation-duration: 0s;
        left: unset !important;
        right: unset !important;
        transform: translate3d(0%, 0px, 0px) !important;
        max-width: none;
    }
}

.mentions-input-box {
    position: relative;
}

.mentions-input-box .mentions{
    display: none;
}

.mentions-input-box .mentions-autocomplete-list {
    display: none;
    background: #fff;
    border: 1px solid #b2b2b2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    max-height: 75%;
    z-index: 700;
    margin-top: -2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.kb-section-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.kb-section-badge {
    background-color: #eef7f0;
    color: #52b788;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.kb-section-divider {
    margin-top: 0;
    border-top: 1px solid #eee;
}

.kb-col-wrapper {
    margin-bottom: 24px;
}

.kb-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
    height: 100%;
}

.kb-category-card {
    border: 1px solid #f0f2f5;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.kb-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: #e2e8f0;
}

.kb-card-content-wrap {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.kb-card-icon {
    background-color: #f8f9fa;
    min-width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.kb-card-icon i {
    font-size: 24px;
}

.kb-card-title {
    margin: 0 0 6px 0;
    color: #222;
    font-size: 15px;
}

.kb-card-desc {
    margin: 0 0 12px 0;
    color: #888;
    font-size: 13px;
    line-height: 1.4;
}

.kb-card-badge {
    background-color: #f4f6f9;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 800;
    display: inline-block;
}

.kb-card-arrow {
    margin-left: 15px;
    color: #d1d5db;
}

.customer-language-picker .customer-language-select {
    min-width: auto !important;
    width: 220px !important;
    min-height: auto !important;
    height: 190px !important;
    padding: 6px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border: none;
    border-radius: 4px;
}

.customer-language-select .lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 14px;
    transition: background-color 0.2s ease;
}

.customer-language-select .lang-item-left {
    display: flex;
    align-items: center;
}

.customer-language-select .lang-flag {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.customer-language-select .lang-name {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-language-select .active-lang .lang-name {
    font-weight: 700;
}

.customer-language-select .check-icon {
    font-size: 16px;
    color: #008a45;
    margin-left: 8px;
}

.customer-language-select .dropdown-divider {
    margin: 6px 0;
}

.customer-language-select .lang-settings-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    color: #008a45;
}

.customer-language-select .lang-settings-link:hover {
    color: #006a35;
}

.customer-language-select .lang-settings-link i {
    font-size: 16px;
}

.announcement-title-cell {
    display: flex;
    align-items: center;
}

.announcement-indicator {
    width: 11px;
    height: 11px;
    display: inline-block;
    flex-shrink: 0;
}

.announcement-link {
    font-size: 15px;
}

.customer-profile-menu {
    min-width: auto !important;
    width: 220px !important;
    padding: 6px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border: none;
    border-radius: 4px !important;
}

.customer-profile-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 8px 14px;
    transition: background-color 0.2s ease;
}

.customer-profile-menu .dropdown-item i {
    margin-right: 8px;
    flex-shrink: 0;
    text-align: center;
}

.customer-profile-menu .dropdown-item span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customer-profile-menu .dropdown-item:hover {
    background-color: #f5f5f5;
}

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

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

.kb-header-icon {
    min-width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 12px;
}

.kb-header-title {
    margin: 0;
    font-size: 18px;
    color: #222;
}

.kb-article-list {
    margin-top: 10px;
}

.kb-article-row {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
}

.kb-article-icon {
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 16px;
    margin-top: 2px;
}

.kb-article-content {
    flex: 1;
}

.kb-article-title {
    display: block;
    font-size: 15px;
    color: #222;
    margin-bottom: 4px;
    text-decoration: none;
    transition: color 0.2s;
}

.kb-article-title:hover {
    color: #000;
    text-decoration: underline;
}

.kb-article-desc {
    font-size: 13px;
    line-height: 1.5;
}

.kb-article-divider {
    margin: 4px 0;
    border-top: 1px solid #f0f2f5;
}

.kb-article-list .kb-article-divider:last-child {
    display: none;
}

.kb-article-date {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 20px;
    color: #6c757d;
    padding-top: 2px;
}

@media (max-width: 576px) {
    .kb-category-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .kb-section-badge {
        margin-left: 0;
    }

    .kb-header-left {
        flex-wrap: wrap;
        gap: 8px;
    }

    .kb-header-title {
        font-size: 16px;
    }

    .kb-header-right {
        width: 100%;
    }

    .kb-header-right .btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .kb-article-row {
        flex-wrap: wrap;
    }

    .kb-article-icon {
        min-width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 10px;
    }

    .kb-article-content {
        width: calc(100% - 42px);
    }

    .kb-article-title {
        font-size: 14px;
    }

    .kb-article-desc {
        font-size: 12px;
    }

    .kb-article-date {
        width: 100%;
        margin-left: 42px;
        margin-top: 6px;
        font-size: 12px;
        color: #999;
    }
}

.kb-article-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kb-article-icon {
    min-width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 16px;
}

.kb-article-single-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
}

.kb-header-right {
    white-space: nowrap;
}

.kb-related-heading {
    font-size: 20px;
    color: #1a202c;
}

.kb-related-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.kb-related-icon {
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 12px;
}

.kb-related-content {
    flex: 1;
}

.kb-related-title {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.kb-related-title:hover {
    text-decoration: underline;
}

.kb-related-date {
    font-size: 13px;
    white-space: nowrap;
    color: #a0aec0;
}

@media (max-width: 768px) {
    .kb-article-header-wrap {
        flex-wrap: wrap;
        gap: 12px;
    }

    .kb-article-icon {
        min-width: 44px;
        height: 44px;
        font-size: 20px;
        margin-right: 12px;
    }

    .kb-article-single-heading {
        font-size: 20px;
    }

    .kb-related-item {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .kb-related-icon {
        margin-top: 2px;
    }

    .kb-related-date {
        width: 100%;
        margin-top: 4px;
        text-align: left;
    }
}

.project-summary-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.project-summary-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    margin-right: 12px;
    font-size: 22px;
}

.project-summary-text {
    font-weight: 500;
    text-align: left;
}

.project-summary-text h3 {
    margin-bottom: 2px;
}

.announcement-modern-card {
    padding: 30px 60px 30px 40px;
    position: relative;
    border: none;
    display: flex;
    align-items: flex-start;
}

.announcement-icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: #ebf9f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 30px;
}

.announcement-icon-wrapper i {
    font-size: 32px;
    color: #00b956;
}

.announcement-modern-card .btn-close-custom {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #a3a3a3;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    opacity: 0.6;
    transition: opacity 0.2s;
    z-index: 10;
}

.announcement-modern-card .btn-close-custom:hover {
    opacity: 1;
    color: #333333;
}

.announcement-content {
    flex-grow: 1;
}

.announcement-title {
    color: #00b956;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.announcement-date {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
}

.announcement-text {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.announcement-cover-wrapper {
    margin: 30px 30px 0 40px;
    align-self: flex-start;
}

.announcement-cover-wrapper img {
    max-width: 300px;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .announcement-modern-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
    }

    .announcement-icon-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .announcement-cover-wrapper {
        margin: 20px 0 0 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-self: auto;
    }

    .announcement-cover-wrapper img {
        max-width: 100%;
        height: auto;
    }
}

.custom_badge {
    position: relative;
    padding: 1px 5px;
    border-radius: 6px;
    height: fit-content;
}

.custom_badge_span_icon {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 8px;
}

.custom_badge_span_icon i {
    align-self: center;
}

.custom_badge_span_icon.bold i {
    font-weight: 700;
}

.nav-unbordered {
    border-bottom: none !important;
}

.notifications_settings_wrapper {
    border: 1px solid var(--light-gray);
    border-radius: 8px;
}

.notification_checkbox_wrapper {
    padding: 0.75rem 0.75rem 0.75rem 55px;
}

.notifications_settings_wrapper i {
    align-self: center;
}

.collapsing {
    height: auto !important;
    transition: none !important;
    -webkit-transition: none !important;
    display: none;
}

.notification-analytic-wrapper:not(:last-child) {
    border-right: 1px solid var(--light-gray);
}


@media (max-width: 576px) {
    .notification-analytic-wrapper:not(:last-child) {
        border-right: none !important;
        border-bottom: 1px solid var(--light-gray);
    }
}

.notify_dot {
    width:10px;
    height:10px;
    border-radius:50%;
}

.notify_dot_blue {
    background-color: var(--blue);
}

.notify_dot_light {
    background-color: var(--light);
}

.notification-box-all {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 10px;
    border-bottom: 1px solid var(--light-gray);
}

[class*="calendar_legend_"] {
    display: flex;
    flex-wrap: wrap;
}

.calendar-legend-item {
    display: flex;
}

.calendar-legend-icons {
    display: flex;
    align-items: center;
}

.calendar-legend-dot {
    display: block;
    width:15px;
    height:15px;
    border-radius:50%;
    box-sizing:border-box;
    border: 2px solid;
}

.calendar-legend-dot + .calendar-legend-dot{
    margin-left:-4px;
}