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

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

.db-stmf-43 {
  opacity: 0 !important;
}

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

tr.list-item-in.fade-in {
  opacity: 1;
}

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

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;
  margin-bottom: 3rem;
}

.table-footer p {
  padding-top: 0;
}

.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 30px;
  -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: 48.5%;
}

.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: #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: 330px;
  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: #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;
}

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

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

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

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

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

#navbarSupportedContent {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

tr.suivi-control {
  background: #100e2e !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{
    background: #0C9 !important;
    color: white;
    height: 60px;
} */

/* .table>thead tr.suivi-control-zone > th:nth-child(-n+6) {
    background: white !important;
    color: white;
    height: 60px;
} */

.n-border {
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
}

.table > thead tr.suivi-control-zone.n-height {
  height: 40px !important;
}

.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 th.mother-category {
  background: #0c9 !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:first-of-type:before {
  border-left: 0;
}

.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: #f5f5f5;
  color: #000;
}

.wtree li span.main-holder + ul li span.main-holder:hover,
.wtree li span.main-holder + ul li span.main-holder:focus {
  background: #f5f5f5;
  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 !important;
}

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

.agent_profile_card {
  background: #100e2e !important;
}

.agent_profile_card_body {
  background: #100e2e !important;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: white;
}

.agent_name {
  color: white;
}

.agent_name > span {
  margin-left: 10px;
  font-size: 14px;
  width: 100px;
  height: 29px;
  padding: 9px;
}

.agent_info__box_placeholder {
  display: flex;
  align-items: center;
}

.agent_info__box {
  color: white;
}

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

.agent_info__box > .infos > h6 > .badge {
  min-width: 100px;
  height: 26px;
  padding: 8px;
}

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

.separator > svg {
  width: 50px;
  height: 60px;
  color: white;
  opacity: 0.6;
}

.documents_holder {
  display: flex;
  align-items: center;
}

.document_preview {
  background: #eeeef4;
  border-radius: 10px;
  margin: 16px;
  padding: 20px;
  text-align: center;
  max-width: 220px;
}

.document_action {
  background: black;
  border-radius: 10px;
  color: white;
  height: 28px;
  padding: 6px;
  text-align: center;
  margin-bottom: 6px;
}

.document_action > p {
  font-size: 12px;
  padding-top: 0;
  color: white;
}

.document_info > h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.document_info > p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#timelime {
  display: block;
}

#timeline > a > .listing {
  background: #100e2e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-radius: 10px;
  /* height: 90px; */
  margin-bottom: 10px;
  padding: 10px 0;
  padding-right: 10px;
  position: relative;
}

.csr_image {
  width: 85px !important;
}

.job_info {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.job_title {
  color: white;
  font-size: 20px;
  letter-spacing: -0.5px;
  padding: 0;
  margin: 0;
}

.job_title > span.badge {
  width: 70px;
  height: 17px;
  font-size: 11px;
  margin-left: 10px;
}

.indicator {
  position: absolute;
  right: 10px;
  bottom: 25%;
  border: 2px solid white;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.indicator.selected {
  background: #10b981 !important;
}

.contrat_search_btn {
  border: 1px solid white;
}

.agent_section_title {
  letter-spacing: -0.5px;
  font-weight: bold;
  font-size: 20px;
}

.filter_period {
  width: 60px;
  height: 60px;
  border-radius: 40px;
  padding: 16px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
}

.filter_period.float-right {
  float: right !important;
}

.facet-container {
  width: 100%;
  display: flex;
}

.right {
  float: right;
}

.left {
  float: left;
}

p {
  clear: both;
  padding-top: 1em;
}

.facet-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  background: #eeeef4;
  padding: 5px;
  width: 360px;
  min-height: 41.5em;
  font-size: 0.85em;
  border-radius: 10px;
  height: 500px;
  overflow-y: auto;
}

.facet-content {
  width: 100%;
}

.facet-content > img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.facet-list li {
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
  width: 97%;
  border-radius: 10px;
}

.facet-list li.placeholder {
  height: 1.2em;
}

.facet {
  border: 1px solid #bbb;
  background-color: #fafafa;
  cursor: move;
}

.facet.ui-sortable-helper {
  opacity: 0.5;
}

.placeholder {
  border: 1px solid #100e2e;
  background-color: #100e2e;
  height: 70px;
}

.plan-details > span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
}

.plan-details > p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.chart-box {
  width: 230px;
  height: 100px;
  background: white;
  justify-content: start;
  padding: 20px;
  align-items: center;
  border-radius: 10px;
  margin-right: 15px;
}

.chart-box.box-danger {
  background: #e11d48 !important;
  color: white !important;
}

.chart-box.box-success {
  background: #10b981 !important;
  color: white !important;
}

.chart-box.box-warning {
  background: #f0bc74 !important;
}

.chart-box-icon {
  width: 50px;
  height: 50px;
  background: #eeeef4;
  padding: 10px;
  border-radius: 30px;
}

.chart-box-icon > svg {
  width: 30px;
  height: 30px;
  color: black;
  stroke: black;
}

.chart-box-resume {
  margin-left: 10px;
}

.chart-box-resume > p {
  padding: 0;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: black;
}

.chart-box-resume > h6 {
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-weight: bold;
  color: black;
}

.table > thead tr.suivi-pointage {
  background: #0c9 !important;
  color: white;
  height: 40px;
  text-align: center;
}

tr.suivi-pointage-main {
  background: #100e2e !important;
  color: white;
  height: 40px;
  text-align: center;
}

span.editable_span {
  cursor: pointer !important;
  width: 31px !important;
  height: 31px !important;
  position: relative;
  display: inline-block;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  font-weight: bold !important;
}

span.editable_span:hover,
span.editable_span:focus {
  border: 1px soolid green;
  background: white !important;
  color: black !important;
}

.tile {
  outline: 2px solid #777;
  background-color: white;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  opacity: 0.9;
  margin-right: 30px;
}

.tile > label {
  cursor: pointer;
  margin: 0;
}

.tile > input {
  position: absolute;
  top: 8px;
  left: 8px;
  cursor: pointer;
}

.tile:hover {
  scale: 1.02;
  transition: 200ms ease;
  box-shadow: 1px 10px 25px rgba(0, 0, 0, 0.15);
}

.tile > label > h2 {
  color: #333;
  font-size: 15px;
}

.tile > svg {
  fill: #333;
}

.selected {
  outline: 2px solid darkblue;
  opacity: 1;
  transition: 400ms ease-out;
}

.selected h2 {
  font-weight: medium;
  font-size: 17px;
}

.selected svg {
  fill: darkslateblue;
}

.col_terrain {
  text-align: center !important;
  border-left: 1px solid white !important;
}

.col_system {
  text-align: center !important;
}

.col_rrh {
  text-align: center !important;
  border-right: 1px solid white !important;
}

th.fs-18 {
  font-size: 18px !important;
}

th.fs-16 {
  font-size: 16px !important;
}

th.borderside {
  border-left: 1px solid white !important;
  border-right: 1px solid white !important;
}

.table > tbody tr.tr_user_data > td:first-child {
  background: #eeeef4 !important;
  border: none !important;
}

.dropdown-menu .dropdown-item.disabled {
  background: #eeeef3 !important;
  cursor: not-allowed !important;
}

td.b-left {
  border-left: 1px solid #bfbfd9 !important;
  border-bottom: 2px dashed #eeeef3 !important;
}

td.b-bottom-only {
  border-bottom: 2px dashed #eeeef3 !important;
}

td.b-right-only {
  border-right: 1px solid #bfbfd9 !important;
  border-bottom: 2px dashed #eeeef3 !important;
}

td.b-sides {
  border-left: 1px solid #bfbfd9 !important;
  border-right: 2px dashed #eeeef3 !important;
  border-bottom: 1px solid #eeeef3 !important;
  border-top: 1px solid #eeeef3 !important;
}

td.b-right {
  border-right: 2px dashed #eeeef3 !important;
  border-bottom: 1px solid #eeeef3 !important;
  border-top: 1px solid #eeeef3 !important;
}

td.b-none {
  border-top: 1px solid #eeeef3 !important;
  border-bottom: 1px solid #eeeef3 !important;
}

.card .table td,
.card .table th.b-none,
.card .table td,
.card .table th.b-sides,
.card .table td,
.card .table th.b-right {
  /* padding-left: 12px!important;
    padding-right: 12px!important; */
}

tr.suivi-control > th.fixed-columns {
  top: 0;
  position: sticky;
  z-index: 20;
}

.card .table td,
.card .table th.col_terrain,
.card .table td,
.card .table th.col_system,
.card .table td,
.card .table th.col_rrh {
  /* padding-left: 12px!important;
    padding-right: 12px!important; */
}

#navbarFixed {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  height: 80px;
  max-width: calc(100% - 350px);
  left: 350px;
  z-index: 999;
}

#navbarFixed.contracted {
  left: 6rem;
  width: 96%;
  transition: ease-in 0.3s;
}

.navbar_sub_fixed {
  position: fixed;
  top: 3rem;
  background: white;
  min-width: 100%;
  width: 1990px;
  left: 341px;
  padding: 22px 10px 0px 20px;
  height: 60px;
}

#navbarFixed > .sidebar-inner > .nav > li.hidden-folded {
  display: none !important;
}

#sidebarMenu > div.simplebar-wrapper > div.simplebar-mask > ul > li.hidden-folded {
  display: none !important;
}

svg.collapsing {
  display: none !important;
}

.color-1 {
  background: #ff0000 !important;
  color: white !important;
}

.color-2 {
  background: #fce4d6 !important;
}

.color-3 {
  background: #ffc000 !important;
  color: white !important;
}

.color-4 {
  background: #00b0f0 !important;
  color: white !important;
}

.color-5 {
  background: #66ff33 !important;
  color: white !important;
}

.color-6 {
  background: #d9d9d9 !important;
}

.color-7 {
  background: #bdd7ee !important;
}

.color-8 {
  background: #c65911 !important;
  color: white !important;
}

.color-9 {
  background: #ff99cc !important;
}

.color-10 {
  background: #ff6699 !important;
}

.color-11 {
  background: #808080 !important;
  color: white !important;
}

.color-12 {
  background: #0070c0 !important;
  color: white !important;
}

.color-13 {
  background: #7030a0 !important;
  color: white !important;
}

.color-14 {
  background: #002060 !important;
  color: white !important;
}

.color-15 {
  background: #00b050 !important;
  color: white !important;
}

.color-16 {
  background: #c00000 !important;
  color: white !important;
}

.text-color-1 {
  background: #ff0000 !important;
  color: white !important;
}

.text-color-2 {
  background: #fce4d6 !important;
}

.text-color-3 {
  background: #ffc000 !important;
  color: white !important;
}

.text-color-4 {
  background: #00b0f0 !important;
  color: white !important;
}

.text-color-5 {
  background: #66ff33 !important;
  color: white !important;
}

.text-color-6 {
  background: #d9d9d9 !important;
}

.text-color-7 {
  background: #bdd7ee !important;
}

.text-color-8 {
  background: #c65911 !important;
  color: white !important;
}

.text-color-9 {
  background: #ff99cc !important;
}

.text-color-10 {
  background: #ff6699 !important;
}

.text-color-11 {
  background: #808080 !important;
  color: white !important;
}

.text-color-12 {
  background: #0070c0 !important;
  color: white !important;
}

.text-color-13 {
  background: #7030a0 !important;
  color: white !important;
}

.text-color-14 {
  background: #002060 !important;
  color: white !important;
}

.text-color-15 {
  background: #00b050 !important;
  color: white !important;
}

.text-color-16 {
  background: #c00000 !important;
  color: white !important;
}

.actions.dropdown-menu.dashboard-dropdown.scrollable-menu {
  height: auto !important;
  max-height: 280px !important;
  overflow-x: hidden !important;
}

.download_report.disabled {
  background-color: #eeeef4 !important;
  cursor: not-allowed;
}

.download_report.disabled > svg {
  stroke: grey !important;
}

.period_holder {
  max-width: 970px;
  width: 600px;
  display: flex;
  border-radius: 20px;
  border: 1px solid #0c9;
  padding: 30px;
}

.filter_group > h6 {
  font-size: 15px;
  font-weight: bold;
  color: #0c9;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.filter-label {
  font-size: 11px;
}

.period_handle_box {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-right: 40px;
}

.period_indicator > p > sup {
  font-weight: 400;
}

.period_indicator > p {
  margin-top: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

.period_indicator > p > span {
  font-size: 16px;
  font-weight: bold;
}

.period_indicator > h6 {
  padding: 0;
  margin-bottom: 0;
  color: #0c9;
}

.period_icon_holder {
  width: 70px;
  height: 70px;
  background: white;
  text-align: center;
  border-radius: 70px;
  padding: 16px;
  margin-right: 10px;
}

.period_icon_holder.handle_sm {
  width: 40px;
  height: 40px;
  padding: 10px;
}

.period_icon_holder > svg {
  width: 40px;
  height: 40px;
}

.period_icon_holder > svg.checked_icon {
  stroke: #0c9;
}

.s_box > p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.period_icon_holder > svg.not_checked_icon {
  stroke: #eeeef4;
}

.form-control.date-picker.period-picker {
  background: transparent;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #bbbbbb;
  font-size: 19px;
  font-weight: bold;
  padding: 9px 0px 3px 9px;
}

.rapport-top-table-header {
  color: white;
  height: 60px;
}

tr.rapport-top-table-header > th:first-child {
  background-color: transparent !important;
}

tr.rapport-top-table-header > th {
  background-color: #100e2e;
  text-align: center;
  font-size: 17px;
  letter-spacing: -0.5;
}

tr.rapport-top-table-header > th:nth-child(2) {
  border-top-left-radius: 10px;
  border-right: 1px solid white;
}

tr.rapport-top-table-header > th:nth-child(3) {
  background-color: transparent !important;
}

tr.rapport-top-table-header > th:nth-child(4) {
  border-top-right-radius: 10px;
}

.justify-space-around {
  justify-content: space-around !important;
}

.icon-btn {
  background: transparent;
  border: 0;
  width: 30px;
  height: 33px;
}

/* FILTER BOX */
.filter_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 109px;
  background: white;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
  height: auto;
}

.filter_single_box {
  flex: 40%;
  min-height: 100px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 10px;
  border: 1px dashed black;
  height: 170px;
  margin-bottom: 10px;
  min-width: 130px;
  /* width: 97%; */
  width: auto;
}

.filter_single_box.toggled {
  min-height: 50px;
  height: 50px;
  /* background: #eeeef4; */
  /* opacity: 0.7;*/
  border: 1px dashed grey;
}

/* .filter_single_box.toggled > .form-check > label{
    opacity: 0.2;
} */
/* .filter_box > .filter_single_box:nth-child(3){
    flex: 100%;
} */

.filter_box > .filter_single_box > .form-check > label {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.filter_box_input_group {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.filter_box_input_group > .form_group {
  margin-right: 30px;
}

label.label_sm {
  font-size: 11px;
  font-weight: bold;
}

.filter_single_box.disabled {
  background: #eeeef4;
}

.card.dashed-yellow {
  border: 1px dashed #fef8d7 !important;
}

.form-control.w-400 {
  width: 400px !important;
}

.kpi-subtitle {
  margin: 0;
  padding: 0;
  line-height: 11.4px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: black !important;
}

.kpi-title {
  font-size: 16px;
  letter-spacing: -0.4px;
  padding: 0px;
  margin: 0px;
}

.kpi_icon {
  width: 35px;
  height: 35px;
  stroke: black;
}

.card.dashboard_kpi_card {
  height: 77px;
  margin-bottom: 20px;
}

.card.yellow {
  background: #fef8d7 !important;
}

.card.light-bl {
  background: #d7eff1 !important;
}

.card.light-gl {
  background: #d8f1d7 !important;
}

.card.light-pr {
  background: #ebd7f1 !important;
}

.card.light-mr {
  background: #f1d7d7 !important;
}

.card.light-og {
  background: #ffd8b4 !important;
}

.card.dashboard_kpi_card.visibility-n {
  opacity: 0.3;
  cursor: not-allowed;
}

#tableScroll {
  overflow: auto;
  width: 100%;
}

#tableScroll td,
th {
  width: auto;
}

#tableScroll table {
  table-layout: fixed;
  width: 100%;
}

#tableScroll td.fixed:nth-child(-n + 6) {
  position: sticky;
  z-index: 5;
  background: white;
}

#tableScroll td.fixed:not(.rov):nth-child(-n + 6):first-child {
  background: #eeeef4;
}

#tableScroll td.fixed:first-child:nth-child(-n + 6) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#tableScroll thead tr th.fixed:nth-child(-n + 6) {
  position: sticky;
  top: 0;
  width: 150px;
  z-index: 5;
}

.kpi-loader > .loader-container {
  height: 35vh;
}

.table-x-loader > .loader-container {
  height: 35vh;
}

.nav-pill-circle .nav-link.wr-5 {
  width: 50px;
  height: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link.wr-5 {
  color: white;
  background-color: #100e2e;
  border-color: #100e2e;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link.wr-5 > span.nav-link-icon > svg {
  stroke: white;
}

label.reset-pw {
  font-size: 11px;
}

span.hover_primary_blue:hover,
span.hover_primary_blue:focus {
  color: #03a9f4 !important;
  transition: 0.1s ease-in;
}

#container {
  height: 200px;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.bootstrap-select.tags {
  min-width: 100% !important;
}

#effectif_chart_sites {
  widows: 100% !important;
}

.effectif-chart-loader {
  height: 40vh;
}

.line-chart-loader {
  height: 40vh;
}

.filter_chart_box {
  border-radius: 10px !important;
}

.charts_filter_box {
  padding: 20px 0px 20px 20px;
}

.chart_date_skeleton {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0;
  color: #4f46e5;
}

.cdst {
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.3px;
  color: black;
  padding: 0;
}

.sites_filter_skeleton > span {
  background: #100e2e;
  color: white !important;
  padding: 0.6rem 0.5rem;
  border-radius: 20px;
  border-color: #100e2e;
  margin-right: 5px;
  margin-bottom: 10px;
}

.sites_filter_skeleton > span > svg {
  stroke: white;
}

.separator.date_separator > svg {
  width: 50px;
  height: 70px;
  color: white;
  opacity: 1;
  margin-top: 20px;
}

.date_skeleton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.date_skeleton > .date_skeleton_icon > svg {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  stroke: #100e2e;
}

.date_skeleton:first-child {
  margin-right: 0px;
}

.date_skeleton:last-child {
  margin-left: 20px;
}

.separator.date_separator > .lines {
  width: 500px;
  height: 1px;
  border: 1px dashed black;
  opacity: 0.2;
  border-radius: 20px;
}

.date_skeleton {
  padding: 11px 30px 10px 0px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.d-none-animated {
  display: none !important;
  transform: ease-in-out 0.3s;
}

.effectif-chart-loader > .loader-container {
  height: 40vh;
}

.line-chart-loader > .loader-container {
  height: 40vh;
}

.filter--btn > button {
  background: #4f46e5;
  color: white;
  border-radius: 60px;
  width: 70px;
  height: 70px;
}

.filter--btn-skeleton > button {
  background: #4f46e5;
  color: white;
  border-radius: 60px;
  width: 70px;
  height: 70px;
}

.filter--btn-skeleton > button:hover,
.filter--btn-skeleton > button:focus {
  background: #100e2e;
  color: white;
}

.filter--btn-skeleton > button:hover > svg,
.filter--btn-skeleton > button:focus > svg {
  stroke: white;
}

.filter_charts {
  background: #100e2e;
  color: white;
  border-radius: 10px;
  width: 32%;
  height: 45px;
  font-size: 14px;
}

.data_filter > :first-child,
.filters_alt > :first-child {
  flex-grow: 0.5;
}

.filter--btn > .action--close-btn {
  color: white;
  background: #100e2e;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  margin-left: 10px;
}

.action--close-btn > button {
  padding: 0;
  margin: 0;
}

.sites_filter_skeleton {
  display: flex;
  flex-flow: wrap;
}

.date_filter_skeleton {
  justify-content: space-around;
  align-items: center;
}

.site_filter > .dropdown.bootstrap-select {
  border-radius: 10px !important;
}

.dselect-tag.empty {
  background: transparent;
  border: 1px solid #100e2e;
  color: #100e2e;
}

.switch_to_skeleton {
  margin: auto;
  width: 30%;
  height: 60px;
  background: #eeeef3;
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 40px;
}

.date_skeleton_holder {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.6px;
  line-height: 0;
  margin-left: 20px;
}

.date_skeleton_holder > span > svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.highcharts-title {
  opacity: 0 !important;
}

.elementor_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  background: #100e2e !important;
}

.elementor_infos {
  flex: 2;
}

.elementor_actions {
  flex: 1;
}

.elementor_separator {
  width: 2px;
  height: 200px;
  background-color: white;
  opacity: 0.3;
}

.no-result {
  text-align: center;
}

.no-result > h6 {
  font-size: 17px;
  letter-spacing: -0.5px;
  background: #f0bc74;
  width: 20%;
  padding: 6px;
  border-radius: 10px;
  margin: 0 auto;
  font-weight: bold;
}

/* CIRCULAR PROGRESS LOADER */
.progress {
  position: relative;
}

.progress .progress-text {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  color: black;
  transform: translateY(20%), translateX(-45%);
}

.external:hover > svg {
  visibility: visible;
  opacity: 1;
}

.add_clip_doc {
  width: 2rem !important;
  height: 2rem !important;
  background: #100e2e !important;
  margin-left: 5px;
  text-align: center;
  padding: 4px;
}

.circular_progress_page_loader {
  width: 30%;
  margin: 0 auto;
}

.progress_icon {
  text-align: center;
  border-radius: 50px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.progress_icon > svg {
  stroke: #100e2e;
  width: 45px;
  height: 45px;
}

.progress_icon > p {
  color: #100e2e;
  font-size: 65px;
  letter-spacing: -0.3px;
  font-family: monospace;
  font-weight: bold;
  margin: 0px;
  padding: 0;
}

.progress_title {
  text-align: center;
  color: #100e2e;
}

.progress_title > h6 {
  color: #100e2e;
  font-size: 21px;
  letter-spacing: -0.8;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.progress_title > p {
  font-size: 16px;
  letter-spacing: -0.5;
  margin: 0px;
  padding: 0px;
}

.loader-p {
  width: 100%;
  height: 13px;
  border-radius: 20px;
  color: #100e2e;
  border: 2px solid;
  position: relative;
}

.loader-p::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: l6 2s infinite;
}

@keyframes l6 {
  100% {
    inset: 0;
  }
}

.time-5 {
  --c1: #100e2e;
  --c2: #2d9bf3;
  width: 40px;
  height: 80px;
  border-top: 4px solid var(--c1);
  border-bottom: 4px solid var(--c1);
  background: linear-gradient(90deg, var(--c1) 2px, var(--c2) 0 5px, var(--c1) 0) center/7px 8px no-repeat;
  display: grid;
  overflow: hidden;
  animation: t5-0 2s infinite linear;
  margin-bottom: 15px;
}

.time-5::before,
.time-5::after {
  content: "";
  grid-area: 1/1;
  width: 75%;
  height: calc(50% - 4px);
  margin: 0 auto;
  border: 2px solid var(--c1);
  border-top: 0;
  border-radius: 0 0 40% 40%;
  -webkit-mask: linear-gradient(#000 0 0) bottom/4px 2px no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  background: linear-gradient(var(--d, 0deg), var(--c2) 50%, #0000 0) bottom / 100% 205%, linear-gradient(var(--c2) 0 0) center/0 100%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-name: t5-1;
}

.time-5::after {
  transform-origin: 50% calc(100% + 2px);
  transform: scaleY(-1);
  --s: 3px;
  --d: 180deg;
}

@keyframes t5-0 {
  80% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0.5turn);
  }
}

@keyframes t5-1 {
  10%,
  70% {
    background-size: 100% 205%, var(--s, 0) 100%;
  }

  70%,
  100% {
    background-position: top, center;
  }
}

.consolide_legends {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  height: 100px;
  max-height: 100px;
  overflow: auto;
  gap: 10px;
  /* justify-content: ; */
  padding: 10px;
  border: 1px solid #eeeef4;
  border-radius: 10px;
}

.consolide_legends > .item {
  display: flex;
  height: fit-content;
  justify-content: start;
  align-items: center;
}

.consolide_legends > .item > .symbol {
  background-color: #2caffe;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  margin-right: 10px;
}

.consolide_legends > .item > .serieName {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

#advanced_filters {
  position: relative;
  z-index: 2;
}

.filter_btn_sm.disabled {
  cursor: not-allowed !important;
  opacity: 0.2;
}

/* TRANSITION */
#sidebar {
    transition: all 0.3s ease;
  }
  
  #sidebar.collapsed {
    transform: translateX(-100%);
    opacity: 0;
  }
  
  #sidebar.show {
    transform: translateX(0);
    opacity: 1;
  }
  .searchbar-mask {
    opacity: 0;
    visibility: hidden;
    background: #100e2e !important;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    padding-right: 5px;
    justify-content: end;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .searchbar-mask.show {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  .searchbar-mask-close{
    width: 30px;
    position: relative;
    background: #F83834;
    height: 30px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .searchbar-mask-close svg{
    stroke: white;
  }
@media only screen and (max-width: 1200px) {
    .search-bar #topbar-addon{
        display: none!important;
    }
    .search-bar .form-control{
        width: 330px !important;
        border-radius: 5px!important;
    }
}
@media only screen and (max-width: 991px) {
    #navbar-search-main{
        display: none;
    }
    #navbar-search-main.toggled{
        display: block!important;
        position: absolute;
        top: 8px;
        z-index: 1;
        left: 13px;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .search-bar .form-control {
        max-width: 300px!important;
        border-radius: 5px !important;
        height: 63px;
        background: #100e2e !important;
        border: none;
        outline:none;
        box-shadow: none!important;
        color: white;
    }
    .search-bar .form-control:focus {
        background: #100e2e !important;
        border: none;
        outline:none;
        box-shadow: none!important;
    }
    .search-bar .form-control::placeholder{
        font-size: 15px;
        letter-spacing: -0.3px;
        color: white;
    }
    .search-bar #topbar-addon {
        display: flex !important;
        background: #100e2e!important;
        color: white;
        border-radius: 0;
        border: none;
        outline: none;
    }
    #navbarFixed,
    #navbarFixed.contracted{
        max-width: none!important;
    }
    #navbarFixed.contracted ~ .site_banner {
        margin-left: 0px!important;
        max-width: none!important;
    }
    #navbarFixed ~ .site_banner {
        margin-left: 0px!important;
        max-width: none!important;
    }
    #navbarFixed.contracted ~ .content {
        margin-left: 0!important;
    }
    .content{
        padding: 120px 0.5rem 0 0.5rem;
    }
    .user-card{
        border-bottom: none!important;
    }
    .user-card > div:first-child{
        display: none!important;
    }
    #navbarSupportedContent{
        padding-left: 5px;
        padding-right: 5px;
    }
    .card .table td, .card .table th{
        text-align: start;
    }
}
@media only screen and (max-width: 768px) {
    #navbar-search-main{
        display: none;
    }
    #navbar-search-main.toggled{
        display: block!important;
        position: absolute;
        top: 8px;
        z-index: 1;
        left: 13px;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .search-bar .form-control {
        max-width: 300px!important;
        border-radius: 5px !important;
        height: 63px;
        background: #100e2e !important;
        border: none;
        outline:none;
        box-shadow: none!important;
        color: white;
    }
    .search-bar .form-control:focus {
        background: #100e2e !important;
        border: none;
        outline:none;
        box-shadow: none!important;
    }
    .search-bar .form-control::placeholder{
        font-size: 15px;
        letter-spacing: -0.3px;
        color: white;
    }
    .search-bar #topbar-addon {
        display: flex !important;
        background: #100e2e!important;
        color: white;
        border-radius: 0;
        border: none;
        outline: none;
    }
    #navbarFixed.contracted ~ .site_banner {
        margin-left: 0px!important;
        max-width: none!important;
    }
    
    #navbarFixed ~ .site_banner {
        margin-left: 0px!important;
        max-width: none!important;
    }
    #navbarFixed.contracted ~ .content {
        margin-left: 0!important;
    }
    .content{
        padding: 120px 0.5rem 0 0.5rem;
    }
    #navbarFixed{
        max-width: none!important;
        left: 0!important;
    }
    .sidebar{
        z-index: 11111!important;
    }
    .user-card{
        border-bottom: none!important;
    }
    .user-card > div:first-child{
        display: none!important;
    }
    #navbarSupportedContent{
        padding-left: 5px;
        padding-right: 5px;
    }
    .card .table td, .card .table th{
        text-align: start;
    }
}

@media only screen and (max-width: 480px) {
    #navbarFixed.contracted{
        max-width: none!important;
    }
    #navbar-search-main{
        display: none;
    }
    #navbar-search-main.toggled{
        display: block!important;
        position: absolute;
        top: 8px;
        z-index: 1;
        left: 13px;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .search-bar .form-control {
        max-width: 330!important;
        border-radius: 5px !important;
        height: 63px;
        background: #100e2e !important;
        border: none;
        outline:none;
        box-shadow: none!important;
        color: white;
    }
    .search-bar .form-control:focus {
        background: #100e2e !important;
        border: none;
        outline:none;
        box-shadow: none!important;
    }
    .search-bar .form-control::placeholder{
        font-size: 15px;
        letter-spacing: -0.3px;
        color: white;
    }
    .search-bar #topbar-addon {
        display: flex !important;
        background: #100e2e!important;
        color: white;
        border-radius: 0;
        border: none;
        outline: none;
    }
    #navbarFixed.contracted ~ .site_banner {
        margin-left: 0px!important;
        max-width: none!important;
    }
    #navbarFixed ~ .site_banner {
        margin-left: 0px!important;
        max-width: none!important;
    }
    #navbarFixed.contracted ~ .content {
        margin-left: 0!important;
    }
    .content{
        padding: 100px 0.5rem 0 0.5rem;
    }
    .sidebar{
        z-index: 11111!important;
    }
    .user-card{
        border-bottom: none!important;
    }
    .user-card > div:first-child{
        display: none!important;
    }
    #navbarSupportedContent{
        padding-left: 5px;
        padding-right: 5px;
    }

    .card .table td, .card .table th{
        text-align: start;
    }
}