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

.j-bg-secondary-symbiomail {
  background: #FBC02D!important;
}

.j-bg-primary-symbiomail {
  background-color: #002768!important;
}

.j-color-primary-symbiomail {
  color: #002768!important;
}

.shepherd-arrow:before{
  background: #002768!important;

}

.x-sections-grid-column-max-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:10px;
}

.sendmail-popover {
  cursor: pointer;
}

fieldset {
  border: 1px solid;
}

fieldset legend {
  width: auto;
}

/* styles.css */
#main-top-nav-bar {
  transition: background 0.5s ease;
}

#main-top-nav-bar.scrolled {
  background: #fff !important;
}

.contacts_col_emails_notseen,
.contacts_col_emails_seen,
.contacts_col_emails_answered,
.contacts_col_emails_deleted {
  font-weight: 500;
}

#settings-menu-projects.active {
  color: white !important;
}

.text_larger {
  font-size: larger;
  font-weight: 500;
}

.text_bolder {
  font-weight: 500;
}

.select2-container {
  width: 100%;
}

/* add symbiotek */
.symbiotek-check-container {
  margin-left: 25px;
  margin-right: 25px;
}

.element_style {
  max-width: 500px;
  margin: auto;
  font-weight: 700;
  color: #002768;
}

.membership-plan-list {
  border: 1px solid #002768;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 25px;
}

.comment-band {
  height: 40px;
  width: 100%;
  display: inline-block;
  color: #0a0a0a;
  font-weight: bold;
  background-color: #f0cf8184;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  border: 2px solid #f0cf8184;
  position: relative;
  z-index: 900;
}

.custom-package-color {
  background-color: #002768;
  color: #f5f2f0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.plan-list-2 {
  margin-top: -5%;
  box-shadow: 1px 1px 17px 1px #002768;
  transition: transform 0.3s ease;
  transform: scale(105%);
}

.plan-sub-title {
  background-color: #f5f2f0;
  color: #002768;
  border-radius: 20px;
  border: none;
  font-weight: bold;
}

.detail-plan-left {
  font-style: italic;
  margin-bottom: 7px;
  font-size: 12px;
  text-align: left;
  margin-left: 8px;
}

.plan-content {
  font-size: 14px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.symbiotek-check-container .check-no,
.symbiotek-check-container .check-yes {
  border-color: rgba(4, 4, 4, 0.5);
  background-color: rgba(4, 4, 4, 0.5) !important;
  font-size: 0.875rem;
  padding: 0.625rem 1.875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  outline: 0 !important;
}

.symbiotek-check-container .check-no label,
.symbiotek-check-container .check-yes label {
  cursor: pointer;
  text-align: center;
  color: #ffffff !important;
  color: var(--ha-color-text-light);
  display: inline-block;
  font-family: "Open Sans", "Segoe UI", "HelveticaNeue-Light",
    "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  font-size: 12px !important;
}

.reply-forward-button {
  background-color: #fff; /* Couleur de fond du conteneur */
  padding: 2px; /* Espacement intérieur */
  border: 1px solid #002768; /* Bordure */
  border-radius: 15px; /* Bordures arrondies */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombre pour effet de profondeur */
  width: auto; /* Largeur du conteneur */
  height: auto;
  text-align: center; /* Centrer le texte */
  margin-bottom: 100px;
  font-size: 14px;
}
.forward-button {
  margin-left: 15px;
}

.buttons-r-f {
  display: flex;
  gap: 5px;
}
.reply-button {
  font-size: 12px;
  font-weight: bold;
  font-family: Montserrat;
}

.r-f-button {
  border: none;
  background: none;
  font-size: 12px;
  color: #002768;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0;
  font-style: italic;
  font-weight: bold;
}

.button-wrapper {
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.symbiotek-check-container .check-no:hover,
.symbiotek-check-container .check-no.active {
  border-color: red;
  background-color: red !important;
}

.symbiotek-check-container .check-yes:hover,
.symbiotek-check-container .check-yes.active {
  border-color: green;
  background-color: green !important;
}

#customSwitch1:checked ~ .custom-control-label::before {
  background-color: #4caf50 !important; /* Couleur de l'interrupteur activé */
  border-color: #4caf50 !important;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#customSwitch1:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); /* Ombre lors de la mise au point */
}

.custom-switch .custom-control-label::before {
  height: 24px !important; /* Hauteur de l'interrupteur */
  width: 48px !important; /* Largeur de l'interrupteur */
  background-color: #ccc !important; /* Couleur de l'interrupteur désactivé */
  border-radius: 12px !important; /* Bordure arrondie */
  transition: background-color 0.3s, border-color 0.3s !important; /* Transition pour l'effet de l'interrupteur */
  top: 0px !important;
  left: 0px !important;
}

.custom-switch .custom-control-label::after {
  height: 20px !important; /* Hauteur du cercle */
  width: 20px !important; /* Largeur du cercle */
  background-color: white !important; /* Couleur du cercle */
  border-radius: 50% !important; /* Cercle complet */
  transition: transform 0.3s !important; /* Transition pour l'effet de l'interrupteur */
  top: 2px !important;
  left: 1px !important;
}

.custom-control-label::after + [type="checkbox"]:not(:checked) {
  transform: scale(1);
}

.custom-control-input:not(:checked) + .custom-control-label::after {
  border: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#customSwitch1:checked ~ .custom-control-label::after {
  transform: translateX(
    24px
  ); /* Déplacement du cercle lorsque l'interrupteur est activé */
}

.dt-column-order {
  display: none !important;
}

.dt-paging-button {
  border: 1px solid #d0d0d0 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.dt-paging-button.current {
  color: #ffffff !important;
  background-color: #002768 !important;
  border: 1px solid #002768 !important;
}

.dt-paging-button:hover {
  border: 1px solid #d0d0d0 !important;
  background-color: #d0d0d0 !important;
}

/* Pour les navigateurs qui nécessitent -webkit- */
@-webkit-keyframes moving-gradient {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}

/* Version standard sans préfixe */
@keyframes moving-gradient {
  0% {
    background-position: -250px 0;
  }
  100% {
    background-position: 250px 0;
  }
}

.container-of-loader-symbiomail {
  width: 100%;
}

.container-of-loader-symbiomail div.myload {
  height: 15px;
  width: 100%;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  background-size: 500px 100px;
  animation-name: moving-gradient;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.display-none {
  display: none;
}

input.hasError {
  border: 1px solid #ff5c6c !important;
}

tr.contact-blocked {
  background-color: #ff5c6c59 !important;
}

#tasks-list-table tbody tr,
#tasks-list-table tbody tr td {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Standard */
}

.task-assigned-users {
  display: flex;
  flex-direction: column;
}

.user-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.user-info img {
  width: 40px; /* Ajuster la taille de l'avatar selon les besoins */
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-details {
  display: flex;
  flex-direction: column;
  max-width: calc(
    100% - 50px
  ); /* Ajuster pour que le texte ne dépasse pas l'avatar */
}

.user-details b {
  font-size: 14px; /* Ajuster la taille de la police */
  margin-bottom: 2px;
}

.user-details span {
  font-size: 12px;
  color: grey;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
}

.center {
  text-align: center;
}

.background-clean-inbox {
  position: relative; /* Nécessaire pour que l'élément pseudo soit positionné correctement */
  background-color: #002768 !important; /* Couleur de fond */
}

.background-clean-inbox::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://symbiomail.com/public/symbiomail_images/clean_inbox/neon-hex-backgrounds-networking_low.jpeg");
  background-size: cover;
  background-position: center;
  opacity: 0.5; /* Réduis l'opacité de l'image */
  z-index: 1; /* S'assurer que l'image reste au-dessus du fond */
  pointer-events: none; /* Pour ne pas bloquer les interactions avec le contenu */
}

.background-clean-inbox * {
  position: relative;
  z-index: 2; /* Assure que le contenu de l'élément reste au-dessus de l'image */
}

.txt-symbiomail-primairy-color {
  color: #002768;
}

.txt-symbiomail-secondary-color {
  color: #e7c067 !important;
}

.bg-symbiomail-primairy-color {
  background-color: #002768 !important;
}

.bg-symbiomail-secondary-color {
  background-color: #e7c067 !important;
}

.multi-selected {
  background-color: rgba(231, 192, 103, 0.5) !important;
}

.btn-symbiomail {
  padding: auto;
  height: auto;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff;
}
.bd-input-radius {
  -webkit-border-radius: 5px; /* Safari et anciennes versions de Chrome */
  -moz-border-radius: 5px; /* Anciennes versions de Firefox */
  border-radius: 5px; /* Standard */
}

.mega-radius {
  -webkit-border-radius: 50px; /* Safari et anciennes versions de Chrome */
  -moz-border-radius: 50px; /* Anciennes versions de Firefox */
  border-radius: 50px; /* Standard */
}

.medium-radius {
  -webkit-border-radius: 15px; /* Safari et anciennes versions de Chrome */
  -moz-border-radius: 15px; /* Anciennes versions de Firefox */
  border-radius: 15px; /* Standard */
}

.medium-radius-only-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.medium-radius-only-bottom {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Changer la couleur de la progression */
.cic-container .irs-bar,
.cic-container .irs-single,
.cic-container .irs-min,
.cic-container .irs-max,
.cic-container .irs-grid-text,
.cic-container .irs-disabled .irs-bar,
.cic-container .irs-disabled .irs-from,
.cic-container .irs-disabled .irs-to,
.cic-container .irs-disabled .irs-single {
  background: #002768 !important;
  font-weight: 600;
  font-size: 14px !important;
  color: #fff !important;
}

.cic-container .irs-disabled {
  opacity: 1 !important;
}

/* Changer la couleur de la ligne de fond */
.irs-line {
  background-color: #e0e0e0; /* Couleur de la ligne de fond */
}

.cic-main-container .btn-success:hover,
.background-clean-inbox .btn-success:hover,
.btn-symbiomail-success:hover {
  background: #002768 !important;
  color: #fff !important;
}

.cic-main-container .scroll-container {
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 #f1f1f1; /* Firefox */
}

/* Style pour Chrome, Edge, et Safari */
.cic-main-container .scroll-container::-webkit-scrollbar {
  width: 8px;
}

.cic-main-container .btn-success,
.cic-main-container .btn-success.disabled,
.background-clean-inbox .btn-success,
.background-clean-inbox .btn-success.disabled {
  background: #009688 !important;
  border: 1px solid #009688 !important;
}

#info-tasks-popup {
  position: absolute;
  width: 200px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
}
#main-star-container,
#star-container {
  align-items: center;
  justify-content: space-between;
  width: 300px; /* Ajuste la largeur selon tes besoins */
  position: relative;
}

#main-start-container .irs--flat .irs-bar {
  background-color: #002768 !important;
}

#main-star-container {
  margin: auto;
  margin-top: 50px;
}

#star-container {
  display: flex;
}

#star-rating {
  display: flex;
  justify-content: center;
  gap: 5px;
}

#current-value-container {
  position: absolute;
  top: -30px; /* Ajuste cette valeur pour placer le nombre au-dessus des étoiles */
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
}

#min-value,
#max-value {
  font-size: 16px;
  font-weight: bold;
}

.gray {
  color: #ccc; /* Étoile grise */
}

.green {
  color: #009688 !important; /* Étoile verte */
}

.red {
  color: #ff5c6c !important; /* Étoile rouge */
}

#main-start-container input[type="text"] {
  display: none; /* Cache l'input du ionRangeSlider */
}

/* Gestion des couleurs de la barre du ionRangeSlider */
.irs--flat .irs-bar.green-bg {
  background-color:  #009688 !important;
}

.irs--flat .irs-bar.red-bg {
  background-color: #ff5c6c !important;
}

.irs--flat .irs-bar.gray-bg {
  background-color: #ccc !important;
}


/* Alignement du slider pour qu'il corresponde à la largeur des étoiles */
.irs {
  width: 100% !important; /* Ajuste la largeur pour s'aligner avec min et max */
}

.irs-bar {
  background-color: #ccc; /* Par défaut, slider gris */
  border-radius: 8px;
}

.opacity-2 {
  opacity: 0.2;
}

.irs-line {
  border-radius: 8px;
}

.contacts_col_score_interaction .dropdown-toggle::after {
  display: none;
}

.contacts_col_score_interaction .dt-column-title {
  display: flex;
}

th.contacts_col_score_interaction {
  padding-right: 10px;
}

.cic-container
  .custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  background-color: #ffffff !important;
}

.rules_active {
  color: green;
}

.rules_lock {
  color: red;
}

#info-tasks-popup.fixed-popup {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: auto;
  max-width: 90%;
  padding: 15px 25px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 999;
  display: none;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

#info-tasks-popup.fixed-popup.visible {
  transform: translate(-50%, 0);
  opacity: 1;
  display: block !important;
}

#info-tasks-popup.fixed-popup.hidden {
  transform: translate(-50%, -100%);
  opacity: 0;
}

#info-tasks-popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  opacity: 0.8;
}

#info-tasks-popup .close:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

#info-tasks-popup .item-container {
  color: #ffffff;
}

#info-tasks-popup .item-container h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
}

#info-tasks-popup .user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

#info-tasks-popup .user-details p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
}

#info-tasks-popup .user-details a {
  color: #93c5fd;
}

#info-tasks-popup .user-details a:hover {
  color: #60a5fa;
}

#info-tasks-popup .task-details-content {
  color: rgba(255, 255, 255, 0.85);
  max-height: 100px;
  overflow-y: auto;
  margin-top: 10px;
}

#info-tasks-popup hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
}

#info-tasks-popup .hide-in-hover-info {
  display: none !important;
}

.card-stats .col-icon {
  width: 65px;
  height: 65px;
  margin-left: 15px;
}

.card-stats .icon-success,
.bg-success {
  background: #009688 !important;
}

.bg-white {
  background: #ffffff !important;
}
.card-stats i {
  color: #ffffff !important;
}

.br-t-r-6 {
  border-top-right-radius: 6px;
}

.br-b-r-6 {
  border-bottom-right-radius: 6px;
}

.bubble-shadow-small:before {
  position: absolute;
  top: -70%;
  right: -40%;
  width: 80px;
  height: 80px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.bubble-shadow-small:after {
  position: absolute;
  top: -65%;
  right: 40%;
  width: 70px;
  height: 70px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

#tasks-view-wrapper .table td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.card-message-info-section .x-each-tag {
  display: inline-block;
  padding: 2px 12px;
  background-color: #c5e8fd;
  color: #067fad;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  margin-right: 6px;
  margin-bottom: 5px;
}

.custom-alert-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-alert-content .option-container {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: background-color 0.3s;
  cursor: pointer;
}

.custom-alert-content .option-container:hover {
  background-color: #f0f8ff;
}

.custom-alert-content .option-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-alert-content .custom-control-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.custom-alert-content .icon {
  font-size: 18px;
  color: #4caf50;
}

.custom-alert-content .option-text {
  font-weight: 500;
  color: #333;
}

.custom-alert-content .custom-swal-popup {
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-alert-content .custom-swal-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.custom-alert-content .custom-confirm-btn,
.custom-alert-content .custom-cancel-btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
}

.custom-alert-content .custom-confirm-btn {
  background-color: #4caf50;
  color: #fff;
}

.custom-alert-content .custom-cancel-btn {
  background-color: #d33;
  color: #fff;
}

.noty_type_info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  border-radius: 3px;
}

.noty_type_error {
  background-color: #d9534f;
  border-color: #d9534f !important;
  border-radius: 3px;
}

.w-full {
  width: 100%;
}

/* GESTION FILTRE */

.filter_senders {
  border-radius: 22px;
  margin: 0px;
  text-align: center;
  align-items: center;
  height: 200px;
  transition: ease;
  transition-duration: 0.5s;
}

.more_height {
  height: 300px !important;
}

/* FIN GESTION FILTRE */

/* ============================================
   RESPONSIVE HOME DASHBOARD - ALL BREAKPOINTS
   ============================================ */

/* XL screens (≥1200px): 4 cartes par ligne */
@media (min-width: 1200px) {
  #js-trigger-home-admin-wrapper .col-xl-3.col-lg-6.col-md-6.col-sm-12 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  
  #js-trigger-home-admin-wrapper .home-card-mobile {
    flex-direction: row !important;
  }
}

/* Large screens (992px - 1199px): 2 cartes par ligne */
@media (min-width: 992px) and (max-width: 1199px) {
  #js-trigger-home-admin-wrapper .row .col-xl-3,
  #js-trigger-home-admin-wrapper .row .col-lg-6,
  #js-trigger-home-admin-wrapper .col-xl-3.col-lg-6.col-md-6.col-sm-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  
  #js-trigger-home-admin-wrapper .home-card-mobile {
    flex-direction: row !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h3 {
    font-size: 18px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h6 {
    font-size: 13px !important;
  }
}

/* Tablets (768px - 991px): 4 cartes sur une ligne (tailles réduites) */
@media (min-width: 768px) and (max-width: 991px) {
  #js-trigger-home-admin-wrapper .row .col-xl-3,
  #js-trigger-home-admin-wrapper .row .col-md-6,
  #js-trigger-home-admin-wrapper .col-xl-3.col-lg-6.col-md-6.col-sm-12 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  
  #js-trigger-home-admin-wrapper .home-card-mobile {
    flex-direction: column !important;
    text-align: center !important;
    border-radius: 16px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body {
    padding: 10px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h3 {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h6 {
    font-size: 10px !important;
    margin-bottom: 4px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body .mt-1 {
    margin-top: 4px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body .mt-1 a {
    font-size: 8px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body i {
    font-size: 2rem !important;
  }
}

/* Petites tablettes portrait (576px - 767px): 2x2 layout intermédiaire */
@media (min-width: 576px) and (max-width: 767px) {
  #js-trigger-home-admin-wrapper .col-xl-3.col-lg-6.col-md-6.col-sm-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
    margin-bottom: 10px !important;
  }
  
  #js-trigger-home-admin-wrapper .home-card-mobile {
    border-radius: 16px !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body {
    padding: 10px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h3 {
    font-size: 15px !important;
    margin-bottom: 6px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h6 {
    font-size: 11px !important;
    margin-bottom: 6px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body .mt-1 a {
    font-size: 8px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body i {
    font-size: 2.2rem !important;
  }
}

/* Mobile (< 576px): 2x2 layout compact */
@media screen and (max-width: 575px) {
  #js-trigger-home-admin-wrapper .col-xl-3.col-lg-6.col-md-6.col-sm-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-right: 6px !important;
    padding-left: 6px !important;
    margin-bottom: 8px !important;
  }
  
  #js-trigger-home-admin-wrapper .home-card-mobile {
    border-radius: 14px !important;
    flex-direction: column !important;
    text-align: center !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body {
    padding: 8px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body h3 {
    font-size: 14px !important;
    margin-bottom: 4px !important;
    font-weight: bold;
  }
  
  #js-trigger-home-admin-wrapper .card-body h6 {
    font-size: 10px !important;
    margin-bottom: 4px !important;
    line-height: 1.2;
  }
  
  #js-trigger-home-admin-wrapper .card-body .mt-1 {
    margin-top: 4px !important;
  }
  
  #js-trigger-home-admin-wrapper .card-body .mt-1 a {
    font-size: 7px !important;
    line-height: 1.1;
  }
  
  #js-trigger-home-admin-wrapper .card-body i {
    font-size: 1.8rem !important;
  }
  
  /* Réduire les badges */
  #js-trigger-home-admin-wrapper .badge {
    font-size: 7px !important;
    padding: 2px 4px !important;
  }

  .min-width-0 {
    min-width: 0 !important;
  }
}

.irs--flat .irs-bar {
  background-color: #002768!important;
}


.email-show {
  background-color: rgba(0, 27, 68, 0.2)!important;
}

/*********************************************************
***************************SETTINGS***********************
*********************************************************/
.settings .left-sidebar .sidebar-nav, .settings .navbar-header {
  background: #002768!important;
}
.settings .sidebar-nav ul li a, .settings .sidebar-nav .has-arrow::after {
  color: #ffffff!important;
}

.settings .sidebar-nav ul li a:hover {
  background : #E7C067!important
}

.sidebar-nav .has-arrow::after {
  border-color: #ffffff!important;
}

/* Conteneur des boutons */
.custom-step-style .shepherd-footer {
  display: flex;
  justify-content: space-between; /* séparation gauche/droite */
  align-items: center;
}

/* Zone de gauche pour le numéro d’étape */
.custom-step-style .step-indicator {
  font-weight: bold;
  color: #444;
  font-size: 14px;
}

.custom-step-style  .text-muted:hover {
  font-weight: bold;
  color: #ffffff!important;
  font-size: 14px;
}

.j-border-none {
  border: none!important;
}

.j-step:hover {
  border: none!important;
  background-color: #002768!important;
  cursor: text!important;
  user-select: text;
}

/* Fix sidebar background height */
.left-sidebar {
    min-height: 100vh !important;
}
