:root {
    --crm-primary: #ff9f43;
    --crm-primary2: #e88528;
    --crm-secondary: #007bff;
    --crm-back: #fbfaf7;
}

.light-style table.dataTable td {
    font-size: 13px !important;
}

.light-style table.dataTable td.fw-semibold {
    font-size: 14px !important;
}
.light-style table.dataTable td .badge  {
    font-size: 12px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
    content: "";
    width: 100%;
    height: 4.875rem;
    position: fixed;
    top: 0px;
    z-index: 10
}

.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
    content: "";
    font-family: "tabler-icons";
    position: absolute;
    font-size: .65rem;
    font-weight: bold
}

.bg-menu-theme.menu-vertical .menu-sub>.menu-item>.menu-link:before {
    left: 1.35rem
}

[dir=rtl] .bg-menu-theme.menu-vertical .menu-sub>.menu-item>.menu-link:before {
    right: 1.35rem;
    left: inherit
}

.bg-menu-theme.menu-vertical .menu-sub>.menu-item .menu-link .menu-icon {
    display: none
}

html:not([dir=rtl]) .bg-menu-theme.menu-horizontal .menu-inner>.menu-item>.menu-sub>.menu-item>.menu-link {
    padding-left: .875rem
}

[dir=rtl] .bg-menu-theme.menu-horizontal .menu-inner>.menu-item>.menu-sub>.menu-item>.menu-link {
    padding-right: .875rem
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item>.menu-sub>.menu-item>.menu-link:before {
    content: ""
}

.layout-horizontal .bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
    left: 1.1rem
}

[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
    right: 1.1rem;
    left: inherit
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
    border-radius: .375rem
}

.layout-horizontal .bg-menu-theme .menu-inner>.menu-item>.menu-link {
    border-radius: .375rem
}

@media(min-width: 1200px) {
    .layout-horizontal .bg-menu-theme .menu-inner>.menu-item {
        margin: .625rem 0
    }
    .layout-horizontal .bg-menu-theme .menu-inner>.menu-item:not(:first-child) {
        margin-left: .125rem
    }
    .layout-horizontal .bg-menu-theme .menu-inner>.menu-item:not(:last-child) {
        margin-right: .125rem
    }
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner>.menu-item.active:before {
    content: "";
    position: absolute;
    right: 0;
    width: .25rem;
    height: 2.6845rem;
    border-radius: .375rem 0 0 .375rem
}

[dir=rtl] .layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner>.menu-item.active:before {
    left: 0;
    right: inherit;
    border-radius: 0 .375rem .375rem 0
}

body {
    background: var(--crm-back)
}

.bg-body {
    background: var(--crm-back) !important
}

.text-primary {
    color: var(--crm-primary) !important
}


.text-primary2 {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.bg-primary2 {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.text-body[href]:hover {
    color: var(--crm-primary2) !important
}

.bg-primary {
    background-color: var(--crm-primary) !important
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: ar(--crm-primary2) !important
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
    background-color: var(--crm-primary)
}

.bg-label-primary {
    background-color: #fff2cb !important;
    color: var(--crm-primary) !important
}

.bg-primary.bg-glow {
    box-shadow: 0px 2px 3px 0px rgba(65, 62, 10, 0.3)
}

.page-item.active .page-link,
.pagination li.active>a:not(.page-link) {
    border-color: var(--crm-primary);
    background-color: var(--crm-primary);
    color: #fff
}

.page-item>.page-link.active {
    border-color: var(--crm-primary);
    background-color: var(--crm-primary);
    color: #fff
}

.page-item.first .page-link.active,
.page-item.last .page-link.active,
.page-item.next .page-link.active,
.page-item.prev .page-link.active,
.page-item.previous .page-link.active {
    border-color: var(--crm-primary);
    background-color: var(--crm-primary);
    color: #fff
}

.progress-bar {
    background-color: var(--crm-primary);
    color: #fff
}

.modal-onboarding .carousel-indicators [data-bs-target] {
    background-color: var(--crm-primary)
}

.carousel-control-prev,
.carousel-control-next {
    color: var(--crm-primary)
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: var(--crm-primary)
}

.list-group-item-primary {
    background-color: #fdf5e7;
    border-color: #fdf5e7;
    color: var(--crm-primary) !important
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: var(--crm-primary)
}

a.list-group-item-primary:hover,
a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
    background-color: var(--crm-back);
    color: var(--crm-primary)
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    border-color: var(--crm-primary);
    background-color: var(--crm-primary);
    color: var(--crm-primary)
}

.list-group-item-action.active,
.list-group-item-action.active:hover,
.list-group-item-action.active:focus {
    border-color: var(--crm-primary);
    background-color: var(--crm-primary)
}

.list-group.list-group-timeline .list-group-timeline-primary:before {
    background-color: var(--crm-primary)
}

.alert-primary {
    background-color: var(--crm-back);
    border-color: var(--crm-back);
    color: var(--crm-primary)
}

.alert-primary .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 4.5L5 13.5' stroke='%237367f0' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 4.5L5 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='%237367f0' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 4.5L14 13.5' stroke='white' stroke-opacity='0.2' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.alert-primary .alert-link {
    color: var(--crm-primary)
}

.card .alert-primary hr {
    background-color: var(--crm-primary) !important
}

.tooltip-primary .tooltip-inner,
.tooltip-primary>.tooltip .tooltip-inner,
.ngb-tooltip-primary+ngb-tooltip-window .tooltip-inner {
    background: var(--crm-primary);
    color: #fff
}

.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before,
.tooltip-primary>.tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before,
.ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
    border-top-color: var(--crm-primary)
}

.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before,
.tooltip-primary>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before,
.ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
    border-left-color: var(--crm-primary)
}

[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before,
[dir=rtl] .tooltip-primary>.tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before,
[dir=rtl] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
    border-right-color: var(--crm-primary)
}

.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before,
.tooltip-primary>.tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before,
.ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
    border-bottom-color: var(--crm-primary)
}

.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before,
.tooltip-primary>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before,
.ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
    border-right-color: var(--crm-primary)
}

[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before,
[dir=rtl] .tooltip-primary>.tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before,
[dir=rtl] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
    border-left-color: var(--crm-primary)
}

.popover-primary,
.popover-primary>.popover,
.ngb-popover-primary+ngb-popover-window {
    border-color: rgba(0, 0, 0, 0);
    background: var(--crm-primary)
}

.popover-primary .popover-header,
.popover-primary>.popover .popover-header,
.ngb-popover-primary+ngb-popover-window .popover-header {
    border-color: var(--crm-primary);
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.popover-primary .popover-body,
.popover-primary>.popover .popover-body,
.ngb-popover-primary+ngb-popover-window .popover-body {
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, .8)
}

.popover-primary>.popover-arrow::before,
.popover-primary>.popover>.popover-arrow::before,
.ngb-popover-primary+ngb-popover-window>.popover-arrow::before {
    border-color: rgba(0, 0, 0, 0)
}

.popover-primary.bs-popover-auto[data-popper-placement=top]>.popover-arrow::after,
.popover-primary>.popover.bs-popover-auto[data-popper-placement=top]>.popover-arrow::after,
.ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=top]>.popover-arrow::after {
    border-top-color: var(--crm-primary) !important
}

.popover-primary.bs-popover-auto[data-popper-placement=right]>.popover-arrow::after,
.popover-primary>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow::after,
.ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow::after {
    border-right-color: var(--crm-primary) !important
}

[dir=rtl] .popover-primary.bs-popover-auto[data-popper-placement=right]>.popover-arrow::after,
[dir=rtl] .popover-primary>.popover.bs-popover-auto[data-popper-placement=right]>.popover-arrow::after,
[dir=rtl] .ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=right]>.popover-arrow::after {
    border-left-color: var(--crm-primary) !important
}

.popover-primary.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow::after,
.popover-primary>.popover.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow::after,
.ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom]>.popover-arrow::after {
    border-bottom-color: var(--crm-primary) !important
}

.popover-primary.bs-popover-auto[data-popper-placement=left]>.popover-arrow::after,
.popover-primary>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow::after,
.ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow::after {
    border-left-color: var(--crm-primary) !important
}

[dir=rtl] .popover-primary.bs-popover-auto[data-popper-placement=left]>.popover-arrow::after,
[dir=rtl] .popover-primary>.popover.bs-popover-auto[data-popper-placement=left]>.popover-arrow::after,
[dir=rtl] .ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=left]>.popover-arrow::after {
    border-right-color: var(--crm-primary) !important
}

.popover-primary.bs-popover-auto[data-popper-placement=bottom] .popover-header::before,
.popover-primary>.popover.bs-popover-auto[data-popper-placement=bottom] .popover-header::before,
.ngb-popover-primary+ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] .popover-header::before {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important
}

.table-primary {
    --bs-table-bg: #f4f3fe;
    --bs-table-striped-bg: #f1f0fb;
    --bs-table-striped-color: #4b465c;
    --bs-table-active-bg: #e6e5f1;
    --bs-table-active-color: #4b465c;
    --bs-table-hover-bg: #edecf8;
    --bs-table-hover-color: #4b465c;
    color: #4b465c;
    border-color: #d2d0de
}

.table-primary .btn-icon {
    color: #4b465c
}

.btn-primary {
    color: #fff;
    background-color: var(--crm-primary);
    border-color: var(--crm-primary)
}

.btn-primary:hover {
    color: #fff !important;
    background-color: var(--crm-primary2) !important;
    border-color: var(--crm-primary2) !important
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: var(--crm-primary2);
    border-color: var(--crm-primary2);
    box-shadow: none
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show.dropdown-toggle,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: var(--crm-primary2) !important;
    border-color: var(--crm-primary2) !important
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: var(--crm-primary) !important;
    border-color: var(--crm-primary) !important;
    box-shadow: none !important
}

.btn-group .btn-primary,
.input-group .btn-primary {
    border-right: 1px solid var(--crm-primary2);
    border-left: 1px solid var(--crm-primary2)
}

.btn-label-primary {
    color: var(--crm-primary);
    border-color: rgba(0, 0, 0, 0);
    background: #e9e7fd
}

.btn-label-primary.waves-effect .waves-ripple {
    background: radial-gradient(rgba(115, 103, 240, 0.2) 0, rgba(115, 103, 240, 0.3) 40%, rgba(115, 103, 240, 0.4) 50%, rgba(115, 103, 240, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

.btn-label-primary:hover {
    border-color: rgba(0, 0, 0, 0) !important;
    background: #dddbfb !important;
    color: var(--crm-primary) !important
}

.btn-label-primary:focus,
.btn-label-primary.focus {
    color: var(--crm-primary);
    background: #dddbfb;
    box-shadow: none !important
}

.btn-label-primary:active,
.btn-label-primary.active,
.btn-label-primary.show.dropdown-toggle,
.show>.btn-label-primary.dropdown-toggle {
    color: var(--crm-primary) !important;
    background-color: #dddbfb !important;
    border-color: rgba(0, 0, 0, 0) !important
}

.btn-label-primary:active:focus,
.btn-label-primary.active:focus,
.btn-label-primary.show.dropdown-toggle:focus,
.show>.btn-label-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-label-primary.disabled,
.btn-label-primary:disabled {
    color: var(--crm-primary) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background: var(--crm-back) !important;
    box-shadow: none
}

.btn-group .btn-label-primary,
.input-group .btn-label-primary {
    border-right: 1px solid #dddbfb;
    border-left: 1px solid #dddbfb
}

.btn-outline-primary {
    color: var(--crm-primary);
    border-color: var(--crm-primary);
    background: rgba(0, 0, 0, 0)
}

.btn-outline-primary.waves-effect .waves-ripple {
    background: radial-gradient(rgba(115, 103, 240, 0.2) 0, rgba(115, 103, 240, 0.3) 40%, rgba(115, 103, 240, 0.4) 50%, rgba(115, 103, 240, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

.btn-outline-primary:hover {
    color: var(--crm-primary) !important;
    background-color: #f4f3fe !important;
    border-color: var(--crm-primary) !important
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    color: var(--crm-primary);
    background-color: #f4f3fe;
    border-color: var(--crm-primary);
    box-shadow: none
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: var(--crm-primary) !important;
    background-color: #e9e7fd !important;
    border-color: var(--crm-primary) !important
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--crm-primary) !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.btn-outline-primary .badge {
    background: var(--crm-primary);
    border-color: var(--crm-primary);
    color: #fff
}

.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show>.btn-outline-primary.dropdown-toggle .badge {
    background: var(--crm-primary);
    border-color: var(--crm-primary)
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
    background-color: var(--crm-primary);
    color: #fff !important
}

.dropdown-menu>li:not(.disabled)>a:not(.dropdown-item):active,
.dropdown-menu>li.active:not(.disabled)>a:not(.dropdown-item) {
    background-color: var(--crm-primary);
    color: #fff !important
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
    background-color: var(--crm-primary);
    color: #fff
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
    box-shadow: 0 -2px 0 var(--crm-primary) inset
}

.nav-align-bottom .nav-tabs .nav-link.active,
.nav-align-bottom .nav-tabs .nav-link.active:hover,
.nav-align-bottom .nav-tabs .nav-link.active:focus,
.nav-align-bottom .nav-tabs .nav-link.active,
.nav-align-bottom .nav-tabs .nav-link.active:hover,
.nav-align-bottom .nav-tabs .nav-link.active:focus {
    box-shadow: 0 2px 0 var(--crm-primary) inset
}

.nav-align-left .nav-tabs .nav-link.active,
.nav-align-left .nav-tabs .nav-link.active:hover,
.nav-align-left .nav-tabs .nav-link.active:focus,
.nav-align-left .nav-tabs .nav-link.active,
.nav-align-left .nav-tabs .nav-link.active:hover,
.nav-align-left .nav-tabs .nav-link.active:focus {
    box-shadow: -2px 0px 0 var(--crm-primary) inset
}

.nav-align-right .nav-tabs .nav-link.active,
.nav-align-right .nav-tabs .nav-link.active:hover,
.nav-align-right .nav-tabs .nav-link.active:focus,
.nav-align-right .nav-tabs .nav-link.active,
.nav-align-right .nav-tabs .nav-link.active:hover,
.nav-align-right .nav-tabs .nav-link.active:focus {
    box-shadow: 2px 0px 0 var(--crm-primary) inset
}

[dir=rtl] .nav-align-left .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .nav-tabs .nav-link.active:focus {
    box-shadow: 2px 0px 0 var(--crm-primary) inset
}

[dir=rtl] .nav-align-right .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .nav-tabs .nav-link.active:focus {
    box-shadow: -2px 0px 0 var(--crm-primary) inset
}

.form-control:focus,
.form-select:focus {
    border-color: var(--crm-primary)
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
    border-color: var(--crm-primary)
}

.form-check-input:focus {
    border-color: #999;
}

.form-check-input:checked,
.form-check-input[type=checkbox]:indeterminate {
    background-color: #00b941;
    border-color: #00b941;
}

.custom-option.checked {
    border: 1px solid var(--crm-primary)
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%23999'/%3E%3C/svg%3E%0A")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='6' fill='%23fff'/%3E%3C/svg%3E%0A")
}

.form-control:focus~.form-label {
    border-color: var(--crm-primary)
}

.form-control:focus~.form-label::after {
    border-color: inherit
}

.switch-input:checked~.switch-toggle-slider {
    background: var(--crm-primary);
    color: #fff
}

.switch-input:active~.switch-toggle-slider {
    box-shadow: none
}

.switch-input:focus~.switch-toggle-slider {
    border: 1px solid var(--crm-primary);
    box-shadow: 0 0 .25rem .05rem rgba(115, 103, 240, .1)
}

.switch-primary.switch .switch-input:checked~.switch-toggle-slider {
    background: var(--crm-primary);
    color: #fff
}

.switch-primary.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none
}

.switch-primary.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid var(--crm-primary);
    box-shadow: 0 0 .25rem .05rem rgba(115, 103, 240, .1)
}

.switch-outline.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, .2);
    background: rgba(0, 0, 0, 0)
}

.switch-outline.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none
}

.switch-outline.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid var(--crm-primary);
    color: var(--crm-primary)
}

.switch-outline.switch .switch-input:checked~.switch-toggle-slider:after {
    background: var(--crm-primary)
}

.switch-outline.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none
}

.switch-outline.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid var(--crm-primary);
    box-shadow: 0 0 .25rem .05rem rgba(115, 103, 240, .1)
}

.switch-outline-primary.switch .switch-input~.switch-toggle-slider {
    border: 1px solid rgba(75, 70, 92, .2);
    background: rgba(0, 0, 0, 0)
}

.switch-outline-primary.switch .switch-input~.switch-toggle-slider:after {
    box-shadow: none
}

.switch-outline-primary.switch .switch-input:checked~.switch-toggle-slider {
    border: 1px solid var(--crm-primary);
    color: var(--crm-primary)
}

.switch-outline-primary.switch .switch-input:checked~.switch-toggle-slider:after {
    background: var(--crm-primary)
}

.switch-outline-primary.switch .switch-input:active~.switch-toggle-slider {
    box-shadow: none
}

.switch-outline-primary.switch .switch-input:focus~.switch-toggle-slider {
    border: 1px solid var(--crm-primary);
    box-shadow: 0 0 .25rem .05rem rgba(115, 103, 240, .1)
}

.timeline .timeline-item-primary .timeline-event {
    background-color: rgba(115, 103, 240, .1)
}

.timeline .timeline-item-primary .timeline-event:before {
    border-left-color: rgba(115, 103, 240, .1) !important;
    border-right-color: rgba(115, 103, 240, .1) !important
}

.timeline .timeline-point-primary {
    background-color: var(--crm-primary) !important;
    box-shadow: 0 0 0 .1875rem rgba(115, 103, 240, .16)
}

.timeline .timeline-indicator-primary i {
    color: var(--crm-primary) !important
}

.divider.divider-primary.divider-vertical:before,
.divider.divider-primary.divider-vertical:after,
.divider.divider-primary .divider-text:before,
.divider.divider-primary .divider-text:after {
    border-color: var(--crm-primary)
}

.navbar.bg-primary {
    background-color: rgba(115, 103, 240, .95) !important;
    color: #e2dffc
}

.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
    color: #fff
}

.navbar.bg-primary .navbar-brand:hover,
.navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
    color: #fff
}

.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
    color: #e2dffc
}

.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
    background-color: var(--crm-primary) !important;
    color: #e2dffc
}

.navbar.bg-primary .navbar-nav>.nav-link,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link {
    color: #e2dffc
}

.navbar.bg-primary .navbar-nav>.nav-link:hover,
.navbar.bg-primary .navbar-nav>.nav-link:focus,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link:hover,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link:focus,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link:hover,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link:focus {
    color: #fff
}

.navbar.bg-primary .navbar-nav>.nav-link.disabled,
.navbar.bg-primary .navbar-nav>.nav-item>.nav-link.disabled,
.navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link.disabled {
    color: #b6aff7 !important
}

.navbar.bg-primary .navbar-nav .show>.nav-link,
.navbar.bg-primary .navbar-nav .active>.nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
    color: #fff
}

.navbar.bg-primary .navbar-toggler {
    color: #e2dffc;
    border-color: rgba(255, 255, 255, .15)
}

.navbar.bg-primary .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.navbar.bg-primary .navbar-text {
    color: #e2dffc
}

.navbar.bg-primary .navbar-text a {
    color: #fff
}

.navbar.bg-primary .navbar-text a:hover,
.navbar.bg-primary .navbar-text a:focus {
    color: #fff
}

.navbar.bg-primary hr {
    border-color: rgba(255, 255, 255, .15)
}

.menu.bg-primary {
    background-color: var(--crm-primary) !important;
    color: #e2dffc
}

.menu.bg-primary.menu-horizontal {
    background-color: rgba(115, 103, 240, .95) !important
}

.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
    color: #e2dffc
}

.menu.bg-primary .menu-link:hover,
.menu.bg-primary .menu-link:focus,
.menu.bg-primary .menu-horizontal-prev:hover,
.menu.bg-primary .menu-horizontal-prev:focus,
.menu.bg-primary .menu-horizontal-next:hover,
.menu.bg-primary .menu-horizontal-next:focus {
    color: #fff
}

.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
    color: #fff
}

.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
    color: #b6aff7 !important
}

.menu.bg-primary .menu-item.open:not(.menu-item-closing)>.menu-toggle,
.menu.bg-primary .menu-item.active>.menu-link {
    color: #fff
}

.menu.bg-primary.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, #776bf0 22.16%, rgba(119, 107, 240, 0.7) 76.47%);
    box-shadow: 0px 2px 6px 0px rgba(119, 107, 240, .48);
    color: #fff !important
}

[dir=rtl] .menu.bg-primary.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, rgba(119, 107, 240, 0.7) 22.16%, #776bf0 76.47%) !important
}

.menu.bg-primary.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {
    background: linear-gradient(72.47deg, #776bf0 22.16%, rgba(119, 107, 240, 0.7) 76.47%);
    color: #fff !important;
    box-shadow: 0px 2px 6px 0px rgba(119, 107, 240, .48)
}

[dir=rtl] .menu.bg-primary.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {
    background: linear-gradient(72.47deg, rgba(119, 107, 240, 0.7) 22.16%, #776bf0 76.47%);
    box-shadow: 0px 2px 6px 0px rgba(119, 107, 240, .48);
    color: #fff !important
}

.menu.bg-primary.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing)>.menu-sub,
.menu.bg-primary.menu-horizontal .menu-inner .menu-item.open>.menu-toggle {
    background: var(--crm-primary)
}

.menu.bg-primary.menu-horizontal .menu-item.active>.menu-link:not(.menu-toggle) {
    background: var(--crm-primary);
    color: #776bf0 !important
}

.menu.bg-primary .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.menu.bg-primary .menu-inner-shadow {
    background: linear-gradient(var(--crm-primary) 41%, rgba(115, 103, 240, 0.11) 95%, rgba(115, 103, 240, 0))
}

.menu.bg-primary .menu-text {
    color: #fff
}

.menu.bg-primary .menu-header {
    color: #c6c1f9
}

.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner>.menu-item.open>.menu-sub::before {
    border-color: rgba(255, 255, 255, .15) !important
}

.menu.bg-primary .menu-block::before {
    background-color: #c6c1f9
}

.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking>.ps__thumb-y {
    background: rgba(255, 255, 255, .5916956863) !important
}

.layout-footer-fixed .layout-horizontal .footer.bg-primary {
    background-color: var(--crm-primary) !important;
    color: #e2dffc
}

.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .footer.bg-primary .footer-container {
    background-color: var(--crm-primary) !important;
    color: #e2dffc
}

.footer.bg-primary .footer-link {
    color: #e2dffc
}

.footer.bg-primary .footer-link:hover,
.footer.bg-primary .footer-link:focus {
    color: #fff
}

.footer.bg-primary .footer-link.disabled {
    color: #b6aff7 !important
}

.footer.bg-primary .footer-text {
    color: #fff
}

.footer.bg-primary .show>.footer-link,
.footer.bg-primary .active>.footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
    color: #fff
}

.footer.bg-primary hr {
    border-color: rgba(255, 255, 255, .15)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: var(--crm-primary)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: var(--crm-primary)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: var(--crm-primary)
}

.svg-illustration svg {
    fill: var(--crm-primary)
}

.jstree-default .jstree-wholerow-hovered,
.jstree-default .jstree-hovered {
    background: rgba(115, 103, 240, .08);
    color: var(--crm-primary)
}

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-clicked {
    background: var(--crm-primary);
    color: #fff
}

.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-hovered {
    background: rgba(115, 103, 240, .08);
    color: var(--crm-primary)
}

.jstree-default-dark .jstree-wholerow-clicked,
.jstree-default-dark .jstree-clicked {
    background: var(--crm-primary);
    color: #fff
}

html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
    border-color: var(--crm-primary) !important
}

a {
    color: var(--crm-primary)
}

a:hover {
    color: #8176f2
}

.fill-primary {
    fill: var(--crm-primary)
}

.noUi-primary .noUi-base .noUi-connect {
    background: var(--crm-primary) !important
}

.noUi-primary .noUi-base .noUi-origin .noUi-handle {
    background: #5c52c0 !important
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
    border-color: var(--crm-primary) !important
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(115, 103, 240, .16) !important;
    color: var(--crm-primary) !important
}

.tagify--focus {
    border-color: var(--crm-primary) !important
}

.tagify__dropdown__item--active {
    background: var(--crm-primary) !important
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
    background-color: var(--crm-primary);
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(75, 70, 92, .8)
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
    background: var(--crm-primary) !important;
    color: #fff !important
}

.bootstrap-select .dropdown-toggle.show {
    border-color: var(--crm-primary)
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td.range-start,
.datepicker table tr td.range-end {
    background: var(--crm-primary) !important;
    color: #fff !important
}

.datepicker table tr td.range,
.datepicker table tr td.range.highlighted,
.datepicker table tr td.range.today {
    color: var(--crm-primary) !important;
    background: #e9e7fd !important
}

.datepicker table tr td.range.focused,
.datepicker table tr td.range.highlighted.focused,
.datepicker table tr td.range.today.focused {
    background: #dddbfb !important
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.today.disabled {
    background: rgba(233, 231, 253, .5) !important;
    color: rgba(115, 103, 240, .5) !important
}

.datepicker table tr td.today:not(.active) {
    box-shadow: 0 0 0 1px var(--crm-primary)
}

.flatpickr-calendar .numInputWrapper span.arrowDown:after {
    border-top-color: #fff
}

.flatpickr-calendar .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff
}

.flatpickr-day.today {
    border-color: var(--crm-primary)
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange {
    color: var(--crm-primary) !important;
    background: #e9e7fd !important;
    border-color: #e9e7fd !important
}

.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.week.selected {
    color: #fff !important;
    background: var(--crm-primary) !important;
    border-color: var(--crm-primary) !important
}

.daterangepicker td.active:not(.off) {
    background: var(--crm-primary) !important;
    color: #fff
}

.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
    background-color: var(--crm-primary);
    color: #fff;
    border: 0 !important
}

.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
    background-color: var(--crm-primary) !important
}

.daterangepicker .input-mini.active {
    border-color: var(--crm-primary) !important
}

.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
    color: var(--crm-primary) !important;
    background-color: #e9e7fd !important
}

.ranges li.active {
    color: #fff !important;
    background-color: var(--crm-primary) !important
}

li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
    color: #fff !important;
    background: var(--crm-primary) !important
}

.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: var(--crm-primary) !important
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: var(--crm-primary) !important
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: var(--crm-primary) !important
}

.tt-suggestion:active,
.tt-cursor {
    background: var(--crm-primary) !important;
    color: #fff !important
}

.dropzone.dz-drag-hover {
    border-color: var(--crm-primary) !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--crm-primary) !important
}

.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
    background-color: var(--crm-primary)
}

.plyr input[type=range]::-ms-fill-lower {
    background: var(--crm-primary) !important
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: var(--crm-primary) !important
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: var(--crm-primary) !important
}

.plyr input[type=range]:active::-ms-thumb {
    background: var(--crm-primary) !important
}

.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
    background: var(--crm-primary) !important;
    color: #fff !important
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
    background: var(--crm-primary) !important;
    color: #fff !important
}

.plyr__play-large {
    background: var(--crm-primary) !important;
    color: #fff !important
}

.plyr__progress--played,
.plyr__volume--display {
    color: var(--crm-primary) !important
}

.plyr--full-ui input[type=range] {
    color: var(--crm-primary) !important
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: var(--crm-primary) !important
}

.fc .fc-event-primary:not(.fc-list-event) {
    background-color: var(--crm-back) !important;
    color: var(--crm-primary) !important
}

.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
    border-color: var(--crm-primary) !important
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
    background-color: rgba(115, 103, 240, .16) !important;
    border: 0;
    color: var(--crm-primary)
}

.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active,
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
    background-color: rgba(115, 103, 240, .24) !important;
    color: var(--crm-primary)
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
    background: var(--crm-primary);
    color: #fff
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: var(--crm-back)
}

.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
    background: var(--crm-primary) !important
}

.icon-card.active {
    outline: 1px solid var(--crm-primary)
}

.icon-card.active i,
.icon-card.active svg {
    color: var(--crm-primary)
}

.shepherd-element .shepherd-button:not(:disabled).btn-primary {
    color: #fff;
    background-color: var(--crm-primary);
    border-color: var(--crm-primary)
}

.shepherd-element .shepherd-button:not(:disabled).btn-primary:hover {
    color: #fff !important;
    background-color: #685dd8 !important;
    border-color: #685dd8 !important
}

.btn-check:focus+.shepherd-element .shepherd-button:not(:disabled).btn-primary,
.shepherd-element .shepherd-button:not(:disabled).btn-primary:focus,
.shepherd-element .shepherd-button:not(:disabled).btn-primary.focus {
    color: #fff;
    background-color: #685dd8;
    border-color: #685dd8;
    box-shadow: none
}

.btn-check:checked+.shepherd-element .shepherd-button:not(:disabled).btn-primary,
.btn-check:active+.shepherd-element .shepherd-button:not(:disabled).btn-primary,
.shepherd-element .shepherd-button:not(:disabled).btn-primary:active,
.shepherd-element .shepherd-button:not(:disabled).btn-primary.active,
.shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle,
.show>.shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #685dd8 !important;
    border-color: #685dd8 !important
}

.shepherd-element .shepherd-button:not(:disabled).btn-primary.disabled,
.shepherd-element .shepherd-button:not(:disabled).btn-primary:disabled {
    color: #fff !important;
    background-color: var(--crm-primary) !important;
    border-color: var(--crm-primary) !important;
    box-shadow: none !important
}

.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-primary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-primary {
    border-right: 1px solid #685dd8;
    border-left: 1px solid #685dd8
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary {
    color: #a8aaae;
    border-color: rgba(0, 0, 0, 0);
    background: #f1f1f2
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.waves-effect .waves-ripple {
    background: radial-gradient(rgba(168, 170, 174, 0.2) 0, rgba(168, 170, 174, 0.3) 40%, rgba(168, 170, 174, 0.4) 50%, rgba(168, 170, 174, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:hover {
    border-color: rgba(0, 0, 0, 0) !important;
    background: #eaebec !important;
    color: #a8aaae !important
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:focus,
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.focus {
    color: #a8aaae;
    background: #eaebec;
    box-shadow: none !important
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active,
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active,
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle,
.show>.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle {
    color: #a8aaae !important;
    background-color: #eaebec !important;
    border-color: rgba(0, 0, 0, 0) !important
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active:focus,
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active:focus,
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle:focus,
.show>.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.disabled,
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:disabled {
    color: #a8aaae !important;
    border-color: rgba(0, 0, 0, 0) !important;
    background: #f2f2f3 !important;
    box-shadow: none
}

.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-label-secondary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-label-secondary {
    border-right: 1px solid #eaebec;
    border-left: 1px solid #eaebec
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: var(--crm-primary);
    color: #fff
}

.bs-stepper .step.active .bs-stepper-icon svg {
    fill: var(--crm-primary) !important
}

.bs-stepper .step.active .bs-stepper-icon i,
.bs-stepper .step.active .bs-stepper-label {
    color: var(--crm-primary) !important
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
    background-color: #f4f3fe !important;
    color: #aba4f6 !important
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
    fill: var(--crm-primary) !important
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-icon i {
    color: var(--crm-primary) !important
}

.bs-stepper.wizard-icons .step.crossed .bs-stepper-label {
    color: var(--crm-primary) !important
}

.bs-stepper.wizard-icons .step.crossed+.line i {
    color: var(--crm-primary)
}

.app-chat .sidebar-body .chat-contact-list li.active {
    background: linear-gradient(72.47deg, var(--crm-primary) 22.16%, rgba(115, 103, 240, 0.7) 76.47%)
}

[dir=rtl] .app-chat .sidebar-body .chat-contact-list li.active {
    background: linear-gradient(72.47deg, rgba(115, 103, 240, 0.7) 22.16%, var(--crm-primary) 76.47%) !important
}

.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
    background-color: var(--crm-primary) !important
}

.bg-navbar-theme {
    background-color: rgba(255, 255, 255, .95) !important;
    color: #6f6b7d
}

.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
    color: #5d596c
}

.bg-navbar-theme .navbar-brand:hover,
.bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
    color: #5d596c
}

.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
    color: #6f6b7d
}

.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
    background-color: #fff !important;
    color: #6f6b7d
}

.bg-navbar-theme .navbar-nav>.nav-link,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link {
    color: #6f6b7d
}

.bg-navbar-theme .navbar-nav>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav-link:focus,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link:focus,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:hover,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:focus {
    color: #5d596c
}

.bg-navbar-theme .navbar-nav>.nav-link.disabled,
.bg-navbar-theme .navbar-nav>.nav-item>.nav-link.disabled,
.bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link.disabled {
    color: #a9a6b1 !important
}

.bg-navbar-theme .navbar-nav .show>.nav-link,
.bg-navbar-theme .navbar-nav .active>.nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
    color: #5d596c
}

.bg-navbar-theme .navbar-toggler {
    color: #6f6b7d;
    border-color: rgba(93, 89, 108, .075)
}

.bg-navbar-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='💎-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(75, 70, 92, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.bg-navbar-theme .navbar-text {
    color: #6f6b7d
}

.bg-navbar-theme .navbar-text a {
    color: #5d596c
}

.bg-navbar-theme .navbar-text a:hover,
.bg-navbar-theme .navbar-text a:focus {
    color: #5d596c
}

.bg-navbar-theme hr {
    border-color: rgba(93, 89, 108, .075)
}

.layout-navbar {
    box-shadow: 0 0 10px #dbdade;
    -webkit-backdrop-filter: saturate(200%) blur(6px);
    backdrop-filter: saturate(200%) blur(6px)
}

.menu-horizontal {
    -webkit-backdrop-filter: saturate(200%) blur(6px);
    backdrop-filter: saturate(200%) blur(6px)
}

.layout-horizontal .layout-navbar {
    box-shadow: 0 1px 0 #dbdade
}

.navbar-detached {
    box-shadow: 0 .125rem .25rem rgba(165, 163, 174, .3)
}

.layout-navbar-fixed .layout-page:before {
    -webkit-backdrop-filter: saturate(200%) blur(10px);
    backdrop-filter: saturate(200%) blur(10px);
    background: linear-gradient(180deg, rgba(248, 247, 250, 0.7) 44%, rgba(248, 247, 250, 0.43) 73%, rgba(248, 247, 250, 0));
    -webkit-mask: linear-gradient(#f8f7fa, #f8f7fa 18%, transparent 100%);
    mask: linear-gradient(#f8f7fa, #f8f7fa 18%, transparent 100%)
}

.bg-menu-theme {
    background-color: #fff !important;
    color: #6f6b7d
}

.bg-menu-theme.menu-horizontal {
    background-color: rgba(255, 255, 255, .95) !important
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
    color: #6f6b7d
}

.bg-menu-theme .menu-link:hover,
.bg-menu-theme .menu-link:focus,
.bg-menu-theme .menu-horizontal-prev:hover,
.bg-menu-theme .menu-horizontal-prev:focus,
.bg-menu-theme .menu-horizontal-next:hover,
.bg-menu-theme .menu-horizontal-next:focus {
    color: #5d596c
}

.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
    color: #5d596c
}

.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
    color: #a9a6b1 !important
}

.bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle,
.bg-menu-theme .menu-item.active>.menu-link {
    color: #5d596c
}

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
background: linear-gradient(72.47deg, var(--crm-primary) 22.16%, rgb(214 46 46 / 70%) 76.47%);
    box-shadow: 0px 2px 6px 0px #97520f47;
    color: #fff !important;
}

[dir=rtl] .bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, rgb(214 46 46 / 70%) 22.16%, var(--crm-primary) 76.47%) !important
}

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {
    background: linear-gradient(72.47deg, var(--crm-primary) 22.16%, rgb(214 46 46 / 70%) 76.47%);
    color: #fff !important;
    box-shadow: 0px 2px 6px 0px #97520f47;
}

[dir=rtl] .bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-toggle {
    background: linear-gradient(72.47deg, rgb(214 46 46 / 70%) 22.16%, var(--crm-primary) 76.47%);
    box-shadow: 0px 2px 6px 0px #97520f47;
    color: #fff !important
}

.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing)>.menu-sub,
.bg-menu-theme.menu-horizontal .menu-inner .menu-item.open>.menu-toggle {
    background: #fff
}

.bg-menu-theme.menu-horizontal .menu-item.active>.menu-link:not(.menu-toggle) {
    background: #f4f3fe;
    color: var(--crm-primary) !important
}

.bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {
    background: rgba(0, 0, 0, 0);
    color: #fff
}

.bg-menu-theme .menu-inner-shadow {
    background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0))
}

.bg-menu-theme .menu-text {
    color: #5d596c
}

.bg-menu-theme .menu-header {
    color: #93909e
}

.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner>.menu-item.open>.menu-sub::before {
    border-color: rgba(0, 0, 0, 0) !important
}

.bg-menu-theme .menu-block::before {
    background-color: #93909e
}

.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking>.ps__thumb-y {
    background: rgba(93, 89, 108, .2) !important
}

@media(min-width: 1200px) {
    .bg-menu-theme {
        box-shadow: 0 .125rem .25rem rgba(165, 163, 174, .3)
    }
}

.bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open>.menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.active>.menu-link.menu-toggle {
    background: #f8f8f8
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
    background: #f8f8f8
}

.bg-menu-theme .menu-inner .menu-sub .menu-item:not(.active)>.menu-link::before {
    color: #a5a3ae !important
}

.layout-footer-fixed .layout-horizontal .bg-footer-theme {
    background-color: #fff !important;
    color: #6f6b7d
}

.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .bg-footer-theme .footer-container {
    background-color: #fff !important;
    color: #6f6b7d
}

.bg-footer-theme .footer-link {
    color: #6f6b7d
}

.bg-footer-theme .footer-link:hover,
.bg-footer-theme .footer-link:focus {
    color: #5d596c
}

.bg-footer-theme .footer-link.disabled {
    color: #a9a6b1 !important
}

.bg-footer-theme .footer-text {
    color: #5d596c
}

.bg-footer-theme .show>.footer-link,
.bg-footer-theme .active>.footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
    color: #5d596c
}

.bg-footer-theme hr {
    border-color: rgba(93, 89, 108, .075)
}

.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .content-footer .footer-container,
.layout-footer-fixed .layout-wrapper.layout-horizontal .content-footer {
    box-shadow: 0 .25rem 1rem rgba(165, 163, 174, .45)
}

.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff9f43;
    color: white;
    border-radius: 50%;
}

.app-brand .app-brand-link img{
    width: 130px;
}

.timeline-suivi.timeline .timeline-item .timeline-event {
    min-height: auto;
    padding: 0;
    padding-bottom: 12px;
    top: -0.2rem;
}

  .status-indicator span {
    padding: 3px 8px;
    border-radius: 5px;
    color:white;
    font-size: 0.75rem;
  }
  .status-green { background-color: #28a745; }
  .status-orange { background-color: #ffc107; color:black!important; }
  .status-red { background-color: #dc3545; }
  .status-gray { background-color: #6c757d; }

.h100 {
    height: 100%;
}

/*Bloc tags*/
.bloc-tags {
    padding: 0 0 15px 0;
}

.bloc-tags h5 {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.bloc-tags_list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;

}

.bloc-tags h5.bloc1 {
    color:var(--crm-primary);
}
.bloc-tags h5.bloc2 {
    color:#28c76f
}

.bg-label-normal {
    background-color: #efefef !important;
   color: #0c0c0c !important;
}

/* Modal Form*/

.tab-content.tab_form {
    padding:0!important
}

.modalformok h4 {
    font-size: 30px;
    color: var(--crm-primary);
    margin-bottom: 0;
}

.modalformok hr {
    border: 1px solid #aaa;
}

/*Chiffres clés*/

.chif2 p, .chif1 p{
  line-height: 1;
}

.chif1 .chiffre {
  color: var(--crm-primary);
}

.chif2 .chiffre {
  color: #28a745;
}

.chiffre {
    font-size: 2.6rem;
    font-weight: 700;
     line-height: 1;
}


/* Besoin levels*/

.besoin h5{
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    }


 .need-besoin {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    margin: 0 auto;
    gap: 5px;
  }

  .need-levels {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    margin-top: 5px;
  }

  .need-segment {
    width: 100%;
    height: 18px;
    background-color: #ddd;
    border-radius: 3px;
  }

  .active.low        { background-color: #28a745; }
  .active.medium     { background-color: #28a745; }
  .active.high       { background-color: #28a745; }
  .active.very-high  { background-color: #28a745; }

  .need-label {
    font-size: 0.8rem;
    text-align: center;
  }


/*Prospects*/

.nav-clients.nav-fill {
    gap: 10px;
}

@media screen and (max-width:520px) {

    .nav-clients.nav-fill {
        gap: 5px;
    }

    .nav-clients.nav-fill  button > i {
        display: none;
    }
    .nav-clients.nav-fill  button.nav-link {
        padding: 8px 12px;
    }

    
}

.nav-clients.nav-fill>.nav-link, .nav-fill .nav-item {
    flex: none;
    text-align: left;
}

.crm_client_rs,
.crm_client_rs1
 {
    display: flex;
    gap: 10px;
}

.crm_client_rs > a,
.crm_client_rs1 > a
 {
    width: 25px!important;
    height: auto;
}

.crm_client_rs > a img,
.crm_client_rs1 > a img
 {
    width: 100%;
    height: auto;
}

.crm_client_name {
    display: flex;
    gap: 10px;
}

.avatar-client {
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff9f43;
    color: white;
    border-radius: 50%;
}

.btn-link_more {
    font-size: 13px;
    color: #5d596c;
    text-decoration: underline;
    border: 0;
    background: 0;
}

/*Timeline_actions + timeline_historique*/

.timeline_actions, .timeline_historique {
    padding: 0;
    list-style: none;
}

.timeline_actions li, .timeline_historique li {
    /* border-left: 1px solid #dbdade; */
}

.timeline_actions_item, .timeline_historique_item  {
    display: flex;
    gap: 20px;
}
.timeline_historique_item  {
    padding: 5px;
}


.timeline_historique_action {
    background-color: #434343;
    color: white;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
}

.timeline_historique_action * {
    color: white!important;
}

.timeline_actions .timeline_actions_point,
.timeline_historique .timeline_historique_point
{
    height: .75rem;
    width: .75rem;
    border-radius: 50%;
    border: 0;
    margin-top: 4px;
    min-width: .75rem;
    min-height: .75rem;
}

.timeline_actions_content, .timeline_historique_content  {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex: 1;
}

.timeline_actions_header, .timeline_historique_header   {
    flex: 1;
}

.timeline_actions_content .text-muted,
.timeline_historique_content .text-muted
{
    width: 120px;
}

.action1 {
    background-color: #28c76f !important;  /*Appel*/
}

.action2 {
    background-color: rgb(34, 164, 243) !important; /*Email*/
}

.action3 {
    background-color: rgb(238, 36, 36) !important; /*Relance*/
}
    

.action4 {
    background-color: rgb(240, 140, 45) !important;/*Devis*/
}

.action5 {
    background-color: rgb(201, 40, 137) !important;
}






.timeline_point1 {
    background-color: #28c76f !important;
    box-shadow: 0 0 0 .1875rem rgba(40, 199, 111, 0.152) !important;
}

.timeline_point2 {
    background-color: rgb(255, 159, 67) !important;
    box-shadow: 0 0 0 .1875rem rgba(255, 159, 67, 0.152) !important;
}

.timeline_point3 {
    background-color: rgb(34, 164, 243) !important;
    box-shadow: 0 0 0 .1875rem rgba(34, 164, 243, 0.152) !important;
}



/**/

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


/*Score*/


 .gauge{
      width:80%;
      max-width:150px;
      margin:10px auto;
      overflow:visible; /* important pour laisser dépasser le stroke */
    }
    .gauge svg{width:100%;height:auto;display:block}
    .score-big{
      font-size:clamp(2.5rem, 6vw, 4rem);
      font-weight:700;
      color:#5d596c;
      line-height: 1;
      margin-top:0.1rem;
      text-align: center;

    }
    .score-sub{
      color:#9aa7bf;
      text-align: center;
      font-size:0.9rem;
    }


    .score-cl2  .gauge{
      width:80%;
      max-width:150px;
      margin:3px auto;
      overflow:visible; /* important pour laisser dépasser le stroke */
    }

    .score-cl2 h5{
    font-size: 13px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    }

    .score-cl2 .score-big{
      font-size:clamp(1.5rem, 6vw, 2.5rem);
    }


.tab_client {
    padding: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}

.indicateurs_date {
    box-shadow: none !important;
    border: 1px dashed #afafaf;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
}


/*Toast Alert*/


.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.custom-toast {
    min-width: 300px;
    backdrop-filter: blur(10px);
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    animation: slideInRight 0.3s ease-out;
}

.custom-toast.success {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.95), rgba(25, 135, 84, 0.95));
    color: white;
}

.custom-toast.error {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.95), rgba(176, 42, 55, 0.95));
    color: white;
}

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRight {
    to { transform: translateX(100%); opacity: 0; }
}

.toast-icon {
    font-size: 1.5rem;
    margin-right: 10px;
}

/* fin toast  */


.logofull {
    display: block;
}

.logoicon {
    display: none;
    max-width: 40px;
}

html.layout-menu-collapsed .logoicon {
    display: block;
}

html.layout-menu-collapsed .logofull {
    display: none;
}