:root {
    --bg-fond: #f8eeff;
    --whiteColor: #fff;
    --primaryColor: #00aef0;
    --colorTitre: #2b2e2d;
    --colorParagraph: #535e5b;
    --darkenpurple: #482d71;
    --darkenPurpleVariant: #342142;
    --lightGreen: #f6faf9;
    /* #121c18 */
    /* #3d2b69 #4c1fa3 #212529 #00aef0 */
}
html:not([data-theme="dark"]) {
    --page-bg: #fff;
    --colorParagraph: #9aa29f;
    --bg-content: #e9eeeb;
    --box-shadow-card: 0 5px 18px 0px #a5b6af40;
    --bg-circle: #f0f5f2;
    --bg-circle-sm: #f7f1f1;
    --color-text-form-control: #2b2e2d;
    --bg-form-control: #fff;
    --color-border-solid: #e4ece9;
    --box-shadow-lg: 0 5px 24px rgba(0, 0, 0, 0.05);
    --bg-form-control-select2: #fff !important;
    --bg-badge-success: #e5fdf6;
    --color-badge-success: #3fccb2;
    --bg-badge-red: #ffeef5;
    --color-badge-red: #ed3667;
    --bg-badge-yellow: #fff2e4;
    --color-badge-yellow: #ff8000;
    --bg-form-swich: #fff;
    --bg-toggle-swich: transparent;
}
html:not([data-theme="dark"]) .block-logo-light {
    display: flex !important;
}
html:not([data-theme="dark"]) .block-logo-dark {
    display: none !important;
}
html:not([data-theme="dark"]) .modal .logo-dark {
    display: none;
}
html:not([data-theme="dark"]) .modal .logo-light {
    display: block;
}
[data-theme="dark"] {
    --page-bg: #151717;
    --colorTitre: #9aa29f;
    --lightGreen: #00aef052;
    --bg-content: #0c0f0d;
    --box-shadow-card: none;
    --colorParagraph: #778682;
    --primaryColor: #43996d;
    --bg-circle: #f0f5f203;
    --bg-circle-sm: #f7f1f103;
    --bg-form-control: #02020275;
    --color-border-solid: transparent;
    --color-text-form-control: #9aa29f;
    --box-shadow-lg: 0 5px 24px rgba(0, 0, 0, 0.4);
    --bg-form-control-select2: #02020275 !important;
    --bg-badge-success: #e5fdf60d;
    --color-badge-success: #3fccb2;
    --bg-badge-red: #ffeef51a;
    --color-badge-red: #ed3667;
    --bg-badge-yellow: #fff2e412;
    --color-badge-yellow: #ff8000;
    --bg-form-swich: #04040475;
    --bg-toggle-swich: #2b2f2f;
}
[data-theme="dark"] .content .card-lg::after {
    background: linear-gradient(45deg, var(--primaryColor), #809f47);
}
[data-theme="dark"] .content .card-table .table.table-bordered tr td,
[data-theme="dark"] .content .card-table .table.table-bordered tr {
    border: 1px solid rgba(255, 255, 255, 0.03) !important;
}
[data-theme="dark"] hr {
    background: rgba(255, 255, 255, 0.03) !important;
    opacity: 1;
}
[data-theme="dark"] .content .card-table .form-control-search-sm,
[data-theme="dark"] .content .card-table .btn-search-sm,
[data-theme="dark"] .dataTables_length .form-select,
[data-theme="dark"] .block-file-attach {
    background: var(--bg-form-control) !important;
    color: var(--color-text-form-control);
    border-color: transparent;
}
[data-theme="dark"] .content .card-table .table thead tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
}
[data-theme="dark"] .content .header-table::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
}
[data-theme="dark"] .modal .change-photo-profil {
    border-color: var(--primaryColor);
}
[data-theme="dark"] .block-login .form-control {
    background: var(--bg-form-control);
}
[data-theme="dark"] .block-login .block-bg-app .before .logo-pill:first-child,
[data-theme="dark"] .block-login .block-bg-app .before .logo-pill:nth-child(2) {
    opacity: 0.3;
}
[data-theme="dark"] .block-logo-dark {
    display: flex !important;
    opacity: 0.8;
}
[data-theme="dark"] .content .card-table.card-new-task {
    border: 2px dashed rgba(198, 193, 193, 0.16);
}
[data-theme="dark"] .block-logo-light {
    display: none !important;
}
[data-theme="dark"] .bg-white {
    background: var(--page-bg) !important;
}
[data-theme="dark"] .block-up-img .dashed {
    border-color: var(--primaryColor);
}
[data-theme="dark"] .navbar .block-user {
    border-left: 1px solid rgba(198, 193, 193, 0.16);
}
[data-theme="dark"] .content .card-table .block-taks::before {
    background: rgba(198, 193, 193, 0.16);
}
[data-theme="dark"] .alert-warning {
    background: #fdede50d;
}
[data-theme="dark"] .btn {
    color: var(--colorTitre);
}
[data-theme="dark"] .backdropFilter {
    background: rgba(0, 0, 0, 0.5);
}
[data-theme="dark"] .modal .block-bundel .bg {
    background: #f6faf903;
}
[data-theme="dark"] .modal .p-3 .info {
    border-bottom: 1px solid rgba(198, 193, 193, 0.062);
}
[data-theme="dark"] .modal .conten-info-paie {
    border: 1px solid rgba(198, 193, 193, 0.062);
}
[data-theme="dark"] .modal .logo-dark {
    display: block;
    opacity: 0.8;
}
[data-theme="dark"] .modal .filgram.logo-dark {
    display: block;
    opacity: 0.01;
}
[data-theme="dark"] .modal .logo-light {
    display: none;
}
[data-theme="dark"] .block-dash-vente {
    border: 2px dashed rgba(198, 193, 193, 0.075);
}
[data-theme="dark"] .block-login .block-bg-app .before .logo-center {
    opacity: 0.4;
}
/* .breadcrumb-item a{
    font-size: 14px;
}
.breadcrumb-item:first-child a{
    font-size: 12px;
} */
.block-dash-vente {
    border: 2px dashed var(--color-border-solid);
    border-radius: 12px;
    padding: 20px;
}
.btn-dash {
    border: 1px dashed var(--primaryColor) !important;
    color: var(--primaryColor) !important;
    border-radius: 8px !important;
}
.body-fill {
    background-size: cover;
    border-radius: 0 0 24px 24px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn {
    font-size: 14px;
}
.body-fill .img-fill {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.017;
}
a {
    text-decoration: none !important;
    color: var(--primaryColor);
}
a:hover {
    color: var(--primaryColor);
}
a:active {
    outline: none;
}
/* a:focus-visible{
    outline: none!important;
    outline-offset: 0px;
    outline-color: transparent;
    box-shadow: none!important;
} */
a:-webkit-any-link:focus-visible {
    outline: 0;
    box-shadow: none !important;
}
a:focus {
    box-shadow: none !important;
    outline: 0;
}
.nav-mobile {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    background: var(--page-bg);
    left: 0;
    bottom: 0;
    z-index: 1020;
    box-shadow: var(--box-shadow-card);
    display: none;
}
.nav-mobile .block-icons-nav .block-icons-nav-item {
    font-size: 20px;
    color: var(--colorTitre);
}
.nav-mobile .block-icons-nav .block-icons-nav-item .fi-rr {
    display: block;
}
.nav-mobile .block-icons-nav .block-icons-nav-item .fi-sr {
    display: none;
}
.nav-mobile .block-icons-nav .block-icons-nav-item.active {
    color: var(--primaryColor);
}
.nav-mobile .block-icons-nav .block-icons-nav-item.active .fi-rr {
    display: none;
}
.nav-mobile .block-icons-nav .block-icons-nav-item.active .fi-sr {
    display: block;
}
.nav-mobile .block-icons-nav .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.nav-mobile .block-icons-nav .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.form-control:focus {
    box-shadow: none;
}
.card {
    box-shadow: none;
}
.btn-valid {
    transition: 0.5s;
}
.btn {
    border: none;
    border: none;
}
.btn:focus {
    box-shadow: none !important;
    outline: 0;
}
body {
    width: 100%;
    min-height: 100vh;
    background: var(--page-bg);
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}
.content .block-scroll-point-table {
    height: 30vh;
    overflow-y: auto;
}
.block-scroll-blocks {
    position: relative;
}
.block-scroll-blocks::before,
.block-scroll-blocks::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    z-index: 110;
    display: none;
}
.block-scroll-blocks::before {
    left: -15px;
    background: linear-gradient(90deg, #e9eeeb 70%, transparent);
}
.block-scroll-blocks::after {
    right: -10px;
    background: linear-gradient(-90deg, #e9eeeb 70%, transparent);
}
.dataTables_empty,
.block-table-empty {
    padding: 30px 0;
}

.dataTables_paginate.paging_simple_numbers {
    margin-top: 20px !important;
}
.dataTables_length {
    margin-top: 20px;
}
.dataTables_length label {
    font-size: 12px !important;
    color: var(--colorParagraph);
}
.dataTables_length .form-select {
    background: #edf0ee !important;
    font-size: 12px !important;
    border: none !important;
    height: 35px !important;
}
.dataTables_empty,
.block-table-empty p {
    font-size: 14px;
    color: var(--colorParagraph);
}
.dataTables_empty .fi,
.block-table-empty .fi {
    color: var(--primaryColor);
    font-size: 32px;
}
#offcanvasCampaign {
    width: 500px;
}
.btn:focus {
    box-shadow: none;
    outline: 0;
}
button {
    box-shadow: none;
    outline: 0;
}
.btn-close {
    box-shadow: none !important;
}
.form-control {
    border-radius: 8px;
    font-size: 14px;
    color: var(--colorTitre);
    font-family: "Open Sans", sans-serif;
}
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.27);
}
.btn-filter {
    padding: 0;
    font-size: 12px;
    color: var(--colorTitre);
    background: var(--bg-form-control) !important;
    border: 1px solid var(--color-border-solid) !important;
}
.sidebar ul.lists li .block-drop-list a {
    position: relative;
    font-size: 13px;
}
.sidebar ul.lists li .block-drop-list a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--primaryColor);
    left: 8px;
}
.sidebar ul.lists li .block-drop-list a.active::before {
    display: block !important;
}
.sidebar ul.lists li .block-drop-list a.active {
    color: var(--primaryColor) !important;
    background: none !important;
}
.sidebar ul.lists li .block-drop-list a.active::before {
    display: none;
}
.btn-suspend {
    color: var(--colorParagraph) !important;
}
.btn-suspend.active {
    color: #ed3b54 !important;
}
.global-div {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
.block-all-point {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.block-all-point .block-content-point {
    position: relative;
    z-index: 1;
    width: 100%;
}
.block-all-point .block-content-point::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    z-index: -1;
    background: var(--color-border-solid);
    left: 20px;
    top: 0;
}
.block-all-point .block-date-point .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--bg-content);
    color: var(--colorTitre);
    margin-right: 10px;
    flex: 0 0 auto;
}
.block-all-point .block-date-point .date {
    font-size: 14px;
    color: var(--colorTitre);
}
.block-all-point .block-content {
    padding: 0 50px;
    width: 100%;
    overflow: hidden;
}
.block-all-point .block-items-point {
    padding: 10px 0;
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    scrollbar-width: thin;
}
.block-all-point .block-info-point {
    border: 1px dashed var(--bg-content);
    border-radius: 12px;
    padding: 14px 24px;
    flex: 0 0 auto;
    gap: 40px;
}
.block-all-point .block-info-point .link-action {
    font-size: 13px;
    color: #ed3667;
}
.block-all-point .block-info-point .info-point .info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--colorTitre);
}
.block-all-point .block-info-point .info-point .fi {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-content);
    color: var(--colorTitre);
    border-radius: 100%;
    font-size: 14px;
}
.card-campaing {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 10px;
}
.progessbar-sm {
    position: relative;
    display: flex;
    align-items: center;
    width: 90%;
    border-radius: 5px;
    height: 3px;
    background: #ececec;
}
.progessbar-sm .pourcent {
    position: absolute;
    right: -40px;
    font-size: 12px;
}
.progessbar-sm .bar {
    width: 40%;
    height: 100%;
    background: var(--primaryColor);
    border-radius: 5px;
}
.info-entreprise img {
    width: 120px;
}
.info-entreprise h6 {
    color: var(--colorTitre);
    margin-top: 10px;
    font-weight: 600;
}
.modal-header p.date {
    font-size: 14px;
    margin-bottom: 0;
}
.info-entreprise p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--colorTitre);
    display: flex;
}
.info-entreprise p span,
p.date span {
    color: var(--colorParagraph);
}
.info-client p {
    margin-bottom: 0;
    display: flex;
    color: var(--colorTitre);
    font-size: 14px;
}
.info-client p span {
    color: var(--colorParagraph);
}
.content .card-table .block-all-commission .block-widget {
    padding: 10px 0;
}
/* .content .card-table .block-all-commission .block-widget:first-child{
    padding-top: 20px;
} */
.content .card-table .block-all-commission .block-widget h6 {
    font-size: 12px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 0;
}
.content .card-table .block-all-commission .block-widget .avatar-xm {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 100%;
}
.content .card-table .block-all-commission .block-widget .purcent-sm {
    width: 30px;
    height: 30px;
    margin-right: 4px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.content .card-table .block-all-commission .block-widget .purcent-sm h6 {
    font-size: 10px;
}
.content .header-table {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    background: var(--page-bg);
    z-index: 3;
}
.content .header-table::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    top: 0;
    left: 0;
}
.content .card-table .block-all-commission .block-widget .avatar-xm .letter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 600;
    background: var(--lightGreen);
    color: var(--primaryColor);
}

.content .card-table .block-all-commission .block-widget .avatar-xm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background: var(--page-bg);
    z-index: 1040;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.01); */
    transition: width 0.3s ease;
}
/* .sidebar .content-sidebar{
    overflow-y: auto;
    overflow-x: hidden;
} */
.sidebar .block-logout {
    padding: 20px 0 20px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar .block-logout .icon-info {
    display: none;
    color: var(--colorParagraph);
    font-size: 20px;
}
.sidebar.sidebar-sm .block-logout .icon-info {
    display: block;
}
.sidebar.sidebar-sm .block-logout .text-infos {
    display: none;
}
.sidebar .block-logout p {
    font-size: 12px;
    color: var(--colorParagraph);
    margin-bottom: 0;
}
.sidebar .block-logout p a {
    color: var(--primaryColor);
    font-weight: 600;
}
.nav-left-systeme {
    margin-top: 30px;
    position: relative;
    z-index: 10;
}
.sm-txt {
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
}
.nav-left-systeme .nav-link {
    color: var(--colorParagraph);
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px 0 0 50px;
    padding: 12px 14px 12px 34px;
    transition: 0.5s;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}
.nav-left-systeme .nav-link::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--primaryColor);
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    opacity: 0;
    transition: 0.3s;
}
.offcanvas {
    background: var(--page-bg);
}
.offcanvas .offcanvas-header h5 {
    color: var(--colorTitre);
}
.nav-left-systeme .nav-link.active::before {
    opacity: 1;
}
.nav-left-systeme .nav-link.active {
    background: var(--page-bg);
    color: var(--primaryColor);
    /* box-shadow: 0 5px 18px 0px #a5b6af40; */
}
/* .sidebar .block-logout .btn{
    background: var(--primaryColor);
    width: 100%;
    border-radius: 12px;
    color: var(--whiteColor);
    padding: 10px 24px;
    font-size: 14px;
} */
.sidebar.sidebar-sm {
    width: 68px;
}
.btn-add-sm {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--primaryColor);
    color: var(--whiteColor) !important;
    font-size: 14px;
}
i::before {
    line-height: inherit !important;
}
.navbar .close-menu-sm {
    display: none;
}
.sidebar .close-menu {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: -15px;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--lightGreen);
    color: var(--primaryColor);
    font-size: 18px;
    z-index: 1;
    border-radius: 5px;
}

.sidebar ul.lists {
    width: 100%;
    height: 100%;
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.sidebar ul.lists li {
    display: block;
    width: 100%;
    position: relative;
}
.sidebar ul.lists li.link-hover:hover {
    z-index: 1;
}
.sidebar ul.lists li .block-drop {
    position: absolute;
    background: var(--whiteColor);
    box-shadow: 0 5px 18px 18px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    top: 70%;
    width: 190px;
    right: -190px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal .block-img-product-sm {
    width: 140px;
    height: 140px;
    padding: 8px;
    transition: 0.3s;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.modal .block-img-product-sm input {
    display: none;
}
.modal .block-img-product-sm.dashed-color {
    border-color: var(--primaryColor);
}
.modal .block-img-product-sm label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    position: relative;
    color: var(--colorParagraph);
}
.modal .block-img-product-sm label p {
    color: var(--colorParagraph);
    font-size: 12px;
    margin-bottom: 0;
}
.modal .block-img-product-sm label img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.modal .block-img-product-sm.add img {
    display: none;
}
.modal .block-img-product-sm.add img.show {
    display: block;
}
.modal .block-img-product-sm.add img.fade {
    animation: fade 0.5s forwards cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation: fade 0.5s forwards cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
@keyframes fade {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.modal .modal-header {
    position: relative;
    z-index: 1;
}
.modal .modal-header .btn-close {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 1;
    background: #ff8686;
    color: var(--whiteColor);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    top: -5px;
    right: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
textarea {
    resize: none;
}
.modal .modal-header .btn-close::before,
.modal .modal-header .btn-close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: var(--bg-fond);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.modal .modal-header .btn-close::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.modal .modal-header .btn-close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.sidebar.sidebar-sm ul.lists li:hover .block-drop {
    opacity: 1;
    visibility: visible;
}
.sidebar .content-sidebar {
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}
.sidebar ul.lists li .block-drop a {
    font-size: 14px;
    margin: 0;
    display: block;
}
.sidebar .tooltip-lg {
    position: absolute;
    z-index: 2;
    left: 70%;
    top: 88px;
    background: #020804;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s, opacity 0.3s;
    font-weight: 600;
    color: var(--whiteColor);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}
.sidebar .tooltip-lg::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #020804;
    border-radius: 2px;
    left: -2px;
}
.sidebar.sidebar-sm .tooltip-lg.show {
    opacity: 1;
}
.sidebar ul.lists li .tooltip-sm {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%) translateX(-10px);
    left: 70%;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    background: #020804;
    font-weight: 600;
    color: var(--whiteColor);
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    transition: left 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.3s;
    white-space: nowrap;
    display: none;
}
.sidebar ul.lists li .tooltip-sm::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #020804;
    border-radius: 2px;
    left: -2px;
}
.sidebar.sidebar-sm ul.lists li:hover .tooltip-sm {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.sidebar ul.lists li a {
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 7px 22px;
    text-decoration: none;
    margin-bottom: 7px;
    position: relative;
    transition: 0.5s;
    border-radius: 0 12px 12px 0;
    margin-right: 7px;
    justify-content: start;
    transition: 0.5s;
    /* text-transform: uppercase; */
}
.card-show-info {
    padding: 10px;
}
.col-lg-2:nth-child(1) .card-show-info {
    background: #cdefd4;
}
.col-lg-2:nth-child(2) .card-show-info {
    background: #efdfcd;
}
.col-lg-2:nth-child(3) .card-show-info {
    background: #efcfcd;
}
.col-lg-2:nth-child(4) .card-show-info {
    background: #e0e7f7;
}
.col-lg-2:nth-child(5) .card-show-info {
    background: #ffcdca;
}
.col-lg-2:nth-child(6) .card-show-info {
    background: #efeacd;
}

/* .sidebar ul li a.active{
    background: #05183527;
} */
.sidebar ul.lists li div > div {
    padding-left: 7px;
    padding-top: 10px;
    margin-top: -15px;
}
/* .sidebar ul.lists li .collapse .card-body{
    padding-left: 20px;
    padding-top: 10px;
    margin-top: -20px;
} */
.sidebar ul.lists li .collapse .card-body a {
    padding: 4px 40px !important;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
.sidebar ul.lists li .collapse .card-body a::before {
    display: none;
}
.sidebar ul.lists li a .arrow {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.sidebar ul.lists li a[aria-expanded="true"] .arrow {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.sidebar.sidebar-sm ul.lists li a {
    justify-content: center;
}
.sidebar.sidebar-sm ul.lists li a .title {
    opacity: 0;
    transition-delay: 0s;
}
.sidebar ul.lists li a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 70%;
    background: var(--primaryColor);
    left: 0;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
}
.sidebar ul.lists li a svg {
    width: 20px;
    height: 20px;
}
.sidebar ul.lists li a.active::before {
    opacity: 1;
}
.sidebar ul.lists li a.active {
    opacity: 1;
    color: var(--primaryColor) !important;
    background: var(--lightGreen);
}
.sidebar ul.lists li a:hover {
    opacity: 1;
    color: var(--primaryColor);
}
/* .sidebar ul li a.active{
    background: #05183527;
} */
.load-spiner {
    width: 40px;
    height: 40px;
    border: 3px solid var(--primaryColor);
    border-top: 3px solid transparent;
    border-radius: 100%;
    margin-right: 20px;
    animation: spiner 1s ease infinite;
}
@keyframes spiner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sidebar ul.lists li a .title {
    position: absolute;
    left: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transition-delay: 0.1s;
    white-space: nowrap;
}
.sidebar ul.lists li a .arrow {
    font-size: 12px;
    /* margin-top: 7px;
    margin-left: 10px; */
    position: absolute;
    top: 14px;
    right: 10px;
}
.sidebar.sidebar-sm ul.lists li a .arrow {
    display: none;
}
.sidebar ul.lists li a .num {
    position: absolute;
    background: #0444f50c;
    border-radius: 25px;
    color: var(--primaryColor);
    font-weight: 600;
    right: 20px;
    padding: 2px 14px;
    z-index: 1;
    font-size: 10px;
    border-radius: 12px;
    display: inline-block;
}
.sidebar.sidebar-sm ul.lists li a .num {
    display: none;
}
.sidebar ul.lists li a span:nth-child(1) {
    position: relative;
    font-size: 20px;
}
.sidebar ul.lists li a span:nth-child(1) i.fi-sr {
    display: none;
}
.sidebar ul.lists li a.active span:nth-child(1) i.fi-sr {
    display: block;
}
.sidebar ul.lists li a.active span:nth-child(1) i.fi-rr {
    display: none;
}
.sidebar ul.lists li a span:nth-child(1) .buble-sm {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    background: var(--whiteColor);
    right: -3px;
    top: 0px;
    border-radius: 100%;
    display: none;
}
.sidebar.sidebar-sm ul.lists li a span:nth-child(1) .buble-sm {
    display: flex;
}
.sidebar ul.lists li a span:nth-child(1) .buble-sm::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background: var(--primaryColor);
    border-radius: 100%;
}
.sidebar .logo-app {
    position: fixed;
    width: 100px;
    bottom: 30px;
    left: 30px;
    clip-path: inset(0 0% 0 0);
    transition: 0.5s;
}
.sidebar.sidebar-sm .logo-app {
    clip-path: inset(0 100% 0 0);
}
.sidebar .card-sm {
    width: 85%;
    padding: 40px 10px;
    margin: 30px auto 0;
    border-radius: 12px;
    background: var(--primaryColor);
    border: none;
    overflow: hidden;
}
.sidebar .card-sm::before {
    content: "";
    position: absolute;
    width: 200px;
    left: 0;
    top: 100px;
    transform: rotate(-25deg);
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100%;
}
.sidebar .card-sm::after {
    content: "";
    position: absolute;
    width: 200px;
    left: 0;
    top: 80px;
    transform: rotate(-25deg);
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100%;
}
.sidebar .card-sm .btn {
    font-size: 12px;
    background: var(--primaryColor);
    border-radius: 8px;
    color: var(--whiteColor);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    padding: 0;
    border-radius: 100%;
}
.sidebar .card-sm .btn span {
    position: absolute;
    left: 38px;
    top: 4px;
    white-space: nowrap;
}
.sidebar .card-sm h6 {
    color: var(--whiteColor);
    font-weight: 600;
    font-size: 12px;
}
.sidebar.sidebar-sm .card-sm .btn {
    padding: 7px 7px;
    justify-content: center;
}
.sidebar.sidebar-sm .card-sm .btn span {
    display: none;
}
.sidebar.sidebar-sm .card-sm {
    background: none;
}
.sidebar .card-sm .btn svg {
    width: 14px;
    height: 14px;
}
.sidebar.sidebar-sm .card-sm .content-sm {
    display: none;
}
.sidebar .block-personnels {
    width: 100%;
    height: 100%;
}
.sidebar .all-person {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 70vh;
    flex-wrap: inherit;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    border: none;
    padding-bottom: 20px;
}

.block-check-all {
    background: var(--lightGreen);
    padding: 5px 14px;
    border-radius: 8px;
    display: inline-flex;
    margin-bottom: 20px;
}
.block-check-all a {
    color: var(--primaryColor);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}
.block-check-all a:nth-child(1) {
    margin-right: 5px;
}
.block-check-all a:nth-child(2) {
    margin-left: 5px;
}
.sidebar .list-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar .list-nav li button {
    font-weight: 500;
    font-size: 14px;
    color: var(--colorParagraph);
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: transparent !important;
}
.sidebar .list-nav li button:hover {
    border-bottom: 1px solid transparent;
    color: var(--primaryColor);
}
.sidebar .list-nav li button.active {
    font-size: 14px;
    color: var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor);
}
/* .modal-person .modal-dialog{
    margin-left: 350px;
    margin-right: 0;
} */
.sidebar .all-person li {
    width: 100%;
    display: block;
}
.sidebar .all-person li button {
    padding: 10px 0px;
    width: 100%;
    border: none !important;
    font-weight: 400;
    text-align: left;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.sidebar .all-person li button::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 54%;
    background: var(--bg-content);
    width: 116%;
    height: 100%;
    z-index: -1;
    display: none;
    border-radius: 8px 0 0 8px;
}
.block-btns {
    display: flex;
    align-items: center;
}
.block-btns .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
    margin-right: 20px;
}
.block-btns .btn:last-child {
    margin-right: 0;
}
.content .card-formule {
    background: var(--whiteColor);
    padding: 20px;
    border-radius: 12px;
}
.content .card-formule .storage span {
    font-size: 12px;
    color: var(--colorParagraph);
}
.content .card-formule .storage span:first-child {
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 600;
    margin-right: 2px;
}
.content .card-formule h4 {
    color: var(--colorTitre);
    font-weight: 500;
    font-size: 18px;
}
.content .card-formule .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--lightGreen);
    color: var(--primaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.content .card-formule p {
    font-size: 14px;
}
.content .card-formule .btn {
    background: var(--primaryColor);
    color: var(--whiteColor);
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}
.table-responsive {
    scrollbar-width: thin;
}
.content .card-table .table.table-bordered tr th {
    font-size: 14px;
    border-width: 1;
    position: relative;
}
.content .card-table .table.table-bordered tr th .div-month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.content .card-table .table.table-bordered tr td:first-child .block-planning.text-center {
    background: #3c6cca;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(2) .block-planning.text-center {
    background: #3ebf9e;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(4) .block-planning.text-center {
    border-radius: 5px;
    padding: 5px;
    background: #d56075;
}
.content .card-table .table.table-bordered tr td:nth-child(3) .block-planning.text-center {
    background: #e6b084;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(5) .block-planning.text-center {
    background: #dfba57;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(6) .block-planning.text-center {
    background: #763cca;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(7) .block-planning.text-center {
    background: #36b9ce;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered.table-lg tr td,
.content .card-table .table.table-bordered.table-lg tr th {
    font-size: 14px;
    /* white-space: nowrap !important; */
}
.content .card-table .table.table-bordered td .form-control,
.content .card-table .table.table-bordered td .form-select {
    border: none;
}
.content .card-table .table.table-bordered tr td {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.content .card-table .table.table-bordered tr:hover td {
    background: none !important;
}
.content .card-table .table.table-bordered.table-lg tbody tr td .btn {
    font-size: 14px;
    color: var(--colorParagraph);
}
.content .card-table .table.table-bordered tr {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.content .card-table .table.table-bordered tr td {
    border: none;
}
.content .card-table .table.table-bordered .block-planning.text-center {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}
.content .card-table .table.table-bordered .block-planning.text-center h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 0 0 auto;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #ffffff4d;
    color: var(--whiteColor);
    font-weight: 700;
}
.content .card-table .table.table-bordered .block-planning.text-center .fi {
    margin-right: 7px;
    font-size: 16px;
    color: var(--whiteColor);
}
.content .card-table .table.table-bordered .block-planning.text-center span {
    font-weight: 600;
    color: var(--whiteColor);
}
.hour-work {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--lightGreen);
    color: var(--primaryColor);
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}
.content .card-table .table.table-bordered tr td,
.content .card-table .table.table-bordered tr th {
    padding: 7px 10px;
}
.sidebar .all-person li button.active::before {
    display: block;
}
.sidebar .all-person li button .block-detail-person .avatar-person {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .all-person li button .block-detail-person .avatar-person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.permissions {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.permissions .list-check {
    width: 50%;
    margin-bottom: 40px;
}
.permissions .list-check label strong {
    text-transform: uppercase;
}
.permissions .list-check:last-child {
    margin-bottom: 0;
}
.permissions .list-check .list-unstyled {
    margin-top: 5px;
}
.permissions .list-check .list-unstyled li {
    padding: 5px 0;
}
.sidebar .all-person li button .block-detail-person .name-person h6 {
    color: var(--colorTitre);
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
}
.sidebar .all-person li button .block-detail-person .name-person p {
    font-size: 10px;
    color: var(--colorParagraph);
    margin-bottom: 0;
}
.sidebar .block-btn {
    padding: 10px 20px;
    padding-bottom: 0;
}
.sidebar .block-btn .btn {
    font-size: 12px;
    padding: 7px 14px;
    color: var(--primaryColor);
    border-radius: 8px;
    border: 1px solid var(--primaryColor);
}
.sidebar .block-btn .btn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.sidebar .block-search {
    padding: 10px 20px;
    margin: 5px 0;
}
.sidebar .block-search .form-control {
    font-size: 14px;
    color: var(--colorParagraph);
    border-left: none;
}
.sidebar .block-search .input-group-text {
    background: none;
    font-size: 14px;
    padding-right: 0;
    border-radius: 8px;
}
.wrapper {
    position: relative;
    padding-left: 250px;
    transition: 0.3s ease;
}
.wrapper.wrapper-lg {
    padding-left: 68px;
}
.navbar {
    padding: 30px 0;
    background: var(--page-bg);
    font-family: inherit;
    transition: 0.5s;
    box-shadow: none !important;
    font-family: "Open Sans", sans-serif !important;
}
.navbar .block-search-nav {
    padding-right: 60px;
}
.navbar .block-search-nav.active {
    padding-left: 90px;
}
.navbar .block-search-nav .form-control {
    background: #f4f5fc;
    font-size: 12px;
    border: none;
    border-radius: 50px;
    width: 220px;
}
.navbar .block-search-nav .input-group-text {
    border-radius: 50px;
    background: #f4f5fc;
    border: none;
    font-size: 14px;
}
.navbar .block-search-nav .input-group-text .fi {
    margin-top: 5px;
    color: var(--colorTitre);
}
.navbar .link {
    margin-right: 20px;
    color: var(--colorParagraph);
    border-radius: 100%;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--lightGreen);
    align-items: center;
    font-size: 18px;
    justify-content: center;
    position: relative;
}
.navbar .link .blink {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #e32817;
    top: 0;
    right: 0;
}
.navbar .theme-mode-control {
    position: relative;
    width: 40px;
    height: 7px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.navbar .theme-mode-control input {
    display: none;
}
.navbar .theme-mode-control label {
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: none;
    background: none !important;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
.navbar .theme-mode-control label svg {
    display: none;
}
.navbar .theme-mode-control .div {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: var(--whiteColor);
    left: 0;
    right: auto;
    transition: 0.3s;
    border: 2px solid var(--colorParagraph);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.navbar .theme-mode-control.active .div {
    transform: translateX(100%);
    color: var(--darkenPurpleVariant);
    border-color: var(--darkenPurpleVariant);
}
.navbar .theme-mode-control.active .div .fi-sr-moon {
    display: block;
}
.navbar .theme-mode-control.active .div .fi-rr-sun {
    display: none;
}
.navbar .theme-mode-control .div i {
    font-size: 12px;
}
.navbar .theme-mode-control .div .fi-sr-moon {
    display: none;
}
.navbar .theme-mode-control.active .bar {
    background: var(--darkenPurpleVariant);
}
.navbar .theme-mode-control .bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--lightGreen);
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.navbar .link svg {
    width: 20px;
    height: 20px;
}
.navbar .avatar-user {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    margin-left: 20px;
}
.navbar .block-user {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar .avatar-user::before {
    content: "";
    transform: rotate(-45deg);
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: 100%;
    background: var(--primaryColor);
    z-index: -1;
    display: none;
}
.navbar .avatar-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.navbar a {
    text-decoration: none;
}
.navbar .user-name {
    line-height: 12px;
    margin-left: 10px;
    display: none;
}
.navbar .user-name h6 {
    margin-bottom: 0;
    color: var(--colorTitre);
    font-weight: 600;
    font-size: 12px;
}
.navbar .user-name p {
    color: var(--colorParagraph);
    font-size: 10px;
    margin-bottom: 0;
}
.navbar .dropdown-menu {
    left: -100px;
    padding: 15px 0;
    border: none;
    box-shadow: var(--box-shadow-lg);
    top: 120%;
    background: var(--page-bg);
}
.navbar .dropdown-menu::after {
    display: none;
}
.navbar .dropdown-menu li {
    font-size: 14px;
    padding: 0 7px;
}
.dropdown-menu li {
    padding: 0 10px;
}
.navbar .dropdown-menu li a {
    color: var(--colorParagraph);
    transition: 0.3s;
    display: flex;
    justify-content: start;
    align-items: center;
}
.navbar .dropdown-menu li a.active {
    background: var(--lightGreen);
    color: var(--primaryColor);
}
.navbar .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 14px;
}
.navbar .dropdown-menu li a:hover {
    background: var(--lightGreen);
    color: var(--primaryColor);
}
.navbar .dropdown-menu li a svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.logo {
    position: relative;
    width: 100%;
}
.logo a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
}
.sidebar.sidebar-sm .logo a {
    padding: 15px 5px;
}
.logo a .block-logo {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo a .block-logo img {
    width: 50px;
}
.logo a .block-logo img:nth-child(2) {
    display: none;
    width: 50%;
    margin: 0 auto;
}
.sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
    display: none;
}
.sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
    display: block;
}
.logo a .name-entreprise {
    margin-left: 10px;
    position: absolute;
    left: 70px;
    display: none;
}
.sidebar.sidebar-sm .logo a .name-entreprise {
    display: none;
}
.logo a .name-entreprise h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--colorTitre);
}
.logo a .name-entreprise p {
    color: var(--colorParagraph);
    margin-bottom: 0;
    font-size: 10px;
}
.offcanvas-end {
    border: none;
}
.offcanvas-footer {
    padding: 1rem;
}
.offcanvas-footer .see-more {
    color: var(--primaryColor);
    text-decoration: none;
}
.offcanvas-footer .btn {
    font-size: 12px;
    color: var(--whiteColor);
    border-radius: 8px;
}
.offcanvas-footer .btn:first-child {
    background: var(--primaryColor);
    margin-right: 20px;
}
.offcanvas-footer .btn:last-child {
    background: #ed3b54;
}
.offcanvas-header {
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.offcanvas-header .badge-sm {
    font-size: 10px;
    display: inline-block;
    background: #e1e8f9;
    border-radius: 25px;
    padding: 2px 7px;
    color: var(--primaryColor);
    margin-left: 5px;
}
.offcanvas-header span {
    font-size: 12px;
    color: var(--colorTitre);
}
.offcanvas-header .btn-tools {
    color: var(--colorTitre);
}
.offcanvas-header .btn-tools svg {
    height: 18px;
    width: 18px;
}
.offcanvas-header p {
    font-size: 14px;
    color: var(--colorParagraph);
}
.offcanvas-body h5 {
    font-size: 16px;
    color: var(--colorTitre);
    font-weight: 600;
}
.block-padding {
    padding: 10px 0;
    /* transition: .5s; */
}
.block-padding.no-padding {
    animation: scaleOut 0.2s ease forwards;
}

@keyframes scaleOut {
    0% {
        padding: 10px 0;
        transform: scaleY(1);
    }
    100% {
        padding: 0px;
        transform: scaleY(0);
    }
}
.block-empty-notif {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-empty-notif.fade {
    animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.block-empty-notif .fi {
    font-size: 30px;
    color: var(--primaryColor);
}
.block-empty-notif p {
    color: var(--colorParagraph);
    font-size: 14px;
}
.card-notification {
    border: none;
    padding: 20px 20px;
    border-radius: 12px;
}
.btn:focus,
.btn:active {
    box-shadow: none !important;
}
.card-notification.delete {
    display: none;
}
.card-notification.fadeOut {
    animation: fadeOutRight 0.2s forwards;
    -webkit-animation: fadeOutRight 0.2s forwards;
}
@keyframes fadeOutRight {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
    100% {
        transform: translateX(150%);
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
    }
}
.card-notification .avatar-user-float {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    margin-right: 10px;
    border-radius: 100%;
}
.card-notification .text {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
}
.card-notification .link {
    color: var(--primaryColor);
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 3px 12px;
    background: var(--whiteColor);
    border-radius: 8px;
    transition: 0.3s;
}
.card-notification .link:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.card-notification .text span {
    color: var(--colorParagraph);
    font-weight: 400;
}
.card-notification .btn-close-notif {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 8px;
    color: var(--colorTitre);
    background: var(--whiteColor);
    z-index: 2;
    right: -5px;
    top: -5px;
    border-radius: 8px;
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.card-notification .text-content {
    padding-left: 50px;
}
.card-notification .avatar-user-float img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.card-notification.see .date span:last-child {
    color: #f79596;
}
.card-notification .avatar-user {
    position: relative;
    width: 100px;
    height: 120px;
}
.card-notification .avatar-user .etat {
    position: absolute;
    font-size: 10px;
    display: inline-block;
    border-radius: 12px;
    padding: 1px 5px;
    font-weight: 600;
    bottom: -2px;
    right: 0;
}
.t-sm {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 20px;
}
.card-notification .avatar-user .etat.active {
    background: #01c258;
    color: var(--whiteColor);
}
.card-notification .avatar-user .etat.unactive {
    background: #ff8000;
    color: var(--whiteColor);
}
.card-notification .avatar-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-statistic-sm {
    background: #fafafc;
    border-radius: 24px;
}
.block-channels ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 10px;
}
.block-channels ul li {
    font-size: 12px;
    width: 50%;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.block-channels ul li span {
    font-weight: 700;
    display: inline-block;
    margin-left: 8px;
}
.block-channels ul li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: black;
}
.block-channels ul li:first-child::before {
    background: #ed3667;
}
.block-channels ul li:nth-child(2)::before {
    background: #01c258;
}
.block-channels ul li:nth-child(3)::before {
    background: #208bfd;
}
.block-channels ul li:nth-child(4)::before {
    background: #ff8000;
}
.card-statistic-sm h6 {
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 600;
}
.card-notification .badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--colorTitre);
    font-size: 10px;
    font-weight: 400;
    border-radius: 25px;
}
.card-notification .badge.badge-green {
    background: #e4fff0;
    color: #25d366;
}
.card-notification .badge.badge-red {
    background: #f5e7eb;
    color: #ed3667;
}
.card-notification .badge.badge-yellow {
    background: #ffeece;
    color: #ffb830;
}
.block-inprogress {
    margin-bottom: 30px;
}
.block-inprogress h5 {
    font-weight: 600;
    font-size: 16px;
    color: var(--colorTitre);
}
.card-notification.see {
    background: var(--lightGreen);
}
.card-notification .date {
    color: var(--colorTitre);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
hr {
    background: rgba(0, 0, 0, 0.03) !important;
    opacity: 0.04;
}
.card-notification .date span:last-child {
    color: var(--colorParagraph);
    font-size: 10px;
}
.card-notification .block-file {
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
}
.card-notification .block-file .icon-sm {
    font-size: 24px;
    color: var(--colorParagraph);
    margin-right: 5px;
}
.card-notification .block-file h6 {
    color: var(--colorTitre);
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 0;
}
.card-notification .num {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed3b54;
    color: var(--whiteColor);
    font-size: 12px;
    border-radius: 50px;
}
.card-notification .block-file p {
    font-size: 8px;
    color: var(--colorParagraph);
    margin-bottom: 0;
}
.card-notification p {
    color: var(--colorParagraph);
    font-size: 12px;
    margin-bottom: 0;
}
.select2-container {
    width: 100% !important;
}
.card-notification p span {
    color: var(--colorTitre);
    font-weight: 500;
    display: inline-block;
}
.content {
    padding: 20px 0;
    margin-top: 60px;
    background: var(--bg-content);
    border-radius: 32px 0px 0 32px;
    min-height: 100vh;
}
.content .card-profil .avatar-user {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.content .card-profil .avatar-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .card-profil h5 {
    font-size: 12px;
    color: var(--colorTitre);
    font-weight: 700;
}

.content .card-profil .block-detail-sm {
    position: relative;
    padding: 10px 0;
    padding-left: 40px;
}
/* .content .card-profil .block-detail-sm:nth-child(1){
    margin-top: 20px;
} */
.content .card-profil .block-detail-sm .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f9fafd;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorParagraph);
    top: 15px;
    left: 0;
    border-radius: 100%;
}
.content .card-profil .block-detail-sm .icon svg {
    width: 15px;
    height: 15px;
}
.content .info-lg {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
/* .content .info-lg:first-child{
    margin-top: 20px;
} */
.content .info-lg:last-child {
    border: none;
}
.content .info-lg p {
    margin-bottom: 0;
    font-size: 14px !important;
}
.content .info-lg p.para {
    font-size: 14px !important;
}
.content .info-lg h2 {
    font-size: 18px;
    color: var(--colorTitre);
    font-weight: 500;
    margin-bottom: 20px;
}
.content .info-lg .icon-lg {
    color: var(--colorParagraph);
}
.content .info-lg .avatar-img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.content .info-lg .avatar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .info-lg .block-up-img {
    position: relative;
    height: 70px;
}
.content .info-lg .block-up-img .dashed {
    width: 100%;
    height: 100%;
    border: 2px dashed var(--falcon-input-border-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.content .info-lg .btn.btn-cv {
    border: 1px solid var(--falcon-input-border-color);
    border-radius: 8px;
    font-size: 12px;
    margin-top: 10px;
}
.content .card-chat {
    background: #ffff;
    box-shadow: none !important;
    padding: 0 !important;
    border: none;
    border-radius: 12px;
}
.content .card-chat .content-chat {
    height: 100%;
    padding: 30px 20px;
    overflow-y: auto;
}
.content .card-chat .block-writing {
    position: absolute;
    bottom: -10px;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px 20px;
    justify-content: space-between;
    border-radius: 0 0 12px 12px;
}
.card-chat .block-writing form {
    width: 100%;
}
.card-chat .block-writing textarea {
    resize: none;
    width: 75% !important;
    border: none;
    border-radius: 24px;
    background: #f5f7f2;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 14px;
    height: 45px;
}
.card-chat .block-writing .btn {
    background: var(--primaryColor);
    border-radius: 100%;
    color: #fff;
    margin: 0 !important;
    width: 45px;
    height: 45px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
}
.card-chat .block-writing .block-tools {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}
.card-chat .block-writing .block-tools input {
    display: none;
}
.card-chat .block-writing .block-tools label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-chat .block-writing .block-tools svg {
    width: 18px;
    height: 18px;
}
.card-chat .content-chat .block-chat-admin {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}
.card-chat .content-chat .block-chat-admin .card-chat-sm {
    display: inline-block;
    max-width: 50%;
    padding: 20px;
    background: #ffe7ed;
    margin-bottom: 20px;
    border-radius: 24px 24px 24px 0px;
}

.card-chat .content-chat .block-chat-user {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
}
.card-chat .content-chat .block-chat-user .card-chat-sm {
    display: inline-block;
    max-width: 50%;
    padding: 20px;
    background: #f0f5fd;
    margin-bottom: 20px;
    border-radius: 24px 24px 0px 24px;
}
.card-chat .content-chat .card-chat-sm p {
    font-size: 14px;
    color: var(--textColor);
}
.card-chat .content-chat .card-chat-sm span {
    display: block;
    font-size: 10px;
}
.card-chat .content-chat .date-chat span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-left: auto;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 2px 10px;
    border-radius: 25px;
}
.content .block-all-membres .avatar-membre {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: -10px;
    position: relative;
}
.content .block-all-membres .avatar-membre:hover {
    z-index: 1;
}
.content .block-all-membres .avatar-membre .name-popper {
    position: absolute;
    background: var(--primaryColor);
    color: var(--whiteColor);
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1;
    top: -20px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.content .block-all-membres .avatar-membre .name-popper::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--primaryColor);
    border-radius: 5px;
    z-index: -1;
    bottom: -4px;
    transform: rotate(45deg);
}
.content .block-all-membres .avatar-membre:hover .name-popper {
    opacity: 1;
    visibility: visible;
    top: -38px;
    transform: translateX(-50%) scale(1);
}
.content .offcanvas .block-detail-task {
    overflow: hidden;
}
.content .offcanvas .block-detail-task .tab-content {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
}
.content .block-all-membres .avatar-membre:last-child {
    background: var(--whiteColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 14px;
    z-index: 2 !important;
    position: relative;
    cursor: pointer;
}
/* .content .offcanvas .nav-link{
      font-size: 12px!important;
  } */
.content .block-all-membres .avatar-membre:last-child img {
    display: none;
}
.content .block-all-membres {
    display: flex;
}
.content .block-detail-task {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 12px;
}
.content .block-detail-task .items {
    align-items: center;
    margin-bottom: 10px;
}
.content .block-detail-task .items .btn-sm {
    padding: 0;
    background: none !important;
    border: none;
    color: var(--primaryColor);
    margin-left: auto;
    display: flex;
    font-size: 12px;
    font-weight: 600;
}
.content .block-detail-task .items span {
    display: inline-block;
    font-size: 12px;
    color: var(--colorTitre);
}
content .block-detail-task {
    position: relative;
}
.content .block-detail-task .items span.badge-sm {
    color: #ff8000;
}
.content .block-detail-task span.badge-sm.urgent {
    background: #ffeef5;
    color: #ed3b54;
    padding: 1px 7px;
    border-radius: 12px;
    font-size: 14px;
}
.block-progress-bar .bar {
    width: 80%;
    height: 5px;
    border-radius: 8px;
    background: var(--lightGreen);
}
.content-parametre {
    padding: 20px 0;
    background: var(--bg-content);
    border-radius: 32px 0px 0 32px;
    min-height: 100vh;
}
.block-progress-bar .bar .move {
    width: 30%;
    height: 100%;
    border-radius: 8px;
    background: #01c258;
}
.block-progress-bar .pourc p {
    font-size: 12px;
}
.offcanvas-footer .block-comment {
    padding-left: 15px !important;
}
.content .block-comment.block-comment-me {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.content .block-comment.block-comment-me .avatar-comment {
    margin-left: 5px;
    margin-right: 0;
}
.content .block-scroll .block-comment:last-child {
    margin-bottom: 20px;
}
.offcanvas-footer .block-comment .block-avatar-sm {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.block-salaire {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.block-salaire .text-clique {
    position: absolute;
    transition: 0.3s;
    z-index: 1;
    cursor: pointer;
}
.block-salaire .opacity {
    opacity: 0;
}
.block-salaire .text-clique.text-clique-2 {
    transform: translateY(20px);
}
.block-salaire .text-clique.text-clique-1.active {
    transform: translateY(-20px);
}
.btn-toggle {
    font-size: 12px;
    color: var(--colorTitre) !important;
}
.block-salaire .text-clique.text-clique-2.active {
    transform: translateY(0);
}
.offcanvas-footer .block-comment .block-avatar-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.offcanvas-footer .block-comment form {
    width: 90%;
    margin-left: 10px;
}
.offcanvas-footer .block-comment form .btn {
    background: var(--primaryColor);
    color: var(--whiteColor);
    font-size: 14px;
}
.offcanvas-footer .block-comment form .block-file-upload {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    height: 46px;
}
.offcanvas-footer .block-comment form .block-file-upload .form-file {
    display: none;
}
.offcanvas-footer .block-comment form .block-file-upload label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
}
.offcanvas-footer .block-comment form .block-file-upload label p {
    color: var(--colorParagraph);
    font-size: 12px;
    margin-bottom: 0;
}
.block-progress-bar .pourc p:first-child {
    color: var(--primaryColor);
    font-weight: 700;
}
.btn-item {
    font-size: 14px;
    color: var(--colorTitre);
    margin-top: 10px;
    padding-left: 0;
}
.btn-item .fi {
    font-size: 12px;
    margin-right: 5px;
}
.content .block-detail-task .avatar-us-create {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.content .block-detail-task .avatar-us-create img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .block-detail-task .items p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--colorParagraph);
    margin-right: 20px;
    word-break: break-all;
}
.content .block-detail-task .items .block-descr {
    background: var(--bg-content);
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    max-height: 170px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.content .block-detail-task .items .block-descr p {
    color: var(--colorTitre);
}

.content .block-folder .file {
    padding: 10px 0;
    gap: 5px;
    flex-wrap: wrap;
}
.content .block-folder .file .block-file {
    width: 24%;
    flex: 0 0 auto;
    background: #f9f9fb;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content .block-folder .file .block-file.dashed-block {
    border: 1px dashed rgba(0, 0, 0, 0.1);
    background: none;
}
.content .block-folder .file .block-file a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.content .block-folder .file .icon {
    color: var(--colorParagraph);
    font-size: 24px;
}
.content .block-folder .file h6 {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--colorTitre);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .block-folder .file p {
    color: var(--colorParagraph);
    font-size: 12px;
    margin-bottom: 0;
}
.content .block-comment {
    padding: 10px 0;
    width: 100%;
}
.content .block-comment.comment-by-me {
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: flex-end;
}
.content .block-comment .avatar-comment {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 5px;
}
.content .block-comment .avatar-comment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .block-comment .name-comment p {
    font-size: 12px;
    margin-bottom: 0;
}
.content .block-comment .name-comment h6 {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
    color: var(--colorTitre);
}
.content .block-comment .comment {
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    max-width: 80%;
    background: #f9fcfd;
}
.content .block-comment .comment p {
    font-size: 14px;
    color: var(--colorParagraph);
}
.content .block-all-membres .avatar-membre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #fff;
}
.content .card-profil .block-all-conv {
    margin-bottom: 0;
    padding-left: 0;
    height: 80vh;
    padding-bottom: 50px;
    overflow-y: auto;
}
.content .card-profil .block-all-conv .block-conv {
    width: 100%;
    margin-bottom: 10px;
}
.content .card-profil .block-all-conv .block-conv button {
    padding: 20px 20px !important;
    position: relative;
    z-index: 1;
    list-style: none;
    cursor: pointer;
    background: var(--whiteColor);
    border-radius: 12px;
    width: 100%;
    transition: 0.2s;
}
.content .card-profil .block-form-search .btn-search {
    width: 30px;
    height: 30px;
    background: white;
    color: var(--colorParagraph);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .card-profil .block-form-search .block-seach-sm {
    padding: 10px;
    border-radius: 12px;
    width: 84%;
    background: var(--whiteColor);
}
.content .card-profil .btn-new-chat {
    background: var(--primaryColor);
    border-radius: 100%;
    color: var(--whiteColor);
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.content .card-profil .block-all-conv .block-conv button.active {
    border-left: 3px solid var(--primaryColor);
    border-radius: 0 12px 12px 0;
    background: transparent;
}
.col-folder {
    text-decoration: none !important;
    position: relative;
    display: block;
}
.col-folder img {
    width: 70px;
}
.content .nav-tabs.nav-folder .nav-link {
    border-radius: 8px 8px 0 0;
    color: var(--colorTitre);
    font-size: 14px;
    position: relative;
}
.content .nav-tabs.nav-sm .nav-link {
    transition: 0.3s;
    border-radius: 5px;
}
.comments {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
/* .comments .content-comment{
    flex-grow: 1;
    overflow-y: auto;
    padding: 0 30px;
  } */
.comments .content-comment .all-comments {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.comments .content-comment .card {
    border: none;
    border-radius: 20px;
    max-width: 100%;
}
.comments .content-comment .card .content-info {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    /* background: var(--lightGreen); */
    padding: 14px;
    border-radius: 0 12px 12px 12px;
}
.comments .content-comment .block-card-com.me .card .content-info {
    border-radius: 12px 0px 12px 12px;
    background: #eafbf7;
}
.comments .content-comment .card .content-info h6 {
    color: var(--colorParagraph);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.comments .content-comment .card .date {
    text-align: end;
    color: var(--colorParagraph);
    font-size: 11px;
    margin-top: 7px;
}
.comments .content-comment .card .content-info p {
    color: var(--colorTitre);
    font-size: 13px;
    margin-bottom: 0;
}
.comments .content-send {
    background: var(--whiteColor);
    padding: 10px 20px;
    padding-bottom: 20px;
    bottom: 0px;
    width: 700px;
    max-width: 100%;
    right: 0;
    position: fixed;
}
.comments .content-send-message {
    background: var(--whiteColor);
    padding: 10px 20px;
    padding-bottom: 20px;
    bottom: 0px;
    width: -webkit-fill-available;
    max-width: 100%;
    margin-right:20px ;
    margin-bottom: 20px;
    border-radius: 20px;
    position: fixed;
}
.comments .content-send .row {
    width: 100%;
    margin-left: 0;
}
.comments .content-send .form-control {
    resize: none;
    height: 40px;
    border: none;
    width: 108%;
    background-color: #f4f7f5;
}
.comments .content-send .btn {
    font-size: 18px;
    color: var(--colorParagraph);
}
.comments .content-send .btn:hover {
    color: var(--primaryColor);
}
.content .nav-tabs.nav-sm .nav-link.active {
    background: var(--lightGreen);
    color: var(--primaryColor);
}
.content .nav-tabs.nav-tache .nav-link {
    position: relative;
}
.content .nav-tabs.nav-tabs.nav-folder .nav-link::before {
    display: none !important;
}
.content .nav-tabs.nav-folder .nav-link.active {
    color: var(--primaryColor);
    background: none !important;
}
.content .nav-tabs.nav-folder {
    position: relative;
    padding-bottom: 20px;
}
.content .nav-folder .indicator-nav {
    position: absolute;
    width: 18px;
    height: 24px;
    background: var(--page-bg);
    border-radius: 100px 100px 0 0;
    bottom: 0px;
    left: 30px;
    transition: 0.3s ease;
}
.content .nav-folder .indicator-nav .bar {
    position: absolute;
    width: 60px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--bg-content);
    bottom: -20px;
    z-index: 1;
}
.tab-content {
    position: relative;
    z-index: 4;
}
.content .nav-folder .indicator-nav span {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: var(--primaryColor);
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}
.content .nav-folder .indicator-nav::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    background: transparent;
    border-radius: 50%;
    left: -29px;
    box-shadow: 15px 18px var(--page-bg);
}
.content .nav-folder .indicator-nav::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    background: transparent;
    border-radius: 50%;
    right: -29px;
    box-shadow: -15px 18px var(--page-bg);
}
.content .card-table .block-taks .block {
    color: var(--colorTitre);
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .card-table .block-taks .fi-rr-calendar-clock {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex: 0 0 auto;
    background: #f9f9fb;
    border-radius: 5px;
}
/* .content .card-table .block-taks .date-sm{
    position: absolute;
    right: 0;
    top: -10px;
  } */
.content .card-table .block-taks .list-tache {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 5px;
    margin-top: 7px;
    gap: 5px;
}
.content .card-table .block-taks .list-tache li {
    color: var(--colorParagraph);
    font-size: 12px;
    background: #f9f9fb;
    padding: 3px 7px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .card-table .block-taks .list-tache li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #f9f9fb;
    left: -5px;
}
.content .card-table .block-taks .link {
    font-size: 12px;
    color: var(--primaryColor);
    font-weight: 700;
}
.content .nav-tabs.nav-tache .nav-link::before {
    display: block;
}
.content .card-table.card-profil {
    z-index: 1;
}
.offcanvas-task {
    width: 550px;
}
.offcanvas-task .btn-valid {
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--colorTitre);
    font-weight: 600;
    border-radius: 8px;
}
/* .content .card-table.card-profil-sm::before{
      content: '';
      position: absolute;
      width: 100%;
      height: 60px;
      background: var(--primaryColor);
      top: 0;
      left: 0;
      z-index: -1;
  } */
/* .content .nav-tabs.nav-folder .nav-link::before{
      display: none;
  } */
/* .content .nav-tabs.nav-folder li:first-child .nav-link{
      background: #cbacf6;
  }
  .content .nav-tabs.nav-folder li:nth-child(2) .nav-link{
    background: #f79596;
}
.content .nav-tabs.nav-folder li:nth-child(3) .nav-link{
    background: #9abcc5;
}

.content .nav-tabs.nav-folder li:nth-child(4) .nav-link{
    background: #febf3f;
}
.content .nav-tabs.nav-folder li:nth-child(5) .nav-link{
    background: #b7c8a6;
} */
/* .content .nav-tabs.nav-folder li:nth-child(6) .nav-link{
    background: var(--primaryColor);
} */
/* .content .nav-tabs.nav-folder .nav-link.active{
      background: var(--whiteColor)!important;
  } */
.col-folder img.img-file {
    width: 32px;
}
.col-folder h6 {
    margin-bottom: 0;
    color: var(--colorTitre);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col-folder .text-star {
    width: 60%;
}
.col-folder .block-options {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorTitre);
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    border-radius: 100%;
    visibility: hidden;
}
.col-folder a {
    text-decoration: none;
}
.col-folder:hover .block-options {
    opacity: 1;
    visibility: visible;
}
.col-folder .block-options:hover {
    background: #f5f7fd;
    opacity: 1;
    visibility: visible;
}
.back {
    font-size: 14px;
    color: var(--colorTitre) !important;
    text-decoration: none !important;
}
.back .fi {
    font-size: 10px;
}
.col-folder .block-options:hover .dropdown-menu {
    display: block;
}
.col-folder .block-options .dropdown-menu {
    right: 0;
}
.col-folder .block-options svg {
    width: 14px;
    height: 14px;
}
.col-folder p {
    font-size: 12px !important;
    color: var(--colorparagraph);
    margin-bottom: 0;
}
.title-small {
    font-size: 12px;
    color: var(--colorParagraph);
    margin-bottom: 30px;
}
.content .card-profil .block-all-conv .block-conv button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #f6fafd;
    z-index: -1;
    top: 0;
    left: 0;
    transform: scale(1.1) scaleY(1.12);
    opacity: 0;
    display: none;
}
.content .card-table.card-conv {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
}
.content .card-profil .block-all-conv .block-conv button.active::before {
    opacity: 1;
}
.content .card-profil .block-all-conv .avatar-conv {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 10px;
}
.content .card-profil .block-all-conv .avatar-conv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .card-profil .block-all-conv .block-info-conv {
    width: 80%;
    align-items: flex-start;
}
.content .card-profil .block-all-conv .time {
    display: inline-block;
    font-size: 8px;
    position: absolute;
    right: 0;
}
.content .card-profil .block-all-conv .block-user-conv {
    position: relative;
}
.content .card-profil .block-all-conv .badge-conv {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed3b54;
    color: var(--whiteColor);
    font-size: 12px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.content .card-profil .block-all-conv .function {
    margin-bottom: 0;
    font-size: 10px !important;
}
.content .message-chat {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content .message-chat svg {
    width: 70px;
    height: 70px;
}
.content .card-profil .block-all-conv .content-conv {
    position: relative;
}
.content .card-profil .block-all-conv .content-conv p {
    color: var(--colorparagraph);
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .header-chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 20px;
    background: var(--whiteColor);
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 12px 12px 0 0;
}
.content .header-chat .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.content .header-chat .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .header-chat .name-user {
    margin-left: 10px;
}
.content .header-chat .name-user h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 0;
}
.content .header-chat .name-user p {
    color: var(--colorParagraph);
    font-size: 12px;
    margin-bottom: 0;
}
.content .card-profil .block-all-conv button.active .content-conv p {
    color: var(--colorTitre);
}
.content .card-profil .block-all-conv h6 {
    font-size: 12px;
    color: var(--colorTitre);
    font-weight: 600;
}
.content .info-lg .block-up-img .dashed svg {
    width: 24px;
    height: 24px;
    fill: var(--colorParagraph);
}
.content .info-lg .block-up-img input {
    display: none;
}
.content .info-lg .icon-lg img {
    width: 50px;
}
.content .block-task-item {
    padding: 10px 0;
}
.content .block-task-item .date {
    font-size: 12px;
    color: var(--colorTitre);
}
.content .card-widget-plan {
    position: relative;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 30px 20px;
    padding-bottom: 15px;
    overflow: hidden;
    z-index: 1;
    background: #052a6d;
}
.content .card-profil .block-detail-sm p {
    margin-bottom: 0;
    font-size: 12px;
}
.content .card-widget-plan h5 {
    font-size: 14px;
    color: var(--whiteColor);
    font-weight: 600;
}
.content .card-widget-plan h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--whiteColor);
}
.content .card-widget-plan p {
    color: var(--whiteColor);
}
.content .card-widget-plan .btn-change {
    display: inline-block;
    padding: 7px 18px;
    text-decoration: none;
    background: var(--whiteColor);
    color: var(--primaryColor);
    font-size: 12px;
    border-radius: 8px;
}
.content .card-widget-plan img {
    position: absolute;
    height: 150%;
    object-fit: cover;
    top: -40px;
    right: -80px;
    z-index: -1;
}
.content .card-lg.card-profil-lg {
    padding: 70px 20px;
    z-index: 1;
    /* background: none */
    overflow: hidden;
}
.content .card-lg.card-profil-lg .line {
    position: absolute;
    z-index: -1;
    height: 45%;
    width: 2px;
    top: 0;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column;
    gap: 10px;
    transform: rotate(50deg);
    top: 30px;
}
.content .card-lg.card-profil-lg .line:nth-child(5) {
    right: 10%;
}
.content .card-lg.card-profil-lg .line:nth-child(4) {
    right: 20%;
}
.content .card-lg.card-profil-lg .line:nth-child(3) {
    right: 30%;
}
.content .card-lg.card-profil-lg .line:nth-child(2) {
    right: 40%;
}
.content .card-lg.card-profil-lg .line:nth-child(1) {
    right: 50%;
}
.content .card-lg.card-profil-lg .line span {
    width: 10px;
    height: calc(100% / 8);
    flex: 0 0 auto;
    background: var(--whiteColor);
    border-radius: 5px;
    opacity: 0.1;
}
.content .card-lg.card-profil-lg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 55%;
    background: var(--page-bg);
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 12px 12px;
}
textarea {
    scrollbar-width: thin;
}
.modal .change-photo-profil {
    display: flex;
    width: 100%;
    border: 2px dashed var(--color-border-solid);
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 14px;
    cursor: pointer;
}
.list-img {
    padding-left: 0;
}
.list-img p {
    color: var(--colorParagraph);
    margin-bottom: 0;
    font-size: 14px;
}
.modal .change-photo-profil svg {
    width: 34px;
    height: 34px;
    fill: var(--primaryColor);
}
.modal .change-photo-profil p {
    color: var(--colorParagraph);
    font-size: 14px;
    margin-bottom: 0;
}
.content .card-lg.card-profil-lg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: var(--primaryColor);
    top: 0;
    left: 0;
    z-index: -2;
    border-radius: 12px 12px 0 0;
}
.content .card-lg.card-profil-lg .profil-lg {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.content .card-lg.card-profil-lg .profil-lg::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: var(--page-bg);
    border-radius: 100%;
    z-index: -1;
}
.content .card-lg.card-profil-lg .block-coord {
    margin-top: 50px;
}
.content .card-lg.card-profil-lg .block-coord .fi {
    font-size: 18px;
    color: var(--colorTitre);
}
.content .card-lg.card-profil-lg .block-badge-statut {
    display: inline-block;
    background: #01c258;
    font-size: 12px;
    padding: 2px 14px;
    border-radius: 25px;
    color: var(--whiteColor);
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.content .card-lg.card-profil-lg .block-coord p {
    color: var(--colorParagraph);
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 12px;
    margin-top: 5px;
}
.content .card-lg.card-profil-lg .profil-lg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.content .card-lg.card-profil-lg .profil-lg .btn-add-photo {
    position: absolute;
    display: flex;
    width: 30px;
    height: 30px;
    background: var(--bg-content);
    padding: 0;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 7px;
    border-radius: 100%;
    color: var(--colorTitre);
    font-size: 15px;
}
.content .card-lg {
    border: none;
    border-radius: 12px;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    background: transparent;
}
/* .content .card-lg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    z-index: -2;
    filter: blur(10px);
    border-radius: 12px;
    opacity: .3;
} */
.content .card-lg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primaryColor), #43996d);
    border-radius: 12px;
    z-index: -1;
}
.content .card-lg .block-circle {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 0;
    border-radius: 0 12px 12px 0;
}
.content .card-lg .circle-white {
    width: 70%;
    height: 600px;
    top: -14vw;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.053);
    position: absolute;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
}
.content .card-lg .circle-white:nth-child(1) {
    right: -150px;
}
.content .card-lg .circle-white:nth-child(2) {
    right: -100px;
}
.content .card-lg .circle-white:nth-child(3) {
    right: -50px;
}
.card-table table .avatar-table {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.card-table table .name-table {
    font-weight: 600;
}
.card-table table .avatar-table img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.content .card-lg .icon.avatar {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--whiteColor);
    border-radius: 100%;
    font-size: 14px;
    margin-right: 10px;
}
.content .card-lg .icon.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.content .card-lg h6 {
    color: var(--whiteColor);
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
}
.content .card-lg h5 {
    color: var(--whiteColor);
    margin-bottom: 0;
    font-weight: 400;
}
.content .card-lg .col-lg-5 {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    z-index: 1;
}
.content .card-lg .col-lg-5 .svg {
    position: absolute;
    width: 220px;
    display: none;
}
.content .card-lg .img-cover {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.8;
    width: 230px;
}
.content .card-lg .circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floating 3s ease infinite;
}
.content .card-lg .circle.buble {
    background: linear-gradient(-35deg, var(--primaryColor), #b1b9d1);
    filter: blur(4px);
}
.content .card-lg .circle.buble img {
    display: none;
}
.content .card-lg .avatar-user-sm {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
}
.content .card-lg .avatar-user-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .card-lg .col-lg-6 h1 {
    font-size: 22px;
    color: var(--whiteColor);
}
.content .card-lg .col-lg-6 h1 span {
    display: inline-block;
    font-weight: 400;
}
.content .card-lg .col-lg-6 p {
    margin-bottom: 0;
}
.content .card-lg .col-lg-6 p span {
    display: inline-block;
    font-weight: 600;
}
.content .card-lg .col-lg-4 .btn {
    font-size: 12px;
    padding: 5px 7px;
    color: var(--whiteColor);
    background: var(--lightGreen);
    color: var(--colorTitre);
}
.content .card-lg .col-lg-4 .btn:first-child {
    background: var(--whiteColor);
    margin-right: 10px;
    color: var(--primaryColor);
}
.content .card-folder {
    border-radius: 0 12px 12px 12px !important;
    z-index: 1;
    /* background: transparent!important;
    background-size: 100% 50%!important;
    background-position: center!important;
    background-repeat: no-repeat!important; */
    /* padding-top: 40px!important; */
}
.content .card-folder .progress-sm {
    width: 100%;
    border-radius: 12px;
    height: 4px;
    margin-top: 10px;
    background: var(--lightGreen);
}
.content .card-folder .progress-sm .bar-sm {
    height: 100%;
    border-radius: 12px;
    background: var(--primaryColor);
}
.content .col-lg-3:nth-child(3) .card-folder .progress-sm .bar-sm {
    background: #ff8000;
}
.content .col-lg-3:nth-child(2) .card-folder .progress-sm .bar-sm {
    background: #17e3a9;
}
.content .col-lg-3:nth-child(4) .card-folder .progress-sm .bar-sm {
    background: #ffb830;
}
.content .card-folder p {
    font-size: 10px !important;
}
.content .card-folder::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 10px;
    top: -10px;
    left: 0;
    background: var(--whiteColor);
    border-radius: 12px 0px 0px 0px;
}
.content .card-folder::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 10px;
    top: -10px;
    left: 35%;
    background: #f4f5fc;
    transform: skew(42deg);
}
.content .card-folder .sm-avatar {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .card-folder .sm-avatar.sm-avatar-bg {
    background: #e1dde6;
    color: var(--primaryColor);
    font-size: 12px;
}
.content .card-folder .sm-avatar.sm-avatar-bg .fi {
    font-size: 6px;
}
.content .card-folder .sm-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.content .card-folder .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transform: scale(1.15);
    z-index: -1;
    display: none;
}
.content .block-label .block {
    font-size: 14px;
    color: var(--colorParagraph);
    font-weight: 500;
}
.content .block-label .block span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: red;
    margin-right: 5px;
    flex: 0 0 auto;
}
.content .block-label .block:first-child span {
    background: var(--primaryColor);
}
.content .block-label .block:last-child span {
    background: #e32817;
}
.content .card-folder h5 {
    font-size: 12px !important;
}
@keyframes floating {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(15px) translateX(-15px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}
.content .card-lg .circle:nth-child(1) {
    top: 40px;
    width: 100px;
    height: 100px;
    right: 10px;
    animation-delay: -1s;
}
.content .card-lg .circle:nth-child(1) img {
    width: 50px;
}
.content .card-lg .circle img {
    filter: blur(2px);
}
.content .card-lg .circle:nth-child(2) {
    top: 0px;
    right: 120px;
    animation-delay: -1.5s;
}
.content .card-lg .circle:nth-child(2) img {
    width: 15px;
}
.content .card-lg .circle:nth-child(3) {
    top: 30px;
    right: 150px;
    width: 70px;
    height: 70px;
    animation-delay: -2s;
}
.content .card-lg .circle:nth-child(3) img {
    width: 30px;
}
.content .card-lg .circle::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.199);
    display: none;
}
.content .block-scroll-table {
    height: calc(100vh - 64vh);
    overflow-y: auto;
    scrollbar-width: none;
}
.card-table .block-totaux {
    margin-top: 20px;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.row-price {
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 5px;
}
.card-table .block-totaux .block-item-prix {
    color: var(--colorParagraph);
    margin-right: 10px;
}
.card-table .block-totaux span {
    font-size: 16px;
    font-weight: 700;
    color: var(--colorTitre);
}
.card-table .block-totaux span:nth-child(2) {
    color: var(--primaryColor);
    font-size: 14px;
}
.content .card-lg h1 {
    color: var(--whiteColor);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}
.content .card-lg p {
    color: var(--whiteColor);
    font-size: 14px;
}
.content .card-sm {
    padding: 20px 20px;
    border: none;
    background: var(--page-bg);
    box-shadow: var(--box-shadow-card);
    border-radius: 12px;
}
.content .card-sm.mt {
    margin-top: -50px;
}
.content .card-sm .block-statuts .statut {
    margin-right: 5px;
}
.content .card-sm .block-statuts .statut:last-child {
    margin-right: 0;
}
.content .card-sm .block-statuts .bubble {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: red;
    margin-right: 2px;
}
.content .card-sm .block-statuts .bubble.active {
    background: #01c258;
}
.content .card-sm .block-statuts .bubble.missing {
    background: #ed3b54;
}
.content .card-sm .block-statuts .bubble.vacation {
    background: #ff8000;
}
.content .card-sm .block-statuts .bubble.offsite {
    background: #ffc400;
}
.content .card-sm .block-statuts div {
    font-size: 12px;
    font-weight: 600;
    color: var(--colorParagraph);
}
.content .card-sm-stat {
    margin-top: 0;
}
.content .nav .block-canal {
    padding: 10px 7px;
    text-align: center;
    width: 20%;
}
.content .nav .block-canal.email {
    background: #ed3667;
    color: var(--whiteColor);
    box-shadow: 0px 6px 18px -6px #ed3667b5;
    border-radius: 5px;
}
.content .nav .block-canal.whatsapp {
    background: #25d366;
    color: var(--whiteColor);
    box-shadow: 0px 6px 18px -6px #1ee8a5b5;
    border-radius: 5px;
}
.content .nav .block-canal.sms {
    background: #208bfd;
    color: var(--whiteColor);
    box-shadow: 0px 6px 18px -6px #208bfdb5;
    border-radius: 5px;
}
.content .nav .block-canal.call {
    background: #ff8000;
    color: var(--whiteColor);
    box-shadow: 0px 6px 18px -6px #ff8000b5;
    border-radius: 5px;
}
.content .btn-play {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--colorTitre);
    cursor: pointer;
    background: linear-gradient(35deg, #ed3667, #ff8000);
    transition: 0.3s;
}
.content .btn-play .icon-pause {
    display: none;
}
.content .btn-play .icon-pause.show {
    display: block;
}
.content .btn-play .icon-play.hidden {
    display: none;
}
.content .btn-play:hover {
    color: var(--primaryColor);
}
.content .btn-play svg {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}
.content .col-lg-6 label {
    color: var(--colorTitre);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.content .block-drop-file {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .block-drop-file .content-file {
    width: 100%;
    padding: 10px 0;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content .block-drop-file .content-file p {
    color: var(--colorParagraph);
    font-size: 14px;
    margin-bottom: 0;
}
.content .card-table .block-price {
    position: absolute;
    right: 20px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    flex-direction: column;
}
.content .card-table .block-folder {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.content .card-users .block-title h6 {
    font-size: 12px;
    color: var(--colorTitre);
    display: flex;
}
.content .card-users .block-title h6 svg {
    height: 14px;
    width: 14px;
}
.content .card-users .block-title h6 span {
    color: var(--colorParagraph);
}
.content .card-users {
    border: none;
    background: var(--whiteColor);
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.03); */
    border-radius: 12px;
    padding: 20px 10px;
}
.content .card-users .block-avatar {
    display: flex;
}
.content .card-users.card-table p {
    font-size: 12px;
    color: var(--colorParagraph);
}
.content .card-users .user {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorParagraph);
    border: 2px solid #fff;
    margin-right: -5px;
}
.content .card-users .user:nth-child(1) {
    z-index: 1;
}
.content .card-users .user:nth-child(2) {
    z-index: 0;
}
.content .card-users .user:nth-child(3) {
    z-index: -1;
}
.content .card-users .user:nth-child(4) {
    z-index: -2;
}
.content .card-users .user.badge-plus {
    background: #f9f9fb;
}
.content .card-users .user.badge-plus svg {
    width: 12px;
    height: 12px;
}
.content .card-users .user .online {
    width: 10px;
    height: 10px;
    position: absolute;
    right: -1px;
    bottom: -5px;
    border: 1px solid #fff;
    background: #01c258;
    border-radius: 100%;
}
.content .card-users .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .card-table .block-taks {
    padding: 10px 0;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-bottom: 0;
}
.content .card-table .block-taks h6 {
    margin-bottom: 0;
    color: var(--colorTitre);
    font-size: 12px;
}
.content .card-table .block-taks.task {
    padding-left: 0;
}
.content .card-table .block-taks.task .block-options-sm a {
    color: var(--colorParagraph);
    font-size: 14px;
    text-decoration: none;
    margin-right: 16px;
}
.content .card-table .block-taks.task .user {
    margin-top: 0;
}
.content .card-table .block-taks.task .block-options-sm a:last-child {
    margin-right: 0;
}
.content .card-table .block-taks.task .block-detail {
    padding-left: 0;
}
.content .card-table .block-taks.task::before,
.content .card-table .block-taks.task::after {
    display: none;
}
.content .card-table .block-taks.task .badge-task {
    font-size: 10px;
}
.content .card-table .block-taks.task .badge-task.urgent {
    background: #ed3b54;
    color: var(--whiteColor);
    border-radius: 12px;
    padding: 1px 5px;
    display: inline-block;
}
.content .card-table .block-taks.task .badge-task.moyen {
    background: #ff8000;
    color: var(--whiteColor);
    border-radius: 12px;
    padding: 1px 5px;
    display: inline-block;
}
.content .card-table .block-taks.task .dropdown .btn {
    padding: 0;
}
.content .card-table .block-taks.task .dropdown .dropdown-menu {
    inset: 0% 0 auto auto !important;
}
.content .card-table .block-taks.task .badge-task.normal {
    background: #01c258;
    color: var(--whiteColor);
    border-radius: 12px;
    padding: 1px 5px;
    display: inline-block;
}
.content .card-table .block-taks::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.content .card-table .block-all-commission .block-taks::before {
    left: 5px;
}
.content .card-table .block-taks:nth-child(1n)::after {
    background: #43996d;
}
.content .card-table .block-taks:nth-child(2n)::after {
    background: #537dfa;
}
.content .card-table .block-taks:nth-child(3n)::after {
    background: #17e3a9;
}
.content .card-table .block-taks:nth-child(4n)::after {
    background: #fcd04a;
}
.content .card-table .block-taks:nth-child(5n)::after {
    background: #ff8a43;
}
.content .card-table .block-taks:nth-child(6n)::after {
    background: #e32817;
}
.content .card-table .block-taks::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 36%;
    left: -5px;
    transform: translateY(-50%);
    background: var(--primaryColor);
    border-radius: 10px;
    border: 2px solid var(--page-bg);
}
.content .card-table .block-all-commission .block-taks::after {
    left: 0px;
}
.content .card-table .block-all-commission .block-taks .purcent-sm {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 4px;
}
.content .card-table .block-all-commission .block-taks:nth-child(1n) .purcent-sm {
    background: #e6f6ee;
    color: #43996d;
}
.content .card-table .block-all-commission .block-taks:nth-child(2n) .purcent-sm {
    background: #e4ebfe;
    color: #537dfa;
}
.content .card-table .block-all-commission .block-taks:nth-child(3n) .purcent-sm {
    background: #ecfffa;
    color: #17e3a9;
}
.content .card-table .block-all-commission .block-taks:nth-child(4n) .purcent-sm {
    background: #fefbeb;
    color: #fcd04a;
}
.content .card-table .block-all-commission .block-taks:nth-child(5n) .purcent-sm {
    background: #fef3e3;
    color: #ff8a43;
}
.content .card-table .block-all-commission .block-taks:nth-child(6n) .purcent-sm {
    background: #fff1ef;
    color: #ff5a5a;
}
.content .card-table .block-all-commission .block-widget:nth-child(1n) .purcent-sm {
    background: #e6f6ee;
    color: #43996d;
}
.content .card-table .block-all-commission .block-widget:nth-child(2n) .purcent-sm {
    background: #e4ebfe;
    color: #537dfa;
}
.content .card-table .custumer .badge-custumer {
    background: var(--bg-content);
    color: var(--primaryColor);
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 2px 10px;
    justify-content: center;
    font-size: 12px;
}
.content .card-table .block-all-commission .block-widget:nth-child(3n) .purcent-sm {
    background: #ecfffa;
    color: #17e3a9;
}
.content .card-table .block-all-commission .block-widget:nth-child(4n) .purcent-sm {
    background: #fefbeb;
    color: #fcd04a;
}
.content .card-table .block-all-commission .block-widget:nth-child(5n) .purcent-sm {
    background: #fef3e3;
    color: #ff8a43;
}
.content .card-table .block-all-commission .block-widget:nth-child(6n) .purcent-sm {
    background: #fff1ef;
    color: #ff5a5a;
}
.content .card-table .block-all-commission .block-taks .purcent-sm h6 {
    font-size: 10px;
    font-weight: 600;
}
.content .card-table .block-taks .block-detail {
    padding-left: 10px;
}
.content .card-table .block-taks .user {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorParagraph);
    border: 2px solid #fff;
    margin-right: -5px;
    margin-top: 7px;
}
.content .card-table .block-taks .user:hover {
    z-index: 5 !important;
}
.content .card-table .block-taks .user .name-popper {
    position: absolute;
    background: var(--primaryColor);
    color: var(--whiteColor);
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 1;
    top: -20px;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.content .card-table .block-taks .user:hover .name-popper {
    opacity: 1;
    visibility: visible;
    top: -38px;
    transform: translateX(-50%) scale(1);
}
.content .card-table .block-taks .user .name-popper::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--primaryColor);
    border-radius: 5px;
    z-index: -1;
    bottom: -4px;
    transform: rotate(45deg);
}
.content .btn-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -ms-border-radius: 100% !important;
    -o-border-radius: 100% !important;
}
.content .card-table .block-taks .progressBar {
    width: 85%;
    height: 5px;
    border-radius: 5px;
    background: var(--lightGreen);
}
.content .card-table .block-taks .progressBar .move {
    width: 50%;
    height: 100%;
    background: #01c258;
    border-radius: 5px;
}
.content .card-table .block-taks .pourcentage {
    width: 15%;
    display: flex;
    justify-content: end;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
}
.content .card-table .block-taks .user:first-child {
    z-index: 5;
}
.content .card-table .block-taks .user:nth-child(2) {
    z-index: 4;
}
.content .card-table .block-taks .user:nth-child(3) {
    z-index: 3;
}
.content .card-table .block-taks .user:last-child {
    z-index: 6;
}
.content .card-table .block-taks img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .card-table .block-taks .btn-end {
    position: absolute;
    right: 0;
    top: -20px;
    padding: 0;
    color: var(--colorParagraph);
    font-size: 14px;
}
.content .card-table .block-taks .block-img-file {
    border-radius: 8px;
    height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .card-table .block-taks .block-img-file img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.content .card-table .block-taks p {
    font-size: 12px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-break: break-all;
}
.content .card-table .block-taks .user.badge-plus {
    background: #f9f9fb;
    cursor: pointer;
}
.content .card-table .block-taks .user.badge-plus svg {
    width: 10px;
    height: 10px;
    border: none;
}
.content .card-table .block-folder:last-child {
    border-bottom: 1px solid transparent;
}
.content .card-table .block-band {
    position: absolute;
    width: 100%;
    height: 50px;
    background: var(--lightGreen);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 12px 12px 0 0;
    display: none;
}

/* .content .card-table .chart-pie-lg{
    width: 350px!important;
    height: 350px!important;
} */
.content .card-table p {
    font-size: 14px;
    color: var(--colorParagraph);
}
.content .card-table .block-price h3 {
    color: var(--colorTitre);
    font-weight: 600;
    margin-bottom: 0;
}
.content .card-table .block-price h3 sup {
    color: var(--primaryColor);
    font-size: 16px;
}
.content .card-table .block-progress h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 10px;
}
.content .card-table .block-progress {
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .card-table .block-progress .progressbar {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ececec;
    margin-bottom: 10px;
}
.content .card-table .btn-download-sm {
    color: var(--primaryColor) !important;
}
.content .card-table .block-progress .progressbar .bar-move {
    width: 30%;
    height: 100%;
    background: var(--primaryColor);
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .card-table .block-progress .progressbar .bar-move .pin {
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--whiteColor);
    border-radius: 100%;
    right: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .card-table .block-progress .progressbar .bar-move .pin::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--primaryColor);
    border-radius: 100%;
}
.content .card-table .link {
    color: var(--primaryColor);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.content .card-table .block-icon-payment {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.content .card-table .card-logo-payment {
    width: 60px;
}
.content .card-table .card-logo-payment img {
    width: 80%;
    /* height: 50%; */
}
.content .card-table .info h6 {
    color: var(--colorTitre);
    font-weight: 600;
    font-size: 14px;
}
.content .card-table .btn-edit {
    font-size: 14px;
    padding: 0;
    color: var(--primaryColor);
}
.content .block-drop-file .content-file svg {
    width: 24px;
    height: 24px;
    fill: var(--primaryColor);
}

.content .block-drop-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.content .form-control {
    font-size: 14px;
    color: var(--colorparagraph);
}
.content .card-table input.form-control,
.content .card-table .form-select {
    height: 40px;
    padding: 0.375rem 0.75rem;
}
.content .card-table .form-control::placeholder {
    color: var(--colorParagraph) !important;
    opacity: 0.9;
    cursor: none;
}
.content .card-table .btn-light {
    color: var(--primaryColor);
    background: var(--lightGreen);
    padding: 8px 24px;
    font-size: 14px;
    margin-right: 7px;
}
.content .card-table .btn-light:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.content .card-table .btn-light .fi {
    margin-right: 5px;
}
.content .card-table .form-select:disabled {
    background: var(--bg-content);
    opacity: 0.7;
    cursor: not-allowed;
}
.content .card-table .form-control:disabled {
    background: var(--bg-content);
    opacity: 0.7;
    cursor: not-allowed;
}
.content .card-table .form-control,
.content .card-table .form-select {
    background: var(--bg-form-control);
    border-color: var(--color-border-solid) !important;
    color: var(--color-text-form-control);
}
.content .card-table .form-control:focus,
.content .card-table .form-select:focus,
.modal .form-select:focus {
    border-color: #00aef083;
    box-shadow: none;
}
.alert-warning {
    display: flex;
    width: 100%;
    padding: 5px 14px;
    border-radius: 8px;
    background: #fdede5;
    color: #eb5c1a;
}
.alert-warning small {
    color: #eb5c1a !important;
}
.alert-warning .fi {
    margin-right: 5px;
}
.alert-success {
    display: flex;
    width: 100%;
    padding: 5px 14px;
    border-radius: 8px;
    background: var(--bg-badge-success);
    color: var(--color-badge-success);
}
.alert-success small {
    color: var(--color-badge-success) !important;
}
.alert-success .fi {
    margin-right: 5px;
}
.alert-danger {
    display: flex;
    width: 100%;
    padding: 5px 14px;
    border-radius: 8px;
    background: var(--bg-badge-red);
    color: var(--color-badge-red);
}
.alert-danger small {
    color: var(--color-badge-red) !important;
}
.alert-danger .fi {
    margin-right: 5px;
}
.content .card-show-text p {
    margin-bottom: 0;
    color: var(--colorTitre);
    font-size: 10px;
    line-height: 120%;
}
.content .card-show-text.whatsapp {
    background: #dcf8c6;
}
.content .card-show-text.sms {
    background: #dde4ff;
}
.content .form-control::placeholder {
    color: rgba(0, 0, 0, 0.27);
}
.content .btn-next {
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 10px 35px;
}
.content .btn-prev {
    color: var(--colorTitre);
    padding: 10px 35px;
    font-size: 14px;
}
.content .btn svg {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
.content h1 {
    font-size: 24px;
    color: var(--colorTitre);
    font-weight: 600;
}
.content .card-sm .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    z-index: 1;
    margin-top: -30px;
}
.content .card-sm .icon::before {
    content: "";
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background: var(--bg-content);
    z-index: -2;
    position: absolute;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.content .card-sm .icon .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    z-index: -1;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.content .card-sm .icon .fi {
    margin-top: 5px;
}
.content .card-sm span {
    position: absolute;
    right: 20px;
    font-size: 10px;
    padding: 2px 10px;
    text-align: center;
}
.content .card-sm span.color-blue {
    background: #e8eefd;
    border-radius: 25px;
    color: #208bfd;
}
.content .card-sm span.color-green {
    background: #e1f4e8;
    border-radius: 25px;
    color: #25d366;
}
.content .card-sm span.color-red {
    background: #f8e8ec;
    border-radius: 25px;
    color: #ed3667;
}
.content .card-sm span.color-yellow {
    background: #fff2e4;
    border-radius: 25px;
    color: #ff8000;
}
.content .card-sm .icon-email {
    background: #ed3667;
    color: var(--whiteColor);
}
.content .card-sm .icon-whatsapp {
    background: #25d366;
    color: var(--whiteColor);
}
.content .card-sm .icon-sms {
    background: #208bfd;
    color: var(--whiteColor);
}
.content .card-sm .icon-call {
    color: var(--whiteColor);
}
.content .card-sm .icon-call.icon-sm {
    font-size: 18px;
    width: 40px;
    border-radius: 12px;
    height: 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.content .card-sm .icon-call.icon-sm .bg {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.content .block-card-xs {
    width: calc(100% / 6);
    margin-right: 10px;
}
.content .block-card-xs:last-child {
    margin-right: 0;
}
.content .block-card-xs .card {
    padding: 20px 15px !important;
    height: 100%;
}
.content .block-card-xs .card h5 {
    font-size: 14px;
    font-weight: 600;
}
.title-label {
    font-size: 16px;
    color: var(--colorParagraph);
}
.content .block-card-xs .card .icon-call.icon-sm::before {
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.content .card-sm h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--colorTitre);
}
.pagination {
    margin-bottom: 0;
}
.pagination .page-item.active .page-link {
    background: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
}
.pagination .page-item .page-link {
    background: none !important;
    color: var(--colorParagraph) !important;
}
.pagination .page-item .page-link:hover {
    background: var(--lightGreen) !important;
    color: var(--primaryColor) !important;
}
.content .card-sm h3 {
    font-size: 28px;
    font-weight: 600;
    color: var(--primaryColor);
    margin-bottom: 0px;
}
.content .card-sm h3.success {
    color: var(--primaryColor);
}
.block-login .form-control.form-error {
    background: #f0cfcb;
}
.error-message {
    color: #e32817;
    font-size: 14px;
    margin-top: -16px;
}
.content .card-sm h3.danger {
    color: #e32817;
}
.content .card-sm h3.default {
    color: var(--colorTitre);
}
.content .card-sm h3 div {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
    /* color: var(--colorTitre); */
}
.content .card-sm h3 div.green {
    color: #01c258;
}
.content .card-sm h3 div.red {
    color: #ff0022;
}
.content .card-sm h3 div .fi {
    font-size: 12px;
    margin-left: 5px;
}
.content .card-sm p {
    color: var(--colorParagraph);
    font-size: 14px;
    margin-bottom: 0;
}
.content .card-sm a {
    color: var(--colorParagraph);
    font-size: 12px;
    margin-bottom: 0;
}
.content .card-sm a svg {
    width: 12px;
    height: 12px;
}
.content .card-table .block-avatar-user-lg {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.content .card-table .pagination .page-link {
    border: none;
    color: var(--colorParagraph);
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
}
.content .card-table .pagination .page-link.active {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.content .card-table .pagination .page-link:hover {
    background: #f9f9f9;
}
.content .card-table h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 0;
}
.content .card-table.card-profil h4 {
    font-size: 15px;
}
.content .card-table.card-profil p {
    font-size: 14px;
}
.content .card-table.card-profil h6 {
    color: var(--colorTitre);
    font-size: 14px;
}
.modal .form-control,
.modal .form-select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.modal input.form-control,
.modal .form-select {
    height: 40px;
    color: var(--colorParagraph);
    background: var(--bg-form-control);
    border-color: var(--color-border-solid) !important;
    color: var(--color-text-form-control);
}
.modal .form-control {
    color: var(--colorParagraph);
    background: var(--bg-form-control);
    border-color: var(--color-border-solid) !important;
    color: var(--color-text-form-control);
}
.modal .form-control::placeholder {
    color: var(--colorParagraph) !important;
    opacity: 0.5;
}
.block-swich-sm {
    align-items: center;
    position: relative;
    margin-top: 10px;
}
.block-swich-sm input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.block-swich-sm .swich-toggle {
    position: relative;
    width: 34px;
    height: 20px;
    border-radius: 25px;
    border: 1px solid var(--color-border-solid);
    background: var(--bg-form-swich);
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.block-swich-sm .swich-toggle::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    left: 2px;
    border-radius: 50%;
    border: 1px solid var(--color-border-solid);
    transition: 0.3s ease;
    background: var(--bg-toggle-swich);
}
.col-12 .position-relative {
    width: 100%;
}
.block-swich-sm.active .swich-toggle {
    background: var(--primaryColor);
    border-color: transparent;
}
.block-swich-sm span {
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 500;
}
.block-swich-sm.active .swich-toggle::before {
    left: calc(34px - 18px);
    background: var(--page-bg);
    border-color: transparent;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.modal .form-control:focus,
.modal .form-select:focus {
    border-color: #00aef083;
}
.content .card-table small {
    color: var(--colorParagraph);
}
.content .card-table {
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: var(--box-shadow-card);
    z-index: 1;
    /* overflow: hidden; */
    background: var(--page-bg);
}
.content .card-table.card-new-task {
    background: transparent;
    box-shadow: none;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    height: 170px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
}
.content .card-table .table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
    margin-bottom: 20px;
}
.content .card-table .header-title {
    padding: 12px 0;
    position: relative;
    z-index: 1;
}
.content .card-table .header-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: var(--lightGreen); */
    z-index: -1;
    transform: scaleX(1.5);
}
.content .card-table .table tr td,
.content .card-table .table tr th {
    padding: 10px 20px;
}
.content .card-table .table tr th {
    white-space: nowrap;
}
.content .card-table .table tr td .num {
    display: inline-block;
    background: var(--bg-form-control);
    padding: 2px 10px;
    border-radius: 8px;
}
.content .card-table .table tr th {
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 500;
}
.btn-back-prev {
    font-size: 14px;
    color: var(--colorTitre);
    margin-right: 10px;
}
.content .card-table .table tr td {
    font-size: 14px;
    color: var(--colorParagraph);
    border: none;
}
.content .card-table .table tr td.name {
    color: var(--colorTitre);
}
.table > :not(:first-child) {
    border: none;
}
.content .card-table .table tbody tr td {
    position: relative;
    transition: 0.3s;
}
.content .card-table .table tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
    padding-left: 10px;
}
.content .card-table .table tbody tr td:last-child {
    border-radius: 0px 12px 12px 0px;
}
.content .card-table .table tbody tr:hover {
    --falcon-table-accent-bg: transparent !important;
}

.content .card-table .table tbody tr:hover td {
    background: var(--lightGreen);
    color: var(--primaryColor);
}
.content .card-table .table tbody td .badge-etat {
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 25px;
}
.content .card-table .table tbody td .badge-etat.badge-success {
    background: #e6f6ee;
    color: var(--primaryColor);
}
.content .card-table .table tbody td .badge-etat.badge-inprogress {
    background: #f7f2ed;
    color: #fc850d;
}
.content .card-table .table tbody td .badge-etat.badge-insuspend {
    background: #fff3f4;
    color: #ff0022;
}
/* .content .card-table .table tbody tr td:first-child:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 50%;
    background: #04f5c8;
    left: 0;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
} */
/* .content .card-table .table tbody tr td:first-child span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e8eefd;
    color: var(--primaryColor);
} */
.content .card-table .table tbody tr td .badge.badge-success {
    background: var(--bg-badge-success) !important;
    color: var(--color-badge-success);
    font-weight: 500;
}
.content .card-table .table tbody tr td .badge.badge-red {
    background: var(--bg-badge-red) !important;
    color: var(--color-badge-red);
    font-weight: 500;
}
.btn:active,
.btn:focus {
    box-shadow: none;
}
.content .card-table .table tbody tr td .badge.badge-yellow {
    background: var(--bg-badge-yellow) !important;
    color: var(--color-badge-yellow);
    font-weight: 500;
}
.content .card-table .table tbody tr td .btn {
    font-size: 12px;
    color: var(--primaryColor);
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.content .card-table .table tbody tr td .btn .fi {
    margin-right: 5px;
}
.content .card-table .table tbody tr td .btn:last-child {
    margin-right: 0px;
}
.content .card-table .table tbody tr td .block-avatar-user .avatar-sm {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    margin-right: 10px;
}
.content .card-table .table tbody tr td .block-avatar-user .avatar-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.content .card-table .table tbody tr td .btn:last-child {
    color: #ed3667;
}
.content .card-table hr {
    background: rgba(0, 0, 0, 0.05);
}
.content .progressBar {
    width: 80%;
    height: 5px;
    border-radius: 5px;
    background: var(--lightGreen);
}
.content .progressBar .move {
    width: 50%;
    height: 100%;
    background: var(--primaryColor);
    border-radius: 5px;
}
.content .tools-sm {
    margin-top: 20px;
}
.content .tools-sm a {
    font-size: 14px;
    color: var(--colorParagraph);
    margin-right: 20px;
}
.content .tools-sm a:last-child {
    margin-right: 0;
}
.content .pourcentage {
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 600;
}
.download {
    font-size: 14px;
    color: var(--primaryColor);
}
.content .card-table .block-progress-circle {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-circle);
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.content .card-table .block-progress-circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background: var(--primaryColor);
    opacity: 0.05;
    transform: scale(1.01) rotate(-45deg);
    -webkit-transform: scale(1.01) rotate(-45deg);
    -moz-transform: scale(1.01) rotate(-45deg);
    -ms-transform: scale(1.01) rotate(-45deg);
    -o-transform: scale(1.01) rotate(-45deg);
    animation: spiner 5s linear infinite;
}
.content .card-table .block-progress-circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background: var(--primaryColor);
    opacity: 0.03;
    transform: scale(1.01) rotate(65deg);
    -webkit-transform: scale(1.01) rotate(65deg);
    -moz-transform: scale(1.01) rotate(65deg);
    -ms-transform: scale(1.01) rotate(65deg);
    -o-transform: scale(1.01) rotate(65deg);
    animation: spiner 10s linear infinite reverse;
}
.content .card-table .block-progress-circle-sm {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    background: var(--bg-circle-sm);
    position: relative;
    z-index: 1;
}
.content .card-table .block-progress-circle-sm::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background: #e32817;
    opacity: 0.05;
    transform: scale(1.01) rotate(-45deg);
    -webkit-transform: scale(1.01) rotate(-45deg);
    -moz-transform: scale(1.01) rotate(-45deg);
    -ms-transform: scale(1.01) rotate(-45deg);
    -o-transform: scale(1.01) rotate(-45deg);
    animation: spiner 5s linear infinite;
}
.content .card-table .block-progress-circle-sm::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background: #e32817;
    opacity: 0.03;
    transform: scale(1.01) rotate(65deg);
    -webkit-transform: scale(1.01) rotate(65deg);
    -moz-transform: scale(1.01) rotate(65deg);
    -ms-transform: scale(1.01) rotate(65deg);
    -o-transform: scale(1.01) rotate(65deg);
    animation: spiner 10s linear infinite reverse;
}
.content .card-table .block-progress-circle-sm .pourcent {
    position: absolute;
    display: flex;
    align-items: center;
    color: #e32817;
}
.content .card-table .block-progress-circle .pourcent {
    position: absolute;
    display: flex;
    align-items: center;
    color: var(--primaryColor);
}
.content .card-table .block-scroll {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.content .card-table .block-scroll-sm {
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}
.content .card-table .block-progress-circle .pourcent span:nth-child(1) {
    font-weight: 600;
}
.content .card-table .block-progress-circle .pourcent span:nth-child(2) {
    font-size: 14px;
}
.content .card-table .block-progress-circle-sm .pourcent span:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
}
.content .card-table .block-progress-circle-sm .pourcent span:nth-child(2) {
    font-size: 14px;
}
.content .card-table .block-progress-circle svg path {
    stroke-linecap: round;
}
.content .card-table .block-progress-circle-sm svg path {
    stroke-linecap: round;
}

.content .btn-add {
    background: var(--primaryColor);
    font-size: 14px;
    color: var(--whiteColor);
    border-radius: 8px !important;
    z-index: 200;
    padding: 8px 24px;
}
.content .btn-add.btn-white {
    background: #fff;
    color: var(--primaryColor);
}
.content .btn-add.btn-white:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.content .btn-add.btn-ight {
    background: var(--lightGreen);
    color: var(--primaryColor);
}
.content .btn-sm-add {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    background: transparent;
    font-size: 10px;
    padding: 3px 5px;
}
.content .btn-sm-add:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.content .btn-sm-add i {
    font-size: 9px !important;
}
.content .btn-outline {
    background: transparent;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}
.content .btn-outline:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.content .card-table .form-control-search-sm {
    border: none;
    background: #edf0ee;
    font-size: 14px;
}
.content .card-table .btn-search-sm {
    border-color: transparent;
    background: #edf0ee;
    font-size: 14px;
    border-radius: 0 8px 8px 0;
    /* background: var(--bg-form-control); */
    color: var(--colorParagraph);
}
.content .btn-download {
    background: var(--lightGreen);
    color: var(--colorTitre);
}
.content .btn-add i {
    font-size: 12px;
    margin-right: 2px;
}
.form-control,
.form-select {
    box-shadow: none;
}
.content .col-lg-6 h1 {
    font-size: 32px;
    color: var(--colorTitre);
    font-weight: 600;
}
.content .nav-tabs {
    border: none;
    z-index: 3;
    position: relative;
}
.tox .tox-statusbar {
    display: none !important;
}
.tox-tinymce {
    border: 1px solid #e4ece9 !important;
    height: 500px !important;
}
.tox-editor-header {
    box-shadow: none !important;
    background: var(--lightGreen) !important;
}
.tox .tox-toolbar__primary {
    background: transparent !important;
}
.tox .tox-toolbar-overlord {
    background: transparent !important;
}
.tox .tox-tbtn {
    color: var(--colorParagraph) !important;
    transition: 0.5s;
    background: transparent !important;
}
.tox .tox-tbtn svg {
    fill: var(--colorParagraph) !important;
}
.tox .tox-tbtn:hover svg {
    fill: var(--primaryColor) !important;
}
.tox .tox-tbtn:hover {
    color: var(--primaryColor) !important;
    background: var(--whiteColor) !important;
}
.content .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: var(--colorTitre);
    position: relative;
    font-weight: 500;
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.content .nav-tabs .nav-link .num {
    width: 20px;
    height: 20px;
    background: #ff0022;
    border-radius: 100%;
    color: var(--whiteColor);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.content .tab-pane .text-end.mb-4 {
    margin-top: -50px;
}
.content .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background: var(--primaryColor);
    left: 50%;
    transform: translate(-50%, 0) scale(0);
    bottom: 0px;
    border-radius: 5px;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: none;
}
.content .nav-tabs .nav-link.active::before {
    transform: translate(-50%, 0) scale(1);
}
.content .nav-tabs .nav-link.active {
    background: transparent;
    color: var(--colorTitre);
    font-weight: 600;
}
.content .card-stat-lg p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--colorParagraph);
}
.content .card-stat-lg h4 {
    font-size: 16px;
    color: var(--colorTitre);
}
.content .title-sm {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorTitre);
}
.content .card-stat-lg .cib h5 {
    color: #00abff;
}
.content .card-stat-lg .flux h5 {
    color: #ff8000;
}
.content .card-stat-lg .read h5 {
    color: #01c258;
}
.content .card-stat-lg .failled h5 {
    color: #ed3b54;
}
.content .card-stat-lg h5 {
    font-size: 16px;
    font-weight: 600;
}
.content .card-email {
    border-left: 5px solid #ed3667;
}
.content .icon-lg {
    color: var(--colorTitre);
    position: relative;
}
.content .card-whatsapp {
    border-left: 5px solid #25d366;
}

.content .card-message {
    border-left: 5px solid #208bfd;
}

.content .card-call {
    border-left: 5px solid #ff8000;
}
.content .block-group {
    cursor: pointer;
}

.content .block-group .icon {
    color: var(--primaryColor);
    margin-bottom: 10px;
}
.content .block-group .icon img {
    width: 70px;
}
.content .block-group h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--colorTitre);
}
.content .block-group small {
    font-size: 12px;
    color: var(--colorParagraph);
}
.content .card-table .number {
    font-size: 14px;
    color: var(--colorTitre);
}
.content .card-table .number span {
    color: var(--primaryColor);
}

.content .card-sm h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 20px;
}
.content .card-sm .form-check {
    padding-left: 0;
    margin-bottom: 10px;
}
.content .card-sm .form-check label {
    color: var(--colorTitre);
    font-size: 14px;
}
.content .card-sm .form-check-input.swich-mail:checked {
    background-color: #ed3b54;
    border-color: #ed3b54;
}
.content .card-sm .form-check-input:focus {
    box-shadow: none;
}
.content .card-sm .form-check-input.swich-whatsapp:checked {
    background-color: #25d366;
    border-color: #25d366;
}
.content .card-sm .form-check-input.swich-call:checked {
    background-color: #ff8000;
    border-color: #ff8000;
}
.content .card-sm .form-check-input.swich-sms:checked {
    background-color: #208bfd;
    border-color: #208bfd;
}
.content .card-sm .form-check .form-check-input {
    float: right;
}
.content .card-sm .form-control {
    font-size: 14px;
    color: var(--colorTitre);
}
.content .card-sm .form-control::placeholder {
    color: rgba(0, 0, 0, 0.27);
}
.btn {
    font-family: inherit;
}
.block-login {
    background: var(--bg-content);
    min-height: 100vh;
}
.block-login .block-bg-app {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.block-login .block-bg-app .before {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: var(--primaryColor);
    background-image: url('/assets/images/2.jpeg');
    background-size: cover;
    background-position: center;
    z-index: 11;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.block-login .block-bg-app .before::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* gris foncé, change l'opacité si besoin */
    border-radius: 32px;
    z-index: 2;
}

.block-login .block-bg-app .before h1 {
    color: var(--whiteColor);
    font-size: 30px;
    font-weight: 600;
}
.block-login .block-bg-app .before p {
    color: var(--whiteColor);
    font-size: 22px;
}
.block-login .block-bg-app .before .logo-center {
    width: 580px;
    margin-bottom: 30px;
    position: absolute;
    z-index: -1;
    transform: rotate(-45deg);
    opacity: 0.05;
    filter: grayscale(1);
}
.block-login .block-bg-app .before .logo-pill:first-child {
    width: 250px;
    position: absolute;
    opacity: 0.1;
    left: -50px;
    top: -100px;
}
.block-login .block-bg-app .before .logo-pill:nth-child(2) {
    width: 250px;
    position: absolute;
    opacity: 0.1;
    right: -50px;
    bottom: -100px;
}
/* .block-login .bg-form{
      background: #f8eeff;
  } */
/* .block-login .block-bg-app img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 32px;
      filter: grayscale(1);
      display: none;
  } */
.block-login .card-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px;
    background: var(--page-bg);
    border-radius: 24px;
    position: relative;
}
.block-login .card-login .logo-lg {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -70px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    background: var(--bg-content);
    border-radius: 0 0 120px 120px;
}
.block-login .card-login .logo-lg img {
    width: 35%;
}
.block-login .card-login .logo-lg .round {
    position: absolute;
    width: 100px;
    height: 20px;
    background: var(--bg-content);
}
.block-login .card-login .logo-lg .round:first-child {
    left: -94px;
    background: var(--bg-content);
    top: 70px;
}
.block-login .card-login .logo-lg .round:nth-child(2) {
    right: -94px;
    background: var(--bg-content);
    top: 70px;
}
.block-login .card-login .logo-lg .round::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--page-bg);
    border-radius: 0 20px 0 0;
}
.block-login .card-login .logo-lg .round:nth-child(2)::before {
    border-radius: 20px 0px 0 0;
}
.block-login .card-login .block-form {
    padding: 50px 30px;
    background: var(--whiteColor);
    border-radius: 12px;
}
.block-login .block-copy-allright {
    /* position: fixed;
      bottom: 30px;
      left: 30px;
      color: var(--whiteColor); */
    font-size: 12px;
    padding: 15px;
}
.block-login .icon-form {
    top: 20%;
    font-size: 22px;
    left: 30px;
    transition: 0.3s;
    color: var(--colorParagraph);
}
.block-login .form-control:focus ~ .icon-form {
    color: var(--primaryColor);
}
.block-login .card-login h1 {
    color: var(--colorTitre);
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .block-up-img {
    position: relative;
}
.block-up-img .dashed {
    width: 100%;
    height: 100%;
    border: 2px dashed #e4ece9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px 20px;
}
.block-up-img .dashed.active {
    background: var(--lightGreen);
    border-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--colorParagraph) !important;
    opacity: 0.5;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
    color: var(--color-text-form-control);
    margin-left: 0;
    margin-top: 8px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: var(--colorParagraph) !important;
    opacity: 0.5;
}
.select2-container--default .select2-selection--multiple {
    background: red;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    background: var(--lightGreen);
    color: var(--primaryColor);
    font-size: 14px;
    margin-top: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: transparent !important;
    border: none !important;
    color: var(--color-badge-red) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
    margin-left: 0;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--color-border-solid) !important;
    height: 40px !important;
    border-radius: 8px !important;
    padding-left: 0.75rem !important;
    background: var(--bg-form-control);
}
.select2-container--default .select2-selection--multiple {
    height: auto !important;
    padding-top: 0px;
    padding-bottom: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--colorTitre) !important;
    line-height: 40px !important;
    font-size: 14px !important;
    padding-left: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20% !important;
    right: 10px !important;
}
.avatar-product-add {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
}
.avatar-product-add img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorParagraph);
}
.list-file {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-file li {
    position: relative;
    padding: 0 5px;
}
.list-file li .block-remove {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f8616169;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.list-file li .block-remove .btn {
    width: 30px;
    height: 30px;
    background-color: #f86161;
    color: var(--whiteColor);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.list-file li:hover .block-remove {
    opacity: 1;
    visibility: visible;
}
.list-file li .fi.fi-rr-file {
    font-size: 30px;
    color: var(--primaryColor);
    margin-right: 10px;
}
.list-file li .block-detail {
    width: 100%;
}
.list-file li .names {
    display: flex;
    align-items: center;
}
.list-file li .names p {
    color: var(--colorParagraph);
    font-size: 14px;
    margin-bottom: 0;
}
.list-file li .names p:last-child {
    margin-left: auto;
}
#cke_1_bottom {
    display: none;
}
#cke_1_contents {
    height: auto !important;
    flex-grow: 1;
}
.cke_chrome {
    height: 90% !important;
    border-color: var(--color-border-solid) !important;
    border-radius: 12px;
    background: var(--bg-form-control) !important;
}
.cke_wysiwyg_frame {
    background: transparent !important;
}
.cke_wysiwyg_frame .cke_editable {
    background: var(--bg-form-control) !important;
}
.cke_inner {
    background: transparent !important;
}
.cke_top {
    border-radius: 12px 12px 0 0 !important;
    border-bottom: none !important;
}
.cke_inner {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}
.avatar-product-add img.contain {
    object-fit: contain;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.offcanvas-body {
    overflow-x: hidden;
}
.select2-dropdown {
    border: none !important;
    box-shadow: var(--box-shadow-lg);
    border-radius: 12px !important;
    padding: 10px 18px;
    background: var(--page-bg) !important;
}
.select2-container--default .select2-results__option--highlighted {
    font-size: 14px !important;
    transition: 0.5s;
    border-radius: 8px !important;
}
.select2-results__option--selectable {
    font-size: 14px !important;
    border-radius: 8px !important;
    color: var(--colorParagraph) !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: var(--primaryColor) !important;
    font-size: 14px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 8px !important;
    box-shadow: none !important;
    border: 1px solid var(--color-border-solid) !important;
    outline: none !important;
    transition: 0.5s;
    font-size: 14px !important;
    color: var(--colorTitre) !important;
    background: var(--bg-form-control-select2) !important;
}
.select2-results__message {
    font-size: 14px !important;
    color: var(--colorParagraph) !important;
    opacity: 0.7;
}
/* .select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border: 1px solid #00aef083!important;
  } */
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected:hover {
    background-color: var(--lightGreen) !important;
    color: var(--primaryColor) !important;
}
.avatar-product-add img.fade {
    animation: fade 0.5s forwards;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.block-up-img .dashed svg {
    width: 34px;
    height: 34px;
    fill: var(--primaryColor);
}
.form-control,
.form-select {
    border-color: #e4ece9;
}
.form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor) !important;
}
.form-check-input:focus {
    border-color: var(--falcon-form-check-input-border-color);
}
.form-check-input {
    box-shadow: none !important;
    background-color: var(--bg-form-control);
    border-color: var(--color-border-solid);
}
.block-login .card-login p {
    color: var(--colorParagraph);
    margin-bottom: 20px;
}
.block-login .btn {
    background: var(--primaryColor);
    color: var(--whiteColor);
    width: 100%;
    border-radius: 12px;
    padding: 12px 0;
    margin-top: 10px;
}
.block-login label {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
}
.block-login .reset {
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.block-login .form-control {
    border: none;
    color: var(--colorTitre);
    height: 52px;
    border-radius: 12px;
    background: var(--lightGreen);
    padding-left: 50px;
}
.block-login .form-control::placeholder {
    font-size: 14px;
    color: var(--colorParagraph);
    opacity: 0.7;
}
.modal .modal-content {
    border: none;
    border-radius: 24px;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    background: var(--page-bg);
}
.filgram {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
    z-index: 2;
    pointer-events: none;
    opacity: 0.017;
    width: 70%;
    filter: grayscale(1);
}
.modal .modal-header {
    border: none;
    padding-top: 30px;
    padding-left: 26px;
    padding-right: 26px;
}
.modal .modal-header h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorTitre);
}
.modal .modal-header h5 svg {
    width: 20px;
    height: 20px;
    stroke: var(--primaryColor);
    margin-right: 10px;
}
.modal .form-control {
    font-size: 14px !important;
    color: var(--colorTitre);
    /* text-transform: capitalize; */
}
.modal .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.modal .btn-add {
    background: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 8px;
    font-size: 14px;
    padding: 7px 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.modal .btn svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.modal .drag-file {
    position: relative;
    width: 100%;
    height: 250px;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal .drag-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.modal .drag-file svg {
    width: 50px;
    height: 50px;
    fill: var(--primaryColor);
}
.modal .drag-file p {
    font-size: 14px;
    color: var(--colorParagraph);
}
.modal .content-text {
    padding: 10px;
}
.modal .content-text svg {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.modal .content-text svg path,
.modal .content-text svg line {
    stroke: var(--colorParagraph);
}
.modal .content-text h5 {
    font-weight: 600;
    color: var(--colorTitre);
    font-size: 24px;
}
.modal form {
    padding: 0 10px;
}
.modal .content-text p {
    color: var(--colorParagraph);
    font-size: 14px;
}
.modal .btn {
    padding: 7px 25px;
    font-size: 14px;
    border-radius: 8px;
}
.modal .btn-cancel {
    color: var(--colorTitre);
    background: transparent;
}
.modal .btn-delete {
    background: #ed3b54;
    color: var(--whiteColor);
}
.block-cibles-selected h5 {
    color: var(--primaryColor);
    font-size: 32px;
    font-weight: 600;
}
.block-cible {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.all-cibles {
    padding: 0 20px;
    padding-bottom: 20px;
    height: 320px;
    overflow-y: auto;
}
.all-cibles .block-cible:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.all-cibles .block-cible:last-child {
    border-bottom: none;
}
.block-cible p {
    margin-bottom: 0;
    font-size: 12px !important;
}
.block-cible h6 {
    font-size: 14px;
    font-weight: 600;
}
.block-cible .form-check-label {
    margin-bottom: 0 !important;
    width: 100%;
    cursor: pointer;
}
.block-file-attach {
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    /* border: 1px solid rgba(0,0,0,0.1); */
    margin-top: 20px;
    background: #edf0ee;
}
.block-file-attach input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    display: none;
}
.block-file-attach .label {
    font-size: 14px;
    color: var(--colorTitre);
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.block-file-attach .label svg {
    width: 20px;
    height: 20px;
}
.block-page-error {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--primaryColor);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.block-page-error h2 {
    font-size: 26px;
    font-weight: 600;
    color: var(--colorTitre);
}
.block-page-error h3 {
    font-weight: 700;
    font-size: 25px;
}
.block-page-error .card .block-drag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.block-page-error .card .block-drag .content-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.block-page-error .card .block-drag .content-file {
    width: 220px;
    height: 220px;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}
.modal .block-bundel {
    padding: 30px 10px;
    padding-top: 10px;
    position: relative;
    /* background: var(--lightGreen); */
}
.modal .block-bundel .avatar-agent,
.modal .block-bundel .avatar-entreprise {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 20px;
    right: 20px;
}
.modal .block-bundel img {
    width: 120px;
}
.modal .block-bundel h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--colorTitre);
}
.modal .block-bundel p {
    font-size: 14px;
    margin-bottom: 0px;
    color: var(--colorParagraph);
}
.modal .block-bundel p span {
    color: var(--colorTitre);
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}
.modal .block-bundel .separator {
    width: 1px;
    height: 100%;
    border-left: 2px dashed var(--colorParagraph);
    opacity: 0.1;
}
.modal .periode {
    margin-bottom: 20px;
}
.modal .periode p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--colorParagraph);
}
.modal .periode p span {
    color: var(--colorTitre);
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}
.modal .P-3 .info:first-child {
    background: rgb(245, 57, 51);
}
.modal .info p {
    font-size: 14px;
    color: var(--colorParagraph);
    margin-bottom: 0;
}
.modal .block-montant {
    color: var(--colorTitre);
    font-weight: 600;
}
.modal .info p span {
    color: var(--colorTitre);
    font-weight: 500;
    margin-left: 10px;
}
.modal .p-3 .total {
    display: flex;
    justify-content: end;
    color: var(--colorTitre);
    font-weight: 500;
    margin-bottom: 30px;
}
.modal .p-3 .total span {
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    color: var(--primaryColor);
}
.modal .block-bundel .bg {
    background: #f6faf9ad;
    border-radius: 12px;
    padding: 20px 20px;
    height: 100%;
    position: relative;
}
.modal .p-3 .info {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal .conten-info-paie {
    padding: 20px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}
.modal .conten-info-paie h5 {
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 600;
}
.modal .conten-info-paie h5 span {
    font-size: 12px;
}
label {
    font-size: 14px;
    font-weight: 400;
    color: var(--colorTitre);
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
}
.modal label {
    margin-bottom: 5px;
}
.modal .btn.bg-danger {
    background-color: #fff0f3 !important;
    color: #ff0434 !important;
}
.form-select {
    color: var(--colorTitre);
    font-size: 14px !important;
    border-radius: 8px;
}
.block-page-error .card .block-drag .content-file svg {
    width: 40px;
    height: 40px;
    fill: var(--primaryColor);
}
.block-page-error .card .block-drag p {
    font-size: 10px;
    color: var(--colorParagraph);
    margin-bottom: 0;
}
.block-page-error .card .block-drag .content-file p {
    color: var(--colorParagraph);
    font-size: 14px;
}
.block-page-error .bubble {
    background: linear-gradient(-35deg, var(--primaryColor), #b1b9d1);
    filter: blur(4px);
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    top: 0;
    z-index: -1;
    animation: floating 3s ease infinite;
}
.block-page-error .bubble:nth-child(1) {
    right: 20px;
    top: 50px;
    animation-delay: -1s;
}
.block-page-error .bubble:nth-child(2) {
    width: 200px;
    height: 200px;
    bottom: 0;
    top: auto;
    animation-delay: -1.5s;
}
.block-page-error .bubble:nth-child(3) {
    left: 20px;
    top: 250px;
    animation-delay: -2s;
}
.block-page-error .card {
    border: none;
    border-radius: 32px;
    padding: 70px 0;
    background: transparent;
}
.block-page-error .card .text-star {
    padding-left: 100px;
}
.block-page-error .card p.paragraph {
    font-size: 36px;
    letter-spacing: -0.1rem;
    color: var(--whiteColor);
    line-height: 120%;
}
.block-page-error .card p span {
    font-size: 5vw;
    display: block;
    font-weight: 600;
}
.block-page-error .card h1 {
    font-size: 10vw;
    font-weight: 400;
    color: var(--whiteColor);
}
.block-page-error .card h1 span {
    display: inline-block;
    position: relative;
}
.block-page-error .card h1 span span {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid transparent;
    border-top: 1px solid #fff;
    transform: translate(-50%, -50%) !important;
    margin-left: 0 !important;
    top: 50%;
    left: 50%;
}
.block-page-error .card h1 span .eyes {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.block-page-error .card h1 span .eyes::before {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    background: var(--whiteColor);
    border-radius: 100%;
}
.block-page-error .card h1 span .eyes::after {
    content: "";
    position: relative;
    width: 5px;
    height: 5px;
    background: var(--whiteColor);
    border-radius: 100%;
}
.block-page-error .card h1 span:first-child {
    transform: rotate(-15deg) translateY(-10px);
}
.block-page-error .card h1 span:last-child {
    transform: rotate(15deg) translateY(10px);
    margin-left: 10px;
}
.block-page-error .card .block-img {
    position: relative;
}
.block-page-error p {
    color: var(--colorParagraph);
    font-size: 14px;
}
.block-page-error .card .block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.block-page-error .card .block-img img {
    width: 60%;
    object-fit: contain;
}
.block-page-error .card .block-img img.head {
    position: absolute;
    z-index: 1;
    animation: floating1 3s ease infinite;
    top: -10px;
}
@keyframes floating1 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0);
    }
}
.block-page-error .card .btn {
    background: var(--whiteColor);
    color: var(--primaryColor);
    margin-top: 50px;
    font-size: 14px;
    padding: 10px 32px;
    font-weight: 600;
    border-radius: 8px;
}
.block-page-error .logo-app {
    width: 200px;
}
.block-page-error .card .btn svg {
    width: 15px;
    height: 15px;
}
.block-tools .btn-default {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    margin-right: 10px;
    color: var(--colorTitre);
    border-radius: 8px;
}
.dropdown-menu {
    padding: 15px 0;
    border: none;
    box-shadow: var(--box-shadow-lg);
    border-radius: 12px;
    background: var(--page-bg);
}
.dropdown-menu li {
    font-size: 12px;
}
.dropdown-menu li a:hover {
    background: var(--lightGreen);
    color: var(--primaryColor);
}
.dropdown-menu li a {
    color: var(--colorParagraph);
    transition: 0.3s;
    border-radius: 5px;
}
.block-chart-sm {
    position: relative;
}
.block-chart-sm .block-total-audience {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.block-chart-sm .block-total-audience h6 {
    font-size: 10px;
    font-weight: 600;
    color: var(--colorTitre);
    text-align: center;
}
.block-chart-sm .block-total-audience h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 0;
}
.block-result-pourc h6 {
    color: var(--colorTitre);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.block-result-pourc p {
    font-size: 12px !important;
    margin-bottom: 0;
}
.content .block-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.content .block-preview img {
    object-fit: content;
    display: block;
}
.content .block-preview .content-message {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-right: 2vw;
    gap: 10px;
    position: absolute;
}
.content .block-preview .card-show-text {
    border: none;
    padding: 12px 12px;
    border-radius: 12px 12px 0px 12px;
    width: 80%;
}
.content .block-preview .card-show-text img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.content .block-preview .card-show-text.content-img {
    padding: 5px;
    border-radius: 12px;
}
.content textarea.form-control {
    resize: none;
}
.message-flash {
    position: fixed;
    z-index: 3000;
    top: 70px;
    right: 20px;
    background: var(--whiteColor);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: 420px;
    transform: translateX(450px);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.message-flash.show {
    transform: translateX(0px);
}
.message-flash .content-text {
    padding: 16px;
}
.message-flash .content-text h6 {
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--whiteColor);
    font-weight: 600;
}
.message-flash .content-text .icon {
    margin-right: 16px;
}
.message-flash .content-text .icon svg {
    width: 16px;
    height: 16px;
    vertical-align: baseline;
}
.message-flash .content-text p {
    font-size: 12px;
    color: var(--whiteColor);
    margin-bottom: 0;
}
.message-flash.success {
    background: #01c258;
}
.message-flash.warning {
    background: #ff8000;
}
.message-flash.error {
    background: #ed3667;
}
.navbar .logo-header {
    display: none;
}
.backdropFilter {
    display: none;
}
@media (max-width: 576px) {
    .avatar-product-add {
        margin: 0 auto;
    }
    .block-dash-vente {
        padding: 10px;
    }
    .nav-mobile {
        display: flex;
    }
    .navbar .block-user {
        display: none !important;
    }
    .wrapper {
        padding-left: 0 !important;
    }
    .logo a .block-logo img {
        width: 190px;
    }
    .block-scroll-blocks {
        margin: 0 -12px;
    }
    /* .block-scroll-blocks::before, .block-scroll-blocks::after{
        display: block;
    } */
    /* .block-opacity-sm{
        position: fixed;
        width: 50px;
        height: 150px;
        background: linear-gradient(to top right ,transparent, transparent);
        z-index: 4;
        pointer-events: none;
        top: 25vw;
        right: -20px;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 12px;
    } */
    .navbar .logo-header {
        display: flex;
        align-items: center;
    }
    .navbar .logo-header img {
        width: 26px;
    }
    .navbar .close-menu-sm {
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: var(--primaryColor);
        font-size: 18px;
        z-index: 1;
        border-radius: 5px;
    }
    .sidebar {
        width: calc(100% - 80px) !important;
        transform: translateX(120%);
        transition: 0.3s;
        left: auto;
        right: 0;
    }
    .sidebar.sidebar-sm ul.lists li a {
        justify-content: flex-start;
    }
    .sidebar.tooltip-lg {
        display: none;
    }
    .sidebar.sidebar-sm ul.lists li a .arrow {
        display: block;
    }
    .sidebar.sidebar-sm ul.lists li a .title {
        opacity: 1;
    }
    .sidebar.sidebar-respo {
        transform: translateX(0%);
    }
    .col-hidden-padding {
        padding: 0 0;
    }
    .content {
        margin-top: 55px;
        border-radius: 0;
        padding-bottom: 70px;
    }
    .content .card-lg h1 {
        font-size: 18px;
        font-weight: 700;
    }
    .content .card-lg h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .content .card-lg .row.mt-4 {
        margin-top: 20px !important;
        z-index: 1;
        position: relative;
    }
    .content .card-lg {
        z-index: 1;
        margin-bottom: 10px;
    }
    .content .card-sm.mt-4 {
        margin-top: 20px !important;
    }
    .content .card-lg .block-circle {
        width: 100%;
    }
    .content .card-lg .circle-white {
        top: -40vw;
    }
    .content .card-lg .circle-white:nth-child(1) {
        right: -250px;
    }
    .content .card-lg .circle-white:nth-child(2) {
        right: -190px;
    }
    .content .card-lg .circle-white:nth-child(3) {
        right: -150px;
    }
    .content .card-sm .icon-call {
        flex: 0 0 auto;
    }
    .content .card-sm .icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        font-size: 16px;
    }
    .content .card-sm .icon::before {
        border-radius: 15px;
    }
    .content .card-sm .icon .bg {
        border-radius: 15px;
    }
    .content .card-sm h5 {
        font-size: 14px;
        padding-right: 10px;
    }
    .content .card-sm p {
        font-size: 12px;
    }
    .content .card-sm h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .col-lg-6.h-100 {
        height: auto !important;
    }
    .navbar .link {
        margin-right: 10px;
    }
    .navbar .avatar-user {
        margin-left: 10px;
    }
    .sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
        display: block;
        width: 50px;
    }
    .sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
        display: none;
    }
    .backdropFilter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        background: rgba(0, 0, 0, 0.3);
        pointer-events: none;
        opacity: 0;
        display: block;
        transition: 0.3s;
    }
    .backdropFilter.show {
        opacity: 1;
        pointer-events: visible;
    }
    .sidebar.sidebar-sm .logo a {
        padding: 15px 20px;
    }
    .card-table .col-search {
        justify-content: flex-start !important;
    }
    .card-table .col-search .w-50.ms-4 {
        margin-left: 0 !important;
    }
    .card-table .col-search .w-50 {
        width: 100% !important;
    }
    .sidebar .tooltip-lg {
        display: none;
    }
    .content .card-table h4 {
        font-size: 14px;
    }
    .content .card-table .table tbody tr td {
        white-space: nowrap;
    }
    .card-table .block-totaux span {
        font-size: 14px;
    }
    .card-table .block-totaux .block-item-prix {
        font-size: 14px;
    }
    .block-statits {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: none;
        scrollbar-width: none;
    }
    .block-statits::-webkit-scrollbar {
        display: none;
    }
    .content .block-card-xs {
        width: calc(100% / 1.5);
        margin-top: 10px;
        flex: 0 0 auto;
    }
    .d-none-mobile {
        display: none;
    }
    .block-login {
        min-height: 100vh;
        display: flex;
        padding: 50px 0;
        align-items: center;
        justify-content: center;
    }
    .block-login .card-login h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .block-login .card-login p {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    .block-login .icon-form {
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    .block-login .card-login {
        padding: 40px 30px;
    }
    .block-login .card-login .logo-lg {
        width: 110px;
        height: 110px;
        top: -58px;
    }
    .block-login .form-control {
        height: 46px;
        padding-left: 40px;
    }
    .sidebar .close-menu .fi {
        display: none;
    }
    .sidebar .close-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        left: -15px;
        right: auto;
    }
    .sidebar .close-menu span {
        position: absolute;
        width: 15px;
        height: 2px;
        background: var(--primaryColor);
        position: absolute;
        border-radius: 5px;
    }
    .sidebar .close-menu span:nth-child(1) {
        transform: rotate(45deg);
    }
    .sidebar .close-menu span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .block-login .card-login .logo-lg .round {
        width: 50px;
    }
    .block-login .card-login .logo-lg .round:first-child {
        left: -47px;
        top: 58px;
    }
    .block-login .card-login .logo-lg .round:nth-child(2) {
        right: -47px;
        top: 58px;
    }
    .block-login .btn {
        font-size: 14px;
        font-weight: 600;
    }
    .block-login .reset {
        font-size: 10px;
        font-weight: 700;
    }
    .block-login .form-check label {
        font-size: 12px;
    }
    .block-page-error .card h1 {
        font-size: 20vw;
    }
    .block-page-error .card h1 span span {
        width: 20px;
        height: 20px;
        top: 60%;
    }
    .content .card-table input.form-control,
    .content .card-table .form-select {
        height: 36px;
    }
    .block-page-error .card h1 span .eyes {
        width: 20px;
        height: 20px;
    }
    .btn-add span {
        display: none;
    }
    .sidebar.sidebar-sm .block-logout .text-infos {
        display: block;
    }
    .sidebar.sidebar-sm .block-logout .icon-info {
        display: none;
    }
    .block-page-error .card h1 span .eyes::before {
        width: 3px;
        height: 3px;
        left: 0.6vw;
    }
    .block-page-error .card h1 span .eyes::after {
        width: 3px;
        height: 3px;
        right: 0.6vw;
    }
    .block-login .block-copy-allright {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin-top: 30px;
        color: var(--colorTitre);
    }
    .card-table form.w-50 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .content .card-table .table tr th {
        white-space: nowrap;
    }
    .content .nav-tabs.nav-folder .nav-link {
        font-size: 12px;
        font-weight: 500;
    }
    .periode {
        justify-content: center !important;
    }
    .nav-tache {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .nav-tache::-webkit-scrollbar {
        display: none;
    }
    .nav-tache li {
        flex: 0 0 auto;
    }
    .content .nav-tabs.nav-tache .nav-link {
        font-size: 12px;
    }
    .content .nav-tabs .nav-link::before {
        bottom: 3px;
    }
    .content-list {
        margin-bottom: 10px !important;
    }
    .card-top {
        margin-top: 14px;
    }
    .card-sm.h-100 {
        height: auto !important;
    }
    .nav-folder {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .nav-folder::-webkit-scrollbar {
        display: none;
    }
    .nav-folder li {
        flex: 0 0 auto;
    }
    .content .btn-add {
        font-size: 14px;
        padding: 7px 14px;
    }
    .text-mb {
        margin-bottom: 0px !important;
    }
    body.overflowHidden {
        overflow: hidden;
    }
    .content .card-lg.card-profil-lg .profil-lg {
        width: 100px;
        height: 100px;
    }
    .content-info-profil {
        margin-top: 20px !important;
        text-align: center;
        padding-bottom: 60px;
    }
    .content .card-lg.card-profil-lg .block-coord {
        margin-top: 0px;
    }
    .content .card-lg.card-profil-lg .block-coord p {
        font-size: 14px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    /* .block-scroll-blocks::before, .block-scroll-blocks::after{
        display: block;
    } */
    .nav-mobile {
        display: flex;
    }
    .block-scroll-blocks {
        margin: 0 -12px;
    }
    .content .card-table.card-profil h4 {
        font-size: 16px;
    }
    .modal-fiche .modal-dialog,
    .modal-facture .modal-dialog {
        max-width: 90%;
    }
    .btn-add span {
        display: none;
    }
    .sidebar.sidebar-sm .block-logout .text-infos {
        display: block;
    }
    .sidebar.sidebar-sm .block-logout .icon-info {
        display: none;
    }
    .wrapper {
        padding-left: 0 !important;
    }
    .navbar .logo-header {
        display: flex;
        align-items: center;
    }
    .navbar .logo-header img {
        width: 26px;
    }
    .navbar .logo-header .close-menu-sm {
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background: var(--lightGreen);
        color: var(--primaryColor);
        font-size: 14px;
        z-index: 1;
        margin-left: 10px;
        border-radius: 5px;
    }
    .content .card-table .block-progress-circle {
        width: 60px;
        height: 60px;
    }
    .content .card-table .block-progress-circle .pourcent {
        font-size: 14px;
    }
    .content .card-table .block-progress-circle-sm {
        width: 50px;
        height: 50px;
    }
    .content .block-label .block {
        font-size: 10px;
    }
    .sidebar {
        width: 400px !important;
        transform: translateX(-120%);
        transition: 0.3s;
    }
    .sidebar.sidebar-sm ul.lists li a {
        justify-content: flex-start;
    }
    .sidebar.tooltip-lg {
        display: none;
    }
    .sidebar.sidebar-sm ul.lists li a .arrow {
        display: block;
    }
    .sidebar.sidebar-sm ul.lists li a .title {
        opacity: 1;
    }
    .sidebar.sidebar-respo {
        transform: translateX(0%);
    }
    .col-hidden-padding {
        padding: 0 0;
    }
    .content {
        margin-top: 45px;
        border-radius: 0;
    }
    .content .card-lg h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .content .card-lg h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .content .card-lg .row.mt-4 {
        margin-top: 20px !important;
        z-index: 1;
        position: relative;
    }
    .content .card-lg {
        z-index: 1;
        margin-bottom: 10px;
    }
    .content .card-sm.mt-4 {
        margin-top: 20px !important;
    }
    .content .card-lg .block-circle {
        width: 100%;
    }
    .content .card-lg .circle-white {
        top: -35vw;
    }
    /* .content .card-table{
        -webkit-mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 3rem),transparent calc(100% - 1rem));
        mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 3rem),transparent calc(100% - 1rem));
    } */
    .content .card-lg .circle-white:nth-child(1) {
        right: -250px;
    }
    .content .card-lg .circle-white:nth-child(2) {
        right: -190px;
    }
    .content .card-lg .circle-white:nth-child(3) {
        right: -150px;
    }
    .content .card-sm .icon-call {
        flex: 0 0 auto;
    }
    .content .card-sm .icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        font-size: 16px;
    }
    .content .card-sm .icon::before {
        border-radius: 15px;
    }
    .content .card-sm .icon .bg {
        border-radius: 15px;
    }
    .content .card-sm h5 {
        font-size: 16px;
        padding-right: 10px;
    }
    .content .card-sm p {
        font-size: 12px;
    }
    .content .card-sm h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .col-lg-6.h-100 {
        height: auto !important;
    }
    .navbar .link {
        margin-right: 10px;
    }
    .navbar .avatar-user {
        margin-left: 10px;
    }
    .sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
        display: block;
        width: 190px;
    }
    .sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
        display: none;
    }
    .backdropFilter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        background: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        opacity: 0;
        display: block;
        transition: 0.3s;
    }
    .backdropFilter.show {
        opacity: 1;
        pointer-events: visible;
    }
    .sidebar.sidebar-sm .logo a {
        padding: 15px 20px;
    }
    .card-table .col-search {
        justify-content: flex-start !important;
    }
    .card-table .col-search .w-50.ms-4 {
        margin-left: 0 !important;
    }
    .card-table .col-search .w-50 {
        width: 100% !important;
    }
    .sidebar .tooltip-lg {
        display: none;
    }
    .content .card-table h4 {
        font-size: 16px;
    }
    .content .card-table .table tbody tr td {
        white-space: nowrap;
    }
    .card-table .block-totaux span {
        font-size: 14px;
    }
    .card-table .block-totaux .block-item-prix {
        font-size: 14px;
    }
    .block-statits {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: none;
        scrollbar-width: none;
        position: relative;
    }
    /* .block-statits::before{
        content: '';
        position: fixed;
        width: 5%;
        height: 100%;
        right: 0;
        top: 0;
        background: #e9eeeb;
        z-index: 1;
      } */
    .block-statits::-webkit-scrollbar {
        display: none;
    }
    .content .block-card-xs {
        width: calc(100% / 3);
        margin-top: 20px;
        flex: 0 0 auto;
    }
    .d-none-mobile {
        display: none;
    }
    .block-login {
        min-height: 100vh;
        display: flex;
        padding: 50px 0;
        align-items: center;
        justify-content: center;
    }
    .block-login .card-login h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .block-login .card-login p {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    .block-login .icon-form {
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }
    .block-login .card-login {
        padding: 40px 30px;
    }
    .block-login .card-login .logo-lg {
        width: 110px;
        height: 110px;
        top: -58px;
    }
    .block-login .form-control {
        height: 46px;
        padding-left: 40px;
    }
    .sidebar .close-menu .fi {
        display: none;
    }
    .sidebar .close-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar .close-menu span {
        position: absolute;
        width: 15px;
        height: 2px;
        background: var(--primaryColor);
        position: absolute;
        border-radius: 5px;
    }
    .sidebar .close-menu span:nth-child(1) {
        transform: rotate(45deg);
    }
    .sidebar .close-menu span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .block-login .card-login .logo-lg .round {
        width: 50px;
    }
    .block-login .card-login .logo-lg .round:first-child {
        left: -47px;
        top: 58px;
    }
    .block-login .card-login .logo-lg .round:nth-child(2) {
        right: -47px;
        top: 58px;
    }
    .block-login .btn {
        font-size: 14px;
        font-weight: 600;
    }
    .block-login .reset {
        font-size: 12px;
        font-weight: 700;
    }
    .block-login .form-check label {
        font-size: 12px;
    }
    .block-page-error .card h1 span span {
        width: 20px;
        height: 20px;
        top: 60%;
    }
    .block-page-error .card h1 span .eyes {
        width: 20px;
        height: 20px;
    }
    .block-page-error .card h1 span .eyes::before {
        width: 3px;
        height: 3px;
        left: 1px;
    }
    .block-page-error .card h1 span .eyes::after {
        width: 3px;
        height: 3px;
        right: 1px;
    }
    .block-login .block-copy-allright {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin-top: 30px;
        color: var(--colorTitre);
    }
    .card-table form.w-50 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .content .card-table .table tr th {
        white-space: nowrap;
    }
    .content .nav-tabs.nav-folder .nav-link {
        font-size: 12px;
        font-weight: 500;
    }
    .periode {
        justify-content: center !important;
    }
    .nav-tache {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .nav-tache::-webkit-scrollbar {
        display: none;
    }
    .nav-tache li {
        flex: 0 0 auto;
    }
    .content .nav-tabs.nav-tache .nav-link {
        font-size: 12px;
    }
    .content .nav-tabs .nav-link::before {
        bottom: 3px;
    }
    .content-list {
        margin-bottom: 10px !important;
    }
    /* .card-top{
        margin-top: 14px;
      }
      .card-sm.h-100{
        height: auto!important;
      } */
    .nav-folder {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .nav-folder::-webkit-scrollbar {
        display: none;
    }
    .nav-folder li {
        flex: 0 0 auto;
    }
    .content .btn-add {
        font-size: 14px;
        padding: 8px 22px;
    }
    .text-mb {
        margin-bottom: 0px !important;
    }
    body.overflowHidden {
        overflow: hidden;
    }
    .content .card-lg.card-profil-lg {
        padding-bottom: 40px;
    }
    /* .content-info-profil{
        margin-top: 20px!important;
        text-align: center;
      }
      .content .card-lg.card-profil-lg::after{
        height: 30%;
      }
      .content .card-lg.card-profil-lg .block-coord{
        margin-top: 20px;
      }
      .content .card-lg.card-profil-lg::after{
        height: 30%;
      }
      .content-info-profil h1,.content-info-profil p{
        color: var(--colorTitre)!important;
      } */
    .content .card-lg.card-profil-lg .profil-lg {
        width: 130px;
        height: 130px;
    }
    .content .block-scroll-table {
        height: calc(100vh - 70vh);
    }
    /* .content .card-lg.card-profil-lg::after{
        z-index: -1;
        height: 65%;
      } */
}
@media (min-width: 769px) and (max-width: 1024px) {
    .block-scroll-blocks {
        margin: 0 -12px;
    }
    .nav-mobile {
        display: flex;
    }
    /* .block-scroll-blocks::before, .block-scroll-blocks::after{
        display: block;
    } */
    .content .card-table.card-profil h4 {
        font-size: 16px;
    }
    .modal-fiche .modal-dialog,
    .modal-facture .modal-dialog {
        max-width: 90%;
    }
    .btn-add span {
        display: none;
    }
    .sidebar.sidebar-sm .block-logout .text-infos {
        display: block;
    }
    .sidebar.sidebar-sm .block-logout .icon-info {
        display: none;
    }
    .wrapper {
        padding-left: 0 !important;
    }
    .navbar .logo-header {
        display: flex;
        align-items: center;
    }
    .navbar .logo-header img {
        width: 26px;
    }
    .navbar .logo-header .close-menu-sm {
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background: var(--lightGreen);
        color: var(--primaryColor);
        font-size: 14px;
        z-index: 1;
        margin-left: 10px;
        border-radius: 5px;
    }
    .content .card-table .block-progress-circle {
        width: 60px;
        height: 60px;
    }
    .content .card-table .block-progress-circle .pourcent {
        font-size: 14px;
    }
    .content .card-table .block-progress-circle-sm {
        width: 50px;
        height: 50px;
    }
    .content .block-label .block {
        font-size: 10px;
    }
    .sidebar {
        width: 400px !important;
        transform: translateX(-120%);
        transition: 0.3s;
    }
    .sidebar.sidebar-sm ul.lists li a {
        justify-content: flex-start;
    }
    .sidebar.tooltip-lg {
        display: none;
    }
    .sidebar.sidebar-sm ul.lists li a .arrow {
        display: block;
    }
    .sidebar.sidebar-sm ul.lists li a .title {
        opacity: 1;
    }
    .sidebar.sidebar-respo {
        transform: translateX(0%);
    }
    .col-hidden-padding {
        padding: 0 0;
    }
    .content {
        margin-top: 45px;
        border-radius: 0;
    }
    .content .card-lg h1 {
        font-size: 24px;
        font-weight: 700;
    }
    .content .card-lg h5 {
        font-size: 16px;
        font-weight: 600;
    }
    .content .card-lg .row.mt-4 {
        margin-top: 20px !important;
        z-index: 1;
        position: relative;
    }
    .content .card-lg {
        z-index: 1;
        margin-bottom: 10px;
    }
    .content .card-sm.mt-4 {
        margin-top: 20px !important;
    }
    .content .card-lg .block-circle {
        width: 100%;
    }
    .content .card-lg .circle-white {
        top: -35vw;
    }
    /* .content .card-table{
        -webkit-mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 3rem),transparent calc(100% - 1rem));
        mask-image: linear-gradient(90deg,#000 0,#000 calc(100% - 3rem),transparent calc(100% - 1rem));
    } */
    .content .card-lg .circle-white:nth-child(1) {
        right: -250px;
    }
    .content .card-lg .circle-white:nth-child(2) {
        right: -190px;
    }
    .content .card-lg .circle-white:nth-child(3) {
        right: -150px;
    }
    .content .card-sm .icon-call {
        flex: 0 0 auto;
    }
    .content .card-sm .icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        font-size: 16px;
    }
    .content .card-sm .icon::before {
        border-radius: 15px;
    }
    .content .card-sm .icon .bg {
        border-radius: 15px;
    }
    .content .card-sm h5 {
        font-size: 16px;
        padding-right: 10px;
    }
    .content .card-sm p {
        font-size: 12px;
    }
    .content .card-sm h3 {
        font-size: 22px;
        font-weight: 700;
    }
    .col-lg-6.h-100 {
        height: auto !important;
    }
    .navbar .link {
        margin-right: 10px;
    }
    .navbar .avatar-user {
        margin-left: 10px;
    }
    .sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
        display: block;
        width: 190px;
    }
    .sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
        display: none;
    }
    .backdropFilter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        background: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        opacity: 0;
        display: block;
        transition: 0.3s;
    }
    .backdropFilter.show {
        opacity: 1;
        pointer-events: visible;
    }
    .sidebar.sidebar-sm .logo a {
        padding: 15px 20px;
    }
    .card-table .col-search {
        justify-content: flex-start !important;
    }
    .card-table .col-search .w-50.ms-4 {
        margin-left: 0 !important;
    }
    .card-table .col-search .w-50 {
        width: 100% !important;
    }
    .sidebar .tooltip-lg {
        display: none;
    }
    .content .card-table h4 {
        font-size: 16px;
    }
    .content .card-table .table tbody tr td {
        white-space: nowrap;
    }
    .card-table .block-totaux span {
        font-size: 14px;
    }
    .card-table .block-totaux .block-item-prix {
        font-size: 14px;
    }
    .block-statits {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: none;
        scrollbar-width: none;
        position: relative;
    }
    /* .block-statits::before{
        content: '';
        position: fixed;
        width: 5%;
        height: 100%;
        right: 0;
        top: 0;
        background: #e9eeeb;
        z-index: 1;
      } */
    .block-statits::-webkit-scrollbar {
        display: none;
    }
    .content .block-card-xs {
        width: calc(100% / 3);
        margin-top: 20px;
        flex: 0 0 auto;
    }
    .d-none-mobile {
        display: none;
    }
    .block-login {
        min-height: 100vh;
        display: flex;
        padding: 50px 0;
        align-items: center;
        justify-content: center;
    }
    .block-login .card-login h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .block-login .card-login p {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    .block-login .icon-form {
        font-size: 18px;
        top: 58%;
        left: 20px;
    }
    .block-login .card-login {
        padding: 40px 30px;
    }
    .block-login .card-login .logo-lg {
        width: 110px;
        height: 110px;
        top: -58px;
    }
    .block-login .form-control {
        height: 46px;
        padding-left: 40px;
    }
    .sidebar .close-menu .fi {
        display: none;
    }
    .sidebar .close-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar .close-menu span {
        position: absolute;
        width: 15px;
        height: 2px;
        background: var(--primaryColor);
        position: absolute;
        border-radius: 5px;
    }
    .sidebar .close-menu span:nth-child(1) {
        transform: rotate(45deg);
    }
    .sidebar .close-menu span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .block-login .card-login .logo-lg .round {
        width: 50px;
    }
    .block-login .card-login .logo-lg .round:first-child {
        left: -47px;
        top: 58px;
    }
    .block-login .card-login .logo-lg .round:nth-child(2) {
        right: -47px;
        top: 58px;
    }
    .block-login .btn {
        font-size: 14px;
        font-weight: 600;
    }
    .block-login .reset {
        font-size: 10px;
        font-weight: 700;
    }
    .block-login .form-check label {
        font-size: 12px;
    }
    .block-login .block-copy-allright {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        margin-top: 30px;
        color: var(--colorTitre);
    }
    .block-page-error .card h1 span span {
        width: 20px;
        height: 20px;
        top: 60%;
    }
    .block-page-error .card h1 span .eyes {
        width: 20px;
        height: 20px;
    }
    .block-page-error .card h1 span .eyes::before {
        width: 3px;
        height: 3px;
        left: 1px;
    }
    .block-page-error .card h1 span .eyes::after {
        width: 3px;
        height: 3px;
        right: 1px;
    }

    .card-table form.w-50 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .content .card-table .table tr th {
        white-space: nowrap;
    }
    .content .nav-tabs.nav-folder .nav-link {
        font-size: 12px;
        font-weight: 500;
    }
    .periode {
        justify-content: center !important;
    }
    .nav-tache {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .nav-tache::-webkit-scrollbar {
        display: none;
    }
    .nav-tache li {
        flex: 0 0 auto;
    }
    .content .nav-tabs.nav-tache .nav-link {
        font-size: 12px;
    }
    .content .nav-tabs .nav-link::before {
        bottom: 3px;
    }
    .content-list {
        margin-bottom: 10px !important;
    }
    /* .card-top{
        margin-top: 14px;
      } */
    /* .card-sm.h-100{
        height: auto!important;
      } */
    .nav-folder {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .nav-folder::-webkit-scrollbar {
        display: none;
    }
    .nav-folder li {
        flex: 0 0 auto;
    }
    .content .btn-add {
        font-size: 14px;
        padding: 8px 22px;
    }
    .text-mb {
        margin-bottom: 0px !important;
    }
    body.overflowHidden {
        overflow: hidden;
    }
    .content .card-lg.card-profil-lg {
        padding-bottom: 40px;
    }
    /* .content-info-profil{
        margin-top: 10px!important;
        text-align: center;
      } */
    /* .content .card-lg.card-profil-lg::after{
        height: 30%;
      } */

    .content .card-lg.card-profil-lg .block-coord {
        margin-top: 50px;
    }
    /* .content-info-profil h1,.content-info-profil p{
        color: var(--colorTitre)!important;
      }
      .content .card-lg.card-profil-lg .profil-lg{
        width: 130px;
        height: 130px;
      } */
    .content .card-lg.card-profil-lg .profil-lg {
        width: 130px;
        height: 130px;
    }
    .content .block-scroll-table {
        height: calc(100vh - 70vh);
    }
    /* .content .card-lg.card-profil-lg::after{
        z-index: -1;
        height: 65%;
      } */
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control::before,
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
    top: 50%;
    left: 50%;
    /* height: .8em;
    width: .8em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+"; */
    background-color: var(--primaryColor);
}
