body {
  overflow-x: hidden;
}
.navbar.dark {
  background: #0a0e17 !important;
}
.no-hover:hover,
.no-hover:focus {
  background: transparent !important;
  color: inherit !important;
}
.sidebar.contracted {
  overflow: visible !important;
}
.sidebar.contracted .nav-item.has_children {
  position: relative;
}
.date-picker {
  color: #0a0e17 !important;
}
.sidebar.contracted .nav-item.has_children .link-arrow > svg {
  stroke: #717c8a !important;
}
.sidebar .ps__rail-x,
.sidebar .ps__rail-y {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.sidebar.ps-scrollbar-visible .ps__rail-x,
.sidebar.ps-scrollbar-visible .ps__rail-y {
  opacity: 1;
  pointer-events: auto;
}
.treeview .ps__rail-x,
.treeview .ps__rail-y {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.treeview.ps-scrollbar-visible .ps__rail-x,
.treeview.ps-scrollbar-visible .ps__rail-y {
  opacity: 1;
  pointer-events: auto;
}
#map-container {
  height: 100vh;
  position: relative;
  z-index: 2;
  padding: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.searchbar {
  width: 100%;
  border-radius: 3px;
}

#filter-search {
  width: 100%;
}

span.zone-icon img:nth-child(1) {
  width: 15px;
  height: 15px;
}

span.zone-icon img:nth-child(2) {
  width: 17px;
  height: 17px;
}

span.zone-icon img.icon {
  display: none;
  cursor: pointer;
}

span.zone-icon img.icon.active {
  display: inline;
}

.vehicule-popup-1 {
  margin-bottom: 40px;
}

.vehicule-popup-2 {
  margin-top: -10px;
}

.ville[data-active="false"] {
  opacity: 0.7;
  pointer-events: none;
}

.ville[data-active="false"] .badge {
  display: none;
}
#toolbarMenu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 289px;
  z-index: 11;
  max-height: 100%;
  overflow-y: auto;
  width: 318px;
  transition: max-width 0.1s;
  height: 100%;
  border-right: 1px solid #3b3849;
  border-left: 1px solid #3b3849;
}

#toolbarMenu.toggled {
  display: none;
}

#toolbarMenu.contracted {
  left: 95px;
}

#toolbarMenu.collapsed {
  left: 0px;
  transition: max-width 0.1s;
  display: none !important;
}

.filter-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
  margin-bottom: 30px !important;
}

.list_filter {
  background: #27273d;
  padding: 20px;
  border-radius: 6px;
  height: auto;
}

.filter-item {
  font-size: 11px;
  margin-bottom: 15px;
}

ul {
  padding-left: 0.3rem;
}

@media (min-width: 992px) {
  .content.has_toolbar {
    margin-left: 573px;
  }

  .content.has_toolbar.collapsed {
    margin-left: 260px;
  }

  .content.contracted.has_toolbar {
    margin-left: 409px;
  }

  .content.contracted.has_toolbar.toggled {
    margin-left: 90px;
  }

  .content.has_toolbar.toggled {
    margin-left: 256px;
  }

  .content.contracted:not(.has_toolbar) {
    /* margin-left: 260px; */
    margin-left: 80px;
  }
}

.accordion-item {
  border: none !important;
}

.accordion-header {
  background: #100e2e !important;
  color: white !important;
  font-size: 14px;
  letter-spacing: -0.3px;
}

.accordion-button {
  background: #100e2e !important;
  border: none !important;
  color: white !important;
  font-size: 14px;
  letter-spacing: -0.3px;
  box-shadow: none !important;
}

.toolbar-title {
  padding: 20px;
}

.toolbar-title-ctr > h6 {
  margin: 0;
}

.toolbar-title-ctr > p {
  font-size: 11px;
  margin: 0;
  line-height: 1;
  letter-spacing: -0.2px;
  padding: 0;
  color: #848484;
}

.toolbar-toggle {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.threeview-heading {
  margin-top: 15px;
  margin-bottom: 15px;
}

.treeview {
  max-height: 100% !important;
}

#toolbarMenuToggler {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 110px;
  bottom: 24px;
  background: #e70014;
  z-index: 11;
  border-radius: 50%;
  box-shadow: 2px 1px 42px 0px #6f6f71;
}

.date_info_box {
  background: #26263a;
  border-radius: 10px;
}

.info__box {
  color: white;
  padding: 12px;
}

.info__box > .infos > p {
  color: white;
  font-size: 11px;
  padding: 0;
  margin: 0;
}

.info__box > .infos > h6 {
  color: white;
  font-size: 18px;
  padding: 0;
  margin: 0;
  letter-spacing: -0.3px;
  font-weight: bold;
}

.separator {
  width: 80px;
  height: 40px;
  background: #0083ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.date-picker,
.date-picker:focus {
  border-radius: 4px;
  border: none !important;
  background: #100e2e;
  color: white;
  font-size: 15px;
  padding: 0;
  margin: 0;
  letter-spacing: -0.3px;
  font-weight: bold;
  height: 26px;
  padding-left: 5px;
  padding-right: 5px;
}

.treeview_loader {
  width: 300px;
}

.column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.line {
  margin-top: 10px;
  height: 10px;
  width: 300px;
  border-radius: 10px;
}

.line1 {
  width: 200px;
  margin-top: 0;
}

.line3 {
  width: 80%;
}

.line4 {
  width: 87%;
}

.line5 {
  width: 55%;
}

.subline {
  margin-left: 20px !important;
}

.box {
  height: 50px;
  width: 180px;
  border-radius: 50px;
}

.pillnav-wrapper {
  border-bottom: 3px solid #525661;
  padding-bottom: 0px !important;
}

.nav-pills .nav-link {
  border-radius: 0px !important;
  border: none;
  color: white;
  opacity: 0.7;
  position: relative;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
  color: white;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: transparent;
  color: white;
  opacity: 1;
}

.nav-pills .nav-link.active::after,
.nav-pills .show > .nav-link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  left: 0px;
  background: #717c8a;
  border-radius: 10px;
  transform: ease-in 0.3s;
}

.navbar-dashboard {
  display: none;
}

.info-wrapper {
  overflow: auto;
  position: absolute;
  padding: 30px 20px;
  width: 640px;
  right: 0;
  min-height: 450px;
  background: #0a0e17;
  z-index: 1111;
  height: 100%;
}

.info-wrapper::-webkit-scrollbar {
  width: 5px;
}

.info-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.info-wrapper::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 3px;
}

.circuit_infos {
  height: 90px;
  background: #0a0e17;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
}

.ci_closing {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e70014;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
  float: right;
}

.circuit_infos .left,
.circuit_infos .right {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.circuit_infos p {
  color: #525256;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
}

.circuit_infos h6 {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}

.circuit_infos .left .truck {
  margin-right: 30px;
}

.circuit_infos .left .truck svg {
  width: 50px;
  height: 50px;
  stroke: white;
}

.circuit_infos .right .percentage sup {
  font-size: 11px;
  top: 0;
}

.circuit_infos .right .percentage h6 {
  font-size: 25px;
  color: #10b981;
}

.ci_closing svg {
  stroke: white;
  width: 24px;
  height: 24px;
}

.map-page-loader {
  width: 30px;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e70014;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.map-loader {
  position: absolute;
  z-index: 111111;
  right: 10px;
  top: 20px;
  background: rgba(10, 14, 23, 1);
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  gap: 35px;
}

.map-loader > .text h6 {
  margin: 0;
  padding: 0;
  color: white;
  letter-spacing: -0.3px;
}

.map-loader > .text p {
  margin: 0;
  padding: 0;
  color: #959191;
  font-size: 12px;
}

@media (min-width: 992px) {
  .content.contracted.has_toolbar {
    margin-left: 413px;
  }
}

/* POLYLINE TABLE DESIGN */
.polyline-table-container {
  max-width: none;
  margin: 2rem auto;
}

.polylines-placeholder {
}

.polyline-trace {
  display: flex;
  background: #014fff;
  padding: 10px;
  border-radius: 10px;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.polyline-trace.traced {
  background: #10b981;
}

.form-check-input:checked {
  background-color: #10b981;
  border-color: #10b981;
}

.polyline-trace .form-check-input:checked {
  background-color: #035d3f;
  border-color: #035d3f;
}

.polyline-trace .left,
.polyline-trace .right {
  display: flex;
  justify-content: start;
  align-content: center;
}

.polyline-trace .left {
  gap: 10px;
}

.polyline-trace .right {
  gap: 30px;
}

.polyline-trace .form-switch {
  margin: 0;
  padding-bottom: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.polyline-trace .action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.polyline-trace .action a {
  width: 50px;
  height: 50px;
  background: #06256b;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.polyline-trace.traced .action a {
  background: #035d3f;
}

.polyline-trace .action svg {
  width: 20px;
  height: 20px;
  stroke: white;
}

.polyline-trace .title {
  width: fit-content;
}

.polyline-trace h6 {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.polyline-trace p {
  padding: 0;
  margin: 0;
  color: white;
  font-weight: 300;
  font-size: 10px;
}

.leaflet-tooltip.trancant-label {
  background-color: white;
  color: blue;
  font-weight: bold;
  border: 1px solid blue;
  padding: 2px 4px;
  border-radius: 4px;
}

.clipboard {
  background: #0a0e17;
  position: fixed;
  bottom: 0;
  min-height: 300px;
  height: 300px;
  width: 600px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #495264;
  padding: 20px;
  overflow-x: auto;
}

.clipboard p {
  margin-bottom: 0;
  font-size: 16px;
}

.clipboard::-webkit-scrollbar {
  width: 5px;
}

.clipboard::-webkit-scrollbar-track {
  background: transparent;
}

.clipboard::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 3px;
}

#polylineTabs {
}

#polylineTabs .nav-item .nav-link {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  color: #ababb5;
}

#polylineTabs .nav-item .nav-link.active {
  color: white;
  border-bottom: 3px solid #e2210e;
}

.nested.active {
  position: relative;
}

ul.nested.active::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 13px;
  width: 0;
  border-left: 1px dashed #e2210e;
}

ul.nested.active::after {
  content: "";
  position: absolute;
  left: 13px;
  width: 8px;
  height: 1px;
  background: #e2210e;
  top: 6px;
}

.prefecture > ul.nested.active::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 3px;
  width: 0;
  border-left: 1px dashed #e2210e;
}

.prefecture > ul.nested.active::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 8px;
  height: 1px;
  background: #e2210e;
  top: 6px;
}

.prestation > ul.nested.active::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 1px;
  width: 0;
  border-left: 1px dashed #e2210e;
}

.prestation > ul.nested.active::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 8px;
  height: 1px;
  background: #e2210e;
  top: 6px;
}

.loading-animation {
  overflow: hidden;
  background: #26263a;
}

.loading-animation::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  animation: loading 1s infinite;
  background: linear-gradient(to right, transparent, #100e2e, transparent);
}

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

  100% {
    transform: translateX(100%);
  }
}

.nav-pills .nav-item {
  text-align: start;
}
@media (max-width: 575.98px) {
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 100% !important;
  }
  #toolbarMenu.contracted {
    left: 0px !important;
    width: 100%;
  }
  .nav-pills .nav-item {
    margin-bottom: 0rem;
  }

  #toolbarMenu.contracted:not(.toggled) .toolbar-inner {
    display: block;
  }
  #toolbarMenu.toggled {
    display: block !important;
    width: 100%;
    left: 0 !important;
    max-height: none;
    height: 80px;
    bottom: 0;
    top: unset;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #toolbarMenu.toggled .toolbar-inner > *:not(.toolbar-title) {
    display: none;
  }
  .toolbar-title {
    padding: 10px 20px;
  }
  #toolbarMenu .toggle,
  #toolbarMenu .untoggle {
    transform: rotate(90deg);
  }
  #toolbarMenuToggler {
    display: none !important;
  }
}

#navbarSupportedContent {
  padding-left: 25px;
}

.hidden {
  display: none !important;
}

.feather-14 {
  width: 14px;
  height: 14px;
}

.feather-16 {
  width: 16px;
  height: 16px;
}

.feather-18 {
  width: 18px;
  height: 18px;
}

.feather-20 {
  width: 20px;
  height: 20px;
}

.feather-24 {
  width: 24px;
  height: 24px;
}
.feather.soft-purple {
  stroke: #ababaf;
  stroke-width: 1;
}
.bg-soft-yellow {
  background: #f9f0e1 !important;
}

.bg-soft-green {
  background: #cef3fc !important;
}

.bg-soft-purple {
  background: #e5e1f8 !important;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.w-20 {
  width: 20% !important;
}

.form-control.h--59 {
  height: 59px !important;
}

.form-control.h--50 {
  height: 50px !important;
}

.loader-container .dot {
  width: 10px;
  height: 10px;
  background-color: #001d22;
  border-radius: 50%;
  margin: 0 5px;
  animation: bounce 1.1s ease infinite;
}

.dselect-wrapper .dropdown-menu.show {
  width: 100%;
}

.dselect-wrapper .dropdown-menu > div {
  padding-left: 10px;
  padding-right: 10px;
}

.dselect-wrapper .form-select {
  text-align: left;
}

.dselect-wrapper .dselect-items {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
}

.dselect-no-results {
  padding-top: 10px;
  padding-left: 5px;
  text-align: center;
  font-weight: bold;
}

.dselect-tag {
  color: #fff;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.35rem;
  font-size: 12px;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  background: #100e2e;
  row-gap: 4px;
  display: inline-block;
  position: relative;
  padding-left: calc(0.5rem + 14px);
}

.dselect-tag .dselect-tag-remove {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -7px;
  color: rgba(248, 249, 250, 0.35);
  transition: color 0.15s ease-in-out;
}

.dselect-tag .dselect-tag-remove:hover {
  color: #f8f9fa;
}

.loader-container .dot:nth-child(1) {
  animation-delay: 0s;
}

.loader-container .dot:nth-child(2) {
  animation-delay: 0.1s;
}

.loader-container .dot:nth-child(3) {
  animation-delay: 0.2s;
}

.loader-container .dot:nth-child(4) {
  animation-delay: 0.3s;
}

.loader-container .dot:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-60px);
  }

  60% {
    transform: translateY(25px);
  }
}

.sidebar.contracted .sidebar_logo {
  display: none !important;
  transition: ease-in 0.3s;
}

sidebar .nav-item.logo_nav_link .nav-link:hover {
  background: transparent !important;
}

.sidebar.contracted .nav-header.hidden-folded,
.sidebar.contracted .nav-link .sidebar-text,
.sidebar.contracted .nav-link .link-arrow,
.sidebar.contracted .nav-item .multi-level.collapse.show > .sidebar-text {
  opacity: 0;
}

.table-badge {
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.35rem;
  font-size: 12px;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  background: transparent;
}

.table-badge.text-danger {
  background: #fecaca;
  border-color: #fecaca;
}

.table-badge.text-info {
  background: #c7d2fe;
  border-color: #c7d2fe;
}

.table-badge.text-purple {
  color: #c026d3 !important;
  background: #f5d0fe;
  border-color: #f5d0fe;
}

.table-badge.text-warning {
  color: black !important;
  background: #f0bc74;
  border-color: #f0bc74;
}

.table-badge.text-success {
  background: #cafecc;
  border-color: #cafecc;
  color: black !important;
}

.body-panned {
  background-repeat: no-repeat;
}

.bl-none {
  border-left: none !important;
}

.br-none {
  border-right: none !important;
}

#mini-sidbar-toggle {
  position: absolute;
  left: 11%;
  top: 50%;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  padding: 15px;
  /* background: black; */
  z-index: 999;
}

body.mini-sidebar #mini-sidbar-toggle {
  left: 81px;
}

#mini-sidbar-toggle::before,
#mini-sidbar-toggle::after {
  display: flex;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #001d22;
  transition: transform 0.3s ease 0s;
}

body.mini-sidebar #mini-sidbar-toggle:hover::before {
  transform: rotate(-25deg) translate3d(0px, 1px, 0px);
}

body.mini-sidebar #mini-sidbar-toggle:hover::after {
  transform: rotate(25deg) translate3d(0px, -1px, 0px);
}

#mini-sidbar-toggle:hover::before {
  transform: rotate(25deg) translate3d(0px, 1px, 0px);
}

#mini-sidbar-toggle:hover::after {
  transform: rotate(-25deg) translate3d(0px, -1px, 0px);
}

.nav-header {
  margin-top: 25px;
  margin-bottom: 10px;
}

.nav-header > span {
  font-size: 13px;
  margin-left: 15px;
  color: white !important;
}

.page-main-title {
  font-weight: 600;
}

.card.bg-transparent {
  background: transparent !important;
}

tbody {
  width: 100%;
  border-collapse: collapse;
}

tr.list-item-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in {
  opacity: 1;
}

.border-bottom-0 {
  border-bottom: none !important;
}

.content-padding {
  padding-left: 40px;
  padding-right: 40px;
}

svg.svg-solid.text-danger {
  fill: #e11d48 !important;
}

svg.svg-outline.text-danger {
  stroke: #e11d48 !important;
}

svg.svg-solid.text-muted {
  fill: #71717a !important;
  color: #71717a !important;
}

svg.svg-outline.text-muted {
  stroke: #71717a !important;
}

svg.svg-20 {
  width: 20px;
  height: 20px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.modal-backdrop {
  height: 100%;
  width: 100%;
}

.modal-body > .btn-close {
  float: right !important;
}

.table-footer {
  gap: 1rem;
  justify-content: space-between;
}

.table-footer > div:first-of-type {
  flex: 1 1 0%;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #71717a;
}

@media (min-width: 992px) {
  .table-footer > div:last-of-type {
    gap: 2rem;
  }
}

.table-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0 0.75rem;
  background: white;
  border: 1px solid hsl(240, 5.9%, 90%);
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.table-page {
  display: inline-flex;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  font-weight: 500;
  color: inherit;
  padding: 0 0.75rem;
  background: white;
  border: 1px solid hsl(240, 5.9%, 90%);
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.cb-item_animated-marker,
.cb-item_animated-marker *,
.cb-item_animated-marker *::before,
.cb-item_animated-marker *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cb-item_animated-marker {
  position: relative;
  display: block;
  min-width: 170px;
  width: 100%;
  max-width: 280px;
  --cb_text-color: #333;
  --cb_bg-color: #f6f8f9;
  --cb_bg-color_checked: #05c096;
  --cb_border-color: #ccc;
  --cb_marker-bg-color: #fff;
}

@supports (
  (max-width: -webkit-max-content) or (max-width: -moz-max-content) or
    (max-width: max-content)
) {
  .cb-item_animated-marker {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.cb-item_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cb-item_animated-marker .cb-item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 5px 5px 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  color: var(--cb_text-color);
  background-color: #f6f8f9;
  background-color: var(--cb_bg-color);
  border: 1px solid;
  border-color: #ccc;
  border-color: var(--cb_border-color);
  border-radius: 25px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.cb-item_animated-marker .cb-item_label-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cb-item_animated-marker .cb-item_marker {
  position: relative;
  display: inline-block;
  /* Needs for IE10 */
  width: 30px;
  height: 30px;
  margin-left: 25px;
  background-color: #fff;
  background-color: var(--cb_marker-bg-color);
  border: 1px solid;
  border-color: #ccc;
  border-color: var(--cb_border-color);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cb-item_marker_short-line,
.cb-item_marker_long-line {
  position: absolute;
  overflow: hidden;
  height: 3px;
  background-color: transparent;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.cb-item_marker_short-line {
  top: 11px;
  left: 6px;
  width: 10px;
  -webkit-transform: rotate(44.5deg);
  transform: rotate(44.5deg);
}

.cb-item_marker_long-line {
  top: 19px;
  left: 12px;
  width: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cb-item_marker_short-line::before,
.cb-item_marker_long-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #05c096;
  background-color: var(--cb_bg-color_checked);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/* Checkbox with Animated Marker :checked State */

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label {
  color: #fff;
  background-color: #05c096;
  background-color: var(--cb_bg-color_checked);
}

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label,
.cb-item_animated-marker
  .cb-item_input:checked
  + .cb-item_label
  .cb-item_marker {
  border-color: transparent;
}

.cb-item_animated-marker
  .cb-item_input:checked
  + .cb-item_label
  .cb-item_marker_short-line::before,
.cb-item_animated-marker
  .cb-item_input:checked
  + .cb-item_label
  .cb-item_marker_long-line::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cb-item_marker_long-line::before,
.cb-item_animated-marker
  .cb-item_input:checked
  + .cb-item_label
  .cb-item_marker_short-line::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cb-item_marker_short-line::before,
.cb-item_animated-marker
  .cb-item_input:checked
  + .cb-item_label
  .cb-item_marker_long-line::before {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

/* Checkbox with Animated Marker :disabled State */

.cb-item_animated-marker .cb-item_input:disabled + .cb-item_label {
  cursor: default;
  color: #ccc;
  color: var(--cb_border-color);
}

/* Checkbox with Animated Marker :disabled:checked State */

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label {
  background-color: #f6f8f9;
  background-color: var(--cb_bg-color);
}

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label,
.cb-item_animated-marker
  .cb-item_input:disabled:checked
  + .cb-item_label
  .cb-item_marker {
  border-color: #ccc;
  border-color: var(--cb_border-color);
}

.cb-item_animated-marker
  .cb-item_input:disabled:checked
  + .cb-item_label
  .cb-item_marker_short-line::before,
.cb-item_animated-marker
  .cb-item_input:disabled:checked
  + .cb-item_label
  .cb-item_marker_long-line::before {
  background-color: #ccc;
  background-color: var(--cb_border-color);
}

/* END Checkbox with Animated Marker */

.loading-spinner {
  width: 30px;
  height: 30px;
  border: 2px solid indigo;
  border-radius: 50%;
  border-top-color: #0001;
  display: inline-block;
  animation: loadingspinner 0.7s linear infinite;
}

@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* CUSTOM RADIO BUTTONS*/
.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  padding: 5px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 43%;
  margin-right: 30px;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 52px;
  margin-top: 8px;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 17px;
  line-height: 4px;
  color: #252f42;
  margin-top: 20px;
}

.container .title {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #1b2a53;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #1b2a53;
  box-shadow: 0px 0px 0px 2px #1b2a53;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #1b2a53;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}

@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

/* CARD HOLDER*/
.card-holder {
  width: auto;
  height: 176px;
  border-radius: 10px;
  border: 1px solid #1b2a53;
  padding: 10px;
  color: black;
}

.card-holder > .card-holder-body > img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.card-holder > .card-holder-body > h5 {
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.card-holder > .card-holder-body > p {
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
}

.cut-text.wx-80 {
  width: 370px !important;
}

.made_by_user {
  height: 87px;
  padding: 39px;
  border-radius: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
}

.made_by_user.prise_en_charge {
  background: #1b2a53;
  color: white;
}

.made_by_user.cloturee {
  background: #e11d48;
  color: white;
}

.rec_infos > p.surtitle {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  color: white !important;
}

.rec_infos > p.rec-desc {
  font-size: 12px;
  line-height: 1;
  color: white !important;
}

.rec_infos > .rec-name {
  font-weight: 600;
  line-height: 1;
  color: white !important;
  margin-bottom: 4px;
}

.form-control.select2.custom-height {
  height: 41px;
  border-radius: 10px;
  text-indent: 20px;
}

/* SELECT 2*/
/********************/
/* Select2 **********/
/********************/

.search-button {
  height: 60px;
  border-radius: 40px;
  width: 60px;
}

.select2 {
  width: 100%;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--color-border, #c0c0c0);
}

.select2-container .select2-selection--single,
.select2-dropdown .select2-search--dropdown .select2-search__field {
  background-color: var(--color-white, #ffffff);
  border-radius: var(--br-600, 24px);
  border-radius: 8;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered {
  height: auto;
  line-height: normal;
}

.select2-dropdown .select2-search--dropdown .select2-search__field,
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: var(--padding-input, 15px 30px);
  color: var(--color-text, #000000);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: var(--gap-700, 48px);
}

.select2-search--dropdown,
.select2-results__option[aria-selected],
.select2-results__option[data-selected],
.select2-results__option.select2-results__message {
  padding-inline: var(--gap-300, 12px);
}

.select2-dropdown {
  border-radius: var(--br-200, 8px);
  border-radius: 0;
  overflow: hidden;
}

.select2-search--dropdown {
  padding-block: var(--gap-300, 12px);
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  padding: 16px 20px;
  font-family: var(--ff-sans);
  font-size: var(--fs-400, 15px);
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"],
.select2-container--default
  .select2-results__option--highlighted[aria-selected]:hover,
.select2-container--default
  .select2-results__option--highlighted[data-selected]:hover,
.select2-container--default
  .select2-results__option--highlighted[aria-selected]:focus,
.select2-container--default
  .select2-results__option--highlighted[data-selected]:focus {
  background-color: var(--color-accent, #000000);
  color: var(--color-white, #ffffff);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--color-grey-100, #c0c0c0ff);
  color: var(--color-primary, #000000);
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  padding: 15px;
  right: 40px;
  background-color: #0c9;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.float > img {
  width: 30px;
  height: 30px;
}

.my-float {
  margin-top: 22px;
}

th.w-10 {
  width: 10% !important;
}

th.fw-bold {
  font-weight: bold;
}

th.w-20 {
  width: 20% !important;
}

th.w-60 {
  width: 60% !important;
}

th.w-50 {
  width: 60% !important;
}

th.axial-color {
  background: #0c9 !important;
  color: black !important;
}

tr.suivi-control {
  background: #1b2a53 !important;
  color: white;
  height: 60px;
}

.table > tbody tr.suivi-control-zone {
  background: #0c9 !important;
  color: white;
  height: 60px;
}

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

th.fill-column {
  background: #eeef95 !important;
  text-align: center !important;
}

th.text-vertical {
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
}

.table > thead tr.suivi-control-zone {
  background: #0c9 !important;
  color: white;
  height: 60px;
}

.table > thead tr.suivi-control-zone th.no-fill {
  background: #eeeef4 !important;
  color: black;
  height: 60px;
}

.table > tbody tr th.mother-zone {
  background: #0c9 !important;
  color: white;
}

.table > tbody tr td.child-zone {
  background: #1b2a53 !important;
  color: white;
  border-radius: 0px !important;
}

td.success {
  background: #79e5b0 !important;
  color: white !important;
}
td.warning {
  background: #f0bc74 !important;
  color: white !important;
}
td.danger {
  background: #e11d48 !important;
  color: white !important;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

.wtree li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
  width: 85%;
}

.wtree li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 20px;
  height: 15px;
}

.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 20px;
  height: 100%;
}

.wtree li:last-child:after {
  display: none;
}

.wtree li span.main-holder {
  display: block;
  /* border: 1px solid #0061FF; */
  padding: 13px;
  color: #888;
  text-decoration: none;
  height: 85px;
  /* background: rgba(0, 97, 255, 0.15); */
  background: white;
  border-radius: 10px;
}

.wtree li span.main-holder.inactif {
  background: #d7d7d7 !important;
}

.wtree li span.main-holder.affectation_lister {
  border: 1px solid #ecdabc !important;
  background: #f9f0e1 !important;
  color: black;
  height: 60px;
  padding-top: 27px;
}

.wtree li span.main-holder:hover,
.wtree li span.main-holder:focus {
  background: rgba(0, 97, 255, 0.3);
  color: #000;
}

.wtree li span.main-holder:hover + ul li span.main-holder,
.wtree li span.main-holder:focus + ul li span.main-holder {
  background: rgba(0, 97, 255, 0.15);
  color: #000;
  border: 1px solid #aaa;
}

.wtree li span.main-holder:hover + ul li:after,
.wtree li span.main-holder:focus + ul li:after,
.wtree li span.main-holder:hover + ul li:before,
.wtree li span.main-holder:focus + ul li:before {
  border-color: #aaa;
}

.wtree li span.main-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wtree li span div.display-flex {
  flex: 1;
  text-align: left;
}

.wtree li span div.display-flex:last-child {
  text-align: right;
}

form.form.custom_height {
  overflow: auto;
  max-height: 730px;
}

.title-box > h1 {
  font-size: 2.4rem;
}

.title-box > p {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.03rem;
}

.product-box {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

img-box > img {
  width: 8rem;
}

.info-box > h5 {
  font-size: 1.3rem;
}

/* .info-box>p{
    margin-top: 1rem;
    font-size: 1.2rem;
    background-color: #83bd46;
    color: #fff;
    width: fit-content;
    padding: .3rem 1.1rem;
    border-radius: 2rem;
} */
.info-box > .amount-box {
  margin-top: 2rem;
  display: flex;
  gap: 0.3rem;
}

.info-box > .amount-box > div {
  width: 2.5rem;
  border-radius: 0.3rem;
  aspect-ratio: 1;
  background-color: #e0f2f9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #191a3cee;
  cursor: pointer;
}

.amount {
  width: 2.5rem;
  border: 1px solid #d1d1d1;
  outline: none;
  border-radius: 0.3rem;
  text-align: center;
  color: #191a3c;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

hr {
  border: none;
  border-top: 1px solid #e9e9e9;
}

.cost-box {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-bottom: 40px;
}

.cost-box > div {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
}

.cost-box > div:nth-of-type(1) > p:nth-of-type(2) {
  font-weight: bold;
}

.cost-box > div:nth-of-type(2) > p:nth-of-type(2) {
  font-weight: bold;
}

.cost-box > div:nth-of-type(3) > p {
  font-weight: bold;
}

.cost-box > p {
  color: #5381f8;
  font-size: 1.1rem;
  text-decoration: underline;
  cursor: pointer;
}

.applied {
  position: absolute;
  background-color: #191a3c;
  border-radius: 5px 0 0 5px;
  color: #fff;
  padding: 0.5rem 1rem;
  bottom: 9.6rem;
  right: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.Checkout-btn {
  position: relative;
  margin-top: 0.5rem;
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5381f8;
  border: none;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  border-radius: 2rem;
  cursor: pointer;
  transition: all 0.25s linear;
}

.promo-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5rem;
  background-color: #191a3c;
  border-radius: 1rem;
  color: #fff;
  opacity: 0;
  display: none;
  transition: all 0.3s linear;
}

.promo-box > h5 {
  font-size: 1.6rem;
}

#promo {
  width: 10rem;
  outline: none;
  border: none;
  padding: 0.4rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
}

.send-promo {
  border: none;
  outline: none;
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  margin-top: 0.3rem;
  color: #191a3c;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  font-weight: bold;
}

.avatar.bg-ffe {
  background-color: #eeeef4 !important;
}

.ml-3 {
  margin-left: 20px !important;
}

.h-100 {
  height: 100vh !important;
}

.component {
  background: #eeeef4;
  width: 140px;
  height: 140px;
  border-radius: 10px;
  padding-top: 40px;
  padding-left: 3px;
  padding-right: 3px;
}

.component-icon {
  text-align: center;
}

.component-icon > span > svg {
  text-align: center;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  stroke: #0f1e53;
  opacity: 0.2;
}

.component-title {
  text-align: center;
}

.component-title > h5 {
  font-weight: 500;
  font-size: 15px;
}

.initial-wrap {
  font-size: 1.25rem;
  background-color: #c7d2fe !important;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  padding: 11px;
}

.component_parameter {
  background: #eeeef3;
  min-width: 100px;
  padding: 11px;
  border-radius: 10px;
  margin-right: 20px;
  /* margin-top: 10px; */
}

.component_parameter > h6 {
  font-size: 11px;
  letter-spacing: -0.2px;
  margin: 0;
}

.component_parameter > p {
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p.no-pm {
  padding: 0;
  margin: 0;
}

.list-item {
  position: relative;
  width: 100%;
  margin: 0 0 6px;
  transition: all 0.1s ease;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.list-item-in.with-avatar {
  padding-left: 86px;
}

@media (min-width: 768px) {
  .list-item-in {
    padding-top: 19px;
  }

  .list-item-in,
  .list-item-in:focus,
  .list-item-in:visited {
    color: #878787;
  }

  .list-item-in {
    display: block;
    padding: 16px 50px 16px 40px;
    text-align: left;
    background: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    transition: all 0.1s ease;
  }
}

.list-item a.list-item-title {
  display: block;
  vertical-align: middle;
}

a.list-item-title {
  color: black;
}

.table-full thead tr > th,
.uppercase {
  text-transform: uppercase;
}

.uppercase {
  text-transform: uppercase !important;
}

@media (min-width: 768px) {
  .list-item-title {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.list-item-title {
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  color: #4c525a;
  transition: all 0.1s ease;
}

.prm,
.prm-xs {
  padding-right: 10px;
}

.list-item .label.outlet {
  position: relative;
  top: -3px;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #00c292;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.list-item ul.categories {
  position: absolute;
  bottom: -14px;
  width: calc(100% - 30px);
  margin: 0;
}

.list-item ul.categories {
  list-style: none;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.list-item-title-wrp .task-item-toggle.static {
  left: 51px;
  top: 32px;
}

.task-item-toggle {
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 21px;
  padding: 0 5px;
  font-size: 18px;
  color: #ecf0f1;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 992px) {
  .list-item .nicelabel-wrapper label {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.nicelabel-wrapper-inline label:first-of-type {
  margin-left: 0;
}

.list-item .nicelabel-wrapper label {
  margin-top: 8px;
  margin-left: 4px;
  padding-right: 10px;
}

.nicelabel-wrapper-inline label:first-of-type {
  margin-left: 0;
}

.text-nicelabel:not(:checked) + label {
  background-color: #dddddd;
  color: #a7a7a7;
}

.small .text-nicelabel + label {
  font-size: 11px;
  padding: 3px 14px 3px 6px;
}

.list-item-dd-toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 47px;
  width: 50px;
  text-align: center;
}

@media (min-width: 768px) {
  .list-item-dd-toggle-divider {
    display: block;
  }
}

.list-item-dd-toggle-divider {
  position: absolute;
  /* display: none; */
  left: 0;
  top: 20px;
  bottom: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.list-item-dd-toggle-link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0 16px;
  color: #bbb;
  cursor: pointer;
  font-size: 22px;
}

.list-item-avatar {
  position: absolute;
  cursor: pointer;
  display: block;
  left: 12px;
  top: 22px;
}

.avatar {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  /* font-family: "ff meta serif", georgia, serif; */
  cursor: default;
}

.list-item .avatar-img.with-image {
  object-fit: contain;
}

.avatar-img.with-image {
  background-color: #fff;
}

.avatar-img.avatar-sm {
  width: 32px;
  height: 32px;
  padding-top: 7px;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.avatar-img {
  display: inline-block;
  padding-top: 13px;
  vertical-align: middle;
  text-align: center;
  color: #878787;
  font-family: "ff meta serif", georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.42;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  background: #aaa center center no-repeat;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.list-item ul.categories li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.list-item ul.categories li::after {
  content: "\f2fb";
  font-size: 14px;
  font-family: "Material-Design-Iconic-Font";
  margin-left: 3px;
  position: absolute;
  top: -1px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .list-item-dd-toggle-divider {
    display: block;
  }
}

.list-item-dd-toggle-link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0 16px;
  color: #bbb;
  cursor: pointer;
  font-size: 22px;
}

.list-item .bg {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.3;
  z-index: 2;
}

.avatar-img.avatar-md {
  width: 50px;
  height: 50px;
  padding-top: 7px;
  font-size: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.table-list-col-header-title {
  position: relative;
}

.delete-object-name {
  font-weight: bold;
}

.add_form_component {
  min-width: 140px;
  min-height: 140px;
}

.add_new_values_to_form {
  margin-top: 30px !important;
}

span.tsm {
  font-size: 8px !important;
}

.feather.feather-success {
  stroke: #10b981;
}

.payement_cgu {
  margin-left: 10px;
  margin-bottom: 0px;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: #10b981;
  font-size: 15px;
}

/* Loader  */
/* .loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 1s infinite linear;
} */

@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }

  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }

  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }

  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}

.btn-filter.dropdown-toggle {
  box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}

svg.svg-20 {
  width: 20px;
  height: 20px;
}

.btn-filter.dropdown-toggle:hover,
.btn-filter.dropdown-toggle.active {
  color: white;
  background-color: #161d27;
  box-shadow: 0 0 0 0.18rem #161d27;
}

.btn-filter.dropdown-toggle {
  box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}

[data-toggle]:hover {
  cursor: pointer;
}

.btn-link:hover {
  color: #000;
  text-decoration: none;
}

/* export to execel button */
.md-fab-wrapper {
  position: fixed;
  bottom: 24px;
  right: 15px;
  z-index: 1004;
  -webkit-transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.md-fab {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

.md-fab.md-fab-small > i {
  line-height: 48px;
  height: inherit;
  width: inherit;
  font-size: 24px;
}

/* tree view */
ul,
#treeview {
  list-style-type: none;
  font-size: 14px;
}

.threeview-heading {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

.threeview-heading::before {
  content: "+";
  display: inline-block;
  margin-right: 6px;
  color: #777;
}

.caret-down::before {
  content: "-";
  color: #777;
}

.nested {
  display: none;
}

.active {
  display: block;
}

.circuit {
  cursor: pointer;
}

.circuit.clicked,
.vehicule.clicked,
.rapport.clicked {
  text-decoration: underline;
  color: #2d9bf2;
}

.pill {
  margin-left: auto;
}

.vicons img {
  width: 20px;
  cursor: pointer;
}

.treeview {
  max-height: 450px;
  overflow: auto;
  padding: 1rem;
}

.threeview-heading i.map-icon:hover {
  transform: scale(1.3);
  transform: all 0.4s ease;
}

.popup-circuits p {
  font-size: 0.7rem;
}

.avatar {
  width: 2rem;
}

.user-avatar,
.agent-avatar {
  border-radius: 10px;
  width: 100%;
  height: 33px;
  max-width: 32px;
  object-fit: cover;
}

.file-uploader {
  position: relative;
  min-height: 50px;
  border: 1px dashed #d8d8d8;
  background-color: #fcfcfc;
  border-radius: 4px;
}

.file-uploader:hover {
  border-color: #ccd0d2;
}

.file-uploader-input {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-uploader-trigger {
  position: relative;
  z-index: 1;
  padding: 17px 15px 16px;
  font-size: 16px;
  line-height: 1em;
  text-align: left;
  font-weight: 500;
  color: #aaa;
  cursor: pointer;
}

.file-uploader-trigger-optional {
  margin-bottom: 7px;
  font-weight: 600;
}

.file-uploader-selected {
  position: absolute;
  display: none;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
}

.file-uploader-selected.showing {
  display: block;
  -webkit-animation: fade-in 0.25s 1 forwards;
  animation: fade-in 0.25s 1 forwards;
}

.file-uploader-selected-text {
  position: absolute;
  left: 20px;
  right: 50px;
  top: 50%;
  margin-top: -8px;
  line-height: 1em;
  font-size: 16px;
  font-weight: 600;
  color: #00b289;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-uploader-remove {
  position: absolute;
  z-index: 4;
  display: none;
  right: 0;
  top: 0;
  font-size: 16px;
  width: 46px;
  height: 100%;
  padding-top: 17px;
  line-height: 1em;
  cursor: pointer;
  text-align: center;
  color: #aaa;
}

.file-uploader-remove:hover {
  color: #999;
}

.file-uploader-remove.showing {
  display: block;
}

.image-uploader-top-logo-img.logo-small_square,
.image-uploader-top-logo-img-display.logo-small_square,
.image-uploader-top-logo-img-print.logo-small_square {
  width: 84px;
  height: 84px;
}

.image-uploader-top-logo-img.logo-big_square,
.image-uploader-top-logo-img-display.logo-big_square,
.image-uploader-top-logo-img-print.logo-big_square {
  width: 110px;
  height: 110px;
}

.image-uploader-top-logo-img.logo-small_rectangle,
.image-uploader-top-logo-img-display.logo-small_rectangle,
.image-uploader-top-logo-img-print.logo-small_rectangle {
  width: 140px;
  height: 80px;
}

.image-uploader-top-logo-img.logo-big_rectangle,
.image-uploader-top-logo-img-display.logo-big_rectangle,
.image-uploader-top-logo-img-print.logo-big_rectangle {
  width: 200px;
  height: 100px;
}

.image-uploader-top-logo {
  text-align: center;
}

.image-uploader-top-logo-img {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  background: #fff center center no-repeat;
  border: 2px solid #fff;
  background-size: contain;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.image-uploader-top-logo-placeholder {
  position: absolute;
  z-index: 2;
  left: 2px;
  right: 2px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #aaa;
  color: rgba(0, 0, 0, 0.6);
  font-family: "proxima-nova", helvetica neue, helvetica, arial, sans-serif;
  opacity: 1;
  transition: all 0.2s ease;
}

.image-uploader-top-logo-img.with-image .image-uploader-top-logo-placeholder {
  opacity: 0;
}

.image-uploader-top-logo-img.with-image:hover
  .image-uploader-top-logo-placeholder {
  opacity: 1;
}

.image-uploader-top-logo-placeholder-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.2s ease;
}

.image-uploader-top-logo-img.with-image
  .image-uploader-top-logo-placeholder-bg {
  opacity: 0;
}

.image-uploader-top-logo-img.with-image:hover
  .image-uploader-top-logo-placeholder-bg {
  opacity: 1;
}

.image-uploader-top-logo-img-display {
  position: relative;
  display: inline-block;
  /* width: 80px;
   height: 80px; */
  margin: 0 auto;
  vertical-align: middle;
  background: center center no-repeat;
  background-size: contain;
}

.modal .jFiler.jFiler-theme-default {
  display: none;
}

@media print {
  .image-uploader-top-logo-img-display {
    display: none;
  }
}

.image-uploader-top-logo-img-print {
  position: relative;
  display: none;
  max-width: 80px;
  width: auto;
  max-height: 80px;
  margin: 0 auto;
  vertical-align: middle;
}

@media print {
  .image-uploader-top-logo-img-print {
    display: inline-block;
  }
}

.image-uploader-avatar {
  text-align: center;
}

.image-uploader-avatar-img {
  position: relative;
  /* width: 84px;
   height: 84px; */
  margin: auto;
  margin-bottom: 20px;
  background: #fff center center no-repeat;
  border: 2px solid #fff;
  background-size: cover;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.image-uploader-avatar-img.img-md {
  width: 100px;
  height: 100px;
}

.image-uploader-avatar-img.with-image {
  background: #aaa center center no-repeat;
  background-size: cover;
}

.image-uploader-avatar-placeholder {
  position: absolute;
  z-index: 2;
  left: 2px;
  right: 2px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  font-family: "proxima-nova", helvetica neue, helvetica, arial, sans-serif;
  color: #aaa;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.2s ease;
}

.image-uploader-avatar-img.with-image .image-uploader-avatar-placeholder,
.with-image > .image-uploader-avatar-placeholder {
  opacity: 0;
}

.image-uploader-avatar-img.with-image:hover .image-uploader-avatar-placeholder,
.with-image.uploading .image-uploader-avatar-placeholder,
.with-image:hover > .image-uploader-avatar-placeholder {
  opacity: 1;
}

.image-uploader-avatar-placeholder-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.2s ease;
}

.image-uploader-avatar-placeholder-bg.with-circular-image {
  border-radius: 50%;
}

.image-uploader-avatar-img.with-image .image-uploader-avatar-placeholder-bg,
.with-image > .image-uploader-avatar-placeholder-bg {
  opacity: 0;
}

.image-uploader-avatar-img.with-image:hover
  .image-uploader-avatar-placeholder-bg,
.with-image:hover > .image-uploader-avatar-placeholder-bg {
  opacity: 1;
}

.image-uploader-avatar-img-display {
  position: relative;
  display: block;
  /* width: 80px;
   height: 80px; */
  margin: auto;
  margin-bottom: 20px;
  background: center center no-repeat;
  background-size: contain;
}

@media print {
  .image-uploader-avatar-img-display {
    display: none;
  }
}

.image-uploader-avatar-img-print {
  position: relative;
  display: none;
  max-width: 80px;
  width: auto;
  max-height: 80px;
  margin: auto;
  margin-bottom: 20px;
}

@media print {
  .image-uploader-avatar-img-print {
    display: block;
  }
}

.image-uploader-file {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.image-uploader-progress-bar {
  position: absolute;
  z-index: 5;
  display: none;
  left: 20px;
  right: 20px;
  top: 50%;
  height: 5px;
  margin-top: -2px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.image-uploader-progress-bar.failed {
  background-color: #e06666;
}

.image-uploader-progress-bar-in {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #edd261;
}

.image-uploader-delete {
  position: absolute;
  z-index: 4;
  right: -12px;
  top: -12px;
  height: 23px;
  width: 22px;
  padding: 3px 4px 0 6px;
  text-align: center;
  color: #e06666;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ecf0f1;
  border-radius: 18px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}

.image-uploader-delete.with-circular-image {
  right: -3px;
  top: -3px;
}

.add-button {
  position: fixed;
  z-index: 222;
  bottom: 24px;
  right: 15px;
}

.add-button a.plus-icon {
  background-color: #2d9bf3;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-button a.plus-icon i {
  line-height: 48px;
  height: inherit;
  width: inherit;
  font-size: 24px;
}

.export-agent-button {
  position: fixed;
  z-index: 222;
  bottom: 24px;
  right: 15px;
}

.export-agent-button a.download-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  background-color: #10b981;
  align-items: center;
  border: 1px solid #000;
  color: #fff;
}

.export-agent-button a.download-icon i {
  line-height: 48px;
  height: inherit;
  width: inherit;
  font-size: 24px;
}

#agent-picture {
  width: 200px;
}

/* map tab loader */
/* HTML: <div class="loader"></div> */
.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 100%;
  background: radial-gradient(farthest-side, #2d9bf2 94%, #0000) top/4px 4px
      no-repeat,
    conic-gradient(#0000 30%, #2d9bf2);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
  animation: l13 1s infinite linear;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

/* HTML: <div class="login-loader"></div> */
.login-loader {
  width: 20px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, #0000, #000);
  animation: l26 1s infinite steps(12);
  margin-right: 1rem;
  position: absolute;
  left: 100px;
}

.login-loader,
.login-loader:before,
.login-loader:after {
  background: radial-gradient(closest-side at 50% 12.5%, #dfd6d8 96%, #0000) 50%
      0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%, #dfd6d8 96%, #0000) 0 50%/80% 20%
      repeat-x;
}

.login-loader:before,
.login-loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.login-loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

.page-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: #020617 !important;
}
.page-subtitle {
  margin-top: 10px;
  padding: 0;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #020617 !important;
}
#advanced_filters {
  gap: 3px;
  border-top: 1px solid #d5cece;
  border-bottom: 1px solid #d5cece;
  position: relative;
  z-index: 2;
  padding-bottom: 25px !important;
}
.general_filters {
  background: #f8f8f9 !important;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
#table_search > .input-group-text {
  box-shadow: none !important;
  background: white;
  border-right: none !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
#table_search > .form-control {
  border-left: none;
  box-shadow: none !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
#header_tab {
  border-bottom: none !important;
  padding-left: 50px;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.bg-app-gps {
  background: #e2210e !important;
}
.right-section,
.left-section {
  display: flex;
  justify-content: start;
  align-items: end;
}
#table_search {
  background: white;
  min-width: 430px;
  width: auto;
  height: 45px;
}
.icon_dropdown {
  display: grid;
}
.icon_dropdown > label {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 0;
}
/* .bootstrap-select.tags {
  width: auto !important;
  height: 45px !important;
  min-width: 100%;
} */
.icon_dropdown > .dropdown {
  /* padding: 0.2rem 1rem 0.5rem 1rem; */
  width: 100%;
}

.table-text.title {
  color: #91919d;
  letter-spacing: -0.5px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.table-text.subtitle {
  color: #91919d;
  letter-spacing: -0.5px;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.dropdown-container {
  position: absolute;
  display: flex;
  justify-content: start !important;
  right: 0;
  width: 50px;
  height: 60% !important;
  border-left: 1.5px solid rgb(224, 227, 227) !important;
  transition: 0.4s ease;
}
.options-btn {
  display: flex;
  padding: 2px;
  background: transparent;
  border: none;
  color: rgb(215, 214, 214) !important;
  transition: 0.4s ease;
}

.extended_filters {
  display: none;
  padding: 30px 20px;
}

.extended_filters.show {
  display: flex;
  justify-content: start;
  align-items: center;
}

.extended-filters-toggle {
  width: 50px;
  height: 50px;
  border-radius: 30%;
  background: #e2210e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.extended-filters-toggle > svg {
  stroke: white;
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .general_filters,
  .left-section,
  .right-section {
    display: block;
  }
  .icon_dropdown {
    margin-bottom: 15px;
  }
  .extended_filters.show {
    display: block;
  }
  .period_dropdown_section {
    border: none !important;
    padding-left: 0px !important;
    margin-right: 0px !important;
  }
  .general_filters button[type="submit"].float-right {
    float: none;
  }
}
