:root {
  --bg-fond: #f8eeff;
  --bg-fond: #f9f9fa;
  --whiteColor: #fff;
  --primaryColor: #0a64ca;
  --primaryDarkColor: #18181b;
  --blueAqua: #089bdb;
  --colorTitre: #07244d;
  --colorTitre: #0d0c22;
  --colorTitre1: #18181b;
  --colorParagraph: #31303a;
  --bgBtnPrimary: #0a64ca;
  --colorParagraph: rgb(93, 93, 101);
  --darkenpurple: #3f0399;
  --darkenPurpleVariant: #342142;
  --lightBlue: #f4f5fc;
  --lightBlue: #f6f8fc;
  --bgContent: #edf0f6;
  --bgContent: #f6f8fc;
  --bg-card: #fff;
  --bs-dropdown-min-width: 12rem;

  /* #3e77f6 #0b10f5 #3d2b69 #4c1fa3 #212529 #6621e4 #07244d  #16192c #7531ea #8745ea #9e5ffd #be92ff #db2ff #29265b*/
}

@font-face {
  font-family: "Roboto-regular";
  src: url("../fontface/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-bold";
  src: url("../fontface/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Arty Signature";
  src: url("../fontface/arty-signature/Arty Signature.otf");
}

@font-face {
  font-family: "Brittany Signature";
  src: url("../fontface/brittany_signature/BrittanySignature.ttf");
}

@font-face {
  font-family: "Alifiyah";
  src: url("../fontface/Alifiyah.otf");
}

@font-face {
  font-family: "Christine-Signature";
  src: url("../fontface/Christine-Signature.ttf");
}

@font-face {
  font-family: "Photograph Signature";
  src: url("../fontface/Photograph Signature.ttf");
}

@font-face {
  font-family: "Raffa";
  src: url("../fontface/Raffa.otf");
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-family: "Roboto-bold", sans-serif;
  font-weight: normal !important;
}

a {
  text-decoration: none;
}

.footer p {
  font-size: 11px;
  color: var(--colorParagraph);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer p span {
  font-weight: 500;
}

.footer p img {
  width: 100px;
}

.footer p img:nth-child(2) {
  display: none;
}

.card {
  box-shadow: none;
}

.form-control {
  box-shadow: none !important;
}

.modal-body h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorTitre);
}

.select2-container--default .select2-selection--single {
  border: 1px solid transparent;
  height: 34px;
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 32px;
  padding-left: 12px;
  color: var(--colorTitre);
  background: var(--bg-fond);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 4px;
}

body {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  overflow-x: hidden;
  font-family: "Roboto-regular", sans-serif !important;
}

body.overflow-hidden {
  overflow: hidden;
}

#offcanvasCampaign {
  width: 500px;
}

.navlist-white .nav-link.active {
  background: white !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-close {
  box-shadow: none !important;
}

.table-cell {
  white-space: nowrap;
  /* Empêche le texte de passer à la ligne suivante */
  overflow: hidden;
  /* Cache le texte qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute les points de suspension à la fin */
  max-width: 150px;
  /* Définis une largeur maximale pour la cellule */
}

.form-control {
  border-radius: 8px;
  font-size: 14px;
  color: var(--colorTitre);
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.27);
}

.btn-filter {
  border-radius: 8px;
  border: 1px solid #ced4da;
  font-size: 12px;
  color: var(--colorTitre);
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 32px; */
  /* height: 32px; */
  padding: 8px !important;
  background: var(--bgContent) !important;
}

.badge-xxl {
  padding: 20px;
  border-radius: 8px;
  /* #1ad57d */
  background: #17e3a930;
  margin-bottom: 10px;
  border-left: 3px solid #17e3a9;
}

.badge-xxl p {
  margin-bottom: 0;
  color: #1b8063 !important;
  font-size: 12px !important;
}

.badge-xxl .icon-circle-check {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #17e3a9;
  color: var(--whiteColor);
  margin-right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-close {
  color: var(--colorParagraph) !important;
}

.btn-filter svg {
  width: 14px !important;
  height: 14px !important;
  fill: var(--colorParagraph);
}

.navbar .close-menu-sm {
  display: none;
}

.btn-suspend {
  color: var(--colorParagraph) !important;
}

.btn-addCourier {
  background: var(--bgContent) !important;
  border-radius: 100% !important;
  border: none !important;
}

.btn-addCourier i {
  color: var(--primaryColor) !important;
}

.btn-action-doc {
  border-radius: 12px !important;
  border: 1px dashed rgba(0, 0, 0, 0.1) !important;
  padding: 30px 18px !important;
  color: var(--colorTitre);
  font-size: 14px;
  transition: 0.3s;
}

.btn-action-doc:hover {
  border: 1px solid var(--primaryColor) !important;
  color: var(--primaryColor);
}

.btn-action-doc svg {
  width: 25px !important;
  height: 25px !important;
}

.btn-action-doc svg,
.btn-action-doc .fi {
  font-size: 24px;
  color: var(--colorParagraph);
  fill: var(--colorParagraph);
  transition: 0.3s;
}

.btn-action-doc:hover svg,
.btn-action-doc:hover .fi {
  color: var(--primaryColor);
  fill: var(--primaryColor);
}

.btn-suspend.active {
  color: #ed3b54 !important;
}

.btn {
  position: relative;
  z-index: 1;
  color: var(--colorTitre);
}

.btn .tooltip-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  top: 130%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}

.btn:hover .tooltip-btn {
  opacity: 1;
  visibility: visible;
}

.global-div {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.card-campaing {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 10px;
}

.progessbar-sm {
  position: relative;
  display: flex;
  align-items: center;
  width: 90%;
  border-radius: 5px;
  height: 3px;
  background: #ececec;
}

.progessbar-sm .pourcent {
  position: absolute;
  right: -40px;
  font-size: 12px;
}

.progessbar-sm .bar {
  width: 40%;
  height: 100%;
  background: var(--primaryColor);
  border-radius: 5px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: var(--whiteColor);
  z-index: 1040;
  /* box-shadow: 0 5px 10px rgba(0,0,0,0.01); */
  transition: width 0.3s ease;
}

.sidebar.sidebar-sm {
  width: 68px;
}

.sidebar .close-menu {
  position: absolute;
  width: 14px;
  height: 40px;
  background: #f0f3ff;
  right: 0px;
  border-radius: 6px 0 0 6px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.sidebar .close-menu .bubble {
  width: 4px;
  height: 18px;
  border-radius: var(--radius-6);
  position: absolute;
  transition: var(--transition-3);
  transform: rotateY(0);
}

.sidebar .close-menu .bubble::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #089bdb;
  top: 1px;
  left: 0;
  border-radius: 8pc;
  transform: rotate(22deg);
}

.sidebar .close-menu .bubble::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #089bdb;
  bottom: 1px;
  left: 0;
  border-radius: 8px;
  transform: rotate(-22deg);
}

.sidebar .close-menu img {
  width: 20px;
}

.sidebar .close-menu .tooltip-indicator {
  position: absolute;
  left: 200%;
  padding: 7px 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;
}

.sidebar .close-menu:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.sidebar ul.lists {
  width: 100%;
  height: 100%;
  list-style: none;
  padding-left: 0px;
  /* margin-top: 10px; */
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.sidebar ul.lists li {
  display: flex;
  align-items: baseline;
  width: 100%;
  position: relative;
  flex-direction: column;
}

.sidebar ul.lists li.item {
  padding-right: 24px;
}

.sidebar ul.lists li .tooltip-sm {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) translateX(-10px);
  left: 70%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  background: var(--darkenPurpleVariant);
  color: var(--whiteColor);
  padding: 8px 10px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  transition: left 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.3s;
  white-space: nowrap;
}

.sidebar ul.lists li .tooltip-sm::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: var(--darkenPurpleVariant);
  border-radius: 2px;
  left: -2px;
}

.sidebar.sidebar-sm ul.lists li:hover .tooltip-sm {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.sidebar ul.lists li a {
  font-size: 14px;
  color: var(--colorTitre);
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 6px 24px;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
  border-radius: 0 8px 8px 0;
  margin-right: 0px;
  justify-content: start;
  transition: 0.5s;
  /* text-transform: uppercase; */
}

.sidebar ul.lists li a .notif {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #e31010;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 100%;
  color: var(--whiteColor);
  right: 10px;
}

.sidebar ul.lists li a .tooltip-indicator {
  position: fixed;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  left: 80px;
  pointer-events: none;
}

.sidebar.sidebar-sm ul.lists li a:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.sidebar.sidebar-sm ul.lists li a {
  justify-content: center;
}

.sidebar.sidebar-sm ul.lists li a .title {
  opacity: 0;
  transition-delay: 0s;
}

.sidebar ul.lists li a::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 70%;
  background: var(--bgBtnPrimary);
  left: 0;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.sidebar ul.lists li a svg {
  width: 20px;
  height: 20px;
  fill: var(--colorTitre);
  transition: 0.3s;
}

.sidebar ul.lists li a:hover svg {
  fill: var(--bgBtnPrimary);
}

.sidebar ul.lists li a.active::before {
  opacity: 1;
}

.sidebar ul.lists li a.active {
  opacity: 1;
  color: var(--bgBtnPrimary) !important;
  background: #f6f8fc;
}

.sidebar ul.lists li a:hover {
  opacity: 1;
  color: var(--bgBtnPrimary);
}

/* .sidebar ul li a.active{
    background: #05183527;
} */
.sidebar ul.lists li a .title {
  position: absolute;
  left: 54px;
  display: inline-block;
  transition: 0.3s ease;
  transition-delay: 0.2s;
  white-space: nowrap;
}

.sidebar ul.lists li a .num {
  position: absolute;
  background: #0444f50c;
  border-radius: 25px;
  color: var(--primaryColor);
  font-weight: 600;
  right: 20px;
  padding: 2px 14px;
  z-index: 1;
  font-size: 10px;
  border-radius: 12px;
  display: inline-block;
}

.sidebar.sidebar-sm ul.lists li a .num {
  display: none;
}

.sidebar ul.lists li a span:nth-child(1) {
  position: relative;
  font-size: 18px;
}

.sidebar ul.lists li a span:nth-child(1) i.fi-sr {
  display: none;
}

.sidebar ul.lists li a.active span:nth-child(1) i.fi-sr {
  display: block;
}

.sidebar ul.lists li a.active span:nth-child(1) i.fi-rr {
  display: none;
}

.sidebar ul.lists li a span:nth-child(1) .buble-sm {
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  background: var(--whiteColor);
  right: -3px;
  top: 0px;
  border-radius: 100%;
  display: none;
}

.sidebar.sidebar-sm ul.lists li a span:nth-child(1) .buble-sm {
  display: flex;
}

.sidebar ul.lists li a span:nth-child(1) .buble-sm::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--primaryColor);
  border-radius: 100%;
}

.sidebar .logo-app {
  position: fixed;
  width: 100px;
  bottom: 30px;
  left: 30px;
  clip-path: inset(0 0% 0 0);
  transition: 0.5s;
}

.close-search-nav {
  font-size: 14px;
  color: var(--colorParagraph);
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
}

.sidebar.sidebar-sm .logo-app {
  clip-path: inset(0 100% 0 0);
}

.sidebar .card-sm {
  width: 85%;
  padding: 7px 14px;
  margin: 10px auto 0;
  border-radius: 12px;
  background: var(--bgBtnPrimary);
  border: none;
  overflow: hidden;
  margin-bottom: 30px;
}

.sidebar-sm .card-sm {
  width: 70%;
}

.sidebar .link-action {
  color: var(--whiteColor);
  font-size: 14px;
  white-space: nowrap;
  font-family: "Roboto-bold";
}

.task-date {
  font-size: 12px !important;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: var(--colorParagraph) !important;
}

.widget-task .info-echeance .icon {
  font-size: 14px;
  color: var(--colorParagraph);
}

/* .debute-task.task-date{
    color: #f8d150!important;
    background: #faf7f0;
} */
.block-taks .btn-add {
  font-size: 12px !important;
  padding: 8px 14px !important;
  background: var(--bgContent) !important;
  color: var(--bgBtnPrimary) !important;
}

.block-taks .btn-add:hover {
  background: var(--bgBtnPrimary) !important;
  color: var(--whiteColor) !important;
}

.card-table .widget-task {
  background: #f6f8fc;
  padding: 16px !important;
}

.card-table .widget-task .block {
  color: var(--colorTitre);
  font-size: 14px;
}

/* .sidebar .card-sm::before {
    content: '';
    position: absolute;
    width: 200px;
    left: 0;
    top: 20px;
    transform: rotate(-25deg);
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
} */

/* .sidebar .card-sm::after {
    content: '';
    position: absolute;
    width: 200px;
    left: 0;
    top: 34px;
    transform: rotate(-25deg);
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
} */

.sidebar .card-sm .btn {
  font-size: 12px;
  background: var(--primaryColor);
  border-radius: 8px;
  color: var(--whiteColor);
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  padding: 0;
  border-radius: 100%;
}

.sidebar .card-sm .btn span {
  position: absolute;
  left: 38px;
  top: 4px;
  white-space: nowrap;
}

.sidebar .card-sm h6 {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 12px;
}

.sidebar.sidebar-sm .card-sm .btn {
  padding: 7px 7px;
  justify-content: center;
  border-color: transparent;
}

.sidebar.sidebar-sm .card-sm .btn span {
  display: none;
}

/* .sidebar.sidebar-sm .card-sm {
    background: none;
} */
.sidebar.sidebar-sm .card-sm span {
  display: none;
}

.sidebar .card-sm .btn svg {
  width: 14px;
  height: 14px;
}

.sidebar.sidebar-sm .card-sm .content-sm {
  display: none;
}

.sidebar .block-personnels {
  width: 100%;
  height: 100%;
}

.sidebar .all-person {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: inherit;
  padding: 0 15px;
  padding-bottom: 0px;
  border: none;
  padding-bottom: 20px;
}

.sidebar .list-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar .list-nav li button {
  font-weight: 500;
  font-size: 14px;
  color: var(--colorParagraph);
  transition: 0.3s;
  padding-left: 10px;
  padding-right: 10px;
  border: none !important;
  border-radius: 0;
  position: relative;
}

.sidebar .list-nav li button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--primaryColor);
  display: none;
}

.sidebar .list-nav li button.active {
  color: var(--colorTitre);
  background: none;
}

.sidebar .list-nav li button.active::before {
  display: block;
}

/* .modal-person .modal-dialog{
    margin-left: 350px;
    margin-right: 0;
} */
.btn {
  border: none;
}

.sidebar .all-person li {
  width: 100%;
  display: block;
}

.sidebar .all-person li button {
  padding: 10px;
  width: 100%;
  border: none !important;
  font-weight: 400;
  text-align: left;
  border-radius: 8px !important;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.sidebar .collapse-menu {
  position: fixed;
  left: 75px;
  background: var(--whiteColor);
  padding: 15px 16px;
  border: none;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-height: 150px;
  overflow-x: auto;
  scrollbar-width: thin;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding-top: 0;
}

.header-collapse {
  font-size: 14px;
  color: var(--colorTitre);
  font-family: "Roboto-bold";
  z-index: 1;
  position: sticky;
  top: 0px;
  background: var(--whiteColor);
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.confidentiel-doc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.btn-reception {
  background: var(--lightBlue);
  color: var(--primaryColor);
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 18px;
}

.btn-reception:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

.confidentiel-doc .fi {
  font-size: 50px;
  color: var(--colorParagraph);
}

.confidentiel-doc h5 {
  color: var(--colorTitre);
  font-size: 16px;
}

.sidebar.sidebar-sm ul.lists li:hover .collapse-menu {
  opacity: 1;
  visibility: visible;
}

.sidebar .collapse-menu ul {
  padding-left: 0;
  padding-bottom: 0;
  border-radius: 8px;
  margin-top: 5px;
}

.sidebar ul.lists .collapse-menu ul li a {
  padding: 5px 7px !important;
  font-size: 13px !important;
  margin-right: 0 !important;
  border-radius: 8px !important;
}

.sidebar ul.lists .collapse-menu ul li a::before {
  display: none !important;
}

.sidebar ul.lists .collapse-menu ul li a.active,
.sidebar ul.lists .collapse-menu ul li a:hover {
  color: var(--primaryColor);
  background: var(--lightBlue);
}

.sidebar .all-person li button.active {
  background: var(--lightBlue);
}

.sidebar .all-person li button::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: var(--bgContent);
  width: 116%;
  height: 100%;
  z-index: -1;
  display: none !important;
}

.content .info-lg .block-up-img {
  position: relative;
  height: 90px;
}

.block-btns {
  display: flex;
  align-items: center;
}

.block-btns .btn {
  width: 32px;
  height: 26px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  color: var(--whiteColor);
  transition: 0.5s;
}

.block-btns .btn:last-child {
  margin-right: 0;
}

.btns-actions .btn:first-child {
  color: #17e3a9;
  border: 1px solid #17e3a9;
}

.btns-actions .btn-switch {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.btns-actions .btn-switch span {
  color: var(--whiteColor);
}

.btns-actions .btn-switch input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.btns-actions .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 .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 .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 .btn-switch .block-bg .div .bubble::before {
  content: "";
  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 .btn-switch .block-bg .div .bubble::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #ff8c37;
}

.btns-actions .btn-switch input:checked~.block-bg {
  background: #07c451;
}

.btns-actions .btn-switch input:checked~.block-bg .div .bubble {
  left: 41px;
}

.btns-actions .btn-switch input:checked~.block-bg .div .bubble::after {
  background: #07c451;
}

.btns-actions .btn-switch input:checked~.block-bg .div {
  width: 55%;
  left: 44%;
}

.btns-actions .btn-switch.active span:nth-child(2) {
  color: var(--colorTitre);
}

.permissions {
  display: flex;
  flex-wrap: wrap;
}

.permissions .li {
  width: 50%;
}

.permissions .list-unstyled label {
  color: var(--colorParagraph);
  font-size: 14px;
}

.list-contact .nav-link.active {
  background: var(--lightBlue);
}

.permissions .list-unstyled li {
  padding: 12px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.permissions .list-unstyled li.li-checked.checked {
  border-color: var(--lightBlue);
}

.block-btns-select {
  display: flex;
  align-items: center;
  padding: 1px;
}

.block-btns-select a {
  background: #f5f5fb;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  color: var(--colorTitre);
  font-weight: 500;
}

.permissions .list-unstyled li {
  margin-bottom: 10px;
}

.btns-actions .btn-switch span {
  padding: 7px 8px;
}

.btns-actions .btn-switch span:first-of-type {
  padding: 7px 8px;
}

.btns-actions .btn:first-child:hover {
  color: var(--whiteColor);
  background: #07c451;
}

.btns-actions .btn {
  width: auto;
  padding: 7px 18px;
  border-radius: 8px;
}

.btns-actions .btn .fi {
  margin-right: 5px;
}

.btns-actions .btn:last-child {
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.btns-actions .btn:last-child:hover {
  color: var(--whiteColor);
  background: var(--primaryColor);
}

.content .card-sm .prog {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: var(--lightBlue);
}

.block-scanner .header-sidebar .dropdown .dropdown-menu {
  transform: none !important;
  top: 120% !important;
  left: auto !important;
  right: 0 !important;
}

.dropdown-menu li a {
  color: var(--colorParagraph) !important;
  transition: 0.3s;
  display: flex;
  justify-content: start;
  align-items: center;
}

.dropdown-menu li a i {
  margin-right: 10px;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background: var(--lightBlue);
  color: var(--bgBtnPrimary) !important;
}

.content .card-sm .prog div {
  background: #07c451;
  width: 80%;
  height: 100%;
  border-radius: 5px;
}

.content .card-table .table ul {
  padding-left: 0;
  margin-bottom: 0;
}

.content .card-table .table .box-avatar .avatar-team {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-right: -7px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.content .card-table .table .box-avatar .avatar-team.plus {
  background: var(--bgContent);
  color: var(--colorTitre);
  cursor: pointer;
  font-size: 12px;
}

.content .card-table .table .box-avatar span.name {
  display: inline-block;
  margin-left: 10px;
}

.content .card-table .table .box-avatar .avatar-team:hover {
  z-index: 2;
}

.content .card-table .table .box-avatar .avatar-team .tooltip-team {
  position: absolute;
  padding: 2px 10px;
  /* background: var(--whiteColor); */
  background: var(--colorTitre);
  color: var(--whiteColor) !important;
  white-space: nowrap;
  font-size: 12px;
  border-radius: 5px;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s ease;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.content .card-table .table .box-avatar .avatar-team:hover .tooltip-team {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.content .card-table .table .box-avatar .avatar-team .tooltip-team::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--colorTitre);
  z-index: -1;
  bottom: -3px;
}

.content .card-table .table .box-avatar .avatar-team img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.content .card-table .table .prog-sm {
  width: 100%;
  height: 3px;
  background: var(--lightBlue);
  border-radius: 5px;
  margin-top: 11px;
}

.content .card-table .table .prog-sm .bg {
  background-color: var(--primaryColor);
  height: 100%;
  width: 30%;
  border-radius: 5px;
}

.content .card-formule {
  background: var(--whiteColor);
  padding: 20px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 5px 18px 0px #a5b6af40;
}

.content .card-formule .storage span {
  font-size: 12px;
  color: var(--colorParagraph);
}

.content .card-formule .storage span:first-child {
  color: var(--primaryColor);
  font-size: 14px;
  font-weight: 600;
  margin-right: 2px;
}

.content .card-formule h4 {
  color: var(--colorTitre);
  font-weight: 500;
  font-size: 18px;
}

.content .card-formule .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--lightBlue);
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.content .card-formule p {
  font-size: 14px;
  color: var(--colorParagraph);
}

.content .card-formule .btn {
  background: var(--primaryColor);
  color: var(--whiteColor);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
}

.content .card-table .table.table-bordered tr th {
  font-size: 12px;
  border-width: 1;
  position: relative;
}

.content .card-table .table.table-bordered tr th .div-month {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.content .card-table .table.table-bordered tr td:first-child .block-planning.text-center {
  background: var(--lightBlue);
  border-radius: 5px;
  padding: 5px;
}

.content .card-table .table.table-bordered tr td:nth-child(2) .block-planning.text-center {
  background: #ecfffa;
  border-radius: 5px;
  padding: 5px;
}

.content .card-table .table.table-bordered tr td:nth-child(4) .block-planning.text-center {
  background: #fff4f6;
  border-radius: 5px;
  padding: 5px;
}

.content .card-table .table.table-bordered tr td:nth-child(3) .block-planning.text-center {
  background: #fff9f4;
  border-radius: 5px;
  padding: 5px;
}

.content .card-table .table.table-bordered tr td:nth-child(5) .block-planning.text-center {
  background: #fffcf4;
  border-radius: 5px;
  padding: 5px;
}

.content .card-table .table.table-bordered.table-lg tr td,
.content .card-table .table.table-bordered.table-lg tr th {
  font-size: 14px;
}

.content .card-table .table.table-bordered tr td {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.content .card-table .table.table-bordered.table-lg tbody tr td .btn {
  font-size: 14px;
  color: var(--colorParagraph);
}

.content .card-table .table.table-bordered tr {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.content .card-table .table.table-bordered tr td {
  border: none;
}

.content .card-table .table.table-bordered .block-planning.text-center {
  font-size: 12px;
}

.content .card-table .table.table-bordered .block-planning.text-center span:first-child {
  font-weight: 600;
  color: var(--colorTitre);
}

.content .card-table .table.table-bordered tr td,
.content .card-table .table.table-bordered tr th {
  padding: 7px 10px;
}

.sidebar .all-person li button.active::before {
  display: block;
}

.sidebar .all-person li button .block-detail-person .avatar-person {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.sidebar .all-person li button .block-detail-person .avatar-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.sidebar .all-person li button .block-detail-person .name-person h6 {
  color: var(--colorTitre);
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar .all-person li button .block-detail-person .name-person p {
  font-size: 10px;
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.sidebar .block-btn {
  padding: 10px 20px;
  padding-bottom: 0;
}

.sidebar .block-btn .btn {
  font-size: 14px;
  padding: 7px 14px;
  color: var(--whiteColor);
  border-radius: 8px;
  border: 1px solid var(--bgBtnPrimary);
}

.sidebar .list-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar .block-btn .btn:hover {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
}

.sidebar .block-search {
  padding: 10px 20px;
  margin: 5px 0;
}

.sidebar .block-search .form-control {
  font-size: 12px;
  color: var(--colorParagraph);
  border: none;
  background: var(--bgContent);
  height: 32px;
  border-radius: 0 50px 50px 0;
}

.sidebar .block-search .input-group-text {
  font-size: 12px;
  padding-right: 0;
  border-radius: 8px;
  background: var(--bgContent);
  border: none;
  height: 32px;
  border-radius: 50px 0px 0px 50px;
  color: var(--colorParagraph);
}

.wrapper {
  position: relative;
  padding-right: 20px;
  padding-left: 250px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.wrapper.wrapper-lg {
  padding-left: 68px;
}

.block-result-advance {
  background: var(--whiteColor);
  border-radius: 24px;
}

.block-result-advance .content-result {
  height: calc(100vh - 22vh);
}

.block-result-advance .header {
  padding: 22px 24px;
  padding-bottom: 10px;
}

.block-result-advance .header .form-control {
  background: var(--bgContent);
  font-size: 14px;
  border: none;
  border-radius: 50px;
  padding-left: 20px;
}

.block-result-advance .header h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorTitre);
}

.block-result-advance .body {
  padding: 0 24px 22px 24px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 90px);
}

.block-result-advance .body .all-item-result {
  height: 100%;
  z-index: 1;
  flex-grow: 1;
  overflow-y: auto;
  scrollbar-width: thin;
}

.block-result-advance .body .item-result {
  padding: 10px 14px;
  cursor: pointer;
  position: relative;
}

.block-result-advance .body .item-result::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdbf9;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  opacity: 0;
  transition: 0.3s;
}

.block-result-advance .body .item-result.active::before {
  opacity: 1;
}

.block-result-advance .body .item-result .icon {
  flex: 0 0 auto;
  margin-right: 14px;
}

.block-result-advance .body .item-result .icon img {
  width: 20px;
}

.block-result-advance .body .item-result h6 {
  color: var(--colorTitre);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.block-result-advance .body .item-result div {
  font-size: 10px;
  color: var(--colorParagraph);
}

.block-result-advance .body tr th {
  font-size: 12px;
  color: #525777;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 18px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
  background: var(--whiteColor);
}

.block-result-advance .body .table thead {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

.block-result-advance .body .table tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.block-result-advance .body td {
  font-size: 14px;
  color: var(--colorParagraph);
  border: none;
  /* white-space: nowrap; */
  padding: 16px 20px;
}

.block-result-advance .body tbody tr:hover {
  --falcon-table-accent-bg: #f8f6fa52;
}

.block-result-advance .body td .badge {
  background: #e5fdf6 !important;
  color: #3fccb2;
  font-weight: 500;
}

.block-preview-doc-sm {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  width: 100%;
}

.block-preview-doc-sm iframe {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  scrollbar-width: thin;
}

.block-preview-doc-sm iframe body {
  background: red;
}

.navbar {
  padding: 16px 0;
  background: var(--whiteColor);
  font-family: inherit;
  transition: 0.5s;
}

.navbar.box-shadow {
  box-shadow: rgba(107, 104, 147, 0.082) 0px 10px 30px 0px;
}

.navbar .block-search-nav {
  margin-left: 230px;
  position: relative;
  transition: 0.3s;
}

.navbar .block-search-nav.sm-margin {
  margin-left: 120px;
}

.navbar .block-search-nav.active {
  padding-left: 90px;
}

.navbar .block-search-nav .icon {
  position: absolute;
  font-size: 14px;
  left: 14px;
  top: 7px;
  color: var(--colorParagraph);
}

.navbar .block-search-nav .form-control {
  background: var(--bgContent);
  font-size: 14px;
  border: none;
  border-radius: 50px;
  width: 320px;
  padding-left: 36px;
}

.navbar .block-search-nav .form-control:focus {
  box-shadow: none;
}

.navbar .block-search-nav .block-spiner {
  display: flex;
  height: 33px;
  width: 33px;
  background: var(--bgContent);
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.navbar .block-search-nav .block-spiner span {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 2px solid var(--colorParagraph);
  border-top: 2px solid transparent;
  animation: run 0.5s linear infinite;
}

.navbar .block-search-nav .btn {
  background: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 14px;
  border-radius: 8px;
}

.navbar .list-group {
  padding: 24px 24px;
  padding-right: 14px;
  width: 22rem;
  max-width: 90%;
  border-radius: 12px;
}

.navbar .list-group .block-result {
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-right: 10px;
}

.navbar .list-group .list-group-item {
  border: none;
  font-size: 14px;
  color: var(--colorParagraph);
  border-radius: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

.navbar .list-group .list-group-item:first-child {
  border-top: none;
}

.navbar .list-group .list-group-item.bg-primary {
  border-radius: 8px;
  background: #e7e6f9 !important;
  color: var(--primaryColor);
}

.navbar .list-group .list-group-item .block-text {
  max-width: 70%;
}

.navbar .list-group .list-group-item .block-text span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}

.navbar .list-group .list-group-item .badge {
  flex: 0 0 auto;
  color: var(--primaryColor);
  font-size: 10px;
  font-weight: 400 !important;
  font-family: "Roboto-bold";
}

.navbar .list-group .list-group-item:hover {
  color: var(--primaryColor);
}

.navbar .block-search-nav .input-group-text {
  border-radius: 50px;
  background: var(--bgContent);
  border: none;
  font-size: 14px;
}

.navbar .block-search-nav .input-group-text .fi {
  margin-top: 5px;
  color: var(--colorTitre);
}

.navbar .link {
  margin-right: 32px;
  color: var(--colorParagraph);
  border-radius: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  position: relative;
}

.navbar .link .tooltip-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  top: 160%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.navbar .link:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 8px !important;
  border: 1px solid #e5e4ec !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e5e4ec !important;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0 8px 8px;
  border: none;
  padding: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 8px;
  padding: 2px;
  padding-left: 5px;
  font-size: 14px;
  color: var(--colorTitre);
}

.modal .nav-pills .nav-link,
.block-content-modal .nav-pills .nav-link {
  border: none;
  position: relative;
  font-weight: 500;
  background: transparent;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--colorParagraph) !important;
  border-radius: 8px !important;
  transition: 0.5s;
}

.modal #canvas,
.block-content-modal #canvas {
  width: 100% !important;
  height: 150px !important;
  border: 2px dashed rgba(0, 0, 0, 0.1) !important;
  border-radius: 12px !important;
}

.modal .nav-pills .nav-link.active,
.block-content-modal .nav-pills .nav-link.active {
  color: var(--primaryColor) !important;
  background: #f5f5fb !important;
}

.block-anotation {
  gap: 12px;
}

.block-anotation .item-anotation {
  border-radius: 12px;
  /* box-shadow: 0 5px 18px 0px rgba(107, 104, 147, 0.039); */
  padding: 14px;
}

.block-anotation.annot-block .item-anotation {
  /* min-width: 282px; */
  width: 418px;
  max-width: 100%;
}

.block-anotation.annot-block .item-anotation.comment {
  background: var(--whiteColor);
  box-shadow: 0 5px 64px rgba(0, 0, 0, 0.05);
}

.block-anotation .item-anotation:nth-child(1n) {
  background: #dbe7f2;
}

.block-anotation .item-anotation:nth-child(2n) {
  background: #d1eae6;
}

.block-anotation .item-anotation:nth-child(3n) {
  background: #f0dddd;
}

.block-anotation .item-anotation:nth-child(4n) {
  background: #eadfd3;
}

.block-anotation .item-anotation .avatar {
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: 10px;
  flex: 0 0 auto;
}

.block-anotation .item-anotation .avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  inset: 0;
  border-radius: 100%;
}

.block-anotation .item-anotation .content-name {
  width: 70%;
  overflow: hidden;
}

.block-anotation .item-anotation .content-name h6 {
  font-size: 11px;
  color: var(--colorTitre);
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block-erro-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  background: var(--bg-fond);
  overflow: hidden;
}

.block-erro-page .block-bg-error {
  height: 100vh;
  position: sticky;
  top: 0;
  background: var(--primaryColor);
  z-index: 1;
}

.block-erro-page .block-bg-error .block-bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.block-erro-page .block-bg-error .block-bubbles .bubble {
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 100%, #00abff, transparent);
  border-radius: 100%;
  filter: blur(8px);
  animation: floating 3s ease infinite;
}

@keyframes floating {

  0%,
  100% {
    transform: translateX(0px) translateY(0px);
  }

  50% {
    transform: translateX(-15px) translateY(15px);
  }
}

.block-erro-page .block-bg-error .block-bubbles .bubble:nth-child(1) {
  bottom: 20px;
  left: 40px;
  animation-delay: -1s;
}

.block-erro-page .block-bg-error .block-bubbles .bubble:nth-child(2) {
  bottom: 120px;
  right: -220px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle at -100%, #00abff, transparent);
  animation-delay: -2s;
}

.block-erro-page .block-bg-error .block-bubbles .bubble:last-child {
  width: 250px;
  height: 250px;
  top: -50px;
  left: 20px;
}

.block-erro-page p {
  color: var(--colorParagraph);
  font-size: 14px;
  width: 320px;
  max-width: 100%;
}

.block-erro-page .block-bg-error h2 {
  color: var(--whiteColor);
  font-size: 190px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.block-erro-page .block-bg-error h3 {
  color: var(--whiteColor);
}

.block-erro-page .block-bg-error p {
  color: var(--whiteColor);
}

.block-erro-page .block-bg-error .btn {
  background: var(--whiteColor) !important;
  color: var(--primaryColor) !important;
  box-shadow: none !important;
  border: 1px solid var(--whiteColor);
}

.block-content-text-error {
  padding: 100px;
}

.block-content-text-error h3 {
  font-size: 38px;
  color: var(--colorTitre);
}

.block-anotation .item-anotation .content-name .date {
  font-size: 10px;
  color: var(--colorTitre);
}

.block-anotation .item-anotation .content-anotation p {
  color: var(--colorTitre);
  font-size: 12px;
  line-height: 114%;
  margin-bottom: 0;
}

.block-anotation .item-anotation .content-anotation .btn {
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 13px;
  border: none;
  font-family: "Roboto-regular";
}

.block-anotation .item-anotation .content-anotation textarea {
  max-height: 240px;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.block-anotation .item-anotation .content-anotation .btn-primary {
  background: var(--primaryColor);
}

.block-content-modal {
  border-radius: 24px;
  position: relative;
  border: none !important;
}

.sidePage {
  position: fixed;
  z-index: 3;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--whiteColor);
}

#pdf-main-container {
  background: var(--bgContent);
  min-height: 100vh;
  padding-left: 250px;

  &.container-doc {
    padding: 0 250px;
  }
}

.sidebar-tache {
  position: fixed;
  width: 250px;
  height: 100%;
  background: var(--bg-card);
  z-index: 1000;
  top: 0;

  &.left {
    left: 0;
  }

  &.right {
    right: 0;
  }

  .header {
    padding: 16px;

    h5 {
      font-size: 16px;
      color: var(--colorTitre);
    }
  }

  .body {
    padding: 16px;
    overflow-y: auto;

    /* .btn-primary {
      font-size: 12px;
      border-radius: 8px;
      padding: 6px 12px;
      background: var(--bgBtnPrimary);
      border: none;
      color: white;
    } */
    .block-moreInfo-doc {
      padding: 18px 18px;

      h6 {
        font-size: 14px;
      }
    }
  }
}

.nav-actions-doc .content-nav-action-doc .bg-white {
  background: var(--whiteColor);
  border-radius: 50px;
  padding: 8px 12px;
}

.nav-actions-doc .content-nav-action-doc h6 {
  font-size: 14px;
  font-family: "Roboto-regular" !important;
  margin-bottom: 5px;
  color: var(--colorTitre);
}

.nav-actions-doc .content-nav-action-doc .item-action-doc {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  color: var(--colorParagraph);
}

.nav-actions-doc .content-nav-action-doc .item-action-doc .check {
  position: absolute;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 8px;
  border-radius: 100%;
  top: -7px;
  right: 0;
}

.nav-actions-doc .content-nav-action-doc .item-action-doc.active {
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}

.nav-actions-doc .content-nav-action-doc .item-action-doc.active::before {
  background: var(--primaryColor);
}

.nav-actions-doc .content-nav-action-doc .item-action-doc::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  right: -21px;
}

.nav-actions-doc .content-nav-action-doc .item-action-doc:last-child {
  margin-right: 0;
}

.nav-actions-doc .content-nav-action-doc .item-action-doc:last-child::before {
  display: none;
}

#pdf-main-container .nav-tools-page {
  background: var(--whiteColor);
  padding: 10px 0;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1030;

  &.nav-tache {
    width: 100%;
    box-shadow: none;

    .btn-conf-on {
      padding: 6px 12px;
      border-radius: 8px;
      border: none;
      font-size: 12px;
      background: var(--bgBtnPrimary);
      color: white;
    }

    .back {
      border-radius: 24px;
    }

    .content-link-nav {
      .link-nav {
        font-size: 12px;
        transition: 0.3s;
        color: var(--colorTitre);
        display: flex;
        align-items: center;
        gap: 7px;
        padding: 6px 12px;
        border-radius: 24px;
        background: var(--bgContent);

        .fi {
          font-size: 14px;
        }

        svg {
          width: 14px;
          height: auto;
          fill: var(--colorTitre);
          transition: 0.3s;
        }

        &:hover {
          color: var(--bgBtnPrimary);

          svg {
            fill: var(--bgBtnPrimary);
          }
        }
      }
    }
  }
}

#pdf-main-container .nav-tools-page .tool-nav {
  background: var(--bgContent);
  border-radius: 50px;
  padding: 3px 7px;
}

#pdf-main-container .nav-tools-page .tool-nav a.btn-tools {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 8px;
  margin-right: 10px;
  color: var(--colorTitre);
  font-size: 16px;
  transition: 0.3s;
}

#pdf-main-container .nav-tools-page .tool-nav a svg {
  width: 18px;
  height: 18px;
  fill: var(--colorTitre);
  transition: 0.3s;
}

#pdf-main-container .nav-tools-page .tool-nav a:hover svg {
  fill: var(--primaryColor);
}

#pdf-main-container .nav-tools-page .tool-nav a:last-child {
  margin-right: 0;
}

#pdf-main-container .nav-tools-page .tool-nav a:hover {
  background: var(--whiteColor);
  color: var(--primaryColor);
}

.btn-list {
  background: var(--whiteColor);
  font-size: 12px;
  color: var(--colorTitre);
  border-radius: 8px;
  padding: 5px 12px;
}

.btn-float-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--primaryColor);
  color: var(--whiteColor);
  right: 20px;
  bottom: 30px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 100;
}

#pdf-main-container .nav-tools-page .tool-nav a .tooltip-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  top: 160%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}

#pdf-main-container .nav-tools-page .tool-nav a:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

#pdf-main-container .nav-tools-page .back:hover {
  background: var(--lightBlue);
}

#pdf-main-container .nav-tools-page .btn-tools {
  padding: 0;
  width: 34px;
  height: 34px;
  font-size: 14px;
  color: var(--colorTitre);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.3s;
  position: relative;
}

#pdf-main-container .nav-tools-page .btn-tools .tooltip-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  top: 160%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tox-statusbar {
  display: none !important;
}

.breadcrumb-link {
  font-size: 12px;
  color: var(--colorParagraph);
}

.breadcrumb-item {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.breadcrumb-item.active {
  color: var(--colorTitre);
  /* font-weight: 600; */
}

.bread-folder .breadcrumb-item::before {
  display: none;
}

#pdf-main-container .nav-tools-page .btn-tools:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

#pdf-main-container .nav-tools-page .save_pdf {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
  padding: 10px 24px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

#pdf-main-container .nav-tools-page .btn-tools:hover {
  background: var(--bgContent);
  color: var(--primaryColor);
}

#pdf-main-container .nav-tools-page .btn-conf {
  background: #edf0f6;
  color: var(--colorTitre);
  padding: 10px 24px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.card-new-task-lg .tox-tinymce {
  height: 100% !important;
  min-height: 156px !important;
}

#pdf-main-container .nav-tools-page .btn-conf:hover {
  color: var(--primaryColor);
  background: #f6f8fc;
}

#pdf-main-container .nav-tools-page .btn-conf-on {
  background: #f6f8fc;
  color: var(--bgBtnPrimary);
  padding: 10px 24px;
  border-radius: 12px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

#pdf-main-container .nav-tools-page .btn-conf-on:hover {
  color: var(--whiteColor);
  background: var(--bgBtnPrimary);
}

#page-count-container {
  font-size: 14px;
  color: var(--colorParagraph);
}

#pdf-main-container .nav-tools-page .name-file p {
  font-size: 12px;
  white-space: nowrap;
  color: var(--colorTitre);
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.block-content-modal .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: #f86161;
  color: var(--whiteColor);
  border-radius: 100%;
  top: -16px;
  right: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block-content-modal .btn-close::before,
.block-content-modal .btn-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: var(--whiteColor);
  border-radius: 5px;
}

.block-content-modal .btn-close::before {
  transform: rotate(45deg);
}

.block-content-modal .btn-close::after {
  transform: rotate(-45deg);
}

.block-content-modal .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 12px;
  border: none;
}

.block-content-modal h5 {
  color: var(--colorTitre);
  font-weight: 600;
  font-size: 18px;
}

.block-content-modal .btn-add {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

.btn-float-single {
  font-size: 14px;
  padding: 10px 24px;
  font-weight: 600;
  color: var(--colorTitre);
  border-radius: 12px;
  right: 30px;
  bottom: 50px;
  background: var(--whiteColor);
  color: var(--primaryColor);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.block-panel-lg {
  padding: 14px;
  border-radius: 12px;
  background: var(--bg-card);
}

.btn-float-single:hover {
  color: var(--whiteColor);
  background: var(--primaryColor);
}

.select2-results__option {
  font-size: 14px;
  color: var(--colorParagraph);
  border-radius: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--lightBlue);
  color: var(--primaryColor);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none !important;
  background: var(--lightBlue) !important;
  color: var(--primaryColor) !important;
  font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--primaryColor) !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: var(--colorTitre) !important;
  margin-left: 10px !important;
  font-size: 14px !important;
}

.navbar .link span.blink {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #f03535;
  right: -5px;
  top: 2px;
}

.navbar .theme-mode-control {
  position: relative;
  width: 40px;
  height: 7px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.navbar .theme-mode-control input {
  display: none;
}

.navbar .theme-mode-control label {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: none;
  background: none !important;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.navbar .theme-mode-control label svg {
  display: none;
}

.navbar .theme-mode-control .div {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: var(--whiteColor);
  left: 0;
  right: auto;
  transition: 0.3s;
  border: 1px solid var(--colorParagraph);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.navbar .theme-mode-control.active .div {
  transform: translateX(100%);
  color: var(--darkenPurpleVariant);
  border-color: var(--darkenPurpleVariant);
}

.navbar .theme-mode-control.active .div .fi-sr-moon {
  display: block;
}

.navbar .theme-mode-control.active .div .fi-rr-sun {
  display: none;
}

.navbar .theme-mode-control .div i {
  font-size: 12px;
}

.navbar .theme-mode-control .div .fi-sr-moon {
  display: none;
}

.navbar .theme-mode-control.active .bar {
  background: var(--darkenPurpleVariant);
}

.navbar .theme-mode-control .bar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--lightBlue);
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.navbar .link svg {
  width: 20px;
  height: 20px;
}

.navbar .avatar-user {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.navbar .block-user {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar .avatar-user::before {
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: 100%;
  background: var(--primaryColor);
  z-index: -1;
  display: none;
}

.navbar .avatar-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.navbar a {
  text-decoration: none;
}

.navbar .user-name {
  line-height: 12px;
  margin-left: 10px;
  max-width: 150px;
  overflow: hidden;
  /* display: none; */
}

.navbar .user-name h6 {
  margin-bottom: 0;
  color: var(--colorTitre);
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navbar .user-name p {
  color: var(--colorParagraph);
  font-size: 10px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navbar .dropdown-menu {
  /* left: -100px; */
  padding: 15px 16px;
  border: none;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
  top: 120%;
}

.navbar .dropdown-menu::after {
  display: none;
}

.navbar .dropdown-menu li {
  font-size: 14px;
}

.navbar .dropdown-menu li a {
  color: var(--colorParagraph);
  transition: 0.3s;
  display: flex;
  justify-content: start;
  align-items: center;
}

.navbar .dropdown-menu li a i {
  margin-right: 10px;
  font-size: 14px;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a.active {
  background: #f6f8fc;
  color: var(--bgBtnPrimary) !important;
}

.navbar .dropdown-menu li a svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.logo {
  position: relative;
  width: 100%;
}

.pagination-sm {
  padding: 0 30px;
  justify-content: space-between;
}

.pagination-sm .page-link {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: none;
  color: var(--colorParagraph);
  border-radius: 100% !important;
  position: relative;
  background: transparent;
}

.pagination-sm .page-link .tooltip-indicator {
  position: absolute;
  bottom: 150%;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  pointer-events: none;
}

.pagination-sm .page-link:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.pagination-sm .page-link:hover {
  background: var(--bgContent);
  color: var(--colorTitre);
}

.inner-letter .block-header .logo {
  margin-top: -55px;
}

.inner-letter .block-header .logo img {
  width: 270px !important;
}

.logo a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
}

.sidebar.sidebar-sm .logo a {
  padding: 15px 5px;
}

.logo a .block-logo {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.logo a .block-logo img {
  width: 180px;
}

.logo a .block-logo img:nth-child(2) {
  display: none;
  width: 60%;
  margin: 0 auto;
}

.sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
  display: none;
}

.sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
  display: block;
}

.logo a .name-entreprise {
  margin-left: 10px;
  position: absolute;
  left: 70px;
  display: none;
}

.sidebar.sidebar-sm .logo a .name-entreprise {
  display: none;
}

.logo a .name-entreprise h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--colorTitre);
}

.logo a .name-entreprise p {
  color: var(--colorParagraph);
  margin-bottom: 0;
  font-size: 10px;
}

.offcanvas-end {
  border: none;
}

.offcanvas-footer {
  padding: 1rem;
}

.offcanvas-footer .see-more {
  color: var(--primaryColor);
  text-decoration: none;
}

.offcanvas-footer .btn {
  font-size: 14px;
  color: var(--whiteColor);
  border-radius: 8px;
  background: var(--bgBtnPrimary);
  padding: 10px 24px;
  font-weight: 600;
}

/* .offcanvas-footer .btn:first-child {
    background: var(--primaryColor);
    margin-right: 20px;
}

.offcanvas-footer .btn:last-child {
    background: #ed3b54;
} */

.offcanvas-header {
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.offcanvas-title {
  font-size: 16px;
  color: var(--colorTitre);
  font-weight: 600;
}

.offcanvas-header .badge-sm {
  font-size: 10px;
  display: inline-block;
  background: #e1e8f9;
  border-radius: 25px;
  padding: 2px 7px;
  color: var(--primaryColor);
  margin-left: 5px;
}

.offcanvas-header span {
  font-size: 12px;
  color: var(--colorTitre);
}

.offcanvas-header .btn-tools {
  color: var(--colorTitre);
}

.offcanvas-header .btn-tools svg {
  height: 18px;
  width: 18px;
}

.offcanvas-header p {
  font-size: 14px;
  color: var(--colorParagraph);
}

.offcanvas-body h5 {
  font-size: 16px;
  color: var(--colorTitre);
  font-weight: 600;
}

.card-notification {
  border: none;
  padding: 18px 20px !important;
  border-radius: 12px;
  margin-bottom: 10px;
  /* background: red !important; */
}

.card-notification .btn-close {
  background-color: var(--whiteColor);
  padding: 0;
  width: 18px;
  height: 18px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100% !important;
  overflow: hidden;
}

.card-notification .avatar-user-float {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
}

.card-notification .text-content {
  padding-left: 36px;
}

.link-new-doc {
  transition: 0.3s;
  display: block;
}

.block-dot-line {
  position: relative;
  padding-left: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.block-dot-line::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

.block-dot-line .dot-line {
  position: relative;
}

/* .block-dot-line .dot-line::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: -17px;
  background: #089bdb;
  top: 8px;
} */
.link-new-doc:hover {
  transform: translateY(-5px) scale(1.05);
}

.title-doc-new {
  font-size: 14px;
  color: var(--colorTitre);
}

.block-img-view-doc {
  padding: 10px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: 0.3s;
}

.link-new-doc:hover .block-img-view-doc {
  border-color: var(--primaryColor);
}

.block-img-view-doc img {
  width: 100%;
}

.card-notification .avatar-user-float img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

/* .card-notification.see .date span:last-child {
    color: var(--colorParagraph);
} */

.card-notification .avatar-user {
  position: relative;
  width: 100px;
  height: 120px;
}

.card-notification .avatar-user .etat {
  position: absolute;
  font-size: 10px;
  display: inline-block;
  border-radius: 12px;
  padding: 1px 5px;
  font-weight: 600;
  bottom: -2px;
  right: 0;
}

.t-sm {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 20px;
}

.card-notification .avatar-user .etat.active {
  background: #1fc49d;
  color: var(--whiteColor);
}

.card-notification .avatar-user .etat.unactive {
  background: #ff8000;
  color: var(--whiteColor);
}

.card-notification .avatar-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-statistic-sm {
  background: #fafafc;
  border-radius: 24px;
}

.block-channels ul {
  display: flex;
  width: 100%;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 10px;
}

.block-channels ul li {
  font-size: 12px;
  width: 50%;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

.block-channels ul li span {
  font-weight: 700;
  display: inline-block;
  margin-left: 8px;
}

.block-channels ul li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: black;
}

.block-channels ul li:first-child::before {
  background: #ed3667;
}

.block-channels ul li:nth-child(2)::before {
  background: #1fc49d;
}

.block-channels ul li:nth-child(3)::before {
  background: #208bfd;
}

.block-channels ul li:nth-child(4)::before {
  background: #ff8000;
}

.card-statistic-sm h6 {
  font-size: 14px;
  color: var(--colorTitre);
  font-weight: 600;
}

.card-notification .badge {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: var(--colorTitre);
  font-size: 10px;
  font-weight: 400;
  border-radius: 25px;
}

.card-notification .badge.badge-green {
  background: #e4fff0;
  color: #25d366;
}

.card-notification .badge.badge-red {
  background: #f5e7eb;
  color: #ed3667;
}

.card-notification .badge.badge-yellow {
  background: #ffeece;
  color: #ffb830;
}

.block-inprogress {
  margin-bottom: 30px;
}

.block-inprogress h5 {
  font-weight: 600;
  font-size: 16px;
  color: var(--colorTitre);
}

.card-notification.see {
  background: var(--lightBlue);
}

.card-notification.fadeOut {
  animation: fadeOutRight 0.2s forwards;
  -webkit-animation: fadeOutRight 0.2s forwards;
}

@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  100% {
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
  }
}

.block-empty-notif {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block-empty-notif.show {
  display: flex;
}

/* .sidebar-person{
    box-shadow: none;
} */
.block-empty-notif .fi {
  font-size: 40px;
  color: var(--colorTitre);
}

.block-empty-notif p {
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.card-notification.delete {
  display: none;
}

.card-notification .date {
  color: var(--colorTitre);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.card-notification .btn-close-notif {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 8px;
  color: var(--colorTitre);
  background: var(--whiteColor);
  z-index: 2;
  right: -5px;
  top: -5px;
  border-radius: 8px;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
}

.offcanvas-body {
  scrollbar-width: thin;
  overflow-x: hidden;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

hr {
  background: rgba(0, 0, 0, 0.03) !important;
  opacity: 0.1;
}

/* .card-notification .date span:last-child {
    color: var(--colorParagraph);
    font-size: 10px;
} */

.card-notification .block-file {
  padding: 10px;
  border-radius: 8px;
  background: #f9f9f9;
}

.card-notification .block-file .icon-sm {
  font-size: 24px;
  color: var(--colorParagraph);
  margin-right: 5px;
}

.card-notification .block-file h6 {
  color: var(--colorTitre);
  font-weight: 500;
  font-size: 10px;
  margin-bottom: 0;
}

.card-notification .num {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ed3b54;
  color: var(--whiteColor);
  font-size: 12px;
  border-radius: 50px;
}

.card-notification .block-file p {
  font-size: 8px;
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.card-notification p {
  color: var(--colorParagraph);
  font-size: 11px;
  margin-bottom: 0;
}

.card-notification p span {
  color: var(--colorTitre);
  font-weight: 500;
  display: inline-block;
}

.wrapper-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-left: 250px;
}

.block-content-parametre {
  min-height: 100vh;
  background: var(--bgContent);
  border-radius: 0 !important;
}

.sidebarParametre {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: var(--bg-card);
  z-index: 1040;
  transition: width 0.3s ease;
}

.sidebarParametre .header {
  padding: 14px 10px;
}

.sidebarParametre .header h5 {
  font-size: 18px;
  color: var(--colorTitre);
  margin-bottom: 0;
}

.sidebarParametre .body {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-top: 10px;
}

.sidebarParametre .body .block-links .lists {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sidebarParametre .body .block-links .lists li {
  display: flex;
  align-items: baseline;
  width: 100%;
  position: relative;
  flex-direction: column;
  padding-right: 24px;
}

.sidebarParametre .body .block-links .lists li .panelsession {
  font-size: 14px;
  color: var(--colorTitre);
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 24px;
  margin-bottom: 5px;
  gap: 10px;
  position: relative;
  transition: 0.5s;
  border-radius: 0 8px 8px 0;
  margin-right: 0px;
  justify-content: start;
  transition: 0.3s;
  line-height: 130%;
}

.sidebarParametre .body .block-links .lists li .panelsession::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--bgBtnPrimary);
  left: 92%;
  border-radius: 10px;
  opacity: 0;
}

.sidebarParametre .body .block-links .lists li .panelsession:hover {
  color: var(--bgBtnPrimary);
}

.sidebarParametre .body .block-links .lists li .panelsession.active {
  opacity: 1;
  color: var(--bgBtnPrimary);
  background: #f0f3ff;
}

.sidebarParametre .body .block-links .lists li .panelsession.active::before {
  opacity: 1;
}

.sidebarParametre .body .block-links .lists li .panelsession .fi {
  font-size: 18px;
}

.sidebarParametre .body .block-links .lists li .panelsession svg {
  width: 18px;
  height: auto;
  transition: 0.3s;
  fill: varr(--colorTitre);
}

.sidebarParametre .body .block-links .lists li .panelsession:hover svg,
.sidebarParametre .body .block-links .lists li .panelsession.active svg {
  fill: var(--bgBtnPrimary);
}

.sidebarParametre .body .block-links .lists li .panelsession .fi-sr {
  display: none;
}

.sidebarParametre .body .block-links .lists li .panelsession.active .fi-sr {
  display: flex;
}

.sidebarParametre .body .block-links .lists li .panelsession.active .fi-rr {
  display: none;
}

.block-content-parametre .block-content-icon-parametre {
  min-height: inherit;
}

.block-content-parametre .block-content-icon-parametre .icon-setting {
  width: 80px;
  height: 80px;
  background: var(--bg-card);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bgBtnPrimary);
  margin: auto;
  font-size: 36px;
  animation: turn 5s linear infinite;
}

@keyframes turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.title-page {
  font-size: 20px;
  color: var(--colorTitre);
}

.paragraph {
  color: var(--colorParagraph);
  font-size: 14px;
}

.nav-lateral {
  border: none !important;
}

.block-content-parametre.content .nav-lateral .nav-item .nav-link {
  border: none !important;
  font-size: 12px;
  font-weight: 400;
  color: var(--colorTitre) !important;
  transition: 0.3s;
  border-radius: 8px !important;
  padding: 6px 12px !important;
}

.nav-lateral .nav-item .nav-link::before,
.nav-lateral .nav-item .nav-link::after {
  display: none !important;
}

.title-card {
  font-size: 16px;
  color: var(--colorTitre);
}

.block-content-parametre.content .nav-lateral .nav-item .nav-link.active {
  background: var(--bg-card);
  color: var(--bgBtnPrimary) !important;
  font-weight: 500;
}

.content {
  padding: 24px 0;
  margin-top: 68px;
  background: var(--bgContent);
  background: var(--bgContent);
  border-radius: 32px;
  flex-grow: 1;
  margin-bottom: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.content .card-profil .avatar-user {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.content .card-profil .avatar-user .statut {
  position: absolute;
  width: 18px;
  height: 18px;
  background: red;
  border-radius: 100%;
  bottom: 5px;
  right: 1px;
  border: 3px solid var(--bgContent);
}

.content .card-profil .avatar-user .statut.on {
  background: #07c451;
  animation: pulse2 linear 1000ms infinite;
}

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 #07c451;
  }

  70% {
    box-shadow: 0 0 0 10px #17e3a900;
  }

  100% {
    box-shadow: 0 0 0 0 #17e3a900;
  }
}

.content .card-profil .avatar-user .statut.off {
  background: #ff8c37;
}

.content .card-profil .avatar-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .card-profil h5 {
  font-size: 12px;
  color: var(--colorTitre);
}

.content .card-profil .block-detail-sm {
  position: relative;
  padding: 10px 0;
  padding-left: 40px;
}

/* .content .card-profil .block-detail-sm:nth-child(1){
    margin-top: 20px;
} */
.content .card-profil .block-detail-sm .icon {
  position: absolute;
  width: 33px;
  min-width: 33px;
  height: 33px;
  background: var(--lightBlue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primaryColor);
  top: 15px;
  left: 0;
  border-radius: 100%;
}

.content .card-profil .block-detail-sm .icon svg {
  width: 15px;
  height: 15px;
}

.content .info-lg {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* .content .info-lg:first-child{
    margin-top: 20px;
} */
.content .info-lg:last-child {
  border: none;
}

.content .info-lg p {
  margin-bottom: 0;
  font-size: 13px !important;
}

.content .info-lg p.para {
  font-size: 14px !important;
}

.content .info-lg h2 {
  font-size: 16px;
  color: var(--colorTitre);
  font-weight: 600;
  margin-bottom: 20px;
}

.content .info-lg .icon-lg {
  color: var(--colorParagraph);
}

.content .info-lg .avatar-img,
.avatar-user-modal {
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.content .info-lg .avatar-img img,
.avatar-user-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.avatar-user-modal img.fade {
  animation: fade-in 0.5s forwards ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.block-up-img {
  position: relative;
  height: 90px;
}

.block-up-img .dashed {
  width: 100%;
  height: 100%;
  border: 2px dashed #0a64ca;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}

.block-up-img .dashed.active {
  background: var(--lightBlue);
  border-color: transparent;
}

.content .info-lg .btn.btn-cv {
  border: 1px solid var(--falcon-input-border-color);
  border-radius: 8px;
  font-size: 12px;
  margin-top: 10px;
}

.content .card-chat {
  background: #ffff;
  box-shadow: none !important;
  padding: 0 !important;
  border: none;
  border-radius: 12px;
}

.content .card-chat .content-chat {
  height: 100%;
  padding: 30px 20px;
  overflow-y: auto;
}

.content .card-chat .block-writing {
  position: absolute;
  bottom: -10px;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 20px 20px;
  justify-content: space-between;
  border-radius: 0 0 12px 12px;
}

.card-chat .block-writing form {
  width: 100%;
}

.card-chat .block-writing textarea {
  resize: none;
  width: 75% !important;
  border: none;
  border-radius: 24px;
  background: #f5f7f2;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 14px;
  height: 45px;
}

.card-chat .block-writing .btn {
  background: var(--primaryColor);
  border-radius: 100%;
  color: #fff;
  margin: 0 !important;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
  flex: 0 0 auto;
  border: none;
}

.card-chat .block-writing .block-tools {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

.card-chat .block-writing .block-tools input {
  display: none;
}

.card-chat .block-writing .block-tools label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-chat .block-writing .block-tools svg {
  width: 18px;
  height: 18px;
}

.card-chat .content-chat .block-chat-admin {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

.card-chat .content-chat .block-chat-admin .card-chat-sm {
  display: inline-block;
  max-width: 50%;
  padding: 14px;
  background: var(--whiteColor);
  margin-bottom: 20px;
  border-radius: 0px 12px 12px 12px;
  margin-top: 10px;
}

.card-chat .block-chat-admin .card-chat-sm p {
  color: var(--colorTitre);
  font-size: 14px;
  margin-bottom: 0;
}

.card-chat .content-chat .block-chat-user {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
}

.card-chat .content-chat .card-chat-sm span {
  display: block;
  font-size: 10px;
  color: var(--colorParagraph);
}

.card-chat .content-chat .block-chat-user .card-chat-sm span {
  color: var(--whiteColor);
}

.card-chat .content-chat .block-chat-user .card-chat-sm {
  display: inline-block;
  max-width: 50%;
  padding: 14px;
  background: var(--primaryColor);
  margin-bottom: 20px;
  border-radius: 12px 12px 0px 12px;
}

/* .card-chat .content-chat .card-chat-sm{
    transform: scale(0);
} */
/* .card-chat .content-chat .card-chat-sm.show{
    animation: showin .2s cubic-bezier(0.85, 0.18, 0, 1.2) forwards;
} */
@keyframes showin {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.card-chat .content-chat .block-chat-user .card-chat-sm p {
  font-size: 14px;
  color: var(--whiteColor);
  margin-bottom: 0;
}

.card-chat .content-chat .card-chat-sm span {
  display: block;
  font-size: 10px;
}

.card-chat .content-chat .date-chat span {
  text-align: center;
  font-size: 12px;
  display: inline-block;
  margin-left: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 2px 10px;
  border-radius: 25px;
}

.content .block-all-membres .avatar-membre,
.col-tache .avatar-membre {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: -7px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}

.content .block-all-membres .avatar-membre.plus {
  background: var(--bgContent);
  cursor: pointer;
}

.content .block-all-membres .avatar-membre:hover .tooltip-name,
.col-tache .avatar-membre:hover .tooltip-name {
  opacity: 1;
  visibility: visible;
}

.tooltip-name {
  position: absolute;
  padding: 2px 10px;
  background: var(--whiteColor);
  color: var(--colorTitre);
  white-space: nowrap;
  font-size: 12px;
  border-radius: 5px;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s ease;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.tooltip-name:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--whiteColor);
  z-index: -1;
  bottom: -3px;
}

.content .offcanvas .block-detail-task {
  overflow: hidden;
}

.content .offcanvas .block-detail-task .tab-content {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}

.content .block-all-membres .avatar-membre:last-child,
.col-tache .avatar-membre:last-child {
  background: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 14px;
  border: 2px solid #fff;
}

.content .offcanvas .nav-link {
  font-size: 12px !important;
}

.content .block-all-membres .avatar-membre:last-child img {
  display: none;
}

.content .block-all-membres,
.col-tache .block-all-membres {
  display: flex;
}

.content .block-detail-task {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.content .block-detail-task .items {
  align-items: center;
  margin-bottom: 10px;
}

.content .block-detail-task .items span {
  display: inline-block;
  font-size: 12px;
  color: var(--colorTitre);
}

content .block-detail-task {
  position: relative;
}

.content .block-detail-task .items span.badge-sm {
  color: #ff8000;
}

.content .block-detail-task span.badge-sm.urgent {
  background: #ffeef5;
  color: #ed3b54;
  padding: 1px 7px;
  border-radius: 12px;
  font-size: 14px;
}

.block-progress-bar .content-bar {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: var(--bgContent);
  overflow: hidden;
}

.block-progress-bar .content-bar.red .bar {
  background: #e32817;
}

.block-progress-bar .content-bar.orange .bar {
  background: #ff8c37;
}

.block-progress-bar .content-bar.green .bar {
  background: #3fccb2;
}

.block-progress-bar .bar {
  height: 100%;
}

.block-progress-bar .pourc p {
  font-size: 12px;
}

.offcanvas-footer .block-comment {
  padding-left: 15px !important;
}

.offcanvas-footer .block-comment .block-avatar-sm {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.block-salaire {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.block-salaire .text-clique {
  position: absolute;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

.block-salaire .opacity {
  opacity: 0;
}

.block-salaire .text-clique.text-clique-2 {
  transform: translateY(25px);
}

.block-salaire .text-clique.text-clique-1.active {
  transform: translateY(-20px);
}

.btn-toggle {
  font-size: 12px;
  color: var(--colorTitre) !important;
}

.block-salaire .text-clique.text-clique-2.active {
  transform: translateY(0);
}

.offcanvas-footer .block-comment .block-avatar-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.offcanvas-footer .block-comment form {
  width: 90%;
  margin-left: 10px;
}

.block-progress-bar .pourc {
  flex: 0 0 auto;
  margin-left: 14px;
}

.block-progress-bar .pourc p:first-child {
  color: var(--colorParagraph);
  font-weight: 500;
}

.btn-item {
  font-size: 14px;
  color: var(--colorTitre);
  margin-top: 10px;
  padding-left: 0;
}

.btn-item .fi {
  font-size: 12px;
  margin-right: 5px;
}

.content .block-detail-task .avatar-us-create,
.col-tache .avatar-us-create {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border-radius: 100%;
}

.col-tache h6 {
  font-size: 11px !important;
}

.content .block-detail-task .avatar-us-create img,
.col-tache .avatar-us-create img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .block-detail-task .items p,
.col-tache .items p {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--colorParagraph);
  margin-right: 20px;
}

.content .block-folder .file {
  padding: 10px 0;
}

.content .block-folder .file .icon {
  color: var(--colorParagraph);
  margin-right: 5px;
}

.content .block-folder .file h6 {
  margin-bottom: 0;
  font-size: 12px;
  color: var(--colorTitre);
  font-weight: 600;
}

.content .block-folder .file p {
  color: var(--colorParagraph);
  font-size: 12px;
  margin-bottom: 0;
}

.content .block-comment,
.block-comment {
  padding: 10px 0;
}

.block-comment .content .block-comment .avatar-comment,
.block-comment .avatar-comment {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 5px;
  flex: 0 0 auto;
}

.content .block-comment .avatar-comment img,
.block-comment .avatar-comment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .block-comment .name-comment p,
.block-comment .name-comment p {
  font-size: 12px;
  margin-bottom: 0;
  color: var(--colorParagraph);
}

.file-upload-task {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.file-upload-task a.link-show-doc {
  padding: 12px;
  width: 80%;
}

.block-radios .item-radio {
  width: 48%;
  max-width: 100%;
  padding: 8px 14px;
  position: relative;
  z-index: 1;
}

.block-radios .item-radio .bubble-ratio {
  width: 16px;
  height: 16px;
  border: 1px solid #e0dfe8;
  border-radius: 100%;
  flex: 0 0 auto;
  margin-left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.block-radios .item-radio .bubble-ratio::before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  background: var(--primaryColor);
  border-radius: 100%;
  transition: 0.3s;
  transform: scale(0.5);
  opacity: 0;
}

.block-radios .item-radio label {
  margin-bottom: 0;
  color: var(--colorParagraph);
  transition: 0.3s;
}

.block-radios .item-radio .block-dashed-sm {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #e0dfe8;
  border-radius: 8px;
  transition: 0.3s;
}

.block-radios .item-radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.block-radios .item-radio input:checked~label {
  color: var(--primaryColor);
}

.block-radios .item-radio input:checked~.bubble-ratio {
  border-color: var(--primaryColor);
}

.block-radios .item-radio input:checked~.bubble-ratio::before {
  transform: scale(1);
  opacity: 1;
}

.block-radios .item-radio input:checked~.block-dashed-sm {
  border-color: var(--primaryColor);
}

.tr-no-read {
  border-left: 5px solid var(--bgBtnPrimary);
  background: #f6f8fc !important;
}

.tr-no-read td:first-child {
  color: var(--colorTitre) !important;
}

.tr-no-read td .btn {
  background: var(--bg-card) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.file-upload-task a.link-download-doc {
  width: 20%;
  padding: 12px;
}

.file-upload-task a.link-download-doc .fi {
  font-size: 16px;
}

.file-upload-task .fi {
  font-size: 20px;
  color: var(--colorParagraph);
}

.file-upload-task .name-file {
  width: 100%;
  overflow: hidden;
}

.file-upload-task .name-file h6 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
}

.offcanvas .btn-close {
  color: var(--colorParagraph) !important;
  background-image: none;

  grid-column-start: -2;
  grid-column-end: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
}

.content .block-comment .name-comment h6,
.block-comment .name-comment h6 {
  font-weight: 600;
  font-size: 12px;
  color: var(--colorTitre) !important;
}

.content .block-comment .name-comment h6,
.block-comment .name-comment h6 span {
  color: var(--colorParagraph);
  font-weight: 400;
}

.content .block-comment .comment,
.block-comment .comment {
  padding: 10px;
  border-radius: 8px;
  background: var(--bgContent);
  display: inline-block;
  max-width: 95%;
}

.content .block-comment .comment p,
.block-comment .comment p {
  font-size: 13px;
  color: var(--colorParagraph);
  margin-bottom: 10px;
}

.content .block-comment .comment p,
.block-comment .comment p:last-child {
  margin-bottom: 0;
}

.content .block-all-membres .avatar-membre img,
.col-tache .avatar-membre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content .card-profil .block-all-conv {
  margin-bottom: 0;
  padding-left: 0;
  height: 80vh;
  padding-bottom: 50px;
  overflow-y: auto;
}

.content .card-profil .block-all-conv .block-conv {
  width: 100%;
  margin-bottom: 10px;
}

.content .card-profil .block-all-conv .block-conv button {
  padding: 20px 20px !important;
  position: relative;
  z-index: 1;
  list-style: none;
  cursor: pointer;
  background: var(--whiteColor);
  border-radius: 12px;
  width: 100%;
  transition: 0.2s;
}

.content .card-profil .block-form-search .btn-search {
  width: 30px;
  height: 30px;
  background: white;
  color: var(--colorParagraph);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .card-profil .block-form-search .block-seach-sm {
  padding: 10px;
  border-radius: 12px;
  width: 84%;
  background: var(--whiteColor);
}

.content .card-profil .btn-new-chat {
  background: var(--primaryColor);
  border-radius: 100%;
  color: var(--whiteColor);
  padding: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.content .card-profil .block-all-conv .block-conv button.active {
  border-left: 3px solid var(--primaryColor);
  border-radius: 0 12px 12px 0;
  background: transparent;
}

.col-folder {
  text-decoration: none !important;
  position: relative;
  display: block;
}

.col-folder img {
  width: 50px;
  flex: 0 0 auto;
}

.content .nav-tabs.nav-folder {
  position: relative;
  padding-bottom: 20px;
}

.content .nav-tabs.nav-folder .nav-link {
  border-radius: 8px 8px 0 0;
  color: var(--colorParagraph);
  font-size: 13px;
}

.content .card-table.card-profil {
  z-index: 1;
  border-top-left-radius: 0px !important;
}

.offcanvas-end.offcanvas-task {
  width: 550px;
}

.offcanvas-task .btn-valid {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--colorTitre);
  font-weight: 600;
  border-radius: 8px;
}

/* .content .card-table.card-profil-sm::before{
      content: '';
      position: absolute;
      width: 100%;
      height: 60px;
      background: var(--primaryColor);
      top: 0;
      left: 0;
      z-index: -1;
  } */
/* .content .nav-tabs.nav-folder .nav-link::before{
      display: none;
  } */

.content .nav-tabs.nav-folder .nav-link.active {
  color: var(--colorTitre);
}

.col-folder img.img-file {
  width: 32px;
}

.col-folder h6 {
  margin-bottom: 0;
  color: var(--colorTitre);
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-transform: lowercase;
}

.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%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 5px;
}

.file-block .icon {
  color: var(--colorParagraph);
  background: var(--bgContent);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
  border-radius: 5px;
  font-size: 12px;
}

.file-block span {
  font-size: 13px;
  color: var(--colorTitre);
  opacity: 0.6;
}

.file-block span.opacity {
  opacity: 1;
}

.block-dashed-object {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px dashed rgba(0, 0, 0, 0.08);
  margin-left: 32px;
}

.block-dashed-object span {
  font-size: 13px;
}

.col-folder h6::first-letter {
  text-transform: uppercase;
}

.col-folder .text-star {
  width: 60%;
}

.col-folder .block-options {
  position: absolute;
  top: 0;
  right: 0px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--colorTitre);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  border-radius: 100%;
  visibility: hidden;
  font-size: 11px;
}

.col-folder a {
  text-decoration: none;
}

.col-folder:hover .block-options {
  opacity: 1;
  visibility: visible;
}

.col-folder .block-options:hover {
  background: #f5f7fd;
  opacity: 1;
  visibility: visible;
}

.back {
  font-size: 14px;
  color: var(--colorTitre);
  background: var(--whiteColor);
  text-decoration: none !important;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 5px;
}

.back .tooltip-indicator {
  position: absolute;
  left: 200%;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  pointer-events: none;
}

.block-activity {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap: 20px;
  padding-left: 20px;
}

.block-activity::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

.block-activity .items-activity {
  padding-left: 20px;
  position: relative;
}

.block-activity .items-activity .avatar-activ {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -14px;
}

.block-activity .items-activity .avatar-activ img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

/* .block-activity .items-activity::before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #a7b0f4;
    left: -3px;
    top: 7px;
} */
.modal-body {
  padding-left: 16px;
  padding-right: 16px;
}

.modal-body p {
  /* color: #0a64ca; */
  font-size: 14px;
  opacity: 0.7;
}

.offcanvas.offcanvas-end {
  border: none;
}

.block-activity .items-activity p {
  font-size: 13px;
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.block-activity .items-activity p span {
  font-weight: 600;
  color: var(--colorTitre);
}

.block-activity .items-activity .date {
  font-size: 10px;
  color: var(--colorTitre);
}

.text-page {
  font-size: 18px;
  font-weight: 600;
  color: var(--colorTitre);
}

.para-page {
  font-size: 14px;
  color: var(--colorParagraph);
}

.nav-parametres .nav-link {
  font-size: 14px;
  color: var(--colorTitre);
  width: 100%;
  text-align: start;
  border-radius: 8px;
  font-weight: 500;
}

.nav-parametres .nav-link.active {
  background: var(--whiteColor);
  color: var(--primaryColor);
  font-weight: 600;
}

.back:hover {
  background: var(--whiteColor);
  color: var(--primaryColor);
}

.back:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.col-folder .block-options:hover .dropdown-menu {
  display: block;
}

.col-folder .block-options .dropdown-menu {
  right: 0;
}

.col-folder .block-options svg {
  width: 14px;
  height: 14px;
}

.col-folder p {
  font-size: 10px !important;
  color: var(--colorparagraph);
  margin-bottom: 0;
}

.col-folder .text-star {
  line-height: 80%;
}

.title-small {
  font-size: 14px;
  color: var(--colorTitre);
  margin-bottom: 30px;
  text-transform: capitalize !important;
}

.content .card-profil .block-all-conv .block-conv button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #f6fafd;
  z-index: -1;
  top: 0;
  left: 0;
  transform: scale(1.1) scaleY(1.12);
  opacity: 0;
  display: none;
}

.content .card-table.card-conv {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
}

.content .card-profil .block-all-conv .block-conv button.active::before {
  opacity: 1;
}

.content .card-profil .block-all-conv .avatar-conv {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.content .card-profil .block-all-conv .avatar-conv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .card-profil .block-all-conv .block-info-conv {
  width: 80%;
  align-items: flex-start;
}

.content .card-profil .block-all-conv .time {
  display: inline-block;
  font-size: 8px;
  position: absolute;
  right: 0;
}

.content .card-profil .block-all-conv .block-user-conv {
  position: relative;
}

.content .card-profil .block-all-conv .badge-conv {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ed3b54;
  color: var(--whiteColor);
  font-size: 12px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.content .card-profil .block-all-conv .function {
  margin-bottom: 0;
  font-size: 10px !important;
}

.content .message-chat {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content .message-chat svg {
  width: 70px;
  height: 70px;
}

.content .card-profil .block-all-conv .content-conv {
  position: relative;
}

.content .card-profil .block-all-conv .content-conv p {
  color: var(--colorparagraph);
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .header-chat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 10px 20px;
  background: var(--whiteColor);
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 12px 12px 0 0;
}

.content .header-chat .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.content .header-chat .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .header-chat .name-user {
  margin-left: 10px;
}

.content .header-chat .name-user h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 0;
}

.content .header-chat .name-user p {
  color: var(--colorParagraph);
  font-size: 12px;
  margin-bottom: 0;
}

.content .card-profil .block-all-conv button.active .content-conv p {
  color: var(--colorTitre);
}

.content .card-profil .block-all-conv h6 {
  font-size: 12px;
  color: var(--colorTitre);
  font-weight: 600;
}

.block-up-img .dashed svg {
  width: 24px;
  height: 24px;
  fill: #0a64ca;
}

.block-up-img input {
  display: none;
}

.content .info-lg .icon-lg img {
  width: 50px;
}

.content .block-task-item {
  padding: 10px 0;
}

.content .block-task-item .date {
  font-size: 12px;
  color: var(--colorTitre);
}

.content .card-widget-plan {
  position: relative;
  border: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  padding: 30px 20px;
  padding-bottom: 15px;
  overflow: hidden;
  z-index: 1;
  background: #052a6d;
}

.content .card-profil .block-detail-sm p {
  margin-bottom: 0;
  font-size: 12px;
}

.content .card-widget-plan h5 {
  font-size: 14px;
  color: var(--whiteColor);
  font-weight: 600;
}

.content .card-widget-plan h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--whiteColor);
}

.content .card-widget-plan p {
  color: var(--whiteColor);
}

.content .card-widget-plan .btn-change {
  display: inline-block;
  padding: 7px 18px;
  text-decoration: none;
  background: var(--whiteColor);
  color: var(--primaryColor);
  font-size: 12px;
  border-radius: 8px;
}

.content .card-widget-plan img {
  position: absolute;
  height: 150%;
  object-fit: cover;
  top: -40px;
  right: -80px;
  z-index: -1;
}

.content .card-lg.card-profil-lg {
  padding: 70px 20px;
  z-index: 1;
  background: none;
  padding-bottom: 50px;
}

.content .card-lg.card-profil-lg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  background: var(--whiteColor);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.content .card-lg.card-profil-lg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  background: linear-gradient(35deg, var(--bgBtnPrimary), var(--blueAqua));
  background: #1d1e27;
  top: 0;
  left: 0;
  z-index: -2;
}

.content .card-lg.card-profil-lg .profil-lg {
  width: 170px;
  height: 170px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.content .card-lg.card-profil-lg .profil-lg::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: var(--whiteColor);
  border-radius: 100%;
  z-index: -1;
}

.content .card-lg.card-profil-lg .block-coord {
  margin-top: 70px;
}

.content .card-lg.card-profil-lg .block-coord .fi {
  font-size: 18px;
  color: var(--colorTitre);
}

.content .card-lg.card-profil-lg .block-badge-statut {
  display: inline-block;
  background: #1fc49d;
  font-size: 12px;
  padding: 2px 14px;
  border-radius: 25px;
  color: var(--whiteColor);
  margin-bottom: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.content .card-lg.card-profil-lg .block-coord p {
  color: var(--colorParagraph);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
}

.content .card-lg.card-profil-lg .profil-lg img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.block-top-margin {
  /* margin-top: -60px; */
  /* z-index: 1; */
  position: relative;
}

.content .card-lg {
  border: none;
  border-radius: 24px 24px 0 0;
  /* background: #1d1e27; */
  background: var(--bgContent);
  /* background: linear-gradient(35deg, var(--primaryColor), var(--blueAqua)); */
  padding: 0px 20px;
  position: relative;
  /* z-index: 1; */
  overflow: hidden;
  /* margin-top: -30px; */
  /* padding-bottom: 70px; */
}

/* .content .card-lg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    z-index: -2;
    filter: blur(10px);
    border-radius: 12px;
    opacity: .2;
} */
/* .content .card-lg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    border-radius: 12px;
    z-index: -1;
} */
.content .card-lg .block-circle {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 0;
}

.content .card-lg .circle-white {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.18);
  position: absolute;
}

.content .card-lg .circle-white:nth-child(1) {
  right: -130px;
  opacity: 0.3;
}

.content .card-lg .circle-white:nth-child(2) {
  right: -240px;
  opacity: 0.3;
}

.content .card-lg .circle-white:nth-child(3) {
  right: -50px;
  opacity: 0.3;
}

.content .card-lg .icon.avatar {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 14px;
  margin-right: 10px;
  border: 2px solid #fff;
}

.content .card-lg .icon.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.content .card-lg h6 {
  color: var(--whiteColor);
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Roboto-regular" !important;
}

.content .card-lg h5 {
  color: var(--whiteColor);
  margin-bottom: 0;
  font-weight: 400;
}

.content .card-lg .col-lg-5 {
  position: relative;
  display: flex;
  align-items: center;
  /* overflow: hidden; */
  justify-content: center;
  z-index: 1;
}

.content .card-lg .col-lg-5 .svg {
  position: absolute;
  width: 420px;
  display: none;
}

.content .card-lg .img-cover {
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0.8;
  width: 230px;
}

.content .card-lg .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: floating 3s ease infinite;
}

.content .card-lg .circle.buble {
  background: linear-gradient(-35deg, var(--primaryColor), #b1b9d1);
  filter: blur(4px);
}

.content .card-lg .circle.buble img {
  display: none;
}

.content .card-lg .avatar-user-sm {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
}

.content .card-lg .avatar-user-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .card-lg .col-lg-6 h1 {
  font-size: 22px;
  color: var(--whiteColor);
}

.content .card-lg .col-lg-6 h1 span {
  display: inline-block;
  font-weight: 400;
}

.content .card-lg .col-lg-6 p {
  margin-bottom: 0;
}

.content .card-lg .col-lg-6 p span {
  display: inline-block;
  font-weight: 600;
}

.content .card-lg .col-lg-4 .btn {
  font-size: 12px;
  padding: 5px 7px;
  color: var(--whiteColor);
  background: var(--lightBlue);
  color: var(--colorTitre);
}

.content .card-lg .col-lg-4 .btn:first-child {
  background: var(--whiteColor);
  margin-right: 10px;
  color: var(--primaryColor);
}

.content .card-folder {
  border-radius: 0 12px 12px 12px !important;
  z-index: 1;
  /* background: transparent!important;
    background-size: 100% 50%!important;
    background-position: center!important;
    background-repeat: no-repeat!important; */
  /* padding-top: 40px!important; */
}

.content .card-folder .progress-sm {
  width: 100%;
  border-radius: 12px;
  height: 4px;
  margin-top: 10px;
  background: var(--lightBlue);
}

.content .card-folder .progress-sm .bar-sm {
  height: 100%;
  border-radius: 12px;
  background: var(--primaryColor);
}

.content .col-lg-3:nth-child(3) .card-folder .progress-sm .bar-sm {
  background: #ff8000;
}

.content .col-lg-3:nth-child(2) .card-folder .progress-sm .bar-sm {
  background: #17e3a9;
}

.content .col-lg-3:nth-child(4) .card-folder .progress-sm .bar-sm {
  background: #ffb830;
}

.content .card-folder p {
  font-size: 10px !important;
}

.content .card-folder::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 10px;
  top: -10px;
  left: 0;
  background: var(--whiteColor);
  border-radius: 12px 0px 0px 0px;
}

.content .card-folder::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 10px;
  top: -10px;
  left: 35%;
  background: var(--bgContent);
  transform: skew(42deg);
}

.content .card-folder .sm-avatar {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .card-folder .sm-avatar.sm-avatar-bg {
  background: #e1dde6;
  color: var(--primaryColor);
  font-size: 12px;
}

.content .card-folder .sm-avatar.sm-avatar-bg .fi {
  font-size: 6px;
}

.content .card-folder .sm-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.content .card-folder .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  transform: scale(1.15);
  z-index: -1;
  display: none;
}

.offcanvas-header {
  align-items: center;
}

.offcanvas-header h5 {
  font-size: 18px;
  color: var(--colorTitre);
  margin-bottom: 0;
}

.content .block-label .block {
  font-size: 12px;
  color: var(--colorParagraph);
}

.content .block-label .block span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: red;
  margin-right: 5px;
}

.content .block-label .block:first-child span {
  background: var(--primaryColor);
}

.content .block-label .block:last-child span {
  background: #f03535;
}

.content .card-folder h5 {
  font-size: 12px !important;
}

@keyframes floating {
  0% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(15px) translateX(-15px);
  }

  100% {
    transform: translateY(0) translateX(0);
  }
}

.content .card-lg .circle:nth-child(1) {
  top: 40px;
  width: 100px;
  height: 100px;
  right: 10px;
  animation-delay: -1s;
}

.content .card-lg .circle:nth-child(1) img {
  width: 50px;
}

.content .card-lg .circle img {
  filter: blur(2px);
}

.content .card-lg .circle:nth-child(2) {
  top: 0px;
  right: 120px;
  animation-delay: -1.5s;
}

.content .card-lg .circle:nth-child(2) img {
  width: 15px;
}

.content .card-lg .circle:nth-child(3) {
  top: 30px;
  right: 150px;
  width: 70px;
  height: 70px;
  animation-delay: -2s;
}

.content .card-lg .circle:nth-child(3) img {
  width: 30px;
}

.content .card-lg .circle::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.199);
  display: none;
}

.content .card-lg h1 {
  color: var(--colorTitre);
  /* color: #1d1e27; */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.content .card-lg p {
  color: var(--whiteColor);
  font-size: 14px;
}

.content .card-sm {
  padding: 20px 20px;
  border: none;
  background: var(--whiteColor);
  box-shadow: 0 5px 18px 0px rgba(107, 104, 147, 0.039);
  border-radius: 12px;
  transition: 0.5s;
}

.badge-card {
  padding: 6px 10px;
  background: #c9bdec;
  display: inline-block;
  border-radius: 8px;
  font-size: 13px !important;
}

.badge-card.badge-red {
  background: #bedcfe;
}

.badge-card.badge-green {
  background: #a4e7bb;
}

.badge-card.badge-purple {
  background: #c9bdec;
}

.time-notif {
  font-size: 10px;
  color: var(--colorTitre);
  opacity: 0.6;
}

.link-doc-table {
  color: var(--colorTitre);
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.link-doc-table .fi {
  font-size: 16px;
  margin-right: 5px;
}

.link-doc-table:hover {
  color: var(--primaryColor);
}

.badge-card.badge-orange {
  background: #f2d1c5;
}

.content .card-sm.mt {
  margin-top: -50px;
}

.content .card-sm .block-statuts .statut {
  margin-right: 5px;
}

.content .card-sm .block-statuts .statut:last-child {
  margin-right: 0;
}

.content .card-sm .block-statuts .bubble {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: red;
  margin-right: 2px;
}

.content .card-sm .block-statuts .bubble.active {
  background: #1fc49d;
}

.content .card-sm .block-statuts .bubble.missing {
  background: #ed3b54;
}

.content .card-sm .block-statuts .bubble.vacation {
  background: #ff8000;
}

.content .card-sm .block-statuts .bubble.offsite {
  background: var(--lightBlue);
}

.content .card-sm .block-statuts div {
  font-size: 12px;
  font-weight: 600;
  color: var(--colorParagraph);
}

.content .card-sm-stat {
  margin-top: 0;
}

.content .nav .block-canal {
  padding: 10px 7px;
  text-align: center;
  width: 20%;
}

.content .nav .block-canal.email {
  background: #ed3667;
  color: var(--whiteColor);
  box-shadow: 0px 6px 18px -6px #ed3667b5;
  border-radius: 5px;
}

.content .nav .block-canal.whatsapp {
  background: #25d366;
  color: var(--whiteColor);
  box-shadow: 0px 6px 18px -6px #1ee8a5b5;
  border-radius: 5px;
}

.content .nav .block-canal.sms {
  background: #208bfd;
  color: var(--whiteColor);
  box-shadow: 0px 6px 18px -6px #208bfdb5;
  border-radius: 5px;
}

.content .nav .block-canal.call {
  background: #ff8000;
  color: var(--whiteColor);
  box-shadow: 0px 6px 18px -6px #ff8000b5;
  border-radius: 5px;
}

.content .btn-play {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--colorTitre);
  cursor: pointer;
  background: linear-gradient(35deg, #ed3667, #ff8000);
  transition: 0.3s;
}

.content .btn-play .icon-pause {
  display: none;
}

.content .btn-play .icon-pause.show {
  display: block;
}

.content .btn-play .icon-play.hidden {
  display: none;
}

.content .btn-play:hover {
  color: var(--primaryColor);
}

.content .btn-play svg {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.content .col-lg-6 label {
  color: var(--colorTitre);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.content .block-drop-file {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .block-drop-file .content-file {
  width: 100%;
  padding: 10px 0;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.content .block-drop-file .content-file p {
  color: var(--colorParagraph);
  font-size: 14px;
  margin-bottom: 0;
}

.content .card-table .block-price {
  position: absolute;
  right: 20px;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  flex-direction: column;
}

.navbar .logo-header {
  display: none;
}

.navbar .logo-header img:nth-child(2) {
  display: none;
}

.content .card-table .block-folder {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.content .card-users .block-title h6 {
  font-size: 12px;
  color: var(--colorTitre);
  display: flex;
}

.content .card-users .block-title h6 svg {
  height: 14px;
  width: 14px;
}

.content .card-users .block-title h6 span {
  color: var(--colorParagraph);
}

.content .card-users {
  border: none;
  background: var(--whiteColor);
  /* box-shadow: 0 5px 10px rgba(0,0,0,0.03); */
  border-radius: 12px;
  padding: 20px 10px;
}

.content .card-users .block-avatar {
  display: flex;
}

.content .card-users.card-table p {
  font-size: 12px;
  color: var(--colorParagraph);
}

.content .card-users .user {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--colorParagraph);
  border: 2px solid #fff;
  margin-right: -5px;
}

.content .card-users .user:nth-child(1) {
  z-index: 1;
}

.content .card-users .user:nth-child(2) {
  z-index: 0;
}

.content .card-users .user:nth-child(3) {
  z-index: -1;
}

.content .card-users .user:nth-child(4) {
  z-index: -2;
}

.content .card-users .user.badge-plus {
  background: #f9f9fb;
}

.content .card-users .user.badge-plus svg {
  width: 12px;
  height: 12px;
}

.content .card-users .user .online {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -1px;
  bottom: -5px;
  border: 1px solid #fff;
  background: #1fc49d;
  border-radius: 100%;
}

.content .card-users .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .card-table .block-taks {
  padding: 18px 0;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-bottom: 0;
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: #fbfbff;
  color: var(--bs-table-hover-color);
}

.content .card-table .block-taks h6 {
  margin-bottom: 0;
  color: var(--colorTitre);
  font-size: 14px;
}

.content .card-table .block-taks.task {
  padding-left: 0;
}

.content .card-table .block-taks.task .block-options-sm a {
  color: var(--colorParagraph);
  font-size: 14px;
  text-decoration: none;
  margin-right: 16px;
}

.content .card-table .block-taks.task .user {
  margin-top: 0;
}

.content .card-table .block-taks.task .block-options-sm a:last-child {
  margin-right: 0;
}

.content .card-table .block-taks.task .block-detail {
  padding-left: 0;
}

.content .card-table .block-taks.task::before,
.content .card-table .block-taks.task::after {
  display: none;
}

.content .card-table .block-taks.task::before,
.content .card-table .block-taks.valid::after {
  display: none;
}

.content .card-table .block-taks.valid {
  padding-left: 30px;
}

.content .card-table .block-taks.valid::before {
  background: none;
  left: 12px;
  border-left: 2px dashed rgba(0, 0, 0, 0.05);
}

.input-search-card {
  background: var(--bgContent) !important;
}

.spinner-border {
  border-color: #089bdb;
  border-right-color: transparent;
}

.spinner-border.spinner-border-white {
  border-color: var(--whiteColor);
  border-right-color: transparent;
}

.content .card-table .block-taks.task::before,
.content .card-table .block-taks.valid .icon-xs {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--whiteColor);
  color: var(--colorParagraph);
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.img-icon {
  width: 120px;
}

.content .card-table .block-taks.task::before,
.content .card-table .block-taks.valid:nth-child(2n + 1) .icon-xs {
  color: var(--primaryColor);
}

.content .card-table .block-taks.task::before,
.content .card-table .block-taks.valid:nth-child(2n + 2) .icon-xs {
  color: #1fc49d;
}

.content .card-table .block-taks.task::before,
.content .card-table .block-taks.valid:nth-child(2n + 3) .icon-xs {
  color: #f03535;
}

.content .card-table .block-taks.task .badge-task {
  font-size: 10px;
  /* top: -10px;
  left: 0; */
}

.content .card-table .block-taks.task .badge-task.urgent {
  background: #ed3b54;
  color: var(--whiteColor);
  border-radius: 12px;
  padding: 1px 5px;
  display: inline-block;
}

.content .card-table .block-taks.task .badge-task.moyen {
  background: #ff8000;
  color: var(--whiteColor);
  border-radius: 12px;
  padding: 1px 5px;
  display: inline-block;
}

.content .card-table .block-taks.task .badge-task.normal {
  background: #25d366;
  color: var(--whiteColor);
  border-radius: 12px;
  padding: 1px 5px;
  display: inline-block;
}

.content .card-table .block-taks::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.content .card-table .block-taks:nth-child(1n)::after {
  background: var(--primaryColor);
}

.content .card-table .block-taks:nth-child(2n)::after {
  background: #173ce3;
}

.content .card-table .block-taks:nth-child(3n)::after {
  background: #17e3a9;
}

.content .card-table .block-taks:nth-child(4n)::after {
  background: #f8ca10;
}

.content .card-table .block-taks:nth-child(5n)::after {
  background: #f69711;
}

.content .card-table .block-taks:nth-child(5n)::after {
  background: #e32817;
}

.content .card-table .block-taks::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 36%;
  left: -5px;
  transform: translateY(-50%);
  background: var(--primaryColor);
  border-radius: 10px;
  border: 2px solid var(--whiteColor);
}

.content .card-table .block-taks .block-detail {
  padding-left: 10px;
}

.content .card-table .block-taks .user {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--colorParagraph);
  border: 2px solid #fff;
  margin-right: -5px;
  margin-top: 7px;
}

.content .card-table .block-taks .progressBar {
  width: 90%;
  height: 7px;
  border-radius: 5px;
  background: var(--bg-card);
}

.content .card-table .block-taks .progressBar .move {
  width: 50%;
  height: 100%;
  background: #07c451;
  border-radius: 5px;
}

.content .card-table .block-taks .pourcentage {
  width: 10%;
  flex: 0 0 auto;
  display: flex;
  justify-content: end;
  font-size: 14px;
  font-family: "Roboto-bold", sans-serif;
  color: var(--colorTitre);
}

.content .card-table .block-taks .user:first-child {
  z-index: 1;
}

.content .card-table .block-taks .user:nth-child(2) {
  z-index: 0;
}

.content .card-table .block-taks .user:nth-child(3) {
  z-index: -1;
}

.content .card-table .block-taks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .card-table .block-taks .btn-end {
  position: absolute;
  right: 0;
  top: -20px;
  padding: 0;
  color: var(--colorParagraph);
  font-size: 14px;
}

.content .card-table .block-taks .block-img-file {
  border-radius: 8px;
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content .card-table .block-taks .block-img-file img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.content .card-table .block-taks p {
  font-size: 12px;
  margin-bottom: 0;
}

.content .card-table .block-taks .user.badge-plus {
  background: #f9f9fb;
}

.content .card-table .block-taks .user.badge-plus svg {
  width: 10px;
  height: 10px;
  border: none;
}

.content .card-table .block-folder:last-child {
  border-bottom: 1px solid transparent;
}

.content .card-table .block-band {
  position: absolute;
  width: 100%;
  height: 50px;
  background: var(--lightBlue);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 12px 12px 0 0;
  display: none;
}

/* .content .card-table .chart-pie-lg{
    width: 350px!important;
    height: 350px!important;
} */
.content .card-table p {
  font-size: 12px;
  color: var(--colorParagraph);
}

.content .card-table .block-price h3 {
  color: var(--colorTitre);
  font-weight: 600;
  margin-bottom: 0;
}

.content .card-table .block-price h3 sup {
  color: var(--primaryColor);
  font-size: 16px;
}

.content .card-table .block-progress h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 10px;
}

.content .card-table .block-progress {
  /* margin-top: 7px;
  margin-bottom: 7px; */
  gap: 7px;
}

.content .card-table .block-progress .progressbar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #ececec;
  margin-bottom: 10px;
}

.content .card-table .btn-download-sm {
  color: var(--primaryColor) !important;
}

.content .card-table .block-progress .progressbar .bar-move {
  width: 30%;
  height: 100%;
  background: var(--primaryColor);
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .card-table .block-progress .progressbar .bar-move .pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--whiteColor);
  border-radius: 100%;
  right: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .card-table .block-progress .progressbar .bar-move .pin::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--primaryColor);
  border-radius: 100%;
}

.content .card-table .link {
  color: var(--primaryColor);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.content .card-table .block-icon-payment {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.content .card-table .card-logo-payment {
  width: 60px;
}

.content .card-table .card-logo-payment img {
  width: 80%;
  /* height: 50%; */
}

.content .card-table .info h6 {
  color: var(--colorTitre);
  font-weight: 600;
  font-size: 14px;
}

.content .card-table .btn-edit {
  font-size: 14px;
  padding: 0;
  color: var(--primaryColor);
}

.content .block-drop-file .content-file svg {
  width: 24px;
  height: 24px;
  fill: var(--primaryColor);
}

.content .block-drop-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.content .form-control:not(.block-input-filter .form-control),
.content .form-select:not(.block-input-filter .form-select) {
  font-size: 12px;
  color: var(--colorTitre);
  border: 1px solid transparent !important;
  background: var(--bg-fond);
}

.content .card-show-text p {
  margin-bottom: 0;
  color: var(--colorTitre);
  font-size: 10px;
  line-height: 120%;
}

.content .card-show-text.whatsapp {
  background: #dcf8c6;
}

.content .card-show-text.sms {
  background: #dde4ff;
}

.content .form-control::placeholder {
  color: rgba(0, 0, 0, 0.27);
}

.content .btn-next {
  background: var(--primaryColor);
  color: var(--whiteColor);
  padding: 10px 35px;
}

.content .btn-prev {
  color: var(--colorTitre);
  padding: 10px 35px;
  font-size: 14px;
}

.content .btn svg {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}

.content h1 {
  font-size: 22px;
  color: var(--colorTitre);
  font-weight: 600;
}

.content .card-sm .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

/* .content .card-sm .icon::before{
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: var(--bgContent);
    z-index: -2;
    position: absolute;
    border-radius: 12px;
} */
.content .card-sm .icon .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
  /* background: #e7e9f2 !important; */
  background: #f6f8fc !important;
  transition: 0.3s;
}

.content .card-sm:hover {
  transform: translateY(-5px) scale(1.03);
}

.content .card-sm:hover .bg {
  background: var(--bgBtnPrimary) !important;
}

.content .card-sm:hover .icon {
  color: var(--whiteColor);
}

/* .content .card-sm .icon .fi{
  margin-top: 5px;
} */
.content .card-sm span {
  position: absolute;
  right: 20px;
  font-size: 10px;
  padding: 2px 10px;
  text-align: center;
}

.content .card-sm span.color-blue {
  background: #e8eefd;
  border-radius: 25px;
  color: #208bfd;
}

.content .card-sm span.color-green {
  background: #e1f4e8;
  border-radius: 25px;
  color: #25d366;
}

.content .card-sm span.color-red {
  background: #f8e8ec;
  border-radius: 25px;
  color: #ed3667;
}

.content .card-sm span.color-yellow {
  background: #fff2e4;
  border-radius: 25px;
  color: #ff8000;
}

.content .card-sm .icon-email {
  background: #ed3667;
  color: var(--whiteColor);
}

.content .card-sm .icon-whatsapp {
  background: #25d366;
  color: var(--whiteColor);
}

.content .card-sm .icon-sms {
  background: #208bfd;
  color: var(--whiteColor);
}

.content .card-sm .icon-call {
  color: var(--bgBtnPrimary);
}

.content .card-sm h5 {
  font-size: 14px;
  font-family: "Roboto-regular" !important;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--colorParagraph);
}

.content .card-sm h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 0px;
}

.content .card-sm h3 div {
  font-size: 14px;
  margin-left: 40px;
  font-weight: 400;
}

.content .card-sm h3 div.green {
  color: #1fc49d;
}

.content .card-sm h3 div.red {
  color: #f03535;
}

.content .card-sm h3 div .fi {
  font-size: 12px;
  margin-left: 5px;
}

.content .card-sm p {
  color: var(--colorParagraph);
  font-size: 14px;
  margin-bottom: 0;
}

.content .card-sm a {
  color: var(--colorParagraph);
  font-size: 12px;
  margin-bottom: 0;
}

.content .card-sm a svg {
  width: 12px;
  height: 12px;
}

.content .card-table .block-avatar-user-lg {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.content .card-table .pagination .page-link {
  border: none;
  color: var(--colorParagraph);
  font-size: 12px;
  border-radius: 5px;
  margin-right: 5px;
  background: transparent;
  box-shadow: none;
}

.content .card-table .pagination .page-item.active .page-link {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
}

.content .card-table .pagination .page-link:hover {
  background: var(--bgContent);
  color: var(--colorTitre);
}

.content .card-table h4 {
  font-size: 12px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 0;
}

.content .card-table.card-profil h4 {
  font-size: 14px;
}

.content .card-table.card-profil p {
  font-size: 13px;
}

.content .nav-folder .indicator-nav {
  position: absolute;
  width: 18px;
  height: 24px;
  /* background: var(--whiteColor); */
  border-radius: 100px 100px 0 0;
  bottom: 0px;
  left: 30px;
  transition: 0.3s ease;
}

/* .content .nav-folder .indicator-nav::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    background: transparent;
    border-radius: 50%;
    left: -29px;
    box-shadow: 15px 18px #fff;
  }

.content .nav-folder .indicator-nav::after {

    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    background: transparent;
    border-radius: 50%;
    right: -29px;
    box-shadow: -15px 18px #fff;

} */
.content .nav-folder .indicator-nav span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--primaryColor);
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
}

.content .card-table.card-profil h6 {
  color: var(--colorTitre);
  font-size: 14px;
}

.content .card-table small {
  color: var(--colorParagraph);
}

.content .card-table {
  padding: 22px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 18px 0px rgba(107, 104, 147, 0.039);
  /* z-index: 1; */
  /* overflow: hidden; */
}

.content .card-table .present h6 {
  color: var(--colorParagraph);
  font-weight: 400;
}

.content .card-table .absent h6 {
  color: var(--colorParagraph);
  font-weight: 400;
}

.content .card-table .all-absents .block-absent {
  padding: 5px 0;
}

.content .card-table .all-absents .block-absent .avatar-absent {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.content .card-table .all-absents .block-absent .avatar-absent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.content .card-table .all-absents .block-absent .block-details-absent {
  margin-left: 10px;
}

.content .card-table .all-absents .block-absent .block-details-absent h6 {
  color: var(--colorTitre);
  font-size: 12px;
  margin-bottom: 0;
}

.content .card-table .all-absents .block-absent .block-details-absent p {
  font-size: 11px;
}

.content .card-table .table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.content .card-table .header-title {
  padding: 12px 0;
  position: relative;
  z-index: 1;
}

.content .card-table .header-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: var(--lightBlue); */
  z-index: -1;
  transform: scaleX(1.5);
}

.content .card-table .table tr td,
.content .card-table .table tr th {
  /* padding: 12px 14px; */
}

.sidebar-doc .body-siderbar .btn-light.rounded-circle {
  background: var(--whiteColor);
  box-shadow: none !important;
}

.nav-tools {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: var(--whiteColor);
  box-shadow: rgba(107, 104, 147, 0.082) 0px 10px 30px 0px;
  padding: 10px 0;
  padding-left: 470px;
}

.nav-tools .form-select {
  width: 70px;
  font-size: 14px;
}

.nav-tools .btn-default {
  background: var(--bgContent);
  font-size: 14px;
  border-radius: 8px;
  color: var(--primaryColor);
  font-weight: 600;
}

.sidebar-doc .body-siderbar .btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 14px;
}

.modal .all-item-result .table thead {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

.modal .all-item-result .table tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.modal .all-item-result tr th {
  font-size: 12px;
  color: #525777;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 18px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
  background: var(--whiteColor);
}

.modal .all-item-result .table tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.modal .all-item-result .table td {
  font-size: 14px;
  color: var(--colorParagraph);
  border: none;
  white-space: nowrap;
  padding: 16px 20px;
}

.icon-modal {
  color: var(--primaryColor);
  font-size: 42px;
}

.block-show-pallete {
  border: 1px solid #e9e8f1;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
}

.block-show-pallete .bubble {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: black;
}

.block-pallete-colors {
  padding: 0 7px;
  max-width: 120px;
}

.block-pallete-colors .bubble-color {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}

.block-pallete-colors .bubble-color::before {
  border: 1px solid var(--fondBubble);
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 100%;
  display: none;
}

.block-pallete-colors .bubble-color.active::before {
  display: block;
}

.block-scanner .block-assign {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--whiteColor);
  border-radius: 50px;
  color: var(--primaryColor);
  font-size: 14px;
  padding: 8px 24px;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
}

.block-scanner .block-assign .bi {
  margin-right: 5px;
  font-size: 16px;
}

.content .card-table .table tr th {
  font-size: 14px;
  color: var(--colorTitre);
  font-weight: 500;
  white-space: nowrap;
  /* text-transform: uppercase; */
  /* padding: 12px 14px; */
  /* background: var(--lightBlue); */
}

.badge-title {
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  padding: 3px 12px;
  background: #dbe7f2;
  font-size: 12px;
  color: var(--colorTitre);
  font-weight: 400 !important;
}

.badge-title.red {
  background: #ecc5c5;
}

.badge-title.green {
  background: #c0e6df;
}

.btn-action-delegue {
  /* position: absolute; */
  border: 1px solid var(--colorTitre1) !important;
  padding: 8px 16px;
  /* top: 20px;
  right: 20px; */
  border-radius: 8px;
  color: var(--colorTitre1);
  z-index: 1;
  font-size: 14px;
}

.permission-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.permission-action li {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 8px;
}

.permission-action li label {
  color: var(--colorParagraph);
  font-weight: 400;
}

.permission-action li input {
  margin-left: 7px;
}

.btn-action-delegue:hover {
  background: #fff;
  color: var(--primaryColor) !important;
}

.badge-title.badge-red {
  background: #f2dbdb;
}

.badge-title.badge-green {
  background: #dbf2ee;
}

.block-title-table {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .card-table .table tr td {
  font-size: 14px;
  color: var(--colorParagraph);
  border: none;
  vertical-align: middle;
  max-width: 320px;
  /* Limite la largeur maximale */
  word-wrap: break-word;
  /* Permet au texte de passer à la ligne */
}

.wrapper-create-doc {
  min-height: 100vh;
  background: var(--bgContent);

  .sidebar-doc {
    position: fixed;
    height: 100%;
    width: 420px;
    top: 0;
    left: 0;
    background-color: var(--bgContent);
    padding-left: 60px;
    z-index: 1000;

    label {
      margin-bottom: 7px;
    }

    .vertical-bar {
      position: absolute;
      width: 60px;
      height: 100%;
      background: var(--bgContent);
      left: 0;
      top: 0;

      .header {
        padding: 14px;

        .block-logo {
          display: flex;
          align-items: center;
          justify-content: center;

          img {
            width: 30px;
          }
        }
      }

      .footer {
        margin-top: auto;
        padding: 14px;

        .avatar-user {
          width: 34px;
          height: 34px;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 100%;
          }
        }

        .link-icon {
          color: var(--colorTitre);
          font-size: 18px;
        }
      }
    }

    .btn-add {
      background: var(--bgBtnPrimary);
      font-size: 14px;
      padding: 8px 14px;
      border-radius: 12px;
      color: white;
      border: 1px solid var(--bgBtnPrimary);

      &:hover {
        background: transparent;
        color: var(--bgBtnPrimary);
      }
    }

    .content-form-create-doc {
      height: 100%;
      background-color: var(--bg-card);
      overflow: hidden;

      /* border-radius: 16px 0 0 0px; */
      hr {
        background: var(--colorTitre) !important;
        opacity: 0.1;
      }

      .header {
        padding: 14px;

        h1 {
          font-size: 18px;
          color: var(--colorTitre);
          margin-bottom: 0;
        }
      }

      .body {
        flex-grow: 1;
        padding: 0px 14px 14px 14px;
        overflow-y: auto;

        .content-form {
          background: var(--bgContent);
          border-radius: 12px;
          padding: 14px;
          overflow-y: auto;

          h2 {
            font-size: 14px;
            color: var(--colorTitre);
            margin-bottom: 0;
          }

          label {
            font-size: 12px;
          }

          .form-control {
            border: none;
          }
        }
      }

      .footer {
        padding: 14px;

        .btn-cansel {
          padding: 10px 24px;
          font-size: 14px;
          border-radius: 8px;
          background-color: var(--bgContent);
        }
      }
    }
  }

  .block-writting-doc {
    min-height: 100vh;
    padding-left: 420px;
    padding-bottom: 60px;
    background: var(--bg-card);

    .body {
      .tox-tinymce {
        border: none !important;
        border-radius: 0 !important;
        height: calc(100vh - 40px) !important;
        padding-right: 16px;

        .tox-edit-area__iframe {
          padding: 18px;
          border-radius: 14px;
        }

        .tox-sidebar-wrap {
          background: var(--bgContent);
          border-radius: 18px;
          margin-top: 10px;
        }

        .tox-editor-header {
          box-shadow: none;
          padding: 10px 0;
          border: none !important;
          background-color: var(--bg-card) !important;

          .tox-toolbar-overlord,
          .tox-toolbar__primary {
            background-color: var(--bg-card) !important;
          }
        }

        .tox-edit-area {
          justify-content: center;
          margin: 20px;
        }

        .tox-tbtn--select {
          width: 100px;
        }
      }
    }

    .footer {
      position: fixed;
      width: calc(100% - 420px);
      right: 0;
      bottom: 0;
      height: 50px;
      z-index: 3;
      background: var(--bg-card);
      display: flex;
      align-items: center;
    }
  }
}

.table> :not(:first-child) {
  border: none;
}

.content .card-table .table tbody tr td {
  position: relative;
}

.content .card-table .table tbody tr:hover {
  --falcon-table-accent-bg: #f8f6fa52;
}

/* .content .card-table .table tbody tr td:first-child:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 50%;
    background: #04f5c8;
    left: 0;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
} */
/* .content .card-table .table tbody tr td:first-child span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #e8eefd;
    color: var(--primaryColor);
} */
.content .card-table .table tbody tr td .badge {
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 6px;
  border-radius: 28px;
  line-height: 100%;

  &::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 5px;
  }
}

.content .card-table .table tbody tr td .badge.badge-green {
  background: #07c45016;
  color: #07c451;

  &::before {
    background: #07c451;
  }
}

.content .card-table .table tbody tr td .badge.badge-red {
  background: #ffeef5 !important;
  color: #ed3667;

  &::before {
    background: #ed3667;
  }
}

.content .card-table .table tbody tr td .badge.badge-gray {
  background: #f0f0f0 !important;
  color: var(--colorParagraph);

  &::before {
    background: var(--colorParagraph);
  }
}

.content .card-table .table tbody tr td .badge.badge-yellow {
  background: #fff2e4 !important;
  color: #ff8000;

  &::before {
    background: #ff8000;
  }
}

.btn-show-password {
  position: absolute;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--whiteColor);
  color: var(--colorParagraph);
  border-radius: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 14px;
  cursor: pointer;
}

.btn-show-password .tooltip-team span:nth-child(2) {
  display: none;
}

.btn-show-password.show .tooltip-team span:nth-child(1) {
  display: none;
}

.btn-show-password.show .tooltip-team span:nth-child(2) {
  display: block;
}

.btn-show-password:hover .tooltip-team {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.btn-show-password i:nth-child(2) {
  display: none;
}

.btn-show-password.show i:nth-child(1) {
  display: none;
}

.btn-show-password.show i:nth-child(2) {
  display: block;
}

.content .card-table .table tbody tr td .btn {
  font-size: 12px;
  background: var(--bgContent);
  margin-right: 7px;
  color: var(--colorParagraph);
  border-radius: 6px;
  font-weight: 500;
  flex: 0 0 auto;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .card-table .table tbody tr td .btn .tooltip-btn {
  position: absolute;
  padding: 2px 10px;
  background: var(--colorTitre);
  /* color: var(--colorWhite) !important; */
  white-space: nowrap;
  font-size: 12px;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.3s ease;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
}

.table-responsive {
  scrollbar-width: thin;
}

.content .card-table .table tbody tr td .btn .tooltip-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--colorTitre);
  z-index: -1;
  bottom: -3px;
}

.content .card-table .table tbody tr td .btn:hover .tooltip-btn {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.content .card-table .table tbody tr td .btn:hover {
  color: var(--primaryColor);
}

.content .card-table .table tbody tr:hover td .btn {
  background: var(--whiteColor);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.content .card-table .table tbody tr td .btn:last-child {
  /* color: var(--primaryColor); */
  margin-right: 0;
}

.nav-sm .nav-link {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 8px !important;
}

.content .card-table .table tbody tr td .block-avatar-user .avatar-sm {
  width: 27px;
  height: 27px;
  border-radius: 100%;
  margin-right: 10px;
}

.content .card-table .table tbody tr td .block-avatar-user .avatar-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

/* .content .card-table .table tbody tr td .btn:last-child {
    color: #f03535;
} */

.content .card-table hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.content .progressBar {
  width: 80%;
  height: 5px;
  border-radius: 5px;
  background: var(--lightBlue);
}

.content .progressBar .move {
  width: 50%;
  height: 100%;
  background: #07c451;
  border-radius: 5px;
}

.content .tools-sm {
  margin-top: 20px;
}

.content .tools-sm a {
  font-size: 14px;
  color: var(--colorParagraph);
  margin-right: 20px;
}

.content .tools-sm a:last-child {
  margin-right: 0;
}

.block-scroll-descrip {
  max-height: 100px;
  overflow-y: auto;
  scrollbar-width: thin;
  word-break: break-all;
}

.content .pourcentage {
  font-size: 14px;
  color: var(--colorTitre);
}

.download {
  font-size: 14px;
  color: var(--primaryColor);
}

.content .card-table .block-progress-circle {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--lightBlue);
  border-radius: 100%;
  z-index: 1;
}

@keyframes run {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes run1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.content .card-table .block-progress-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  background: var(--primaryColor);
  opacity: 0.05;
  animation: run 10s linear infinite;
  transform: scale(1.01) rotate(-45deg);
  -webkit-transform: scale(1.01) rotate(-45deg);
  -moz-transform: scale(1.01) rotate(-45deg);
  -ms-transform: scale(1.01) rotate(-45deg);
  -o-transform: scale(1.01) rotate(-45deg);
}

.content .card-table .block-progress-circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  background: var(--primaryColor);
  opacity: 0.03;
  animation: run1 5s linear infinite;
  transform: scale(1.01) rotate(-45deg);
  -webkit-transform: scale(1.01) rotate(-45deg);
  -moz-transform: scale(1.01) rotate(-45deg);
  -ms-transform: scale(1.01) rotate(-45deg);
  -o-transform: scale(1.01) rotate(-45deg);
}

.content .card-table .block-progress-circle .pourcent {
  position: absolute;
  display: flex;
  align-items: center;
  color: var(--primaryColor);
}

.content .card-table .block-progress-circle-sm {
  width: 70px;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  align-items: center;
  background: #fdecec;
  position: relative;
  z-index: 1;
}

.content .card-table .block-progress-circle-sm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  background: #fb5f5f;
  animation: run 10s linear infinite;
  opacity: 0.05;
  transform: scale(1.01) rotate(-45deg);
  -webkit-transform: scale(1.01) rotate(-45deg);
  -moz-transform: scale(1.01) rotate(-45deg);
  -ms-transform: scale(1.01) rotate(-45deg);
  -o-transform: scale(1.01) rotate(-45deg);
}

.content .card-table .block-progress-circle-sm::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  animation: run1 5s linear infinite;
  background: #fb5f5f;
  opacity: 0.03;
  transform: scale(1.01) rotate(65deg);
  -webkit-transform: scale(1.01) rotate(65deg);
  -moz-transform: scale(1.01) rotate(65deg);
  -ms-transform: scale(1.01) rotate(65deg);
  -o-transform: scale(1.01) rotate(65deg);
}

.content .card-table .block-progress-circle-sm .pourcent {
  position: absolute;
  display: flex;
  align-items: center;
  color: #fb5f5f;
}

.content .card-table .block-progress-circle-sm .pourcent {
  position: absolute;
  display: flex;
  align-items: center;
}

.content .card-table .block-progress-circle .pourcent {
  position: absolute;
  display: flex;
  align-items: center;
}

.content .card-table .block-scroll {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.content .card-table .block-scroll-sm {
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  padding-right: 10px;
}

.sidebar .block-logout {
  padding: 20px 0 20px 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sidebar .block-logout p {
  font-size: 12px;
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.sidebar .block-logout p a {
  color: var(--primaryColor);
  font-weight: 600;
}

.content .card-table .block-progress-circle .pourcent span:nth-child(1) {
  font-weight: 600;
  color: var(--primaryColor);
}

.content .card-table .block-progress-circle .pourcent span:nth-child(2) {
  font-size: 14px;
}

.content .card-table .block-progress-circle-sm .pourcent span:nth-child(1) {
  font-weight: 600;
  color: #fb5f5f;
}

.content .card-table .block-progress-circle-sm .pourcent span:nth-child(2) {
  font-size: 14px;
}

.content .btn-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}

.form-check-input {
  box-shadow: none !important;
}

.content .card-table .block-progress-circle svg path {
  stroke-linecap: round;
}

.content .card-table .block-progress-circle-sm svg path {
  stroke-linecap: round;
}

.item-date {
  font-size: 12px;
  color: var(--colorParagraph);
  display: block;
}

.content .btn-add {
  background: var(--bgBtnPrimary);
  font-size: 14px;
  color: var(--whiteColor);
  border-radius: 8px;
  font-weight: 600;
  /* padding: 8px 18px; */
  border: none;
  transition: 0.3s;
  padding: 7px 14px;
  /* transform: translateY(-20px); */
}

.content .btn-add-hover {
  color: var(--bgBtnPrimary);
  border: 1px solid var(--bgBtnPrimary);
  background: transparent;
  border-radius: 12px;
}

.content .btn-add-hover:hover {
  color: var(--whiteColor);
  background: var(--bgBtnPrimary);
}

.content .btn-download {
  background: var(--lightBlue);
  color: var(--colorTitre);
}

.content .btn-add i {
  font-size: 12px;
  margin-right: 2px;
}

.form-control,
.form-select {
  box-shadow: none;
}

.content .col-lg-6 h1 {
  font-size: 32px;
  color: var(--colorTitre);
  font-weight: 600;
}

.content .nav-tabs {
  border: none;
}

.content .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: var(--colorTitre);
  position: relative;
  font-weight: 500;
  background: transparent;
  display: flex;
  align-items: center;
}

.content .nav-tabs .nav-link .num {
  width: 20px;
  height: 20px;
  background: #f03535;
  border-radius: 100%;
  color: var(--whiteColor);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.content .tab-pane .text-end.mb-4 {
  margin-top: -50px;
}

.content .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: var(--primaryColor);
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  bottom: 0px;
  border-radius: 5px;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  display: none;
}

.content .nav-tabs .nav-link.active::before {
  transform: translate(-50%, 0) scale(1);
}

.offcanvas h6 {
  font-size: 14px;
  color: var(--colorTitre);
}

.offcanvas .badge-task {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 5px;
  border-radius: 50px;
}

.offcanvas-header .btn {
  background: transparent;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
  transition: 0.3s;
  border-radius: 8px;
}

.offcanvas-header .btn:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

.offcanvas .badge-task.absolu {
  background: #fadee1;
  color: #ed3b54;
}

.list-object {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  gap: 10px;
  flex-wrap: wrap;
}

td .user.badge-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bgContent);
  z-index: 2;
  border-radius: 100%;
  font-size: 12px;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid var(--bg-card);
}

.title-task {
  font-size: 18px;
  color: var(--colorTitre);
  font-weight: 600;
}

td .user.badge-plus:hover .tooltip-team {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.badge:hover .tooltip-team {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.flag-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #1fc49d;
}

.flag-content.absolute {
  color: #e32817;
}

.flag-content.urgent {
  color: #ff8c37;
}

.flag-content:hover .tooltip-team {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.tooltip-team {
  position: absolute;
  padding: 2px 10px;
  background: var(--whiteColor);
  color: var(--colorTitre);
  white-space: nowrap;
  font-size: 12px;
  border-radius: 5px;
  top: -30px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.3s ease;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.tooltip-team::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--whiteColor);
  z-index: -1;
  bottom: -3px;
}

.badge-task-lg {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 6px;
}

.badge-task-lg.normal {
  background: #e4fff0;
  color: #25d366;
}

.list-object li {
  color: var(--colorTitre);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px dashed rgba(0, 0, 0, 0.08);
}

.offcanvas .badge-task.normal {
  background: #e5f4f0;
  color: #3fccb2;
}

.offcanvas .badge-task.urgent {
  background: #fde9db;
  color: #ff8c37;
}

.content .nav-tabs .nav-link.active {
  background: var(--bgContent);
  color: var(--colorTitre);
  border-radius: 8px;
  font-family: "Roboto-bold";
}

.content .card-stat-lg p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--colorParagraph);
}

.content .card-stat-lg h4 {
  font-size: 16px;
  color: var(--colorTitre);
}

.content .title-sm {
  font-size: 16px;
  font-weight: 600;
  color: var(--colorTitre);
}

.content .card-stat-lg .cib h5 {
  color: #00abff;
}

.content .card-stat-lg .flux h5 {
  color: #ff8000;
}

.content .card-stat-lg .read h5 {
  color: #1fc49d;
}

.content .card-stat-lg .failled h5 {
  color: #ed3b54;
}

.content .card-stat-lg h5 {
  font-size: 16px;
  font-weight: 600;
}

.content .card-email {
  border-left: 5px solid #ed3667;
}

.content .icon-lg {
  color: var(--colorTitre);
  position: relative;
}

.content .card-whatsapp {
  border-left: 5px solid #25d366;
}

.content .card-message {
  border-left: 5px solid #208bfd;
}

.content .card-call {
  border-left: 5px solid #ff8000;
}

.content .block-group {
  cursor: pointer;
}

.content .block-group .icon {
  color: var(--primaryColor);
  margin-bottom: 10px;
}

.content .block-group .icon img {
  width: 70px;
}

.content .block-group h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--colorTitre);
}

.content .block-group small {
  font-size: 12px;
  color: var(--colorParagraph);
}

.content .card-table .number {
  font-size: 14px;
  color: var(--colorTitre);
}

.content .card-table .number span {
  color: var(--primaryColor);
}

.content .card-sm h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 20px;
}

.content .card-sm .form-check {
  padding-left: 0;
  margin-bottom: 10px;
}

.content .card-sm .form-check label {
  color: var(--colorTitre);
  font-size: 14px;
}

.content .card-sm .form-check-input.swich-mail:checked {
  background-color: #ed3b54;
  border-color: #ed3b54;
}

.content .card-sm .form-check-input:focus {
  box-shadow: none;
}

.content .card-sm .form-check-input.swich-whatsapp:checked {
  background-color: #25d366;
  border-color: #25d366;
}

.content .card-sm .form-check-input.swich-call:checked {
  background-color: #ff8000;
  border-color: #ff8000;
}

.content .card-sm .form-check-input.swich-sms:checked {
  background-color: #208bfd;
  border-color: #208bfd;
}

.content .card-sm .form-check .form-check-input {
  float: right;
}

.content .card-sm .form-control {
  font-size: 14px;
  color: var(--colorTitre);
}

.content .card-sm .form-control::placeholder {
  color: rgba(0, 0, 0, 0.27);
}

.btn {
  font-family: inherit;
}

.block-login {
  background: var(--lightBlue);
  /* padding: 10px 0; */
  overflow: hidden;
}

.message-input {
  color: #e32817;
  background: #f6eeed;
  font-size: 12px;
  padding: 10px;
  border-radius: 8px;
}

.message-input-warning {
  color: #d09706;
  background: #f6f4ed;
  font-size: 12px;
  padding: 10px;
  border-radius: 8px;
}

.block-login .block-bg-app {
  height: 100vh;
  overflow-y: hidden;
  /* min-height: 300px; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  padding: 30px;
  z-index: 1;
}

.block-login .block-bg-app .before {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  /* background: var(--primaryColor); */
  z-index: 11;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

.block-login .block-bg-app .before p {
  color: var(--whiteColor);
  font-size: 22px;
}

.block-login .block-bg-app .before h1 {
  color: var(--whiteColor);
  font-size: 30px;
  font-weight: 600;
}

/* .block-login .bg-form{
      background: #f8eeff;
  } */
.block-login .block-bg-app img {
  /* width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px; */
}

.block-login .card-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 50px;
  background: var(--whiteColor);
  border-radius: 24px;
  position: relative;
  min-height: auto;
}

/************ gestion de tache *************/
.content .card-table.card-new-task {
  background: transparent;
  box-shadow: none;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  /* height: 170px; */
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

/********** fin gestion de tache **********/

.block-login .card-login .block-form {
  padding: 50px 30px;
  background: var(--whiteColor);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.block-login .card-login .block-copy-allright {
  position: fixed;
  bottom: 30px;
  left: 30px;
  color: var(--whiteColor);
  font-size: 12px;
}

.block-login .card-login h1 {
  color: var(--colorTitre);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.block-login .card-login p {
  color: var(--colorParagraph);
  font-size: 14px;
  line-height: 1.2;
}

.signature-doc {
  position: relative;
  width: 175px;
  height: 75px;
  margin-left: 20px;
}

.certificate {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  padding-left: 25px;
}

.certificate::before {
  content: "";
  position: absolute;
  left: 0;
  height: 85%
    /*63px*/
  ;
  width: 20px;
  border: 2px solid #000;
  border-radius: 5px 0 0 5px;
  border-right: none;
  top: 49%;
  transform: translateY(-50%);
}

.signature.tampon .certificate::before {
  height: 94%;
  top: 50%;
}

.certificate span {
  font-size: 9px;
}

.block-login .btn {
  /* background: linear-gradient(
    to bottom right,
    var(--blueAqua),
    var(--primaryColor)
  ); */
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
  width: 100%;
  border-radius: 12px;
  padding: 12px 0;
  margin-top: 10px;
  border: none !important;
  height: 48px;
}

.block-login .btn.btn-valid-form {
  transition: 0.3s;
}

.block-login .btn.btn-valid-form.sm {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

.block-login .btn.btn-valid-form.sm .text {
  display: none;
}

.block-login label {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorTitre);
}

.block-login .reset {
  color: var(--primaryColor);
  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto-bold";
}

.block-login .form-control {
  border: none;
  color: var(--colorTitre);
  height: 46px;
  border-radius: 12px;
  background: var(--lightBlue);
  padding-left: 50px;
  box-shadow: none !important;
}

.block-login .form-control::placeholder {
  font-size: 14px;
  color: var(--colorParagraph);
  opacity: 0.7;
}

.block-login .form-control:focus~.icon-form {
  color: var(--bgBtnPrimary);
}

.block-login .icon-form {
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  left: 24px;
  transition: 0.3s;
  color: var(--colorParagraph);
}

.block-login .logo-app {
  width: 150px;
  margin: 0px auto 30px;
}

.modal .modal-content {
  border: none;
  border-radius: 24px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.05);
}

.modal .modal-body {
  /* padding: 30px 26px; */
  padding-top: 20px;
}

.modal .modal-body span {
  font-size: 14px;
  color: var(--colorParagraph);
}

.modal .modal-header {
  border: none;
  /* padding-top: 30px;
  padding-left: 26px; */
  padding-right: 26px;
}

.modal .modal-header h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--colorTitre);
}

.modal .modal-header h5.sm {
  font-size: 18px;
}

.modal .modal-header h5 svg {
  width: 20px;
  height: 20px;
  stroke: var(--primaryColor);
  margin-right: 10px;
}

.modal .form-control,
.modal .form-select {
  font-size: 14px;
  color: var(--colorTitre);
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* text-transform: capitalize; */
}

.modal .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.modal .btn-add {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
  border-radius: 8px;
  font-size: 14px;
  padding: 7px 25px;
  /* margin-bottom: 20px; */
  margin-top: 22px;
}

.modal .btn svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.modal .drag-file {
  position: relative;
  width: 100%;
  height: 250px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal .drag-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.modal .drag-file svg {
  width: 50px;
  height: 50px;
  fill: var(--primaryColor);
}

.modal .drag-file p {
  font-size: 14px;
  color: var(--colorParagraph);
}

.modal .content-text {
  padding: 10px;
}

.modal .content-text svg {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.nav-user {
  padding: 14px 20px;
  border-radius: 12px 12px 0 0;
  width: auto;
}

.nav-user .nav-link {
  font-size: 13px;
  color: var(--colorParagraph);
  border-radius: 8px !important;
  transition: none;
}

.nav-user .nav-link.active {
  color: var(--bgBtnPrimary) !important;
  background: #f6f8fc !important;
}

.modal .content-text h5 {
  font-weight: 600;
  color: var(--colorTitre);
  font-size: 22px;
}

/* .modal form {
    padding: 0 10px;
} */
/* .offcanvas .all-comments, .offcanvas .block-scroll-file{
    display: flex;
    flex-direction: column;
    height: 32vh;
    overflow-y: auto;
    scrollbar-width: thin;
} */
.offcanvas .all-comments .block-scroll {
  flex-grow: 1;
}

.offcanvas .form-float {
  position: absolute;
  width: 100%;
  padding: 24px 22px;
  background: var(--whiteColor);
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  bottom: 70px;
  left: 0;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform-origin: bottom right;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.6);
}

.offcanvas .form-float.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.form-float .label-file {
  height: 100px;
  padding: 10px;
  border-radius: 8px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.form-float .label-file .fi {
  color: var(--primaryColor);
  font-size: 16px;
}

.files .item-file {
  padding: 14px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.files .item-file .fi {
  font-size: 22px;
  color: var(--colorParagraph);
}

.files .item-file h6 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.files .item-file p {
  color: var(--colorParagraph);
  font-size: 12px;
  margin-bottom: 0;
}

.offcanvas .btn-action-tab {
  position: absolute;
  bottom: 0px;
  right: 0;
  background: var(--lightBlue);
  color: var(--primaryColor);
  font-size: 12px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s;
}

.offcanvas .btn-action-tab:hover {
  background: var(--primaryColor);
  color: var(--whiteColor);
}

.offcanvas .form-float .close-form {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 24px;
  color: var(--colorParagraph);
  font-size: 14px;
}

.modal .content-text p {
  color: var(--colorParagraph);
  font-size: 14px;
}

.modal .btn {
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 8px;
}

.modal .btn-cancel {
  color: #99ada2;
  background: #edf2f9;
}

.modal .btn-delete {
  background: #ed3b54;
  color: var(--whiteColor);
}

.block-cibles-selected h5 {
  color: var(--primaryColor);
  font-size: 32px;
  font-weight: 600;
}

.block-cible {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.all-cibles {
  padding: 0 20px;
  padding-bottom: 20px;
  height: 320px;
  overflow-y: auto;
}

.all-cibles .block-cible:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.all-cibles .block-cible:last-child {
  border-bottom: none;
}

.block-cible p {
  margin-bottom: 0;
  font-size: 12px !important;
}

.block-cible h6 {
  font-size: 14px;
  font-weight: 600;
}

.block-cible .form-check-label {
  margin-bottom: 0 !important;
  width: 100%;
  cursor: pointer;
}

.block-file-modal {
  position: relative;
  z-index: 1;
}

.block-file-modal label {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  padding: 14px 16px;
  border-radius: 8px;
  cursor: pointer;
}

.col-form-label {
  font-size: 14px;
}

.block-file-modal input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.block-file-modal label .fi {
  font-size: 20px;
  color: var(--colorTitre);
}

.block-file-attach {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.block-file-attach input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  display: none;
}

.block-file-attach .label {
  font-size: 14px;
  color: var(--colorTitre);
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.block-file-attach .label svg {
  width: 20px;
  height: 20px;
}

.block-page-error {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: var(--whiteColor);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.block-page-error h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--colorTitre);
}

.block-page-error h3 {
  font-weight: 700;
  font-size: 25px;
}

.block-page-error .card .block-drag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.block-page-error .card .block-drag .content-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.block-page-error .card .block-drag .content-file {
  width: 220px;
  height: 220px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}

label {
  font-size: 14px;
  font-weight: 500;
  color: var(--colorTitre);
  margin-bottom: 10px;
}

.modal .modal-header .btn-close {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 1;
  background: #f86161;
  color: var(--whiteColor);
  border-radius: 100%;
  top: -5px;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal .modal-header .btn-close::before,
.modal .modal-header .btn-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: var(--bg-fond);
  border-radius: 5px;
}

.modal .modal-header .btn-close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.content .card-table .table tr.bg-lightBlue {
  /* background: var(--lightBlue); */
  border-bottom: none !important;
  pointer-events: none;
}

.content .card-table .table tr.bg-lightBlue td {
  color: var(--colorParagraph);
  padding: 20px 14px;
  font-weight: 600 !important;
}

.content .card-table .table tr td.td-empty {
  padding: 50px 0;
  pointer-events: none;
}

.table .progress-tache {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

/* .table .progress-tache.green .content-progress-tache{
    background: #e5f4f0;
} */
.table .progress-tache.green .content-progress-tache div {
  background: #25d366;
}

/* .table .progress-tache.orange .content-progress-tache{
    background: #f9eee6;
} */
.table .progress-tache.orange .content-progress-tache div {
  background: #ff8c37;
}

.table .progress-tache .content-progress-tache {
  width: 120px;
  height: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #edf0f6;
}

.block-letter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.block-letter .inner-letter {
  width: 793px;
  max-width: 100%;
  min-height: 1122px;
  background-color: var(--whiteColor);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
  padding: 80px 70px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

.block-intervenant .content-intervenant .avatar-intervenant {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -12px;
  border: 2px var(--bg-card) solid;
}

.list-users {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0 7px;
  max-height: 210px;
  overflow-y: auto;
}

.list-users .avatar {
  width: 26px;
  height: 26px;
  margin-right: 7px;
}

.list-users .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.list-users .name {
  font-size: 12px;
  color: var(--colorTitre);
}

.block-intervenant .content-intervenant .avatar-intervenant:last-child {
  margin-right: 0;
}

.avatar-intervenant.plus {
  background: var(--bgContent);
  cursor: pointer;
  font-size: 12px;
  color: var(--colorTitre);
}

.block-intervenant .content-intervenant .avatar-intervenant .tooltip-team {
  top: auto !important;
  right: 140%;
}

.block-intervenant .content-intervenant .avatar-intervenant:hover {
  z-index: 1;
}

.block-intervenant .content-intervenant .avatar-intervenant:hover .tooltip-team {
  right: 100%;
  opacity: 1;
  visibility: visible;
}

.block-intervenant .content-intervenant .avatar-intervenant .tooltip-team::before {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -3px;
  bottom: auto !important;
  left: auto !important;
}

.block-intervenant .content-intervenant .avatar-intervenant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.user:hover .tooltip-team {
  top: -26px;
  opacity: 1;
  visibility: visible;
}

.block-letter .inner-letter.admin {
  /* background-image: url('../images/cadre.png');
    background-size: contain;
    background-repeat: round; */
}

.block-letter .inner-letter .bande {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: -1;
}

.block-letter .inner-letter .bande img {
  width: 100%;
}

.block-letter .inner-letter .footer-card {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/3.png");
  background-size: cover;
}

.block-letter .inner-letter .logo-card {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  justify-content: end;
}

.block-letter .inner-letter .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  align-items: end;
}

.block-letter .inner-letter .lines img {
  width: 100%;
}

.block-letter .inner-letter .logo-card img {
  position: absolute;
  width: 45%;
  bottom: 70px;
}

.block-letter .inner-letter h6 {
  font-weight: normal !important;
  font-size: 16px;
}

.block-letter .inner-letter .block-header .logo img {
  width: 180px;
}

.block-letter .copy-block h6 {
  font-weight: 600;
}

.block-letter .copy-block ul {
  padding-left: 0;
  list-style: none;
}

.block-letter .copy-block ul li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.block-letter .copy-block ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.block-letter .inner-letter .block-body p {
  font-size: 14px;
}

.block-letter .inner-letter .block-body span {
  font-size: 14px;
}

.block-letter .inner-letter .block-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-letter .inner-letter .block-footer .img-footer {
  width: 80%;
}

.table .progress-tache .pourc {
  font-size: 12px;
  width: 120px;
  text-align: center;
}

.table .progress-tache .content-progress-tache div {
  height: 100%;
  background: #e32817;
}

.content .card-table .table tr td.td-empty .bi {
  font-size: 50px;
}

.btn-display {
  color: var(--colorTitre) !important;
  box-shadow: none !important;
  border-radius: 8px !important;
  margin-right: 10px;
  background: none !important;
}

.btn-display.active {
  background: var(--whiteColor) !important;
  color: var(--primaryColor) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}

/* .content .card-table {
    z-index: 1;
} */

.tab-content {
  position: relative;
  z-index: 4;
}

.modal .modal-header .btn-close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.form-select {
  color: var(--colorTitre);
  font-size: 14px;
  border-radius: 8px;
}

.block-page-error .card .block-drag .content-file svg {
  width: 40px;
  height: 40px;
  fill: var(--primaryColor);
}

.block-page-error .card .block-drag p {
  font-size: 10px;
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.block-page-error .card .block-drag .content-file p {
  color: var(--colorParagraph);
  font-size: 14px;
}

.block-page-error .bubble {
  background: linear-gradient(-35deg, var(--primaryColor), #b1b9d1);
  filter: blur(4px);
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  top: 0;
  z-index: -1;
  animation: floating 3s ease infinite;
}

.block-page-error .bubble:nth-child(1) {
  right: 20px;
  top: 50px;
  animation-delay: -1s;
}

.block-page-error .bubble:nth-child(2) {
  width: 200px;
  height: 200px;
  bottom: 0;
  top: auto;
  animation-delay: -1.5s;
}

.block-page-error .bubble:nth-child(3) {
  left: 20px;
  top: 250px;
  animation-delay: -2s;
}

.block-page-error .card {
  border: none;
}

.block-page-error .card .text-star {
  padding-left: 100px;
}

.block-page-error .card p.paragraph {
  font-size: 36px;
  letter-spacing: -0.1rem;
  color: var(--colorTitre);
  line-height: 120%;
}

.block-page-error .card p span {
  font-size: 5vw;
  display: block;
  font-weight: 600;
}

.block-page-error .card h1 {
  font-size: 10vw;
  font-weight: 500;
  color: var(--colorTitre);
}

.block-page-error .card .block-img {
  position: relative;
}

.block-page-error p {
  color: var(--colorParagraph);
  font-size: 14px;
}

.block-page-error .card .block-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.block-page-error .card .block-img img {
  width: 520px;
}

.block-page-error .card .block-img img.head {
  position: absolute;
  z-index: 1;
  animation: floating1 3s ease infinite;
  top: -10px;
}

@keyframes floating1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

.block-page-error .card .btn {
  background: var(--primaryColor);
  color: var(--whiteColor);
  margin-top: 50px;
  font-size: 14px;
  padding: 10px 32px;
  border-radius: 8px;
}

.block-page-error .logo-app {
  width: 200px;
}

.block-page-error .card .btn svg {
  width: 15px;
  height: 15px;
}

.block-tools .btn-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-right: 10px;
  color: var(--colorTitre);
  border-radius: 8px;
}

.dropdown-menu {
  padding: 15px 10px;
  border: none;
  box-shadow: 0 5px 24px rgb(0 0 0 / 10%);
  border-radius: 12px;
  z-index: 1000;
}

.dropdown-menu li {
  font-size: 14px;
}

.dropdown-menu li a {
  padding: 5px 7px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: #f4f7ff;
  color: var(--bgBtnPrimary) !important;
}

.dropdown-menu li a {
  color: var(--colorParagraph);
  transition: 0.3s;
  border-radius: 8px;
}

.block-chart-sm {
  position: relative;
}

.block-chart-sm .block-total-audience {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.block-chart-sm .block-total-audience h6 {
  font-size: 10px;
  font-weight: 600;
  color: var(--colorTitre);
  text-align: center;
}

.block-chart-sm .block-total-audience h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 0;
}

.block-result-pourc h6 {
  color: var(--colorTitre);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.block-result-pourc p {
  font-size: 12px !important;
  margin-bottom: 0;
}

.content .block-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.content .block-preview img {
  object-fit: content;
  display: block;
}

.content .block-preview .content-message {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  margin-right: 2vw;
  gap: 10px;
  position: absolute;
}

.content .block-preview .card-show-text {
  border: none;
  padding: 12px 12px;
  border-radius: 12px 12px 0px 12px;
  width: 80%;
}

.content .block-preview .card-show-text img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.content .block-preview .card-show-text.content-img {
  padding: 5px;
  border-radius: 12px;
}

.content textarea.form-control {
  resize: none;
}

.message-flash {
  position: fixed;
  z-index: 3000;
  top: 70px;
  right: 20px;
  background: var(--whiteColor);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  width: 420px;
  max-width: 100%;
  transform: translateX(450px);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.block-sroll-body {
  height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-width: thin;
}

.message-flash.show {
  transform: translateX(0px);
}

.message-flash .content-text {
  /* padding: 5px 16px; */
  /* align-items: center; */
}

.message-flash .content-text h6 {
  margin-bottom: 8px;
  font-size: 16px;
  color: var(--whiteColor);
  font-weight: 600;
}

.message-flash .content-text .icon {
  margin-right: 16px;
  color: var(--whiteColor);
  font-size: 50px;
}

.message-flash .content-text .icon svg {
  width: 24px;
  height: 24px;
  vertical-align: baseline;
}

.message-flash .content-text p {
  font-size: 14px;
  color: var(--whiteColor);
  margin-bottom: 0;
}

.body-siderbar .select2-container--default.select2-container--focus .select2-selection--multiple,
.body-siderbar .select2-container--default .select2-selection--multiple {
  border: none !important;
}

.btn-plus-rounded {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-card);
  border-radius: 50px;
  color: var(--colorParagraph);
  padding: 3px 12px;
  font-size: 14px;
}

.btn-plus-rounded:hover {
  color: var(--colorTitre);
}

.message-flash.success {
  background: #1dc355;
}

.message-flash.warning {
  background: #ea7800;
}

.message-flash.error {
  background: #dc2626;
}

.block-scanner {
  position: relative;
  min-height: 100vh;
  background: var(--bgContent);
}

.block-scanner .sidebar-doc {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 470px;
  height: 100%;
  background: var(--whiteColor);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.modal-assign .block-serach-contact {
  margin-bottom: 10px;
}

.modal-assign .block-serach-contact .input-group-text {
  border: none;
  background: var(--bgContent);
  border-radius: 50px 0px 0px 50px;
  font-size: 14px;
  color: var(--colorParagraph);
  padding-right: 5px;
}

.modal-assign .block-serach-contact .form-control {
  border: none;
  background: var(--bgContent);
  border-radius: 0 50px 50px 0;
  font-size: 14px;
  color: var(--colorTitre);
}

textarea {
  resize: none;
}

.modal .modal-header h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--colorTitre);
}

.modal-assign .modal-body .content-users {
  height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.modal .block-row-user {
  padding: 10px 0;
  border-bottom: 1px solid #eeebf3;
}

.modal-assign .form-check-input {
  width: 20px;
  height: 20px;
  border-color: #e5e2e9;
  box-shadow: none !important;
  float: inherit;
  margin-left: 0;
}

.modal-assign label {
  cursor: pointer;
  display: flex;
  width: 100%;
}

.modal-assign .block-user-ass {
  position: relative;
}

.modal-assign .block-user-ass .block-avatar-user-ass {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
}

.modal-assign .block-user-ass .block-avatar-user-ass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-assign .block-user-ass .block-detail-user-ass {
  margin-left: 10px;
}

.modal-assign .block-user-ass .block-detail-user-ass h6 {
  font-size: 16px;
  color: var(--colorTitre);
  font-weight: 500;
  margin-bottom: 0;
  line-height: 100%;
}

.modal-assign .block-user-ass .block-detail-user-ass p {
  color: var(--colorParagraph);
  margin-bottom: 0;
  font-size: 14px;
}

.modal-assign .form-check-input {
  width: 20px;
  height: 20px;
  border-color: #e5e2e9;
  box-shadow: none !important;
}

.modal .form-control,
.modal .form-select,
.modal-signature .form-control,
.modal-signature .form-select {
  border: 1px solid #e9e8f1;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor) !important;
}

.annot-block {
  padding: 14px;
  background: var(--bgContent);
  border-radius: 12px;
}

.annot-block p {
  font-size: 14px;
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.fi::before {
  line-height: inherit !important;
}

.sidebar-doc .header-sidebar {
  padding: 14px 20px;
  display: flex;
  align-items: center;
}

.sidebar-chat {
  box-shadow: none !important;
}

.sidebar-doc .header-sidebar a {
  color: var(--colorTitre);
}

.sidebar-doc .header-sidebar .user-avatar {
  width: 32px;
  border-radius: 100%;
  margin-left: 30px;
  margin-right: 10px;
}

.sidebar-doc .header-sidebar h6 {
  color: var(--colorTitre);
  font-weight: 600;
}

.sidebar-doc .header-sidebar .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-doc .header-sidebar .link {
  color: var(--colorParagraph);
  font-size: 20px;
  margin-right: 20px;
}

.sidebar-doc .header-sidebar .btn-new-chat {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
  border: none;
}

.sidebar-doc .body-siderbar {
  position: relative;
  flex-grow: 1;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  background: var(--bgContent);
  margin: 0px auto 10px auto;
  width: 96%;
  border-radius: 24px;
}

.block-scanner .sidebar-chat .block-serach-contact {
  margin-bottom: 10px;
}

.block-scanner .sidebar-chat .block-serach-contact .form-control {
  border: none;
  background: #fff;
  border-radius: 0 50px 50px 0 !important;
  font-size: 14px;
  color: var(--colorTitre);
}

.block-scanner .sidebar-chat .block-serach-contact .input-group-text {
  border: none;
  background: #fff;
  border-radius: 50px 0px 0px 50px;
  font-size: 14px;
  color: var(--colorParagraph);
  padding-right: 5px;
}

.block-scanner .sidebar-chat .list-contact {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.block-scanner .sidebar-chat .list-contact li {
  padding: 10px;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
  background: var(--whiteColor);
}

.block-scanner .sidebar-chat .list-contact li .contact {
  gap: 10px;
}

.block-scanner .sidebar-chat .list-contact li .block-avatar {
  flex: 0 0 auto;
}

.block-scanner .sidebar-chat .list-contact li .avatar {
  width: 50px;
  height: 50px;
}

.block-scanner .sidebar-chat .list-contact li .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.block-scanner .sidebar-chat .list-contact li .detail-contact {
  flex: 0 0 auto;
  width: 80%;
}

.block-scanner .sidebar-chat .list-contact li .block-name {
  flex: 0 0 auto;
  width: 80%;
}

.block-scanner .sidebar-chat .list-contact li .block-name h6 {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--colorTitre);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-scanner .sidebar-chat .list-contact li .block-name p {
  color: var(--colorParagraph);
  font-size: 14px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-scanner .sidebar-chat .list-contact li .block-date {
  width: 30%;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  flex-direction: column;
}

.block-scanner .sidebar-chat .list-contact li .date {
  font-size: 12px;
  color: var(--colorParagraph);
}

.block-scanner .sidebar-chat .list-contact li .num-mess {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: #17e3a9;
  color: var(--whiteColor);
  font-size: 12px;
  font-weight: 700;
}

.block-scanner .content-scanner {
  padding-left: 470px;
  min-height: 100vh;
}

.block-scanner .card-chat {
  height: 100vh;
  background: transparent;
  border: none;
}

.block-scanner .card-chat .content-chat {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--whiteColor);
  border-left: 1px solid rgba(0, 0, 0, 0.03);
}

.block-scanner .header-chat {
  width: 100%;
  z-index: 1;
  padding: 14px 30px;
  background: var(--whiteColor);
}

.block-scanner .header-chat .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.block-scanner .header-chat .user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.block-scanner .header-chat .name-user h5 {
  font-size: 14px;
  font-weight: 600;
  color: var(--colorTitre);
  margin-bottom: 0;
}

.block-scanner .header-chat .name-user {
  margin-left: 10px;
}

.block-scanner .header-chat .name-user p {
  color: var(--colorParagraph);
  font-size: 12px;
  margin-bottom: 0;
}

.block-scanner .card-chat .body-chat {
  flex-grow: 1;
  padding: 0 30px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  background: var(--bgContent);
  width: 98%;
  margin: 0 auto;
  border-radius: 24px;
}

.btn-add-photo {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--whiteColor);
  border-radius: 100%;
  bottom: 0;
  right: 0;
  color: var(--colorTitre);
}

.btn-add-photo:hover {
  color: var(--whiteColor);
  background: var(--bgBtnPrimary);
}

.block-scanner .card-chat .body-chat::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgb(240, 238, 238);
}

.block-scanner .card-chat .body-chat::-webkit-scrollbar-thumb {
  background: rgb(218, 217, 217);
}

.block-scanner .block-writing {
  width: 100%;
  z-index: 1;
  padding: 14px 10px;
  padding-bottom: 20px;
  padding-bottom: 30px;
  background: var(--whiteColor);
}

.card-chat .block-writing textarea {
  resize: none;
  width: 90% !important;
  border: none;
  border-radius: 24px;
  background: var(--bgContent);
  padding-left: 30px;
  padding-top: 10px;
  font-size: 14px;
  height: 45px;
}

/* .back {
    font-size: 16px;
    color: var(--colorTitre) !important;
    text-decoration: none !important;
} */

.sidebar-doc .header-sidebar h4 {
  font-size: 18px;
  color: var(--colorTitre);
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 30px;
}

.sidebar-doc .empty-result {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.sidebar-doc .empty-result.show {
  display: flex;
}

.sidebar-doc .block-clean-input {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--whiteColor);
  font-size: 8px;
  border-radius: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  z-index: 5;
}

.sidebar-doc .block-clean-input.show {
  display: flex;
}

.block-scanner .sidebar-contact {
  transform: translateX(-500px);
  z-index: 1051;
  box-shadow: none;
  transition: 0.3s cubic-bezier(0.85, 0.18, 0, 1.2);
}

.block-scanner .sidebar-contact.show {
  transform: translateX(0);
}

.sidebar-doc .empty-result p {
  color: var(--colorParagraph);
}

.sidebar-doc .empty-result img {
  width: 40px;
  font-size: 40px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.sidebar-doc form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: calc(100% - 83px);
  width: 100%;
}

.sidebar-doc .body-siderbar .block-file {
  position: relative;
}

.sidebar-doc .body-siderbar .block-file label .bi-folder-fill,
.sidebar-doc .body-siderbar .block-file label .bi-printer-fill,
.sidebar-doc .body-siderbar .block-file label .fi {
  font-size: 24px;
  color: var(--primaryColor);
  margin-right: 10px;
}

.sidebar-doc .body-siderbar .block-file label svg {
  width: 24px;
  height: 50px;
  margin-right: 10px;
  fill: var(--primaryColor);
}

.lable-file-in {
  padding: 20px 14px;
  border-radius: 12px;
  border: 1px solid #f0edf3;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.lable-file-in.active {
  border-color: transparent;
  background: #29265b18;
}

.sidebar-doc .body-siderbar .block-file.block-import-doc label .bi-folder-fill,
.sidebar-doc .body-siderbar .block-file.block-import-doc label .bi-printer-fill {
  color: var(--colorParagraph);
  opacity: 0.5;
}

.sidebar-doc .body-siderbar .block-file label p {
  color: var(--primaryColor);
  font-size: 14px;
  margin-bottom: 0;
}

.btn-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: var(--colorParagraph);
  transition: 0.3s;
  border-radius: 5px;
  position: relative;
}

.btn-back .tooltip-indicator {
  position: absolute;
  left: 200%;
  padding: 7px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.9);
  color: var(--whiteColor);
  font-size: 12px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  pointer-events: none;
}

.ck.ck-editor__main>.ck-editor__editable {
  border: none !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: none !important;
}

.ck.ck-editor__main>.ck-editor__editable p {
  font-size: 14px !important;
  color: var(--colorTitre) !important;
}

.ck-button {
  border-radius: 8px !important;
  color: var(--colorTitre) !important;
}

.ck.ck-toolbar {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px 8px 0 0 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.breadcrumb a {
  color: var(--colorParagraph);
  display: flex;
  align-items: center;
}

.btn-back:hover .tooltip-indicator {
  opacity: 1;
  visibility: visible;
}

.nav-tab-users .nav-item {
  width: 50%;
}

.nav-tab-users .nav-item .nav-link {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.btn-back:hover {
  background: var(--bgContent);
}

.pdf-tools {
  background: #ffffffcc !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  #numPages {
    color: var(--colorParagraph);
  }
}

.block-indic-text span {
  font-size: 14px;
  color: var(--colorParagraph);
}

.block-indic-text span:first-child {
  color: var(--colorTitre);
}

.sidebar-doc .body-siderbar .block-file label .bi-plus-lg {
  font-size: 14px;
  color: var(--primaryColor);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid var(--primaryColor);
  flex: 0 0 auto;
}

.sidebar-doc .body-siderbar .block-file.block-import-doc label .bi-plus-lg {
  /* color: var(--colorParagraph); */
  border: 1px solid inherit;
}

.sidebar-doc .body-siderbar .col-form-label {
  font-size: 12px;
  color: var(--colorTitre);
}

.sidebar-doc .body-siderbar .title-info {
  font-size: 14px;
  font-weight: 400;
  /* margin-bottom: 20px; */
  color: var(--colorParagraph);
}

.sidebar-doc .body-siderbar .block-file label {
  position: relative;
  padding: 10px 20px;
  /* border: 2px dashed var(--primaryColor); */
  background: var(--whiteColor);
  border-radius: 12px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400 !important;
}

.sidebar-doc .body-siderbar .block-file.block-import-doc label {
  background: none;
  border: 2px dashed var(--primaryColor);
}

.offcanvas .block-file {
  position: relative;
}

.offcanvas .block-file label {
  position: relative;
  padding: 10px 20px;
  border: 2px dashed #afb6e1;
  background: var(--whiteColor);
  border-radius: 12px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400 !important;
}

.offcanvas .block-file label p {
  color: var(--colorParagraph);
  font-size: 14px;
  margin-bottom: 0;
}

.offcanvas .block-file label .bi-plus-lg {
  font-size: 16px;
  color: var(--primaryColor);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid var(--primaryColor);
  flex: 0 0 auto;
  margin-right: 0;
}

.offcanvas .btn-default {
  background: var(--bgContent);
  color: var(--primaryColor);
  padding: 10px 14px;
}

.offcanvas .btn-primary {
  background: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 14px;
  border-radius: 8px;
}

.offcanvas .block-file label .fi {
  font-size: 18px;
  color: var(--primaryColor);
  margin-right: 10px;
}

.sidebar-doc .body-siderbar .block-file input {
  display: none;
}

.sidebar-doc .footer-sidebar {
  padding: 20px;
  /* box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.03); */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sidebar-doc .footer-sidebar .btn {
  font-size: 14px;
  padding: 10px 24px;
  font-weight: 600;
  color: var(--colorTitre);
  border-radius: 12px;
}

.sidebar-doc .footer-sidebar .btn-valid {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
  margin-left: 20px;
}

.sidebar-doc .body-siderbar .form-control {
  border: 1px solid transparent;
  box-shadow: none !important;
}

.sidebar-doc .form-check-input {
  box-shadow: none !important;
  border: 1px solid transparent;
  cursor: pointer;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1) !important;
}

/* .sidebar-doc .form-check-input {
    box-shadow: none !important;
} */

.sidebar-doc .form-check-input:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}

.block-no-file {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
}

.block-no-file .bi {
  font-size: 100px;
  color: var(--colorParagraph);
  opacity: 0.5;
}

.block-no-file h4 {
  color: var(--colorTitre);
  font-size: 30px;
  font-weight: 600;
}

.block-no-file p {
  color: var(--colorParagraph);
  margin-bottom: 0;
}

.block-scanner .content-scanner iframe {
  min-height: 100vh;
  /* margin-top: 60px; */
}

.list-file {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-file li {
  position: relative;
  padding: 0 5px;
}

.list-file li .bi-file-earmark {
  font-size: 30px;
  color: var(--primaryColor);
  margin-right: 10px;
}

.list-file li .block-detail {
  width: 100%;
}

.list-file li .names {
  display: flex;
  align-items: center;
}

.list-file li .names p {
  color: var(--colorParagraph);
  font-size: 14px;
  margin-bottom: 0;
}

.list-file li .names p:last-child {
  margin-left: auto;
}

.list-file li .block-remove {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f8616199;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.list-file li:hover .block-remove {
  opacity: 1;
  visibility: visible;
}

.list-file li .block-remove .btn {
  width: 30px;
  height: 30px;
  background-color: #f86161;
  color: var(--whiteColor);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.block-copy-allright img {
  width: 100px;
}

.block-copy-allright img:nth-child(2) {
  display: none;
}

.sidebar ul.lists li a .arrow {
  font-size: 12px;
  /* margin-top: 7px;
    margin-left: 10px; */
  position: absolute;
  right: 10px;
  transition: 0.3s;
}

.sidebar ul.lists li a[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.sidebar ul.lists li div>div {
  padding-left: 7px;
  padding-top: 14px;
  margin-top: -15px;
}

.sidebar ul.lists li div a {
  padding: 4px 40px !important;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--colorParagraph);
  align-items: center;
  text-decoration: none;
  position: relative;
  border-radius: 0 12px 12px 0;
  margin-right: 7px;
  justify-content: start;
  transition: 0.5s;
}

.sidebar .content-sidebar {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.sidebar .tooltip-lg {
  position: absolute;
  z-index: 2;
  left: 70%;
  top: 88px;
  background: var(--darkenPurpleVariant);
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s, opacity 0.3s;
  font-weight: 600;
  color: var(--whiteColor);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.sidebar-doc .header-sidebar .block-badge {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.sidebar-doc .header-sidebar .block-badge .bi {
  font-size: 14px;
  margin-right: 10px;
}

.sidebar-doc .header-sidebar .block-badge.off {
  color: #07c451;
  background: #edfff4;
}

.sidebar-doc .body-siderbar .items {
  color: var(--colorParagraph);
  font-size: 14px;
  margin-bottom: 0;
  word-break: break-all;
}

.backdropFilter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  display: block;
  transition: 0.3s;
}

.card-chat .block-writing #emoji-btn {
  background: none;
  font-size: 22px;
  color: var(--colorParagraph);
  cursor: pointer;
}

#emoji-keyboard.show {
  display: flex;
}

#emoji-keyboard {
  flex-wrap: nowrap;
  gap: 5px;
  padding: 14px 14px;
}

#emoji-keyboard a {
  font-size: 16px;
}

.tabBar {
  position: fixed;
  width: 98%;
  background: var(--whiteColor);
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 1000;
  box-shadow: rgba(107, 104, 147, 0.082) 0px -5px 30px 0px;
  border-radius: 50px;
}

.tabBar .content-tab,
.tabBarBtn .content-tab {
  padding: 18px 10px;
}

.tabBar .content-tab a {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  text-decoration: none;
  color: var(--colorParagraph);
  line-height: 110%;
}

.tabBarBtn {
  position: fixed;
  width: 100%;
  background: var(--whiteColor);
  left: 0;
  bottom: 0;
  z-index: 1000;
  box-shadow: rgba(107, 104, 147, 0.082) 0px -5px 30px 0px;
}

.attache-doc {
  font-size: 14px;
  background: var(--lightBlue);
  padding: 12px 16px;
  border-radius: 8px;
  color: var(--colorParagraph);
}

.attache-doc .doc-item {
  color: var(--primaryColor);
  font-weight: 600;
}

.tabBar .content-tab a.active {
  color: var(--primaryColor);
}

.tabBar .content-tab a .fi {
  font-size: 20px;
}

.tabBar .content-tab a.active .fi {
  background: linear-gradient(35deg, var(--primaryColor), var(--blueAqua));
  background-clip: text;
  -webkit-background-clip: text;
}

.tabBar .content-tab a span {
  font-size: 10px;
}

.tabBar .content-tab a .fi-sr {
  display: none;
}

.tabBar .content-tab a.active .fi-rr {
  display: none;
}

.tabBar .content-tab a.active .fi-sr {
  display: block;
}

.block-moreInfo-doc {
  padding: 24px 24px;
  border-radius: 24px;
  overflow-y: auto;
}

.block-action-doc {
  /* padding: 14px 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 14px 20px 14px; */
  padding: 8px;
  border: 1px solid rgba(73, 162, 240, 0.18);
  border-radius: 8px;
  margin: 0 0px 20px 0px;
  background: rgba(182, 199, 240, 0.08);
}

.block-action-doc .btn {
  font-size: 12px;
  color: var(--colorParagraph);
}

.block-action-doc .btn:hover {
  color: var(--colorTitre);
}

.block-action-doc .btn-light {
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  color: var(--bgBtnPrimary);
  transition: 0.3s;
}

.block-action-doc p {
  color: var(--bgBtnPrimary);
  font-size: 14px;
  font-family: "Roboto-bold";
}

.vignette-column {
  transition: 0.3s;

  &.hidden-block {
    width: 0% !important;
    opacity: 0;
  }
}

.block-action-doc p .fi {
  color: var(--bgBtnPrimary);
  font-size: 16px;
  margin-right: 10px;
}

.block-action-doc .btn-light:hover {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
}

.navbar .block-search-nav .position-lg-relative.search-lg-nav {
  transition: 0.3s;
}

@media (max-width: 576px) {
  .block-erro-page .block-bg-error {
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .block-erro-page .block-bg-error h2 {
    font-size: 90px;
  }

  .content .card-lg.card-profil-lg::before {
    height: 48%;
  }

  .content .card-lg.card-profil-lg::after {
    height: 55%;
  }

  .navbar .block-search-nav {
    margin-left: 0;
  }

  .navbar .block-search-nav .position-lg-relative.search-lg-nav {
    width: 100%;
    background: var(--whiteColor);
    top: 0;
    left: 0;
    padding: 12px;
    z-index: 2;
    translate: translateX(100%);
    opacity: 0;
    pointer-events: none;
    position: fixed;
  }

  .navbar .block-search-nav .position-lg-relative.search-lg-nav.show {
    translate: translateX(0%);
    opacity: 1;
    pointer-events: visible;
  }

  .navbar .block-search-nav .block-spiner {
    top: 50%;
    transform: translateY(-50%);
    right: 12%;
  }

  .navbar .block-search-nav .position-lg-relative.search-lg-nav .form-control {
    width: 90%;
  }

  .navbar .block-search-nav .icon {
    top: 17px;
    left: 25px;
  }

  .btn-action-delegue {
    position: relative;
    top: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
  }

  #pdf-main-container {
    padding-left: 0;
  }

  .content {
    padding-top: 20px;
    margin-top: 60px;
    background: var(--bgContent);
    border-radius: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .content .btn-add {
    font-size: 12px;
  }

  .content .nav-tabs.nav-folder {
    margin-bottom: 6px;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .breadcrumb li {
    white-space: nowrap;
    /* overflow: hidden; */
  }

  .breadcrumb li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .offcanvas-header {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .content .block-detail-task {
    padding: 10px;
  }

  .btn-add-photo {
    width: 30px;
    height: 30px;
  }

  .btn-add-photo .fi {
    font-size: 14px;
  }

  .content .card-lg.card-profil-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content .card-lg.card-profil-lg h1 {
    font-size: 18px;
  }

  .content .card-lg.card-profil-lg .profil-lg::before {
    inset: -5px;
  }

  .content .card-lg.card-profil-lg .block-coord {
    margin-top: 50px;
  }

  .content .card-lg.card-profil-lg .profil-lg {
    margin-top: 0;
    width: 100px;
    height: 100px;
  }

  .block-login .card-login {
    padding: 34px 20px;
    border-radius: 12px;
  }

  /* .block-top-margin {
    margin-top: -40px;
  } */
  .navbar {
    padding: 12px 0;
  }

  .nav-tache {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .para-page {
    font-size: 13px;
  }

  .block-login .card-login .content .nav-tabs.nav-folder {
    padding-bottom: 18px;
  }

  .sidebar .card-sm span {
    display: inline-block !important;
  }

  .nav-parametres {
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-parametres::-webkit-scrollbar {
    display: none;
  }

  .text-page {
    font-size: 16px;
  }

  .nav-parametres .nav-link {
    white-space: nowrap;
    font-size: 13px;
  }

  .col-folder img {
    width: 50px;
  }

  .col-folder h6 {
    font-size: 13px;
  }

  .nav-tache::-webkit-scrollbar {
    display: none;
  }

  .nav-tache .nav-link {
    white-space: nowrap;
  }

  .wrapper {
    padding: 0 0px !important;
  }

  .wrapper.wrapper.wrapper-lg {
    padding: 0 10px;
  }

  .sidebar {
    width: calc(100% - 80px) !important;
    transform: translateX(120%);
    transition: 0.3s;
    left: auto;
    right: 0;
  }

  .sidebar.sidebar-respo {
    transform: translateX(0%);
  }

  /* .content .card-lg {
    border-radius: 24px 24px 0 0;
    padding-bottom: 50px;
  } */
  .content .card-lg h1 {
    font-size: 24px;
    font-weight: 700;
  }

  .content .card-lg h5 {
    font-size: 16px;
    font-weight: 600;
  }

  .content .card-lg p {
    margin-bottom: 0;
  }

  .content .card-lg .block-circle {
    width: 100%;
  }

  .content .card-sm .icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .content .card-lg .circle-white:nth-child(1) {
    right: -340px;
  }

  .content .card-lg .circle-white:nth-child(2) {
    right: -290px;
  }

  .content .card-lg .circle-white:nth-child(3) {
    right: -250px;
  }

  .content .card-table {
    padding: 20px;
  }

  .content .card-table h4 {
    font-size: 14px;
  }

  .content .card-sm h3 {
    font-size: 22px;
    font-weight: 700;
  }

  .navbar .close-menu-sm {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--colorParagraph);
    font-size: 18px;
    z-index: 1;
    border-radius: 5px;
    margin-right: 10px;
  }

  .navbar .avatar-user {
    margin-left: 10px;
    width: 34px;
    height: 34px;
  }

  .navbar .link {
    margin-right: 26px;
    font-size: 18px;
  }

  .sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
    display: block;
    width: 180px;
  }

  .sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
    display: none;
  }

  .sidebar.sidebar-sm ul.lists li a {
    justify-content: flex-start;
  }

  .sidebar.sidebar-sm ul.lists li a .title {
    opacity: 1;
  }

  .backdropFilter.show {
    opacity: 1;
    pointer-events: visible;
  }

  .sidebar.sidebar-sm .logo a {
    padding: 15px 20px;
  }

  .sidebar.sidebar-sm .card-sm .btn {
    border: 1px solid #fff;
    padding: 0;
  }

  .sidebar.sidebar-sm .card-sm {
    background: var(--primaryColor);
  }

  .sidebar .close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    left: -15px;
    right: auto;
  }

  .block-login {
    min-height: 100vh;
    display: flex;
    padding: 50px 0;
    align-items: center;
    justify-content: center;
  }

  .block-login .card-login h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .block-login .card-login p {
    font-size: 14px;
    margin-bottom: 20px !important;
  }

  .block-login .form-check label {
    font-size: 12px;
  }

  .block-login .col-link {
    flex-direction: column;
  }

  .block-login .reset {
    font-size: 12px;
    margin-top: 10px;
  }

  .block-login .form-control {
    height: 46px;
    padding-left: 40px;
  }

  .block-login .icon-form {
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }

  .sidebar ul.lists li a {
    padding: 7px 30px;
  }

  .modal.fade .modal-dialog {
    transform: translate(0, 50px);
  }

  .modal.show .modal-dialog {
    transform: none;
  }

  .modal-dialog-centered {
    align-items: flex-end;
  }

  .btn-add span {
    display: none;
  }

  .modal .modal-header .btn-close {
    top: -10px;
    right: 3px;
  }

  .block-action-table {
    flex-direction: column;
  }

  .block-action-table h5 {
    font-size: 14px;
    color: var(--colorTitre);
    margin-bottom: 10px;
  }

  .title-small {
    margin-bottom: 10px;
  }

  .nav-user {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 90%;
  }

  .nav-user .nav-link {
    white-space: nowrap;
  }

  .content h1 {
    font-size: 20px;
  }

  .block-action-table-2 .nav-user::-webkit-scrollbar {
    display: none;
  }

  .navbar .logo-header {
    display: flex;
    align-items: center;
  }

  .navbar .logo-header img {
    width: 32px;
  }

  .td-empty {
    font-size: 12px;
    color: var(--colorParagraph);
  }

  .block-scanner .sidebar-doc {
    width: 100%;
  }

  .sidebar-doc .header-sidebar .user-avatar {
    width: 32px;
    margin-left: 20px;
  }

  .block-scanner .sidebar-chat .list-contact li .block-name h6 {
    font-size: 14px;
  }

  .block-scanner .sidebar-chat .list-contact li .avatar {
    width: 40px;
    height: 40px;
  }

  .block-scanner .sidebar-chat .block-serach-contact .form-control {
    font-size: 13px;
  }

  .block-scanner .sidebar-chat .list-contact li .date {
    font-size: 10px;
  }

  .sidebar-doc .body-siderbar {
    padding: 20px 14px;
  }

  .sidebar-doc .header-sidebar {
    padding: 14px;
  }

  .sidebar-doc .body-siderbar {
    width: 94%;
  }

  .block-scanner .content-scanner {
    padding-left: 0;
  }

  .block-scanner .card-chat .body-chat {
    width: 94%;
    padding: 0 20px;
  }

  .card-chat .block-writing textarea {
    width: 84% !important;
    height: 40px;
    padding-left: 16px;
    padding-top: 10px;
    font-size: 12px;
  }

  .card-chat .content-chat .block-chat-admin .card-chat-sm,
  .card-chat .content-chat .block-chat-user .card-chat-sm {
    max-width: 84%;
  }
}

/* Styles pour la visualisation PDF */
.pdf-viewer-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Conteneur principal du PDF */
#pdf-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-color: #f5f5f5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Page PDF individuelle */
.pdf-page {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
}

/* Canvas du PDF */
.pdf-canvas {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

/* Couche de texte pour la sélection */
.text-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.text-layer>span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

/* Pour les écrans larges */
@media (min-width: 1200px) {
  .pdf-page {
    max-width: 90%;
  }
}

/* Pour les tablettes */
@media (max-width: 991px) {
  .pdf-page {
    max-width: 100%;
  }
}

/* Pour les mobiles */
@media (max-width: 767px) {
  .pdf-page {
    width: 100%;
    margin: 10px 0;
  }

  .pdf-canvas {
    width: 100% !important;
    height: auto !important;
  }
}

/* Barre d'outils PDF */
.pdf-tools {
  background: #f8f9fa;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  border-bottom: 1px solid #e9ecef;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pdf-tools::-webkit-scrollbar {
  display: none;
}

/* Masquer la barre de défilement pour Webkit */
.pdf-tools::-webkit-scrollbar {
  display: none;
}

/* Style de la barre de défilement pour Webkit */
.pdf-tools::-webkit-scrollbar {
  height: 6px;
}

.pdf-tools::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.pdf-tools::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 3px;
}

/* Groupes de boutons alignés */
#toolbarViewerLeft,
#toolbarViewerMiddle,
#toolbarViewerRight {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 0 8px;
  position: relative;
  height: 100%;
}

/* Groupe de gauche - navigation */
#toolbarViewerLeft {
  min-width: 200px;
}

/* Groupe du milieu - zoom */
#toolbarViewerMiddle {
  min-width: 200px;
  justify-content: center;
}

/* Groupe de droite - actions */
#toolbarViewerRight {
  min-width: 200px;
  justify-content: flex-end;
  margin-left: auto;
}

/* Séparateur entre les groupes de boutons */
#toolbarViewerLeft::after,
#toolbarViewerMiddle::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #dee2e6;
  margin: 0 2px;
}

/* Boutons de navigation et contrôles */
#previous,
#next,
#zoomIn,
#zoomOut,
#pageNumber,
#scaleSelect,
.toolbarButton,
#print,
#download,
#search {
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  color: #495057;
  transition: all 0.15s;
  font-size: 13px;
  line-height: 1;
  padding: 0 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
}

/* Boutons d'icônes */
#previous,
#next,
#zoomIn,
#zoomOut,
#print,
#download,
#search {
  padding: 0;
  min-width: 34px;
  width: 34px;
}

/* Champs de formulaire */
#pageNumber,
#scaleSelect {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  max-width: 100px;
}

/* Boutons de navigation spécifiques */
#previous,
#next {
  width: 30px;
  padding: 0;
  flex-shrink: 0;
}

/* Champs de formulaire */
#pageNumber,
#scaleSelect {
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  max-width: 80px;
}

/* Boutons d'action */
#zoomIn,
#zoomOut,
.toolbarButton {
  cursor: pointer;
}

/* États des boutons */
#previous:hover,
#next:hover,
#zoomIn:hover,
#zoomOut:hover,
.toolbarButton:hover {
  background: #e9ecef;
  color: #0d6efd;
  border-color: #86b7fe;
}

/* Désactivé */
#previous:disabled,
#next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #6c757d;
}

/* Champ de numéro de page */
#pageNumber {
  width: 60px;
  height: 32px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  margin: 0 5px;
  padding: 0 5px;
}

/* Conteneur du contenu PDF */
#pdf-contents {
  width: 100%;
  background: #f6f8fc;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Page PDF individuelle */
#pdf-contents>div {
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background: #fff;
  position: relative;
}

/* Canvas PDF */
#pdf-contents canvas {
  max-width: 100%;
  height: auto !important;
  display: block;
}

/* Couche de texte pour la sélection */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer ::selection {
  background: rgba(0, 0, 255, 0.2);
}

/* Indicateur de chargement */
.page-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  border-radius: 4px;
}

/* Styles responsifs */
@media (max-width: 768px) {
  .pdf-tools {
    padding: 8px 10px;
  }

  #toolbarViewerLeft,
  #toolbarViewerMiddle,
  #toolbarViewerRight {
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
  }

  #pageNumber {
    width: 50px;
  }

  #scaleSelect {
    max-width: 120px;
  }
}

/* Styles pour les écrans très petits */
@media (max-width: 768px) {
  .pdf-tools {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    border-top: 1px solid #dee2e6;
    z-index: 1050;
    padding: 8px 10px;
    gap: 6px;
  }

  #pdf-contents {
    padding-bottom: 60px;
    /* Espace pour la barre d'outils fixe */
  }

  /* Ajustement des boutons et champs */
  #previous,
  #next {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  #pageNumber {
    width: 45px;
    height: 28px;
    font-size: 12px;
  }

  #scaleSelect {
    height: 28px;
    font-size: 12px;
    max-width: 90px;
  }

  /* Masquer les éléments non essentiels sur très petits écrans */
  @media (max-width: 360px) {
    .toolbarButton:not(#previous):not(#next):not(#pageNumber) {
      padding: 0 6px;
      font-size: 12px;
    }

    #scaleSelect {
      max-width: 70px;
    }
  }
}

/* Styles pour les boutons d'action dans les tableaux */
.btns-action-table .btn {
  position: relative;
  padding: 0.5rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btns-action-table .btn i {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btns-action-table .btn .btn-text {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-bottom: 5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.btns-action-table .btn .btn-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.btns-action-table .btn:hover .btn-text {
  display: block;
  opacity: 1;
}

/* Ajustements pour les petits écrans */
@media (max-width: 768px) {
  .btns-action-table .btn {
    padding: 0.5rem;
  }

  .btns-action-table .btn .btn-text {
    font-size: 0.65rem;
    padding: 3px 6px;
  }
}

/* #ff7b7b */
#page-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#page-load .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  color: white;
}

#page-load .parent-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 1);
  transform: translate(-50%, -50%);
}

#page-load .load-spiner {
  border: 3px solid #089bdb;
  border-top: 3px solid transparent;
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  flex: 0 0 auto;
  font-family: "Roboto", "Roboto-bold", sans-serif !important;
  font-weight: 300 !important;
}

#page-load h6 {
  /* color: #303537 !important; */
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Roboto", "Roboto-bold", sans-serif !important;
  font-weight: 300 !important;
}

.text-stared {
  display: inline-block;
  font-family: "Roboto", "Roboto-bold", sans-serif !important;
  font-weight: 300 !important;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 576px) {
  #pdf-main-container {
    padding-left: 0;
  }

  #page-load .parent-modal {
    padding: 14px;
  }

  #page-load .load-spiner {
    width: 26px;
    height: 26px;
    margin-right: 0;
    font-family: "Roboto", "Roboto-bold", sans-serif !important;
    font-weight: 300 !important;
  }

  #page-load h6 {
    display: none;

    font-family: "Roboto", "Roboto-bold", sans-serif !important;
    font-weight: 300 !important;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .block-erro-page .block-bg-error {
    position: fixed;
    width: 50%;
  }

  .block-content-text-error {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
  }

  .block-erro-page .block-bg-error h2 {
    font-size: 120px;
  }

  #pdf-main-container {
    padding-left: 0;
  }

  .navbar {
    padding: 14px 0;
  }

  .content .nav-tabs.nav-folder {
    padding-bottom: 10px;
  }

  .navbar .block-search-nav {
    margin-left: 20px;
  }

  .sidebar {
    width: 280px !important;
    transform: translateX(120%);
    transition: 0.3s;
    left: auto;
    right: 0;
  }

  .sidebar.sidebar-sm .card-sm {
    background: var(--primaryColor);
  }

  .sidebar .card-sm span {
    display: inline-block !important;
  }

  .sidebar.sidebar-respo {
    transform: translateX(0%);
  }

  .sidebar.sidebar-sm ul.lists li a {
    justify-content: flex-start;
  }

  .sidebar.sidebar-sm ul.lists li a .title {
    opacity: 1;
  }

  .sidebar .close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    left: -15px;
    right: auto;
  }

  .sidebar.sidebar-sm .logo a {
    padding: 15px 20px;
  }

  .sidebar.sidebar-sm .logo a .block-logo img:nth-child(1) {
    display: block;
    width: 180px;
  }

  .sidebar.sidebar-sm .logo a .block-logo img:nth-child(2) {
    display: none;
  }

  .wrapper {
    padding: 0 0px !important;
  }

  .navbar .logo-header {
    display: flex;
    align-items: center;
  }

  .navbar .logo-header img {
    width: 32px;
  }

  .content {
    padding-top: 20px;
    margin-top: 64px;
    border-radius: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .content .card-lg {
    margin-top: -19px;
    border-radius: 24px 24px 0 0;
    padding-bottom: 50px;
  }

  /* .block-top-margin {
    margin-top: -40px;
  } */
  .navbar .close-menu-sm {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--colorParagraph);
    font-size: 18px;
    z-index: 1;
    border-radius: 5px;
    margin-right: 10px;
  }

  .backdropFilter.show {
    opacity: 1;
    pointer-events: visible;
  }

  .block-scanner .sidebar-doc {
    width: 350px;
  }

  .sidebar-doc .header-sidebar {
    padding: 14px 20px 14px 3px;
  }

  .sidebar-doc .header-sidebar h4 {
    font-size: 16px;
  }

  .sidebar-doc .body-siderbar .title-info {
    font-size: 13px;
  }

  .block-scanner .content-scanner {
    padding-left: 350px;
    min-height: 100vh;
  }

  .block-no-file .bi {
    font-size: 60px;
  }

  .block-no-file h4 {
    font-size: 20px;
  }

  .block-no-file p {
    font-size: 14px;
  }

  .sidebar-doc .body-siderbar .block-file label p {
    font-size: 12px;
    line-height: 100%;
  }

  .sidebar-doc .body-siderbar .block-file label {
    padding: 3px 12px;
  }

  .sidebar-doc .body-siderbar .block-file label .bi-folder-fill,
  .sidebar-doc .body-siderbar .block-file label .bi-printer-fill,
  .sidebar-doc .body-siderbar .block-file label .fi {
    font-size: 24px;
  }

  .navbar .block-search-nav .form-control {
    width: 270px;
  }
}

.card-btnCourier {
  border: none;
}

/*Styles personnalisés*/
.sidebar-doc .footer-sidebar {
  display: flex;
}

.sidebar-doc .footer-sidebar>* {
  flex: calc(100% / 2);
}

.btn-concel {
  background: var(--bgContent) !important;
}

.sidebar-doc .body-siderbar .block-file label {
  position: relative;
  padding: 6px 20px;
}

/* .items-activity .block-dot-line::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='21' fill='currentColor'/%3E%3Cpath fill='%23ccff90' d='M34.6 14.6L21 28.2l-5.6-5.6l-2.8 2.8l8.4 8.4l16.4-16.4z'/%3E%3C/svg%3E");
  position: absolute;
  width: 1em;
  height: 1em;
  left: -17px;
  top: 8px;
} */

.items-activity .block-dot-line {
  position: relative;
}

.items-activity .block-dot-line-icon {
  position: absolute;
  left: -7px;
  top: 0px;
}

.items-activity .block-dot-line-icon svg {
  color: #17e3a9 !important;
}

.detailCourierUserInfosBox {
  display: flex;
  gap: 10px;

  .avatarDetailCourier {
    width: 30px !important;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    background: #ffffff !important;

    .avatarDetailCourier-avatar {
      display: block;
      max-width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center center;
    }
  }
}

.sidebar.sidebar-sm {
  width: 68px;
  /* background: red; */
}

/* .sidebar-respo .card-sm {
  display: none !important;
  opacity: 0;

  transition: 0.3s;
} */

.sidebar.sidebar-sm {
  .card-mobil {
    width: 75%;
    padding: 12px 10px;
    margin: 10px auto 0;
    border-radius: 12px;
    background: var(--bgBtnPrimary);
    border: none;
    overflow: hidden;
    margin-bottom: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.sidebar .card-mobil {
  display: none !important;
  opacity: 0;
  transition: 0.3s;
}

.sidebar-respo .card-mobil {
  display: block !important;
  opacity: 1;
  transition: 0.3s;
}

.sidebar-respo .close-menu .bubble {
  transform: rotate(180deg);
  transition: 0.3s;
}

.sidebar-respo ul.lists li.item {
  padding-right: 0px;
}

.sidebar-respo .fi-rr-angle-down {
  display: none !important;
}

/* Modal styles */

.modal {
  .btn-close {
    display: none !important;
  }

  .btn-cansel {
    background: var(--bgContent);
  }
}

/*End Modal styles */

.offcanvas {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.iconNotification {
  color: var(--primaryColor);
}

.text-star-subtitle {
  color: var(--colorParagraph) !important;
}

nav[role="navigation"] {
  margin-top: 30px;
  /* background: red; */
}

.content-scanner-iconFileBox {
  width: 30px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-right: 10px !important;
}

.content-scanner-iconFileBox-image {
  width: inherit;
  height: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

/* Block search sidebar */

.block-search-sidebar {
  /* background: red; */
  position: relative;
}

.block-search-sidebar>div:first-of-type {
  display: flex;
  position: relative;
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-left: 0px !important;
}

.block-search-sidebar>div:first-of-type div {
  /* display: flex;
  position: relative; */
  padding-top: 1px !important;
  margin-top: 1px !important;
}

.block-search-sidebar .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  opacity: 0.7;
}

.block-search-sidebar .icon i {
  font-size: 14px;
  color: var(--colorParagraph);
}

.block-search-sidebar input {
  padding-left: 30px !important;
  border-radius: 28px;
  background: var(--bgContent);
  font-size: 14px !important;
  border: none !important;
}

.block-search-sidebar input:focus {
  background: var(--bgContent);
}

.sidebar ul.lists li.item:first-of-type {
  padding-right: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Message flash style */

.message-flash {
  top: 20px;
  width: 350px;
  border-radius: 24px;
  background: var(--colorTitre) !important;
  padding: 6px 2px !important;
}

.message-flash .content-text {
  padding: 5px 6px;
  /* align-items: center; */
}

.message-flash .icon i {
  color: #1dc355;
}

.message-flash .text-star i {
  color: #1dc355;
}

.message-flash .text-star h6,
.message-flash .text-star p {
  color: var(--whiteColor);
}

/*icon  Message flash style */

.message-flash .content-text-imageBox {
  position: relative;
  width: 70px;
  /* height: 70px; */
  border-radius: 100%;
  padding: 0px 0px 0px 0px !important;
}

.message-flash .content-text-imageBox svg {
  position: relative;
  width: 60px !important;
  height: 60px !important;
}

.message-flash .content-text-imageBox img {
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center top;
  width: 70px !important;
  height: 70px !important;
  /* transform: translateY(-15px); */
}

.btn-notification-delete {
  background: var(--lightBlue) !important;
  padding: 8px 8px !important;
  border: none !important;
  font-size: 11px !important;

  position: relative;
  color: var(--bgBtnPrimary);
  /* top: 27px;
  right: 74px; */
  /* transform: translateY(-50%); */
  /* width: 20px;
  height: 20px; */
  /* border-radius: 100% !important; */
}

.btn-notification-delete svg {
  /* background: #ff0000 !important; */
  width: 10px !important;
  height: auto;
}

.offcanvas-header {
  display: grid !important;
  grid-template-columns: 1fr 1fr 50px;
}

.btn-close-notification {
  margin-left: 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid var(--bgContent) !important;
}

.btn-close-notification i {
  font-size: 15px !important;
}

.form-control-tache-annotation::placeholder {
  font-size: 8px !important;
}

.btn-add-agent {
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
.show-vignette {
  background: var(--bgContent) !important;
  border-radius: 100% !important;
  border: none !important;
} */

.show-vignette {
  background: var(--primaryColor) !important;
  border-radius: 100% !important;
  border: none !important;
}

.show-vignette i {
  color: var(--whiteColor);
}

/* icon esignature */

.icon-esignature {
  position: relative;
  width: 59px;
  height: auto;
  overflow: hidden;
  padding: 10px;
  padding-left: 0px;
  margin-top: 7px;
}

.icon-esignature img {
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

/* style agent details */
.agent-detail-infos {
  /* background: var(--primaryColor) !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; */
}

.avatar-user-agent-detail {
  /* transform: translateY(-50px); */
}

.card-profil-agent {
  padding-top: 10px;
  padding-bottom: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.block-detail-agent-sm {
  padding: 0px !important;
  display: flex;
  gap: 10px;
}

.block-detail-agent-sm .icon {
  position: relative !important;
  top: 0px !important;
}

.block-detail-agent-sm {
  display: flex !important;
}

/* Pdf tools  */

.pdf-tools-modified {
  width: 550px !important;
  max-width: 95vw !important;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border-radius: 8px !important;
  position: sticky;
  bottom: 20px;
  flex-wrap: nowrap;
  padding: 4px 6px !important;
  background: var(--bg-card, #fff);
}

/* Sections internes - ne pas réduire */
.pdf-tools-modified #toolbarViewerLeft,
.pdf-tools-modified #toolbarViewerMiddle,
.pdf-tools-modified #toolbarViewerRight {
  flex-shrink: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 !important;
  gap: 2px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.pdf-tools-modified #toolbarViewerLeft::after,
.pdf-tools-modified #toolbarViewerMiddle::after {
  display: none !important;
}

/* .pdf-tools-modified span {
  transform: scale(0.5) !important;
} */

#toolbarViewerMiddle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* show vignette */
.show-vignette .tooltip-btn {
  left: -67% !important;
}

/* icon pdf tools */

.icon-pdf-tools {
  font-size: 12px;
}

/* Styles responsive pour pdf-tools-modified */
@media (max-width: 992px) {
  .pdf-tools-modified {
    width: 600px !important;
    max-width: 95vw !important;
  }
}

@media (max-width: 768px) {
  .pdf-tools-modified {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px !important;
    gap: 8px;
  }

  .pdf-tools-modified .toolbarButton {
    padding: 4px 8px;
  }

  .pdf-tools-modified #scaleSelect {
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .pdf-tools-modified {
    gap: 4px;
    padding: 6px 8px !important;
  }

  .pdf-tools-modified #toolbarViewerLeft,
  .pdf-tools-modified #toolbarViewerMiddle,
  .pdf-tools-modified #toolbarViewerRight {
    gap: 4px;
    padding: 0 4px;
  }

  .pdf-tools-modified #scaleSelect {
    max-width: 80px;
  }

  .pdf-tools-modified .icon-pdf-tools {
    font-size: 11px;
  }

  .pdf-tools-modified #pageNumber {
    width: 50px !important;
  }
}

/* texte accusé de reception */

.items-activity .block-dot-line .dot-line p:first-child span {
  font-weight: 300;
}

/* Modal esignature */
@media (min-width: 576px) {
  .modal-esignature {
    --bs-modal-width: 395px;
  }
}

@media (min-width: 576px) {
  .modal-sm {
    --bs-modal-width: 395px;
  }
}

.modal .btn-next-esignature {
  background: var(--bgBtnPrimary);
  color: var(--whiteColor);
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 24px;
  /* margin-bottom: 20px; */
  margin-top: 0px;
}

/* Profil title style */

.profil-title {
  /* color: var(--whiteColor) !important; */
}

.card-profil-userAuth {
  border-radius: 12px !important;
  background: var(--whiteColor);
}

.blockCoord-profil-userAuth {
  margin-top: 20px !important;
}

.card-profil-userAuth-infosBox {
  margin-top: 8%;
}

.post-user-auth {
  color: var(--colorParagraph) !important;
}

/* Login styles images block */

.block-bg-app-content {
  width: 100%;
  height: 100%;
  background: var(--bg-card);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  /* background: blue; */
  /* display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 95% 5%;
  border-radius: 24px;
  overflow: hidden;
  position: relative; */
  padding: 60px;
}

.block-bg-app-content-imageBox {
  /* grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: -1; */

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.block-bg-app-content-imageBox img {
  position: relative;
  display: block;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.block-bg-app-content-titleBox {
  /* grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  z-index: 10;
  position: relative; */

  position: absolute;
  z-index: 1;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  bottom: 20px;
  width: 90%;
}

.block-bg-app-content-titleBox-title {
  /* width: 60%;
  margin-top: 100px;
  margin-left: 50px;
  line-height: 1;
  color: var(--whiteColor);
  font-size: 50px;
  font-weight: 800;
  position: absolute;
  bottom: 50px; */

  line-height: 1;
  color: var(--whiteColor);
  font-size: 45px;
  font-weight: 800;
  width: 60%;
  margin-bottom: 6%;
}

.block-bg-app-content-icon {
  /* grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: -1;
  display: flex;
  position: relative;
  z-index: 20;
  /* background: blue; */
  /* display: flex;
  padding: 20px;
  padding-bottom: 30px; */

  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-right: 20px;
}

.block-bg-app-content-icon img {
  /* width: 120px;
  height: 24px;
  /* object-fit: contain; */
  /* object-position: center center;
  align-self: flex-end;
  margin-left: auto; */
  /* transform: translateY(-15px); */

  width: 120px;
  height: 24px;
  object-fit: contain;
  object-position: center center;
  align-self: flex-end;
}

/* sidebar btn search */

.sidebar-sm .block-search-sidebar {
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s;
}

.sidebar-sm-btn-search {
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s;
}

.sidebar-sm .sidebar-sm-btn-search {
  border: none;
  display: flex !important;
  opacity: 1;
  transition: opacity 0.3s;
  background: var(--whiteColor);

  svg {
    stroke: var(--colorParagraph);
    width: 28px;
  }
}

.block-search-nav {
  display: none !important;
  opacity: 0;
}

/* .block-search-nav {
  display: none !important;
  opacity: 0;
} */

/* styles tabs */

.nav-user {
  padding: 6px 8px 1px 7px !important;
  /* border-radius: 12px 12px 0 0 !important; */
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin-left: 0px;
  min-height: 39.5px;
  max-height: 37.5px;
  height: 37.5px;
  background: var(--primaryColor);
  display: flex;
  gap: 8px;
  position: relative;
}

.nav-user::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 10px;
  display: block;
  transform: none !important;
  bottom: 0 !important;
  border-radius: 0 0 0 12px;
  right: -37px;
  box-shadow: -8px 0 0 0;
  box-shadow: -8px 0 0 0 var(--primaryColor);
}

/* .nav-user::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  display: block;
  background: var(--primaryDarkColor);
  transform: none !important;
  bottom: 0 !important;
  border-radius: 0 0 0 12px;
  right: -21px;
  box-shadow: -9px 0 0 0 var(--primaryDarkColor);
  z-index: -1;
} */
.content .nav-tabs .nav-link.active {
  background: var(--bg-card) !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-bottom: 12px;
}

.btn-ia-floating {
  position: fixed;
  width: 44px;
  height: 34px;
  border-radius: 24px 0 0 24px;
  z-index: 1000;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-card);
  color: white;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);

  img {
    width: 18px;
  }

  &:hover {
    width: 54px;
    background: var(--bg-card);
  }
}

.chatbot {
  position: fixed;
  width: 380px;
  height: 100%;
  background: var(--bg-card);
  right: 0;
  top: 0;
  z-index: 1500;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  transform: translateX(100%);
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  display: flex;
  flex-direction: column;

  &.show {
    transform: translateX(0);
  }

  .header {
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

    .logo-ia {
      img {
        width: 24px;
      }

      span {
        color: var(--colorTitre);
        font-family: "Roboto-bold", sans-serif;
      }
    }

    .close-chatbot {
      margin-left: auto;
      font-size: 14px;
      color: var(--colorParagraph);
      cursor: pointer;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;

      &:hover {
        color: var(--colorTitre);
      }
    }
  }

  .body {
    flex-grow: 1;
    padding: 16px;
    overflow-y: auto;

    .block-start-chat-ia {
      h2 {
        font-size: 18px;
        color: var(--colorTitre);
      }

      .icon {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
          width: 36px;
        }
      }

      p {
        font-size: 12px;
        color: var(--colorParagraph);
      }
    }

    .block-all-chat {
      .item-chat {
        .name-ia {
          .icon {
            img {
              width: 20px;
            }
          }

          span {
            font-size: 14px;
            font-family: "Roboto-bold", sans-serif;
            color: var(--colorTitre);
          }
        }

        .card-chat {
          display: inline-flex;
          max-width: 100%;

          p {
            color: var(--colorTitre);
            font-size: 13px;
          }
        }

        &.me {
          align-items: end;

          .card-chat {
            background: var(--bgContent);
            padding: 10px;
            border-radius: 8px;

            p {
              color: var(--colorTitre);
              font-size: 13px;
              margin-bottom: 0;
            }
          }
        }
      }
    }
  }

  .footer {
    padding: 16px;

    .link-action {
      padding: 4px 8px;
      background: var(--bgContent);
      border-radius: 8px;
      font-size: 12px;
      color: var(--colorTitre);
      transition: 0.3s;

      &:hover {
        color: var(--bgBtnPrimary);
      }

      .icon {
        img {
          width: 14px;
        }
      }
    }

    .dropdown-menu {
      h6 {
        font-size: 13px;
        color: var(--colorTitre);
      }

      hr {
        background: var(--colorTitre) !important;
        opacity: 0.05;
      }

      .dropdown-item {
        font-size: 12px;

        .icon {
          img {
            width: 18px;
          }
        }

        &.active {
          background: #f4f7ff;
          color: var(--bgBtnPrimary) !important;
        }
      }
    }

    .block-writting {
      padding: 10px;
      border-radius: 8px;
      border: 1px solid rgba(0, 0, 0, 0.05);

      .form-control {
        border: none;
        font-size: 14px;
        color: var(--colorTitre);
        padding-left: 0;
        background: none;
      }

      .btn-send {
        width: 35px;
        height: 35px;
        border-radius: 8px;
        padding: 0;
        background: var(--bgBtnPrimary);
        border: none;
        color: var(--whiteColor);
        flex: none;

        .fi {
          display: inline-flex;
          align-items: center;
          justify-content: center;
        }
      }
    }
  }
}

.content .nav-tabs .nav-link:not(.active):hover {
  background: var(--bg-card) !important;
  color: var(--colorTitre);
  /* padding-bottom: 8px; */
}

.nav-item {
  position: relative;
}

.nav-item::before {
  /* background-color: red;
  bottom: 0;
  box-shadow: 0 0 0 0 red;
  content: "";
  height: 2rem;
  opacity: 0;
  position: absolute;
  transition-delay: 0.1s;
  width: 4rem;

  border-bottom-right-radius: 25px;
  box-shadow: 2rem 0 0 0 red;
  left: -4rem; */
}

.content .nav-tabs .nav-link {
  position: relative;
  color: var(--whiteColor);
  padding: 4px 15px;
  transition: background-color 0.1s ease-in;
}

.content .nav-tabs .nav-link::before,
.content .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 22px;
  background: rgba(255, 0, 0, 0);
  display: none;
  transform: none !important;
  bottom: 0 !important;
}

.content .nav-tabs .nav-link::before {
  border-radius: 0 0 12px 0;
  left: -27px;
  box-shadow: 11px 0 0 0 var(--bg-card);
}

.content .nav-tabs .nav-link::after {
  border-radius: 0 0 0 12px;
  right: -27px;
  box-shadow: -11px 0 0 0 var(--bg-card);
  /* top: 30px; */
}

.content .nav-tabs .nav-link.active::before,
.content .nav-tabs .nav-link.active::after {
  display: block;
}

/* Styles pour la barre de filtres avancés */
.block-input-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.block-input-filter .form-select {
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 13px;
  min-width: 120px;
  height: 36px;
  background-color: #f8f9fa;
  transition: all 0.2s ease;
}

.block-input-filter .form-select:focus {
  border-color: var(--primaryColor);
  box-shadow: 0 0 0 0.2rem rgba(10, 100, 202, 0.15);
}

.block-input-filter .form-select:disabled {
  background-color: #f1f3f5;
  opacity: 0.7;
  cursor: not-allowed;
}

/* Style pour le bouton de réinitialisation */
.btn-reset-filters {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  padding: 6px 12px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  color: #495057;
  transition: all 0.2s ease;
}

.btn-reset-filters:hover {
  background-color: #e9ecef;
  color: #0a64ca;
}

/* Style pour les titres des filtres */
.filter-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--colorTitre);
  margin-bottom: 8px;
}

/* Style pour la pagination personnalisée */
.pagination {
  margin-top: 20px;
  justify-content: center;
}

.pagination .page-link {
  color: var(--primaryColor);
  border: 1px solid #dee2e6;
  padding: 6px 12px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination .page-item.active .page-link {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: #fff;
}

.pagination .page-link:hover {
  background-color: #f1f5ff;
  border-color: #dee2e6;
}

/* Ajustements pour les écrans mobiles */
@media (max-width: 768px) {
  .block-input-filter {
    flex-direction: column;
    align-items: stretch;
  }

  .block-input-filter .form-select {
    width: 100%;
    margin-bottom: 5px;
  }
}

.refresh-filter {
  transform: translateY(0px) !important;
}

.sidebar .icon-plus {
  display: none;
  opacity: 1;
}

.sidebar-sm .icon-plus {
  display: block !important;
  opacity: 1;
  transition: 0.3s;
}

/* Code confirmation styles */

.code-confirmation-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;

  gap: 0.5rem;
  padding: 0px 20px;
}

.code-confirmation-box input {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgContent);
  border: none !important;

  display: block;
  padding: 10px 19px !important;
  font-size: 18px !important;
  line-height: 0 !important;
}

.code-confirmation-box input:focus {
  border: 2px solid var(--primaryColor);
  box-shadow: 0 0 2px 2px var(--primaryColor);
  background: var(--bgContent);
  box-shadow: 0 0 0 0.1rem var(--primaryColor) !important;
}

.modal-esignature-title h5 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.modal-esignature-textHelp {
  border-top: 0.5px solid rgba(93, 93, 101, 0.337);
  padding-top: 16px;
}

.nav-link {
  padding: 0px;
}

/* styles perso btn cta */

.btn-scanner-inbox,
.btn-tasks-inbox,
.btn-doc-inbox {
  transform: translateY(-5px);
  /* margin-bottom: 10px; */
}

/* styles title file */

.title-file-box-table-data {
  gap: 5px;
}

.title-file-box-table-data span {
  margin-right: 15px;
}

/* style  svg icon document */

.svg-icon-doc {
  margin-right: 15px;
  width: 15px !important;
  height: auto !important;
  border-radius: 4px;
}

.svg-icon-doc path {
  fill: #ff0000;
}

/* styles personnalisés pour les boutons actifs et suspendus de personnels */

.nav-link-agent {
  color: var(--colorparagraph) !important;
}

/* styles pour les titles de la page de connexion*/

.block-bg-app-content-titleBox-title {
  font-weight: 300 !important;
  line-height: 48px;
  font-size: 42px !important;
}

.highlight {
  font-weight: 900;
}

/* Styles badges de la colonne priorité */

.content .card-table .table tbody tr td .badge-priority {
  /* bootstrap style badge */

  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  /* personnel style badge */
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  padding: 6px;
  border-radius: 6px;
  line-height: 100%;
  border-radius: 28px;

  background: #f0f0f0 !important;
  color: var(--colorParagraph);
}

.content .card-table .table tbody tr td .badge-priority-gray {
  background: #f0f0f0 !important;
  color: #4a4a4a;
}

/* Styles badges de la colonne  statut */
.content .card-table .table tbody tr td .badge.badge-gray {
  background: #f0f0f0 !important;
  color: var(--colorParagraph);
}

/* styles icon des noms de couriers */

.mail-entry-icon {
  color: #6fb1fd;
}

.mail-out-icon {
  color: #64ec94;
}

.mail-internal-icon {
  color: #8b6ce9;
}

/* create task content styles */

.form-group-content {
  /* background: red; */
  display: grid;
  gap: 20px;
  grid-template-columns: 1.5fr 2fr;
  grid-template-rows: 1fr;
}

.form-group-content-left {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: -1;
  background: var(--bgContent);
  padding: 20px;
  border-radius: 24px;
}

.form-group-content-right {
  grid-column-start: 2;
  grid-column-end: -1;
  grid-row-start: 1;
  grid-row-end: -1;
  flex: 1;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.editorBox {
  align-self: stretch;
  display: grid;
  flex: 1;
}

/* 

.editorBox div {
  height: 100% !important;
} */

/* svg personnal detail */

.svg-personnal-details-none-box {
  min-width: 100px;

  height: 100px;
  border-radius: 100%;
  background: var(--whiteColor);
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-personnal-details-none {
  min-width: 80px;
  height: auto;
}

/* Personnal detail image not infos */

.img-personnal-details-none {
  border-radius: 100%;
}

/* bloc input filter */
/* .block-input-filter select {
  background:  !important;
} */

.btn-cansel-create {
  background: var(--bgContent);
  font-size: 14px;

  border-radius: 8px;
  border: none;
  transition: 0.3s;
  padding: 7px 14px;
}

.btn-cansel-create:hover {
  background: var(--bgContent);
}

/* Message flash */

.svg-error {
  color: #ff0000;
}

.svg-success {
  color: #07c451;
}

.svg-warning {
  color: #ff8000;
}

/* Page create task */

#createTaskPage .form-control:not(.block-input-filter .form-control),
#createTaskPage .form-select:not(.block-input-filter .form-select) {
  background: var(--whiteColor);
}

#createTaskPage .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: var(--whiteColor);
  border-radius: 8px;
}

/* /courriers/create */

#createMailPage .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: var(--whiteColor);
  border-radius: 8px;
}

/* Error message e-signature */

.error-message-modal-esignature-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 15px;
  background: #ffebeb;
  padding: 8px;
  color: #d9534f;
  border-radius: 8px;
  transition: .3s;
}

.error-message-modal-esignature-box-hidden {
  display: none !important;
  transition: .3s;
}

.error-message-modal-esignature-box-icon {
  color: #d9534f !important;
}

.error-message-modal-esignature-box-icon svg path fill {
  color: #d9534f !important;
}