/* Your Custom CSS Goes here */

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/Preloader_11.gif) center no-repeat #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #2269f5 !important;
    color: #fff !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    height: 34px !important;
}

.select2-selection .select2-selection__rendered {
    line-height: 1.1!important;
}

/* Styles for the multistep form  */
#grad1 {
    background-color: : #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA)
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

#msform fieldset {
    /*background: white;*/
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

/*
#msform input,
#msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}
*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 18px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f0a1"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f044"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbar #mail:before {
    font-family: FontAwesome;
    content: "\f0e0"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f016"
}

#progressbar #template:before {
    font-family: FontAwesome;
    content: "\f0c5"
}


#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: skyblue
}
/*
.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}
*/
.fit-image {
    width: 100%;
    object-fit: cover
}

.font-size-medium {
    font-size: 14px !important;
}

.widget-stats .widget-stats-container .widget-stats-icon.widget-stats-icon-customer {
    background: #dff0fe;
    color: #58a1f6;
}

.widget-stats .widget-stats-container .widget-stats-icon.widget-stats-icon-campaign {
    background: #dff0fe;
    color: #f74a4f;
}

.widget-stats .widget-stats-container .widget-stats-icon.widget-stats-icon-responding {
    background: #dff0fe;
    color: #135484;
}

.widget-stats .widget-stats-container .widget-stats-icon.widget-stats-icon-tests {
    background: #dff0fe;
    color: #4bad48;
}

.block-center-scenario-1 {
    /*margin: auto !important;*/
    background-color: #58a1f6;
}

.block-center-scenario-2 {
    /*margin: auto !important;*/
    background-color: #f74a4f;
}

.block-center-scenario-3 {
    /*margin: auto !important;*/
    background-color: #135484;
}

.block-center-scenario-4 {
    /*margin: auto !important;*/
    background-color: #4bad48;
}

.ft-badge-medium {
    font-size: 1.10em !important;
}

.background_cos {
    background-color: #58A1F6 !important;
    color: white !important;
    padding: 20px 20px 20px !important;
}

#resultGeneratorCIN ul li {
    margin-left: 20px !important ;
}

.txtZoneDescriptionResultPDF {
    font-size: 18px !important;
    color: #58A1F6 !important;
}

.txtZoneNewPageResultPDF {
    background-color: #58A1F6;
    padding: 20px 20px 20px !important;
    font-size: 20px !important;
    text-align: center;
    color: white !important;
    text-transform: uppercase;
}

.titleZoneResultPDF {
    color: white !important;
    font-size: 18px !important;
}

.statementScore {
    font-weight: bold;
    font-size: 17px !important;
    color: #58A1F6;
}

.button-heading {
    background: skyblue !important;
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

.form-control-rounded-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control-rounded-right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-append .btn {
    height: 100%;
    display: flex;
    align-items: center;
}

.input-group-append .btn .material-icons {
    vertical-align: middle;
}

/* Styles pour les options avec drapeaux */
.flag-icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px; /* Ajustez cette valeur pour redimensionner les drapeaux */
    padding-left: 30px; /* Ajustez si nécessaire pour l'espacement */
}
.flag-icon.fr { background-image: url('../img/flags/fr.png'); }
.flag-icon.en { background-image: url('../img/flags/en.png'); }
.flag-icon.de { background-image: url('../img/flags/de.png'); }
.flag-icon.esp { background-image: url('../img/flags/esp.png'); }
.flag-icon.it { background-image: url('../img/flags/it.png'); }
.flag-icon.jap { background-image: url('../img/flags/jap.png'); }
/* Assurez-vous de définir le chemin correct vers vos icônes de drapeau */

/* Ajuster la hauteur du Select2 pour la liste des langues dans les campagnes*/


/* Ajuster la hauteur du Select2 */
#lang-customize-recruitcampaign .select2-container .select2-selection--single {
    height: 40px; /* Ajustez cette valeur selon vos besoins */
    display: flex;
    align-items: center;
}

#lang-customize-recruitcampaign .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px; /* Ajustez cette valeur selon vos besoins */
    background-position: center; /* Centre l'image de fond */
    background-size: contain; /* Redimensionne l'image pour qu'elle soit entièrement visible */
}

#lang-customize-recruitcampaign .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px; /* Ajustez cette valeur selon vos besoins */
}

#lang-customize-recruitcampaign .select2-selection .select2-selection__rendered {
    line-height: 2.4 !important;
}

/* Permet d'afficher le menu au-dessus quand nécessaire */
.drop-up {
    bottom: 100% !important;
    top: auto !important;
    transform: translateY(-5px) !important;
}

/* Empêche le menu d'être tronqué et le rend entièrement visible */
.dropdown-menu {
    max-height: none !important;
    overflow-y: auto !important;
    position: absolute !important;
    z-index: 1050 !important;
    width: auto !important;
    min-width: 150px; /* Assure une largeur minimale pour éviter qu'il soit trop petit */
}

/* Corrige le positionnement quand DataTables utilise scrollX */
.dataTables_scrollBody {
    overflow: visible !important;
    position: relative !important;
}



.dropdown-item {
    cursor: pointer !important; /* Change le curseur en main */
}

.timeline {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-item {
    text-align: center;
    position: relative;
}

.timeline-item i {
    font-size: 24px; /* Ajuste la taille des icônes */
    color: black;
}

.timeline-line {
    flex: 1;
    border-top: 2px dashed black;
    /*margin: 0 5px;*/
    width: 20px;
}

#datatable-prospect {
    table-layout: fixed; /* Fixe la disposition du tableau */
    width: 100%; /* Assure que le tableau occupe toute la largeur */
}

#datatable-prospect thead th {
    text-align: center; /* Centre les titres des colonnes */
    white-space: nowrap; /* Évite le retour à la ligne */
}

#datatable-prospect thead th.left {
    text-align: left; /* Aligne à gauche les titres des colonnes */
    white-space: nowrap; /* Évite le retour à la ligne */
}

#datatable-prospect tbody td {
    text-align: left; /* Aligne le texte des cellules */
    /*overflow-x: visible;*/ /* Cache le débordement */
    text-overflow: ellipsis; /* Ajoute des "..." si le texte est trop long */
}

.badge-wrap {
    white-space: normal !important; /* 🔥 Permet les retours à la ligne */
    word-wrap: break-word; /* 🔥 Coupe les mots si besoin */
    display: inline-block; /* 🔥 Garde la largeur du texte */
    max-width: 100%; /* 🔥 Évite que le badge dépasse la colonne */
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white !important;
    font-style: italic;
}
