.cke_notification {
    display: none!important;
}

.cursor-pointer {
    cursor: pointer!important;
}

.user-avatar,
#hoverChangeImg {
    overflow: hidden!important;
}
.user-avatar img,
#hoverChangeImg img {
    max-width: 135%;
}
.cke_bottom.cke_reset_all{
    display: none!important;
}
.cke_editor_form_ObjetSrc {
    width: 100%;
}
.Fullinvisible{
    display: none!important;
}
#tag_attr {
    border-style: solid;
    border-width: thin;
    padding: 5px;
    background-color: #343a403d !important;
    margin-bottom: 20px;
}
#cke_form_ObjetSrc .cke_top.cke_reset_all {
    display: none;
}
.w-50px{
    width: 50px!important;
}
#ObjetPreview {
    border: 1px solid #dbdfea;
    margin: 5px 0;
    padding: 5px;
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
}
#cke_form_ObjetSrc{
    width: 100%;
}
#MessagePreview {
    border: 1px solid #dbdfea;
    margin: 5px 0;
    padding: 5px;
    font-style: normal;
    font-weight: 500;
    min-height: 150px;
    border-radius: 4px;
}
.hidden {
    display: none;
}
.minus,
.minus2 {
    max-height: 60px;
    overflow: hidden;
}
#cke_form_ObjetSrc{
    width: 100%;
}
.text-a9a9a9 {
    color: #a9a9a9;
}
.text-526484 {
    color: #526484;
}
.text-light-grey {
    color: #adadad!important;
}

.h-32px {
    height: 32px;
}
.fs-25px {
    font-size: 25px!important;
}

.dropdown-menu-xs-tags {
    max-width: 190px;
}
.tags-dropdown {
    overflow-y: scroll;
    height: 250px;
}

.border-radius-0 {
    border-radius: 0!important;
}

.sliderThumbs {
    color: grey;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.sliderThumbs.ni-thumbs-down.selected,
.sliderThumbs.ni-thumbs-down.hover {
    color: #cd0000;
}
.sliderThumbs.ni-thumbs-up.selected,
.sliderThumbs.ni-thumbs-up.hover {
    color: #00c73e;
}

.bg-orange {
    background-color: #e8a347;
    border-color: #e8a347;
}

input[type='range'] {
    accent-color: #6576ff;
}

.amountInput{
    width: 50px;
    height: 20px;
}

.sequence-inputs{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

#block-content.col-2 .nk-block {
    overflow: hidden!important;
}

#codesAPE_filter {
    display: none!important;
}
#codesAPEselect_wrapper,
#codesAPE_wrapper {
    background: #f7f7f7;
    margin-top: 10px;
    border: 1px solid #e1e1e1;
    padding: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 150px;
}
#col-codesAPEselect,
#col-codesAPE {
    height: 250px!important;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

#lead-ajax-content {
    max-height: 66vh;
    overflow: hidden;
}
#lead-menu,
#lead-content {
    height: 66vh;
    overflow-y: scroll;
}
#lead-content{
    overflow-x: hidden;
}
#lead-content::-webkit-scrollbar {
    width: 8px;
}
#lead-content::-webkit-scrollbar-track {
    background: transparent;
}
#lead-content::-webkit-scrollbar-thumb {
    background: #bfc9d6;
    border-radius: 10px;
}
#lead-content::-webkit-scrollbar-thumb:hover {
    background: #bfc9d6;
}
#lead-content {
    scrollbar-width: thin;
    scrollbar-color: #bfc9d6 transparent;
}
#lead-menu::-webkit-scrollbar {
    width: 0px;
}
#lead-menu::-webkit-scrollbar-track,
#lead-menu::-webkit-scrollbar-thumb,
#lead-menu::-webkit-scrollbar-thumb:hover {
    background: transparent!important;
}
#lead-menu {
    scrollbar-width: none;
    scrollbar-color: transparent transparent!important;
}

.list-lieux {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 100%;
}

.lead-linkedin-3 span,
.lead-linkedin-2 span {
    width: 450px!important;
}
#itemsLinkedin {
    height: 400px;
    overflow-y: scroll;
}
.nk-linkedin-item p {
    overflow-wrap: anywhere!important;
}

#calendarRow .fc-next-button,
#calendarRow .fc-prev-button {
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6576ff;
    border: 1px solid #6576ff!important;
    transition: .4s ease-in-out;
}
#calendarRow .fc-next-button:hover,
#calendarRow .fc-prev-button:hover {
    border: 1px solid #6576ff!important;
    background: #fff!important;
    color: #6576ff!important;
}
#calendarRow .fc-next-button:focus,
#calendarRow .fc-prev-button:focus {
    border: 1px solid #fff!important;
    background: #fff!important;
    color: #6576ff!important;
}
#calendarRow .fc-daygrid-event-dot {
    display: none!important;
}
#calendarRow
.fc-daygrid-day-events
.fc-daygrid-event-harness
.fc-daygrid-event.fc-daygrid-dot-event.fc-event {
    display: block!important;
    color: #fff!important;
    background: #6576ff!important;
    font-size: 10px!important;
}
#calendarRow
.fc-daygrid-day-events
.fc-daygrid-event-harness:last-of-type
.fc-daygrid-event.fc-daygrid-dot-event.fc-event {
    display: block!important;
    color: #6576ff!important;
    background: transparent!important;
    font-size: 10px!important;
    text-align: center!important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #6576ff4f!important;
}
.fc-scroller::-webkit-scrollbar {
    width: 3px;
}
.fc-scroller::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}
.fc-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.action-algo {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.item-algo:hover .action-algo {
    opacity: 1;
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif, sans-serif);
    font-style: normal;
    font-weight: var(--bs-tooltip-font-weight, 400);
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    font-size: 0.875rem;
    word-break: break-word;
    color: var(--bs-tooltip-color);
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: var(--bs-tooltip-inner-color, #fff);
    text-align: center;
    background-color: var(--bs-tooltip-inner-bg, rgba(0, 0, 0, 0.85));
    border-radius: 0.375rem;
}
.tooltip-inner li {
    margin-bottom: 10px;
    text-align: left;
}
#loadingAnswer .spinner-grow{
    max-width: 10px !important;
    max-height: 10px !important;
}
#detail-notif,
#container-of-notifs,
#loading-notif {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 79vh;
    padding: 25px;
    border: 1px solid #e1e1e1;
}
#container-of-notifs {
    padding: 0!important;
}
.notif {
    background: #ffffff;
    padding: 25px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    transition: .3s ease-in-out;
    position: relative;
    opacity: 1;
}
.notif:hover {
    background: #f9f9f9;
}
.notif.is-unread {
    background: #efefef;
}
#header-notif {
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
}
.notif .deleteNotif {
    opacity: 0;
    transition: .3s ease-in-out;
}
.notif:hover .deleteNotif {
    opacity: 1;
}
.selected-notif {
    background: #e1e1e1!important;
}

.toastr-text {
    font-weight: 500!important;
}

.img-rs {
    width: 30px;
}

.close-add-page {
    border-bottom: 1px solid #dbdfea;
}
.close-add-page .ni-cross,
#backstep-add-page {
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 100%;
    transition: .3s ease-in-out;
}
.close-add-page .ni-cross:hover,
#backstep-add-page:hover {
    background: #e7e7e7;
}

.w-under-1400px {
    top: 0;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.w-under-1400px img {
    width: 320px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
    .w-under-1400px {
        display: flex!important;
    }
    body,
    html {
        overflow: hidden!important;
    }
}

.card-full .nk-wg1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.nk-wg1-block {
    display: flex;
    padding: 1.25rem;
    align-items: flex-start;
    flex-direction: column;
}
.nk-wg1-img {
    width: 84px;
    margin-right: 0;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    text-align: center;
    padding: 0.125rem;
}
.nk-wg1-text {
    color: #8094ae;
}
.nk-wg1-action {
    margin-top: auto;
    border-top: 1px solid #e5e9f2;
}
.nk-wg1-action .link {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 1.25rem;
    padding-right: 2.5rem;
    white-space: inherit;
}
.nk-wg1-action .link:hover {
    background-color: #f5f6fa;
}
.nk-wg1-action .link .icon {
    position: absolute;
    right: 1.25rem;
    margin-right: -0.25rem;
    margin-top: -1px;
}
.nk-wg1-action .link-inline {
    display: inline-block;
    padding-right: 0.25rem;
}
.nk-wg1-action .link-inline .icon {
    position: static;
    padding-left: 0.25rem;
    margin-right: 0;
}

.kanban-drag {
    height: 54vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #bebebe #f1f1f1;
}
.kanban-drag::-webkit-scrollbar {
    width: 6px;
}
.kanban-drag::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.kanban-drag::-webkit-scrollbar-thumb {
    background: #bebebe;
    border-radius: 10px;
}
.kanban-drag::-webkit-scrollbar-thumb:hover {
    background: #939393;
}
.kanban-item-tags {
    flex-wrap: wrap;
}
.lead-title {
    cursor: pointer;
}

#block-menu {
    border: 1px solid #dbdfea;
    background: white;
    height: fit-content;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

.close-lead-page,
.close-campagne-page {
    padding: 1.5rem;
    border-bottom: 1px solid #dbdfea;
}

.close-lead-page .ni-cross,
.close-campagne-page .ni-cross,
#closeLeadActionPage,
#closeCampagnePage {
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 100%;
    transition: .3s ease-in-out;
}
.close-lead-page .ni-cross:hover,
.close-campagne-page .ni-cross:hover,
#closeLeadActionPage:hover,
#closeCampagnePage:hover {
    background: #e7e7e7;
}

.lead-ajax-content,
.campagne-ajax-content {
    padding: 1.5rem;
}

.leads.active,
.cibles.active {
    background: #f3f3f3;
    box-shadow: 0px 0px 5px -3px #000000;
}

.card-aside {
    max-width: 300px!important;
}
.imgCalendarAccount {
    width: 20px !important;
}
.nk-file-item.nk-file {
    width: 260px !important;
}

.filters {
    max-width: 1000px;
    width: 750px;
}
ul.select2-selection__rendered {
    overflow-y: scroll!important;
    height: 34px!important;
}
.filter-text {
    font-size: 11px!important;
}


.offCanvasAssistance {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    backdrop-filter: blur(1px);
    z-index: 950;
    display: flex;
    align-items: center;
    justify-content: end;
}
.offCanvasAssistance .content {
    width: 325px;
    height: 100%;
    background: white;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 25px;
    padding: 25px;
}
.canvasHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.canvasHeader button {
    background: none!important;
    border: none!important;
    font-size: 25px!important;
}


.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    max-width: 800px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#updateCampagne h4 {
    font-size: 15px;
    font-weight: 600;
}


#close-identite-details,
.identite-title {
    cursor: pointer;
}
#triggerModalChangeImg {
    position: absolute;
    background: #d1d1d1db;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    border-radius: 100%;
    transition: .5s ease-in-out;
}
#hoverChangeImg,
#triggerModalChangeImg {
    cursor: pointer;
}
#hoverChangeImg:hover #triggerModalChangeImg {
    opacity: 1;
}


.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px!important;
}
#previewGoogleDrive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.RemoveAPE {
    color: #e85347;
}

.triggersMessageLi.disabled {
    opacity: .5;
}

.post{
    transition: .3s ease-in-out;
}

.fadeInOut {
    animation: fadeInOut 1s infinite;
}


#loading-ajax-linkedin-tag, #loading-ajax-mail-tag, #loading-ajax-telephone-tag {
    width: 10px;
    height: 10px;
    border-width: 1px;
}

@keyframes fadeInOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 576px) {
    .nk-wg1-block {
        padding: 1.5rem;
    }
    .nk-wg1-action .link {
        padding: 1.5rem;
        padding-right: 2.75rem;
    }
    .nk-wg1-action .link-inline {
        padding-right: 0.25rem;
    }
}
@media (min-width: 1200px) {
    .nk-wg1-img {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }
    .nk-wg1-block {
        flex-direction: row;
        align-items: center;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
