/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    /* font-family: "Inter", serif !important; */
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    color: #333;
    background-color: #FFF !important;
}
* {
    /* border-color: #ddd !important; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
 
.table-responsive {
    overflow-x: auto !important;
}
table {
    /* white-space: nowrap; */
}
table.dataTable {
    white-space: nowrap;
}
table#message-table {
    white-space: unset;
}
table tbody tr:nth-child(odd) td {
    /* background-color: rgb(0 0 0 / 0.04) !important; */
}
 
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
.sidebar-menu li a,
.text-default {
    color: #333 !important;
}
a {
    /* color: #6690F4; */
}
.badge,
.btn-success,
.btn-success *,
.btn-info,
.btn-info *,
.btn-primary,
.btn-primary *,
.btn-danger,
.btn-danger *,
.btn-secondary,
.btn-secondary *,
.bg-primary *,
.sidebar-menu li.active > a,
.sidebar-menu li.active > a span,
.compact-view-active .dataTable:not(.js-selection-mode) tbody tr.active td .text-default span,
.dataTable:not(.js-selection-mode) tbody tr.active td *,
.invoice-info-title,
.fc-daygrid-event *,
span[data-bs-toggle="tooltip"] {
    color: #FFF !important;
}

.nav-link {
    box-shadow: unset !important;
}
 
.btn-transparent:hover {
    color: #4e5e6a !important;
}
.btn-transparent:hover svg {
    fill: #4e5e6a !important;
}
 
.dataTable:not(.js-selection-mode) tbody tr.active .badge {
    color: #00b393 !important;
}
 
/* scrollbar */
.ps__rail-y,
.ps__thumb-y {
    width: 5px !important;
}
 
.nav-tabs li a {
    padding: 15px 20px;
}
 
/* login */
.signin-page .scrollable-page,
.signup-page .scrollable-page {
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signin-page .form-signin,
.signup-page .form-signin {
    margin: 0 auto !important;
}
.signin-page .form-signin .card,
.signup-page .form-signin .card {
    margin: 0 !important;
}
 
/* message */
.message-sec .row > .box {
    display: block;
}
.message-sec .content-sidebar {
    width: 100%;
    display: block;
    height: fit-content;
    margin: 0 0 20px;
}
.message-sec .content-sidebar ul {
    flex-direction: row;
}
 
.timeline-images .file-mockup {
    height: 200px !important;
}
.timeline-images .file-mockup .mt-12 {
    margin-top: 0 !important;
}
 
.leadtable .rich-text-container {
    width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
}
 
.leadtable .lead-owner-dropdown.form-control,
.agency-dropdown.form-control {
    border: 1px solid #DDD !important;
}
 
.leadtable .update-lead-status {
    width: 100px;
}
 
.leadtable td[data-bs-toggle="tooltip"] {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
}
 
.form-select:focus {
    box-shadow: none;
}
 
 
.leads-page .tooltip .tooltip-inner {
    max-width: 500px !important;
    color: #FFF !important;
}
.leads-page .tooltip .tooltip-inner * {
    font-size: 15px !important;
    color: #FFF !important;
    text-align: left !important;
}
svg.feather.feather-file-text.icon-16.submitted {
    /* opacity: 0.2; */
    color: #83c340;
    font-weight: 900;
}
 
svg.feather.feather-file-text.icon-16.not-submitted {
    /* opacity: 0.2; */
    color: #10dfc0;
    font-weight: 900;
}
a:hover .not-submitted,
a:hover .submitted {
    color: #FFF !important;
}
 
.modal .modal-content {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.modal .modal-content .modal-body {
    min-height: auto !important;
    height: auto !important;
}
.modal .modal-header .task-btn-wrapper .btn + .btn {
    margin-left: 13.5px;
}
 
.intake-send-btn,
.intake-copy-btn {
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 13px;
}
 
.agency_logo {
    width: 150px;
}
 
.agency_logo .max-logo-size {
    width: 100%;
    max-width: 100%;
}
 
.profile-btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.profile-btn-group .profile-image-upload.file-upload {
    position: static;
}
.agency-profile .avatar {
    width: 100%;
    height: 150px;
    margin: 10px 0 0;
}
.agency-profile .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: contain;
    object-position: top;
}
 
.project_kanban .kanban-item-list {
       /* max-height: 100%; */
    /* height: 100% !important; */
    min-height: 1000px;
}
 
.ad_iframe iframe {
    height: calc(100vh - 300px) !important;
}
 
.filter-section-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.filter-form {
    border: 0;
    margin: 0;
    padding: 0;
}
.filter-form .filter-item-box .w200 {
    width: unset;
}
.filter-form .filter-item-box .select2-choice {
    width: 140px;
}
 
.project-details-table .row {
    margin: 0;
}
.project-details-table .row > div {
    background-color: #FFF !important;
    padding: 10px 15px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
.project-details-table .row > div:last-child {
    border-right: 1px solid #DDD;
}
.project-details-table .row:last-child > div {
    border-bottom: 1px solid #DDD;
}

/* chat */
#project-campfire-section .rise-chat-body {
    height: calc(100vh - 360px);
}
#project-campfire-section .chat-me .chat-msg * {
    color: #FFF !important;
}
#project-campfire-section .rise-chat-header {
    font-size: 20px;
    box-shadow: unset;
}
#project-campfire-section .chat-date-separator,
.project-chat-wrapper .rise-chat-body .chat-date-separator {
    position: relative;
    text-align: center;
    margin: 10px 0;
}
#project-campfire-section .chat-date-separator::before,
.project-chat-wrapper .rise-chat-body .chat-date-separator::before {
    position: absolute;
    content: "";
    border-block-end: 1px solid rgb(102 144 244 / 0.4);
    inset-block-start: 50%;
    inset-inline: 0;
    transform: translateY(-50%);
}
#project-campfire-section .chat-date-separator span,
.project-chat-wrapper .rise-chat-body .chat-date-separator span {
    font-size: 12px;
    color: #FFF !important;
    background-color: #6690F4;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}
#project-campfire-section .chat-msg small {
    color: #6f787c !important;
    font-weight: 400;
}
#project-campfire-section .chat-me .user-info {
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}
#project-campfire-section .chat-msg {
    max-width: 900px;
    padding: 7px 14px;
}

.rise-chat-wrapper.project-chat-wrapper {
    width: 400px;
    height: 700px;
    border-radius: 8px;
    right: 80px !important;
    bottom: 20px !important;
    top: unset !important;
    left: unset !important;
    overflow: hidden;
    transition: .3s all;
    z-index: 9999999999;
    background-color: #fff !important;
}
.rise-chat-wrapper.project-chat-wrapper.maximize {
    width: 500px;
    height: 750px;
}
.rise-project-body {
    height: calc(100% - 43px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.rise-project-body .avatar {
    width: 40px;
    height: 40px;
    background-color: #6690f4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rise-project-body .avatar svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
}
.rise-project-body .message-row {
    padding: 15px;
}
.rise-project-body .chat-members {
    display: flex;
    align-items: center;
    gap: 5px;
}
.rise-project-body .chat-members .members img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.rise-project-body .chat-members .chat-project-name {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rise-project-body .message-row .chat-time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.rise-project-body .message-row .chat-time .msg-count {
    width: 25px;
    height: 25px;
    font-size: 10px;
    color: #FFF;
    background-color: #4a854a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-chat-wrapper .rise-chat-body {
    height: calc(100% - 109px) !important;
}
.project-chat-wrapper .rise-chat-footer {
    border: 0;
    padding: 5px 0;
    z-index: 2;
}
.project-chat-wrapper .chat-bottom-area {
    display: flex;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto;
    padding: 0 5px;
    align-items: flex-end;
}
.project-chat-wrapper .chat-bottom-area .chat-button-section {
    padding: 6px 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.project-chat-wrapper .chat-bottom-area .chat-button-section .chat-file-upload-icon > div {
    display: flex;
}

#js-chat-messages-container {
    height: calc(100vh - 360px);
    overflow-y: auto;
    overflow-x: hidden;
}

.project-chat-wrapper .rise-chat-header {
    padding: 15px;
}
.project-chat-wrapper .project-name {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.project-chat-wrapper .rise-chat-header .chat-back,
.project-chat-wrapper .rise-chat-header .chat-title {
    text-indent: unset;
    padding: unset;
}
.project-chat-wrapper .rise-chat-header .chat-title span {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.project-chat-wrapper .chat-me {
    margin: 0;
    padding: 5px 10px;
}
.project-chat-wrapper .chat-me .chat-msg * {
    color: #FFF !important;
}
.project-chat-wrapper .chat-msg,
.project-chat-wrapper .chat-msg {
    max-width: 300px;
    padding: 7px 14px;
}
 
.iframe-container {
    position: relative;
    overflow: hidden;
}
.ad-preloader-wrapper {
    position: absolute;
    background-color: #FFF;
    /* height: 600px; */
    height: calc(100vh - 300px);
    width: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad-preloader-wrapper img {
    height: 60px;
}

.rise-project-body .message-row:last-child {
    margin-bottom: 20px;
}

.chat-other .chat-msg {
    border-radius: 0 20px 20px 20px;
}
.chat-me .chat-msg {
    border-radius: 20px 0 20px 20px;
}


.mobile-bottom-menu {
    z-index: 999999999;
}
.mobile-bottom-menu a.nav-link,
.mobile-bottom-menu #js-init-chat-icon {
    padding-bottom: 15px !important;
}
.mobile-bottom-menu #mobile-function-button .dropdown {
    padding: 10px !important;
}

.post-dropzone,
.rise-chat-footer .post-file-dropzone-scrollbar {
    background-color: #fff !important;
}

#chat-widget-maximize {
    transform: rotate(90deg);
}

@media only screen and (min-width: 991px) {
    .sidebar-toggled {
        min-height: 100vh !important;
    }
    #left-menu-toggle-mask {
        height: 100vh !important;
    }
    .sidebar-toggled .sidebar {
        height: 100vh !important;
    }
}
@media only screen and (max-width: 576px) {
    .rise-chat-wrapper.project-chat-wrapper {
        /* height: calc(100vh - 52px) !important; */
        height: calc(100vh - 105px) !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
    }
    .rise-chat-wrapper:not(.rise-cart-wrapper) .rise-chat-body {
        height: calc(100vh - 210px) !important;
        /* height: calc(100vh - 160px) !important; */
        /* height: calc(100vh - 109px) !important; */
    }
    .project-chat-wrapper .rise-chat-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    #chat-widget-maximize {
        display: none;
    }

    #js-chat-messages-container {
        height: unset;
    }
    #project-campfire-section .rise-chat-body {
        height: calc(100vh - 480px);
    }
}

.task-btn-wrapper.hide-task-btns {
    display: none;
}

img.pasted-image {
    max-width: 100%;
}
.timeline-images img {
    filter: unset !important;
}
#project-campfire-section .chat-msg img {
    max-width: 300px;

}
.chat-msg video {
    max-width: 100%;
}

.image-edit-box {
    width: 100% !important;
}
.image-edit-box .file-preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 15px;
}
.image-edit-box .file-item {
    position: relative;
    border: 1px solid;
}
.image-edit-box .file-item img {
    width: 80px;
    height: 80px;
}
.image-edit-box .file-item .delete-file {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
}
.image-edit-box .file-item .delete-file svg {
    width: 16px;
}
.timeline-images span.more {
    color: #fff !important;
}

.card-body.cr-reffer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail_invoice {
    /* background-color: rgb(0 0 0 / 0.04); */
}
.detail_invoice table tbody tr:nth-child(odd) td {
    /* background-color: transparent !important; */
}
.detail_invoice .select2-container .select2-choice {
    background-color: #FFF !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}
.detail_invoice .table-responsive {
    padding: 0 10px 20px 20px !important;
    margin-bottom: 20px;
}
.detail_invoice table.dataTable.display tbody th,
.detail_invoice table.dataTable.display tbody td {
    background-color: transparent !important;
}
.detail_invoice .invoice-info-title,

.invoice-preview-container .invoice-info-title {
    /* background-color: #6690F4 !important; */
    padding: 5px;
    display: inline-block;
    margin: 0 0 10px;
    /* border-radius: 4px; */
}
.detail_invoice #invoice-total-section {
    width: 320px !important;
    padding-right: 20px !important;
}
.detail_invoice #invoice-total-section #invoice-item-table {
    margin: 0;
}
.detail_invoice .table-responsive #invoice-item-table thead tr th {
    font-size: 13px;
    padding: 7px;
}

.detail_invoice .b-b,

.invoice-preview-container .b-b {
    padding-bottom: 10px;
    margin-bottom: 10px;

}
.detail_invoice #invoice-total-section #invoice-item-table tr td:nth-child(3) {
    max-width: 30px !important;
}
.detail_invoice table.header-style tbody tr:nth-child(3) td:nth-child(3) {
    text-align: right;
}
.detail_invoice .float-start {
    margin-left: 30px !important;
}

.requested-p-text{
    font-size: 12px;
    font-weight: 500;
}

.disable-card {
    position: relative;
    overflow: hidden;
}
.disable-card::before {
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    cursor: not-allowed;
}

.shakeX {
    animation: shakeX-animation 0.5s ease-in-out 3;
}
@keyframes shakeX-animation {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

#leads_activity {
    max-height: 1313px;
    overflow-y: auto;
}
@media only screen and (max-width: 576px) {
    #leads_activity {
        max-height: unset;
    }
    .modal {
        overflow-y: auto !important;
        z-index: 9999999999;
    }
    .modal .modal-dialog {
        margin: 1.75rem 0 !important;
    }
    .modal .modal-dialog .modal-content {
        border-radius: var(--bs-modal-border-radius) !important;
    }
    .tab-title .title-button-group {
        float: left;
    }
    .tab-title .title-button-group .btn {
        margin: 0.75rem 0.4rem !important;
    }

    #lead-table tbody > tr > .list-status-border {
        display: none;
    }
}

.form-control {
    overflow: hidden;
}
.form-control.select2-container {
    height: auto;
}
.has-error .form-control,
.has-error .note-editor {
    border-color: #ec5855 !important;
}
.has-error .help-block {
    font-size: 12px;
    color: #ec5855 !important;
}

.dataTables_wrapper .dataTables_processing.card {
    padding: 0 !important;
    margin: 0 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    height: auto;
    width: auto;
}

.dataTable td.child {
    /* width: 100% !important; */
    /* min-width: 100% !important; */
    /* display: block !important; */
    /* white-space: nowrap !important; */
}

.invoice-preview-container table tbody tr:nth-child(odd) td {

    /* background-color: transparent !important; */

}



.select2-container.form-control {

    height: auto;

}



.invoice-note {

    padding: 20px 0px;

    margin: 50px 20px 0 30px;

    border-top: 1px solid #f1f1f5;

}



.highlight-toolbar {

    color: #4e5e6a !important;

}

.subscription-info-title {

    display: inline-block;

    color: #fff !important;

    background-color: #6690F4 !important;

    padding: 5px 10px;

    border-radius: 4px;

}

.invoice-details-view .max-logo-size,

.invoice-preview .max-logo-size {

    max-width: 200px;

}

body .invoice-preview *:not(.badge) {

    line-height: inherit !important;

}

.nav-pills li .active,

.nav-pills li.active {

    font-weight: 500 !important;

}

.btn-info {

    background-color: #6690F4 !important;

    border-color: #6690F4 !important;

}

.invoice-preview {
    /* font-size: 15px; */
}

.invoice-preview-widgets .flex {

    flex: 1;

}

.invoice-preview-widgets svg {

    stroke: #6690F4;

    margin: 0;

    width: 50px;

    height: 50px;

}

.invoice-preview-details h5 {

    font-weight: 500;

}

.invoice-preview-details p {

    margin-bottom: 5px;

}

.invoice-preview-details p:last-child {

    margin: 0;

}



.notlogged-in .sidebar-menu,

.notlogged-in .navbar-collapse {

    position: relative;

}

.notlogged-in .sidebar-menu::before,

.notlogged-in .navbar-collapse::before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    backdrop-filter: blur(2px);

    z-index: 9;

}



/* .notlogged-in .sidebar-menu li a,

.notlogged-in.navbar-expand .navbar-nav .nav-link {

    position: relative;

}

.notlogged-in .sidebar-menu li a::before,

.notlogged-in.navbar-expand .navbar-nav .nav-link::before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    backdrop-filter: blur(2px);

    cursor: not-allowed;

} */



.invoice-preview-table {

    vertical-align: middle;

}

.invoice-preview-table tr th,

.invoice-preview-table tr td {

    padding: 15px;

}

.invoice-preview-table tr td {

    border: 0;

}

.invoice-preview-table .badge {

    width: 100%;

    margin: 0 !important;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.invoice-preview-table .badge-success,
.invoices-page .badge.bg-success,
.pay_invoice-page .badge.bg-success,
.projects-page .badge.bg-success {
    background-color: #48BA16 !important;
    margin: 0 !important;
}
.invoices-page .badge.active-badge.bg-success {
    background-color: #485BBD !important;
}
.card table .badge {
    margin: 0 !important;
}
.invoice-preview-table .badge-warning {

    background-color: #ffc107;

}

.invoice-preview-table .badge-primary {

    background-color: #aab7b7;

}



.invoice-preview-tabs .nav-tabs {

    border-bottom: 0;

}

.invoice-preview-tabs .nav-tabs .nav-item {

    border-right: 1px solid #f1f1f5;

}

.invoice-preview-tabs .nav-link {

    color: #4e5e6a !important;

    font-weight: 500 !important;

    padding: 12px 24px;

    box-shadow: unset !important;

}

.invoice-preview-tabs .nav-link.active {

    color: #6690F4 !important;

}



.invoice-preview-tabs .card {

    border-top-left-radius: 0;

    border-top-right-radius: 0;

}



.invoice-preview-breadcrumb svg {

    width: 16px;

    height: 16px;

}



.invoice-table tbody td {

    /* vertical-align: baseline; */
    vertical-align: top;

}

.invoice-table textarea {

    height: 100px;

    resize: none;

}

.invoice-table .drag-box {

    display: flex;

    gap: 0 5px;

}

.invoice-table .drag-box > div {

    flex: 1;

}

.invoice-table .drag-box svg {

    position: relative;

    top: 9px;

    margin: 0;

}



/* .invoice-table .drag-box-empty {

    margin-left: 21px;

} */



.invoice-preview-table .payment-type .badge {

    font-size: 11px;

    display: block;

    width: fit-content;

    height: auto;

}



.invoice-preview .form-switch,

.invoice-preview label {

    margin: 0;

}

.invoice-preview .form-switch {

    display: flex;

    align-items: center;

    gap: 0 8px;

}

.invoice-preview .form-check-input {

    margin: 0 !important;

    float: unset;

    box-shadow: unset;

    cursor: pointer;

    width: 50px;

    height: 25px;

}



.invoice-preview .invoice-id-list {

    width: fit-content;

    margin-left: auto;

    text-align: left;

}



.invoice-preview .invoice-badge {

    font-size: 10px;

    margin: 0;

    background-color: #29c2c2;

    float: right;

}

.invoice-preview .right-side,
.invoice-details-view .right-side {
    margin-top: 30px;
}

.dashboard-page,
.dashboard-view,
.dashboard-view .text-default {
    color: #333 !important;
}
.dashboard-icon-widget .card-body {
    padding: 20px;
}
.dashboard-icon-widget .widget-details h1 {
    font-size: 25px;
    font-weight: 600;
}
.dashboard-icon-widget .widget-icon {
    border-radius: 50%;
}
.dashboard-icon-widget .widget-icon.bg-info {
    background-color: rgb(56 164 248 / 20%) !important;
}
.dashboard-icon-widget .widget-icon.bg-info svg {
    color: #38a4f8 !important;
}
.dashboard-icon-widget .widget-icon.bg-primary {
    background-color: rgb(102 144 244 / 20%) !important;
}
.dashboard-icon-widget .widget-icon.bg-primary svg rect,
.dashboard-icon-widget .widget-icon.bg-primary svg path,
.dashboard-icon-widget .widget-icon.bg-primary svg polyline,
.dashboard-icon-widget .widget-icon.bg-primary svg line,
.dashboard-icon-widget .widget-icon.bg-primary svg polygon {
    color: #6690F4 !important;
}
.dashboard-icon-widget .widget-icon.bg-orange {
    background-color: rgb(255 184 34 / 20%) !important;
}
.dashboard-icon-widget .widget-icon.bg-orange svg {
    color: #ffb822 !important;
}
.dashboard-icon-widget .widget-icon.bg-success {
    background-color: rgb(72 91 189 / 20%) !important;
}
.dashboard-icon-widget .widget-icon.bg-success path,
.dashboard-icon-widget .widget-icon.bg-success polyline {
    color: #485BBD !important;
}
.dashboard-icon-widget .widget-icon.bg-coral {
    background-color: rgb(253 57 122 / 20%) !important;
}
.dashboard-icon-widget .widget-icon.bg-coral circle,
.dashboard-icon-widget .widget-icon.bg-coral polygon {
    color: #FD397A;
}
.dashboard-icon-widget .bg-transparent-white {
    background: unset !important;
    padding: 0;
    border-radius: 0;
}
.dashboard-page .widget-container .card-header {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    background-color: rgb(102 144 244 / 20%);
}
.dashboard-page #invoice-overview-widget-container .widget-footer {
    position: static !important;
    width: 100% !important;
    margin-top: 20px;
}
.dashboard-page .sticky-note {
    font-size: 14px;
    padding: 15px;
    color: #333;
}
.dashboard-page .dashbaord-header-area .float-start.p10 {
    display: none;
}
.dashboard-page .card .page-title.bg-info.text-white {
    background-color: rgb(102 144 244 / 20%) !important;
    padding: 12px 16px;
}
.dashboard-page .card .page-title.bg-info.text-white h1 {
    color: #333 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 0 !important;
}

.dashboard-page #project-timeline-container .rich-text-container,
.dashboard-page #project-timeline-container .rich-text-container * {
    font-size: 14px !important;
    word-break: break-word;
}

table.dataTable td.option {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* justify-content: space-evenly; */
}
table.dataTable td.option a {
    /* margin: 0; */
}

table.dataTable td .checkbox-blank {
    margin-right: 10px !important;
}

table#invoice-payment-table tr th:first-child,
table#invoice-payment-table tr td:first-child {
    padding-left: 20px !important;
}
table#invoice-payment-table tr th:last-child,
table#invoice-payment-table tr td:last-child {
    padding-right: 20px !important;
}

/* table#task-table tr th:first-child,
table#task-table tr td:first-child {
    width: 20% !important;
} */

table#task-table tr td:nth-child(6) {
    white-space: normal;
}

/* 05.06.25 */
.sidebar,
.sidebar .sidebar-brand,
.sidebar .sidebar-scroll,
.sidebar-toggled .sidebar-menu li:hover {
    background-color: #f8f9fb !important;
}
.sidebar .sidebar-brand {
    padding: 10px 15px !important;
    border-bottom: 0 !important;
}
.sidebar .sidebar-menu > li > a {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 15px !important;
    margin: 0 15px !important;
    position: relative;
}
.sidebar-toggled .sidebar .sidebar-menu > li > a {
    margin: 0 10px !important;
    box-shadow: unset !important;
}
.sidebar .sidebar-menu > li > a::after {
    position: absolute;
    content: "";
    border: 2px solid transparent;
    left: -15px;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    width: 4px;
    background-color: transparent;
}
.sidebar-toggled .sidebar .sidebar-menu > li > a::after {
    display: none;
}
.sidebar .sidebar-menu > li.active > a {
    color: #6690F4 !important;
    background-color: rgb(102 144 244 / 10%) !important;
}
.sidebar .sidebar-menu li.active a .menu-text {
    color: #6690F4 !important;
}
.sidebar .sidebar-menu > li.active > a::after,
.sidebar .sidebar-menu > li > a:hover::after {
    border-color: #6690F4;
    background-color: #6690F4;
}
.sidebar .sidebar-menu > li > ul > li > a {
    font-size: 13px;
    padding: 10px 30px !important;
}
.sidebar .sidebar-menu > li > ul > li > a span {
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.sidebar .sidebar-menu > li > ul > li > a:hover,
.sidebar .sidebar-menu > li > ul > li > a:hover span {
    color: #6690F4 !important;
}
.sidebar .sidebar-brand img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.sidebar .sidebar-menu > li > a > svg {
    width: 20px;
    height: 20px;
}

.dashboard-page .dashbaord-header-area {
    display: none !important;
}

.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container .select2-choices .select2-search-field input {
    font-family: inherit !important;
}

#send_invoice-dropzone .note-editor .note-editable h1,
#send_invoice-dropzone .note-editor .note-editable h3 {
    color: #FFF !important;
}

.agency-card-view {
    background-color: #f8f9fb !important;
}
.agency-img-wrapper {
    position: relative;
}
.agency-img-wrapper .profile-btn-group label .btn {
    position: absolute;
    right: 0;
    margin: 0 !important;
    border-radius: 50% !important;
    overflow: hidden;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-img-wrapper .profile-btn-group label .btn svg {
    margin: 0;
    width: 16px;
    height: 16px;
}

/* 06.06.25 */
.header-search-bar {
    border: 1px solid #f1f1f5;
    border-radius: 6px;
    /* overflow: hidden; */
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.03);
}
.header-search-bar .row {
    --bs-gutter-x: 0;
}
.header-search-bar .awesomplete > input,
.header-search-bar .select2-container.form-control .select2-choice {
    font-size: 13px;
    height: 40px;
    background-color: #FFF !important;
    border: 0;
    border-radius: 0;
}
.search-modal .awesomplete > input,
.search-modal .select2-container.form-control .select2-choice {
    font-size: 13px !important;
}
.header-search-bar .awesomplete > input {
    border-left: 1px solid #f1f1f5;
    background: url(../images/search.png) no-repeat 15px 50% #FFF !important;
}
.header-search-bar .select2-container.form-control .select2-choice .select2-chosen {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-search-bar .select2-container .select2-choice .select2-arrow b {
    background-position: -5px 6px;
}
.header-search-bar .awesomplete ul li,
.search-modal .awesomplete ul li {
    font-size: 13px;
    font-weight: 500;
}

.page-title .breadcrumb-nav {
    padding: 15px 0;
}

@media only screen and (max-width: 576px) {
    .dashboard-page .dashboards-row .widget-container.col-sm-3 {
        width: 50%;
    }
    .dashboard-icon-widget .card-body {
        padding: 15px;
    }
    .dashboard-icon-widget .widget-icon {
        height: 50px;
        width: 50px;
    }
    .dashboard-icon-widget .widget-details h1 {
        font-size: 22px;
    }
    .dashboard-icon-widget .bg-transparent-white {
        font-size: 13px;
    }
}

@media only screen and (max-width: 420px) {
    .dashboard-icon-widget .widget-icon {
        height: 45px;
        width: 45px;
    }
    .dashboard-icon-widget .bg-transparent-white {
        font-size: 12px;
    }
}