:root {
  --toggle-color: #000040;
  --white: #fff;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.bg-auth {
  background-image: url("../images/bg-auth.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-custom {
  background-color: #001e5f !important;
  color: var(--white);
  border: none;
}
.btn-custom:hover {
  background-color: #d39e0a !important;
  color: var(--white);
}
.app-title {
  color: #001e5f;
}
.image {
  background-color: var(--white);
}
.main-sidebar {
  background: rgba(15, 36, 93, 0.99);
  /* display: none; */
}
.bg-active {
  background-color: #d39e0a !important;
}
@media screen and (min-width: 1024px) {
  .bg-auth {
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  #hide-bg,
  .bg-auth {
    height: 200px !important;
  }
}
.bg-libelle {
  background-color: #e5e5e5;
}

.bg-gray {
  /*background-color: rgb(56, 45, 45);*/
  background-color: #e5e5e5 !important;
  font-weight: bold;
}

th.bg-gray.center.td-blue,
th.bg-gray.td-blue {
  border: 1px solid rgb(202, 200, 200);
}
.center {
  vertical-align: middle !important;
  text-align: center !important;
}
.btn-yellow {
  background-color: #d39e0a;
  color: var(--white);
}

.swal2-styled.swal2-confirm {
  background-color: #001e5f !important;
  border: none;
}
.swal2-deny {
  background-color: #d39e0a !important;
}

/* .table-bordered td, .table-bordered th {
    border: 1px solid rgb(180, 177, 177) !important;
} */
.td-blue {
  color: #001e5f !important;
}

tr > th {
  border: 1px solid red!;
}

.border-left {
  border-left: 3px solid #001e5f !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}

/* #progressbar .active {
    color: #2f8d46;
} */

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.step-counter {
  color: var(--white);
}
.step-name {
  text-align: center;
  font-size: 13.5px;
}

.afficher {
  visibility: visible !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 0.5rem !important;
}
/* form {
    margin: auto;
} */
.reset-form {
  background-color: #ddd;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.div-center {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: auto;
  padding: 1em 2em;
  display: table;
  max-height: 100%;
  max-width: 100%;
}
div.content {
  display: table-cell;
  vertical-align: middle;
}
.loading {
  display: block;
}
.loader-hide {
  overflow: hidden;
}
.sidebar .sidebar-brand {
  padding: 0 !important;
}
.sub-active {
  background-color: var(--white);
}
#contracts {
  width: 100% !important;
}

.show-resultats {
  display: block !important;
}
.table {
  border-collapse: initial;
}
.thead-bg {
  background-color: #36a3f7 !important;
  color: var(--white);
}
.card-header {
  background-color: var(--white);
}
.bg-toggle {
  background-color: #000040;
  color: var(--white) !important;
}

.swal2-popup {
    /*font-size: 12rem !important;*/
    font-family: Arial, serif;
}
