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

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

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

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

.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-20 {
  width: 20% !important;
}

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

.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;
}

.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-image: url(../imgs/illustrations/login.svg);
  background-size: cover;
  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: 4%;
}

#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;
}

.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: 0px 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: 100%; */
  cursor: pointer;
  width: 350px;
  min-width: 350px;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-bottom: 0px;
  -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;
}

.plan_img {
  background: #1f305e !important;
  padding: 13px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
}

.plans .plan .plan-content img {
  /* margin-right: 30px; */
  height: 29px;
  margin-top: 3px;
}

.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: #24e299;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #24e299;
  box-shadow: 0px 0px 0px 2px #24e299;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #24e299;
  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;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}

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

/* CARD HOLDER*/
.card-holder {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  border: 1px solid #ecdabc;
  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: 19px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

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

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

.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: #24e299;
  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: #9eb9d4;
  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: #9eb9d4 !important;
  color: black !important;
}
tr.suivi-control {
  background: #100e2e !important;
  color: white;
  height: 60px;
}

.table > tbody tr.suivi-control-zone {
  background: #9eb9d4 !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: #9eb9d4 !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: #9eb9d4 !important;
  color: white;
}

.table > tbody tr th.engin-parc-zone {
  background: #9eb9d4 !important;
  color: white;
}

.table > tbody tr th.mother-category {
  background: #9eb9d4 !important;
  color: white;
}

.table > tbody tr td.child-zone {
  background: #100e2e !important;
  color: white;
  border-radius: 0px !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;
}
.headcol {
  position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
  /*compensate for top border*/
}

.headcol:before {
  content: "Row ";
}

.long {
  background: yellow;
  letter-spacing: 1em;
}

.md-fab-wrapper {
  position: fixed;
  bottom: 24px;
  right: 24px;
  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:active,
.md-fab:focus,
.md-fab:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  outline: none;
}
.md-fab.md-fab-small {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.general_filters button[type="submit"].float-right {
  position: absolute;
  z-index: 3;
  right: 0;
  width: 80px;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #2d9bf3;
  border: 1px solid #2d9bf3;
  height: 50px;
  padding: 10px;
  float: right;
}
#advanced_filters {
  position: relative;
  z-index: 2;
}
.page_filters .card-body {
  padding-right: 94px !important;
}
.invoice-editor-line-item.placeholder.first_child {
  margin-bottom: 10px;
}
.invoice-editor-line-item.placeholder {
  border: 2px dashed #ecf0f1;
  padding: 25px 23px 25px;
  border-radius: 4px;
  position: relative;
  height: auto;
}
.placeholder.fieldset-placeholders {
  background: white;
}
.placeholder {
  border: 1px solid #100e2e;
  background-color: #100e2e;
  height: 70px;
}
.disabled {
  cursor: not-allowed;
}
.invoice-editor-line-item.placeholder.fieldset-placeholders .fieldset-title {
  display: inline-block;
  position: absolute;
  top: -18px;
  background: white;
  padding: 4px 17px;
}

.invoice-editor-line-item.placeholder.fieldset-placeholders .fieldset-title {
  display: inline-block;
  position: absolute;
  top: -12px;
  background: white;
  padding: 4px 17px;
}
.invoice-editor-line-item.placeholder.fieldset-placeholders.disabled
  > .fieldset-title
  > * {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.invoice-editor-line-item.placeholder.fieldset-placeholders
  .fieldset-title
  > label {
  cursor: pointer;
}
.invoice-editor-line-item.placeholder.fieldset-placeholders
  .fieldset-title
  > label {
  cursor: pointer;
}
.invoice-editor-line-item.placeholder input[type="radio"],
.invoice-editor-line-item.placeholder input[type="checkbox"] {
  margin: 4px 0 0;
  margin-right: 0px;
  margin-top: 1px \9;
  line-height: normal;
  margin-right: 10px;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #100e2e;
  border-color: #100e2e;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.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);
}
.bootstrap-select.tags {
  min-width: 100% !important;
}
.table-content {
  min-height: 300px;
}

tr {
  cursor: pointer;
}

.st a:hover {
  text-decoration: underline !important;
}

.text-black {
  color: black !important;
  font-weight: normal !important;
}

.hide {
  display: none !important;
}

.segmentation {
  box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}

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

.mbl,
.mbl-xs {
  margin-bottom: 20px;
}

.mbm,
.mbm-xs {
  margin-bottom: 10px;
}

.subscriber-bar__item {
  box-shadow: 0 0 3.2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  min-height: 92px;
  background: #fff;
  transition: box-shadow 0.5s;
  position: relative;
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  text-align: left;
  width: 100%;
  letter-spacing: 0;
}

.subscriber-bar__item__text {
  /* padding: 12px 16px; */
  font-size: 14px;
  line-height: 17.5px;
  font-weight: 700;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  text-align: center;
}

.subscriber-bar__item--ellipsis .subscriber-bar__item__text__title {
  display: block;
  display: -webkit-box;
  width: 100%;
  max-height: 35px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

a:visited:after {
  content: "";
}

.hummingbird-treeview label {
  background: #eeeef4 !important;
  width: 90%;
  height: 40px;
  padding: 9px;
  border-radius: 10px;
  font-size: 15px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  color: #1f305e !important;
}
.hummingbird-treeview label.is_root {
  font-weight: bold;
}
.hummingbird-treeview label.is_child {
  font-weight: 400;
}
.hummingbird-treeview .fa {
  font-size: 12px;
  color: #1f305e;
  line-height: 1;
}
.form-switch {
  padding-left: 2.75em;
}

.form-switch .form-check-input {
  width: 2.25em;
  margin-left: -2.75em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234B5563'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2.25em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234d6689'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #374151;
  background-color: #fff;
  border: 0.0625rem solid rgba(17, 24, 39, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #4b5563;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #100e2e;
  border-color: #100e2e;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -0.0625rem;
  border-top-width: 0.0625rem;
}
