:root {
  --primaryColor: #071437;
  --colorTitre: #071437;
  --darkLight: #2e2e33;
  --whiteColor: #fff;
  --colorMuted: #6d6d7a;
  --widthSidebarLg: 250px;
  --widthSidebarSm: 70px;
  --widthSibebarMobile: 270px;
  --noPaddingLeft: 0;
  --bgFond: #f9f9f9;
  --colorBtn:#1150b3;
  --bgSidebar: #081531;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

div[data-tippy-root] {
  padding: 10px;
  border-radius: 8px;
}
div[data-tippy-root] .tippy-box {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.9);
}
div[data-tippy-root] .tippy-box .tippy-content {
  padding: 10px;
}
div[data-tippy-root] .tippy-box .tippy-content p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
div[data-tippy-root] .tippy-box .tippy-content strong {
  font-size: 13px;
}
div[data-tippy-root] .tippy-box[data-placement=bottom] .tippy-arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
div[data-tippy-root] .tippy-box[data-placement=top] .tippy-arrow::before {
  border-top-color: rgba(0, 0, 0, 0.9);
}

i::before {
  line-height: inherit !important;
}

.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .selection .select2-selection {
  height: 42px;
  background: #f7f7f7;
  border: none;
  border-radius: 8px;
  color: var(--colorTitre);
}
.select2.select2-container .selection .select2-selection .select2-selection__rendered {
  font-size: 14px;
  line-height: 42px;
  padding-left: 16px;
}
.select2.select2-container .selection .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 8px;
}
.select2.select2-container .selection .select2-selection--multiple {
  min-height: 42px;
  height: auto;
  line-height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2.select2-container .selection .select2-selection--multiple .select2-search__field {
  height: initial;
}
.select2.select2-container .selection .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 100%;
}
.select2.select2-container .selection .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  border: none;
  background: var(--whiteColor);
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  color: var(--colorTitre);
}

.block-error {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.block-error > * {
  flex: 1;
}
.block-error-left {
  display: flex;
  flex-direction: column;
}
.block-error-left-title {
  font-size: 60px;
}
.block-error-left-message {
  font-size: 18px;
}
.block-error-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-error-right img {
  display: inline-block;
  width: 100%;
}

.block-badge-doc {
  margin-left: 10px;
  gap: 7px;
}
.block-badge-doc small {
  font-size: 12px;
  padding: 5px 12px;
  background: var(--whiteColor);
  border-radius: 50px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 5px;
  color: #151515;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn-back-white:hover {
  background: #f1f4fb;
  color: var(--colorTitre);
}

.tooltip-indicator {
  position: absolute;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-transform: capitalize;
  line-height: 100%;
}

.file-block .fi {
  font-size: 30px;
  color: var(--colorBtn);
  margin-bottom: 7px;
}
.file-block .name-file {
  color: var(--colorTitre);
  font-size: 14px;
  font-weight: 500;
}

.group-avatar {
  font-size: 14px;
  color: var(--colorMuted);
}
.group-avatar .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  margin-right: -10px;
  border: 2px solid var(--whiteColor);
}
.group-avatar .avatar:hover {
  z-index: 1;
}
.group-avatar .avatar:hover .name {
  opacity: 1;
  visibility: visible;
}
.group-avatar .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.group-avatar .avatar .name {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  color: var(--whiteColor);
  line-height: 100%;
  padding: 5px 8px;
  border-radius: 5px;
  top: -26px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
}

.card-dash {
  padding: 14px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: var(--colorMuted);
}
.card-dash ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.card-dash ul li {
  font-size: 14px;
  color: var(--colorMuted);
}
.card-dash ul li .btn-add {
  display: flex;
  width: 22px;
  height: 22px;
  background: var(--colorBtn);
  font-size: 10px;
  color: var(--whiteColor);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}
.card-dash ul li a {
  padding: 0;
  text-decoration: none;
  color: var(--colorMuted);
  font-size: 14px;
  word-break: break-all;
}
.card-dash ul li a .icon {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: var(--bgFond);
  color: var(--colorBtn);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.card-dash h4 {
  font-size: 20px;
  color: var(--colorTitre);
}
.card-dash h6 {
  font-size: 14px;
  color: var(--colorTitre);
}
.card-dash p {
  margin-bottom: 0;
  color: var(--colorMuted);
  font-size: 14px;
}

.empty-block svg {
  width: 18px;
  height: 18px;
  fill: var(--colorTitre);
}
.empty-block p {
  font-size: 14px;
  color: var(--colorMuted);
}

.tooltip-indicator.right {
  left: 200%;
}

.tooltip-indicator.left {
  right: 200%;
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-dropdown {
  border: none;
  border-radius: 8px;
  background: var(--whiteColor);
  box-shadow: 0 5px 60px rgba(139, 154, 160, 0.16);
  padding: 18px 20px;
}
.select2-container .select2-dropdown .select2-search__field {
  background: var(--bgFond);
  font-size: 14px;
  color: var(--colorTitre);
  border-radius: 8px;
  border: none;
  outline: none !important;
  padding-left: 16px;
}
.select2-container .select2-dropdown .select2-results__options {
  margin-top: 7px;
}
.select2-container .select2-dropdown .select2-results__options li {
  font-size: 14px;
  padding: 5px 12px;
  margin-bottom: 5px;
  border-radius: 8px;
  color: var(--colorTitre);
}
.select2-container .select2-dropdown .select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--bgFond);
}
.select2-container .select2-dropdown .select2-results__options li.select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background: #daf2fd !important;
  color: var(--colorBtn) !important;
}
.select2-container .select2-dropdown .select2-results__options li.select2-results__option--highlighted[aria-selected] {
  background: var(--colorBtn);
  color: var(--whiteColor);
}

.btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none !important;
  transition: 0.5s;
  color: var(--colorTitre);
}

.btn-outline-primary {
  border-color: var(--colorBtn);
  color: var(--colorBtn);
}
.btn-outline-primary:hover {
  background: var(--colorBtn);
  color: var(--whiteColor);
}

.text-muted {
  color: var(--colorMuted) !important;
}

.text-muted.small {
  font-size: 12px;
}

.fw-semibold {
  font-weight: 500 !important;
}

.pagination .page-item {
  border: none;
}
.pagination .page-item .page-link {
  border: none;
  font-size: 14px;
  color: var(--colorMuted);
  border-radius: 5px !important;
  padding: 3px 10px;
  background: none;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  color: var(--colorTitre);
}
.pagination .page-item.active .page-link {
  background: var(--bgFond);
  color: var(--colorTitre);
}

.block-login {
  min-height: 100vh;
  background: var(--whiteColor);
}
.block-login h2 {
  color: var(--colorTitre);
  font-size: 32px;
}
.block-login .block-bg {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
.block-login .block-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-login .block-bg .content-bg {
  padding: 50px;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-login .block-bg .content-bg .logo {
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 600;
}
.block-login .block-bg .content-bg .logo img {
  width: 250px;
}
.block-login .block-bg .content-bg .logo span {
  font-size: 16px;
}
.block-login .block-bg .content-bg h4 {
  color: var(--whiteColor);
  font-size: 36px;
  background: rgba(0, 3, 89, 0.09);
  padding: 34px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.block-login .block-bg .circle {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 50px solid #51e2fe;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.block-login .block-bg .circle::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  background: var(--whiteColor);
  opacity: 0.6;
}
.block-login .block-bg .circle:first-child {
  top: -100px;
  right: -100px;
}
.block-login .block-bg .circle:last-child {
  bottom: -100px;
  left: -100px;
}
.block-login .card {
  border: none;
  border-radius: 0;
}
.block-login .card label {
  color: var(--colorTitre);
}
.block-login .card .col-form {
  position: relative;
}
.block-login .card .col-form .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 18px;
  color: var(--colorMuted);
  transition: 0.3s;
}
.block-login .card .col-form .form-control:focus ~ .icon {
  color: var(--colorBtn);
}
.block-login .card .col-form .btn-see-password {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--colorMuted);
  cursor: pointer;
  font-size: 18px;
}
.block-login .card .col-form .btn-see-password .fi {
  position: absolute;
}
.block-login .card .col-form .btn-see-password .fi:nth-child(2) {
  display: none;
}
.block-login .card .col-form .btn-see-password.clicked .fi:nth-child(1) {
  display: none;
}
.block-login .card .col-form .btn-see-password.clicked .fi:nth-child(2) {
  display: block;
}
.block-login .card .form-control {
  border: none;
  border-radius: 8px;
  background: var(--bgFond);
  color: var(--colorTitre);
  height: 42px;
  padding-left: 46px;
  font-size: 14px;
  box-shadow: none !important;
}
.block-login .card .form-control::-moz-placeholder {
  color: #4e4e5b;
  opacity: 0.6;
}
.block-login .card .form-control::placeholder {
  color: #4e4e5b;
  opacity: 0.6;
}
.block-login .card a {
  color: var(--colorBtn);
  font-size: 14px;
}
.block-login .card .btn-outline-primary {
  border: 1px solid var(--colorBtn) !important;
  color: var(--colorBtn) !important;
  padding: 12px 18px !important;
}
.block-login .card .btn-outline-primary:hover {
  background: var(--colorBtn) !important;
  color: var(--whiteColor) !important;
}

.btn-primary {
  background: var(--colorBtn);
  color: var(--whiteColor);
  border: none;
}

.btn-light {
  background: var(--bgFond);
  color: var(--colorTitre);
  border: none;
}

.btn-white {
  background: var(--whiteColor) !important;
  color: var(--colorTitre) !important;
  border: 1px solid var(--whiteColor) !important;
}

.btn-show-event {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.btn-show-event.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transition: 0.3s;
}

.btn-sm {
  font-size: 12px;
  padding: 8px 14px;
}

a {
  text-decoration: none;
}

.global-div {
  min-height: 100vh;
}

.content-div {
  min-height: 100vh;
  background: var(--bgFond);
}

.block-login {
  min-height: 100vh;
}
.block-login .bg-fond {
  height: 100vh;
  position: sticky;
  top: 0;
  background: var(--primaryColor);
}
.block-login .bg-fond img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.block-login .block-content-form {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.block-login .block-content-form .card {
  border: none;
  border-radius: 0;
}
.block-login .block-content-form .card .form-control {
  border-radius: 8px;
  background: #f2f2f6;
  border: none;
  height: 46px;
  padding-left: 16px;
  font-size: 14px;
  color: var(--primaryColor);
  transition: 0.3s;
}
.block-login .block-content-form .card .form-control::-moz-placeholder {
  opacity: 0.7;
}
.block-login .block-content-form .card .form-control::placeholder {
  opacity: 0.7;
}
.block-login .block-content-form .card .form-control:focus {
  box-shadow: 0 0 0 5px rgba(20, 20, 22, 0.0784313725);
}
.block-login .block-content-form .card .link {
  color: var(--colorMuted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.block-login .block-content-form .title-card {
  font-size: 32px;
  color: var(--primaryColor);
  margin-bottom: 30px;
}
.block-login .block-content-form .block-or {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryColor);
  font-size: 14px;
}
.block-login .block-content-form .block-or::before, .block-login .block-content-form .block-or::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  background: rgba(0, 0, 0, 0.08);
}
.block-login .block-content-form .block-or::before {
  left: 0;
}
.block-login .block-content-form .block-or::after {
  right: 0;
}

.label-input {
  color: var(--colorMuted);
  font-size: 12px;
  margin-bottom: 7px;
}

.all-items-doc .item .icon {
  width: 36px;
  height: 36px;
  background: #e9eef9;
  color: var(--colorBtn);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex: 0 0 auto;
}
.all-items-doc .item .block-info-doc {
  width: 100%;
  overflow: hidden;
}
.all-items-doc .item .block-info-doc h6 {
  font-size: 13px;
  font-weight: 600;
  color: var(--colorTitre);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-items-doc .item .block-info-doc p {
  font-size: 11px;
}
.all-items-doc .item .progress-doc .pourc {
  font-size: 12px;
  color: var(--colorMuted);
}
.all-items-doc .item .progress-doc .bar {
  width: 100%;
  height: 5px;
  background: #e9eef9;
  border-radius: 5px;
  overflow: hidden;
}
.all-items-doc .item .progress-doc .bar .inner-bar {
  height: 100%;
  width: 20%;
  background: var(--colorBtn);
}
.all-items-doc .item:nth-child(2) .icon, .all-items-doc .item:nth-child(4) .icon {
  background: #dff4f8;
  color: #51e2fe;
}
.all-items-doc .item:nth-child(2) .progress-doc .bar, .all-items-doc .item:nth-child(4) .progress-doc .bar {
  background: #dff4f8;
}
.all-items-doc .item:nth-child(2) .progress-doc .bar .inner-bar, .all-items-doc .item:nth-child(4) .progress-doc .bar .inner-bar {
  background: #51e2fe;
}

.offcanvas {
  border: none !important;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid #eef2f7;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 16px;
  color: var(--colorTitre);
}
.offcanvas .offcanvas-header .btn-close {
  background: transparent;
  font-size: 14px;
  color: var(--colorMuted);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.offcanvas .offcanvas-header .btn-close:hover {
  background: var(--bgFond);
}
.offcanvas .offcanvas-body .all-notif .day h5 {
  font-size: 12px;
  color: var(--colorMuted);
}
.offcanvas .offcanvas-body .all-notif .day .card-notif {
  border: none;
  border-radius: 12px;
  background: var(--bgFond);
  padding-top: 16px;
  transition: transform 0.5s, opacity 0.5s;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif:hover .link-notif {
  padding-top: 24px;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif:hover .close-notif {
  opacity: 1;
  visibility: visible;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif .link-notif {
  padding: 16px;
  padding-top: 0;
  display: block;
  transition: 0.3s;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif .close-notif {
  color: var(--colorMuted);
  font-size: 12px;
  display: inline-block;
  margin-left: 16px;
  position: absolute;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif .close-notif:hover {
  color: var(--colorTitre);
}
.offcanvas .offcanvas-body .all-notif .day .card-notif .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--whiteColor);
  color: var(--colorBtn);
  border-radius: 8px;
  font-size: 14px;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif h6 {
  font-size: 14px;
  color: var(--colorTitre);
  margin-bottom: 0;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif .content-date span {
  font-size: 11px;
  color: var(--colorTitre);
}
.offcanvas .offcanvas-body .all-notif .day .card-notif p {
  font-size: 13px;
}
.offcanvas .offcanvas-body .all-notif .day .card-notif.hidden {
  transform: translateY(100%);
  opacity: 0;
}

.block-check-chat {
  display: none;
  align-items: center;
  position: relative;
  justify-content: center;
}
.block-check-chat input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.block-check-chat input:checked ~ .inner-check {
  background: var(--colorBtn);
  border-color: var(--colorBtn);
}
.block-check-chat input:checked ~ .inner-check .fi {
  display: block;
}
.block-check-chat .inner-check {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  transition: 0.3s;
}
.block-check-chat .inner-check .fi {
  display: none;
}

.block-check-chat.show {
  display: flex;
  animation: opacity 0.5s forwards;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal .modal-content {
  border: none;
}
.modal .modal-content .modal-header {
  border: none;
  padding: 22px 24px;
}
.modal .modal-content .modal-header .modal-title {
  font-size: 16px;
  color: var(--darkenBlue);
}
.modal .modal-content .modal-header .btn-close {
  background: transparent;
  font-size: 12px;
  color: var(--colorMuted);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.modal .modal-content .modal-header .btn-close:hover {
  background: var(--bgFond);
}
.modal .modal-content .modal-body {
  padding-left: 24px;
  padding-right: 24px;
}
.modal .modal-content .modal-body .block-search-contact {
  position: sticky;
  top: 0;
  z-index: 2;
  background: var(--whiteColor);
  padding: 8px 0px;
}
.modal .modal-content .modal-body .block-search-contact .block-inner-search {
  padding: 5px 12px;
  background: #f7f7f7;
  border-radius: 8px;
}
.modal .modal-content .modal-body .block-search-contact .icon {
  font-size: 13px;
  color: var(--colorMuted);
}
.modal .modal-content .modal-body .block-search-contact .form-control {
  min-height: 0;
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  font-size: 13px;
  padding-left: 10px;
  height: auto;
}
.modal .modal-content .modal-body .block-search-contact .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.modal .modal-content .modal-body .block-search-contact .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.modal .modal-content .modal-body .all-contacts a {
  padding: 8px 10px;
  border-radius: 8px;
  width: 100%;
}
.modal .modal-content .modal-body .all-contacts a:hover {
  background: #f7f7f7;
}
.modal .modal-content .modal-body .all-contacts .item .icon,
.modal .modal-content .modal-body .all-contacts .item .avatar {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  flex: 0 0 auto;
}
.modal .modal-content .modal-body .all-contacts .item .icon img,
.modal .modal-content .modal-body .all-contacts .item .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.modal .modal-content .modal-body .all-contacts .item .icon {
  background: #5ae203;
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.modal .modal-content .modal-body .all-contacts .item h6 {
  color: var(--colorTitre);
  font-size: 14px;
  margin-bottom: 0;
}
.modal .modal-content .modal-footer {
  border: none;
  padding: 22px 24px;
  padding-top: 14px;
}
.modal .modal-content .content-contacts {
  height: 65vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.modal .modal-content .badge-card-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #e9eef9;
  color: var(--colorBtn);
  line-height: 100%;
}
.modal .modal-content .form-control {
  border: none;
  font-size: 14px;
  box-shadow: none !important;
  color: var(--colorTitre);
  background-color: #f7f7f7;
}
.modal .modal-content .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
  font-size: 13px;
}
.modal .modal-content .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
  font-size: 13px;
}
.modal .modal-content input,
.modal .modal-content select {
  height: 42px;
}

.block-file-dossier {
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.08);
  padding: 14px;
}
.block-file-dossier .fi {
  color: var(--colorBtn);
  font-size: 26px;
}
.block-file-dossier p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom: 0;
}

.legende .item-legende {
  display: flex;
  align-items: center;
}
.legende .item-legende .dote-legende {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: red;
  border-radius: 100%;
}
.legende .item-legende .name-legende {
  font-size: 12px;
  color: var(--colorTitre);
}

.sidebar-ia {
  position: fixed;
  z-index: 1030;
  width: var(--widthSidebarLg);
  height: 100%;
  top: 0;
  left: 0;
  background: var(--whiteColor);
  transition: 0.3s ease;
  box-shadow: 0 10px 18px rgba(148, 172, 181, 0.141);
  display: flex;
  flex-direction: column;
}
.sidebar-ia .header {
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f7;
  position: absolute;
  z-index: 3;
  width: 100%;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.7098039216);
  top: 0;
  left: 0;
}
.sidebar-ia .header .dropdown-menu a.active {
  pointer-events: none;
  opacity: 0.6;
  background: none;
}
.sidebar-ia .header .block-search {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--whiteColor);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
}
.sidebar-ia .header .block-search .close-search-block {
  font-size: 12px;
  color: var(--colorMuted);
  transition: 0.3s;
  cursor: pointer;
}
.sidebar-ia .header .block-search .close-search-block:hover {
  color: var(--colorTitre);
}
.sidebar-ia .header .block-search .block-inner-search {
  padding: 5px 12px;
  background: #f7f7f7;
  border-radius: 8px;
}
.sidebar-ia .header .block-search .icon {
  font-size: 13px;
  color: var(--colorMuted);
}
.sidebar-ia .header .block-search .form-control {
  min-height: 0;
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  font-size: 13px;
  padding-left: 10px;
}
.sidebar-ia .header .block-search .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.sidebar-ia .header .block-search .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.sidebar-ia .header .block-search.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.sidebar-ia .header .icon {
  font-size: 14px;
  color: var(--colorMuted);
}
.sidebar-ia .header .icon svg {
  width: 14px;
  height: 14px;
  fill: var(--colorMuted);
}
.sidebar-ia .header h5 {
  font-size: 16px;
  color: var(--colorTitre);
  font-weight: 500;
}
.sidebar-ia .header .btn {
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-ia .body {
  flex-grow: 1;
  padding: 10px 16px;
  overflow-y: auto;
  scrollbar-width: thin;
  position: relative;
}
.sidebar-ia .body .no-results {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sidebar-ia .body .content-body {
  margin-top: 64px;
}
.sidebar-ia .body .content-body .block-search {
  padding: 5px 12px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  border-radius: 8px;
  position: sticky;
  top: 0;
}
.sidebar-ia .body .content-body .block-search .icon {
  font-size: 13px;
  color: var(--colorMuted);
}
.sidebar-ia .body .content-body .block-search .form-control {
  min-height: 0;
  border: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
  font-size: 13px;
  padding-left: 10px;
}
.sidebar-ia .body .content-body .block-search .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.sidebar-ia .body .content-body .block-search .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.sidebar-ia .body .content-body .list-history {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 500;
}
.sidebar-ia .body .content-body .list-history li {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eef2f7;
  position: relative;
}
.sidebar-ia .body .content-body .list-history li:hover .drop-option .btn {
  opacity: 1;
}
.sidebar-ia .body .content-body .list-history li .drop-option {
  position: absolute;
  right: 10px;
  top: 4px;
}
.sidebar-ia .body .content-body .list-history li .drop-option .dropdown-menu {
  z-index: 200;
}
.sidebar-ia .body .content-body .list-history li .drop-option li {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.sidebar-ia .body .content-body .list-history li .drop-option li a {
  padding: 5px 7px;
}
.sidebar-ia .body .content-body .list-history li .drop-option li a:hover {
  color: var(--colorTitre);
}
.sidebar-ia .body .content-body .list-history li .drop-option .btn {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: none !important;
  border: none !important;
  opacity: 0;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.sidebar-ia .body .content-body .list-history li:hover .btn-edit,
.sidebar-ia .body .content-body .list-history li:hover .btn-delete {
  opacity: 1;
  visibility: visible;
  right: 10px;
}
.sidebar-ia .body .content-body .list-history li .btn-delete {
  position: absolute;
  bottom: 15px;
  right: 5px;
  padding: 0;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}
.sidebar-ia .body .content-body .list-history li .btn-delete:hover {
  color: #e13b3b;
}
.sidebar-ia .body .content-body .list-history li .btn-edit {
  position: absolute;
  bottom: 15px;
  right: 5px;
  padding: 0;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}
.sidebar-ia .body .content-body .list-history li .btn-edit:hover {
  color: #0d5705;
}
.sidebar-ia .body .content-body .list-history li a {
  width: 100%;
  display: block;
  padding: 8px 14px;
  color: var(--colorMuted);
  border-radius: 8px;
}
.sidebar-ia .body .content-body .list-history li a .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
}
.sidebar-ia .body .content-body .list-history li a .avatar .indice {
  width: 16px;
  height: 16px;
  background: #eb2525;
  color: var(--whiteColor);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: -4px;
  top: -3px;
}
.sidebar-ia .body .content-body .list-history li a .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-ia .body .content-body .list-history li a .left {
  width: 75%;
}
.sidebar-ia .body .content-body .list-history li a .left .icon {
  font-size: 16px;
}
.sidebar-ia .body .content-body .list-history li a .right {
  width: 25%;
}
.sidebar-ia .body .content-body .list-history li a h6 {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--colorTitre);
}
.sidebar-ia .body .content-body .list-history li a .date {
  font-size: 12px;
}
.sidebar-ia .body .content-body .list-history li a p {
  font-size: 12px;
  overflow: hidden;
  display: block;
  max-height: 4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 7px;
  max-width: 95%;
  color: #6b6b75;
}
.sidebar-ia .body .content-body .list-history li a p svg {
  fill: #6b6b75;
  width: 12px;
  height: 12px;
}
.sidebar-ia .body .content-body .list-history li a p.text-chat {
  max-width: 100%;
  margin-top: 0;
}
.sidebar-ia .body .content-body .list-history li .indice {
  width: 20px;
  height: 20px;
  background: #eb2525;
  color: var(--whiteColor);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex: 0 0 auto;
  font-weight: 600;
}
.sidebar-ia .body .content-body .list-history li a.active {
  background: #e9eef9;
}
.sidebar-ia .body .content-body .list-history li a.read p svg {
  fill: #5ae203;
}
.sidebar-ia .body .content-body .list-history li a.no-read p {
  font-weight: 600;
}
.sidebar-ia .footer {
  padding: 10px 16px;
  border-top: 1px solid #eef2f7;
}
.sidebar-ia .footer .user-app {
  line-height: 100%;
  cursor: pointer;
}
.sidebar-ia .footer .user-app .avatar-user-app {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  flex: 0 0 auto;
}
.sidebar-ia .footer .user-app .avatar-user-app img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.sidebar-ia .footer .user-app .info-user-app h6 {
  font-size: 12px;
  color: var(--colorTitre);
  margin-bottom: 3px;
  white-space: nowrap;
}
.sidebar-ia .footer .user-app .info-user-app h6 .fi {
  font-size: 12px;
  color: var(--colorMuted);
}
.sidebar-ia .footer .user-app .info-user-app p {
  font-size: 11px;
  margin-bottom: 0;
  color: var(--colorMuted);
  white-space: nowrap;
}
.sidebar-ia .footer small {
  color: var(--colorMuted);
  font-size: 12px;
}
.sidebar-ia .footer small img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.sidebar-ia .footer small span {
  color: var(--colorTitre);
  font-weight: 600;
}

.sidebar-chat {
  width: 370px;
}
.sidebar-chat .favories h6 {
  font-size: 11px;
  color: var(--colorMuted);
}
.sidebar-chat .favories .content-favories {
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  border-bottom: 1px dashed #eef2f7;
  padding-bottom: 10px;
  scrollbar-width: thin;
}
.sidebar-chat .favories .content-favories .item-favory {
  flex: 0 0 auto;
}
.sidebar-chat .favories .content-favories .item-favory a {
  justify-items: center;
  align-items: center;
}
.sidebar-chat .favories .content-favories .item-favory a img {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.sidebar-chat .favories .content-favories .item-favory a .name-user-favorie {
  font-size: 11px;
  color: var(--colorTitre);
  font-weight: 500;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-comp {
  height: 76vh;
}
.card-comp .show-result-comp {
  background: var(--whiteColor);
}
.card-comp .show-result-comp .item {
  border-radius: 8px;
  padding: 8px 14px;
  background: #e9eef9;
}
.card-comp .show-result-comp span {
  font-size: 14px;
  color: var(--colorBtn);
}
.card-comp .header {
  padding-bottom: 10px;
}
.card-comp .header .btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 100%;
}
.card-comp .body {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.card-comp .body .line {
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.card-comp .body .col-result {
  min-height: 60vh;
}
.card-comp .body .name-cabinet {
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 8px;
  margin-bottom: 26px;
}
.card-comp .body .name-cabinet.win {
  color: #4a9177;
  background: #e7f6df;
}
.card-comp .body .name-cabinet.lost {
  color: #7017cf;
  background: #efe9ff;
}
.card-comp .body .all-item-result .item {
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-comp .body .all-item-result .item span {
  color: var(--colorMuted);
  font-size: 14px;
}
.card-comp .body .all-item-result .item span:last-child {
  font-weight: 500;
  color: var(--colorTitre);
}

footer {
  padding: 19px 0;
  background: var(--whiteColor);
}
footer p {
  margin-bottom: 0;
}
footer p span {
  font-size: 11px;
  color: var(--colorMuted);
}
footer p img {
  width: 100px;
}

.sidebar {
  position: fixed;
  z-index: 1030;
  width: var(--widthSidebarLg);
  height: 100%;
  top: 0;
  left: 0;
  background: var(--whiteColor);
  transition: 0.3s ease;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.sidebar .header {
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f7;
  position: absolute;
  z-index: 3;
  width: 100%;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.7098039216);
  top: 0;
  left: 0;
}
.sidebar .header .logo {
  color: var(--colorTitre);
  font-size: 18px;
  font-weight: 600;
}
.sidebar .header .logo img {
  width: 170px;
}
.sidebar .header .logo .icon {
  width: 32px;
  height: 32px;
  background: var(--colorBtn);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
}
.sidebar .header .menu {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--colorMuted);
  border: 1px dashed #e2e7ed;
  cursor: pointer;
  transition: 0.3s;
}
.sidebar .header .menu:hover {
  color: var(--colorBtn);
  background: #e9eef9;
}
.sidebar .header .menu .fi {
  transition: 0.3s ease;
}
.sidebar .header .icon {
  font-size: 14px;
  color: var(--colorMuted);
}
.sidebar .header .icon svg {
  width: 14px;
  height: 14px;
  fill: var(--colorMuted);
}
.sidebar .header h5 {
  font-size: 16px;
  color: var(--colorTitre);
  font-weight: 500;
}
.sidebar .header .btn {
  padding: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .body {
  flex-grow: 1;
  padding: 10px 16px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.sidebar .body .list-nav {
  list-style: none;
  margin-top: 50px;
}
.sidebar .body .list-nav ul {
  list-style: none;
  padding-left: 0;
}
.sidebar .body .list-nav li {
  margin-bottom: 5px;
}
.sidebar .body .list-nav li:last-child {
  margin-bottom: 0;
}
.sidebar .body .list-nav li .link-list-nav {
  padding: 8px 12px;
  color: #6b6b75;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.sidebar .body .list-nav li .link-list-nav .indice {
  width: 22px;
  height: 22px;
  background: #e83724;
  transition: 0.3s;
  color: var(--whiteColor);
  font-size: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  right: 0;
  white-space: nowrap;
}
.sidebar .body .list-nav li .link-list-nav .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 138px;
}
.sidebar .body .list-nav li .link-list-nav .fi {
  font-size: 18px;
}
.sidebar .body .list-nav li .link-list-nav .fi-sr {
  display: none;
}
.sidebar .body .list-nav li .link-list-nav .tooltip-menu {
  position: fixed;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-transform: capitalize;
  line-height: 100%;
  left: 80px;
}
.sidebar .body .list-nav li .link-list-nav:hover {
  color: var(--colorBtn);
}
.sidebar .body .list-nav li .link-list-nav .block-arrow {
  position: absolute;
  right: 14px;
  transition: 0.3s;
}
.sidebar .body .list-nav li .link-list-nav .block-arrow .fi {
  font-size: 12px;
}
.sidebar .body .list-nav li .link-list-nav.active {
  color: var(--colorBtn);
  background: #e9eef9;
  border-radius: 8px;
}
.sidebar .body .list-nav li .link-list-nav.active .fi-sr {
  display: flex;
}
.sidebar .body .list-nav li .link-list-nav.active .fi-rr {
  display: none;
}
.sidebar .body .list-nav li .link-list-nav.collapsed .block-arrow {
  transform: rotate(0deg);
}
.sidebar .body .list-nav li .card-body {
  position: relative;
  z-index: 1;
}
.sidebar .body .list-nav li .card-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  left: 10px;
}
.sidebar .body .list-nav li .card-body a {
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  padding: 6px 24px;
  color: #777f91;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.sidebar .body .list-nav li .card-body a::before {
  content: "";
  position: absolute;
  width: 3px;
  transform: translateY(-50%);
  height: 50%;
  left: 1px;
  top: 50%;
  background: var(--colorBtn);
  display: none;
  border-radius: 5px;
}
.sidebar .body .list-nav li .card-body a.active {
  color: var(--colorBtn) !important;
  background: transparent !important;
  box-shadow: none;
}
.sidebar .body .list-nav li .card-body a.active::before {
  display: block;
}
.sidebar .body .list-nav li.separator {
  position: relative;
}
.sidebar .body .list-nav li.separator::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: 1px;
  background: #eef2f7;
}
.sidebar .footer {
  padding: 10px 16px;
  border-top: 1px solid #eef2f7;
}
.sidebar .footer .btn {
  color: var(--colorBtn);
  border: 1px solid var(--colorBtn) !important;
  background: transparent;
  white-space: nowrap;
}
.sidebar .footer .btn .fi {
  font-size: 12px;
  display: none;
}
.sidebar .footer .btn:hover {
  color: var(--whiteColor);
  background: var(--colorBtn);
}

.btns-actions-switch .btn-switch {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.text-sm {
  font-size: 12px !important;
}

.btns-actions-switch .btn-switch span {
  color: var(--whiteColor);
  padding: 7px 14px;
}

.btns-actions-switch .btn-switch input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.btns-actions-switch .btn-switch .block-bg {
  background: #ff8c37;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.btns-actions-switch .btn-switch .block-bg .div {
  position: absolute;
  width: 42%;
  height: 90%;
  background: var(--whiteColor);
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  transition: 0.3s;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.btns-actions-switch .btn-switch .block-bg .div .bubble {
  width: 16px;
  height: 16px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  transition: 0.3s;
}

.btns-actions-switch .btn-switch .block-bg .div .bubble::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  position: absolute;
  background: var(--whiteColor);
  border-radius: 100%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.btns-actions-switch .btn-switch .block-bg .div .bubble::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ff8c37;
}

.btns-actions-switch .btn-switch input:checked ~ .block-bg {
  background: #1fc49d;
}

.btns-actions-switch .btn-switch input:checked ~ .block-bg .div .bubble {
  left: 52px;
}

.btns-actions-switch .btn-switch input:checked ~ .block-bg .div .bubble::after {
  background: #1fc49d;
}

.btns-actions-switch .btn-switch input:checked ~ .block-bg .div {
  width: 52%;
  left: 46%;
}

.btns-actions-switch .btn-switch.active span:nth-child(2) {
  color: var(--colorTitre);
}

hr {
  opacity: 0.08;
}

.message-flash {
  position: fixed;
  -webkit-backdrop-filter: blur(14px) saturate(120%);
          backdrop-filter: blur(14px) saturate(120%);
  z-index: 1030;
  width: 320px;
  max-width: 98%;
  background: var(--colorWhite);
  right: -320px;
  top: 88px;
  border-radius: 12px;
  padding: 16px 18px;
  padding-right: 24px;
  box-shadow: 0 5px 60px rgba(85, 112, 124, 0.156);
  transition: 0.2s cubic-bezier(0.7, -0.08, 0.14, 1.28);
  opacity: 0;
  transform: scale(0.8);
  visibility: hidden;
}
.message-flash::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40%;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 5px;
}
.message-flash .close {
  position: absolute;
  cursor: pointer;
  font-size: 10px;
  color: var(--blackColor);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
          backdrop-filter: blur(14px) saturate(120%);
  right: -4px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}
.message-flash .content-message {
  display: flex;
  align-items: center;
  align-items: start;
}
.message-flash .content-message .icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  border-radius: 8px;
  font-size: 16px;
}
.message-flash .content-message h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--blackColor);
  margin-bottom: 3px;
}
.message-flash .content-message p {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--blackColor);
}

.message-flash.show {
  opacity: 1;
  right: 20px;
  visibility: visible;
  transform: scale(1);
}

.message-flash.success {
  background: rgba(164, 234, 214, 0.6509803922);
  border: 1px solid rgba(158, 217, 201, 0.4196078431);
}
.message-flash.success::before {
  background: #16b085;
}
.message-flash.success .close {
  background: rgba(164, 234, 214, 0.6509803922);
  border: 1px solid rgba(158, 217, 201, 0.4196078431);
}
.message-flash.success .content-message .icon {
  background: #16b085;
  color: var(--colorWhite);
}

.message-flash.danger {
  background: rgba(255, 201, 201, 0.6980392157);
  border: 1px solid rgba(255, 191, 191, 0.6784313725);
}
.message-flash.danger::before {
  background: #f04040;
}
.message-flash.danger .close {
  border: 1px solid rgba(255, 191, 191, 0.6784313725);
  background: rgba(255, 201, 201, 0.6980392157);
}
.message-flash.danger .content-message .icon {
  background: #f04040;
  color: var(--colorWhite);
}

.message-flash.warning {
  background: rgba(247, 211, 164, 0.5098039216);
  border: 1px solid rgba(227, 202, 169, 0.5803921569);
}
.message-flash.warning::before {
  background: #f0a440;
}
.message-flash.warning .close {
  background: rgba(247, 211, 164, 0.5098039216);
  border: 1px solid rgba(227, 202, 169, 0.5803921569);
}
.message-flash.warning .content-message .icon {
  background: #f0a440;
  color: var(--colorWhite);
}

.block-check-switch {
  position: relative;
}
.block-check-switch input {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  opacity: 0;
  left: 0;
  margin-top: 0 !important;
  cursor: pointer;
  z-index: 1;
}
.block-check-switch input:checked ~ .check-switch .line-switch {
  background: var(--colorBtn);
}
.block-check-switch input:checked ~ .check-switch .bubble-switch {
  left: 20px;
  transform: rotate(360deg);
  animation: swing 0.5s cubic-bezier(1, -0.36, 0.13, 1.09) forwards;
}
@keyframes swing {
  0%, 100% {
    transform: scale(1) rotate(360deg);
  }
  50% {
    transform: scale(0.6) rotate(0deg);
  }
  75% {
    transform: scaleX(1.1) rotate(0deg);
  }
}
.block-check-switch .check-switch {
  position: relative;
  display: flex;
  align-items: center;
}
.block-check-switch .check-switch .line-switch {
  transition: 0.5s cubic-bezier(1, -0.36, 0.13, 1.09);
  width: 40px;
  height: 12px;
  border-radius: 10px;
  background: var(--bgFond);
}
.block-check-switch .check-switch .bubble-switch {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(1, -0.36, 0.13, 1.09);
  background: var(--whiteColor);
  left: 0;
  box-shadow: 0 0.3rem 1.125rem -0.275rem rgba(0, 0, 0, 0.3);
}

.permissions {
  display: flex;
  flex-wrap: wrap;
}
.permissions .li {
  width: 50%;
}
.permissions .li h6 {
  color: #6b6b75;
  font-size: 14px;
  margin-bottom: 7px;
}
.permissions .list-unstyled li {
  margin-bottom: 10px;
  padding: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.permissions .list-unstyled li label {
  color: var(--colorMuted);
  font-size: 14px;
}

.block-radio-check {
  padding: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.block-radio-check label {
  margin-bottom: 0;
  color: var(--colorMuted);
  font-size: 14px;
}
.block-radio-check input {
  margin-top: 0;
  width: 20px;
  height: 20px !important;
  border-color: transparent;
  background-color: var(--bgFond);
  box-shadow: none !important;
}
.block-radio-check input:checked {
  background-color: var(--colorBtn);
  border-color: var(--colorBtn);
}

.sidebar-user {
  position: fixed;
  z-index: 1030;
  width: var(--widthSidebarLg);
  height: 100%;
  top: 0;
  left: 0;
  background: var(--whiteColor);
  transition: 0.3s ease;
  box-shadow: 0 10px 18px rgba(148, 172, 181, 0.141);
  display: flex;
  flex-direction: column;
}
.sidebar-user .header {
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f7;
  position: absolute;
  z-index: 3;
  width: 100%;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.7098039216);
  top: 0;
  left: 0;
}
.sidebar-user .header .logo {
  color: var(--colorTitre);
  font-size: 18px;
  font-weight: 600;
}
.sidebar-user .header .logo img {
  width: 170px;
}
.sidebar-user .block-users {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  margin-top: 32px;
}
.sidebar-user .block-users .header-sm {
  padding: 10px 16px;
}
.sidebar-user .block-users .header-sm .search-user .input-group-text {
  padding: 0.375rem 0.75rem;
  height: 32px;
  border: none;
  background: #f7f7f7;
  font-size: 14px;
  border-radius: 50px 0 0 50px;
  color: var(--colorMuted);
}
.sidebar-user .block-users .header-sm .search-user .form-control {
  height: 32px;
  border-radius: 0 50px 50px 0;
  padding-left: 0;
  font-size: 12px;
  background: #f7f7f7;
  border: none;
  box-shadow: none;
  color: var(--colorTitre);
}
.sidebar-user .block-users .header-sm .search-user .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.sidebar-user .block-users .header-sm .search-user .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.sidebar-user .block-users .header-sm .nav-tabs {
  border: none;
}
.sidebar-user .block-users .header-sm .nav-tabs .nav-item {
  width: 50% !important;
}
.sidebar-user .block-users .header-sm .nav-tabs .nav-item .nav-link {
  font-size: 13px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 12px;
  color: #6b6b75;
  border-radius: 8px;
}
.sidebar-user .block-users .header-sm .nav-tabs .nav-item .nav-link.active {
  color: var(--colorTitre);
  background: var(--bgFond);
}
.sidebar-user .block-users .body-sm {
  flex-grow: 1;
  padding: 0 16px;
  padding-bottom: 0px;
  overflow-y: auto;
  scrollbar-width: thin;
  min-height: 0;
  max-height: calc(100vh - 200px);
}
.sidebar-user .block-users .body-sm .all-users {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.sidebar-user .block-users .body-sm .all-users .item {
  width: 100%;
}
.sidebar-user .block-users .body-sm .all-users .item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 12px;
  gap: 10px;
}
.sidebar-user .block-users .body-sm .all-users .item a .avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  flex: 0 0 auto;
}
.sidebar-user .block-users .body-sm .all-users .item a .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.sidebar-user .block-users .body-sm .all-users .item a .block-name {
  width: 100%;
}
.sidebar-user .block-users .body-sm .all-users .item a .block-name h6 {
  color: var(--colorTitre);
  margin-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.td-ellips {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fi.rotate-90 {
  line-height: inherit !important;
}
.fi.rotate-90::before {
  line-height: inherit !important;
}

.remove {
  padding: 0;
  border-radius: 100%;
  width: 28px !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e83724;
  font-size: 9px;
  background: #f7d5d1;
  border: none;
  right: 0 !important;
}
.remove:hover {
  background: #e83724;
}

.block-radio {
  padding: 0.375rem 0.75rem;
  height: 34px;
  border: 1px dashed rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.block-radio label {
  font-size: 14px;
  color: var(--colorTitre);
  margin-bottom: 0 !important;
}
.block-radio .fake-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block-radio .fake-radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.block-radio .fake-radio input:checked ~ .circle {
  background: var(--colorBtn);
}
.block-radio .fake-radio input:checked ~ .circle::before {
  display: block;
}
.block-radio .fake-radio .circle {
  width: 18px;
  height: 18px;
  background: #f7f7f7;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.block-radio .fake-radio .circle::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  background: var(--whiteColor);
  border-radius: 100%;
  display: none;
}

.file-block {
  position: relative;
  z-index: 1;
}
.file-block input {
  opacity: 0;
}
.file-block .fake-input-file {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  border-radius: 8px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 5px;
}
.file-block .fake-input-file .icon {
  color: var(--colorParagraph);
  background: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
  border-radius: 5px;
  font-size: 14px;
}
.file-block .fake-input-file .icon .fi {
  font-size: 14px;
  margin-bottom: 0;
}
.file-block .fake-input-file span {
  font-size: 13px;
  color: var(--colorTitre);
  opacity: 0.3;
}
.file-block .fake-input-file span.opacity {
  opacity: 1;
}

.add-experience, .add-dossier, .add-etude {
  color: var(--colorBtn);
  font-size: 14px;
  font-weight: 500;
}

.avatar-lg {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  position: relative;
}
.avatar-lg .change-photo {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  background: var(--whiteColor);
  right: 0;
  top: 5px;
  z-index: 1;
  transition: 0.3s;
  cursor: pointer;
  color: var(--colorMuted);
}
.avatar-lg .change-photo:hover {
  color: var(--colorTitre);
}
.avatar-lg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  font-size: 12px;
  color: var(--colorMuted);
}
.avatar-lg img.fade {
  animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sidebarSm {
  width: var(--widthSidebarSm);
}
.sidebarSm .header {
  justify-content: center !important;
  padding: 10px 12px;
}
.sidebarSm .header .logo {
  display: none !important;
}
.sidebarSm .header .menu.close .fi {
  transform: rotate(180deg);
}
.sidebarSm .body {
  padding: 10px 12px;
}
.sidebarSm .body .list-nav li .link-list-nav {
  justify-content: center;
}
.sidebarSm .body .list-nav li .link-list-nav .indice {
  width: 10px;
  height: 10px;
  top: 10px;
  right: 10px;
}
.sidebarSm .body .list-nav li .link-list-nav .indice span {
  display: none;
}
.sidebarSm .body .list-nav li .link-list-nav:hover .tooltip-menu {
  opacity: 1;
  visibility: visible;
}
.sidebarSm .body .list-nav li .link-list-nav .title {
  white-space: nowrap;
  display: none;
}
.sidebarSm .body .list-nav li .link-list-nav .block-arrow {
  opacity: 0;
}
.sidebarSm .footer {
  padding: 10px 12px;
}
.sidebarSm .footer .btn span {
  display: none;
}
.sidebarSm .footer .btn .fi {
  display: block;
}

.title-card-sm {
  font-size: 13px;
  color: var(--colorMuted);
}

.content-dash {
  padding-left: var(--widthSidebarLg);
  min-height: 100vh;
  transition: 0.3s ease;
  background: #f1f3f4;
}

.content-dash-lg {
  padding-left: var(--widthSidebarSm);
}

header .navbar {
  padding: 14px 0;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(249, 249, 249, 0.8588235294);
}
header .navbar .block-search-nav {
  padding: 4px 14px;
  background: var(--whiteColor);
  border-radius: 50px;
  max-width: 320px;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
header .navbar .block-search-nav .input-group-text {
  background: transparent;
  border: none;
  border-radius: 50px 0px 0px 50px;
  padding: 0;
  font-size: 14px;
  color: var(--colorMuted);
}
header .navbar .block-search-nav .form-control {
  border: none;
  border-radius: 0 50px 50px 0;
  font-size: 14px;
  padding: 0;
  background: transparent;
  color: var(--primaryColor);
  box-shadow: none !important;
}
header .navbar .block-search-nav .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.5;
}
header .navbar .block-search-nav .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.5;
}
header .navbar .block-search-nav .form-control:focus + .block-result {
  opacity: 1;
  visibility: visible;
  top: 110%;
}
header .navbar .block-search-nav .block-result {
  position: absolute;
  width: 270px;
  padding: 20px 30px;
  box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px;
  border-radius: 12px !important;
  top: 130%;
  left: 0;
  background: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
header .navbar .block-search-nav .block-result h6 {
  color: var(--primaryColor);
  font-size: 16px;
  margin-bottom: 15px;
}
header .navbar .block-search-nav .block-result ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
header .navbar .block-search-nav .block-result ul li {
  width: 100%;
}
header .navbar .block-search-nav .block-result ul li a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--colorMuted);
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 7px;
  transition: 0.3s;
}
header .navbar .block-search-nav .block-result ul li a:hover {
  color: var(--primaryColor);
}
header .navbar .tools-nav .content-tools-nav {
  padding: 3px 14px;
  background: var(--whiteColor);
  border-radius: 50px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
header .navbar .tools-nav .content-tools-nav .link-tool {
  font-size: 16px;
  color: var(--colorMuted);
  transition: 0.3s;
  position: relative;
}
header .navbar .tools-nav .content-tools-nav .link-tool:hover {
  color: var(--primaryColor);
}
header .navbar .tools-nav .content-tools-nav .link-tool .blink {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #e83724;
  border-radius: 100%;
  top: 2px;
  right: 0;
}
header .navbar .tools-nav .content-tools-nav .link-tool .indice {
  position: absolute;
  background: #e83724;
  color: var(--whiteColor);
  border-radius: 50px;
  font-size: 10px;
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  right: -10px;
  top: -3px;
}
header .navbar .user-app {
  border-left: 1px solid #eef2f7;
  line-height: 100%;
  cursor: pointer;
}
header .navbar .user-app .avatar-user-app {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  flex: 0 0 auto;
}
header .navbar .user-app .avatar-user-app img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
header .navbar .user-app .info-user-app h6 {
  font-size: 12px;
  color: var(--primaryColor);
  margin-bottom: 0;
  white-space: nowrap;
}
header .navbar .user-app .info-user-app h6 .fi {
  font-size: 12px;
  color: var(--colorMuted);
}
header .navbar .user-app .info-user-app p {
  font-size: 11px;
  margin-bottom: 0;
  color: var(--colorMuted);
  white-space: nowrap;
}
header .navbar.box-shadow {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.0392156863);
}

.wrapper {
  padding: 20px 0;
  padding-top: 10px;
  min-height: calc(100vh - 119px);
}

.title-page {
  color: var(--primaryColor);
  font-size: 16px;
  font-weight: 400;
}

p {
  color: #18181a;
  font-size: 14px;
}
p span {
  color: var(--primaryColor);
  font-weight: 500;
}

.card-dash-sm {
  padding: 18px;
  border: none;
  border-radius: 12px;
  z-index: 1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.card-dash-sm .etat {
  padding: 5px 7px;
  line-height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
}
.card-dash-sm .etat.up {
  color: #38d0b4;
  background: #daf6f1;
  border-radius: 5px;
}
.card-dash-sm .etat.down {
  color: #e13b3b;
  background: #fae7e7;
  border-radius: 5px;
}
.card-dash-sm .icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--colorBtn);
  border-radius: 12px;
  font-size: 18px;
  background: #e9eef9 !important;
}
.card-dash-sm .block-circle-card {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: none !important;
}
.card-dash-sm .block-circle-card::before, .card-dash-sm .block-circle-card::after {
  content: "";
  position: absolute;
  background: var(--bg);
}
.card-dash-sm .block-circle-card::before {
  width: 60px;
  height: 60px;
  left: -7px;
  top: 7px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.card-dash-sm .block-circle-card::after {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  top: 12px;
  z-index: 1;
  border: 1px solid rgba(91, 91, 91, 0.0705882353);
}
.card-dash-sm .num {
  color: var(--darkenBlue);
  font-weight: 600;
}
.card-dash-sm p {
  font-size: 14px;
  color: var(--colorMuted);
}
.card-dash-sm h5 {
  font-size: 18px;
  color: var(--primaryColor);
  margin-bottom: 0;
}
.card-dash-sm .title-card {
  font-size: 16px;
  color: var(--primaryColor);
}
.card-dash-sm .line-separtor {
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.link-card-sm {
  font-size: 12px;
  color: var(--colorMuted);
}
.link-card-sm:hover {
  color: var(--colorBtn);
}

.block-calendar-sm .content-calendar {
  background: var(--whiteColor);
  padding: 5px 7px;
  border-radius: 50px;
  gap: 7px;
}
.block-calendar-sm .content-calendar .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bgFond);
  border-radius: 100%;
  font-size: 12px;
  color: var(--colorTitre);
}
.block-calendar-sm .content-calendar .inner-calendar {
  font-size: 12px;
  color: var(--colorTitre);
}

.inner-design-chatbot .block-design {
  width: 120px;
  height: 120px;
  border-radius: 45% 55% 57% 43%/64% 56% 44% 36%;
  background: #e9eef9;
  position: relative;
  z-index: 1;
}
.inner-design-chatbot .block-design::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 2px solid #e9eef9;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}

.badge-dash {
  font-size: 12px;
  padding-left: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
  position: relative;
  color: var(--colorTitre);
}
.badge-dash::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: red;
  border-radius: 24px;
  left: 0;
}

.badge-dash.badge-dash-red::before {
  background: #e13b3b;
}

.badge-dash.badge-dash-green::before {
  background: #5ae203;
}

.nav-rounded .nav-item {
  padding: 8px;
  background: var(--bgFond);
}
.nav-rounded .nav-item:first-child {
  border-radius: 50px 0 0 50px;
}
.nav-rounded .nav-item:last-child {
  border-radius: 0px 50px 50px 0px;
  padding-left: 0;
}
.nav-rounded .nav-item .nav-link {
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 50px;
  line-height: 100%;
  color: var(--colorMuted);
  font-weight: 500;
}
.nav-rounded .nav-item .nav-link:hover {
  color: var(--colorTitre);
}
.nav-rounded .nav-item .nav-link.active {
  background: var(--colorBtn);
  color: var(--whiteColor);
}

.writting-block-sm {
  background: #f7f7f7;
  padding: 8px;
  border-radius: 8px;
}
.writting-block-sm .form-control {
  border: none !important;
  box-shadow: none;
  background: transparent;
  font-size: 13px !important;
  color: var(--colorTitre);
}
.writting-block-sm .form-control::-moz-placeholder {
  color: var(--colorMuted) !important;
  opacity: 0.6 !important;
}
.writting-block-sm .form-control::placeholder {
  color: var(--colorMuted) !important;
  opacity: 0.6 !important;
}

.block-file-chat-modal label {
  width: 100%;
  display: block;
  padding: 14px;
  border-radius: 8px;
  border: 2px dashed #eef2f7;
  cursor: pointer;
}
.block-file-chat-modal label .icon {
  color: var(--colorBtn);
  font-size: 18px;
}
.block-file-chat-modal label p {
  color: #6b6b75;
}

.bagde-sm-mount {
  padding: 5px 7px;
  line-height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
}

.bagde-sm-mount.green {
  color: #219a31;
  background: #e0f3e3;
}

.bagde-sm-mount.red {
  color: #e13b3b;
  background: #fae7e7;
}

.block-progress-card .pourcent {
  color: var(--colorMuted);
  font-size: 20px;
}
.block-progress-card .progress-inner {
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: var(--bgFond);
  overflow: hidden;
}
.block-progress-card .progress-inner .bar {
  height: 100%;
  background: var(--colorBtn);
  border-radius: 5px;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-child .fc-button-group {
  background: #f7f7f7;
  padding: 7px;
  border-radius: 50px;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-child .fc-button-group button {
  background: transparent;
  border: none;
  font-size: 12px;
  border-radius: 50px !important;
  padding: 5px 14px;
  box-shadow: none !important;
  color: var(--colorTitre);
  border: none !important;
  margin-right: 5px;
  transition: 0.3s;
  text-transform: capitalize;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-child .fc-button-group button:last-child {
  margin-right: 0;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-child .fc-button-group .fc-button-primary:not(:disabled).fc-button-active,
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:first-child .fc-button-group .fc-button-primary:not(:disabled):active {
  background: var(--whiteColor) !important;
  color: var(--colorTitre);
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button-group button {
  background: transparent;
  color: var(--colorTitre);
  border: none;
  font-size: 12px;
  box-shadow: none !important;
  padding: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 5px;
  transition: 0.3s;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button-group button:hover {
  background: #f7f7f7;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button-group button:last-child {
  margin-right: 0;
}

.fc .fc-daygrid-week-number {
  font-size: 10px;
  color: var(--colorBtn);
  background: #e9eef9;
  border-radius: 100px;
  padding: 5px 10px;
  top: 5px;
}
.fc table {
  width: 100% !important;
}
.fc .fc-daygrid-body {
  width: 100% !important;
}
.fc .fc-view-harness {
  height: 600px !important;
}
.fc .fc-daygrid-event {
  padding: 7px;
  border-radius: 8px;
  border: none !important;
}
.fc .fc-timegrid-axis-cushion {
  font-size: 14px;
  color: #6b6b75;
}
.fc .fc-timegrid-slot-label-cushion {
  font-size: 14px;
  color: var(--colorMuted);
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: #e9eef9;
}
.fc .fc-day {
  padding: 8px 12px;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
}
/* Styles pour les boutons de navigation entre documents */
#toolbarViewerLeft .btn-outline-secondary {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 6px;
  transition: all 0.2s ease;
  border-color: #e0e0e0;
  color: var(--colorMuted);
}

#toolbarViewerLeft .btn-outline-secondary:hover {
  background-color: var(--colorBtn);
  color: white;
  border-color: var(--colorBtn);
}

#toolbarViewerLeft .btn-outline-secondary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: transparent;
  color: var(--colorMuted);
}

#toolbarViewerLeft .vr {
  opacity: 0.3;
  margin: 0 8px;
  height: 24px;
  align-self: center;
}

.fc .fc-daygrid-day-number {
  color: var(--colorTitre);
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  width: 28px;
  height: 28px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.fc .fc-scrollgrid {
  border: none;
}
.fc .fc-toolbar-title {
  font-size: 20px;
  color: var(--colorTitre);
}
.fc th a {
  color: var(--colorMuted);
  font-weight: 400;
  font-size: 14px;
}
.fc th th {
  padding: 5px 12px;
  border: none;
  border-bottom: 1px solid var(--fc-border-color);
}
.fc tr td {
  border-top: 1px solid var(--fc-border-color);
  border-bottom: none;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border-right: none;
}

.card-dash-sm .item-event {
  width: 100%;
  padding: 5px;
  border-bottom: 1px dashed #eef2f7;
  margin-bottom: 2px;
  border-top: none;
}
.card-dash-sm .item-event .content-event {
  position: relative;
  padding-left: 15px;
}
.card-dash-sm .item-event .content-event .line {
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  left: 0 !important;
  transform: none !important;
}
.card-dash-sm .item-event h6 {
  color: var(--colorTitre);
  font-size: 13px;
  margin-bottom: 5px;
}
.card-dash-sm .item-event p {
  font-size: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block-color-event {
  position: relative;
  padding-left: 0;
  margin-right: 0;
}
.block-color-event input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100% !important;
  float: none !important;
  margin: 0 !important;
  z-index: 1;
  border-radius: 0 !important;
  cursor: pointer;
}
.block-color-event input:checked + label span {
  opacity: 1;
}
.block-color-event label {
  position: relative;
  width: 30px !important;
  height: 30px !important;
}
.block-color-event label span {
  position: absolute;
  inset: -5px;
  border: 3px solid var(--bg);
  border-radius: 8px;
  filter: blur(4px);
  opacity: 0;
  transition: 0.3s;
}

.card-empty {
  height: calc(100vh - 200px);
  background: transparent;
  box-shadow: none;
  border: none;
}
.card-empty .img-icon {
  width: 60px;
}

.card-user .body-card {
  padding: 22px 32px;
  position: relative;
  z-index: 1;
}
.card-user .body-card .block-cards-gray {
  padding: 0 32px;
  position: relative;
  display: flex;
}
.card-user .body-card .block-cards-gray .btn-scroll {
  position: absolute;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  color: var(--colorMuted);
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.card-user .body-card .block-cards-gray .btn-scroll#left {
  left: 0;
}
.card-user .body-card .block-cards-gray .btn-scroll#right {
  right: 0;
}
.card-user .body-card .block-cards-gray .content-cards {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  width: 100%;
}
.card-user .body-card .block-cards-gray .content-cards .item-card {
  padding: 14px;
  border-radius: 8px;
  background: #f7f7f7;
  width: 19%;
  flex: 0 0 auto;
  height: 100%;
}
.card-user .body-card .block-cards-gray .content-cards .item-card p {
  margin-bottom: 5px;
}
.card-user .body-card .block-cards-gray .content-cards .item-card h5 {
  font-size: 16px;
  color: var(--colorTitre);
  margin-bottom: 0;
}
.card-user .body-card .avatar-user {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  background: #e9eef9;
  color: var(--colorBtn);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.card-user .body-card .avatar-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.card-user .body-card h6 {
  font-size: 12px;
  margin-bottom: 5px;
  color: var(--colorTitre);
}
.card-user .body-card .items-info {
  display: flex;
  align-items: center;
}
.card-user .body-card .items-info .fi {
  flex: 0 0 auto;
  margin-right: 7px;
  color: var(--colorBtn);
  background: var(--bgFond);
  border-radius: 100%;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
}
.card-user .body-card .items-info span {
  color: var(--colorMuted);
  font-size: 14px;
  word-break: break-all;
  line-height: 100%;
}
.card-user .body-card .name-user {
  color: var(--colorTitre);
  font-size: 15px;
  margin-bottom: 0px;
  word-break: break-all;
}
.card-user .body-card .function {
  color: var(--colorMuted);
  font-size: 14px;
}

.block-content-dashed {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 14px;
  border-radius: 12px;
}
.block-content-dashed p {
  font-size: 14px;
  color: var(--colorMuted);
  margin-bottom: 0;
}
.block-content-dashed .date {
  font-size: 12px;
  color: var(--colorMuted);
}
.block-content-dashed .user-comment .avatar {
  width: 30px;
  height: 30px;
}
.block-content-dashed .user-comment .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.block-content-dashed .user-comment .name {
  font-size: 14px;
  font-weight: 500;
  color: var(--colorTitre);
}

.block-content-dashed.comment p {
  font-size: 13px;
}

.col-calendar, .col-event {
  transition: 0.3s;
}

.col-event {
  transform: translateX(0);
}

.col-event.hidden {
  transform: translateX(100%);
  position: absolute;
  right: 0;
  top: 110px;
  height: 100%;
}

.notification-alert {
  position: fixed;
  width: 320px;
  background: var(--whiteColor);
  box-shadow: rgba(66, 63, 105, 0.21) 0px 5px 50px 0px;
  border-radius: 12px;
  right: 30px;
  bottom: 30px;
  z-index: 300;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(50px);
  cursor: pointer;
}
.notification-alert::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  background: var(--colorBtn);
  border-radius: 5px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.notification-alert .content-alert {
  padding: 14px;
  display: flex;
  align-items: center;
}
.notification-alert .content-alert .icon {
  color: var(--whiteColor);
  background: var(--colorBtn);
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-alert .content-alert h6 {
  margin-bottom: 0;
  color: var(--colorTitre);
  font-size: 14px;
}

.notification-alert.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0);
}

.block-info-detail {
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.block-info-detail p {
  font-size: 12px;
  margin-bottom: 5px;
}
.block-info-detail h6 {
  font-size: 14px;
  color: var(--colorTitre);
}

.card-annots {
  position: sticky;
  top: 0;
  height: 100vh;
  border-radius: 0 !important;
}
.card-annots .block-body {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 28px;
  scrollbar-width: thin;
}
.card-annots .block-body .all-list-files {
  display: flex;
  flex-direction: column;
}
.card-annots .block-body .all-list-files .item {
  width: 100%;
}
.card-annots .block-body .all-list-files .item a {
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  width: 100%;
}
.card-annots .block-body .all-list-files .item a .icon {
  flex: 0 0 auto;
}
.card-annots .block-body .all-list-files .item a .icon img {
  width: 20px;
}
.card-annots .block-body .all-list-files .item a .name-file {
  width: 100%;
}
.card-annots .block-body .all-list-files .item a .name-file h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: var(--colorTitre);
  margin-bottom: 0;
}
.card-annots .block-body .all-list-files .item a.active {
  border-color: var(--colorBtn);
}

.block-info-doc-card {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-info-doc-card .block-option {
  position: absolute;
  top: 5px;
  right: 5px;
}
.block-info-doc-card .block-option .btn {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 10px;
}
.block-info-doc-card .icon {
  background: #e9eef9;
  color: var(--colorBtn);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.block-info-doc-card .detail {
  width: 76% !important;
}
.block-info-doc-card .detail h6 {
  font-size: 13px;
  color: var(--colorTitre);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.block-info-doc-card .detail span {
  font-size: 12px;
  color: var(--colorMuted);
  display: block;
}

.list-laws {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.list-laws li {
  font-size: 12px;
  color: var(--colorTitre);
  padding: 8px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  line-height: 100%;
}

.sort_date_section {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--colorMuted);
}
.sort_date_section select {
  height: 28px !important;
  border: none !important;
  border-radius: 8px !important;
}

.block-items-exp {
  position: relative;
  margin-left: 10px;
}
.block-items-exp .block-doc-exp a {
  font-size: 13px;
  background: #e9eef9;
  padding: 6px 8px;
  border-radius: 8px;
  color: var(--colorBtn);
  transition: 0.3s;
  line-height: 100%;
}
.block-items-exp .block-doc-exp a .fi {
  font-size: 14px;
}
.block-items-exp .block-doc-exp a:hover {
  background: transparent;
}
.block-items-exp .block-doc-exp a span {
  white-space: nowrap;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.block-items-exp::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
}
.block-items-exp .item {
  padding-left: 20px;
}
.block-items-exp .item .date {
  font-size: 12px;
  color: var(--colorTitre);
  font-weight: 500;
  position: relative;
}
.block-items-exp .item .date::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--colorBtn);
  border-radius: 100%;
  top: 3px;
  left: -25px;
}
.block-items-exp .item.exp .date::before {
  background: #5ae203;
}

.nav-tab-page {
  border: none;
  margin-left: 40px;
  margin-bottom: -15px !important;
}
.nav-tab-page .nav-item .nav-link {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b75;
  padding: 8px 14px;
  font-weight: 500;
  font-size: 13px;
  border: none;
  background: none;
  position: relative;
  border-radius: 8px 8px 0 0;
  transition: none;
}
.nav-tab-page .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: -10px;
  background: transparent;
  border-bottom-right-radius: 10px;
  box-shadow: 5px 5px 0 5px var(--whiteColor);
  display: none;
}
.nav-tab-page .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: -10px;
  background: transparent;
  border-bottom-left-radius: 10px;
  box-shadow: -5px 5px 0 5px var(--whiteColor);
  display: none;
}
.nav-tab-page .nav-item .nav-link:hover {
  color: var(--colorTitre);
}
.nav-tab-page .nav-item .nav-link.active {
  background: var(--whiteColor);
  color: var(--colorTitre);
}
.nav-tab-page .nav-item .nav-link.active::before, .nav-tab-page .nav-item .nav-link.active::after {
  display: block;
}

.nav-white .nav-item {
  background: var(--whiteColor);
}
.nav-white .nav-item .nav-link.active::before {
  background: var(--bgFond);
}

.btn-sm-action {
  padding: 0;
  border: none;
  color: var(--colorMuted);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.btn-sm-action:hover {
  color: var(--colorTitre);
}

#list-evenements {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}

#list-evenements::-webkit-scrollbar {
  width: 6px;
}

#list-evenements::-webkit-scrollbar-track {
  background: transparent;
}

#list-evenements::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

#list-evenements::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#list-evenements .item-event {
  width: 100%;
  padding: 5px;
  border-bottom: 2px dashed #eef2f7;
  margin-bottom: 2px;
}
#list-evenements .item-event .content-event {
  position: relative;
  padding-left: 15px;
}
#list-evenements .item-event .line {
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 5px;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}
#list-evenements .item-event p {
  font-size: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#list-evenements .item-event h6 {
  color: var(--colorTitre);
  font-size: 13px;
  margin-bottom: 5px;
}

.block-check {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.block-check label {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 5px;
  transition: 0.3s;
  color: var(--whiteColor);
}
.block-check label .fi {
  opacity: 0;
}
.block-check input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.block-check input:checked ~ label {
  background: var(--colorBtn);
  border-color: var(--colorBtn);
}
.block-check input:checked ~ label .fi {
  opacity: 1;
}

.chatbot {
  min-height: 100vh;
}
.chatbot .modal-file {
  position: fixed;
  background: var(--whiteColor);
  height: 100vh;
  width: calc(100% - 370px);
  right: 0;
  top: 0;
  z-index: 1022;
  transform: translateY(100%);
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.chatbot .modal-file .header {
  padding: 14px 16px;
  border-bottom: 1px solid #eef2f7;
  box-shadow: none;
}
.chatbot .modal-file .header h6 {
  font-size: 16px;
  color: var(--colorTitre);
  margin-bottom: 0;
}
.chatbot .modal-file .header .close {
  font-size: 14px;
  width: 32px;
  height: 32px;
  color: var(--colorMuted);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chatbot .modal-file .header .close:hover {
  background: var(--bgFond);
  color: var(--colorTitre);
}
.chatbot .modal-file .body {
  padding: 30px 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  flex-grow: 1;
}
.chatbot .modal-file .footer {
  padding: 14px 16px;
}
.chatbot .modal-file.show {
  transform: translateY(0);
}
.chatbot .header {
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.7098039216);
  box-shadow: 0 5px 18px rgba(148, 172, 181, 0.141);
  padding: 10px 16px;
  position: sticky;
  top: 0;
}
.chatbot .header .nav-action-chat {
  position: absolute;
  padding: 10px 16px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.chatbot .header .nav-action-chat .block-action-chat a {
  color: var(--colorMuted);
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.chatbot .header .nav-action-chat .block-action-chat a:hover {
  color: var(--colorTitre);
  background: var(--bgFond);
}
.chatbot .header .selected-item span {
  font-size: 14px;
}
.chatbot .header .selected-item span:first-child {
  color: var(--colorTitre);
  font-weight: 500;
}
.chatbot .header .selected-item span:last-child {
  color: var(--colorMuted);
}
.chatbot .header .nav-action-chat.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.chatbot .header .content-header {
  transition: 0.3s;
}
.chatbot .header .content-header.fadeOut {
  opacity: 0;
}
.chatbot .header .left {
  width: 70%;
}
.chatbot .header .right {
  width: 30%;
}
.chatbot .header .right .icon {
  color: var(--colorMuted);
  transition: 0.3s;
}
.chatbot .header .right .icon:hover {
  color: var(--colorTitre);
}
.chatbot .header .block-avatar .avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  flex: 0 0 auto;
}
.chatbot .header .block-avatar .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.chatbot .header .block-avatar .block-name h6 {
  font-size: 14px;
  color: var(--colorTitre);
  margin-bottom: 0;
}
.chatbot .header .block-avatar .block-name p {
  font-size: 12px;
  margin-bottom: 0;
}
.chatbot .body-chatbot {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.chatbot .body-chatbot .logo-ia img {
  width: 50px;
}
.chatbot .body-chatbot .content-chatbot-request {
  min-height: calc(100vh - 130px);
  margin-top: 14px;
  width: 83%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .inner-item {
  height: auto;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .avatar {
  width: 26px;
  height: 26px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  font-weight: 500;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .avatar svg {
  width: 24px;
  height: 24px;
  fill: var(--whiteColor);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .name {
  font-size: 14px;
  color: var(--colorTitre);
  font-weight: 600;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .date {
  font-size: 12px;
  color: var(--colorMuted);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .card-request-chatbot {
  display: inline-block;
  max-width: 100%;
  margin-top: 14px;
  border: none;
  border-radius: 12px;
  background: var(--whiteColor);
  padding: 34px 44px;
  margin-left: 48px;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .card-request-chatbot p {
  color: #323437;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .card-request-chatbot .dot {
  width: 7px;
  height: 7px;
  background-color: var(--colorBtn);
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
  animation: floatAnimation 1s infinite ease-in-out;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .card-request-chatbot .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request .item-inner .card-request-chatbot .dot:nth-child(3) {
  animation-delay: 0.5s;
}
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request.me .item-inner .avatar {
  background: var(--colorBtn);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request.me .item-inner .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request.me .item-inner .card {
  background: #eaecf0;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot-request.ia {
  margin-left: 50px;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .date-block {
  font-size: 12px;
  color: var(--colorTitre);
  position: sticky;
  top: 8px;
  z-index: 10;
  display: inline-flex;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 50px;
  box-shadow: 0 1.8px 3px rgba(0, 0, 0, 0.05);
  line-height: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .date-block.date-chats {
  top: 70px;
  font-size: 10px;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .name {
  font-size: 13px;
  font-weight: 500;
  color: var(--colorTitre);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .name span {
  font-size: 11px;
  color: var(--colorMuted);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .date {
  font-size: 11px;
  color: var(--colorMuted);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card {
  border: none;
  margin-top: 10px;
  background: transparent;
  width: 100%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .dot {
  width: 7px;
  height: 7px;
  background-color: var(--colorBtn);
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
  animation: floatAnimation 1s infinite ease-in-out;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .dot:nth-child(3) {
  animation-delay: 0.5s;
}
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
  }
  50% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
  }
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .content-file-img {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .content-file-img img {
  max-width: 100%;
  border-radius: 8px;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .content-text {
  max-width: 70%;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action {
  position: absolute;
  display: inline-flex;
  right: 5px;
  top: -12px;
  padding: 3px 7px;
  line-height: 100%;
  gap: 10px;
  z-index: 1;
  visibility: hidden;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: var(--whiteColor);
  border: 1px solid #eef2f7;
  z-index: -1;
  opacity: 0;
  border-radius: 50px;
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action .block-option-delete {
  position: absolute;
  box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px;
  padding: 15px 16px;
  right: 0;
  top: 110%;
  background: var(--whiteColor);
  border-radius: 8px;
  width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.5);
  transform-origin: top right;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action .block-option-delete h6 {
  color: var(--colorTitre);
  font-size: 12px;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action .block-option-delete ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action .block-option-delete ul a {
  font-size: 12px;
  color: var(--colorMuted);
  display: block;
  padding: 5px 0;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action .block-option-delete ul a:hover {
  color: var(--colorBtn);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action .block-option-delete.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action a {
  font-size: 12px;
  color: var(--colorMuted);
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.05s;
  position: relative;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action.isClick {
  visibility: visible;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action.isClick::before {
  width: 100%;
  opacity: 1;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card .block-action.isClick a {
  opacity: 1;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card p {
  margin-bottom: 0;
  font-size: 12px;
  color: #323437;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card:hover .block-action {
  visibility: visible;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card:hover .block-action::before {
  width: 100%;
  opacity: 1;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot .item-inner .card:hover .block-action a {
  opacity: 1;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot.me .item-inner {
  align-items: end;
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot.me .item-inner .card .content-inner-card {
  margin-left: auto;
  margin-right: 0;
  background: var(--colorBtn);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot.me .item-inner .card .content-inner-card .statut .fi {
  color: var(--whiteColor);
}
.chatbot .body-chatbot .content-chatbot-request .inner-chatbot-request .item-chatbot.me .item-inner .card p {
  color: var(--whiteColor);
}
.chatbot .body-chatbot .block-writting-user {
  position: sticky;
  background: var(--whiteColor);
  bottom: 20px;
  padding: 12px 14px;
  border-radius: 34px;
  box-shadow: 0 5px 18px #94acb524;
  width: 84%;
  margin: 40px auto 0;
  z-index: 2;
  transition: .3s;
}
.chatbot .body-chatbot .block-writting-user .reponse-user {
  background: #e9eef9;
  border-radius: 18px;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30%);
  margin: 12px 14px 0px 14px;
  pointer-events: none;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .content-reponse-user {
  padding: 14px;
  padding-left: 26px;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .content-reponse-user .btn-remove-reponse-user {
  font-size: 8px;
  color: var(--colorMuted);
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  top: -4px;
  right: -6px;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .content-reponse-user .content-text-reponse {
  position: relative;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .content-reponse-user .content-text-reponse::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 5px;
  background: #5ae203;
  left: -12px;
  top: 0;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .content-reponse-user .content-text-reponse .name-user-repose {
  font-size: 14px;
  color: #5ae203;
  font-weight: 500;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .content-reponse-user .content-text-reponse p {
  margin-bottom: 0;
  font-size: 12px;
  color: #323437;
}
.chatbot .body-chatbot .block-writting-user .reponse-user .block-img-reponse img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chatbot .body-chatbot .block-writting-user .reponse-user.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.chatbot .body-chatbot .block-writting-user .reponse-user.me {
  background: #f9fbff;
}
.chatbot .body-chatbot .block-writting-user .reponse-user.me .content-text-reponse::before {
  background: var(--colorBtn) !important;
}
.chatbot .body-chatbot .block-writting-user .reponse-user.me .content-text-reponse .name-user-repose {
  color: var(--colorBtn);
}
.chatbot .body-chatbot .block-writting-user .btn-file {
  color: var(--colorMuted);
  cursor: pointer;
  transition: 0.3s;
}
.chatbot .body-chatbot .block-writting-user .btn-file:hover {
  color: var(--colorBtn);
}
.chatbot .body-chatbot .block-writting-user .form-control {
  background: none;
  border: none;
  font-size: 14px;
  color: var(--colorTitre);
  box-shadow: none;
}
.chatbot .body-chatbot .block-writting-user .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.chatbot .body-chatbot .block-writting-user .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.chatbot .btn-scroll-to-end {
  position: fixed;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: var(--colorMuted);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  right: 20px;
  bottom: 150px;
  border-radius: 100%;
  font-size: 12px;
  transition: 0.3s ease;
}
.chatbot .btn-scroll-to-end:hover {
  color: var(--colorTitre);
}
.chatbot .btn-scroll-to-end.fadeOut {
  opacity: 0;
  right: -40px;
}

.form-control {
  resize: none;
}

.block-file-ia label {
  cursor: pointer;
  color: var(--colorMuted);
  transition: 0.3s;
}
.block-file-ia label:hover {
  color: var(--colorBtn);
}

.btns-action-table {
  display: flex;
  align-items: center;
  gap: 7px;
}
.btns-action-table a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bgFond);
  width: 28px;
  height: 28px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--colorMuted) !important;
  position: relative;
}
.btns-action-table a:hover {
  color: var(--colorBtn) !important;
}
.btns-action-table a:hover .popper {
  opacity: 1;
  visibility: visible;
}
.btns-action-table a .popper {
  position: absolute;
  padding: 5px 7px;
  line-height: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  font-size: 11px;
  line-height: 100%;
  top: -28px;
  color: var(--whiteColor);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.avatar-user-modal {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.avatar-user-modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.block-up-img {
  position: relative;
  height: 90px;
}
.block-up-img input {
  display: none;
}
.block-up-img .dashed {
  width: 100%;
  height: 100%;
  border: 2px dashed #e5e4ec;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.block-up-img .dashed svg {
  width: 24px;
  height: 24px;
  fill: var(--colorMuted);
}
.block-up-img .dashed p {
  font-size: 13px;
  color: var(--colorMuted);
}

.card-dash-lg {
  padding: 18px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.card-dash-lg .block-info p {
  color: var(--colorMuted);
  font-size: 13px;
}
.card-dash-lg .block-info span {
  color: var(--colorTitre);
  font-size: 13.8px;
}
.card-dash-lg .form-control {
  color: var(--colorTitre);
  border: none;
  border-radius: 8px;
  background-color: #f7f7f7;
  font-size: 14px;
  box-shadow: none;
}
.card-dash-lg .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.card-dash-lg .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.card-dash-lg input, .card-dash-lg select {
  height: 42px;
}
.card-dash-lg .title-card {
  font-size: 16px;
  color: var(--colorTitre);
}

.dropdown-menu {
  border: none;
  box-shadow: rgba(82, 63, 105, 0.15) 0px 0px 50px 0px;
  padding: 15px 16px;
}
.dropdown-menu .block-user-dropmenu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.dropdown-menu .block-user-dropmenu .avatar-user-app {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  flex: 0 0 auto;
}
.dropdown-menu .block-user-dropmenu .avatar-user-app img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  font-size: 11px;
  white-space: nowrap;
}
.dropdown-menu .block-user-dropmenu h6 {
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-menu .block-user-dropmenu p {
  font-size: 12px;
  margin-bottom: 0;
}
.dropdown-menu h6 {
  font-size: 14px;
  color: var(--colorTitre);
  padding-left: 7px;
}
.dropdown-menu .dropdown-item {
  font-size: 12px;
  color: var(--colorMuted);
  border-radius: 8px;
  display: flex;
  gap: 7px;
  align-items: center;
  transition: 0.3s;
  padding: 5px 7px;
}
.dropdown-menu .dropdown-item:hover {
  background: var(--bgFond);
  color: var(--primaryColor);
}

.dropdown-menu.dropdown-user a {
  font-size: 14px !important;
  color: var(--colorTitre) !important;
}

.block-search-in-table .icone {
  color: var(--colorMuted);
  border-radius: 8px 0 0 8px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-left: 14px;
  border-right: none;
  background: #f7f7f7;
}
.block-search-in-table .form-control {
  border: none;
  border-left: none;
  font-size: 14px;
  border-radius: 0 8px 8px 0;
  height: 34px;
  box-shadow: none;
  color: var(--colorTitre);
  background: #f7f7f7;
}
.block-search-in-table .form-control::-moz-placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.block-search-in-table .form-control::placeholder {
  color: var(--colorMuted);
  opacity: 0.6;
}
.block-search-in-table .btn {
  background: var(--bgFond);
  padding: 0.25rem 12px;
  height: 34px;
  font-size: 12px;
  color: var(--colorMuted);
  border: none;
}
.block-search-in-table .btn svg {
  width: 12px;
  height: auto;
  fill: var(--colorMuted);
  transition: 0.3s;
}
.block-search-in-table .btn:hover {
  color: var(--darkenBlue);
}
.block-search-in-table .btn:hover svg {
  fill: var(--darkenBlue);
}

.table td,
.table th {
  padding: 12px 14px;
}
.table th {
  font-size: 14px;
}
.table th .text-blue {
  color: var(--colorBtn);
}
.table thead th {
  color: var(--colorTitre);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  border: none;
  border-bottom: none;
  background: #e9eef9;
}
.table thead th:first-child {
  border-radius: 8px 0 0 8px;
}
.table thead th:last-child {
  border-radius: 0px 8px 8px 0px;
}
.table tbody tr {
  vertical-align: middle;
}
.table tbody tr td {
  font-size: 14px;
  color: var(--colorMuted);
  white-space: nowrap;
  padding: 8px 14px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.table tbody tr td a {
  color: var(--colorTitre);
}
.table tbody tr td:last-child {
  padding-right: 0;
}
.table tbody tr td .badge {
  color: var(--darkenBlue);
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 100%;
}
.table tbody tr td .badge.badge-success {
  color: #38d0b4;
  background: #e4f7f4;
}
.table tbody tr td .badge.badge-danger {
  color: #ff7263;
  background: #f7ebe9;
}
.table tbody tr td .badge-warning {
  color: #ffbc63;
  background: #fcf5ed;
}
.table tbody tr td .number {
  text-align: center;
  padding: 5px 12px;
  background: var(--bgFond);
  border-radius: 5px;
  font-size: 13px;
}
.table tbody tr td .block-time {
  color: var(--grayColor);
}
.table tbody tr td .block-time .fi {
  color: var(--primaryColor);
}
.table tbody tr td .block-time a {
  color: var(--grayColor);
}
.table tbody tr td .block-time a:hover {
  color: var(--darkenBlue);
}
.table tbody tr td .block-progress-table .block-pourcent {
  color: var(--grayColor);
  font-size: 12px;
}
.table tbody tr td .block-content-bar-progress {
  width: 120px;
  height: 7px;
  background: var(--bgFond);
  border-radius: 5px;
}
.table tbody tr td .block-content-bar-progress .bar-progress {
  height: 100%;
  width: var(--pourcentValue);
  background: #38d0b4;
  border-radius: 5px;
}
.table tbody tr td .block-btns-table .btn {
  font-size: 12px;
  padding: 5px 12px;
  color: var(--grayColor);
  background: var(--bgFond);
}
.table tbody tr td .block-btns-table .btn:hover {
  color: var(--darkenBlue);
}
.table tbody tr td .block-name {
  gap: 7px;
}
.table tbody tr td .block-name .block-icon {
  width: 36px;
  height: 36px;
  background: var(--bgFond);
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: 600;
  flex: 0 0 auto;
}
.table tbody tr td .block-name .name {
  color: var(--colorTitre);
}
.table tbody tr td .block-name .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bgFond);
  border-radius: 100%;
  color: var(--colorBtn);
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 7px;
  font-weight: 600;
}
.table tbody tr td .block-name .icon.dos {
  color: #5ae203;
  background: #eef7e8;
}
.table tbody tr td .block-name .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.table tbody tr td .block-name .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.table tbody tr td .block-name h6 {
  color: var(--colorTitre);
  font-size: 13px;
  margin-bottom: 0;
}
.table tbody tr td .block-name span {
  font-size: 11px;
}
.table tfoot th {
  font-size: 14px;
  color: var(--colorBtn);
}
.table tfoot td {
  font-size: 14px;
  background: #e9eef9;
  border: none;
  color: var(--colorTitre);
}
.table tfoot td:first-child {
  color: var(--colorMuted);
  border-radius: 8px 0 0 8px;
}
.table tfoot td:last-child {
  border-radius: 0px 8px 8px 0px;
}

/* Styles pour les effets de survol des événements FullCalendar */
.fc .fc-daygrid-event .fc-event-time {
  font-size: 12px;
}

/* Correction des espaces blancs et taille fixe des cellules */
.fc .fc-daygrid-day-frame {
  min-height: 80px;
  height: 80px;
  max-height: 80px;
  position: relative;
}

/* Réduction de la taille des événements et adaptation forcée */
.fc .fc-daygrid-event-harness {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
  overflow: hidden;
  line-height: 1.2;
}

.fc .fc-daygrid-event {
  padding: 2px 4px !important;
  border-radius: 4px !important;
  border: none !important;
  font-size: 11px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  line-height: 1.1 !important;
  margin: 1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc .fc-event-main {
  height: 100%;
  display: flex;
  align-items: center;
}

.fc .fc-event-main-frame {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1.1;
}

.fc .fc-event-time {
  font-size: 10px !important;
  margin-right: 4px;
  white-space: nowrap;
}

.fc .fc-event-title-container {
  flex: 1;
  overflow: hidden;
}

.fc .fc-event-title {
  font-size: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
}

/* Ajustement du padding des cellules pour réduire les espaces */
.fc .fc-day {
  padding: 4px 6px !important;
}

.fc .fc-daygrid-day-top {
  margin-bottom: 2px;
}

.fc .fc-daygrid-day-events {
  height: calc(100% - 24px);
  overflow: hidden;
}

/* Correction pour les jours du mois précédent/suivant */
.fc .fc-day-other .fc-daygrid-day-frame {
  min-height: 60px;
  height: 60px;
  max-height: 60px;
}

.fc .fc-day-other .fc-daygrid-event-harness {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}

.fc .fc-day-other .fc-daygrid-event {
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  font-size: 10px !important;
  padding: 1px 3px !important;
}

/* Amélioration de l'espacement dans la carte des événements */
#list-evenements {
  padding: 8px !important;
}

#list-evenements .item-event {
  padding: 3px !important;
  margin-bottom: 1px !important;
}

#list-evenements .item-event .content-event {
  padding-left: 12px !important;
}

#list-evenements .item-event h6 {
  font-size: 12px !important;
  margin-bottom: 3px !important;
}

#list-evenements .item-event p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.fc .fc-daygrid-event.fc-event:hover {
  filter: brightness(0.85);
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.fc .fc-timegrid-event.fc-event:hover {
  filter: brightness(0.85);
  transform: scale(1.01);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Effet de survol spécifique pour la couleur par défaut aliceblue */
.fc .fc-daygrid-event.fc-event[style*="aliceblue"]:hover,
.fc .fc-timegrid-event.fc-event[style*="aliceblue"]:hover {
  filter: brightness(0.9);
  background-color: #e6f3ff !important;
  box-shadow: 0 2px 12px rgba(173, 216, 230, 0.4);
}

/* Effet de survol pour les événements avec des couleurs personnalisées */
.fc .fc-daygrid-event.fc-event:not([style*="aliceblue"]):hover,
.fc .fc-timegrid-event.fc-event:not([style*="aliceblue"]):hover {
  filter: brightness(0.8) saturate(1.1);
}

/* Animation douce pour tous les événements */
.fc .fc-event {
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}

/* Effet de focus pour l'accessibilité */
.fc .fc-event:focus {
  outline: 2px solid #071437;
  outline-offset: 2px;
  z-index: 10;
}

/* Style pour les événements sélectionnés */
.fc .fc-event.fc-event-selected {
  box-shadow: 0 0 0 2px #071437;
  z-index: 9;
}
.dashboard-tables .table-hover tbody tr:hover {
  --bs-table-bg-state: #e9eef9;
  background-color: #e9eef9 !important;
}

/* Assurer que la couleur est bien appliquée */
.dashboard-tables .table-hover tbody tr:hover td {
  background-color: transparent;
}

.card-dash-sm .item-event p {
  font-size: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Loader pour la recherche dans la sidebar */
.search-loader {
  z-index: 10;
}

.search-loader .spinner-border {
  width: 1rem;
  height: 1rem;
  border-width: 0.15em;
  animation: spinner-border 0.8s linear infinite;
}

.search-loader .spinner-border-sm {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0.1em;
}

/* Animation personnalisée pour le loader de recherche */
@keyframes search-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.search-loader .spinner-border {
  animation: search-spin 0.8s linear infinite;
}

/* Style pour le placeholder du div contenteditable */
div[contenteditable="true"].has-placeholder:before {
  content: attr(data-placeholder);
  color: #9ca3af; /* Gris clair, à ajuster selon votre charte */
  position: absolute;
  pointer-events: none;
}

/* Style pour l'upload amélioré avec drag-and-drop, zone d'upload stylisée, et animations fluides */
.upload-area {
  position: relative;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-area:hover {
  border-color: #1150b3;
  background-color: #f0f4fb;
}

.upload-area.drag-over {
  border-color: #1150b3;
  background-color: #e3ecff;
  transform: scale(1.02);
}

.upload-area.uploading {
  border-color: #1150b3;
  background-color: #f0f4fb;
}

.upload-area input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.upload-placeholder i {
  font-size: 2rem;
  color: #6c757d;
}

.upload-placeholder p {
  margin: 0;
  color: #6c757d;
  font-size: 0.9rem;
}

.upload-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.upload-instructions {
  padding: 8px 12px;
  background-color: #f8f9fa;
  border-radius: 6px;
  border-left: 3px solid #1150b3;
}

.upload-instructions i {
  color: #1150b3;
}

/* Animation pour la barre de progression */
.progress-upload {
  width: 100%;
  height: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.progress-bar-upload {
  height: 100%;
  background: linear-gradient(90deg, #1150b3, #4a90e2);
  border-radius: 3px;
  transition: width 0.3s ease;
  position: relative;
  overflow: hidden;
}

.progress-bar-upload::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Styles pour les messages d'erreur améliorés */
.block-file-chat-modal .text-danger {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 6px;
  color: #721c24;
}

.block-file-chat-modal .text-danger i {
  color: #dc3545;
}

/* Animation pour le bouton d'upload */
.block-file-ia .btn {
  transition: all 0.2s ease;
}

.block-file-ia .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.block-file-ia .btn:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Amélioration du spinner dans les boutons */
.spinner-border-white {
  border-color: rgba(255, 255, 255, 0.25);
  border-right-color: #fff;
}