/************************************************/

/* *Auteur:Wattas Amani 
   *Date de création : 14/12/2019
   *Descrption : style spécifique de la page Sejour
                 Accompagnateur
   ***
   *Derniére modification: 
        *date : 14/12/2019
        *par  : Wattas Amani
*/

/************************************************/
.fav-button {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px !important;
  height: 60px;
  background-color: #F0F0F2;
  border-radius: 50%;
  display: flex
;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: transform 0.3s ease;
}   
.shepherd-element {
  background-color: #ffffff !important;
  color: #333 !important;
  border-radius: 10px !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15) !important;
  padding: 20px !important;
  font-family: Arial, sans-serif !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 400px;
}

.shepherd-header {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.shepherd-content {
  padding: 15px;
  font-size: 14px;
}

.shepherd-image {
  width: 191px;


}

.shepherd-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
}

.shepherd-button {
  background-color: #5AA7A2 !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  border: none !important;
  cursor: pointer !important;
  flex: 1;
  margin: 0 5px;
}

.shepherd-button:hover {
  background-color: #488b86 !important;
}

.shepherd-button-cancel {
  background-color: #d9534f !important;
  color: white !important;
  border-radius: 5px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  border: none !important;
  cursor: pointer !important;
  flex: 1;
  margin: 0 5px;
}

.shepherd-button-cancel:hover {
  background-color: #c9302c !important;
}
.highlight-step {
  position: relative;
  z-index: 1050 !important;
  outline: 3px solid #ffcc00 !important;
  border-radius: 10px;
  transition: outline 0.3s ease-in-out;
}

    .message-container {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: left;
          background: white;
          padding: 20px;
          border-radius: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          max-width: 600px;
      }
      .text-content {
          flex: 1;
          padding-right: 20px;
      }
  /* Style global */
body {
  font-family: 'Monserat', 'arial';
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}
.header-accompagnateur {
  background-color: #2C9FA5; /* Couleur cohérente avec le design 5sur5séjour */
  color: #ffffff; /* Texte blanc pour un bon contraste */
  text-align: center;
  
  padding: 3px 0px; /* Espacement intérieur pour mieux respirer */

  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Légère ombre pour du relief */
  font-family: 'Montserrat-Bold'; /* Police plus moderne */
}


/* Style du titre principal */
.header-accompagnateur h1 {
  font-size: 1.5em;
  /* font-weight: 700; */
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  color: white;
  font-family: 'Montserrat-Bold';
  
}
.card-jour.active {
  border: 2px solid #F56040; /* Bleu du site */

}

/* Style du sous-titre */
.header-accompagnateur p {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
  color:whitesmoke;


}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
  .header-accompagnateur {
      padding: 15px 10px;
  }

  .header-accompagnateur h1 {
      font-size: 18px;
  }

  .header-accompagnateur p {
      font-size: 16px;
  }
}

/* Bande bleue en haut */
.bande-bleue {
  background: #41a2aa;
  padding: 15px 0;
  text-align: center;
}

.bande-bleue h1 {
  color: white;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

/* En-tête */
.entete-accompagnateur {
  background: #f5f5f5;
  border-bottom: 2px solid #ddd;
}
.headercontainer {
/* max-width: 1400px; */
margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  flex-wrap: wrap;

}
.text-blue5sur5{
  color: #41a2aa;
  font-size:1.5rem;
}
.text-orange5sur5{
  color: #F56040;
  font-size:1.8rem;
}
.text-success{

  font-size:1.5rem;
}
/* Conteneur principal */
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  flex-wrap: wrap;
}
/* Style global */
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}


.bande-bleue h1 {
  color: white;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bande-bleue .logo {
  width: 30px;
  height: auto;
}

/* Conteneur principal */
.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  flex-wrap: wrap; /* Adaptation responsive */
}

/* Info séjour (image + titre + date) */
.info-sejour {
  display: flex;
  align-items: center;
  gap: 15px; /* Espacement entre l'icône et le texte */
  flex: 1;
}

.imageTitreSej {
  width: 45px;
  height: auto;
}

/* Titre et dates */
.titreDetailSej {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.spnTitleSej {
  font-size: 16px;
  color: #666;
  white-space: nowrap;
}

/* Conteneur des boutons */
.boutons-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.boutons-actions button {
  transition: 0.3s ease-in-out;
}

.boutons-actions button:hover {
  transform: scale(1.05);
  opacity: 0.9;
}
/* Style général des boutons */
.btn-action {
display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat-Bold';
  padding: 7px 8px;
  font-size: 0.8em;
  /* font-weight: bold; */
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1)
}

/* Bouton orange (message vocal) */
.btn-orange {
  background: #FF9F66;
  color: white;
}
.btn-orange:hover {
  background: #E67E52;
}

/* Bouton bleu (ajout photos) */
.btn-bleu {
  background: #41a2aa;;
  color: white;
}

.btn-bleu:hover {
  background:  #2A91D0;;
}

/* Icônes dans les boutons */
.btn-action i {
  font-size: 18px;
}

/* Responsive */

 

/* Responsive */
@media (max-width: 1024px) {
  .container {
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
  }

 

  .titreDetailSej {
      text-align: center;
      flex-direction: column;
  }

}

      /* Boutons Icônes en ligne (vidéo en direct, photo, humeur) */
      .quick-actions {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 15px;
          padding: 10px 0;
      }

      .quick-actions span {
          display: flex;
          align-items: center;
          gap: 5px;
          font-size: 16px;
          color: #333;
          cursor: pointer;
          transition: color 0.2s;
      }

      .quick-actions span:hover {
          color:#F09E7A;
      }

.quick-actions .dayspan {
  display: flex
;
  align-items: center;
  gap: 5px;
  font-size: 0.8em;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: color 0.2s;
}
.date-card.notclickable {
opacity: 0.5;          /* Visually dimmed */
pointer-events: none;  /* No clicking/hover */
cursor: default;       /* Default cursor */
}
.DivImgChoisieaffect {
          min-width: 120px;
          height: 59px;
          background-color: #cccccc33;
          position: relative;
          margin-bottom: 16px;
          margin-left: 15px;
          text-align: center;}

      .selectedDivImgChoisie {
          background-color: #4B4747;
          opacity: 0.5;
      }
      .DivImgChoisieaffect > img:first-child {
          cursor: pointer;
          max-height: 100%;
          max-width: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
      }
      .btnAddLocalImport {
          background-color: #F09E7A;
          color: white;
          width: 341px;
          margin-left: 6px;
          padding-left: 3px;
      }

      .form-control1 {
          width: 100%;
          height: 40px !important;
          padding: .375rem 0rem;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.5;
          color: #495057;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid #f09e7a;
          border-radius: .25rem;
          transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          outline: none !important;
          box-shadow: none !important;
      }

/**********************DATEPICKER*************/

.ui-datepicker {
          text-align: center;
      }

      .ui-datepicker-trigger {
          margin: 0 0 0 5px;
          vertical-align: text-top;
      }

      .ui-datepicker {
          font-family: Open Sans, Arial, sans-serif;
          margin-top: 2px;
          padding: 0 !important;
          border-color: #c9f0f5 !important;
      }

      .ui-datepicker {
          width: 256px;
      }

      .openemr-calendar .ui-datepicker {
          width: 191px;
      }

      .ui-datepicker table {
          width: 256px;
          table-layout: fixed;
      }

      .openemr-calendar .ui-datepicker table {
          width: 191px;
          table-layout: fixed;
      }

      .ui-datepicker-header {
          background-color: #3e9aba !important;
          background-image: none !important;
          border-radius: 0;
      }

      .openemr-calendar .ui-datepicker-header {
          background-color: #e6f7f9 !important;
          border-width: 1px;
          border-color: #c9f0f5;
          border-style: solid;
      }

      .ui-datepicker-title {
          line-height: 35px !important;
          margin: 0 10px !important;
      }

      .openemr-calendar .ui-datepicker-title {
          line-height: 20px !important;
      }

      .ui-datepicker-prev span {
          display: none !important;
      }

      .ui-datepicker-next {
          text-align: center;
      }

      .ui-datepicker-next span {
          display: none !important;
      }

      .ui-datepicker-prev {
          background-color: transparent !important;
          background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
          height: 12px !important;
          width: 7px !important;
          margin: 14px 12px;
          display: inline-block;
          left: 0 !important;
          top: 0 !important;
      }

      .openemr-calendar .ui-datepicker-prev {
          background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
          height: 14px !important;
          width: 9px !important;
          margin: 5px !important;
      }

      .ui-datepicker-next {
          cursor: pointer;
      }

      .ui-datepicker-prev {
          cursor: pointer;
      }

      .ui-datepicker-next {
          background-color: transparent !important;
          background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
          height: 12px !important;
          width: 8px !important;
          margin: 14px 12px;
          display: inline-block;
          right: 0 !important;
          top: 0 !important;
      }

      .openemr-calendar .ui-datepicker-next {
          background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
          height: 14px !important;
          width: 8px !important;
          margin: 5px;
      }

      .ui-datepicker-month {
          border-radius: 2px;
          background-color: #3985a0;
          width: 110px !important;
          height: 22px;
          font-family: Open Sans !important;
          color: #fff;
          font-size: 14px !important;
          font-weight: 600;
          text-align: left;
          border: none !important;
          margin-right: 17px !important;
          vertical-align: text-top;
      }

      .openemr-calendar .ui-datepicker-month {
          font-family: Open Sans, Arial, sans-serif;
          color: rgba(34, 34, 34, 0.87);
          font-size: 12px !important;
          font-weight: 700;
          text-align: center;
          transform: scaleX(1.0029)
      }

      .ui-datepicker-year {
          border-radius: 2px;
          background-color: #3985a0;
          width: 61px !important;
          height: 22px;
          border: none !important;
          font-family: Open Sans !important;
          color: #fff;
          font-size: 14px !important;
          font-weight: 600;
          text-align: left;
          vertical-align: text-top;
      }

      .openemr-calendar .ui-datepicker-year {
          font-family: Open Sans, Arial, sans-serif;
          color: rgba(34, 34, 34, 0.87);
          font-size: 12px !important;
          font-weight: 700;
          text-align: center;
          transform: scaleX(1.0029)
      }

      .ui-datepicker-month option,
      .ui-datepicker-year option {
          color: #3985a0 !important;
          background-color: #fff !important;
          font-family: Open Sans !important;
          font-size: 14px !important;
          font-weight: 600;
      }

      .ui-datepicker-month option[selected],
      .ui-datepicker-year option[selected] {
          background-color: #e5edf0 !important;
      }

      .ui-datepicker .ui-state-hover {
          /*background: none !important;*/
          border: 0 !important;
      }

      .ui-datepicker td {
          vertical-align: top;
      }

      .ui-datepicker .ui-state-default {
          border-radius: 2px;
          border-color: #edebeb !important;
          /*     background: white !important; */
          width: 24px;
          height: 24px;
          padding: 0 !important;
          line-height: 24px;
          text-align: center !important;
          font-family: Open Sans, Arial, sans-serif;
          color: #707070;
          font-size: 13px;
          font-weight: 400 !important;
          margin: 7px 0 0 4px;
      }

      .ui-datepicker .ui-state-default.ui-state-highlight{
          border-color: #dcdcdc;
          background-color: #cff3f8 !important;
          color: #3e9aba !important;
      }

      .openemr-calendar .ui-state-default {
          font-size: 10px;
          margin: 0;
      }

      .ui-datepicker td {
          width: 33px;
      }

      .openemr-calendar .ui-datepicker td {
          width: 26px;
      }

      .openemr-calendar .ui-state-default {
          width: 26px;
          height: 20px;
          line-height: 20px;
      }
      .ui-state-default.ui-state-hover {
          border-color: #dcdcdc;
          background-color: #cff3f8 !important;
      }

      .ui-datepicker .ui-state-active {
          border-color: #dcdcdc;
          background-color: #cff3f8 !important;
          color: #3e9aba !important;
      }

      .ui-datepicker-calendar thead tr th {
          font-family: Open Sans, Arial, sans-serif;
          color: #549fa8;
          font-size: 12px;
          font-weight: 400;
          padding: 0.45em 0.3em !important;
          /*   width: 15px !important; */
      }

      .openemr-calendar .ui-datepicker-calendar thead tr th {
          font-size: 10px;
      }

      .ui-datepicker-close {
          display: none;
      }

      .ui-datepicker thead {
          background-color: #f5f5f5;
      }

      .openemr-calendar .ui-datepicker thead {
          background: none;
      }

      .ui-state-default.ui-datepicker-current {
          float: none !important;
          font-family: Open Sans, Arial, sans-serif;
          color: #fff;
          font-size: 14px;
          font-weight: 400;
          text-align: left;
          border-width: 0 !important;
          border: none;
          vertical-align: top;
          margin: 0 !important;
          background-color: transparent !important;
      }

      .ui-datepicker-buttonpane.ui-widget-content {
          text-align: center;
          background-color: #3e9aba;
          margin: 0 !important;
          height: 28px;
          padding: 0 !important;
      }

      .openemr-calendar .ui-datepicker-year {
          background-color: transparent;
      }

      .openemr-calendar .ui-datepicker-month {
          background-color: transparent;
      }

      .openemr-calendar .ui-state-default {
          border: 0 !important;
      }

      .openemr-calendar .ui-datepicker-month {
          margin-right: 10px !important;
      }
      @media (max-width :500px ){
          .form-control1 {
              width: 80%;
              height: 40px !important;
              padding: .375rem 0rem;
              font-size: 1rem;
              font-weight: 400;
              line-height: 1.5;
              color: #495057;
              background-color: #fff;
              background-clip: padding-box;
              border: 1px solid #f09e7a;
              border-radius: .25rem;
              transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
              outline: none !important;
              box-shadow: none !important;
              margin-left: 28px;
          }
      }
      .modal-upimgvid .modal-content-upimgvid {
border-radius: 10px;
/* your styling */
}
.header-upimgvid {
background-color: #41a2aa;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;

/* your styling */
}
.btn-upload-img-upimgvid, .btn-upload-video-upimgvid {
background: #ffffff;
border: 1px solid #ccc;
border-radius: 4px;
padding: 0.5rem 1rem;
/* your styling */
}
.border-today-not-selected {
border: 2px dashed #f56040; /* or any color/style you prefer */
border-radius: 5px;
}

/* Custom Modal Header with gradient (optional) */
.modal-header {
background: #41A2AA;
color: #fff;
border-bottom: 2px solid rgba(0,0,0,0.1);
border-radius: 10px 10px 0 0;
}

/* Ensure the btn-close icon remains white */
.btn-close {
filter: invert(1);
}

/* Extra spacing in modal body */
.modal-body {
padding: 1.5rem;

}

/* Ensure uniform button widths */
.modal-footer button {
min-width: 100px;
}
/* Custom CSS to enlarge the emoji popover container */

  /* Optionally, adjust the emoji button size */
  .emoji-btn {
    font-size: 1.25rem; /* Larger emoji font */
    padding: 0.5rem;    /* More padding */
  }
  /* Enlarge the emoji trigger button below the textarea */
  .emoji-trigger-btn {
    font-size: 1.25rem;
    padding: 0.5rem 0.75rem;
  }
/* Override Bootstrap popover max-width */
.popover {
max-width: 450px !important;
}

/* Optional: Adjust the popover body padding if needed */
.popover-body {
padding: 10px;
}
.popover.show {
z-index: 20000 !important;
}
/* Popover styling */
.popover-photo-content {
  display: none; /* hidden by default */
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  z-index: 100;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
  width: 200px  ;
}

/* Styling for the popover button */
.popover-photo-content button {
  background: #f44336;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}

.popover-photo-content button:hover {
  background: #d32f2f;
}

.menu-photo-btn {
  background-color: rgba(240, 240, 240, 0.5); /* 80% transparent light gray */
  border: none;
  border-radius: 50%;      /* makes it a circle */
  width: 40px;             /* adjust size as needed */
  height: 40px;            /* adjust size as needed */
  font-size: 1.5rem;
  cursor: pointer;
  color: #E67E52;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.menu-photo-btn:hover {
  background-color: rgba(220, 220, 220, 0.2); /* slightly darker on hover, still 80% transparent */
}
.swal2-container {
  z-index: 200000 !important; /* ensure it's above any modals/popovers */
}
#attachment-filter {
  position: absolute;
right: 30px;
margin-top: 20px;
z-index: 100;
  }
  #attachment-filter .dropdown-item label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
#attachment-filter {
  right: 20px;
  margin-top: 0px;
}
}

  .fav-button:hover {
transform: scale(1.1);
}
.fav-button {
position: relative;
cursor: pointer;
}
.fav-button.active .CoeurEclat::before {
opacity: 1;
transform: scale(1.5);
animation: pulse 0.6s ease-out forwards;
}
.fav-button {
cursor: pointer;
position: fixed;
bottom: 50px;
right: 50px;
width: 60px !important;
height: 60px;
background-color: #f0f0f2;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
z-index: 1000;

transition: transform 0.3s ease;
}

.fav-button img {
width: 30px;
}
.gif-container {
    width: 150px;
    height: 150px;
    background-image: url('/images/waitingAccom.gif');
    background-size: cover;
    background-repeat: no-repeat;
}
/* Example: masonry-like layout with 4 columns on desktop */
/* Container can be display: flex or grid. Let's do a flexible grid. */
.rowimag.no-margin {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
/* auto-fill + minmax ensures they fill the row and wrap automatically */
gap: 8px; /* spacing between items, optional */
margin: 0; /* override default margin if you want */
padding: 0; 
}

/* Each cell is 200px tall (or pick your own dimension). */
.photo-item {
width: 100%;
height: 290px;   /* fixed height: 200px */
position: relative;
overflow: hidden;  /* hide any overflow if the image is bigger */
border-radius: 4px; /* optional rounding corners */
background: #f0f0f0; /* fallback background color while image loads */
margin-bottom: 20px;
}

/* For images, we want them to fill the box and maintain a cover aspect. */
.photo-item img,
.photo-item video {
width: 100%;
height: 100%;
object-fit: cover;  /* ensures image or video is cropped rather than distorted */
display: block;
}

.select-overlay {
position: absolute !important;
top: 10px !important;
left: 10px !important;
z-index: 100 !important;
padding: 3px !important;
border-radius: 4px !important;
width: 26px !important;
height: 26px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}

/* Only hide select overlay by default if not in select mode */
body:not(.multiselect-mode) .select-overlay {
display: none !important;
}

/* When in multiselect mode */
body.multiselect-mode .select-overlay {
display: block !important;
}

body.multiselect-mode .heart-icon {
display: none !important;
}

/* Make checkboxes more visible */
.multi-select-checkbox {
width: 20px !important;
height: 20px !important;
cursor: pointer !important;
opacity: 1 !important;
display: block !important;
position: relative !important;
z-index: 101 !important;
margin: 0 !important;
-webkit-appearance: auto !important; /* Reset any custom appearance */
-moz-appearance: auto !important;
appearance: auto !important;
}

.multi-select-checkbox::-webkit-checkbox {
opacity: 1 !important;
display: block !important;
}
.select-overlay::after {
content: "";
position: absolute;
top: 3px;
left: 3px;
width: 20px;
height: 20px;
background-color: white;
border: 2px solid #007bff;
border-radius: 3px;
pointer-events: none;
z-index: 90;
}
.multi-select-checkbox:checked + .select-overlay::after {
background-color: #007bff;
border-color: #0056b3;
}
/* Style for the toggle button */
.dayspan-toggle-select {
display: inline-flex !important;
align-items: center !important;
gap: 5px !important;
padding: 5px 10px !important;
border-radius: 4px !important;
transition: all 0.2s ease !important;
}

.dayspan-toggle-select:hover {
background-color: #f0f0f0 !important;
}

.dayspan-toggle-select[data-select-mode="active"] {
background-color: #dc3545 !important;
color: white !important;
}

/* Style for the bulk action bar */
.bulk-action-bar {
position: fixed !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
background: white !important;
padding: 15px !important;
box-shadow: 0 -2px 10px rgba(0,0,0,0.2) !important;
z-index: 1050 !important;
display: flex !important;
justify-content: center !important;
gap: 10px !important;
}

/* Space out the buttons */
.bulk-action-bar .btn {
padding: 8px 15px !important;
font-weight: 500 !important;
}
.dayspan.filter-button {
position: relative;
transition: all 0.2s ease;
}

.dayspan.filter-button.active-filter {
font-weight: bold;
color: #FF9F66;
}

.dayspan.filter-button.active-filter::after {
content: '';
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: 2px;
background-color: #FF9F66;
}


@media (max-width: 5000px) {
  .logoPanier,
  .logcmd {
    display: none;
  }
  p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #4d4d4d;
    margin-bottom: 13px;
    font-family: "Montserrat-regular";
  }
  .logomobile5 {
    display: none;
  }
  @-webkit-keyframes blinker {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
  }
  .btnChoix {
    width: 110px;
    font-family: Montserrat-SemiBold;
    background-color: #f09e7a;
    color: #fff;
    margin-right: 15px;
    border: none !important;
    border-radius: 25px;
    font-size: 15px;
    height: 35px;
  }
  .btnChoix:hover {
    background-color: #41a2aa;
    color: #fff;
  }
  .titleFooter {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #707070;
    padding-top: 14px;
    cursor: pointer;
  }
  .sizeAttch {
    color: #41a2aa;
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    border: 2px solid #41a2aa;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
  }
  .sizeAttch i {
    position: relative;
    padding: 0;
    margin-top: 15%;
    margin-right: 5%;
    margin-left: 15%;
  }
  .eye {
    width: 25px;
  }
  .contenusomme {
    margin-top: 8%;
    margin-left: auto;
    position: relative;
    cursor: pointer;
  }
  .detailsConditon {
    margin-top: 14px;
  }
  .ContentCondition {
    width: 100%;
    text-align: center;
    max-height: 300px;
    overflow-y: auto;
    padding: 25px;
  }
  .over {
    display: none;
    transition: all 0.7s;
    transform: translate(0, 100%);
    opacity: 0;
  }
  .animeover {
    display: block;
    transform: translate(0, 0%);
    opacity: 1;
  }
  .liresuit {
    cursor: pointer;
    font-weight: 600;
  }

  .AjoutDetail {
    width: 800px;
    height: 144px;
    margin-bottom: 4px;
    padding-left: 0px;
  }
  .AjoutDetail:after {
    content: "";
    display: block;
    border: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    height: 22%;
    position: relative;
  }
  .AjoutPosition:after {
    height: 39%;
  }
  .AjoutAudio:after {
    height: 21%;
  }
  .titleAjoutDetail {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: black;
    margin-top: 60px;
    padding-left: 20px;
    position: relative;
    height: fit-content;
    cursor: pointer;
  }
  .titleAjoutAudio {
    margin-top: 56px;
  }
  .titleAjoutPosition {
    margin-top: 62px;
    padding-left: 15px;
  }
  .DivAjoutDetailsSejour {
    position: relative;
    margin-top: 5px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .imgAjoutDetail {
    position: relative;
    margin-top: 26px;
    width: 70px;
    height: 85px;
    cursor: pointer;
  }
  .imgAjoutAudio {
    height: 77px;
    margin-top: 34px;
  }
  .imgAjoutPosition {
    height: 79px;
    margin-top: 29px;
    margin-left: 5px;
  }
  .nbrattachaccom {
    color: #41a2aa;
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    text-align: center;
  }
  .titleAjoutDetail:after {
    display: none;
  }
}

@media (max-width: 1366px) {
  .titleFooter {
    font-family: Montserrat-Regular;
    font-size: 9px;
    color: #707070;
    padding-top: 14px;
    cursor: pointer;
  }
  .AjoutDetail {
    width: 720px;
    height: 125px;
    margin-bottom: 4px;
    padding-left: 0px;
  }
  .imgAjoutDetail {
    position: relative;
    margin-top: 26px;
    width: 60px;
    height: 75px;
    cursor: pointer;
  }
  .titleAjoutDetail {
    font-size: 24px;
    margin-top: 57px;
    padding-left: 18px;
  }
  .imgAjoutAudio {
    height: 67px;
    margin-top: 28px;
  }
  .titleAjoutAudio {
    margin-top: 50px;
  }
  .imgAjoutPosition {
    height: 65px;
    margin-top: 29px;
    margin-left: 0px;
  }
  .titleAjoutPosition {
    margin-top: 58px;
    padding-left: 18px;
  }
  .btnUpload {
    background-color: #f09e7a;
    color: #fff;
  }
  .sizeAttch {
    font-size: 18px;
  }
  .sizeAttch i {
    position: relative;
    padding: 0;
    margin-top: 22%;
    margin-right: 10%;
    margin-left: 15%;
  }
}

@media (max-width: 990px) {
  .quick-actions .dayspan {
    display: flex
;
    align-items: center;
    gap: 5px;
    font-size: 0.7em;}
  .logo5sur5Header {
    height: 50px;
    margin-left: 11px;
    margin-top: -6px;
    display:block;
}
  .bienvenuAccTitle{
    display:none;
  }
  .BottomAddVocal {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    padding-top: 20px;
  }
  .logoheadSejour {
    width: 48px;
    height: 69px;
    margin-right: 9px;
  }
  .CodeSejour {
    font-size: 17px;
    padding-top: 28px;
    margin-right: 13px;
  }
  .spnTitleSej{
    font-size:10px;
  }
  .NomSejour {
  
    padding-top: 30px;
    margin-right: 5px;
    margin-left:-5%;
  }
  .DateSejour {
    font-size: 14px;
    padding-top: 31px;
  }
  .titleAjoutDetail {
    font-size: 19px;
    margin-top: 57px;
    padding-left: 15px;
  }
  .imgAjoutAudio {
    height: 30px;
    margin-top: 28px;
    width: 25px !important;
  }
  .imgAjoutPosition {
    height: 30px;
    margin-top: 29px;
    margin-left: 0px;
    width: 25px !important;
  }
  .AjoutDetail:after {
    content: "";
    display: block;
    border: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    height: 17.25%;
    position: relative;
  }
  .imgAjoutDetail {
    position: relative;
    margin-top: 26px;
    width: 38px;
    height: 75px;
    cursor: pointer;
  }
 
  .contenusomme {
    margin-top: 11%;
    margin-left: auto;
    position: relative;
    cursor: pointer;
  }
  .sizeAttch {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .NomSejour{
    display:none;
  }
  .boutons-actions {
     
    gap: 10px;
}
.logo5sur5HeaderMobile{
  display:none !important;
}
.nbrpanier {
  background-color: #F09E7A;
  font-size: 12px;
  width: 21px;
  height: 21px;
  border-radius: 25px;
  color: #fff;
  position: absolute;
  top: 2px;
  margin-left: -0.3px;}
.btn-action {
  display: flex
;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat-Bold';
  padding: 7px 15px;
  font-size: 0.7em;
}

.quick-actions {
  flex-direction: column;
  align-items: flex-start;
}

.right-actions {
  margin-top: 10px;
  align-self: flex-end;
}
}
@media only screen and (max-width: 660px) {
  .HeaderDetailsAccompagnateur {
    min-height: 79px;
    height: auto;
    padding-bottom: 5px;
  }
  .ContentCondition {
    width: 100%;
    text-align: center;
    max-height: 300px;
    overflow-y: auto;
    padding: 0px;
  }
  .logomobile5 {
    padding-top: 120px;
    text-align: center;
    font-family: Montserrat-Regular;
    display: block;
    font-size: 11px;
  }
  .eye {
    width: 20px;
  }
  .DetailsSejour {
    margin-top: 0px;
  }
  .sizeAttch {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  .logoheadSejour {
    display: none;
  }
  .CodeSejour {
    font-size: 17px;
    padding-top: 3px;
    margin-right: 6px;
    color: #41a2aa;
  }
 
  .DateSejour {
    font-size: 10px;
    padding-top: 0px;
  }
  .DivAjoutDetailsSejour {
    position: relative;
    margin-top: 5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .titleAjoutDetail {
    font-size: 15px;
    padding-left: 15px;
  }
  .nbrattachaccom {
    font-size: 15px;
  }
  .imgAjoutAudio {
    height: 30px;
    margin-top: 28px;
    width: 25px !important;
  }
  .imgAjoutPosition {
    height: 30px;
    margin-top: 29px;
    margin-left: 0px;
    width: 25px !important;
  }
 
  
  .btnChoix {
    width: 79px;
    font-family: Montserrat-SemiBold;
    background-color: #f09e7a;
    color: #fff;
    margin-right: 15px;
    border: none !important;
    border-radius: 25px;
    font-size: 12px;
    height: 35px;
  }
  .contenusomme {
    margin-top: 50px;
    margin-left: auto;
    position: relative;
    cursor: pointer;
  }
}


@media (max-width: 420px) {
  .titleAjoutDetail {
    font-size: 13px;
    margin-top: 57px;
    padding-left: 15px;
  }
  .imgAjoutPosition {
    height: 55px;
    margin-top: 29px;
    margin-left: 0px;
    width: 18px !important;
  }
  .contenusomme {
    margin-top: 58px;
  }
  .sizeAttch {
    font-size: 11px;
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 400px) {

  .titleAjoutDetail {
    font-size: 10px;
    margin-top: 50px;
    padding-left: 10px;
  }
  .contenusomme {
    margin-top: 50px;
  }
  .NomSejour,
  .CodeSejour {
    font-size: 14px;
  }
  .imgAjoutDetail {
    margin-top: 30px;
    width: 25px;
    height: auto;
  }
  .imgAjoutImg {
    margin-top: 38px;
  }
  .imgAjoutPosition {
    height: auto;
    margin-top: 35px;
    margin-left: 0px;
    width: 16px !important;
  }
  .sizeAttch {
    font-size: 8px;
    width: 20px;
    height: 20px;
  }
  .imgAjoutAudio {
    margin-top: 37px !important;
    width: 17px !important;
  }
  .nbrattachaccom {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  .logomobile5 a {
    display: block;
  }
}
@media (max-width: 280px) {
  .contenusomme {
    display: none;
  }
  .titleAjoutDetail {
    font-size: 10px;
    margin-top: 50px;
    padding-left: 10px;
    display: block;
    word-break: break-word;
    width: 85%;
    text-align: center;
  }
  .titleAjoutDetail:after {
    content: "Voir la liste";
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    color: #f09e7a;
  }
}
