.switch {
  position: relative;
  display: block;
  width: 30px;
  height: 17px;
  margin-top: 6px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

.Highlight {
  background-color: #fff256;
  padding: .2em;
  }

  .bg-login-tabu {
    background-color: #001B35!important;
}

.parent {
  display: flex;
  font-family: arial, sans-serif;
  flex-direction: column-reverse;
}

@media screen and (min-width: 800px) {
  .parent {
    flex-direction: row;
  }
}

.btn-tabu {
  color: #fff;
  background-color: #144560;
  border-color: #144560;
}

.btn-outline-tabu {
  color: #144560;
  border-color: #144560;
}

.btn-tabu:hover {
  color: #FF4E3A;
  background-color: #001B35;
}

.btn-outline-tabu:hover {
  color: #FF4E3A;
}

.form-check-input-tabu:checked {
  background-color: #FF4E3A;
  border-color: #FF4E3A;
}

a.forgot-password {
  color: #144560;
  text-decoration: underline;
}

/* CSS DATATABLES STAT ADS */

td.tab_ads {
  border-right: 1px solid #85c4ff;
}

/* tr.odd.tab_ads{
  background-color: #ebf5ff;
}

tr.odd>.sorting_1.tab_ads {
  background-color: #D6EBFF;
}

tr.even>.sorting_1.tab_ads {
  background-color: #ebebeb;
} */

th.tab_ads {
  font-weight: 500;
  color: #001b35;
  vertical-align: middle;
  border-right: 1px solid #85c4ff;
  border-top: 1px solid #85c4ff;
  border-bottom: 1px solid #144560;
}
/* DARK THEME DATATABLE */
html.dark-theme th.tab_ads.dt-body-right {
  color: white;
}

html.dark-theme tr.odd td {
  background-color: #2c2c2c;
}

html.dark-theme tr.odd>.sorting_1.tab_ads {
  background-color: #2c2c2c;
}

html.dark-theme table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{
  background-color: #2c2c2c !important;
}

html.dark-theme tr.even td {
  background-color: #212121;
}

html.dark-theme tr.even>.sorting_1.tab_ads {
  background-color: #212121;
}

html.dark-theme table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
  background-color: #212121 !important;
}


html.dark-theme tr.tab_ads th.dtfc-fixed-left {
  background-color: #212121;
  color: white;
}
html.dark-theme th.select-checkbox th.tab_ads{
  background-color: #212121;
}

html.dark-theme div.dtfc-right-top-blocker{
  background-color: #212121 !important;
}

html.dark-theme div.dtfc-right-bottom-blocker{
  background-color: #212121 !important;
}

html.dark-theme tr.tfoot-stats-ads th.dtfc-fixed-left{
  background-color: #212121;
  color: white;
}

tr.tab_ads th.dtfc-fixed-left {
  background-color: white;
  color: black;
}

tr.tfoot-stats-ads th.dtfc-fixed-left{
  background-color: white;
  color: black;
}

html.dark-theme th.tab_ads.sorting {
  color: white;
}

tr.tab_ads th.dtfc-fixed-left {
  z-index: 1000;
}

tr.tfoot-stats-ads th.dtfc-fixed-left{
  z-index: 1000;
}

/* tr:hover.tab_ads {
  background-color: #ffdad6;
}

tr:hover>.sorting_1.tab_ads {
  background-color: #ffb6ad;
} */

div.dt-button-collection {
  z-index: 2002;
}

th.tab_ads.sorting, td.tab_ads { 
    white-space: nowrap; 
}
    
/* div.dataTables_wrapper {
    width: 800px;
    margin: 0 auto;
} */

.nav-stats {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 0px !important;
    min-width: 300px !important;
    text-align: center !important;
    background-color: #CCE6F5 !important;
    margin-right: 10px;
    color: #45A5D9 !important;
}

/* .table-stats-ads {
  border: 1px solid #144560;
} */

.nav-stats.active {
    background-color: #FFFFFF !important;
    margin-bottom: -1px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    color: #001B35 !important;
}

.tfoot-stats-ads {
  border-bottom: 1px solid #144560;
}

#datatable-ads-stats_filter {
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
}

input[type="search"] {
  margin-left: 5px;
}

th.tab_ads_footer{
  text-align: right;
}

/* .table-responsive.table-stats-ads {
  background-color: #ffffff;
} */

div#datatable-products_length {
  margin-top: 7px;
  margin-left: 10px;
}

/* spinner css */

.spinner-grow {
  position: absolute;
  z-index: 1;
}


@media screen and (max-width:1024px) {
  .title-desktop {
    display: none;
  }
}

/* CSS PROGRESS STEP */
@media (min-width: 600px) {
  .c-progress-steps li.done {
      border-bottom-color: #1ecab8;
  }
  .c-progress-steps li.done {
    color: #1ecab8;
  }
}
@media (min-width: 600px) {
  .c-progress-steps li {
      display: table-cell;
      text-align: center;
      padding: 0;
      padding-bottom: 18px;
      white-space: nowrap;
      position: relative;
      border-left-width: 0;
      border-bottom-width: 4px;
      border-bottom-style: solid;
      border-bottom-color: #ced4da;
  }
}
.c-progress-steps li {
  position: relative;
  font-size: 14px;
  color: #ced4da;
  padding: 16px 0 0 36px;
}
@media (min-width: 600px) {
  .c-progress-steps li.current {
      color: #fbb624;
      border-bottom-color: #fbb624;
  }
}
.c-progress-steps li.current {
  color: #fbb624;
  font-weight: 500;
}
@media (min-width: 600px) {
  .c-progress-steps {
      display: table;
      list-style-type: none;
      margin: 20px auto;
      padding: 0;
      table-layout: fixed;
      width: 100%;
  }
}
.c-progress-steps li.done:before {
  color: #1ecab8;
  content: "\f058";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #1ecab8;
}
@media (min-width: 600px) {
  .c-progress-steps li:before {
      bottom: -15px;
      left: 50% !important;
      margin-left: -16px;
  }
}
.c-progress-steps li:before {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  font-size: 18px;
  background-color: #ffffff;
  content: "\f111";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ced4da;
}
@media (min-width: 600px) {
  .c-progress-steps li.current:before {
      color: #fbb624;
      content: "\f192";
  }
}
.c-progress-steps li.current:before {
  color: #fbb624;
  content: "\f192";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fbb624;
}
@media (min-width: 600px){
  .c-progress-steps li {
      display: table-cell;
      text-align: center;
      padding: 0;
      padding-bottom: 18px;
      white-space: nowrap;
      position: relative;
      border-left-width: 0;
      border-bottom-width: 4px;
      border-bottom-style: solid;
      border-bottom-color: #ced4da;
  }
}
.logo-tabu>img {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  margin-top: 25px;
}
.logo-tabu {
  display: flex;
}
/* CSS CARD TABU */
.bg-gradient2 {
  background-image: linear-gradient(120deg, #7b78c9 0, #60c6f3 100%);
}
.card-icon {
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: inline-block;
  right: -14px;
  font-size: 108px;
  overflow: hidden;
  top: -40px;
  opacity: 0.2;
}
.title-text, .header-title {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  color: #6c757d;
  text-shadow: 0 0 1px rgb(0 0 0 / 10%);
}
.card {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
  border-radius: 3px;
}
label {
  font-weight: 500;
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control {
  font-size: 14px;
  border: 1px solid #e9ecef;
  height: calc(2.3rem + 2px);
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active, .btn-warning.disabled, .btn-warning:disabled, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  background-color: #fbae0b;
  border: 1px solid #fbae0b;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-primary, .btn-success, .btn-secondary, .btn-info, .btn-warning, .btn-danger, .btn-dark, .btn-pink, .btn-purple {
  color: #ffffff;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.font-weight-bold {
  font-weight: 700!important;
}

/* Pour les pointillés sur les boutons */

.btn.btn-outline-dashed {
  outline: 1px dashed #ffffff !important;
  outline-offset: -5px;
  -moz-outline-radius: 25px;
}

/* pour les dates fields */

#date_start, #date_end {
  min-width: 85px;
}

/* create_utm */

.card-icon {
  color: black;
}

h2.font-weight-bold.text-white {
  color: black !important;
}

p.text-white.mb-0.font-16 {
  color: black !important;
}

html.dark-theme .card-icon {
  color: white;
}

html.dark-theme h2.font-weight-bold.text-white {
  color: white !important;
}

html.dark-theme p.text-white.mb-0.font-16 {
  color: white !important;
}

/* configuration/user */

html.dark-theme button.dt-button.buttons-collection.buttons-page-length {
  color: white;
}

/* funnels */

html.dark-theme button.dt-button {
  color: white;
}

.btn-outline-primary {
  color: #5766da !important;
  border-color: #5766da !important;
}
.btn-outline-primary:hover {
  background-color: #4253d5 !important;
  border: 1px solid #4253d5 !important;
}
/* .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-info {
  background-color: #00bcd4;
  border: 1px solid #00bcd4;
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 188 212 / 50%);
  box-shadow: 0 2px 6px 0 rgb(0 188 212 / 50%);
}
.btn-clipboard {
  color:white !important;
}
.btn-warning {
  background-color: #fbb624;
  border: 1px solid #fbb624;
  -webkit-box-shadow: 0 2px 6px 0 rgb(251 182 36 / 50%);
  box-shadow: 0 2px 6px 0 rgb(251 182 36 / 50%);
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary, .btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle, .btn-outline-primary:hover, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #4253d5 !important;
  border: 1px solid #4253d5;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary {
  background-color: #5766da;
  border: 1px solid #5766da;
  -webkit-box-shadow: 0 2px 6px 0 rgb(87 102 218 / 50%);
  box-shadow: 0 2px 6px 0 rgb(87 102 218 / 50%);
}
h2 {
  line-height: 35px;
  font-size: 30px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
}
.font-16 {
  font-size: 16px !important;
}
.btn-primary, .btn-success, .btn-secondary, .btn-info, .btn-warning, .btn-danger, .btn-dark, .btn-pink, .btn-purple {
  color: #ffffff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning, .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle, .show > .btn-outline-warning.dropdown-toggle, .btn-outline-warning:hover, .btn-warning.active, .btn-warning.disabled, .btn-warning:disabled, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  background-color: #fbae0b;
  border: 1px solid #fbae0b;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.form-control {
  font-size: 14px;
  border: 1px solid #e9ecef;
  height: calc(2.3rem + 2px);
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-outline-warning {
  color: #fbb624;
  border-color: #fbb624;
}
.img-flag.thumb-xxs.rounded-circle {
  max-width: 20px;
}
.img-flag.thumb-sm.rounded-circle {
  max-width: 35px;
}

/* timeline */

.main-timeline {
  font-family: "Roboto", sans-serif;
  padding: 20px 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.main-timeline .timeline {
  background-color: white;
  padding: 20px 30px 20px 20px;
  margin-bottom: 20px;
  border-radius: 0 100px 100px 0;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-timeline .timeline:before {
  content: '';
  background-color: #f8f9fa;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

.main-timeline .timeline-content {
  color: #343a40;
  text-align: right;
  width: 95%;
  min-height: 160px;
  padding: 30px 170px 30px 180px;
  border: 2px dashed #fc9ebd;
  display: block;
  float: left;
  position: relative;
  border-radius: 5px;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-icon {
  color: #f93b7a;
  background-color: rgba(249, 59, 122, 0.1);
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0.25px #f93b7a;
          box-shadow: 0px 0px 3px 0.25px #f93b7a;
  font-size: 48px;
  text-align: center;
  line-height: 130px;
  height: 130px;
  width: 130px;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 13px;
  top: 50%;
}

.main-timeline .title {
  color: #5d5b6f;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.main-timeline .description {
  color: #98a6ad;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .timeline-year {
  color: #ffffff;
  background: linear-gradient(60deg, #f93b7a, #fecfdf);
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 166px;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: -74px;
  top: 50%;
}

.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after {
  content: '';
  height: 163px;
  width: 163px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 84px;
  top: 100px;
}

.main-timeline .timeline-year:after {
  border-radius: 0;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  top: 89px;
  left: 120px;
  -webkit-box-shadow: 0 0 8px #343a40;
          box-shadow: 0 0 8px #343a40;
}

.main-timeline .timeline:nth-child(even) {
  border-radius: 100px 0 0 100px;
  padding: 20px 20px 20px 30px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 13px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 20px 180px 20px 170px;
  text-align: left;
  float: right;
}

.main-timeline .timeline:nth-child(even):before {
  right: auto;
  left: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -74px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content {
  border-color: #fdd788;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
  background: linear-gradient(60deg, #fbb624, #fee8ba);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  color: #fbb624;
  background-color: rgba(251, 182, 36, 0.1);
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0.25px #fbb624;
          box-shadow: 0px 0px 3px 0.25px #fbb624;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content {
  border-color: #66e8db;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
  background: linear-gradient(60deg, #1ecab8, #92efe5);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  color: #1ecab8;
  background-color: rgba(30, 202, 184, 0.1);
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0.25px #1ecab8;
          box-shadow: 0px 0px 3px 0.25px #1ecab8;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content {
  border-color: #3be9ff;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
  background: linear-gradient(60deg, #00bcd4, #88f1ff);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  color: #00bcd4;
  background-color: rgba(0, 188, 212, 0.1);
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0.25px #00bcd4;
          box-shadow: 0px 0px 3px 0.25px #00bcd4;
}

@media screen and (max-width: 1200px) {
  .main-timeline {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 990px) {
  .main-timeline {
    padding: 20px 0 0 0;
  }
  .main-timeline .timeline:nth-child(even),
  .main-timeline .timeline {
    border-radius: 0;
    padding: 20px;
    margin: 0 100px 60px 0;
  }
  .main-timeline .timeline:nth-child(even) {
    margin: 0 0 60px 100px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content,
  .main-timeline .timeline-content {
    padding: 20px 120px 20px 190px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 190px 20px 120px;
  }
  .main-timeline .timeline:before {
    right: -100px;
  }
  .main-timeline .timeline-year {
    right: -130px;
  }
  .main-timeline .timeline:nth-child(even):before {
    left: -100px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: -130px;
  }
}

@media screen and (max-width: 767px) {
  .main-timeline {
    padding: 70px 0 0;
  }
  .main-timeline .timeline:nth-child(even),
  .main-timeline .timeline {
    border-radius: 0;
    padding: 15px;
    margin: 0 0 70px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content,
  .main-timeline .timeline-content {
    padding: 60px 30px 20px;
    text-align: center;
    width: 100%;
  }
  .main-timeline .timeline-icon {
    display: none;
  }
  .main-timeline .timeline:nth-child(even):before,
  .main-timeline .timeline:before {
    display: block;
    right: 50%;
    top: -52px;
    -webkit-transform: translateY(0) translateX(50%);
            transform: translateY(0) translateX(50%);
    height: 130px;
    width: 130px;
  }
  .main-timeline .timeline:nth-child(even):before {
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .main-timeline .timeline:nth-child(even) .timeline-year,
  .main-timeline .timeline-year {
    right: 50%;
    top: -53px;
    -webkit-transform: translateY(0) translateX(50%);
            transform: translateY(0) translateX(50%);
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 26px;
  }
  .main-timeline .timeline-year:before {
    left: 30px;
    top: 100px;
  }
  .main-timeline .timeline-year:after {
    left: 65px;
    top: 106px;
    -webkit-transform: rotate(67deg);
            transform: rotate(67deg);
  }
  .main-timeline .timeline:nth-child(even) .timeline-year {
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

.tracking-timeline {
  /* for Desktop */
}

.tracking-timeline .timeline {
  list-style: none;
}

.tracking-timeline .timeline > li {
  margin-bottom: 60px;
}

.tracking-timeline .timeline > li .timeline-content {
  padding-bottom: 30px;
}

@media (min-width: 640px) {
  .tracking-timeline .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .tracking-timeline .timeline-date {
    font-weight: 500;
    color: #5d5b6f;
    width: 110px;
    float: left;
    margin-top: 20px;
  }
  .tracking-timeline .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px solid rgba(0, 188, 212, 0.1);
    padding-left: 28px;
  }
  .tracking-timeline .timeline-content .track-info {
    background-color: #fafafe;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 8px;
  }
  .tracking-timeline .timeline-content .track-info h5 {
    font-size: 16px;
    color: #5d5b6f;
    font-weight: 600;
  }
  .tracking-timeline .timeline-content::after {
    content: '';
    position: absolute;
    top: 22px;
    left: 12%;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #f6f7fd;
  }
  .tracking-timeline .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00bcd4;
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1.25px #00bcd4;
            box-shadow: 0px 0px 0px 1.25px #00bcd4;
    position: absolute;
    left: 105px;
    top: 24px;
    border-radius: 100%;
  }

  .progress_colis{
    white-space: pre-wrap !important;
  }
}

tr.group {
  background-color: #EEECF6 !important;
  color: #60439C;
  font-weight: bold;
  text-align: center;
}

.payment-finish.even {
  background-color: #1192151A !important;
}
.payment-finish.odd {
  background-color: #11921533 !important;
}

.payment-alert.even {
  background-color: #FF00001A !important;
}
.payment-alert.odd {
  background-color: #FF000033 !important;
}

.hidden {
  display: none !important; /* !important pour surpasser d'autres styles */
}

.dropdown-add-tag::after {
  display: none; /* Cache l'icône par défaut */
}

.dropdown-add-tag {
  padding: .10rem .25rem; /* Ajustez ces valeurs selon vos besoins */

}
.kanban-col {
  min-height: 400px;
}

.kanban-card {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.horizontal-scroll {
  overflow-x: auto;
  white-space: nowrap;
}

.kanban-lan {
  display: inline-block;
  float: none;
}

// Pour le select2

.select2-selection__choice {
  font-size: 12px !important;
}

.payment-method {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
.payment-icon {
  font-size: 3rem; /* Augmentation de la taille de l'icône */
  margin-right: 30px; /* Augmentation de l'espace entre l'icône et le texte */
}

