/*Write your custom css in this file.*/
/*Font Import*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

button:focus {
    outline: 1px dotted;
    outline: none !important;
}

.invoice-meta {
    color: #444 !important;
}

html, body {
    background-color: #fefffa;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.proposal-preview-container {
    padding: 0px !important;
}

.kanban-item:hover div > a:first-of-type {
color: #232323 !important; 
}

.kanban-item div > a:first-of-type { 
    color: #555555 !important; 
    font-weight: 500;
}

.sidebar-menu li a span {
    margin-left: 10px;
    word-break: break-all;
    max-width: 145px !important;
    position: relative;
    display: inline-flex;
}

.widget-progress-bar {
    height: 7px;
    margin-top: 0px;
}

.filter-section-container .filter-item-box .select2-container .select2-chosen {
    background-color: #ffffff !important;
    border-color: #f2f4f6 !important;
}

#staff-planning-tabs li a {

    min-height: 67px !important;
}

.profile-img-btn svg {
    margin-right: 3px !important;
}

.filter-section-container .filter-item-box  .select2-container .select2-choice {
border-color: #f2f4f6 !important
}

.filter-section-container .btn svg {
    margin-right: 0px;
}

.kanban-item div > a:first-of-type:hover {

    color: #232323 !important;
    font-weight: 700;
}

#notificaion-popup-list, #messages-popup-list {
    max-height: 400px;
    overflow-y: scroll;
    border-radius: 0px !important;
    border-top: none !important;
}

#task-table_wrapper .title-cell a {
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap !important;
    max-width: 160px !important;
    display: inline-block;
}

#task-table_wrapper .w10p a {
    display: inline !important;
}

#task-table_wrapper td a:hover {
    color: #232323;
}

.scroll-buttons {
    padding-bottom: 15px;
    display: flex;
    width: 99%;
}

/* nav bars without li */

#staff-planning-tabs .title-button-group {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

#staff-planning-tabs .btn-sm:hover {
    background-color: #f9faf3 !important;
    border-color: #f2f4f6 !important;
}

.staff-content .row {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.scroll-button-up {
    width: 50%;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    border-right: solid 1px #eff3de;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.title-tab svg {
    stroke: #000 !important;
}

.missed-reminder {
    border-left: 2px solid #ed5050;
    display: inline-block;
    padding-left: 10px;
    border-radius: 10px;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 0px;
}

.progress-bar {
    font-weight: 700;
}

.badge {
    color: #fff !important
}

li.active a {
    color: #bbd300 !important;
}

.gantt-view .select2-container .select2-chosen {
    background-color: #ffffff !important;
}

#project-member-table .text-off {
    font-weight: 400;
}

.gantt-view  .select2-container .select2-choice {
border-color: #f2f4f6 !important
}

.item-categories-filter-section .select2-container .select2-chosen {
    background-color: #ffffff !important;
}

.item-categories-filter-section .select2-container .select2-choice {
border-color: #f2f4f6 !important
}


.navbar-nav .nav-item #user-dropdown {
    padding: 12px 14px !important;
}


li.open a {
    color: rgba(0, 0, 0, 0.85) !important;
}

li.expand a {
    color: rgba(0, 0, 0, 0.85) !important;
}

.kanban-filter-container {
    border-radius: 15px 15px 0px 0px;
}

#password-manager-tabs {
    padding-left: 0px !important;
}

.kanban-item {
    transition: all 0.2s ease-in-out;
    color: #777777;
}

#campaign-table_wrapper .w20p p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#groups-table_wrapper .w50p p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kanban-item:hover, .kanban-item:active, .kanban-item:focus {
    text-decoration: none;
    color: #232323;
    background: #fcfff3f9;
}

.fc-h-event {
    border: 1px solid #bbd300 !important;
    border: 1px solid var(--fc-event-border-color, #bbd300)!important;
    background-color: #bbd300!important;
    background-color: #bbd300!important;
    padding: 5px!important;
}

.dropdown-item {
    padding: 0.7rem 1.25rem;
    color: #777777;
}

.events-title-button .select2-container .select2-choice > .select2-chosen {
    margin-right: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #777777;
    background: #fff;
}

.filter .btn {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
}

.filter-item-box .btn {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
}

.option .text-off {
    opacity: 1 !important;
}

.scroll-button-down {
    width: 50%;
    height: 40px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

#custom_field_1 {
    display: block;
    width: 100%;
    padding: 7px 10px 7px 10px;
    border-radius: 25px;
    height: 40px;
}

.app-alert a {
    color: #fff !important;
}

.scroll-button-down:hover, .scroll-button-up:hover {
background: #bbd300;
color: #fff;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #eef2d6 !important;
    border-color: #eef2d6 !important;
    color: fieldtext !important;
}

.reminder-modal .modal-content {
    border-radius: 25px 0px 0px 25px !important;
}

.reminder-height .p30 {
    padding: 25px 25px 25px 0px !important;
}

.reminder-height .pt30 {
    padding: 25px 7px 25px 25px !important;
}

.reminder-height .row {
    width: 100%;
}

#signin-background-preview {
    padding: 8px;
}


.app-alert strong {
    font-weight: 700 !important;
}

#signature-pad {
    max-width: 467px !important;
    width: 467px !important;
    border-radius: 25px;
    border: 1px solid #0000005e !important;
    background-color: #f9faf3;
}

.widget-details h1 {
    font-family: "Montserrat", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
}

.card-header .add-member-button svg {
    color: #fff !important;
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
  font-family: "Montserrat", sans-serif; 
  font-weight: 700 !important; 
  color: #232323 !important;
}

.settings .settings-anchor {
    font-size: 15px;
    margin: 15px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.help-catagory.list-group .list-group-item {
    border-radius: 0 !important;
    border: none;
    border-left: 2px solid transparent !important;
    background: transparent;
    transition: all 0.3s ease-in-out;
    color: #777777;
    font-family: "Montserrat", sans-serif;
}

.list-group-item {
    border: none;
    padding: 8px 10px;
}

.bg-success {
    background-color: #bbd300 !important;
}

.bg-info {
    background-color: #66c7d5 !important;
}

.message-button-list .list-group .list-group-item {
    color: #555;
    font-weight: 700;
}
.sub-task-icon {
    padding: 1px 3.5px;
}

#custom-field-tab {
    padding-left: 0px !important;
    
}

label.field-row {
    margin-bottom: 10px;
}

.permission-list label {
    margin-bottom: 5px;
    font-weight: 400;
    color: #777777;
}

#invoice_header_image {

    padding: 7px 10px 10px 10px;
}

#team-table_wrapper .badge {
    width: max-content;
}

.permission-list li {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eef6f9;
    list-style-type: none;
}

.btn-warning {
    color: #000 !important;
    background: #f3a652;
    border-color: #f3a652;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #000 !important;
    background: #ff982e;
    border-color: #ff982e;
}

.bg-purple {
    background-color: #ac8ddf !important;
}

.bg-coral {
    background-color: #e77997 !important;
}

.bg-warning {
    
    background: #f3a652 !important;
 
}

.text-orange {
    color:#f3a652 !important;
}


.bg-orange {
    background: #f3a652 !important;
}

.text-danger {
color: #ed5050 !important;
}

.bg-danger {
background: #ed5050 !important;
}

.bg-secondary {
    background-color: #bdbdbd !important;
}

.card-body strong {
    color: #555555;
    font-weight: 700;
}

.radio label {
    font-weight: 400;
    color: #777777;
}

#product-vat-container label {
    color: #777777;
    font-weight: 500;
}



ins {
    color: #232323;
    text-decoration: none;
    font-weight: 500;
}

del {
    color: #777777;
}

.badge {
    font-weight: 500;
    border-radius: 5px;
}

::selection {
    background: #bbd3004f;
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.list-group-item.active {
    color: #000 !important;
    font-weight: 700;
}

#role-table {
    margin-bottom: -1px;
}

i.online {
    background: #bbd300;
}

h4 {
    font-size: 30px;
    font-weight: 700;
}

.nav-tabs li a.active.show + :after {
    width: 100% !important;
}

.nav-tabs li a.active:after {
    width: 100% !important;
    background-color: #20446f; /* Kleur aanpassen zoals gewenst */
}


/*Card*/
.card {
    outline: solid 1px #e4eebc !important;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 15px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.widget-container .card {
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.dataTable .badge {
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 2px;
    margin-left: 5px !important;
}

.mark-all-as-read-button {
    font-size: 14px;
    color:#777;
    margin-top: -3px;
}

.notificatio-plate-title-area a {
    font-size: 14px;
    color:#777;
    margin-top: -3px;
}

.message-row.unread strong, .message-row.unread span {
    color: #bbd300;
}

.unread {
    border-left: 3px solid #bbd300;
}

.unread-notification {
    background-color: #f2f4de !important;
}

a.dark {
    color: #777777;
}

.sidebar-toggled .sidebar-menu li {
    width: 70px;
    transition: width 0.3s ease-in-out, background-color 0.5s ease-in-out, color 0.3s ease-in-out;
    border-radius: 50px;
}

#income-vs-expenses-chart-tab .card {
    border: none !important;
}

#timesheet-chart .card {
    border: none !important;
}

#integration-re-captcha .card {
    border: none !important;
}

#integration-google-drive .card {
    border: none !important;
}

#integration-push-notification .card {
    border: none !important;
}

#integration-slack .card {
    border: none !important;
}

#integration-bitbucket .card {
    border: none !important;
}

#integration-github .card {
    border: none !important;
}

#custom-field-clients .card {
    border: none !important;
}

#custom-field-client_contacts .card {
    border: none !important;
}

#custom-field-lead_contacts .card {
    border: none !important;
}

#custom-field-leads .card {
    border: none !important;
}

#custom-field-projects .card {
    border: none !important;
}

#custom-field-tasks .card {
    border: none !important;
}

#custom-field-team_members .card {
    border: none !important;
}

#custom-field-tickets .card {
    border: none !important;
}

#custom-field-invoices .card {
    border: none !important;
}

#custom-field-events .card {
    border: none !important;
}

#custom-field-expenses .card {
    border: none !important;
}

#custom-field-estimates .card {
    border: none !important;
}

#custom-field-contracts .card {
    border: none !important;
}

#custom-field-proposals .card {
    border: none !important;
}

#custom-field-proposals .card {
    border: none !important;
}

#custom-field-orders .card {
    border: none !important; 
}

#custom-field-timesheets .card {
    border: none !important; 
}

#custom-field-project_files .card {
    border: none !important; 
}

#custom-field-subscriptions .card {
    border: none !important; 
}

#task-settings-tab .card {
    border: none !important; 
}

#ticket-settings-form .card {
    border: none !important; 
}

#imap-settings-form .card {
    border: none !important; 
}

#lead-settings-form .card {
    border: none !important; 
}

#converted-to-client-tab .bg-white {
border-radius: 25px;
padding-top: 20px;
}

#role-list-box {
    overflow: hidden;
}

#empty-role {
    border: solid 2px #dfeb94 !important;
}

.sidebar-brand {
    padding: 7px 15px 16px 10px;
}

.brand-logo img {
    max-width: 215px;
}

#tickets-chart-tab .bg-white {
border-radius: 25px;
padding-top: 20px;
}

.timesheet-chart-button {
    margin-top: 20px;
}

.sticky-note {
    padding: 20px;
}

.nav-custom-tabs {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

#map {
    border-radius: 10px !important;
}

.card .card-header {
    background-color: #bbd3000d;
    border-color: #f3f7e2;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif
}

#message-details-section .pe-2 {
    padding-right: 1.25rem !important;
}

.post-dropzone .card-footer .btn-primary {
    background-color: #bbd300 !important;
    border-color: #bbd300 !important;
}

.post-dropzone .card-footer .btn-primary:hover {
    background-color: #bbd300 !important;
    border-color: #bbd300 !important;
}

.h370 {
    height: 377px !important;
}

textarea.form-control {

    border-radius: 20px !important;
}

.reminder-height {
    min-height: 125px;
}

.dataTable tbody tr.active .badge {
    color: #bbd300 !important;
    background-color: #fff !important;
}

.bg-primary {
    background-color: #bbd300 !important;
    color: #fff;
}

.tab-title .btn {
    margin: 0.6rem 0.4rem;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #bbd300;
    border-color: #bbd300;
    opacity: var(--bs-btn-disabled-opacity);
}

.brand-logo-mini img {
    max-width: 50px !important;
}

.sidebar-toggled .sidebar-menu li ul li a {
        color: #777777 !important;
        margin: 0;
        transition: all 0.3s ease-in-out !important;
}

.sidebar-toggled .sidebar-brand {
        padding: 8px 8px 8px 6px !important;
        width: 70px ;
    }

.sidebar-toggled .sidebar-menu li ul li {
        width: 180px;
        padding-left: 8px;
        transition: all 0.3s ease-in-out;
    }

.sidebar-toggled .sidebar-menu li:hover {
    width: 250px;
    background-color: #FFF;
    border-radius: 50px !important;
}

#transport-table_wrapper .row:last-child {
    background-color: #fff;
    padding: 20px 20px 20px 7px;
}

#clock-screen-table_wrapper .row:last-child {
    background-color: #fff;
    padding: 20px 20px 20px 7px;
}

.num-button {
    background-color: #fff;
    border: 1px solid #f3f7e2;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

#saved-routes-table_wrapper .row:last-child {
    background-color: #fff;
    padding: 20px 20px 20px 7px;
}

.kanban-col-title {
    color: #232323;
}

#my-open-timers-container .btn-danger {
    color: #000 !important;
    background: #f3a652 !important;
    border-color: #f3a652 !important;
}

.sidebar-toggled .sidebar-menu li ul {
        display: inline-block;
        left: 70px;
        position: absolute;
        width: 0px;
        transition: width 0.3s ease-in-out;
}

.app-alert.alert-danger {
    background-color: #ed5050;
    color: #fff;
}

 .sidebar-toggled .sidebar-menu li.expand:hover {
    border-radius: 50px 50px 0px 50px !important;
}

.btn svg {
    margin-right: 5px;
}

.title-tab {
    border-right: solid 1px #f2f2f2;
    margin-right: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 13px 0px 0px 13px;
    background: #bbd300;
    color: #000;
    margin-bottom: 0px !important;
}

.kanban-col-title {
    color: #232323;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#calendar-filter-dropdown .filter-multi-select .btn-default:hover {
    background-color: #fff !important;
    border-color: #fff !important;
}

.nav .title-tab h4 {
    margin-top: 9px;
    margin-bottom: 10px;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}

#staff-planning-tabs {
    min-height: 69px;
}

.nav-tabs.vertical {
    background-color: #fff;
    border-radius: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-tabs {
    background: #fff;
    border: solid 2px #e4eebc !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 5px;
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.reports-tabs {
    padding: 10px 25px 17px 20px;
}

.dropdown-menu .card {
    border: none !important;
    border-bottom: solid 1px #f3f7e2 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: 0px !important;
}

.banking .nav-tabs.vertical {
    margin-top: -7px;
}

.client-widget-link strong {
    font-weight: 700 !important;
}


.nav-tabs.title li a {
    padding: 20px 15px;
    min-height: 65px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs li:not(.title-tab):after {
    background-color: #bbd300 !important;
}



.card .card-body {
    padding: 20px;
}

.dashboard-icon-widget .card-body {
    padding: 20px;
}

.dashboard-image{
    max-width: 150px;
}

#project-tasks_list-section .title-tab {
    margin-right: 0px;
}

.card .card-header:first-child {
    border-radius: 0px;
    color: #232323;
    font-size: 18px;
}

.widget-container .ps__rail-x {
    display: none !important;
}

.card-header {
    font-weight: bold;
}

.card-header svg {
    margin-top: -1px;
    color: #bbd300;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.title-button-group .btn-default:hover {
    background-color: #c4dd00 !important;
    border-color: #c4dd00 !important;
    color: #000;
}

.btn-default:hover {
    background-color: #fcfdf6;
    border-color: #E6E6E6;
}

.btn-sm:hover {
    background-color: #fcfcfa !important;
}



#integration-tab .title-tab {
    padding-left: 10px;
    padding-right: 10px;
}

#email-template-tab {
    padding-left: 20px;
    padding-right: 15px;
}

.select-member-field a.delete, .send-invitation-form .delete, .calendar-ids-form .delete-post-dropzone, .edit-image-file .delete-saved-file, .external-tickets-embedded-code, .conversion-rate-form .delete {
    cursor: pointer;
    min-width: 32px;
}

.text-secondary {
    color: #959595 !important;
}

.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
    border-radius: 17px 17px 0px 0px;
    padding: 5px;
    -webkit-box-shadow: 0px 3px 11px rgb(0 0 0 / 7%);
    box-shadow: 0px -23px 25px rgb(0 0 0 / 6%);
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-radius: 0 0 17px 17px !important;
    background: #fff;
    filter: none;
}


#contracts-tabs {
    padding-left: 20px;
    padding-right: 15px
}


.pt-2 {
    padding-top: 2rem!important;
}

.card-footer {
    background-color: #fcfdf6;
    border-top: 1px solid #f3f7e2;
    padding: 10px 15px;
    border-radius: 0px 0px 15px 15px !important;
}

.card-body {
    color: #352b38;
}

/*Box*/
.box-content {
    overflow-x: visible;
}


/*Custom widgets*/
.custom-widget {
    border: solid 2px #dfeb94 !important;
    border-radius: 25px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
}

#task-comment-form-container .btn {
    font-size: 13px !important;
}

#load-more-messages-link {
    border-radius: 0px;
    border: none;
}

.custom-widget .p15 {
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    
}

/*Card details*/
.widget-details h1 {
    margin: 0;
    color: #352b38;
    font-weight: 700;
    margin-right: 6px;
    font-size: 32px;
}

a {
    word-break: break-word;
}

.widget-details {
    text-align: right;
    position: absolute;
    margin-top: -3px;
    right: 20px;
    color: #777777;
}

.app-alert.alert-success {
    background-color: #bbd300 !important;
    font-weight: 700 !important;
    color: #fff;
}

.widget-details span {
    color: #777777;
}

.text-default {
    color: #777777 !important;
}

.text-truncate {
    color: #777;
}

.card-title a {
    color: #555555 !important;
    transition: all 0.2s ease-in-out;
}

#upcoming-event-container .card-body a {
    color: #555 !important;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

#upcoming-event-container .card-body a:hover {
    color: #232323 !important;
}

.card-title a:hover {
    color: #232323 !important;
}

.strong {
    font-weight: bold !important;
    color: #555555;
}

.dataTable tbody tr {
    color: #777777;
}

.card-body {
    color: #777;
}

.card a {
    color: #777;
}

.card a:hover, a:focus, a:active {
    color: #232323;
}



.dropdown-menu .list-group-item:hover {
    background: #f9faf3;
}

.cart-grid-item .font-16 {
    color: #232323;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
}

.cart-item-rate .strong {
font-family: "Montserrat", sans-serif;
font-size: 18px !important;
}

.card-footer .item-add-to-cart-btn {
    border-radius: 0px 0px 15px 15px !important;
    font-size: 20px !important;
}

svg:not(.gantt) {
    margin-top: -3px;
    pointer-events: none;
}



.js-leads-cookie-tab.active {
    margin-bottom: -2px !important;
}

.js-cookie-tab.active {
    margin-bottom: -2px !important;
}

.nav-tabs li .active, .nav-tabs li.active {
    font-weight: 500;
}

.nav-tabs li {
    margin-bottom: -2px;
    
}

.chat-no-messages {
    margin-top: 50px;
}

.scrollable-tabs {
    padding-left: 15px;
    padding-right: 15px;
}



.nav-tabs li a {
    min-height: 65px;
    color: #232323;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.modal-header .btn-close {
    transition: all 0.3s ease-in-out;
}

#proposal-details-nav {
    padding-left: 15px;
    padding-right: 10px;
}

.page-title h1 svg {
    margin-top: -4px;
    stroke: #bbd300;
    margin-right: 7px;
}

.nav-pills li a {
    padding: 10px 20px !important;
    margin-right: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    line-height: 1.42857143;
    transition: all 0.3s ease-in-out;
}

.nav-pills li a:hover {
    padding: 10px 20px !important;
    margin-right: 0;
    border-radius: 8px;
    background: #fff;
    color: #bbd300;
    line-height: 1.42857143;
}

.nav-pills {
    background: #bbd300;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(129 137 85 / 20%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 20%) !important;
    border-radius: 15px !important;
}

.nav-pills li .active, .nav-pills li.active {
    color: #bbd300 !important;
}



.widget-icon {
    float: left;
    background-color: #bbd300;
    height: 55px;
    width: 55px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    border: none !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px;
    padding-right: 0px;
}

.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
    color: #bbd300 !important;
}

.rise-chat-header .nav-tabs {
    border-radius: 0px !important;
    background: transparent !important;
}

.text-warning {
    color: #fca649 !important;
}

.rise-chat-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#task-setting-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

#project-settings-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

#ticket-type-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

#lead-status-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

.message-row {
    padding: 15px 15px;
}

.d-flex {
    display: flex!important;
    align-items: center;
}

li.double-menu {
    margin-left: 10px;
}

.ps-2 {
    padding-left: 1rem!important;
}

.mb5 {
    margin-bottom: 0px;
}

#custom-field-tab {
    border-radius: 15px !important;
}

#custom-field-tab .title-tab {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 13px 0px 0px 0px;
    background: #bbd300;
    color: #000;
    margin-bottom: 0px !important;
}



.rise-chat-wrapper .message-row .time {
    font-size: 10px;
    width: 60px;
    text-align: right;
    margin-top: 10px;
}

.rise-chat-wrapper .message-row:hover {
    background: #f9faf3;
}

.progress-bar-success {
    background: #bbd300;
}

.rise-chat-wrapper {
    border-radius: 25px;
    overflow: hidden;
}

.rise-chat-wrapper .chat-tab li a {
    min-height: 40px !important;
    max-height: 40px !important;
}

.rise-chat-footer textarea {
    width: 100%;
    padding: 13px 13px 13px 42px;
}

.message-send-button {
    position: absolute;
    padding: 13px;
    display: inline-block;
}

input[type="color"] {
    border-radius: 50px;
}

.border-primary {

    border-color: #bbd300 !important;
}

.chat-other .chat-msg {
    border-radius: 0 10px 10px 10px;
    background-color: #eeefe6;
}

.share-with-section label {
    font-weight: 500;
    color: #777777;
}

.chat-file-upload-icon {
    position: absolute;
    padding: 13px;
}

#fast-loader {
    background-color: #bbd300;
}

.chat-me .chat-msg {
    border-radius: 15px 0 15px 15px;
    background-color: #bbd300;
    color: #fff;
    padding: 7px 10px 5px 10px;
}

/*left menu*/
.sidebar-menu li a {
    color: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: all 0.3s ease-in-out;
}

.app-alert {
    border-radius: 5px !important;
}

.sidebar-menu li {
    position: relative;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*tables*/
table.dataTable thead th:first-child, table.dataTable tbody td:first-child {
    padding-left: 20px !important;
}
.datatable-tools:last-child {
    margin: 15px 6px !important;
}



table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 15px !important;
}

.option {
    padding: 1.8rem 1rem !important;
    text-align: right !important;
}

td.option a:hover, .external-tickets-embedded-code:hover, .action-option:hover {
    background: #bbd300;
    color: #fff !important;
    border: 1px solid #bbd300;
    transition: 0.3s;
}

.feather-menu {
    margin-right: 10px;
}

table.dataTable thead th {
    border-top: 1px solid #f2f2f2;
    padding: 15px 15px !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 45 / 30%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    background: #f0f3e1 !important;
    color: #000 !important;
    border-color: #e2e4e7 !important;
    cursor: default;
    border-radius: 0;
}

.dataTables_filter input:focus, .datatable-search:focus, .custom-filter-search:focus {
    border-color: #f2f4f6;
    background-color: #f9faf3;
}

.color-tag {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 5px 10px 0 0;
    transition: all 300ms ease;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.custom-date-range-dropdown .dropdown-toggle {
    margin: -7px -6px 0;
    padding: 6px 12px 7px 10px !important;
    border: 1px solid #f2f4f6;
    color: #595959;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    border: none;
    border-right: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a:hover {
    background: #e4e9ca !important;
    color: #000 !important;
    border-color: #e2e4e7 !important;
}

.previous {
    border-radius: 25px 0px 0px 25px !important;
}

.prev {
    border-radius: 25px 0px 0px 25px !important;
}

.next {
    border-radius: 0px 25px 25px 0px !important;
}

.previous a {
    border-radius: 25px 0px 0px 25px !important;
}

.next a {
    border-radius: 0px 25px 25px 0px !important;
}

.page-title {
    background: #bbd3000d;
    border-bottom: 1px solid #f3f7e2;
    color: #444;
    border-radius: 25px 25px 0 0;
    padding-left: 5px;
}

td.option a.delete:hover {
    background: #ed5050;
    color: #fff;
    border-color: #ed5050;
}

.title-bar {
    background: #fff;
    border: solid 2px #dfeb94 !important;
    border-bottom: 1px solid rgba(221, 230, 233, 0.48);
    color: #444;
    margin-bottom: 20px;
    border-radius: 25px 25px 0 0;
    padding-left: 5px;
    border-radius: 50px !important;
}

.sales-progress-card a {
color: #fff !important;
}



.form-group .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-content: center;
    align-items: center;
}

.dataTable tbody tr:hover td {
    background: #f9faf3 !important;
}

.dataTables_filter input {
    border-radius: 50px;
    border: 1px solid #f2f4f6;
    box-shadow: none;
    padding: 7px 14px;
    background: url(../images/search.png) no-repeat 94% 44% #fff;
    height: 35px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 20px;
}

/*Kleuren*/



.sidebar-scroll, #timeline .post-content .post-date span {
    background: #bbd300;
}

#left-menu-toggle-mask {
    background-color: #f8f8f3;
}

.brand-logo img {

    max-height: 48px;
}

.text-primary {
    color: #bbd300 !important;
}



.project-overview-widget .progress-outline {
    border: 2px solid #bbd300;
    border-radius: 25px;
    padding: 5px;
}

.project-overview-widget .progress-outline .progress .progress-bar {
    background-color: rgb(186 209 87 / 78%) !important;
    font-size: 14px;
}



div.dataTables_wrapper div.dataTables_processing {
    height: 100px;
    border: none !important;
    box-shadow: none !important;
}

.table-loader .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #bbd300;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
}

.app-loader .loading {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #bbd300;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
}

#pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f8f8f3;
    z-index: 10;
}

#settings-tabs {
    padding-left: 20px;
    padding-right: 15px;
}


.circle-loader {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px rgba(220, 230, 235, 0.5);
    border-top-color: #bbd30007;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.widget-icon svg{
    margin-top: 0px !important;
}

.tab-title .title-button-group {
    float: right;
    margin: 4px 10px 0;
}

.tab-title .btn svg {
    margin-right: 5px;
}



.title-tab .title-button-group {
    float: right;
    margin-top: 8px;
}

.rounded-bottom {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.tab-title h4 {
    margin: 2px 0 0 0;
    padding: 15px 15px 15px 20px;
    float: left;
}

.input-group-text {
    padding: 0.375rem 1rem;
    border-radius: 0px 25px 25px 0px !important;
    background-color: #eff1e3;
    border-color: #eff1e3;
}

#customer_feedback-dropzone {
    background: #fff;
    border-radius: 25px;
    margin-bottom: 0px !important;
}

/*Buttons*/
/*.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 45 / 30%);
}*/

.default-bg {
    background-color: #f8f8f3;
}

.btn-default {
    border-radius: 50px;
}

.title-button-group .btn-default {
    background-color: #bbd300;
    border: 1px solid #bbd300;
    color: #000;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}



.invoice-info-title {
    background-color: #bbd300 !important;
    border-radius: 5px;
    padding: 2px;
}

.input-group-text {
    padding: 0.375rem 1rem;
    border-radius: 0px 25px 25px 0px !important;
    background-color: #eff1e3;
    border-color: #eff1e3;
    color: #6c757d;
}

.input-group-text:hover {
    color: #4e5f6a;
}

.input-group-text svg {
    margin-right: 5px;
}

.title-button-group .btn-outline-light {
    background-color: #bbd300;
    border: 1px solid #bbd300;
    color: #000 !important;
    font-weight: 700;
    transition: 0.3s;
}

.title-button-group .btn-outline-light:hover {
    background-color: #c4dd00;
    border: 1px solid #c4dd00;
    color: #000 !important;
    font-weight: 700;
}




.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #c4dd00;
    border-color: #c4dd00;
    color: #000;
}

.btn-outline-light {
    border-radius: 50px;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: none !important;
}

.btn {
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    min-width: max-content;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #bbd300;
    --bs-btn-border-color: #bbd300;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bbd300;
    --bs-btn-hover-border-color: #bbd300;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bbd300;
    --bs-btn-active-border-color: #bbd300;
    --bs-btn-active-shadow: inset 0 3px 5px #81954147;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bbd300;
    --bs-btn-disabled-border-color: #bbd300;
}


.btn-info {
    background: #66c7d5;
    border: 1px solid #66c7d5;
    color: #000 !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #18cde8;
    border-color: #18cde8;
    color: #000 !important;
}

.reminder-height .b-r {
    border-right: 1px solid #f2f4f6;
    padding-right: 30px !important;
}

.btn.round {
    border-radius: 50px;
    color: #595959 !important;
    padding: 0.375rem 0.75rem;
}

td.option {
    white-space: nowrap !important;
}

.btn.round:hover {
    color: #352b38 !important;
}

.btn-sm { 
    font-size: 12px !important;
}


.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #c4dd00 !important;
    border-color: #c4dd00 !important;
}




/*Widget heights*/
#invoice-overview-container {
    height: 384px !important;
}

#invoice-payment-statistics-container .card-body {
    height: 384px !important;
    padding-top: 30px;
}

#projects-container {
     height: 200px !important;
}

#estiamte-widget-container {
     height: 200px !important;
}

.page-link:hover {
 background: #f0f3e1 !important;
    color: #000 !important;
   
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: #f2f4f6 !important;
    border: 1px solid #f2f2f2 !important;
    color: #414244 !important;
    outline: none;
    box-shadow: none;
}

#proposals-widget-container {
     height: 200px !important;
}

.canban-container {
    border-radius: 15px;
    overflow: hidden;
    outline: solid 1px #e4eebc !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.list-group-item.active {
    background: #bbd300!important;
    border-color: #bbd300 !important;
}

/*text & titles*/
.page-title h1 {
    font-size: 22px;
    margin: 0;
    padding: 20px 16px;
    font-weight: 700;
    float: left;
    margin-left: 5px;
}



.modal-header {
    padding: 16px 30px 16px 30px;
    background: #bbd3000d;
    border-bottom: 1px solid #f3f7e2;
}

.modal-header .modal-title {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

div.dataTables_wrapper div.dataTables_length label {
    min-width: 65px;
}

h4 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 30px;
}

th {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.projects-row  .mt15 {
    margin-top: 12px;
}

.p-4 {
    padding: 1.5rem!important;
    font-weight: 700;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #232323;
}

.widget-title {
    padding: 10px 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    font-size: 20px;
}

/*Modals*/
.modal-content {
    border-radius: 25px !important;
}

.modal-footer {
    border-top: 1px solid #f6f8f9;
    padding: 15px 25px;
}

.post-dropzone {
    background: #fff;
    border-radius: 25px;
}

/*Forms*/
.form-check-input:checked {
    background-color: #bbd300;
    border-color: #bbd300;
}

.filter-section-container .form-control {
 height: 35px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 25px;
    height: 40px;
}

.modal .select2-container .select2-choice {
    height: 40px !important;
    line-height: 0.7rem;
    color: #777777;
    border-radius: 25px;
    border-color: #f9faf3 !important;
    background-color: #f9faf3 !important;

}

.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background-color: #f9faf3 !important;
}

.select2-container .select2-choice {
    height: 40px !important;
    line-height: 0.7rem;
    color: #777777;
    border-radius: 25px;
    border-color: #f9faf3 !important;
    background-color: #f9faf3 !important;

}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 40px;
    padding-bottom: 3px !important;
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0px 7px;
}

.modal .select2-choice>span:first-child, .select2-chosen, .select2-container .select2-choices .select2-search-field input {
    padding: 0.3rem 1rem 1rem 1rem;
}



.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    margin-right: 9px;
}

.select2-container .select2-choice {
    height: 35px;
    line-height: 1.42857;
    border-radius: 18px;
}

#contract-details-nav {
    padding-left: 15px;
    padding-right: 10px;
}

.card-header .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #ffffff !important;
    border-color: #f6f8f9 !important;
}

.card-header .select2-container .select2-choice > .select2-chosen {
    background: #ffffff !important;
    border-color: #f6f8f9 !important;
}


#monthly-contract-button {
    margin-bottom: -2px !important;
}

#leaves-tabs li .active {
margin-bottom: -2px !important;
}

#leaves-tabs li a {
padding: 20px 15px 21px 15px;
}

#leaves-tabs {
    padding-left: 15px;
    padding-right: 10px;
}

#ticket-nav li a {
padding: 20px 15px 21px 15px;
}

.td-checkbox {
    width: 50px;
    background: #eaece5 !important;
}

#ticket-nav li.active {
margin-bottom: -2px !important;
}

.modal .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #f9faf3 !important;
    padding: 0;
    border-color: #f9faf3 !important;
    border-radius: 25px;
    color: #6c757d !important;
    line-height: 0.6rem;
    font-family: "Montserrat", sans-serif;
}

#s2id_search_field .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #fff !important;
    padding: 0;
    border-color: #fff !important;
    border-radius: 25px;
    color: #6c757d !important;
    line-height: 0.6rem;
    font-family: "Montserrat", sans-serif;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 29 / 25%);
    border-color: #bbd300;
}

#timeline .post-content .post-date:before {
    background: #bbd300;
}

.tooltip-inner {
    background-color: #bbd300;
}

.tooltip {
        --bs-tooltip-bg: #bbd300;
        --bs-tooltip-opacity: 1;
        font-weight: 700;
}

.select2-results .select2-highlighted {
    background-color: #bbd300 !important;
}

#timeline .post-content:nth-child(even) {
    float: right;
    clear: right;
    padding-left: 20px;
}

label[for="start_date"] {
    margin-top : 8px;
}

label[for="deadline"] {
    margin-top : 8px;
}

label[for="start_time"] {
    margin-top : 8px;
}

label[for="end_time"] {
    margin-top : 8px;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0px;
    padding: 0rem 1rem 0rem 1rem;
    white-space: nowrap;
    max-height: 38px;
}

#sidebar-menu li.expand > a::before {

    top: 1.4rem;
    right: 25px;
}

.general-form .form-control {
    box-sizing: border-box;
    font-size: 15px;
    border-color: #f6f9e7 !important;
    min-height: 40px;
    background-color: #fcfdf6 !important;
    color: #232323;
}

::placeholder {
    color: #777777 !important;
}

.form-signup {
    width: 100%;
    max-width: 450px;
    margin: 35px auto;
}

.form-signup .card-header p {
    color: #232323;
    font-weight: 700;
    font-size: 18px;
}

.form-signup .btn{
    margin-top: 15px;
    max-width: 85%;
}

.center-class {
    text-align: center !important;
}


.form-signin-heading {
    color: #bbd300;
    font-weight: 700;
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-signup .form-group {
    margin-bottom: 10px;
}

.form-signup .mw100p {
    max-width: 75%;
}

.footer {
    width: 100%;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.form-signin .mw100p {
    max-width: 75%;
}

.border-top {
    border-color: #f2f2f2 !important;
}

#timesheet-chart .select2-chosen {
background: #fff !important;
}

.card>.list-group:last-child {
    border-top: solid 1px #f2f2f2 !important;
}

#project-member-table a {
   color: #555555; 
   transition: all 0.2s ease-in-out;
}

#project-member-table a:hover {
   color: #232323; 
}

.form-signin .card .card-body {
    text-align: center;
}

.form-signin .card .mt5 a {
    color: #777777 !important;
    font-size: 14px !important;
    transition: all 0.3s ease-in-out;
}

.form-signin .card .mt20 a {
    color: #232323 !important;
    font-weight: 700;
    padding-left: 5px;
    font-size: 15px !important;
    transition: all 0.3s ease-in-out;
}

.form-signin .card .mt5 a:hover {
    color: #232323 !important;
    font-size: 14px !important;
}

.form-signin .card .mt20 a:hover {
    color: #bbd300 !important;
    font-size: 15px !important;
}

.form-signin .card .mt20 {
    color: #777777 !important;
    font-size: 15px !important;
}

.form-signin .card .btn {
    margin-top: 15px;
    max-width: 85%;
}

.center-class a {
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    padding-left: 5px;
}

.list-group {
    --bs-list-group-color: #777777;
}

.project-activity-section h4 {
    font-size: 20px;
}

.card .card-header h6 {
    margin-top: 8px;
    font-weight: 700;
    font-size: 20px;
}

.widget-title strong {
    color: #232323 !important;
}

.center-class a:hover {
    color: #bbd300;
}

.border-bottom {
    border-color: #f2f2f2 !important;
}

.general-form .form-control:focus, .general-form .form-control.white:focus {
    border-color: #f6f9e7;
    background-color: #f6f9e7 !important;
}

.note-editor.note-frame, .note-editor.note-airframe {
    border: 1px solid #f9faf3 !important;
    border-radius: 20px;
    background: #f9faf3;
}

.note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
    background-color: #8080801d;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-top: 1px solid #00000032;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.note-editor, .note-editor .note-toolbar, .note-editor .note-statusbar .note-resizebar, .note-editor .note-toolbar .btn {
    border-color: #ecede6 !important;
}

.note-editor .dropdown-item a {
    padding: 10px 20px;
    display: block;
    color: #6c757d;
}

.note-editor .dropdown-item a:hover {
    padding: 10px 20px;
    display: block;
    color: #352b38;
}

.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #595959;
    background-color: #f9faf3;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #bebeba;
}

#client-tabs {
    border-radius: 15px !important;
    padding-right: 10px;
    padding-left: 10px;
}

.card-header .title-button-group svg {
    color: #fff;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(193 215 45 / 56%) !important;
}

.filter-multi-select .dropdown-toggle {
font-family: "Montserrat", sans-serif;
    color: #6c757d !important;
    border-color: #f6f8f9 !important;
    text-align: left;
 width: 185px;
    font-weight: 400 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
}

.filter-multi-select .caret:after {
    color: #888888;
    float: right;
    margin-top: 9px !important;
    margin-left: 25px;
}



.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    color: #6c757d;
    width: min-content;
}

.todo-input-box input:focus {
    background-color: #f0f3e1;
    border: 1px solid #c4d93d;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.todo-input-box input {
    padding: 10px 15px;
    height: 43px;
    border: 1px solid #f8f9f6;
    border-radius: 25px;
    box-shadow: none;
    transition: background 0.5s;
}

.navbar-custom {
    background: #fff;
    top: 0;
    right: 0;
    left: 250px;
    min-height: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.custom-date-range-dropdown .dropdown-toggle {
    line-height: 1.8;
}

.filter-item-box .form-control {
    padding: 0.375rem 1rem !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    font-weight: 400 !important;
     font-size: 15px !important;
    font-family: "Montserrat", sans-serif !important;
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 7px 10px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -1px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 0px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    background: #fcfdf6;
    border-color: #f6f9e7;
    height: 40px !important;
    line-height: 1.8em;
}



.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 15px 6px 25px;
    margin: 5px 0px 5px 15px !important;
    border-radius: 25px;
}

.select2-container-multi .select2-search-choice-close {
    left: 9px;
}

.filter-multi-select .list-group-item:not(.active):hover {
    background-color: #f9faf3;
}

.select2-drop {
    border-radius: 0 0 17px 17px;
    padding: 5px;
    -webkit-box-shadow: 0px 3px 11px rgb(0 0 0 / 7%);
    box-shadow: 0px 23px 25px rgb(0 0 0 / 6%);
}

.select2-drop-active {
    border-color: #f6f8f9;
}

.filter-multi-select .dropdown-menu {
    padding: 5px;
    border-radius: 17px;
}

.profile-name .avatar img {
    height: auto;
    max-width: 100%;
    border-radius: 50%;
    border: solid 5px #fff;
}

.profile-name h4 {
    font-family: "Montserrat", sans-serif;
}

.profile-image-upload {
    vertical-align: top;
    margin: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.profile-img-btn {
    background: #fff;
    border-radius: 50px !important;
    padding: 6px 8px 7px 10px;
    border: solid 1px #fff;
}



.leads-contacs-container p {
    font-weight: 700;
}

.leads-contacs-container .white-link {
    font-weight: 400;
}

.leads-contacs-container .white-link:hover {
    opacity: 0.8;
}

.profile-img-btn:hover {
    color: #bbd300;
}

.btn-danger {
    background: #ed5050;
    border-color: #ed5050;
    color: #000 !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: #e43636;
    border-color: #e43636;
    color: #000 !important;
}

.modal .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #fcfdf6 !important;
    font-family: "Montserrat", sans-serif;
    border-color: #f6f9e7 !important;
}

#s2id_search_field .select2-choice {
    background: #fff !important;
    border-color: #fff !important;
}


.list-group-item:first-child {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.dropdown-menu {
    transform: translate3d(1px, 5px, 0px) !important;
    border-radius: 15px;
    overflow: hidden;
    overflow-y: auto !important;
    outline: solid 1px #e4eebc !important;
    background: #fff !important;
}

.dropdown-menu .page-title {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    font-size: 18px;
    padding-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    color: #232323;
}

.dropdown-menu .card-footer {
    border-top: none;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 0px !important;
}

.dropdown-menu .card-footer a {
    font-size: 15px;
    display: inline-block; 
    background: #bbd300;
    padding: 6px 14px !important;
    width: 100%;
    color: #fff;
    border-color: #bbd300;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.dropdown-menu .card-footer a:hover {
background-color: #c4dd00;
border-color: #c4dd00;
}

.dropdown-menu .mt-2 {
    margin-top: 15px !important;
}

.dropdown-menu .list-group-item {
    transition: all 0.2s ease-in-out;
    border-radius: 0px !important
    
}

.dropdown-menu .border-bottom {
border-bottom: none !important
}

.sidebar-menu li.active > a {
    color: #000 !important;
    background-color: #fff;
}

.card table .badge {
    margin-top: 0px;
    background: #bbd300;
    color: #fff;
    font-weight: 700;
}

.datatable-search, .custom-filter-search {
    border-radius: 25px;
    border: 1px solid #f2f4f6;
    box-shadow: none;
    color: #595959;
    padding: 7px 10px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    outline: none;
    font-weight: normal;
    background: url(../images/search.png) no-repeat 96% 45% #fff;
    width: 200px !important;
    transition: all 0.5s;
    height: 40px;
}



.kanban-container {
    background: #eff3de;
}

.btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus {
    box-shadow: 0 0 0 0.25rem #bbd300;
}

.post-dropzone .card-footer {
    background-color: #f9faf3;
    border-top: 1px solid #fff;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 50px !important;
    border-color: #f9faf3 !important;
}

.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 0.35rem;
  --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
}

td.option a, .action-option {
    cursor: pointer;
    min-width: 28px;
    background: #fff;
    color: #a1a3a5;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin: 0 6px 0px 0px;
}

.btn-group .btn.active {
    border-color: #f2f4f6 !important;
    background: #f9faf3 !important;
}

.subscription-info-title {
background-color: #bbd300 !important;
border-radius: 5px;
}



.gantt .bar-label {
    fill: #000 !important;
    dominant-baseline: central;
    text-anchor: middle;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.custom-toolbar {
    margin-top: 0px;
}

.circle-done {
    color: #bbd300 !important;
}

.project-activity-section .card {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.list-group-flush .list-group-item:first-child {
    border-top: none !important;
}

.card>.list-group:last-child {
    border-top: solid 1px #edf6f9 !important;
}





.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #bbd300;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bbd300;
    --bs-btn-hover-border-color: #bbd300;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bbd300;
    --bs-btn-active-border-color: #bbd300;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #c6d277;
    --bs-btn-disabled-border-color: #c6d277;
}

.notepad-title {
    border: none !important;
    padding-left: 7px;
    border-left: 5px solid #bbd300 !important;
}

.me-0 {
    background: #fff !important;
    border-color: #f2f4f6 !important;
    color: #595959 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ms-0 {
    background: #fff !important;
    border-color: #f2f4f6 !important;
    color: #595959 !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.me-0 svg {
    margin-right: 0px;
}

.btn-sm {
    background: #fff !important;
    border-color: #f2f4f6 !important;
    color: #777777 !important;
}

.btn.active {
    box-shadow: none;
    background: #f9faf3 !important;
}

.modal-fullscreen .modal-content {
    border-radius: 0px !important;
}

#subscription-info-section strong {
    margin-right: 5px;
}

.item-rate-badge {
    background-color: #bbd300;
    color: #fff !important
}

td.dropdown-option button:hover {
    background: #67c7d5 !important;
    color: #fff;
}

.custom-bg-modal.modal-dialog .modal-content {
    background: #f8f8f4;
    height: auto;
    box-shadow: none;
}

.milestone .badge {
    margin-left: 0px !important;
}

.milestone h1 {
    margin: 0;
    color: #555555;
}

#post-form-container {
    padding-top: 40px;
    padding-bottom: 40px;
}

#timeline {
    overflow: visible;
    padding: 20px;
}

.timeline-box {
    padding: 0px !important;
}

#timeline:before {
    content: "";
    height: 100vh;
    left: 50%;
    position: absolute;
    z-index: 0;
    top: 0;
    margin-left: -5px;
    width: 10px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #bbd300 0.1%, #bbd300 1%, #bbd300 99%);
}

#timeline .post-content:nth-child(odd) .post-date:before {
    background: #bbd300;
}

.milestone .badge {
    display: inline-block;
    padding: 7px 7px;
    margin-bottom: 2px;
    margin-left: 0px !important;
}


#project-tasks_kanban-section .card {
    margin-bottom: 20px;
    border-radius: 25px 25px 0px 0px !important;
    border-bottom: 0px !important;
    transition: all 1s;
    overflow: hidden;
}

#project-dropzone {
    margin-bottom: 0px !important;
}

.cover-widget h1 {
    margin: 0;
    color: #fff;
}

.task-avatar a {
    color: #555555;
    font-weight: 500;
}


.card-body strong {
    color: #555555;
}

.modal strong {
    color: #555555 !important;
    font-weight: 700 !important;
}

.text-off {
    opacity: 0.8;
}

.app-popover .btn-primary {
    background-color: #bbd300 !important;
    border-color: #bbd300 !important;
}

.app-popover .btn-primary:hover {
    background-color: #c4dd00 !important;
    border-color: #c4dd00 !important;
}

.bg-yellow {
    background: #ffc344 !important;
}

.badge.up {
    border-radius: 50px;
}

.init-chat-icon.has-message {
    background-color: #ed5050;
    color: #fff;
}

#process-order-preview .post-dropzone .card-footer {
    border-radius: 0px !important;
}

.invoice-info-container span{
    border-radius: 5px;
}


label {
margin-bottom: 0px;
    font-weight: 700;
    color: #555555;
}

.cover-widget {
    margin-top: auto;
    margin-bottom: auto;
}

.cover-widget .box {
    padding-bottom: 30px !important;
}
.cover-widget .border-top {
    padding-bottom: 0px !important;
}



.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f2f2f2;
    border-top: 0;
    border-bottom-color: #f2f2f2;
    position: absolute;
}

.datepicker table tr td, .datepicker table tr th {

    font-size: 14px;
}

.datepicker table tr td.today {
    color: #000;
    background-color: #dee7aa;
    border-color: #dbe59e;
}

.datepicker table tr td.active.active {
    background: #c4d93d !important;
    border-color: #c4d93d !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #f9faf3;
    cursor: pointer;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    text-shadow: none !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d8e67c;
}

.datepicker.dropdown-menu {
    border-radius: 10px;
    border: none;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 15px;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 14px;
}

.cover-widget .text-off {
    color: #fff !important;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #f9faf3;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #f9faf3;
}

.bootstrap-timepicker-widget table td a {
    border: none;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #ced4da;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    color: #000;
    border-color: #ddd;
}

.progress-bar-success {
    background-color: #bad157;
}

.btn-success {
    background: #bad157;
    border-color: #bad157;
    color: #000 !important;
}

.help-search-box {
    background: url(../images/search.png) no-repeat 0px 50% #fff;
    background-position: 98%;
    box-shadow: none;
    transition: background 0.5s;
}

.awesomplete ul {
    z-index: 10;
    text-align: left;
    background: #fff;
    overflow: hidden;
}

#reply-form-dropzone .b-b {
    margin-top: 40px;
    margin-bottom: 40px;
}

.alert-warning {
    background-color: #c4dd00;
    color: #fff !important;
    border-radius: 15px;
}

.alert-warning a {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.alert-warning .icon-18 {
    width: 25px;
    height: 25px;
}

.alert-warning .btn-close {
    color: #fff !important;
}

#template-list-box .nav-tabs {
    border: none !important;
    box-shadow: none !important;
}

#empty-template {
    padding-top: 30px !important;
}

#template-details-section {
    border: none !important;
}

.bg-off-white {
    background: #f8f8f3;
}

.progress {

    --bs-progress-bg: #eeefe9;
}

.proposal-preview .mt4 {
    margin-top: 0px;
}

.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    border-left: 2px solid #bad157 !important;
    text-indent: 0px;
    background: rgb(252 253 246);
    color: #222222;
}

    .sidebar-toggled .sidebar-menu li a {
    padding: 13px 12px !important;
   transition: unset !important;
}

.sidebar-toggled .sidebar-menu li a svg {
    width: 2rem;
    height: 24px;
    margin-left: -3px;
}

.sidebar-toggled .sidebar-menu li:hover ul {
    display: block;
    padding-left: 0;
    border-radius: 0px 0px 25px 0px;
    width: 180px;
    max-height: 1000px;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.075);
}

.cart-item-image-container {
    display: none;
}

.item_image_box {
    display: none;
}

.sidebar-toggled .sidebar-menu li:hover > a {
    width: 250px;
    background: transparent;
    color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    
}
.todo-input-box button {
    padding: 9px 10px 8px 10px !important;
}

.widget-todo-input-box input {
    background: #f8f9f6;
}



/*Workorder dashboard*/
.werkorder-iframe {
    background: #fff;
    padding: 20px;
    border: 0;
    border: solid 2px #dfeb94 !important;
    border-radius: 25px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
}

#teamDropdown {
    height: 35px !important;
    line-height: 1.42857!important;
    border-radius: 18px!important;
    color: #6c757d!important;
    font-family: "Montserrat", sans-serif;
    min-width: 140px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    border-color: #e9e9e9!important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*Custom classes Jerom*/
.custom-title {
    font-size: 28px;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 16px;
}

.custom-button-group {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.small-custom-title {
    font-size: 20px;
}

#project-timeline-container .d-flex {
    align-items: flex-start !important;
}

#project-timeline-container .mt-3 {
    margin-top: 0.3rem !important;
}

.name {
    width: 200px;
    font-weight: bold;
    display: flex;
    margin-bottom: 20px;
    align-content: center;
    align-items: center;
}
.calendar-container {
    padding-left: 0px;
    padding-right: 0px;
    flex-grow: 1;
}
.buttons {
    display: flex;
    align-items: center;
    margin: 10px -5px;
}
.buttons i {
    font-size: 24px;
    cursor: pointer;
    color: #bad157;
    margin: 0 5px;
    transition: all 0.2s ease-in-out;
}

.buttons i:hover {
    color: #c4dd00;
}

.buttons .fa-chevron-circle-left {
    color: #bcbcbc;
}

.buttons .fa-chevron-circle-left:hover {
    color: #9f9f9f;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(186 209 87 / 15%);
    background-color: rgb(186 209 87 / 15%) !important;
}

.fc .fc-highlight {
    background: rgb(232 241 188 / 30%);
    background: rgb(232 241 188 / 30%) !important;
}

.buttons .fa-chevron-circle-right:hover {
    color: #9f9f9f;
}

.buttons .fa-chevron-circle-right {
    color: #bcbcbc;
}

.badge a {
    color: #fff !important;
}

.badge-light a {
    color: #777 !important;
}



.title-button-group .btn-primary:hover {
    background-color: #c4dd00 !important;
    border-color: #c4dd00 !important;
    color: #000;
}

.checkbox-blank {
    margin-top: 1px;
    border-radius: 50px;
}

.task-view-modal-body .btn-primary {
    background-color: #bad157 !important;
    border-color: #bad157 !important;
    color: #000 !important;
}

.task-preview .btn-primary {
    background-color: #bad157 !important;
    border-color: #bad157 !important;
    color: #000 !important;
}

.checklist-item-row {
    border-radius: 50px !important;
    margin-bottom: 5px !important;
}

.sub-task-row {
    border-radius: 50px !important;
    margin-bottom: 5px !important;
}

.box-content .reply-footer .btn-primary {
    background-color: #bad157 !important;
    border-color: #bad157 !important;
    color: #000 !important;
}

.box-content .reply-footer .btn-primary:hover {
    background-color: #c4dd00 !important;
    border-color: #c4dd00 !important;
    color: #000 !important;
}

.reply-footer {
    border-radius: 25px !important;
    margin-top: 10px;
    border-color: #f7f9e7 !important;
}


.excalidraw .ToolIcon__keybinding {

    color: #232323 !important;
}

.excalidraw .ToolIcon .ToolIcon__icon:hover {
    background: hsl(71.31deg 57.01% 58.04% / 16%) !important;
}

.excalidraw .ToolIcon.fillable .ToolIcon_type_radio:checked+.ToolIcon__icon svg, .excalidraw .ToolIcon.fillable .ToolIcon_type_checkbox:checked+.ToolIcon__icon svg {
    fill: #c4dd00 !important;
}

.excalidraw .ToolIcon .ToolIcon_type_radio:checked+.ToolIcon__icon svg, .excalidraw .ToolIcon .ToolIcon_type_checkbox:checked+.ToolIcon__icon svg {
    color: #c4dd00 !important;
}

.excalidraw .ToolIcon.fillable .ToolIcon_type_radio:checked+.ToolIcon__icon, .excalidraw .ToolIcon.fillable .ToolIcon_type_checkbox:checked+.ToolIcon__icon {
    --icon-fill-color: #c4dd00 !important;
}

.excalidraw .ToolIcon .ToolIcon_type_radio:checked+.ToolIcon__icon, .excalidraw .ToolIcon .ToolIcon_type_checkbox:checked+.ToolIcon__icon {
    background: hsl(71.31deg 57.01% 58.04% / 16%) !important;
    --keybinding-color: #232323 !important;
}

.excalidraw .ToolIcon .ToolIcon__icon:active {
    background: hsl(71.31deg 57.01% 58.04% / 16%) !important;
    border: 1px solid #bad157 !important;
}

.excalidraw .zoom-button, .excalidraw .undo-redo-buttons button {
    background-color: hsl(73.33deg 52.94% 93.33%) !important;
}

#announcement-dropzone .card-footer {
    background-color: #f9faf3;
    border-top: 1px solid #fff;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 0px 0px 15px 15px !important;
}

.excalidraw .ToolIcon__icon {
    color: #232323 !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    transition: all 0.3s ease-in-out !important;
}

::-webkit-scrollbar-thumb {
    background: #ced4b7;
    transition: all 0.3s ease-in-out !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #c4cca4;
}

.ps__thumb-y {
    background-color: #ced4b7;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: #e9ece0;
    opacity: 0.9;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #c4cca4;
    width: 11px;
}

@media only screen and (max-width: 767px) {
    
html, body {
    background-color: #fefffa;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.widget-details h1 {
    font-family: "Montserrat", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif !important;
}

.help-category-box h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    color: #232323;
    font-weight: 700;
}

.help-page-container h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    color: #232323;
    font-weight: 700;
}

.sidebar-toggled .sidebar-menu li ul {
    left: 20px;
    
    transition: max-height 300ms ease;
    
}

.sidebar-toggled .sidebar-menu li:hover {
    width: 100%;
}

.sidebar-menu .expand.open ul {
    max-height: 1000px !important;
}

 .sidebar-menu li ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
    max-height: 0px !important;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: max-height 300ms ease;
    -moz-transition: max-height 300ms ease;
    -o-transition: max-height 300ms ease;
    transition: max-height 300ms ease !important;
}

.sidebar-toggled .sidebar-menu li ul li a {
    color: #fff !important;
}

.sidebar-toggled .sidebar-menu li ul li {
    width: 100%;
}

.sidebar-menu .open ul a {
    color: #fff !important
}

    .sidebar-toggled .sidebar-menu li:hover ul {
        display: block;
        padding-left: 0;
        position: relative;
        box-shadow: none !important;
        padding-left: 0;
    border-radius: 0px 0px 0px 0px;
    width: 93%;
    }


.sidebar-toggled .sidebar-menu li {
    width: 100%;
    
    border-radius: 50px;
    display: block;
    
}



.sidebar-menu li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
}


.sidebar-toggled .sidebar-menu li:hover > a {
    width: 280px;
    background: transparent;
    color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    
}


#help-left-panel {
    margin-bottom: 20px;
}

#help-page-content h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px !important;
    color: #232323;
    font-weight: 700;
}

.help-search-box-container h2 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 30px !important;
    color: #232323;
    font-weight: 700;
}

.help-category-box .anchor {
    color: #c4dd00;
    font-size: 15px;
}


.page-title .btn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  color: #232323 !important;
}

.page-title h4 {
    font-size: 18px !important;
}

.settings .settings-anchor {
    font-size: 15px;
    margin: 15px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    cursor: pointer;
}



.help-catagory.list-group .list-group-item {
    border-radius: 0 !important;
    border: none;
    border-left: 2px solid transparent !important;
    background: transparent;
    transition: all 0.3s ease-in-out;
    color: #777777;
    font-family: "Montserrat", sans-serif;
}

.list-group-item {
    border: none;
    padding: 8px 10px;
}

.bg-success {
    background-color: #bad157 !important;
}

.bg-info {
    background-color: #57c1d1 !important;
}

.btn-warning {
    color: #000;
    background: #ffc344;
    border-color: #ffc344;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #000;
    background: #fbaa00;
    border-color: #fbaa00;
}

.bg-purple {
    background-color: #a57ee3 !important;
}

.bg-coral {
    background-color: #d1577a !important;
}

.bg-warning {
    
    background: #ffc344 !important;
 
}



.text-orange {
    color:#f59022 !important;
}


.bg-orange {
    background:#f59022 !important;
}

.text-danger {
color: #ed5050 !important;
}

.bg-danger {
background: #ed5050 !important;
}

.bg-secondary {
    background-color: #959595 !important;
}

ins {
    color: #bad157;
    text-decoration: none;
}

.badge {
    font-weight: 500;
    color: #fff !important;
}

::selection {
    background: #bad1574f;
}

table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.list-group-item.active {
    color: #000 !important;
    font-weight: 700;
}

h4 {
    font-size: 30px;
    font-weight: 700;
}

/*Card*/
.card {
    outline: solid 1px #e4eebc !important;
    margin-bottom: 10px;
    overflow: hidden;
    
    border-radius: 15px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.widget-container .card {
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.table-responsive {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: none !important;
    overflow-x: unset !important;
}

.project-overview-widget {
    padding: 15px 25px 25px;
}

.dtr-details .edit:not(.dropdown-item), .dtr-details .delete:not(.dropdown-item) {
    
    vertical-align: middle !important;
}

#lead-table td a {
        text-overflow: ellipsis;
        white-space: nowrap; /* Zorgt ervoor dat de tekst niet over meerdere regels wordt verdeeld */
        overflow: hidden; /* Verbergt de tekst die buiten de breedte valt */
        max-width: 250px;
        display: block;
        width: 250px;
}

#lead-table li a {
    max-width: unset;
    display: unset;
    width: unset;
    text-align: right;
    text-overflow: unset;
    white-space: unset; /* Zorgt ervoor dat de tekst niet over meerdere regels wordt verdeeld */
    overflow: unset;
}

.dtr-control {
    min-width: 100%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    right: 20px !important;
    left: unset !important;
    background-color: #bbd300;
    margin-left: 0px !important;
        width: 1em;
        margin-top: -9px;
        
}



#income-vs-expenses-summary-table_wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    outline: solid 1px #e4eebc !important;
}



.reports-tabs .btn {
    margin-bottom: 5px !important;
}



.modal-fullscreen {
    width: 90%;
    max-width: none;
    height: 100%;
    max-height: 600px;
    margin: 20px;
    border-radius: 20px;
}

input, textarea, select {
    caret-color: #c4dd00 !important; /* Cursor kleur */
}

.mail-title {
    display: table-cell !important;
}

#ticket-comment-dropzone .card-footer {

    padding: 0px !important;
}

.ndfHFb-c4YZDc {
   
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 90vh;
    top: unset !important;
    bottom: -30px !important;
    left: 0;
    right: 0;
    z-index: 100;
}

.mail-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 180px;
    width: 180px;
    white-space: nowrap;
    display: inline-block/* Zorgt ervoor dat de tekst niet over meerdere regels wordt verdeeld */
   
}

.message-button-list .list-group .list-group-item {
    color: #232323;
}



#expense-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#team_member-table .dtr-control:before {
    right: 3px !important;
    left: unset !important;
    background-color: #bbd300;
}

#kassa-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#items-container .card {

        padding-bottom: 0px !important;
}

#items-container .row {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

#items-container .row>* {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.item-search-box-section {
    margin-bottom: 5px;
}

#article-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#emails-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#category-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#groups-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#mailbox-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#leave-type-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#plugin-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}


#note-table .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}


#proposal-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#client-file-table .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#client-items #page-content {
        padding: 0px !important;
    }

.page-title .events-title-button .btn {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    }

    .full-width-button .clients-view-button .title-button-group, .full-width-button .estimate-request-full-button .title-button-group, .full-width-button .announcements-page .title-button-group {
        width: 100% !important;
        margin: 0 !important;
        float: left !important;
        padding: 10px 15px 6px !important;
    }

#invoice-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#campaign-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#newslettersTable-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#notification-settings-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#tickets-reports-tabs {
    overflow-x: auto !important;
}

#payment-summary-tabs .pt10 {
    padding-top: 10px !important;
    padding-bottom: 8px;
}

#tickets-reports-tabs .title-tab {
    border-radius: 0px !important;
}

#all-project-timesheet-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

.page-title .title-button-group {
    margin: 0px !important;
}

#order-kassa-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#vooraad-kassa-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#clints-summary .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#team-members-summary .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#password-manager-software-license-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#team-targets-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#order-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#product-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#sales-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#sales-targets-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#vendor-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

.clients-view-button .page-title h1 {
    padding-left: 0px !important;
}

.clients-view-button table.dataTable thead th:first-child, .clients-view-button table.dataTable tbody td:first-child {
        padding-left: 20px !important;
        min-width: 80px;
        padding-right: 20px !important;
    }

.clients-view-button  .tab-title .title-button-group .btn {
    margin-bottom: 5px !important
}

.option .delete {
    margin-right: 0px !important; 
}

    .full-width-button .clients-view-button .title-button-group, .full-width-button .estimate-request-full-button .title-button-group, .full-width-button .announcements-page .title-button-group {
        width: 100% !important;
        margin: 0 !important;
        float: left !important;
        padding: 0px 15px 20px;
    }

#timesheet-chart .ml15 {
    margin-left: 0px !important;
}

    .full-width-button .clients-view-button .clients-view, .full-width-button .estimate-request-full-button .clients-view, .full-width-button .announcements-page .clients-view {
        padding: 0 0 20px 0 !important;
    }

#page-content {
        padding: 15px !important;
    }

#team-member-page-content {
        padding: 0px !important;
    }

    .page-wrapper {
    padding: 25px 15px 25px 15px;
}

#all-timesheet-summary-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#password-manager-email-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#custom-expenses-summary-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#monthly-expenses-summary-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}



#item-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-expenses-summary-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#income-vs-expenses-summary-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#custom-invoices-summary-table .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-invoices-summary-table_wrapper .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#monthly-invoices-summary-table_wrapper .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#recurring-expenses-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#monthly-orders-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
} 

#yearly-order-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
} 

#custom-orders-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
} 

#transport-table .btn span {
display: none;
}

#saved-routes-table .btn span {
display: none;
}

#clock-screen-table .btn span {
display: none;
}

#monthly-contract-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-contract-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#payment-received-tabs .title-tab h4 {
        margin-top: 6px !important;
        margin-bottom: 17px;
}

#monthly-expense-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#custom-expenses-table_wrapper .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-expenses-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}
 
#password-manager-category-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#all-application-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#password-manager-general-tab .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#pending-approval-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#leave-summary-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#attendance-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#custom-attendance-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#attendance-summary-details-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#planning-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}



#shifts-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}


#monthly-attendance-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#weekly-attendance-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}


#custom-range-attendance-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}


#attendance-summary-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

.scrollable-tabs a {
    font-weight: 700;
}

#team-member-file-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#custom-invoice-payment-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-invoice-payment-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#monthly-invoice-payment-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#subscriptions-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#recurring-invoice-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#draft-invoice-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

.order-title-section .page-title h1 {
        padding: 17px 15px 20px 15px !important;
}

.order-title-section .mt15 {
        margin-top: 0px;
    }

    .proposal-title-section .page-title h1 {
        padding: 17px 15px 20px 15px !important;
}

.proposal-title-section .mt15 {
        margin-top: 0px;
    }

      .invoice-title-section .page-title .title-button-group {
        margin: 0px !important;
        width: 100%;
        display: flex;
        gap: 5px;
        margin-bottom: 10px !important;
        justify-content: center;
    }

  .invoice-title-section .page-title h1 {
        padding: 20px 15px !important;
        text-align: center;
        width: 100%;
    }

    .nav-pills li {
    float: left;
    margin: 8px 0 7px 10px;
}

#custom-invoice-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}


#yearly-invoice-table_wrapper .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}


#monthly-invoice-table .dtr-control:before {
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}


#estimate-form-main-table_wrapper .dtr-control:before {
    right: -10px !important;
    left: unset !important;
    background-color: #bbd300;
}

#proposal-items .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#monthly-estimates .dtr-control:before {
    right: -10px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-estimate-table_wrapper .dtr-control:before {
    right: -10px !important;
    left: unset !important;
    background-color: #bbd300;
}

#yearly-proposal-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#monthly-proposal-table_wrapper .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#estimate-request-table .dtr-control:before, #estimate-request-table .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#project-timesheet-table .dtr-control:before, #project-timesheet-table .dtr-control:before {
    right: -10px !important;
    left: unset !important;
    background-color: #bbd300;
}


#milestone-table .dtr-control:before, #milestone-table .dtr-control:before {
    right: 20px !important;
    left: unset !important;
    background-color: #bbd300;
}

#note-table_wrapper .dtr-control:before {
    
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#contact-table .dtr-control:before, #contact-table .dtr-control:before {
    
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#staff-planning-tabs .title-tab h4 {
        margin-top: 6px !important;
        margin-bottom: 17px;
}

#ticket-table .dtr-control:before, #ticket-table .dtr-control:before {
    
    right: -5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#client-table .dtr-control:before, #client-table .dtr-control:before {
   
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#project-table .dtr-control:before, #project-table .dtr-control:before {
    
    right: 5px !important;
    left: unset !important;
    background-color: #bbd300;
}

#project-file-table .dtr-control:before, #project-filter-table .dtr-control:before {
    
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#project-tickets-section .dtr-control:before, #project-tickets-section .dtr-control:before {
    right: -10px !important;
    left: unset !important;
    background-color: #bbd300;
}


table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "-";
    background-color: #ed5050 !important;
    right: 20px !important;
}
    
.clients-view-button .col-md-12 {
    padding: 0px !important;
}

.clients-view-button .btn {
    max-width: max-content !important;
    width: max-content !important;
}

.gantt-nav .title-tab {
    border-radius: 13px 0px 0px 13px !important;
}

.custom-setting-tab {
    border: solid 2px #dfeb94 !important;
    margin-bottom: 20px;
    border-radius: 25px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
    padding: 20px 20px 30px 30px;
    background: #fff;
}

.dashboards-row .pt-2 {
    padding-top: 0.5rem !important;
}



#income-vs-expenses-chart-tab .card {
    border: none !important;
}

#timesheet-chart .card {
    border: none !important;
}

#integration-re-captcha .card {
    border: none !important;
}

#integration-google-drive .card {
    border: none !important;
}

#integration-push-notification .card {
    border: none !important;
}

#integration-slack .card {
    border: none !important;
}

#integration-bitbucket .card {
    border: none !important;
}

#integration-github .card {
    border: none !important;
}

#subscription-info-section {
    padding: 0px;
}

#custom-field-clients .card {
    border: none !important;
}

#custom-field-client_contacts .card {
    border: none !important;
}

#custom-field-lead_contacts .card {
    border: none !important;
}

#custom-field-leads .card {
    border: none !important;
}

#custom-field-projects .card {
    border: none !important;
}

#custom-field-tasks .card {
    border: none !important;
}

#custom-field-team_members .card {
    border: none !important;
}

#custom-field-tickets .card {
    border: none !important;
}



#custom-field-invoices .card {
    border: none !important;
}

#custom-field-events .card {
    border: none !important;
}

#custom-field-expenses .card {
    border: none !important;
}

#custom-field-estimates .card {
    border: none !important;
}

#custom-field-contracts .card {
    border: none !important;
}

#custom-field-proposals .card {
    border: none !important;
}

#custom-field-proposals .card {
    border: none !important;
}

#custom-field-orders .card {
    border: none !important;
}

#custom-field-timesheets .card {
    border: none !important;
}

#custom-field-project_files .card {
    border: none !important;
}

#custom-field-subscriptions .card {
    border: none !important;
}

#task-settings-tab .card {
    border: none !important;
}

#ticket-settings-form .card {
    border: none !important;
}

#imap-settings-form .card {
    border: none !important;
}

#lead-settings-form .card {
    border: none !important;
}

#order-details-section .p20 {
    padding: 0px !important;
}

#order-details-section  #page-content {
    padding: 0px !important;
}

#order-details-section .pr15 {
    padding-right: 0px !important;
}

#order-details-section  .pl15 {
    padding-left: 0px !important;
}

#order-details-section .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#sidebar-menu li.expand > a::before {

    top: 1.4rem;
    right: 20px;
}

#proposal-items .p20 {
    padding: 0px !important;
}

#proposal-items  #page-content {
    padding: 0px !important;
}

#proposal-items .pr15 {
    padding-right: 0px !important;
}

#proposal-items  .pl15 {
    padding-left: 0px !important;
}

#proposal-items .dtr-control:before {
    right: -15px !important;
    left: unset !important;
    background-color: #bbd300;
}

#proposal-details-section #page-content {
    padding: 0px !important;
}

#invoice-details-section .p20 {
    padding: 0px !important;
}

#invoice-details-section  #page-content {
    padding: 0px !important;
}

#invoice-details-section .pr15 {
    padding-right: 0px !important;
}

#invoice-details-section  .pl15 {
    padding-left: 0px !important;
}

#invoice-details-section .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#subscription-item-section .p20 {
    padding: 0px !important;
}

#subscription-item-section  #page-content {
    padding: 0px !important;
}

#subscription-item-section .pr15 {
    padding-right: 0px !important;
}

#subscription-item-section  .pl15 {
    padding-left: 0px !important;
}

#subscription-item-section .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#contract-items .p20 {
    padding: 0px !important;
}

#contract-items  #page-content {
    padding: 0px !important;
}

#contract-items .pr15 {
    padding-right: 0px !important;
}

#contract-items  .pl15 {
    padding-left: 0px !important;
}

#contract-items .dtr-control:before {
    right: 0px !important;
    left: unset !important;
    background-color: #bbd300;
}

#contract-details-section #page-content{
    padding: 0px !important;
}



.card .mt20 {
    margin-bottom: 20px;
}

#converted-to-client-tab .bg-white {
border-radius: 25px;
padding-top: 20px;
}

.contract-preview-container {
    padding: 0px;
}


#role-list-box {
    overflow: hidden;
}

.reports-tabs .page-wrapper {
    padding: 0px !important;
    margin-bottom: -10px !important;
    margin-top: 10px;
}

#empty-role {
    border: solid 2px #dfeb94 !important;
}

.sidebar-brand {
    padding: 7px 14px 17px 10px;
}

.brand-logo img {
    max-width: 215px;
}

#tickets-chart-tab .bg-white {
border-radius: 25px;
padding-top: 20px;
}

.timesheet-chart-button {
    margin-top: 20px;
}

.sticky-note {
    padding: 20px;
}

.nav-custom-tabs {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.card .card-header {
    background-color: #bad1570d;
    border-color: #f3f7e2;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
}

.bg-primary {
    background-color: #bad157 !important;
    color: #fff;
}

.tab-title .btn {
    margin: 0.6rem 0.4rem;
    width: unset !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #bad157;
    border-color: #bad157;
    opacity: var(--bs-btn-disabled-opacity);
}

.brand-logo-mini img {
    max-width: 50px !important;
}

.sidebar {
    width: 300px;
}

.sidebar-off {
    left: -300px;
}

#sidebar-menu li.expand.open > a::before {
    right: 20px;
}

#widget-container-area {
    position: relative;
    width: 100%;
    top: unset;
    margin-bottom: 20px;
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding: 0px !important;
    border-radius: 15px;
    overflow: hidden;
    outline: solid 1px #e4eebc !important;
        border-radius: 15px !important;
        box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
        -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

#widget-row-container {
    margin-left: 0px;
    width: 100%;
    position: relative;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.sidebar-toggled .sidebar-brand {
        padding: 7px 15px 17px 15px !important;
        width: 70px ;
    }

.kanban-col-title {
    color: #232323;
}

#project-tabs .title-tab {
    border-radius: 50px 0px 0px 50px;
}

#team-member-leave-tabs .title-tab {
    border-radius: 13px 0px 0px 13px;
}


.title-tab {
    border-right: solid 1px #f2f2f2;
        margin-right: 15px;
        padding-right: 0px;
        padding-left: 0px;
    border-radius: 13px 0px 13px 0px;
    background: #bad157;
    color: #000;
    width: max-content !important;
    margin-bottom: 0px !important;
}

.kanban-col-title {
    color: #232323;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs.title .title-button-group {
    margin-top: 0px;
}

.nav .title-tab h4 {
    margin-top: 6px !important;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
}

.nav-tabs.vertical {
    background-color: #fff;
    border-radius: 15px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-tabs {
    background: #fff;
    border: solid 2px #e4eebc !important;
    border-radius: 15px !important;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-bottom: 0px !important;
    padding-right: 0px;
    overflow: hidden;
    overflow-x: scroll;
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

#module-settings-form label {
    width: 50%;
    
}

.team-member-box h4 {
    font-family: "Montserrat", sans-serif !important;
    font-size: 26px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
}


#module-settings-form .col-md-10 {
    width: 50%;
    text-align: right;
}

.conversion-rate-form .select2-choice {
    margin-bottom: 10px;
}

.reports-tabs {
    padding: 10px 25px 17px 20px;
}

.dropdown-menu .card {
    border: none !important;
    box-shadow: none !important;
}

.banking .nav-tabs.vertical {
    margin-top: -7px;
}

.navbar-nav .nav-link {
    padding: 10px 13px !important;
}

.navbar-nav .sidebar-toggle-btn {
    padding-left: 4px !important;
}

.navbar-nav .nav-item #user-dropdown {
    padding-right: 4px !important;
}

.navbar-custom .icon {
    width: 20px !important;
    height: 20px !important;
}

.navbar-custom .dropdown {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav-tabs li .active, .nav-tabs li.active {
    color: #bbd300 !important;
    border-color: #bbd300 !important;
}

.filter-section-flex-row, .filter-section-left {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-content: center;
        align-items: center;
    }

.dataTable tbody tr {
    border-color: #eef6f9 !important;
    color: #777777;
    max-width: 100%;
}


table.dataTable > tbody > tr.child ul.dtr-details > li {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100%;
}



.dtr-title {
    display: table-cell;
    padding: 0.5em 0 !important;
    width: max-content;
}



.dtr-data {
    display: table-cell;
    text-align: right !important;
    padding: 0.5em 0;
    
}

.dtr-data a {
    text-align: right !important;
}

.footer {
    display:none;
}

.dtr-details {
    max-width: max-content !important;
    min-width: 100%;
}

#milestone-table td {
    white-space: nowrap !important;
}

#custom-field-table-clients td {
    white-space: nowrap !important;
}

#custom-field-table-client_contacts td {
    white-space: nowrap !important;
}

#custom-field-table-projects td {
    white-space: nowrap !important;
}

#custom-field-table-team_members td {
    white-space: nowrap !important;
}

#custom-field-table-tickets td {
    white-space: nowrap !important;
}

#custom-field-table-invoices td {
    white-space: nowrap !important;
}

#custom-field-table-events td {
    white-space: nowrap !important;
}


#custom-field-table-tasks td {
    white-space: nowrap !important;
}

#custom-field-table-leads td {
    white-space: nowrap !important;
}

#custom-field-table-lead_contacts td {
    white-space: nowrap !important;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: table-cell;
   width: max-content;
    font-weight: bold;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: pre-wrap;
}

.navbar-expand .dropdown-menu {
    border: none;
    
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.notification-dropdown {
    padding-bottom: 20px !important;
}

.user-dropdown-menu {
    padding: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.notificatio-plate-title-area {
    background: transparent !important;
    border-bottom: none !important;
}

.notificatio-plate-title-area span {
    font-family: "Montserrat", sans-serif !important;
}

#message-table_wrapper table.dataTable.nowrap th, #message-table_wrapper table.dataTable.nowrap td {
    white-space: nowrap;
}

.dataTable tbody tr.active td, .dataTable tbody tr.active:hover td {
    background: #bbd300 !important;
}

.unread-notification {
    background-color: #f8f8f3 !important;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    max-width: 120px;
    font-weight: bold;
}

.dtr-data ul {
    margin-bottom: 0;
    list-style: none;
}



tr.child ul.dtr-details > li {
    display: table;
    width: 100%;
}



table.dataTable thead th:first-child, table.dataTable tbody td:first-child {
    padding-left: 20px !important;
    max-width: 100%;
}

.nav-tabs li a {
    min-height: 57px;
}

.vehicle-detail-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.nav-tabs.title li a {
    padding: 18px 15px;
    min-height: 61px;
    margin-bottom: -1px;
    transition: all 0.3s ease-in-out;
}

.nav-tabs li:not(.title-tab):after {
    background-color: #bbd300 !important;
}

.nav-tabs li:not(.title-tab):after {
    margin-bottom: -1px;
    height: 2px;
}

.card .card-body {
    padding: 20px;
}

.dashboard-icon-widget .card-body {
    padding: 20px;
}

#proposal-overview-widget-container .card-body {
        padding: 12px;
    }

.card .card-header:first-child {
    border-radius: 0px;
    color: #232323;
    font-size: 18px;
}

.card-header {
    font-weight: bold;
    max-width: 100% !important;
}

.card-header svg {
    margin-top: -1px;
    color: #bbd300;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.btn-default:hover {
    background-color: #f9faf3;
    border-color: #f2f4f6;
}



    #site-logo-preview {
        padding: 8px;
    }

#integration-tab .title-tab {
    padding-left: 10px;
    padding-right: 10px;
}

#email-template-tab {
    padding-left: 20px;
    padding-right: 15px;
}

.dashed-row .form-group .row label {
    color: #232323;
}

.text-secondary {
    color: #959595 !important;
}

.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
    border-radius: 17px 17px 0px 0px;
    padding: 5px;
    -webkit-box-shadow: 0px 3px 11px rgb(0 0 0 / 7%);
    box-shadow: 0px -23px 25px rgb(0 0 0 / 6%);
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-radius: 0 0 17px 17px !important;
    background: #fff;
    filter: none;
}

#staff-planning-tabs {
    min-height: 0px;
}

.dtr-details .edit:not(.dropdown-item), .dtr-details .delete:not(.dropdown-item) {
    min-width: 32px !important;
}



.team-member-box {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    background: rgb(186,209,87);
    background: linear-gradient(180deg, rgba(186,209,87,1) 0%, rgba(179,217,17,1) 100%) !important;
    
}

    #timeline .post-content {
        float: left;
        width: 100% !important;
        padding: 0 0 0 10px !important;
    }

.team-member-box .card-body {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.team-member-box .cover-widget .box {
    padding-bottom: 0px !important;
}

#profile-image-section {
    display: flex;
    align-items: center;
}

.text-off {
    opacity: 0.8;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px;
    overflow: hidden;
}

.scroll-button-down {
    width: 50%;
    height: 40px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.scroll-button-up {
    width: 50%;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    border-right: solid 1px #eff3de;
    color: #232323;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}

.scroll-buttons {
    padding-bottom: 15px;
    display: flex;
    width: 99%;
}

.scroll-button-down:hover, .scroll-button-up:hover {
background: #bbd300;
color: #fff;
}

.sales-progress-card .carousel-item {
    text-align: center;
}

#profile-image-section .profile-image {
    width: 40%;
    padding-left: 5px !important;
    margin-right: 10px;
}

#profile-image-section .general-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 20px;
    }


.profile-image-direct-upload {
    margin-top: 0px;
    margin-left: 0px;
    display: inline !important;
}

.profile-image-upload {
    vertical-align: top;
    margin-left: 0px;
    display: inline !important
}

.team-member-box .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.team-member-box .box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    border: none !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.team-member-box .border-top {
    border-top: solid 1px rgba(255, 255, 255, 0.2) !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.team-member-box .border-end {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.team-member-box .box-content .card-body {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
}

#contracts-tabs {
    padding-left: 20px;
    padding-right: 15px
}


.pt-2 {
    padding-top: 2rem!important;
}

.card-footer {
    background-color: #fcfdf6;
    border-top: 1px solid #f3f7e2;
    padding: 10px 15px;
    border-radius: 0px 0px 15px 15px !important;
}

.card-body {
    color: #352b38;
}

/*Box*/
.box-content {
    overflow-x: visible;
}


/*Custom widgets*/
.custom-widget {
    border: solid 2px #dfeb94 !important;
    border-radius: 25px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
}

.custom-widget .p15 {
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    
}

/*Card details*/
.widget-details h1 {
    margin: 0;
    color: #352b38;
    font-weight: 700;
    margin-right: 6px;
    font-size: 32px;
}

.widget-details {
    text-align: right;
    position: absolute;
    margin-top: -3px;
    right: 20px;
    color: #777777;
}

.widget-details span {
    color: #777777;
}

.text-default {
    color: #777777 !important;
}

.text-truncate {
    color: #777;
}

.strong {
    font-weight: bold !important;
    color: #555555;
}

.card-body {
    color: #777;
}

.card a {
    color: #232323;
}

.card a:hover, a:focus, a:active {
    color: #000;
}

.cart-grid-item .font-16 {
    color: #232323;
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
}


#todo-list-widget-table {
  height: unset !important;
}



.cart-item-rate .strong {
font-family: "Montserrat", sans-serif;
font-size: 18px !important;
}

.card-footer .item-add-to-cart-btn {
    border-radius: 0px 0px 15px 15px !important;
    font-size: 20px !important;
}

svg:not(.gantt) {
    margin-top: -3px;
    pointer-events: none;
}

.sub-task-icon {
    padding: 1px 4px;
    border-radius: 50px;
}

.js-leads-cookie-tab.active {
    margin-bottom: -2px !important;
}

.js-cookie-tab.active {
    margin-bottom: -2px !important;
}

.nav-tabs li {
    margin-bottom: -1px;
    
}

.nav-tabs li a {
transition: all 0.3s ease-in-out;
}

#order-tabs li a {
    margin-bottom: -1px;
    padding: 21px 15px;
}

.modal-header .btn-close {
    transition: all 0.3s ease-in-out;
}

#proposal-details-nav {
    padding-left: 15px;
    padding-right: 10px;
}

.page-title h1 svg {
    margin-top: -4px;
    stroke: #bbd300;
    margin-right: 7px;
}

.grid-button .tab-title .title-button-group .btn, .grid-button .page-title .title-button-group .btn, .grid-button .title-tab:not(.my-tasks):not(.all-tasks-kanban):not(.leads-title-section) .title-button-group .btn {
        margin: 10px 5px 0px 0px !important;
    }

    .card-header .title-button-group {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nav-tabs li a {
    padding: 16px;
    }

        .grid-button.all-tasks-view .title-button-group, .grid-button.all-tasks-kanban-view .title-button-group, .grid-button.leads-view .title-button-group {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .title-button-group {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

#project-files-tabs .tab-title .title-button-group {
    margin-top: 10px !important;
}

.nav-tabs li .active, .nav-tabs li.active {
    font-weight: bold;
    border: none !important;
    color: #20446f !important;
    background: transparent !important;
    border-bottom: none;
}


.nav-pills li a {
    padding: 10px 20px !important;
    margin-right: 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    line-height: 1.42857143;
    transition: all 0.3s ease-in-out;
}

.nav-pills li a:hover {
    padding: 10px 20px !important;
    margin-right: 0;
    border-radius: 8px;
    background: #fff;
    color: #bbd300;
    line-height: 1.42857143;
}

.nav-pills {
    background: #bbd300;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(129 137 85 / 20%) !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 20%) !important;
    border-radius: 15px !important;
}

.nav-pills li .active, .nav-pills li.active {
    color: #bbd300 !important;
}

.widget-icon {
    float: left;
    background-color: #bbd300;
    height: 55px;
    width: 55px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
    color: #bbd300 !important;
}



.rise-chat-header .nav-tabs {
    border-radius: 0px !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.chat-me .chat-msg {
    background: #c4dd00 !important;
}

.rise-chat-header {
    border: none !important;
    box-shadow: none !important;
}

.text-warning {
    color: #ffc344 !important;
}

.rise-chat-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#task-setting-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

#project-settings-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

#ticket-type-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

#lead-status-tabs {
    padding-left: 20px;
    padding-right: 15px;
}

.message-row {
    padding: 15px 15px;
}

.d-flex {
    display: flex!important;
    align-items: center;
}

li.double-menu {
    margin-left: 10px;
}

.ps-2 {
    padding-left: 1rem!important;
}

.mb5 {
    margin-bottom: 0px;
}

#custom-field-tab {
    border-radius: 15px !important;
}

#custom-field-tab .title-tab {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 13px 0px 0px 0px;
    background: #bbd300;
    color: #000;
    margin-bottom: 0px !important;
}

.rise-chat-wrapper .message-row .time {
    font-size: 10px;
    width: 60px;
    text-align: right;
    margin-top: 10px;
}

.rise-chat-wrapper {
    border-radius: 0px;
}

.box-content {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
    float: none;
    overflow-x: hidden;
}

.chat-me .chat-msg {
    border-radius: 15px 0 15px 15px;
    background-color: #7d4192;
    color: #fff;
    padding: 7px 10px 0px 10px;
}

/*left menu*/
.sidebar-menu li a {
    color: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    font-size: 15px !important;
    transition: all 0.3s ease-in-out;
}



/*tables*/
table.dataTable thead th:first-child, table.dataTable tbody td:first-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.datatable-tools:last-child {
    margin: 15px 6px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 10px !important;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

table.dataTable td.dataTables_empty {
    padding: 15px 10px !important;
}

td.option a:hover, .external-tickets-embedded-code:hover, .action-option:hover {
    background: #bbd300;
    color: #fff !important;
    border: 1px solid #bbd300;
    transition: 0.3s;
}

.child .action-option svg {
    margin-right: 5px !important;
}

    .child .dtr-data {
        max-width: 180px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap !important;
    }

.child .edit svg {
        margin-right: 7px !important;
        margin-left: 6px;
}

    .child .option svg {
        margin-top: -2px !important;
        margin-right: 7px !important;
        margin-left: 6px !important;
    }

.dtr-details .edit:not(.dropdown-item):hover, .dtr-details .delete:not(.dropdown-item):hover {
    background: #bbd300 !important;
    color: #fff !important;
    border: 1px solid #bbd300;
}

.project-activity-section .card {
    border-radius: 0px !important;
}

.project-footer-button-section {
    padding: 5px 0px 5px 0px;
    bottom: 0px;
    height: unset;
    background: #fff;
}



.modal-body {
        max-height: 475px !important;
        overflow: scroll !important;
        padding: 20px 15px 20px 20px !important;
    }

    .modal-body .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

.modal-footer {

    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#project-tasks_list-section .card-header .btn svg {
    color: #000 !important;
}



.modal-dialog {
    margin: 20px !important;
}



.card .card-header h6 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
}

.card .card-header h4 {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif !important;
}

.feather-menu {
    margin-right: 10px;
}

    table.dataTable thead th {
        border-top: 1px solid #f2f2f2;
        padding: 15px 20px 15px 10px !important;
    }

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 45 / 30%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    background: #f0f3e1 !important;
    color: #000 !important;
    border-color: #e2e4e7 !important;
    cursor: default;
    border-radius: 0;
}

.dataTables_filter input:focus, .datatable-search:focus, .custom-filter-search:focus {
    border-color: #f2f4f6;
    background-color: #f0f3e1;
}

.color-tag {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin: 5px 10px 0 0;
    transition: all 300ms ease;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.custom-date-range-dropdown .dropdown-toggle {
    margin: -4px -6px 0;
    padding: 6px 12px 7px 10px !important;
    border: 1px solid #f2f4f6;
    color: #595959;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button a {
    border: none;
    border-right: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a:hover {
    background: #e4e9ca !important;
    color: #000 !important;
    border-color: #e2e4e7 !important;
}

.previous {
    border-radius: 25px 0px 0px 25px !important;
}

.prev {
    border-radius: 25px 0px 0px 25px !important;
}

.next {
    border-radius: 0px 25px 25px 0px !important;
}

.previous a {
    border-radius: 25px 0px 0px 25px !important;
}

.next a {
    border-radius: 0px 25px 25px 0px !important;
}

#favicon-preview {
    width: 25% !important;
    padding: 8px;
}



.page-title {
    background: #bbd3000d;
    border-bottom: 1px solid #f3f7e2;
    color: #444;
    border-radius: 25px 25px 0 0;
    padding-left: 0px;
    margin-left: 0px;
}

td.option a.delete:hover {
    background: #ed5050;
    color: #fff;
    border-color: #ed5050;
}

.title-bar {
    background: #fff;
    border: solid 2px #dfeb94 !important;
    border-bottom: 1px solid rgba(221, 230, 233, 0.48);
    color: #444;
    margin-bottom: 20px;
    border-radius: 25px 25px 0 0;
    padding-left: 5px;
    border-radius: 50px !important;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgb(255 255 255);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}

.form-group .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-content: center;
    align-items: center;
}

.dataTable tbody tr:hover td {
    background: #f9faf3 !important;
}

.dataTables_filter input {
    border-radius: 50px;
    border: 1px solid #f2f4f6;
    box-shadow: none;
    padding: 7px 14px;
    background: url(../images/search.png) no-repeat 94% 44% #fff;
    height: 35px;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 20px;
}

/*Kleuren*/



.sidebar-scroll, #timeline .post-content .post-date span {
    background: #bbd300;
}

#left-menu-toggle-mask {
    background-color: #f8f8f3;
}



.text-primary {
    color: #bbd300 !important;
}



.project-overview-widget .progress-outline {
    border: 2px solid #bbd300;
    border-radius: 25px;
    padding: 5px;
}

.project-overview-widget .progress-outline .progress .progress-bar {
    background-color: rgb(186 209 87 / 78%) !important;
    font-size: 14px;
}



div.dataTables_wrapper div.dataTables_processing {
    height: 100px;
    border: none !important;
    box-shadow: none !important;
}

.table-loader .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #bbd300;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
}

.app-loader .loading {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px #bbd300;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
}

#pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f8f8f3;
    z-index: 10;
}

#settings-tabs {
    padding-left: 5px;
    padding-right: 5px;
}


.circle-loader {
    margin: 10px auto;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px rgba(220, 230, 235, 0.5);
    border-top-color: #bbd300;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
}

.widget-icon svg{
    margin-top: 0px !important;
}

.tab-title .title-button-group {
    float: right !important;
    margin: 0px 0px 0 !important;
}

.tab-title .btn svg {
    margin-right: 5px;
}

.btn svg {
    margin-right: 3px;
}

.title-tab .title-button-group {
    float: right;
    margin-top: 8px;
}

.rounded-bottom {
    border-bottom-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.tab-title h4 {
    margin: 2px 0 0 0;
    padding: 15px 15px 15px 15px;
    float: left !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 20px;
}

.input-group-text {
    padding: 0.375rem 1rem;
    border-radius: 0px 25px 25px 0px !important;
    background-color: #eff1e3;
    border-color: #eff1e3;
}

#comment-form .p15 {
    padding: 0px;
}

#comment-form .btn {
   font-size: 12px !important;
}




#customer_feedback-dropzone {
    background: #fff;
    border-radius: 25px;
    margin-bottom: 0px !important;
}

/*Buttons*/
/*.btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 45 / 30%);
}*/

.default-bg {
    background-color: #f8f8f3;
}

.btn-default {
    border-radius: 50px;
}

.title-button-group .btn-default {
    background-color: #bbd300;
    border: 1px solid #bbd300;
    color: #000;
    font-weight: 700;
    transition: 0.3s;
}



.title-button-group .btn-default:hover {
    background-color: #c4dd00 !important;
    border: 1px solid #c4dd00 !important;
    color: #000;
    font-weight: 700;
}

.invoice-info-title {
background-color: #bbd300 !important;
}

.input-group-text {
    padding: 0.375rem 1rem;
    border-radius: 0px 25px 25px 0px !important;
    background-color: #eff1e3;
    border-color: #eff1e3;
    color: #6c757d;
}

.input-group-text:hover {
    color: #4e5f6a;
}

.input-group-text svg {
    margin-right: 5px;
}

.title-button-group .btn-outline-light {
    background-color: #bbd300;
    border: 1px solid #bbd300;
    color: #000 !important;
    font-weight: 700;
    transition: 0.3s;
}

.title-button-group .btn-outline-light:hover {
    background-color: #c4dd00;
    border: 1px solid #c4dd00;
    color: #000 !important;
    font-weight: 700;
}




.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #c4dd00 !important;
    border-color: #c4dd00 !important;
    color: #000;
}

.btn-outline-light {
    border-radius: 50px;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 45 / 30%);
}

#kanban-filters .btn {
    font-size: 12px !important;
}

#kanban-filters .icon-16 {
    width: 12px;
    height: 12px;
}

#kanban-filters .icon-18 {
    width: 12px;
    height: 12px;
}



.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #bbd300;
    --bs-btn-border-color: #bbd300;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #bbd300;
    --bs-btn-hover-border-color: #bbd300;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #bbd300;
    --bs-btn-active-border-color: #bbd300;
    --bs-btn-active-shadow: inset 0 3px 5px #81954147;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #bbd300;
    --bs-btn-disabled-border-color: #bbd300;
}


.btn-info {
    background: #57c1d1;
    border: 1px solid #57c1d1;
    color: #000 !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #00c2df;
    border-color: #00c2df;
    color: #000 !important;
}

.btn.round {
    border-radius: 50px;
    color: #595959 !important;
    padding: 0.375rem 0.75rem;
}

.btn.round:hover {
    color: #352b38 !important;
}

.btn-sm:hover {
    background-color: #f9faf3 !important;
}

.btn-primary {
    background-color: #bbd300 !important;
    border-color: #bbd300 !important;
    color: #000 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #c4dd00 !important;
    border-color: #c4dd00 !important;
}

* {
    pointer-events: auto !important;
}


/*Widget heights*/
#invoice-overview-container {
    height: 384px !important;
}

#invoice-payment-statistics-container .card-body {
    height: 384px !important;
    padding-top: 30px;
}

#projects-container {
     height: 200px !important;
}

#estiamte-widget-container {
     height: 200px !important;
}

#proposals-widget-container {
     height: 200px !important;
}

.canban-container {
    border-radius: 15px;
    overflow: hidden;
    outline: solid 1px #e4eebc !important;
    -webkit-box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
    box-shadow: 0 0 10px rgb(129 137 85 / 15%) !important;
}

.list-group-item.active {
    background: #bbd300 !important;
    border-color: #bbd300 !important;
}

/*text & titles*/
.page-title h1 {
    font-size: 18px;
    margin: 0;
    padding: 20px 16px !important;
    font-weight: 700;
    float: left;
    margin-left: 0px;
}

.vehicle-card {
    width: 100% !important;
}

    .modal-header {
        padding: 15px 20px 15px 20px;
        background: #bbd3000d;
        border-bottom: 1px solid #f3f7e2;
    }

.modal-header .modal-title {
    margin-top: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
}

h4 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 30px;
}

.p-4 {
    padding: 1.5rem!important;
    font-weight: 700;
    font-size: 18px;
}

.widget-title {
    padding: 10px 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
    font-size: 18px;
}

/*Modals*/
.modal-content {
    border-radius: 25px !important;
}

.modal-footer {
        border-top: 1px solid #f6f8f9;
        padding: 15px 20px;
    }

.post-dropzone {
    background: #fff;
    border-radius: 25px;
}

/*Forms*/
.form-check-input:checked {
    background-color: #bbd300;
    border-color: #bbd300;
}

.filter-section-container .form-control {
 height: 35px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.8rem 1rem 1rem 1rem;
    border-radius: 25px;
    height: 40px;
}

.modal .select2-container .select2-choice {
    height: 40px !important;
    line-height: 0.7rem;
    color: #777777;
    border-radius: 25px;
    border-color: #f9faf3 !important;
    background-color: #f9faf3 !important;

}

.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background-color: #f9faf3 !important;
}

.select2-container .select2-choice {
    height: 40px !important;
    line-height: 0.7rem;
    color: #777777;
    border-radius: 25px;
    border-color: #f9faf3 !important;
    background-color: #f9faf3 !important;

}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 40px;
    padding-bottom: 3px !important;
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0px 7px;
}





.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    margin-right: 9px;
}

.select2-container .select2-choice {
    height: 35px;
    line-height: 1.42857;
    border-radius: 18px;
}

#contract-details-nav {
    padding-left: 15px;
    padding-right: 10px;
}

.card-header .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #ffffff !important;
}

#monthly-contract-button {
    margin-bottom: -2px !important;
}

#leaves-tabs li .active {
margin-bottom: -2px !important;
}

#leaves-tabs li a {
padding: 20px 15px 21px 15px;
}

#leaves-tabs {
    padding-left: 15px;
    padding-right: 10px;
}

#ticket-nav li a {
padding: 20px 15px 21px 15px;
}

.td-checkbox {
    width: 50px;
    background: #eaece5 !important;
}



.modal .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #f9faf3 !important;
    padding: 0;
    border-color: #f9faf3 !important;
    border-radius: 25px;
    color: #6c757d !important;
    line-height: 0.6rem;
    font-family: "Montserrat", sans-serif;
}

#s2id_search_field .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #fff !important;
    padding: 0;
    border-color: #fff !important;
    border-radius: 25px;
    color: #6c757d !important;
    line-height: 0.6rem;
    font-family: "Montserrat", sans-serif;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 29 / 25%);
    border-color: #bbd300;
}

.select2-results .select2-highlighted {
    background-color: #bbd300 !important;
}

.select2-container-multi .select2-choices .select2-search-field {
    margin: 0px;
    padding: 0rem 1rem 0rem 1rem;
    white-space: nowrap;
}

.general-form .form-control {
    border-color: #f9faf3;
    background-color: #f9faf3;
}

.general-form .form-control:focus, .general-form .form-control.white:focus {
    border-color: #f0f3e1;
    background-color: #f0f3e1;
}

.note-editor.note-frame, .note-editor.note-airframe {
    border: 1px solid #f9faf3 !important;
    border-radius: 20px;
    background: #f9faf3;
}

.note-editor.note-frame .note-statusbar, .note-editor.note-airframe .note-statusbar {
    background-color: #8080801d;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-top: 1px solid #00000032;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.note-editor, .note-editor .note-toolbar, .note-editor .note-statusbar .note-resizebar, .note-editor .note-toolbar .btn {
    border-color: #ecede6 !important;
}

.dropdown-item {
    color: #232323;
}

#top_menu_name {
    margin-bottom: 10px;
}

#menu_name {
    margin-bottom: 10px;
}

.note-editor .dropdown-item a {
    padding: 10px 20px;
    display: block;
    color: #6c757d;
}

.note-editor .dropdown-item a:hover {
    padding: 10px 20px;
    display: block;
    color: #352b38;
}

.dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #595959;
    background-color: #f9faf3;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #bebeba;
}

#client-tabs {
    border-radius: 15px !important;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 65px !important;
}

.general-form.white .select2-container .select2-choice {
    background-color: #f9faf3 !important;
}

#project-tabs {
    border-radius: 35px !important;
}

.general-form.white .form-control {
    border-color: #f9faf3;
    background-color: #f9faf3;
}

.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgb(193 215 45 / 56%) !important;
}

.filter-multi-select .dropdown-toggle {
    color: #6c757d !important;
    border-color: #f6f8f9 !important;
    text-align: left;
    width: 185px;
    font-weight: 500 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
}

.filter-multi-select .caret:after {
    color: #888888;
    float: right;
    margin-top: 9px !important;
    margin-left: 25px;
}



.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    color: #6c757d;
}

.todo-input-box input:focus {
    background-color: #f0f3e1;
    border: 1px solid #c4d93d;
}

.input-group .btn {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.todo-input-box input {
    padding: 10px 15px;
    height: 40px;
    border: 1px solid #f8f9f6;
    border-radius: 25px;
    box-shadow: none;
    transition: background 0.5s;
}

.navbar-custom {
    background: #fff;
    top: 0;
    right: 0;
    left: 0px;
    min-height: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.filter-item-box .form-control {
    padding: 0.375rem 1rem !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #777777;
    height: 40px !important;
    line-height: 1.8em;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 6px 15px 6px 25px;
    margin: 5px 0px 5px 15px !important;
    border-radius: 25px;
}

.select2-container-multi .select2-search-choice-close {
    left: 9px;
}

.filter-multi-select .list-group-item:not(.active):hover {
    background-color: #f9faf3;
}

.select2-drop {
    border-radius: 0 0 17px 17px;
    padding: 5px;
    -webkit-box-shadow: 0px 3px 11px rgb(0 0 0 / 7%);
    box-shadow: 0px 23px 25px rgb(0 0 0 / 6%);
}

.select2-drop-active {
    border-color: #f6f8f9;
}

.filter-multi-select .dropdown-menu {
    padding: 5px;
    border-radius: 17px;
}

.btn-danger {
    background: #ed5050;
    border-color: #ed5050;
    color: #000 !important;
}

.modal .select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {
    background: #f9faf3 !important;
}

#s2id_search_field .select2-choice {
    background: #fff !important;
    border-color: #fff !important;
}




.dropdown-menu {
    transform: translate3d(1px, 5px, 0px) !important;
    border-radius: 15px;
}

.dropdown-menu .page-title {
padding-left: 15px;
padding-right: 15px;
}

.dropdown-menu .card-footer {
    background-color: #bbd300;
    border-top: 1px solid #fff;
    padding: 10px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    border-radius: 23px 23px 23px 23px !important;
}

.dropdown-menu .card-footer a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.sidebar-menu li ul li a:hover {
    background-color: transparent !important;
    background: transparent !important;
}

.sidebar-toggled .sidebar-menu li:hover {
    background-color: transparent !important;
}

.sidebar-menu li.active > a {
    color: #000 !important;
    background-color: #fff;
}

.card table .badge {
    margin-top: 0px;
    background: #bbd300;
    color: #fff;
    font-weight: 700;
    max-width: max-content !important;
}

.datatable-search, .custom-filter-search {
    border-radius: 25px;
    border: 1px solid #f2f4f6;
    box-shadow: none;
    color: #595959;
    padding: 7px 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    outline: none;
    font-weight: normal;
    background: url(../images/search.png) no-repeat 96% 45% #fff;
    width: 200px !important;
    transition: all 0.5s;
    height: 35px;
}

#ticket-tasks-section .title-button-group .btn {
    width: 85%;
    margin: 11px 0px 6px 12px !important;
}

#ticket-tasks-section .title-button-group {
    width: 48%;
}

#subscription-tasks-section .title-button-group .btn {
    width: 85%;
    margin: 11px 0px 6px 12px !important;
}

    #subscription-tasks-section .title-button-group {
        width: 54% !important;
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }


#estimate-tasks-section .title-button-group .btn {
    width: 85%;
    margin: 11px 0px 6px 12px !important;
}

#estimate-tasks-section .title-button-group {
    width: 48%;
}

#proposal-tasks-section .title-button-group .btn {
    width: 85%;
    margin: 11px 0px 6px 12px !important;
}

#proposal-tasks-section .title-button-group {
    width: 48%;
}

#project-tasks_kanban-section .title-button-group {
    float: left !important;
    left: 0px !important;
}

#project-tasks_kanban-section .card-header .btn svg {
    color: #000 !important;
}

.kanban-container {
    background: #eff3de;
    border: solid none !important;
        max-width: 2300px;
    
}

#ticket-tasks-section .title-button-group {
    float: right !important;
    margin: 0 10px 0;
}

.btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus {
    box-shadow: 0 0 0 0.25rem #bbd300;
}

.ticket-view-footer-button .float-end {
    margin-top: 10px;
}

.post-dropzone .card-footer {
    background-color: transparent;
    border: none !important;
    
    margin-top: 10px;
    border-radius: 25px !important;
    border-color: #f9faf3 !important;
}



.leave-box {
    display: flex;
    -webkit-flex-direction: column;
}

.user-list-hidden {
    display: block !important;
    width: 100% !important;
}



.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 0.35rem;
  --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem;
}



.btn-group .btn.active {
    border-color: #f2f4f6 !important;
    background: #f1f3e1 !important;
}

.subscription-info-title {
background-color: #bbd300 !important;
}



.gantt .bar-label {
    fill: #000 !important;
    dominant-baseline: central;
    text-anchor: middle;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.custom-toolbar {
    margin-top: 0px;
}

.circle-done {
    color: #bbd300 !important;
}

.project-activity-section .card {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.list-group-flush .list-group-item:first-child {
    border-top: none !important;
}

.card>.list-group:last-child {
    border-top: solid 1px #edf6f9 !important;
}

#clock-in-out-table .w200 {
    min-width: 70px;
}



.notepad-title {
    border: none !important;
    padding-left: 7px;
    border-left: 5px solid #bbd300 !important;
}

.me-0 {
    background: #fff !important;
    border-color: #f2f4f6 !important;
    color: #595959 !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ms-0 {
    background: #fff !important;
    border-color: #f2f4f6 !important;
    color: #595959 !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.me-0 svg {
    margin-right: 0px;
}

.btn-sm {
    background: #fff !important;
    border-color: #f2f4f6 !important;
    color: #595959 !important;
}

.btn.active {
    box-shadow: none;
    background: #f1f3e1 !important;
}

.item-rate-badge {
    background-color: #bbd300;
}

td.dropdown-option button:hover {
    background: #00c2df !important;
}

td.dropdown-option button {
    background: #57c1d1;
    color: #fff;
}

.tab-title .title-button-group .btn {
        margin: 0px !important;
    }

#project-tasks_kanban-section .card {
    border: solid 1px #dfeb94 !important;
    margin-bottom: 20px;
    border-radius: 25px 25px 0px 0px !important;
    border-bottom: 0px !important;
    transition: all 1s;
    overflow: hidden;
}

#project-dropzone {
    margin-bottom: 0px !important;
}

#project-dropzone .card-footer {
    padding: 0px;
}

.cover-widget h1 {
    margin: 0;
    color: #fff;
}

#proposal-overview-container .widget-footer {
    width: 90% !important;
}


.sidebar .sidebar-toggle-btn {
    margin: 18px 5px 0 0;
    }

#leads-overview-widget .col-md-6 {
    width: 50%;
   }

#leads-overview-widget   .pt-4 {
    padding-top: 0rem !important;
}
    #leads-overview-widget {
        max-width: 100%;
        height: 265px !important;
        overflow-x: unset !important;
    }





#leads-overview-chart {
    margin-top: -5px;
}

.cover-widget {
    margin-top: auto;
    margin-bottom: auto;
}

.cover-widget .box {
    padding-bottom: 30px !important;
}
.cover-widget .border-top {
    padding-bottom: 0px !important;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f2f2f2;
    border-top: 0;
    border-bottom-color: #f2f2f2;
    position: absolute;
}

.datepicker table tr td, .datepicker table tr th {

    font-size: 14px;
}

.datepicker table tr td.today {
    color: #000;
    background-color: #dee7aa;
    border-color: #dbe59e;
}

.datepicker table tr td.active.active {
    background: #c4d93d !important;
    border-color: #c4d93d !important;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #f1f3e1;
    cursor: pointer;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    text-shadow: none !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d8e67c;
}

.datepicker.dropdown-menu {
    border-radius: 10px;
    border: 1px solid #f2f2f2;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 15px;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 14px;
}


.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background: #f1f3e1;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #f1f3e1;
}

.bootstrap-timepicker-widget table td a {
    border: none;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    outline: 0;
    color: #ced4da;
}

.projects-row .progress {
    height: 10px;
    margin: 10px 0px 20px 0px;
    box-shadow: none !important;
}

.reminder-height .p30 {
    padding: 25px 20px 25px 0px !important;
}

#task-table .w75p {
    width: 60%;
}

.widget-container .pt35 {
    padding-top: 20px !important;
    padding-left: 0px !important;
}

#my-task-list-widget-table {
    height: 425px !important;
}

#task-table .w75p a {
    color: #232323;
    width: 170px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.3s;
    color: #000;
    border-color: #ddd;
}

.progress-bar-success {
    background-color: #bbd300;
}

.btn-success {
    background: #bbd300 !important;
    border-color: #bbd300 !important;
    color: #000 !important;
}

a.dark {
    color: #232323;
}



#password-manager-tabs .title-tab {
    border-radius: 13px 0px 0px 13px;
}

.help-search-box {
    background: url(../images/search.png) no-repeat 0px 50% #fff;
    background-position: 98%;
    box-shadow: none;
    transition: background 0.5s;
}

.awesomplete ul {
    z-index: 10;
    text-align: left;
    background: #fff;
    overflow: hidden;
}



#template-list-box .nav-tabs {
    border: none !important;
    box-shadow: none !important;
}

#empty-template {
    padding-top: 30px !important;
}

#template-details-section {
    border: none !important;
}

.bg-off-white {
    background: #f8f8f3;
}

.progress {

    --bs-progress-bg: #eeefe9;
}

.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    border-left: 2px solid #bbd300 !important;
    text-indent: 0px;
    background: rgb(252 253 246);
    color: #222222;
}



.sidebar-toggled .sidebar-menu li a svg {
    width: 2rem;
    height: 24px;
    margin-left: -3px;
}

.todo-input-box button {
    padding: 9px 10px 8px 10px !important;
}

.widget-todo-input-box input {
    background: #f8f9f6;
}



/*Workorder dashboard*/
.werkorder-iframe {
    background: #fff;
    padding: 20px;
    border: 0;
    border: solid 2px #dfeb94 !important;
    border-radius: 25px !important;
    transition: all 1s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04) !important;
}

#teamDropdown {
    height: 35px !important;
    line-height: 1.42857!important;
    border-radius: 18px!important;
    color: #6c757d!important;
    font-family: "Montserrat", sans-serif;
    min-width: 140px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    border-color: #e9e9e9!important;
}

.list-group-item:last-child {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*Custom classes Jerom*/
.custom-title {
    font-size: 28px;
    margin-left: 10px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 16px;
}

.custom-button-group {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.small-custom-title {
    font-size: 20px;
}

.dashed-row .form-group .row label:first-child {
    margin-bottom: 5px;
}

#milestone-table .milestone .badge {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0px !important;
}



td.child .dtr-data b {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    width: 250px !important;
    display: block !important;
}

.form-signin .btn {
    font-size: 18px !important;
    margin-top: 10px;
    min-width: 100% !important;
}
    
    
    
    .btn {
        font-size: 14px !important;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        width: unset !important;
        min-width: unset !important;
        max-width: max-content !important;
    }
    
    .page-title .btn {
        width: unset !important;
        min-width: unset !important;
        max-width: max-content !important;
    }
    
    .estimate-request-full-button .title-button-group .btn {
        width: unset !important;
        min-width: unset !important;
        max-width: max-content !important;
    }
    
    
    .form-signin .card .mt5 {
        text-align: center !important;
    }
    
    .form-signin .card .mt5 a {
        font-size: 14px !important;
        color: #777777 !important;
    }
    
    .form-signin .card .mt20 {
        text-align: center !important;
        font-size:  14px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important
    }

.form-signin .card .mt20 a {
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    color: #bbd300;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 5px;
    font-size: 15px !important;
    text-align: center;
    border-radius: 50px;
    padding: 10px 16px;
    margin-bottom: 0px !important;
}

.task-view-modal-body a {
    color: #777777;
}

.task-view-modal-body .badge a {
    color: #fff !important;
}

.task-view-modal-body .badge-light a {
    color: #232323 !important;
}
#invoice-overview-container {
        height: 500px !important;
        display: none !important;
    }

    #invoice-overview-widget-container{
        display: none !important;
    }
}