/*Font Import*/
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*Font toepassing*/
html, body {
    background-color: #fefffa;
    color: #352b38;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#estimate-form-preview {
    max-height: 98% !important;
}


#estimate-form-preview {
    max-height: 95% !important;
    min-height: 85% !important;
}



/*Card*/
.card {
    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;
}

.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;
}

#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;
}

#tickets-chart-tab .bg-white {
border-radius: 25px;
padding-top: 20px;
}

.timesheet-chart-button {
    margin-top: 20px;
}


.nav-custom-tabs {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

.card .card-header {
    background-color: #fff;
    border-color: #EEF1F9;
    padding: 10px 20px;
}

.bg-primary {
    background-color: #c1d72d !important;
    color: #fff;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: #c1d72d;
    border-color: #c1d72d;
    opacity: var(--bs-btn-disabled-opacity);
}

.nav-tabs.vertical {
    background-color: #fff;
    border-radius: 25px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-tabs {
    background: #fff;
    border: 2px solid #dfeb94 !important;
    border-radius: 50px !important;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    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;
}

.reports-tabs {
    padding: 10px 25px 17px 20px;
}

.dropdown-menu .card {
    border: none !important;
    box-shadow: none !important;
}

.banking .nav-tabs.vertical {
    margin-top: -7px;
}

.nav-tabs.title li a {
    padding: 20px 15px;
    margin-bottom: 0px;
}

.nav-tabs li:not(.title-tab):after {
    background-color: #c1d72d !important;
}

.nav-tabs li:not(.title-tab):after {
    margin-bottom: -1px;
    height: 2px;
}

.card .card-body {
    padding: 20px;
}

.dashboard-icon-widget .card-body {
    padding: 28px;
}

.card .card-header:first-child {
    border-radius: 25px 25px 0 0;
    color: #342b38;
    font-size: 16px;
}

.bg-white .card-header svg {
    margin-top: -1px;
    color: #c1d72e;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.pt-2 {
    padding-top: 2rem!important;
}

.card-footer {
    background-color: #f9f9f9;
    border-top: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 0px 0px 23px 23px !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;
}

.p15 {
    padding: 28px 28px 20px 28px;
    border-radius: 25px;
    
}

/*Card details*/
.widget-details h1 {
    margin: 0;
    color: #352b38;
    font-weight: 700;
    margin-right: 6px;
}

.widget-details {
    text-align: right;
    position: absolute;
    margin-top: -3px;
    right: 20px;
}

.widget-details span {
    color: #777777;
}

.text-default {
    color: #352b38 !important;
}

.card a {
    color: #352b38;
}

.card a:hover, a:focus, a:active {
    color: #000;
}

svg:not(.gantt) {
    margin-top: -3px;
    pointer-events: none;
}

.sub-task-icon {
    padding: 1px 4px;
    border-radius: 50px;
}

.nav-tabs li .active, .nav-tabs li.active {
    bottom: -1px;
}

.widget-icon {
    float: left;
    background-color: #7d4192;
    height: 65px;
    width: 65px;
    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: 28px;
    padding-right: 28px;
}

.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
    color: #c1d72d !important;
}

.rise-chat-header .nav-tabs {
    border-radius: 0px !important;
    background: transparent !important;
}

.rise-chat-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.message-row {
    padding: 15px 15px;
}

.d-flex {
    display: flex!important;
    align-items: center;
}

.ps-2 {
    padding-left: 1rem!important;
}

.mb5 {
    margin-bottom: 0px;
}

#custom-field-tab {
    border-radius: 35px !important;
}

.rise-chat-wrapper .message-row .time {
    font-size: 10px;
    width: 60px;
    text-align: right;
    margin-top: 10px;
}

.rise-chat-wrapper {
    border-radius: 25px;
}

.chat-me .chat-msg {
    border-radius: 15px 0 15px 15px;
    background-color: #7d4192;
    color: #fff;
    padding: 7px 10px 0px 10px;
}

.navbar-brand {
    padding-left: 15px;
}

.navbar-brand img {
    max-width: 150px;
}

#estimate-form-preview {
    max-width: 1000px;
    margin: auto;
    max-height: 800px;
    overflow: hidden;
    overflow-y: scroll;
}


/*left menu*/
.sidebar-menu li a {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
}

.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 20px !important;
}

.option {
    padding: 1.8rem 1rem !important;
    text-align: right !important;
}

td.option a:hover, .external-tickets-embedded-code:hover, .action-option:hover {
    background: #c1d72d;
    color: #fff !important;
    border: 1px solid #c1d72d;
    transition: 0.3s;
}

.feather-menu {
    margin-right: 10px;
}

table.dataTable thead th {
    border-top: 1px solid #f2f2f2;
    padding: 15px 20px !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;
}

.page-title {
    background: #fff;
    border-bottom: 1px solid rgba(221, 230, 233, 0.48);
    color: #444;
    border-radius: 25px 25px 0 0;
    padding-left: 5px;
}

.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*/

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #ffc008 !important;
}

.sidebar-scroll, #timeline .post-content .post-date span {
    background: #7f3f98;
}

#left-menu-toggle-mask {
    background-color: #f8f8f3;
}

.bg-success {
    background-color: #c1d72e !important;
}

.bg-info {
    background-color: #b63e97 !important;
}

.text-primary {
    color: #c1d72d !important;
}

.bg-orange {
    background-color: #7d4192;
}

.project-overview-widget .progress-outline {
    border: 2px solid #c1d72d;
    border-radius: 25px;
    padding: 5px;
}

.project-overview-widget .progress-outline .progress .progress-bar {
    background-color: rgb(193 215 45 / 55%) !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 #c1d72d;
    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 #c1d72d;
    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;
}

.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: #c1d72d;
    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;
}

.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 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: #c1d72d;
    border: 1px solid #c1d72d;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.title-button-group .btn-default:hover {
    background-color: #b63d97;
    border: 1px solid #b63d97;
    color: #fff;
    font-weight: 600;
}

.invoice-info-title {
background-color: #7d4192 !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: #c1d72d;
    border: 1px solid #c1d72d;
    color: #fff !important;
    font-weight: 600;
    transition: 0.3s;
}

.title-button-group .btn-outline-light:hover {
    background-color: #b63d97;
    border: 1px solid #b63d97;
    color: #fff !important;
    font-weight: 600;
}



.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #b3c634;
    border-color: #b3c634;
    color: #fff;
}

.btn-outline-light {
    border-radius: 50px;
}

.btn-check:focus+.btn, .btn:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 45 / 30%);
}

.btn {
    border-radius: 50px;
}

.btn {
    font-size: 14px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #95417d;
    --bs-btn-border-color: #95417d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #95417d;
    --bs-btn-hover-border-color: #95417d;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #95417d;
    --bs-btn-active-border-color: #954167;
    --bs-btn-active-shadow: inset 0 3px 5px #95417d47;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #95417d;
    --bs-btn-disabled-border-color: #95417d;
}

.btn-info {
    background: #b63e97 !important;
    border: 1px solid #b63e97 !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #7d4192;
    border-color: #7d4192;
    color: #fff;
}

.btn.round {
    border-radius: 50px;
    color: #595959 !important;
    padding: 0.375rem 0.75rem;
}

.btn.round:hover {
    color: #352b38 !important;
}

.btn-default:hover {
    background-color: #f9faf3;
    border-color: #f2f4f6;
}







/*Widget heights*/
#invoice-overview-container {
    height: 375px !important;
}

#invoice-payment-statistics-container .card-body {
    height: 375px !important;
    padding-top: 30px;
}

#projects-container {
     height: 200px !important;
}

#estiamte-widget-container {
     height: 200px !important;
}

#proposals-widget-container {
     height: 200px !important;
}

/*text & titles*/
.page-title h1 {
    font-size: 22px;
    margin: 0;
    padding: 20px 16px;
    font-weight: 600;
    float: left;
    margin-left: 5px;
}

.modal-header .modal-title {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
}

h4 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 30px;
}

.p-4 {
    padding: 1.5rem!important;
    font-weight: 600;
    font-size: 18px;
}

.widget-title {
    padding: 10px 0px;
    font-family: Lato;
    font-weight: 500 !important;
    font-size: 18px;
}

/*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: #c1d72d;
    border-color: #c1d72d;
}

.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: #6c757d;
    border-radius: 25px;
}

.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.8rem 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;
}

.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: 'Lato', 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: 'Lato', sans-serif;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(193 215 29 / 25%);
    border-color: #c4d93d;
}

.select2-results .select2-highlighted {
    background-color: #c4d93d !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;
}

.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: 35px !important;
}

#project-tabs {
    border-radius: 35px !important;
}

.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: 43px;
    border: 1px solid #fff;
    border-radius: 25px;
    box-shadow: none;
    transition: background 0.5s;
}


.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: 'Lato';
    font-size: 14px;
    color: #6c757d;
}

.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: #fd397a;
    border-color: #fd397a;
    color: #fff !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;
}


.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;
}

.dropdown-menu .page-title {
padding-left: 15px;
padding-right: 15px;
}

.dropdown-menu .card-footer {
    background-color: #f9f9f9;
    border-top: 1px solid #fff;
    padding: 10px 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 23px 23px 23px 23px !important;
}

.sidebar-menu li.active > a {
    color: #fff !important;
    background-color: #c665ab;
}

.card table .badge {
    margin-top: 0px;
    background: #c1d72d;
    color: #fff;
    font-weight: 600;
}

.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: 'LATO';
    outline: none;
    font-weight: normal;
    background: url(../images/search.png) no-repeat 96% 45% #fff;
    width: 200px !important;
    transition: all 0.5s;
    height: 35px;
}

.kanban-container {
    background: #e3e7d4;
}

.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 #c1d72d54;
}

.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: #f1f3e1 !important;
}

.subscription-info-title {
background-color: #c1d72d !important;
}

#js-kanban-filter-container {
    background: #fff !important;
    border-radius: 25px 25px 0px 0px;
}

.gantt .bar-label {
    fill: #000 !important;
    dominant-baseline: central;
    text-anchor: middle;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.custom-toolbar {
    margin-top: 7px;
}

.circle-done {
    color: #c1d72d !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-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b63d97;
    --bs-btn-border-color: #b63d97;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7d4192;
    --bs-btn-hover-border-color: #7d4192;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7d4192;
    --bs-btn-active-border-color: #7d4192;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c270ad;
    --bs-btn-disabled-border-color: #c270ad;
}

.btn-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c1d72d;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b63d97;
    --bs-btn-hover-border-color: #b63d97;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b63d97;
    --bs-btn-active-border-color: #B63D85;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c6d277;
    --bs-btn-disabled-border-color: #c6d277;
}

.notepad-title {
    border: none !important;
    padding-left: 7px;
    border-left: 5px solid #c1d72d !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: #c1d72d;
}

td.dropdown-option button {
    background: #b14292;
    color: #fff;
}

#project-tasks_kanban-section .card {
    border: solid 2px #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;
}

.cover-widget h1 {
    margin: 0;
    color: #fff;
}

.text-off {
    opacity: 0.7;
    color: #fff;
}

.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;
}

.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: #c1d72d;
}

.btn-success {
    background: #c1d72d;
    border-color: #c1d72d;
    color: #fff !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;
}

#template-list-box .nav-tabs {
    border: none !important;
    box-shadow: none !important;
}

#empty-template {
    border: solid 2px #dbe791 !important;
    padding-top: 30px !important;
}

#template-details-section {
    border: none !important;
}

.bg-off-white {
    background: #f8f8f3;
}

.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 25px 25px 0px;
    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);
}

.sidebar-toggled .sidebar-menu li:hover > a {
    width: 240px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/*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: 'Lato'!important;
    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: 600;
    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;
}

/* For single select */
div#s2id_branch_from_client_id {
    border: 1px solid;
}
