.form-container {
    background-color: white;
    padding: 1rem !important;
    border-radius: 10px;
}

[data-bs-theme="dark"] .form-container {
    background-color: #1e1e2d;
    padding: 1.25rem !important;
    border-radius: 10px;
}

.form-content {
    max-width: 1000px;
    width: 100%;
    padding: 5;
    margin-left: auto;
    margin-right: auto;
}

.form-content h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
}

input.form-control,
textarea.form-control {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}

.form-select {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}

.form-select {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
}

.image-input-placeholder {
    background-image: url('/assets/media/svg/files/blank-image.svg');
}

[data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('/assets/media/svg/files/blank-image-dark.svg');
}

/* datatable */
.dataTables_wrapper input[type="search"] {
    background-color: #f0f0f0 !important;
    border-color: #e9e9e9 !important;
    color: #5E6278 !important;
    transition: color 0.2s ease !important;
    padding-left: 3.75rem !important;
    width: 250px !important;
    outline: none;
}

select[name="datatable_length"] {
    background-color: var(--bs-gray-100);
    border-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    transition: color .2s ease;
    height: 35px;
    width: 55px;
    border-radius: 5px;
    padding-left: 0.75rem;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-pagination .dataTables_length,
.custom-pagination .dataTables_paginate {
    width: 50%;
}

.paginate_button {
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
    padding: 1px 8px 3px 7px;
    text-align: center;
    cursor: pointer;
    color: #5E6278;
}

.paginate_button.current {
    color: #fff !important;
    background: #87bd25 !important;
}

.menu-sub-dropdown {
    min-width: 150px;
}

/* datatable */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; /* Adjust spacing between rows */
}

.form-group {
    flex-basis: 50%; /* Make each column occupy half of the row width */
    padding: 0 3px; /* Adjust spacing between columns */
}

label.form-check-label::after {
    content: "" !important;
}

.quote_datatable_filters, .invoice_datatable_filters {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

#quote_filters_date_range, #invoice_filters_date_range {
    background: #fff;
    min-width: 300px;
}

.range-limit {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-gray-600);
}

.range-value {
    text-align: center;
    font-size: 16px;
    color: var(--bs-gray-600);
}

.preview-img {
    margin-top: 1rem;
    padding: 5px;
    border: dashed 2px var(--bs-gray-300);
    border-radius: 7px
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrows {
    -moz-appearance: textfield;
}

#general:not(.active),
#quote:not(.active),
#invoice:not(.active) {
    display: none;
}

table.dataTable td.dt-control:before {
    background-color: #41C0F0;
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    background-color: #41C0F0;
}

.filter-content {
    display: none;
}

.bannerbg {
    background: #41c0f033 !important;;
    border: 1px solid var(--bs-gray-300);
}

.center-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.customicon_more:before {
    display: flex;
    margin-left: 15px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    line-height: 0;
    font-size: 16px;
}

.CustomAction {

    color: #000;
    padding-top: 0px !important;
    padding-bottom: 0px !important;

    text-align: left !important;
    padding-left: 0px !important;
    padding-right: 8px !important;

}

.w-160px {
    width: 160px !important;
}

.menu hr {
    margin: 5px 0;
}

.hoverable {
    cursor: pointer;
}

.custom-filter-action {
    padding: 0px 10px;
    cursor: pointer;
}

.custom-filter-action i {
    font-size: 25px;
}

.file-input-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    border: 3px solid var(--bs-border-dashed-color);
    border-style: dashed;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    text-align: center;
    height: 125px;
    width: 100%;
}

.file-input-container.danger {
    border: 3px solid var(--bs-danger);
    border-style: dashed;
}

.custom-file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 4px !important; */
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    cursor: pointer !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

.custom-file-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.documentcard {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px;
}

.doc-model-btn {
    border: none;
    background: none;
    font-size: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-item.collection {
    background: var(--bs-gray-200);
    padding: 0px 5px 10px 10px;
}

.show-collection-item {
    background: #fff;
    align-items: center;
    border: solid 1px var(--bs-gray-300);
}

.tab-pane.fade:not(.active) {
    display: none;
}

#documents div.invalid-feedback {
    margin-top: 0;
    text-align: center;
}

#preview_doc_modal .modal-header {
    justify-content: end;
    border-bottom: navajowhite;
    padding: 5px 10px;
}

#count-notifications,
#count-messages {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    background: var(--bs-red);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #fff;
}

.unseen {
    background: var(--bs-gray-100) !important;
}

.messenger-input {
    background-color: var(--bs-gray-200) !important;
    border-radius: 10px !important;
}

.card {
    border: 1px solid #000;
    border-radius: 20px;
}

.form-container {
    border: 1px solid #000 !important;
    border-radius: 20px !important;
}

tbody tr {
    border-bottom: 1px solid #000 !important;
}

.form-control, .form-select {
    border: 1px solid #ccc !important;
    border-radius: 10px;
}

.form-control:focus,
.form-control:visited,
.form-select:focus,
.form-select:visited {
    box-shadow: var(--bs-gray-300) 0px 3px 6px, var(--bs-gray-300) 0px 3px 6px;
    transition: box-shadow 0.3s ease-in-out; /* Add a transition effect */
}

.app-btn {
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
}

.btn {
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
}

.btn:hover {
    box-shadow: var(--bs-gray-300) 0px 3px 6px, var(--bs-gray-300) 0px 3px 6px !important;
    transition: box-shadow 0.3s ease-in-out !important;
    background: #ccc;
}

.btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary {
    color: var(--bs-gray-900) !important;
    border-color: var(--bs-gray-900) !important;
    background-color: var(--bs-gray-300) !important;
}

.app-btn:hover {
    box-shadow: var(--bs-gray-300) 0px 3px 6px, var(--bs-gray-300) 0px 3px 6px !important;
    transition: box-shadow 0.3s ease-in-out !important;
    background-color: var(--bs-gray-300);
}


.btn-grey {
    padding: 5px 12px 5px 12px !important;
    font-size: small !important;
    background: #fff;
    border: 1px solid #000 !important;
    border-radius: 15px;
}

.app-sidebar .menu .menu-item .menu-link {
    color: var(--bs-gray-700);
    border: 1px solid var(--bs-gray-300) !important;
    border-radius: 25px;
}

.app-sidebar .menu .menu-item .menu-link:hover {
    box-shadow: var(--bs-gray-300) 0px 3px 6px, var(--bs-gray-300) 0px 3px 6px !important;
    transition: box-shadow 0.3s ease-in-out !important;
    background-color: var(--bs-gray-100);
}

.filter-element {
    display: none;
}

.client_filters_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 84%;
}

.client_filters_list {
    display: none;
}

.range-container input {
    max-width: 50%;
}

.client-page-filters {
    min-width: 84%;
}

.tox-promotion {
    display: none;
}


.filter-element {
    display: none;
}

.client_filters_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 84%;
}

.client_filters_list {
    display: none;
}

.range-container input {
    max-width: 50%;
}

.client-page-filters {
    min-width: 84%;
}

.color-white {

    color: #FFF !important;
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

table.gy-5 td, .table.gy-5 th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table.gy-5 td, .table.gy-5 th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.clients-actions-container > a {
    float: right;
    padding: 10px !important;
    margin: 2px;
    margin-right: 10px;
}

.three-days-selected td {
    background-color: #eee;
    border: 1px solid #ddd;
}

.form-check.form-check-solid .form-check-input.datatable-checkbox {
    border: 1px solid var(--bs-gray-300);
}

.form-check.form-check-solid .form-check-input.datatable-checkbox:not(:checked) {
    background-color: transparent;
}

.fc-theme-standard td, .fc-theme-standard th {
}

.ml-15{
    margin-left: 15px;
}