h6{
  font-size:1.1rem !important;
}

.body_loading{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Ensures it's above other content */
	opacity: 1;
}
body{
	background-color: coral
}


marquee {
	width: 100%;
	padding: 10px 0;
	background-color: #b0bec5;
	margin-bottom:10px;
}


.popover-header {
    background-color: #ebeee5;
    border-bottom: 1px solid #2112f0;
}


tbody{
    line-height: 20px;
    font-size: 13px !important;
}

.size-icon{
	font-size:20px;
}

.modal-body tbody,
.dtp-content tbody {
	line-height: 20px;
}
.dtp-content .page-link:hover {
	background: transparent;
	border: none !important;
	color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 0.4em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #00b5b8;
}
.dataTables_paginate ul li {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hide, .hidden {
	display: none;
}

td.action, td.actions {
	white-space: nowrap;
}

tbody{
	font-size:12px !important;
}
tbody span{
	font-size:12px !important;
}
thead{
	font-size:13px !important;
}

.nav-item a {
	font-size:13px !important;
}
span{
	font-size:13px !important;
}

.process_arptc{
	font-size:13px !important;
}

.note-editor.note-frame {
    border: 2px solid black !important;
}

.ellipsis{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  }

  .card-bottom{
    height: -webkit-calc(100% - 45px);
}


.color_menu_link{
	box-shadow:0px 0px 10px #0f7bd3;
	-webkit-animation-name: clignote_menu; /*on affecte l'animation clignote à notre bouton*/
	-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
	-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_menu {
	0%{box-shadow:0px 0px 10px #0f7bd3;}
	50%{box-shadow:0px 0px 0px #0f7bd3;}
	100%{box-shadow:0px 0px 10px #0f7bd3;}
	}


/*------- style button back to top ------*/

#button {
  display: inline-block;
  background-color: #11a578;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color:#fff;
}
#button:hover {
  cursor: pointer;
  background-color: #e33131;
}
#button:active {
  background-color: #e33131;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*------ badge color blue int ----*/
.badge-blue {
  background-color: #8ecbdd; }

.badge-blue-ciel{
  background-color: rgb(233 233 233 / 19%);
}
.badge-facebook{
  background-color:#3b5998;
  margin:2px;
}
.badge-empty{
  background-color:#7b5688;
}


/*------- loader -------*/

.loader_bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width:100%;
  height:100%;
}

.loader{
  border:0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position:absolute;
  top:calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader:before, .loader:after
{
  content:'';
  border: 1em solid #655ce9;
  border-radius: 50%;
  width: inherit;
  height:inherit;
  position:absolute;
  top:0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity : 0;
}

.loader:before{
  animation-delay: .5s;
}

@keyframes loader {
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity:0;
  }
}


/*----- style for active link to change langue -----*/

.active_link_langage{
  background-color :#d8dfec;
}


/*--- style datatable -----*/
/* Hide default search box */
.dataTables_filter {
  display: none;
}

/* Move tfood in the upper part of the table */
tfoot {
  display: table-header-group;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
padding-left: 2.375rem;
margin-bottom: 0rem !important;
}

.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2.375rem;
text-align: center;
pointer-events: none;
color: #aaa;
}

.dt-buttons{
float:right !important;
padding-top: 10px;
}

.bottom{
display: flex;
justify-content: space-between;
align-items: center;
}

.pagination{
  padding-top:15px !important;
}

.btn-form-action {
  padding: 5px !important;
  color: white;
}

div.dataTables_wrapper div.dataTables_processing{
  z-index:9999 !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

.active-row-table{
  background-color:#e0f3ff !important; /*#dfdfdf*/
}


/*---- sortable style ----*/
.sortable_list{
  margin-left:-40px !important;
}

.sortable_list .list
{
  background-color:#82b4da;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px;
  color: white;
  cursor: pointer;
}

.sortable_list .list .text
{
  font-family: 'Roboto';
  font-weight:400;
  font-size: 16px !important;
}

.sortable_list .list .icon{
  font-size:18px !important;
}

/* dropdown list padding */
.dropdown-item-padding{
  padding: 10px !important;
}


/* border for div graph */
.border_container_observatoire{
  /*border: 2px solid #9a84bd;*/
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* style for upload file */
.custom-file-button input[type=file] {
  margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
  display: none;
}

.custom-file-button input[type=file]::file-selector-button {
  display: none;
}

.custom-file-button:hover label {
  background-color: #dde0e3;
  cursor: pointer;
}

/*---- style pour selected section: forfait or option -----*/
.style-selected-section{
  box-shadow:0px 0px 0px #57585e;
  -webkit-animation-name: clignote_selected_section; /*on affecte l'animation clignote à notre bouton*/
  -webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
  -webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
  }

  @-webkit-keyframes clignote_selected_section {
  0%{box-shadow:0px 0px 10px #57585e;}
  50%{box-shadow:0px 0px 0px #57585e;}
  100%{box-shadow:0px 0px 10px #57585e;}
  }

  .style-new-section{
    box-shadow:0px 0px 0px rgb(2, 159, 2);
    -webkit-animation-name: clignote_new_section; /*on affecte l'animation clignote à notre bouton*/
    -webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
    -webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
    }

    @-webkit-keyframes clignote_new_section {
    0%{box-shadow:0px 0px 10px rgb(2, 159, 2);}
    50%{box-shadow:0px 0px 0px rgb(2, 159, 2);}
    100%{box-shadow:0px 0px 10px rgb(2, 159, 2);}
    }

  .style-blocked-section{
    box-shadow:0px 0px 0px #d70f34;
    -webkit-animation-name: clignote_blocked_section; /*on affecte l'animation clignote à notre bouton*/
    -webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
    -webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
  }

  @-webkit-keyframes clignote_blocked_section {
    0%{box-shadow:0px 0px 10px #d70f34;}
    50%{box-shadow:0px 0px 0px #d70f34;}
    100%{box-shadow:0px 0px 10px #d70f34;}
  }

  .style-blocked-composant{
    box-shadow: rgb(223 21 86 / 40%) 0px 0px 0px 2px, rgb(237 52 13 / 65%) 0px 4px 6px -1px, rgb(233 18 18 / 8%) 0px 1px 0px inset;
  }

  .style-new-composant{
    box-shadow: rgba(72, 191, 8, 0.988) 0px 0px 0px 2px, rgba(87, 244, 3, 0.692) 0px 4px 6px -1px, rgb(233 18 18 / 8%) 0px 1px 0px inset;
  }

/*---- style pour selected accordionWrap -----*/
.style-selected-accordionWrap{
  box-shadow:0px 0px 0px #5570f5;
  -webkit-animation-name: clignote_selected_accordionWrap; /*on affecte l'animation clignote à notre bouton*/
  -webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
  -webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_selected_accordionWrap{
  0%{box-shadow:0px 0px 10px #5570f5;}
  50%{box-shadow:0px 0px 0px #5570f5;}
  100%{box-shadow:0px 0px 10px #5570f5;}
}

.style-new-accordionWrap{
  box-shadow:0px 0px 0px rgb(2, 159, 2);
  -webkit-animation-name: clignote_new_accordionWrap; /*on affecte l'animation clignote à notre bouton*/
  -webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
  -webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_new_accordionWrap{
  0%{box-shadow:0px 0px 10px rgb(2, 159, 2);}
  50%{box-shadow:0px 0px 0px rgb(2, 159, 2);}
  100%{box-shadow:0px 0px 10px rgb(2, 159, 2);}
}

.style-blocked-accordionWrap{
  box-shadow:0px 0px 0px #d70f34;
  -webkit-animation-name: clignote_blocked_accordionWrap; /*on affecte l'animation clignote à notre bouton*/
  -webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
  -webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_blocked_accordionWrap {
  0%{box-shadow:0px 0px 10px #d70f34;}
  50%{box-shadow:0px 0px 0px #d70f34;}
  100%{box-shadow:0px 0px 10px #d70f34;}
}

/*---- style pour les icons alarme -----*/
.alarme_icon_action{
box-shadow:0px 0px 0px #ff7588;
-webkit-animation-name: clignote_alarme; /*on affecte l'animation clignote à notre bouton*/
-webkit-animation-duration: 1s; /*on définit la durée de l'animation à 1s */
-webkit-animation-iteration-count:infinite; /*on dit que l'animation se répétera à l'infini.*/
}

@-webkit-keyframes clignote_alarme {
  0%{box-shadow:0px 0px 10px #ff7588;}
  50%{box-shadow:0px 0px 0px #ff7588;}
  100%{box-shadow:0px 0px 10px #ff7588;}
  }

/* -- style for picker btn color -- */
.pcr-button{
  height:40px !important;
  width:40px !important;
}

/*---- apply css to cell data tables data observatoires ---*/
.max-width-cell-item-details {
  max-width:150px;
  min-width:140px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-indicateur-details {
  max-width: 450px;
  min-width: 400px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
  position:relative;
}

.max-width-cell-valeur-details {
 max-width: 150px;
 min-width: 120px;
 white-space: nowrap; /* Prevent text from wrapping */
 overflow: hidden; /* Hide any content that overflows the cell */
 text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-action-details-progress {
  max-width: 145px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-action-details-history {
  max-width: 145px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/*---- apply css to cell data tables indicateurs ---*/
.max-width-cell-indicateur-name {
  max-width:500px; /* 12 Set the desired maximum width */
  min-width:400px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-famille-indicateur-option {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:160px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-indicateur-option {
  max-width:155px; /* 12 Set the desired maximum width */
  min-width:150px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-indicateur-action {
  max-width:120px; /* 12 Set the desired maximum width */
  min-width:115px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/*---- apply css to cell data tables task progress ---*/

.max-width-cell-acteur-task-progress {
  max-width: 150px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-action-task-progress {
  max-width: 55px;
  min-width: 50px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/*--------------------------------------*/
.max-width-cell-task-history {
  max-width: 180px;
  min-width: 150px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-action-task-history {
  max-width: 65px;
  min-width: 50px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/*----- style for select list ---*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400 !important;
}

/** swall footer btn center ---*/
.swal-footer {
  text-align: center !important;
}

/** style for div stat tarification **/

.div_statistic_observatoire{
  margin-left: 0px !important;
  margin-right: 0px !important
}

/*---- apply css to cell data tables offre comerciale ---*/

.max-width-cell-nom-commercial-offre {
  max-width: 100%;
  min-width: 200px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
  /*padding-top:5px !important;
  padding-bottom:0px !important;
  padding-left:5px !important;
  padding-right:5px !important;*/
}

.max-width-cell-acteur-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-nature-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-etat-offre-commerciale {
  max-width: 165px;
  min-width: 160px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-type-reseau-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-mode-facturation-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-date-soumission-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-date-fin-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-date-lancement-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-date-archivage-offre-commerciale {
  max-width: 130px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-periode-souscription-offre-commerciale {
  max-width: 160px;
  min-width: 150px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-statut-offre-commerciale {
  max-width: 100%;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-actions-offre-commerciale {
  max-width: 90px;
  min-width: 80px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/* Custom CSS to make the datepicker square */
.datepicker {
  font-size: 1.5em; /* Increase font size */
  width: 350px;     /* Set width */
  height: 320px;    /* Set height to match width */
}
.datepicker table {
  width: 100%;     /* Ensure the table takes up the full width */
  height: 100%;    /* Ensure the table takes up the full height */
}
.datepicker td, .datepicker th {
  padding: 5px;   /* Adjust padding as needed */
  text-align: center; /* Center text */
}
.datepicker-days .day, .datepicker-days .dow {
  width: 40px;    /* Adjust width of day cells */
  height: 40px;   /* Adjust height of day cells */
  line-height: 20px; /* Center text vertically */
}
.datepicker-months .month, .datepicker-years .year {
  width: 76px;    /* Adjust width of month/year cells */
  height: 76px;   /* Adjust height of month/year cells */
  line-height: 76px; /* Center text vertically */
}

/*---- apply css to cell data tables historique modification offre comerciale ---*/

.max-width-user-historique-modification-offre {
  max-width: 170px;
  min-width: 130px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-type-change-historique-modification-offre {
  max-width: 150px;
  min-width: 130px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-date-modification-historique-modification-offre {
  max-width: 140px;
  min-width: 120px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-old-valeur-historique-modification-offre {
  max-width: 100%;
  min-width: 170px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-new-valeur-historique-modification-offre {
  max-width: 100%;
  min-width: 170px;
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}


  /* style for input file */
  .form_pwd ul li{
    color:red;
    margin-left:-39px;
    list-style-type: none
  }

  #import-document-mission-form .custom-file-button input[type=file] {
    margin-left: 80px !important;
  }

  .custom-file-button input[type=file] {
    margin-left: -2px !important;
  }

  .custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
  }

  .custom-file-button input[type=file]::file-selector-button {
    display: none;
  }

  .custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
  }

  .input-file-style{
    position:absolute;
    left:240px;
    top:9px;
    width:-webkit-fill-available;
    opacity:0;
  }
  .border-input-file-group{
    border:2px solid #c1c1c1;
    border-radius: 4px;
  }


/*- progress bar -*/
.margin-progress{
  margin-top:0.5rem !important;
}

.style_li_progress{
  border: solid 2px gray !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

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

.font-size-icon{
  font-size:18px !important;
}

/*-- mange disply multiple files ----*/

#thumbnailContainer {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  background-color: #f9f9f9;
}
.thumbnail {
  position: relative;
  display: inline-block;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 120px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thumbnail .overview {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.thumbnail img, .thumbnail canvas {
  max-width: 100%;
  max-height: 100%;
}
.thumbnail .file-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.thumbnail:hover .file-info {
  opacity: 1;
}
.thumbnail .file-info p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnail .file-info .file-name {
  cursor: default;
}
.thumbnail .remove-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 10%;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
  z-index: 1;
}
.thumbnail .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 50px; /* Adjust size of Font Awesome icon */
  color: #aaa; /* Icon color */
}


/*---- style pour table offre commerciale ----*/
#offre-commerciale-table tbody, #archive-offre-commerciale-table tbody{
  line-height:32px !important;
}

.default-profile-ring img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.active-profile-ring {
  position: relative;
  width: 34px; /* 30px image + 4px space + 4px animated border */
  height: 34px;
  display: block;
}

.active-profile-ring img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  border: 2px solid white; /* White border to separate the image from the rotating ring */
}

.border-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(from 0deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  animation: rotateRing 4s linear infinite;
  z-index: 0;
}

@keyframes rotateRing {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/* dropdown list padding offre commerciale */
#offre-commerciale-table .dropdown-item-padding{
  padding: 4px 10px 4px 10px !important;
}

#archive-offre-commerciale-table .dropdown-item-padding{
  padding: 4px 10px 4px 10px !important;
}

/* style for summernote */
.note-editing-area p span {
   font-size:14px !important;
}
/* style for icon action offre comerciale */
.icon_size_tab_action_offre_commerciale{
  font-size:18px;
}

/* style for summernote */
.note-editing-area p span {
   font-size:14px !important;
}
/* style for icon action offre comerciale */
.icon_size_tab_action_offre_commerciale{
  font-size:18px;
}

/*---- apply css to cell data tables sites ---*/
.max-width-cell-site-code {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-acteur {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:160px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-longitude {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-latitude {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-province {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-technology {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:120px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-shared {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-site-action {
  max-width:100px; /* 12 Set the desired maximum width */
  min-width:70px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/*---- apply css to cell data tables cellules ---*/

.max-width-cell-cellule-acteur {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:130px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-code-site {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:130px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-site-id {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:130px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-site-name {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:130px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-id {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:130px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-name {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-technology {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:120px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-level-one {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-vendor {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-lac {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-azimuth {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-antenna-height {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-e-tilt {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-antenna-name {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-cell-cellule-action {
  max-width:100px; /* 12 Set the desired maximum width */
  min-width:70px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

/*---- apply css to cell data tables simulation couverture ---*/

.max-width-acteur-stimulation_couverture {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-service-stimulation_couverture {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:160px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-technology-stimulation_couverture {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-date-simulation-stimulation_couverture {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-fichier-stimulation_couverture {
  max-width:165px; /* 12 Set the desired maximum width */
  min-width:140px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.max-width-action-stimulation_couverture {
  max-width:100px; /* 12 Set the desired maximum width */
  min-width:70px; /* 12 Set the desired maximum width */
  white-space: nowrap; /* Prevent text from wrapping */
  overflow: hidden; /* Hide any content that overflows the cell */
  text-overflow: ellipsis; /* Display an ellipsis (...) for truncated text */
}

.text-icon-style{
  vertical-align: sub; /* Aligne verticalement les éléments */
}

.asterisk {
  color: red;
  /*display: inline-block;*/
  position: absolute;
  right: 5px;
  top: 0;
  padding-left: 3px; /* Add space between text and asterisk */
  font-size:15px !important;
}
