@font-face {
    font-family: TT Fors Trial;
    src: url("/admin/resources/fonts/tt-fors/TT Fors Trial Regular.ttf") format("opentype");
}

@font-face {
    font-family: TT Fors Trial Bold;
    font-weight: bold;
    src: url("/admin/resources/fonts/tt-fors/TT Fors Trial Bold.ttf") format("opentype");
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
    font-family: Poppins;
    src: url("/admin/resources/fonts/Poppins/Poppins-Regular.ttf") format("opentype");
} */
/* @font-face {
    font-family: Poppins Bold;
    font-weight: bold;
    src: url("/admin/resources/fonts/Poppins/Poppins-Bold.ttf") format("opentype");
} */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* page titles */
.page-title-widget{
    color: #08293F;
    font-family: "Poppins",sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* nav border */
.nav-tabs.nav-bordered {
    border-bottom:1px solid rgba(0, 0, 0, 0.05) !important;
    /* width:854px !important */
}
.nav-tabs.nav-bordered li a.active {
    background: transparent;
    color: #4B56DB !important;
    text-align: center;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight:600;
    line-height: 21px
}
.nav-link{
    color: #969BA0;
    text-align: center;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
/* card widget */
.card-widget{
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
    width: 446px;
    height: 500px;
}
.title-card-widget{
    text-align: center;
    color: #08293F;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 28px;
}

/* Desktop default layout */
.prediction-stats-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Responsive: stack vertically on smaller screens */
@media (max-width: 767px) {
    .prediction-stats-container {
        flex-direction: column;
    }

    .prediction-summary,
    .confidence-score {
        width: 100% !important;
    }

    #pieChartDetails {
        width: 100% !important;
        max-height: none;
    }
}

.stats-container {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 20px 27px 35px;
  }
  .header-wrapper {
    display: flex;
    width: 100%;
    align-items: start;
    gap: 40px 67px;
    color: rgba(0, 0, 0, 1);
    font: 400 16px TT Fors Trial, sans-serif;
  }
  .profile-section {
    display: flex;
    margin-top: 7px;
    gap: 20px;
    flex-grow: 1;
    flex-basis: auto;
  }
  .profile-image {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 124px;
    border-radius: 8px;
    align-self: start;
    max-width: 100%;
  }
  .profile-info {
    display: flex;
    flex-direction: column;
  }
  .profile-title {
    color: rgba(8, 41, 63, 1);
    font-size: 24px;
    font-weight: 600;
    align-self: start;
  }
  .referential-count {
    margin-top: 13px;
    color: rgba(62, 73, 84, 1);
  }
  .referential-count-value {
    font-weight: 500;
  }
  .campaign-count {
    margin-top: 8px;
    color: rgba(62, 73, 84, 1);
  }
  .campaign-count-value {
    font-weight: 500;
  }
  .creation-date {
    font-size: 14px;
    margin-top: 10px;
    color: rgba(62, 73, 84, 1);
  }
  .creation-date-value {
    color: rgba(8, 41, 63, 1);
  }
  .settings-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 36px;
    border-radius: 0;
  }
  .separator {
    margin-top: 27px;
    width: 452px;
    max-width: 100%;
    height: 1px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .stats-header {
    display: flex;
    margin-top: 28px;
    gap: 20px;
    justify-content: space-between;
    font: 400 14px TT Fors Trial, sans-serif;
  }
  .stats-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .stats-title {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 500;
  }
  .stats-subtitle {
    color: rgba(150, 155, 160, 1);
    align-self: stretch;
    margin-top: 8px;
  }
  .stats-filter {
    border-radius: 6px;
    background-color: rgba(244, 245, 249, 1);
    align-self: start;
    display: flex;
    width: 131px;
    height: 36px;
  }
  .chart-separator {
    border-radius: 20px;
    background-color: rgba(233, 236, 255, 1);
    align-self: center;
    display: flex;
    width: 378px;
    max-width: 100%;
    height: 1px;
  }
  .chart-container {
    align-self: start;
    display: flex;
    margin-top: 8px;
    gap: 40px 48px;
  }
  .chart-values {
    display: flex;
    gap: 24px;
    color: rgba(62, 73, 84, 1);
    white-space: nowrap;
    font: 400 14px Poppins, sans-serif;
  }
  .value-labels {
    align-self: start;
    display: flex;
    margin-top: 12px;
    flex-direction: column;
  }
  .chart-bar-150 {
    text-align: right;
  }
  .chart-bar-100 {
    text-align: right;
    margin-top: 21px;
  }
  .chart-bar-0 {
    align-self: start;
    margin: 15px 0 0 13px;
  }
  .chart-bar-01 {
    border-radius: 8px 8px 0 0;
    background-color: rgba(28, 228, 150, 1);
    display: flex;
    width: 54px;
    height: 81px;
  }
  .chart-bars {
    align-self: start;
    display: flex;
    margin-top: 12px;
    gap: 40px 55px;
    flex-grow: 1;
    flex-basis: auto;
  }
  .chart-bar-03 {
    border-radius: 8px 8px 0 0;
    background-color: rgba(28, 228, 150, 1);
    align-self: start;
    margin-top: 18px;
    width: 54px;
    height: 51px;
  }
  .chart-bar-05 {
    border-radius: 8px 8px 0 0;
    background-color: rgba(28, 228, 150, 1);
    width: 54px;
    height: 69px;
  }
  .chart-bar-07 {
    border-radius: 8px 8px 0 0;
    background-color: rgba(28, 228, 150, 1);
    align-self: end;
    margin-top: 29px;
    width: 54px;
    height: 40px;
  }
  .months-container {
    align-self: center;
    display: flex;
    width: 374px;
    max-width: 100%;
    gap: 19px;
    margin: 12px 0 0 14px;
  }
  .months-wrapper {
    display: flex;
    gap: 8px;
    flex-grow: 1;
    flex-basis: auto;
  }
  .month-july {
    color: rgba(62, 73, 84, 1);
    align-self: start;
    flex-grow: 1;
    font: 400 14px Poppins, sans-serif;
  }
  .months-group {
    display: flex;
    flex-direction: column;
  }
  .months-row {
    align-self: center;
    display: flex;
    margin-left: 13px;
    width: 157px;
    max-width: 100%;
    gap: 20px;
    color: rgba(62, 73, 84, 1);
    white-space: nowrap;
    justify-content: space-between;
    font: 400 14px Poppins, sans-serif;
  }
  .month-september {
    text-align: center;
  }
  .distribution-button {
    align-self: stretch;
    border-radius: 4px;
    margin-top: 37px;
    min-height: 50px;
    gap: 10px;
    color: rgba(47, 76, 221, 1);
    padding: 14px 15px;
    font: 500 16px TT Fors Trial, sans-serif;
    border: 1px solid rgba(47, 76, 221, 1);
    cursor: pointer;
  }
  .month-october {
    color: rgba(62, 73, 84, 1);
    align-self: start;
    font: 400 14px Poppins, sans-serif;
  }
  .total-scans {
    color: rgba(62, 73, 84, 1);
    font-family: Poppins, sans-serif;
    text-align: right;
    margin-top: 16px;
  }
  
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/* .nav-link{
    color: #343C43 !important;
    text-align: center;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
} */

/* .nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid var(--ct-primary);
    color: #2F4CDD !important;
    text-align: center;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 21px;
    background: transparent;
} */
.nav-tabs.nav-bordered li a.active.nav-link-scan-data {
    border-radius: 8px;
    background: #4B56DB !important;
    color: #FAFAFC !important;
    text-align: center;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 166px;
    height: 44px;
}
.header-title-bloc-scans{
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px;
    margin-top: 30px;
    margin-bottom: 31px;
}
.nav-link-data{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:4px;
    padding: 12px 36px 12px 36px;
    font-family: "TT Fors Trial", sans-serif;
}
.carousel-control-prev.custom-arrow,
.carousel-control-next.custom-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Add background to arrows */
    border-radius: 50%; /* Optional: Make arrows circular */
}

.carousel-control-prev.custom-arrow {
    left: -60px; /* Position arrow outside the carousel */
}

.carousel-control-next.custom-arrow {
    right: -60px; /* Position arrow outside the carousel */
}

.carousel-inner {
    text-align: justify; /* Center the content */
}

.image-with-text img {
    width: 55px;
    height: 56px;
    display: block;
    margin: 0 auto; /* Center the image */
}

.text-container {
    
    text-align: justify; /* Center the text below the image */
}
.text-carousel{
    color: #08293F;
    /* font-family: "TT Fors Trial"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.liste-campaignes-container .liste-campaignes-page-title {
    color: #08293F;
    width: 303px;
    height: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    margin-top: 0;
}

.page-title-campaign {
    margin-top: 50px;
    color: #08293F !important;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 50.4px;
    width: 334px;
    height: 50px;
    top: 170px;
    left: 395px;
    text-align: left;
    line-height: normal;
    font-style: normal;
}


.action-divider{
    background: rgba(0, 0, 0, 0.20);
    height: 1px;
}
.page-title-predictions{
    width: 174px;
    height: 39px;
    top: 170px;
    left: 381px; 
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 39.2px;
    color: #08293F !important;
}
.page-title-list-campaign{
    margin-top: 50px;
    color: #08293F !important;
    /* font-family: "TT Fors Trial",sans-serif; */
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 31px;
}
.page-title-dashboard{
    color: #08293F !important;
    width: 155px;
    height: 39px;
    top: 170px;
    left: 395px;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 39.2px;
    text-align: left;
    text-underline-position: from-font;
}
.dashboard-welcome{
    width: 236px;
    height: 27px;
    top: 218px;
    left: 395px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}
#referentiel-name{
    color: #000000 ;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#referentielCount{
    border-radius: 8px;
    background: #4B56DB;
    display: inline-flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
.recommandation-ref-title{
    gap: 11px;
    color: #08293F;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;;
    display: flex;
    align-items: baseline;
}

.page-title-header {
    color: #08293F;
    width: 260px;
    height: 39px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 39.2px;
    text-align: left;
}

.liste-campaignes-title-header {
    color: #08293F; /* Couleur du texte */
    width: 340px; /* Largeur */
    height: 30px; /* Hauteur */
    font-family: "Poppins", sans-serif; /* Police */
    font-size: 20px; /* Taille de la police */
    font-weight: 550;
    line-height: 30px; /* Hauteur de ligne */
    text-align: left; /* Alignement du texte */
    text-underline-position: from-font; /* Position de soulignement */
    text-decoration-skip-ink: none; /* Affiche les décorations sans saut */
}
.custom-position {
    left: 100px; /* déplace le bloc horizontalement */
    top: 20px; /* déplace le bloc verticalement */
    top: 452px;
    left: 1699px;

}

.fit-info-container {
    border-radius: 10px;
    background-color: rgba(228, 238, 250, 1);
    display: flex;
    margin-top: 33px;
    gap: 18px;
    color: rgba(104, 150, 218, 1);
    padding: 28px 22px;
    font: 500 16px Poppins, sans-serif;
    margin-bottom: 23px;
    /* height: 102px; */
    flex-direction: row;
}
    
.fit-info-icon {
    object-fit: contain;
    object-position: center;
    width: 46px;
    height: 46px;
}
.fit-info-text {
    color: #6896DA;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    width: 1246px;
    flex-direction: column;
    justify-content: center;
}
.retour-client{
    color: #4B56DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "TT Fors Trial",sans-serif;
    align-items: baseline;
}
.client-name {
    color: #08293F;
    width: 260px;
    height: 39px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 39.2px;
    
}
.line{
    background: rgba(0, 0, 0, 0.15);
    height: 1px;
    margin-bottom: 48px;
}
.client-header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
} 
.prediction-list-text {
    font-family: "Poppins", sans-serif;
    width: 688px;
    height: 28px;
    top: 229px;
    left: 381px;
    color: #2A2A2A;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;   
}

.client-list-text {
    width: 300px;
    height: 20px;
    top: 236px;
    left: 395px;
    color: #3E4954;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
}
.ligne {
    height: 1px;
    background-color: #00000026;
    margin: 20px 0;
}

.item-drop-down{color: #000;
    font-family: 'Poppins', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* Ensure the large logo appears by default */
.logo-lg {
    display: block !important;
}

/* Ensure the small logo is hidden by default */
.logo-sm {
    display: none !important;
}
.icon-change {
    display: none; /* Hide on desktop */
}

.image-container {
    display: block; /* Show on desktop */
}
.card-header-title-campaign {
    color: #08293F;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 20px; 
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.card-header-title-ficheclient {
    color: #08293F;
    width: 74px;
    height: 34px;
    display: inline;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card-sub-title{
    color: #3E4954;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-sub-title-date{
    opacity: 0.4;color: #3E4954;
    font-family: 'TT Fors Trial',sans-serif;
    font-size: 16px ;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-title-cards{
    color: #08293F;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top:28px;
    margin-bottom: 20px;
}
.span-sub-title{
    color: #000 !important;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}
.span-sub-title-date{
    opacity: 0.4;
    color: #08293F;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.page-title-ref {
    color: #000;
    font-family: "TT Fors Trial", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-scans-admin{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
    width: 339px;
}
.title-card-scans-admin{
    color: #3E4954;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}
.nav-tabs-scan-data{
    width: 334px !important;
    height: 50px !important;
    display: flex; /* Aligne les éléments sur une seule ligne */
    justify-content: space-between; /* Répartit uniformément les boutons */
    align-items: center; /* Centre les éléments verticalement */
    margin: auto;
    padding: 0;
    border-radius: 8px;
    border: 1px solid rgba(8, 41, 63, 0.20);
    background: #FAFAFC;
}
/* Use media query to show small logo on smaller screens */
@media (max-width: 768px) {
    .recommandation-ref-title {
        gap: 27px;
        color: #08293F;
        font-family: "TT Fors Trial", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: flex;
        align-items: baseline;
    }
    .card-header-title-campaign{
        color: #08293F;
        font-family: "TT Fors Trial",sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    #referentielCount {
        font-size: 12px !important;
    }
    .header-liste-scan{
        display: flex !important;
        flex-direction: column-reverse !important;
        align-items: flex-start !important;
    }
    .header-search{
        justify-content: start !important;
    }
    .nav-tabs-scan-data{
        width: 334px !important;
        height: 50px !important;
        display: flex; /* Aligne les éléments sur une seule ligne */
        justify-content: space-between; /* Répartit uniformément les boutons */
        align-items: center; /* Centre les éléments verticalement */
        margin: auto;
        padding: 0;
        border-radius: 8px;
        border: 1px solid rgba(8, 41, 63, 0.20);
        background: #FAFAFC;
    }
    
    .nav-tabs.nav-bordered li a.active.nav-link-scan-data {
        border-radius: 8px;
        background: #4B56DB !important;
        color: #FAFAFC !important;
        text-align: center;
        font-family: "TT Fors Trial",sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 150px !important;
        height: 40px;
        }

    .page-title-info-ref{
        color: #08293F !important;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 14px !important;
        margin-top: 10px;
    }
    .nav-tabs.nav-bordered li a.active{
        font-size: 14px !important;
    }
    .nav-link{
        font-size: 14px !important;
    }
    .fs-18 {
        font-size: 14px !important;
    }
    .label-radio {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    .custom-header {
        color: #4B56DB;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .form-label {
        color: #343C43;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: max-content;
    }
    .dropdown-item {
        height: 48px;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        align-content: center;
    }
    #retour-fiche-client{
        color: #4B56DB;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: "TT Fors Trial", sans-serif;
        justify-content: flex-start !important;
        margin-bottom: 12px;
        align-items: baseline;
    }
    #retour-fiche{
        color: #4B56DB;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: "TT Fors Trial", sans-serif;
        justify-content: flex-start !important;
        margin-bottom: 12px;
        align-items: baseline;
    }
    .header-client{
        flex-direction: column !important;
        align-items: start !important;
        align-self: start !important;
    }
    .client-name {
    color: #1A394E;
        font-family: "TT Fors Trial", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .header-title-cards{
       font-size: 14px;
    }
    .title-th{
        font-size: 12px !important;
        width: fit-content;
    }

    .profile-title{
        font-size: 14px !important;
    }
    .page-title-list-campaign {
        font-size: 14px !important;
    }
    .page-title-ref{
        color: #08293F !important;
        font-family: "TT Fors Trial", sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        font-size: 14px;
    
    }
    .retour-client{
        justify-content: flex-start !important;
        align-items: baseline;
    }
    .page-title-list-campaign{
        margin-bottom: 0px !important;
        font-size: 14px !important;
        margin-top: 29px !important;
    }
    .btn-list-campaign{
        margin-bottom: 0px !important;
    }
    .button-mobile {
        width: 100 !important;
        font-size: 12px !important;
    }
    .page-title-header{
        font-size: 14px !important;
    }
    .client-list-text{
        font-size: 14px !important;
    }



    .card-logo-container {
        width: 84px; 
        max-width: 84px; 
        height: 100%;
        max-height: 84px;;
        border-radius: 8px 0px 0px 0px;
        border: 1px solid #0000001A;
        opacity: 1;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .card-logo-container img {
        width: 50px; 
        height: 50px;
        max-width: 100%; 
        max-height: 100%;
        border-radius: 50%;
        object-fit: contain;
    }
    
    
    .add-client-btn {
        width: 237px;
        height: 44px ;
        top: 220px ;
        left: 1652px ;
        padding: 10px 16px 10px 12px ;
        gap: 8px ;
        border-radius: 8px 0px 0px 0px ;
        font-family: "TT Fors Trial", sans-serif ;
        font-size: 14px ;
        font-weight: 600 ;
        line-height: 19.6px ;
        text-align: left ;
        text-underline-position: from-font ;
        text-decoration-skip-ink: none ;
        margin-left: 0px ;
    }
    

    /* .card-campaign {
        overflow-x: hidden !important;
    } */
    .header-section-mobile{
        /* margin-top: 50px !important; */
        /* margin-bottom: 50px !important; */
        margin-bottom: 26px !important;
        flex-direction: column !important;
        align-items: start !important;
        gap: 20px !important;
        
    }
     .page-title-campaign{
        font-size: 20px !important;
    }
   /* .side-nav-link span {
        display: none !important;
    } */
    .icon-change {
        display: block; /* Show on mobile */
    }

    .image-container {
        display: none !important; /* Hide on mobile */
    }
    .btnsharesm{
        display: none !important; /* Hide on mobile */
    }
    .logo-lg {
        display: none !important; /* Hide the large logo on smaller screens */
    }

    .logo-sm {
        display: block !important; /* Show the small logo on smaller screens */
    }
    .inputs-center-sm {
        margin: auto !important;
        justify-content: center !important;
        align-items: center !important;

    }
    .form-control-sm {
        width: auto!important;
    }
    .table-responsive {
        scrollbar-width: thin;
        width: fit-content !important;
    }
    .table-mobile{
        overflow-x:auto;
        max-width: 100%;
    }
}
.logo-dashboard-custom {
    width: 41.28px !important;
    height: 45.96px !important;
    margin: -9px;

}
.welcome{
    width: 257px;
    height: 31px;
    font-size: 24px;
    font-family: 'Poppins Bold', sans-serif;
    color:#000000
}
.greeting{
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    margin-left: 12px;
}
.date{
    font-family: 'Poppins', sans-serif;
    color: #ADA7A7;
    font-size: 12px;
}

#background-video{

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;

}
.btn-login{

    width:192px;
    background: #4B56DB 

}
.logo-dashboard{
    width: 123.45px;
    height: 40.36px !important;

}


.side-nav-link.menuitem-active {
    background-color: #08293F;
    color: #FFFFFF !important;
}
.side-nav-link.active{
    background-color: #FAFBFF;
    color: #2F4CDD !important;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}
.side-nav-item.menuitem-active{
    border-radius: 0px 6px 6px 0px !important;
    background: #2F4CDD !important;
}
    .btn-side-nav-link {
        background: #3E4954;
        color: #FFFFFF !important;
        padding: 9px;
        border: 1px;
        border-radius: 8px;
        width: 226px;
        display: flex !important;
        margin-left: 5px;
        gap: 0.7rem;
        font-family: 'Poppins Bold', sans-serif;
        font-size: 16px !important;
        line-height: 24px !important;
        position: fixed !important;
        height: 52px!important;
        -webkit-box-align: center !important;
        align-items: center !important;
        bottom: 12px !important;
        transition: width .2s ease !important;
    
}
.side-nav-link{
    align-items: center;
    background-color: #FFFFFF;
    /* border: 1px;
    border-radius: 8px;
    width: 226px !important;  */
    display: flex !important;
    height: 52px;
     margin-left: 5px;
    gap: 0.7rem;
    color: #969BA0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500;
    
}

.side-nav-link[aria-expanded="true"]  {
    background-color: #08293F;
    color: #FFFFFF !important;
    
}
.side-nav{
    margin-top: 11px !important;


}
.icons{
    width: 24px;
    height: 24px;
    margin-right: 5px;
   
}
.nav-tabs.nav-link{
    font-family: "TT Fors Trial", sans-serif;
}
.nav-tabs .nav-link.active{
    color: #2F8EE0;
}
.nav-tabs.nav-bordered{
    color: #2F8EE0;
}
.card {
    --ct-card-spacer-y: 0.5rem !important;
    --ct-card-spacer-x: 1rem !important;
    margin-bottom: 0.5rem  !important;
}
.card-info-abonnement{
    width:648px;
    height:195px;
    border:1px ;
    border-radius: 10px;
}
.card-title-abonnement-left{
    font-family: 'Poppins Bold', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;

}

.card-text-abonnement-left{
    font-size: 16px !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: 'Poppins Bold', sans-serif !important;
    font-weight: 700;

}
.card-text-2-abonnement-left{
    width: 208px;
    height: 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins Bold', sans-serif;
    color: rgba(0, 0, 0, 1);
}
.card-text-3-1-abonnement-left {
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    font-family: 'Poppins Bold', sans-serif;
}
.card-text-3-abonnement-left{
    height: 38px;
}
.card-text-3-2-abonnement-left{
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-family: 'Poppins Bold', sans-serif;
}


.card-text-abonnement-right {
    width: 259px;
    height: 19px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 600;
}

.card-text-2-1-abonnement-right {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-family: 'Poppins Bold', sans-serif;
}
.card-text-2-2-abonnement-right {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    font-weight: 900;
    font-family: 'Poppins Bold', sans-serif;
}
.card-text-2-abonnement-right{
    height: 19px;

}

.stretched-link-abonnement-right{
    border: 1px solid #08293F;
    background: #FFFFFF;
    color: #08293F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    font-family: 'Poppins Bold', sans-serif;
}
.stretched-link-abonnement-right.active{
    border: 1px solid #08293F;
    background: #FFFFFF;
    color: #08293F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    font-family: 'Poppins Bold', sans-serif;

}    
.stretched-link-abonnement-right:hover{
    border: 1px solid #08293F;
    background: #FFFFFF;
    color: #08293F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    font-family: 'Poppins Bold', sans-serif;

}  

.td-table-historique{
    font-size: 16px;
    font-weight: 600;
    color: #000000!important;
    font-family: 'Poppins Bold', sans-serif;
}
.btn-api-key{
    float: right;
    background: rgba(75, 86, 219, 1);
    font-weight: 600;
    width: 84px;
    height: 38px;
    border: 1px solid;
    border-radius: 3px;
    padding: 8px;
    color: #FFFFFF;
}
.td-table-historique-col-2 {
    color: #26732A !important;
    padding: 8px;
    height: 41px;
    font-size: 16px;
    font-weight: 600;
    background-color: #DDF6C7;
    border: 1px;
    width: 64px;
    text-align: center;
    font-family: 'Poppins Bold', sans-serif;
}
.table-historique{
    
width:771px
}
.cursor-readonly{
    cursor:not-allowed	
}
.require{
    color: red;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.form-label-api{
    color: #000000;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.text-muted-api{
    color: #000000;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.text-api{
    color: #2F8EE0;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 12px;
    font-weight: 600;
}


.buttons{
    border: 1px solid rgba(8, 41, 63, 1) !important;
    color: rgba(8, 41, 63, 1) !important;
}
.buttons:hover{
    border: 1px solid rgba(8, 41, 63, 1) !important;
    color: rgba(8, 41, 63, 1) !important;
}
.buttons.active{
    border: 1px solid rgba(8, 41, 63, 1) !important;
    color: rgba(8, 41, 63, 1) !important;
}
.header-card-consommation{
    color: #000000;
    height: 23px;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.h6-scan{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #505056;
    font-family: 'Poppins Bold', sans-serif;
}
.card-body-votre-offre{
    padding-top: 3px;
}
.progress-bar-dashboard{
        
    background-color: #1CE496 !important;

       
}
.progress-barr{
    margin-top:94px
}
.card1{
    height: 195px;
    width: 521px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.card2{
    width: 1041px;
    height: 195px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.card3{
    height: 195px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.stat-card{
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
.help-heading{ 
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    color: #000000;
    font-family: 'Poppins Bold', sans-serif;
}
.help-text{
    width: 711px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-family: 'Poppins Bold', sans-serif;
}
.contact-button{
    width: 147px;
    border: 1px solid #08293F;
    background: #FFFFFF;
    color: #08293F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    font-family: 'Poppins Bold', sans-serif;
    padding: 10px 12px 10px 12px;
    
}
.flex-card-help{
    gap: 30.1rem;
}
.fitsize-api-logo{
    margin: auto;
    width: 214.13px;
    height: 59.38px;

}
.card-infos{
   direction:flex;
   flex-direction: column;
   gap: 3rem;
}
.div-paiement{
    
    display: flex;
    flex-direction: column;
    gap: 1rem;

}
.header-text-paiement{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    font-family: 'Poppins Bold', sans-serif;
    border-bottom: 1px solid #8a939d38;
    padding-bottom: 19px;
}
.text-1-visa{
    font-size: 14px;
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 600;
}
.text-add{
    font-size: 14px;
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 600;
  
}
.text-expire{
    font-size: 14px;
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 400;
}
.text-footer-propulse{
border-right:1px solid #8a939d38;
padding-right: 18px;}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .logo .logo-sm {
    display: block !important;
    margin-left: -15px !important;
}
/* html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .button-toggle-menu  {
   display: none !important;
  
} */

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .logo .logo-lg {
    display: none !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .image-container .btnsharesm{
    display: none !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .image-container {
    display: none !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link {
   
    align-items: center;
    background-color: #FFFFFF;
    border: 1px;
    border-radius: 8px;
   display: flex !important;
    height: 52px;
    margin: auto;
    gap: 0.7rem;
    color:#898989 !important;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 16px !important;
    line-height: 24px !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .logo {
    z-index: 1;
    background:#FFFFFF!important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link {
    padding: 10px 20px !important;
    width: 70px !important;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .side-nav-link  {
    width: 70px !important;
    background-color: #08293F;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .side-nav-link span {
    display: none;
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .btn-side-nav-link .deconnexion {
    display: none;
    
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .btn-side-nav-link .deconnexion {
    display: none;
    
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item:hover .btn-side-nav-link {
    padding: 10px 20px !important;
    width: 70px !important;
    margin: auto;
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .btn-side-nav-link {
    padding: 10px 20px !important;
    width: 70px !important;
    margin: auto;
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .menuitem-active > a {
    background-color: #FAFBFF !important;
    color: #FFFFFF !important;
    width: 70px;

   
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link span {
    display: none;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .leftside-menu .side-nav .side-nav-item .side-nav-link span {
  display: none;
}
/* Liste des scans */
.input-search{
    border: 1px solid #EAEAEA;
    border-radius: 8px;
}
.header-search{
    justify-content: end;
    float:right
}
.filter{
    height: 4vh;
}

.table-scan-header{
    font-family: 'Poppins Bold', sans-serif;
    font-size: 14px;
}
.table-scan-id{
    font-size: 16px;
    color: #000000 !important;
    font-weight: 400;
}
.table-scan-hours{
    font-size: 16px;
    color: #000000 !important;
    font-weight: 400;
}
.table-btn-scan{
    color:#08293F !important;
    border: 1px solid #08293F;
    border-radius: 8px;
}
.table-btn-scan:hover{
    color:#08293F !important;
    border: 1px solid #08293F;
    border-radius: 8px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --ct-table-color-type: none;
    --ct-table-bg-type: none;
}
.table-striped tr {
    margin-bottom: 5px !important;
    border: 1px solid;
    border-radius: 16px !important;
    border-color: #00000040;
}
.search{
    width: 274px; 
    float: right;
    height: 52px;
}
.card-historique{
    box-shadow:none;
}
/* Prametres */
.measurement-list-demo div {
    cursor: pointer;
    line-height: 45px;
    white-space:normal;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    color: #000000 !important;
    font-family: 'Poppins Bold', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}
.measurement-list-demo i {
    text-align: center;
    vertical-align: middle;
    width: 8px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    border-radius: 3px;
    display: inline-block;
    transition: all .2s;
}
.custom-list-item{
    border-radius: 8px;
    width: 100%;
    height: 52px;
    background: #F6F7FA;
    margin: auto;
    align-items: center;
    border: 1px;
    padding: 9px;
}
.custom-action-linear{
    color:#000000;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.custom-action-decocher{
    color:#3052A5;
    font-family: 'Poppins Bold', sans-serif;
    font-size: 15px;
    font-weight: 600;
}
/*dashboard */
.card-title-help{
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins Bold', sans-serif;
}
.card-text-help{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Poppins Bold', sans-serif;
    font-weight: 600;
}
.card-consomation{
    height: 27vh;

}
.card-title-abonnement-right{
    width: 269px;
    font-size: 18px;
    font-family: 'Poppins Bold', sans-serif;
    color:#000000
}
.progressbar{
    margin-top:12px
}
.leftside-menu{
    background-color:#FFFFFF !important;
    /* padding-top: 21px !important; */
}
.input-matrice{
    width: 70px;
    border-radius: 4px;
    border-color: #24242480;
    border: 1px solid;
    margin-right: 10%;
}
.plus-icon {
    font-size: 35px;
    color: #D9D9D9;
}
.plus-icon:hover {
    color: #4B56DB; /* Couleur au survol de l'icône */
}
.moins-icon {
    font-size: 20px;
    color: #D9D9D9;
}
.moins-icon:hover {
    color: #dd0f0f; /* Couleur au survol de l'icône */
}
.numbered {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: blue;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.text {
    display: inline-block;
}
.loading {
	z-index: 20;
	position: absolute;
	top: 0;
	left:-5px;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.card-title-campaign{
    padding-top:28px;
    color: #08293F;
    /* font-family: "TT Fors Trial",sans-serif; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.card-title-reff{
    opacity: 0.7;
    padding-top:28px;
    color: #08293F;
    /* font-family: "TT Fors Trial"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.title-th{
    font-family: "TT Fors Trial",sans-serif;
    color: #08293F !important;
    font-size: 14px;
    font-style: normal;
    font-weight:600;
    line-height: normal
}
.loading-content {
	position: absolute;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	top: 40%;
	left:35%;
	animation: spin 2s linear infinite;
	}
	
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

    /* #referentiel-name {
        font-size: 20px;
        color: #000000;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    } */
    .retour {
        color: #4B56DB;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: "TT Fors Trial",sans-serif;
        align-items: baseline;
    }
    .widget {
        background-color: #08293F; height: 705px; width: 588px; margin-left: auto; border-radius: 8px;
    }
    .logo-admin {
        width: 58px;
        height: 15px;
        float: inline-end;
    }
    .plus-btn-haut:hover, .plus-btn-bas:hover {
        cursor: pointer;
        background-color: #f0f0f0; /* Ajoutez la couleur de survol souhaitée */
    }
    
    .submit-btn:disabled {
        cursor: not-allowed;
        color: gray; /* Optional: to visually indicate the button is disabled */
    }
    .image-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-100%, -15%);
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Optionnel : ombre pour améliorer la lisibilité */
    }
    #referentiel {
        white-space: nowrap; /* Empêche le texte de revenir à la ligne */
    }
    
    .reference-label {
        font-weight: bold; /* Style pour "Basé sur le référentiel : " */
        color: #333; /* Couleur du texte */
        display: inline-block; /* Afficher en ligne */
        margin-right: 5px; /* Marge à droite pour l'espacement */
    }
    
    .reference-value {
        font-style: italic; /* Style pour la valeur de referentiel */
        color: #4B56DB; /* Couleur du texte */
        display: inline-block; /* Afficher en ligne */
    }
    .has-error {
        background-color: #ffe6e6; /* Couleur de fond pour indiquer l'erreur */
    }
    .image-with-text {
        display: flex;
        gap: 10px; /* Espacement entre l'image et le texte */
    }

    .image-with-text img {
        max-width: 100%; /* Pour s'assurer que l'image ne dépasse pas de sa container */
        display: block; /* Supprime l'espace en bas de l'image */
    }

    .image-with-text .text-container {
        color: #08293F;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centrer le contenu verticalement */
    }
    .no_recommandation {
        background-color: #08293F;
        border-radius: 6px;
        padding: 8px;
        position: relative;
        color : #fff;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Optionnel : ombre pour améliorer la lisibilité */
    }
    .no_recommandation_dash {
        background-color: #08293F;
        border-radius: 6px;
        padding: 8px;
        position: relative;
        color : #fff;
        font-size: 14px;
        font-weight: bold;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); 
    }
   
    .rateit-selected .rateit-star {
        background-color: #F0AD4E !important; /* Darker yellow for selected stars */
      }
      .best {
        color: #1CE496;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
      }
  /* Style du conteneur pour le défilement */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Défilement fluide sur les appareils tactiles */
}

/* Styles de la barre de défilement pour les navigateurs WebKit */
.table-responsive::-webkit-scrollbar {
    height: 10px; /* Hauteur de la barre de défilement */
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px; /* Bordure arrondie de la poignée */
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Couleur de la piste de défilement */
    border-radius: 10px; /* Bordure arrondie de la piste */
}

/* Exemple pour Firefox */
.table-responsive {
    scrollbar-width: thin; /* Largeur de la barre de défilement (auto, thin, none) */
}
.no-border-table {
    border-collapse: collapse; /* Ensure table borders are collapsed */
}

.no-border-table th,
.no-border-table td {
    border: none; /* Remove borders from table headers and cells */
}
.title_show {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.page-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scans-title {
    width: 87px;
    height: 42px;
    top: 170px;
    left: 395px;
    font-weight: 600;
    line-height: normal;
    font-family: "Poppins",sans-serif!important;
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: #000000;
}

.page-title-box .page-title{
    color: #08293F !important;
    font-family: "TT Fors Trial",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.label-select{
    color: var(--Gray1, #828282);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#input_campaign_{
    border-radius: 6px;
    border: 1px solid #D6D6D6;
    background: #F4F5F9;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#retour-fiche{
    color: #4B56DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "TT Fors Trial",sans-serif;
    align-items: baseline !important;
    cursor: pointer;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-top: 23px;
    
}
#retour-fiche-client{
    color: #4B56DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "TT Fors Trial",sans-serif;
    align-items: baseline !important;
    cursor: pointer;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    margin-top: 23px;
}
.page-title-info-ref{
    color: #08293F !important;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px !important;
    width: 284px;
    height: 39px;
    top: 170px;
    left: 395px;
}
#retour-list-ref{
    color: #4B56DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "TT Fors Trial",sans-serif;
    align-items: baseline;
    margin-top: 50px;
    cursor: pointer;
}
#retour-list-add-ref{
    color: #4B56DB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "TT Fors Trial",sans-serif;
    align-items: baseline;
    margin-top: 50px;
    cursor: pointer;
}
.header-search {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the gap between search and filter icon as needed */
}
.filter-section {
    margin-bottom: 1rem;
}

.filter-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.arrow {
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.filter-content {

    padding-top: 0.5rem;
}

.filter-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0.5rem 0;
}

.filter-section.open .filter-content {
    display: block;
}

.filter-section.open .arrow {
    transform: rotate(180deg);
}



@media (max-width: 1140px) {

    #responsiveModalContent {
        width:100% !important;
        height: 100% !important;
    }
    .modal {
        padding-right: 0px !important;
        margin-top: 111px;
        max-height: 65%;
        overflow-y: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -66%);
        width: 84%;
    }
    .page-title-box .page-title{
        font-size: 14px !important;
    }
    .header-title-bloc-scans {
        color: #000;
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-top: 30px;
        margin-bottom: 31px;
    }
}

.modal-backdrop{
    width: 100% !important;
    height: 100% !important;
}
.dropdown-item{
    height: 48px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-content: center;
}
.dropdown-item:hover{
    border-radius: 8px;
    background: rgba(8, 41, 63, 0.30);
    width: 173.061px;
    height: 48px;margin: auto;
    align-content: center;
}


@media (max-width: 546px) {
    .nav-mobile{
        display: none !important;
    }
}
@media (max-width: 694px) {
    .card{
        /* overflow-x: auto; */
        width: auto;
    }
    .card-campaign {
        /* overflow-x: hidden !important; */
    }
    .card-ref{
        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }
}

@media (max-width: 1226px) {
    #basic-datatable_wrapper{
        overflow-x: auto;
        width: auto;
    } 
}

@media (max-width: 1196px) {
    .aisance-t-m{
        width: -webkit-fill-available;
    }
    .btn-save{
        margin-left: 0% !important;
        margin-bottom: 14% !important;
    }
}
@media (max-width: 960px) {
    .ref{
        display: flex !important;
        flex-direction: column-reverse !important;
        justify-content: center !important;
    }
    
}
.icon-change{
    display: none;
}
@media (max-width: 1140px) {
    .deconnexion{
        display: none;
    }
    .icon-change{
        display: block;
    }
    .hide-share{
        display: none !important;
    }
    /* .btn-side-nav-link {
        width: fit-content !important;
    } */
}
.side-nav-item{
    list-style-type: none;
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .help-box, html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .side-nav-title, html[data-sidenav-size=condensed]:not([data-layout=topnav]) 
 .side-nav-item .btn-side-nav-link {
    width: fit-content !important;
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .help-box, html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .side-nav-title, html[data-sidenav-size=condensed]:not([data-layout=topnav]) 
 .icon-change {
    display: block !important;
    
}
html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .help-box, html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .side-nav-title, html[data-sidenav-size=condensed]:not([data-layout=topnav]) 
 .side-nav-item .btn-side-nav-link .deconnexion {
    display: none !important;
    
}

@media (max-width: 1808px) {
    .change-to-col{
     gap:7rem !important;
 
    }
}
@media (max-width: 768px) {
    .change-to-col{
      display: flex;
      flex-direction: column !important;
    }
    .retour{
            color: #4B56DB;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            font-family: "TT Fors Trial", sans-serif;
            justify-content: flex-start !important;
            margin-bottom: 12px;
            align-items: baseline;
    }
    .responsive-modal-header{
        flex-direction: column !important;
        align-items: self-start !important;
        gap: 10px !important;
    }
    .responsive-modal-body{
        display: flex;
        flex-direction: column !important;
        
    }
    .responsive-reco{
        width: 100% !important;
    }
    .badge-responsive{
        align-self: stretch;
        font-size: 12px !important;
        padding: 6px 10px !important;
        align-items: center !important;
        display: flex !important;
    }
    .responsive-title-reco{
        font-size: 16px;
    }
    .btn-group-icon-mobile {
        margin-left: 0px !important;
        width: 36px !important;  
        height: 36px !important; 
        top: auto;   
        left: auto;  
        gap: 0px;
        border: 1px solid #08293F26;
        position: relative; 
    }
    
}
@media (max-width: 1466px) {
    .card-change{
        gap: 2rem;
    }
    .widget {
        margin-left: 0px !important;
    }
    .p-change{
        width: fit-content !important;
    }
}

#scan-modal  .container {
    padding: 20px;
    border-radius: 8px;
    border: var(--ct-border-width) solid var(--ct-border-color);
}

.badge {
    font-size: 0.9rem;
    padding: 0.5em 1em;
    border-radius: 12px;
}

.form-select {
    border-radius: 8px;
    padding: 0.5em;
}

h5 {
    margin-bottom: 10px;
}

.result-box {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #1d3557;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 8px;
    line-height: 50px;
    text-align: center;
}
#taille_haut_dash {
    left: 45% !important;
}
#presta_scan .image-text {
    top: 35%;
    left: 54%;
}
.card-ref {
    /* height : 154px !important; */
}
.info-box {
    display: flex;
    align-items: center;
    background-color: #e5f0fb;
    color: #007bff;
    padding: 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}

.info-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-text {
    font-size: 13px;
    color: #6896DA;
}

.info-text span {
    font-weight: bold;
    color: #007bff;
}
.side-nav-link {
    color: #969BA0;
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
