:root{
    --bg-fond: #f8eeff;
    --whiteColor: #fff;
    --primaryColor:#e63757;
    --colorTitre: #2a2a2c;
    --colorParagraph: #5c5963;
    --darkenpurple: #482d71;
    --darkenPurpleVariant: #342142;
    --lightPurple: #f8f6fa;

    /* #3d2b69 #4c1fa3 #212529 #11432e */
}
a{
    text-decoration: none!important;
}
.form-control:focus{
    box-shadow: none;
}
.card{
    box-shadow: none;
}
.btn-valid{
    transition: .5s;
}
body{
    width: 100%;
    min-height: 100vh;
    background: #cbcbd1;
    overflow-x: hidden;

}
h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans',sans-serif;
}
.content .block-scroll-point-table{
    height: 30vh;
    overflow-y: auto;
}
#offcanvasCampaign{
    width: 500px;
}
.btn:focus{
    box-shadow: none;
}
.btn-close{
    box-shadow: none!important;
}
.form-control{
    border-radius: 8px;
    font-size: 14px;
    color: var(--colorTitre);
}
.form-control::placeholder{
    color: rgba(0,0,0,0.27);
}
.btn-filter{
    padding: 0;
    font-size: 12px;
    color: var(--colorTitre);
}
.btn-suspend{
    color: var(--colorParagraph)!important;
}
.btn-suspend.active{
    color: #ed3b54!important;
}
.global-div{
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
.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(--whiteColor);
    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(--lightPurple);
    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;
    border-radius: 20px;
    width: 250px;
    height: 100%;
    background: ffffff;
    z-index: 1040;
    box-shadow: 0 5px 10px rgba(0,0,0,0.01);
    transition: width .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;
}
/* .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;
}
.sidebar .close-menu{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: -15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--lightPurple);
    color: var(--primaryColor);
    font-size: 14px;
    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: .3s;
}
.modal .block-img-product-sm{
    width: 140px;
    height: 140px;
    padding: 8px;
    transition: .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: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .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 .5s forwards cubic-bezier(.68,-0.55,.27,1.55);
    -webkit-animation: fade .5s forwards cubic-bezier(.68,-0.55,.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: var(--darkenPurpleVariant);
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transition: top .3s , opacity .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: var(--darkenPurpleVariant);
    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 .3s cubic-bezier(.68,-0.55,.27,1.55), opacity .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.item > 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: .5s;
    border-radius: 0 12px 12px 0;
    margin-right: 7px;
    justify-content: start;
    transition: .5s;
    /* text-transform: uppercase; */
}

.sidebar ul.lists li div a{
    padding: 4px 40px!important;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--colorTitre);
    align-items: center;
    text-decoration: none;
    position: relative;
    border-radius: 0 12px 12px 0;
    margin-right: 7px;
    justify-content: start;
    transition: .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.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.item > 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;
}
.sidebar ul.lists li a:hover{
    opacity: 1;
    color: var(--primaryColor);
}
/* .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: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .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);
}
.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: .3s;
    transition-delay: .1s;
    white-space: nowrap;
}
.sidebar ul.lists li a .arrow{
    font-size:12px;
    margin-top: 7px;
    margin-left: 10px;
    position: absolute;
    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: .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;
}
.sidebar .list-nav{
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sidebar .list-nav li button{
    font-weight: 500;
    font-size: 12px;
    color: var(--colorParagraph);
    transition: .3s;
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar .list-nav li button.active{
    font-size: 14px;
    color: var(--colorTitre);
    border-color: 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: 50%;
    background: #f4f5fc;
    width: 116%;
    height: 100%;
    z-index: -1;
    display: none;
}
.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(--lightPurple);
    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;
}
.content .card-table .table.table-bordered tr th{
    font-size:12px;
    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: var(--lightPurple);
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(2) .block-planning.text-center{
    background: #ecfffa;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(4) .block-planning.text-center{
    background: #fff4f6;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(3) .block-planning.text-center{
    background: #fff9f4;
    border-radius: 5px;
    padding: 5px;
}
.content .card-table .table.table-bordered tr td:nth-child(5) .block-planning.text-center{
    background: #fffcf4;
    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;
}
.content .card-table .table.table-bordered tr td{
    border: 1px solid rgba(0,0,0,0.05)!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.05)!important;
}
.content .card-table .table.table-bordered tr td{
    border: none;
}
.content .card-table .table.table-bordered .block-planning.text-center{
    font-size: 12px;
}
.content .card-table .table.table-bordered .block-planning.text-center span:first-child{
    font-weight: 600;
    color: var(--colorTitre);
}
.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%;
}
.sidebar .all-person li button .block-detail-person .name-person h6{
    color: var(--colorTitre);
    font-weight: 500;
    margin-bottom: 0;
    font-size: 12px;
}
.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: .3s ease;
}
.wrapper.wrapper-lg{
    padding-left: 68px;
}
.navbar{
    padding: 10px 0;
    background: var(--whiteColor);
    font-family: inherit;
    transition: .5s;
    box-shadow: none!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: 32px;
    color: var(--colorParagraph);
    border-radius: 100%;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--lightPurple);
    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: .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(--lightPurple);
    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.02);
}
.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: 0 5px 24px rgba(0,0,0,0.1);
    top: 120%;
}
.navbar .dropdown-menu::after{
    display: none;
}
.navbar .dropdown-menu li{
    font-size: 14px;
}
.navbar .dropdown-menu li a{
    color: var(--colorParagraph);
    transition: .3s;
    display: flex;
    justify-content: start;
    align-items: center;
}
.navbar .dropdown-menu li a i{
    margin-right: 10px;
    font-size: 14px;
}
.navbar .dropdown-menu li a:hover{
    background: var(--lightPurple);
    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: 40%;
}
.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;
}
.card-notification{
    border: none;
    padding: 20px 20px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.btn:focus, .btn:active{
    box-shadow: none!important;
}
.card-notification.delete{
    display: none;

}
.card-notification.fadeOut{
    animation: fadeOutRight .2s forwards;
    -webkit-animation: fadeOutRight .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{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.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(--lightPurple);
}
.card-notification .date{
    color: var(--colorTitre);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
hr{
    background: rgba(0,0,0,0.03)!important;
}
.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;
}
.card-notification p span{
    color: var(--colorTitre);
    font-weight: 500;
    display: inline-block;
}
.content{
    padding: 30px 0;
    margin-top: 10px;
    background: #cfd1d9;
    border-radius: 32px 0px 0 32px;
}
.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);
}

.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: 14px;
    color: var(--colorTitre);
    font-weight: 600;
    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;
  }
  .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;
      position: relative;
  }
  .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 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(--lightPurple);
}
.block-progress-bar .bar .move{
    width: 30%;
    height: 100%;
    border-radius: 8px;
    background: var(--primaryColor);
}
.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;
  }
  .content .block-folder .file{
      padding: 10px 0;
  }
  .content .block-folder .file .icon{
      color: var(--colorParagraph);
      margin-right: 5px;
  }
  .content .block-folder .file h6{
      margin-bottom: 0;
      font-size: 12px;
      color: var(--colorTitre);
      font-weight: 600;
  }
  .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: .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(--colorParagraph);
      font-size: 13px;
      position: relative;
  }
  .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(--whiteColor);
    border-radius: 100px 100px 0 0;
    bottom: 0px;
    left: 30px;
    transition: .3s ease;
  }
  .content .nav-folder .indicator-nav .bar{
    position: absolute;
    width: 60px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #f4f5fc;
    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 #fff;
  }
  .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 #fff;
  }
  .content .card-table .block-taks .block{
    color: var(--colorTitre);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .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.120);
      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 */
}
.content .card-lg.card-profil-lg::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 55%;
    background: var(--whiteColor);
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 12px;
}
.content .card-lg.card-profil-lg::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 45%;
    background: var(--primaryColor);
    top: 0;
    left: 0;
    z-index: -2;
}
.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(--whiteColor);
    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;
}
.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;
}
.content .card-lg.card-profil-lg .profil-lg img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.content .card-lg{
    border: none;
    border-radius: 12px;
    /* background: linear-gradient(35deg,var(--primaryColor), var(--darkenpurple)); */
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}
/* .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),var(--darkenpurple));
    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;
}
.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: .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(--lightPurple);
    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(--lightPurple);
}
.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(--whiteColor);
    box-shadow: 0 5px 18px 0px #a5b6af40;
    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: .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{
    position: absolute;
    font-size: 10px;
    top: -10px;
    left: 0;
}
.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 .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(--whiteColor);
}
.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: #f4f5fc;
    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: #f4f5fc;
    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{
    width: 30px;
    height: 30px;
    background: #f4f5fc;
    color: var(--primaryColor);
    font-weight: 600;
    margin-right: 7px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.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 .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(--lightPurple);
}
.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: 1;
}
.content .card-table .block-taks .user:nth-child(2){
    z-index: 0;
}
.content .card-table .block-taks .user:nth-child(3){
    z-index: -1;
}
.content .card-table .block-taks .user:last-child{
    z-index: 2;
}
.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;
}
.content .card-table .block-taks  .user.badge-plus{
    background: #f9f9fb;
}
.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(--lightPurple);
    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;
}
.content .card-table .form-control:focus,.modal .form-select:focus{
    border-color: #11432e83;
}
.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: #f4f5fc;
    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: 30px;
}
.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: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--colorTitre);
}
.content .card-sm h3{
    font-size: 28px;
    font-weight: 600;
    color: var(--colorTitre);
    margin-bottom: 0px;
}
.content .card-sm h3.success{
    color: var(--colorTitre);
}
.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);
}
.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 rgba(0,0,0,0.1);
    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 rgba(0,0,0,0.1);
    transition: .3s ease;

}
.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(--whiteColor);
    border-color: transparent;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.modal .form-control:focus,.modal .form-select:focus{
    border-color: #11432e83;
}
.content .card-table small{
    color: var(--colorParagraph);
}
.content .card-table{
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 18px 0px #a5b6af40;
    z-index: 1;
    overflow: hidden;
}
.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(--lightPurple); */
    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 td .num{
    display: inline-block;
    background: var(--whiteColor);
    padding: 2px 10px;
    border-radius: 8px;
}
.content .card-table .table tr th{
    font-size: 14px;
    color: var(--colorTitre);
    font-weight: 500;
    white-space: nowrap;

}
.content .card-table .table tr td{
    font-size: 14px;
    color: var(--colorParagraph);
    border: none;
    white-space: nowrap;
}
.table > :not(:first-child){
    border: none;
}
.content .card-table .table tbody tr td{
    position: relative;
    transition: .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(--lightPurple);
    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:  #f4f5fc;
    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{
background: #e5fdf6!important;
color: #3fccb2;
font-weight: 500;
}
.content .card-table .table tbody tr td .badge.badge-red{
background: #ffeef5!important;
color: #ed3667;
}
.btn:active, .btn:focus{
    box-shadow: none;
}
.content .card-table .table tbody tr td .badge.badge-yellow{
background: #fff2e4!important;
color: #ff8000;
}
.content .card-table .table tbody tr td .btn{
    font-size: 10px;
    color: var(--colorTitre);
    padding: 0;
}
.content .card-table .table tbody tr td .btn:first-child{
    margin-right: 10px;
}
.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(--lightPurple);
  }
  .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(--lightPurple);
      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: .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);
}
.content .card-table .block-progress-circle::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background: var(--primaryColor);
    opacity: .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);
}
  .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: #f7f1f1;
    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: .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);
}
.content .card-table .block-progress-circle-sm::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background: #e32817;
    opacity: .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);
}
.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;
      z-index: 200;
  }
  .content .card-table .form-control-search-sm{
    border: 1px solid #dde3e0;
    font-size: 12px;
  }
  .content .card-table .btn-search-sm{
    border-color: #dde3e0;
    background: transparent;
    font-size: 12px;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
}
  .content .btn-download{
      background: var(--lightPurple);
      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;
  }
  .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;
  }
  .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 .5s cubic-bezier(.68,-0.55,.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: #e9eeeb;
  }
  .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);
    z-index: 11;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
  }
  .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: .05;
    filter: grayscale(1);
  }
  .block-login .block-bg-app .before .logo-pill:first-child{
    width: 250px;
    position: absolute;
    opacity: .1;
    left: -50px;
    top: -100px;
  }
  .block-login .block-bg-app .before .logo-pill:nth-child(2){
    width: 250px;
    position: absolute;
    opacity: .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: 40px 30px;
      background: var(--whiteColor);
      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: #e9eeeb;
    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: #e9eeeb;
  }
  .block-login .card-login .logo-lg .round:first-child{
    left: -94px;
    background: #e9eeeb;
    top: 70px;
  }
  .block-login .card-login .logo-lg .round:nth-child(2){
    right: -94px;
    background: #e9eeeb;
    top: 70px;
  }
  .block-login .card-login .logo-lg .round::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--whiteColor);
    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;
  }
  .block-login .icon-form{
    top: 55%;
    font-size: 22px;
    left: 24px;
    transition: .3s;
  }
  .block-login .form-control:focus ~ .icon-form{
    color: var(--primaryColor);
  }
  .block-login .card-login h1{
      color: var(--colorTitre);
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px;
  }
  .block-login .card-login p{
      color: var(--colorParagraph);
  }
  .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: 46px;
      border-radius: 12px;
      background: var(--lightPurple);
      padding-left: 50px;
  }
  .block-login .form-control::placeholder{
      font-size: 14px;
     color: var(--colorParagraph);
     opacity: .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;
  }
  .filgram{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-35deg);
    z-index: 2;
    pointer-events: none;
    opacity: .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 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: #99ada2;
      background: #edf2f9;
  }
  .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;
  }
  .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;
    position: relative;
    /* background: var(--lightPurple); */
  }
  .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: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }
  .modal .block-bundel h6{
    font-size: 16px;
    font-weight: 600;
    color: var(--colorTitre);
  }
  .modal .block-bundel p{
    font-size: 14px;
    margin-bottom: 7px;
    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: .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: var(--whiteColor);
    border-radius: 12px;
    padding: 20px 20px;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    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: 500;
    color: var(--colorTitre);
    font-family: 'Open Sans', sans-serif;
}
.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: -.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: 0 5px 24px rgb(0 0 0 / 10%);
    border-radius: 12px;
}
.dropdown-menu li {
    font-size: 12px;
}
.dropdown-menu li a:hover {
    background: var(--lightPurple);
    color: var(--primaryColor);
}
.dropdown-menu li a {
    color: var(--colorParagraph);
    transition: .3s;
}
.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 .3s cubic-bezier(.68,-0.55,.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(--colorTitre);
    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(--colorParagraph);
    margin-bottom: 0;
}
.message-flash.success .content-text .icon{
    color: #01c258;
}
.message-flash.warning .content-text .icon{
    color: #ff8000;
}
.message-flash.error .content-text .icon{
    color: #ed3667;
}
.navbar .logo-header{
    display: none;

}
.backdropFilter{
    display: none;
}
@media (max-width: 576px){
    .wrapper{
        padding-left: 0!important;
    }
    .logo a .block-logo img{
        width: 190px;
    }
    /* .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 .logo-header .close-menu-sm{
        width: 25px;
        height: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        background: var(--lightPurple);
        color: var(--primaryColor);
        font-size: 14px;
        z-index: 1;
        margin-left: 10px;
        border-radius: 5px;
    }
    .sidebar{
        width: calc(100% - 80px)!important;
        transform: translateX(-120%);
        transition: .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: 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: 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.3);
        pointer-events: none;
        opacity: 0;
        display: block;
        transition: .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: 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-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: .6vw;
      }
      .block-page-error .card h1 span .eyes::after{
        width: 3px;
        height: 3px;
        right: .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){
    .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(--lightPurple);
        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: .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: .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: 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){
    .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(--lightPurple);
        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: .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: .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%;
      } */
}
