body.bg-light {
  background: linear-gradient(120deg, #fdfdfd 0%, #e9f7ef 100%);
}

.card {
  border-radius: 1rem;
  border: 1px solid #e1e5eb;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

#login-form .form-control:focus {
  border-color: #20c997;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}

.btn-success {
  background-color: #20c997;
  border-color: #20c997;
}

.btn-success:hover {
  background-color: #17a589;
  border-color: #17a589;
}

.card-header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

#loading_spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alertBox {
  display: none;
}

.navbar,
.tableau {
  margin-bottom: 1rem;
}

.tableau {
  height: 500px;
}

#dropdownMenuButton {
  margin-bottom: 0.5rem;
}

#filter-clear {
  margin-bottom: 0.5rem;
}

#btnStartSLA {
  display: none;
}

#btnHoldTicket {
  display: none;
}

#btnCloseTicket {
  display: none;
}

#btnAddFollowUp {
  display: none;
}

#btnCloseCollapse {
  margin-bottom: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin-top: 10px;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  background-color: transparent; /* Enlève le fond gris */
  border: none; /* Enlève la bordure du bouton */
  cursor: pointer; /* Change le curseur en main au survol */
}

/* Chat containers */
.containerchat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 2px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}

/* Clear floats */
.containerchat::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
/*   .containerchat img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
  } */

/* Style the right image */
.containerchat img.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

/* Style time text */
.time-right {
  float: right;
  color: #aaa;
}

/* Style time text */
.time-left {
  float: left;
  color: #999;
}

.header {
  text-align: center;
  margin: 2% auto;
}
.content1 {
  padding: 15px;
  margin: 2% auto;
}

.content1 img {
  display: block;
  margin: auto;
}

#inputTicketSolution {
  height: 140px;
}

.form-btn-submit {
  text-align: center;
}

.btn-filter {
  display: inline-block;
}

.form-search {
  float: right;
}

.tbl-upbar {
  margin-bottom: 5px;
}

#detailsLoader {
  display: none;
}

.loading {
  display: block;
}
/* Modal Suivi */
.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.panel {
  margin: 10px auto 4px;
  max-width: 500px;
  text-align: center;
}
.button_outer {
  background: #83ccd3;
  border-radius: 30px;
  text-align: center;
  height: 50px;
  width: 200px;
  display: inline-block;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.btn_upload {
  padding: 17px 30px 12px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 3;
  white-space: nowrap;
}
.btn_upload input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  cursor: pointer;
  opacity: 0;
}
.file_uploading {
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: #ccc;
}
.file_uploading .btn_upload {
  display: none;
}
.processing_bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #83ccd3;
  transition: 3s;
}
.file_uploading .processing_bar {
  width: 100%;
}
.success_box {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
}
.success_box:before {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 17px;
  top: 10px;
}
.file_uploaded .success_box {
  display: inline-block;
}
.file_uploaded {
  margin-top: 0;
  width: 50px;
  background: #83ccd3;
  height: 50px;
}
.uploaded_file_view {
  max-width: 300px;
  margin: 40px auto;
  text-align: center;
  position: relative;
  transition: 0.2s;
  opacity: 0;
  border: 2px solid #ddd;
  padding: 15px;
  display: none;
}
.file_remove {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #aaa;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  right: -15px;
  top: -15px;
}
.file_remove:hover {
  background: #222;
  transition: 0.2s;
}
.uploaded_file_view img {
  max-width: 100%;
}
.uploaded_file_view.show {
  opacity: 1;
}
.error_msg {
  text-align: center;
  color: #f00;
}

/* Style pour le conteneur de l'image */
.image-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Style pour l'image */
.image-container img {
  width: 150px; /* Largeur de la miniature */
  height: 150px; /* Hauteur de la miniature */
  border-radius: 5px; /* Coins arrondis */
  margin-top: 6px;
  cursor: pointer; /* Curseur pointeur au survol */
  transition: transform 0.3s ease; /* Animation de transition au survol */
}

/* Animation au survol de l'image */
.image-container img:hover {
  transform: scale(1.1); /* Zoom de 10% au survol */
}

/* Style pour le nom de l'image */
.image-name {
  margin-top: 5px; /* Espacement entre l'image et le nom */
  font-size: 14px; /* Taille de la police */
  text-align: center; /* Alignement centré */
}

#dot-anim::after {
  content: "";
  animation: dotty 1.5s steps(3, end) infinite;
}

@keyframes dotty {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}
/* Style pour le toast */
.toast-header {
  display: flex;
  align-items: center;
}

.toast-header strong {
  font-weight: 600;
}

.toast-header small {
  margin-left: 0.5rem; /* espace entre "Notification" et "À l'instant" */
  font-size: 0.8rem;
  color: #6c757d; /* couleur grise légère */
}

.toast-body {
  font-size: 0.9rem;
  line-height: 1.3;
}
