.btn-outline-red_assystem,
.btn-outline-red_assystem:hover {
  color: #fff;
  background-color: #e12d2d;
  border-color: #e12d2d;
}

.btn-purple_assystem,
.btn-purple_assystem:hover {
  background-color: #4b0041;
  border-color: #4b0041;
  color: #fff;
}

.text-purple_assystem {
  color: #4b0041 !important;
}

.btn-red_assystem,
.btn-red_assystem:hover {
  background-color: #e12d2d;
  border-color: #e12d2d;
  color: #fff;
}
.text-red_assystem {
  color: #e12d2d !important;
}

.btn-green_blue_assystem,
.btn-green_blue_assystem:hover {
  background-color: #00505a;
  border-color: #00505a;
  color: #fff;
}
.text-green_blue_assystem {
  color: #00505a !important;
}

.btn-admin_assystem,
.btn-admin_assystem:hover {
  background-color: #007d91;
  border-color: #007d91;
  color: #fff;
}
.text-admin_assystem {
  color: #007d91 !important;
}

.container.container-alert {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
.color_head {
  background-color: #e12d2d;
}
.font-size-icon {
  font-size: 2rem;
}
.form-login {
  padding: 40px !important;
  margin: 1em auto;
  max-width: 800px;
  height: 15em;
  width: 95%;
  font: 18px/1.5 sans-serif;
  color: black;
  border-radius: 50px;
  background-color: white;
  margin-top: 0px;
}
.example-wrapper {
  margin: 1em auto;
  max-width: 800px !important;
  width: 95%;
  font: 18px/1.5 sans-serif;
}
.form-info-wrapper {
  margin: 1em auto;
  font: 18px/1.5 sans-serif;
}
.background_candidat {
  background-image: url("../assets/images/candidat_background.jpg");
  background-size: cover;
  height: 100vh;
  padding: 40px;
}
.btn-save-loader_fichier {
  position: relative !important;
  left: 80%;
  bottom: 30px;
}
.btn-relance {
  width: 10rem;
}
.card-footer.green-card-footer {
  background-color: #00505a;
  color: #fff;
}
.card-footer.red-card-footer {
  background-color: #e12d2d;
  color: #fff;
}
.nav-tabs {
  border-bottom: none !important;
}
.red-nav-link {
  height: 3em;
  display: flex;
  margin: 1em auto;
  max-width: 800px;
  width: 95%;
}
.red-nav-link .nav-link {
  z-index: 2 !important;
  margin-right: 1em;
  background: #e12d2d;
  background-color: #e12d2d;
  color: #fff !important;
  padding-bottom: 8em;
  padding-top: 0.5em;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 14em;
  position: relative;
}
.red-nav-link .nav-link:hover {
  color: #fff !important;
}
.red-nav-link .nav-link.active {
  z-index: 2 !important;
  background: #fff;
  background-color: #fff !important;
  color: #495057 !important;
}
.nav-link {
  color: #495057;
}
.nav-link:hover {
  color: #8f9091 !important;
}
.nav-link.active {
  font-weight: bold;
}
.login-tab-content {
  z-index: 3 !important;
}
.btn-icon-add:before {
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
}
.no-err-message .d-block {
  display: none !important;
}
.btn-icon-modify:before {
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  font-weight: 900;
}
.btn-icon-file:before {
  padding-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 900;
}
.custom-text-table-old {
  table-layout: fixed;
  width: 80%;
}
.custom-text-table-old td {
  overflow-wrap: break-word;
}
.custom-text-btns {
  width: 80%;
}
.custom-text-table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 80%;
  width: auto !important;
}
.custom-text-table td {
  min-width: 7em !important;
  overflow-wrap: normal;
}
.custom-edit-table {
  table-layout: fixed;
  width: 100%;
}
.custom-edit-table td {
  min-width: 25em;
  overflow-wrap: anywhere;
}
.invisible-image {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  display: none;
}
.user-form-btn {
  transition: all 0.5s ease;
  color: #e12d2d;
  background-color: transparent;
  padding: 10px;
  outline: none;
  border-color: #fafafa;
  border-style: solid;
  height: 70vh;
}
.user-form-btn:disabled {
  color: gray;
}
.user-form-btn:hover {
  background-color: #f5f5f5;
  border-color: #f2f2f2;
}
.limited {
  max-width: 100% !important;
}
.accordion-button {
  color: black !important;
  background-color: white !important;
}
.requiredLabel:after {
  content: "*";
  color: red;
}
.form-check-label:after {
  content: "";
}
.checkbox_lang {
  opacity: 0;
  display: none;
  position: absolute;
}
.label_lang {
  background-color: rgba(0, 0, 0, 0.49);
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  height: 26px;
  width: 50px;
  transform: scale(1);
}
.label_lang .ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 22px;
  width: 22px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}
.checkbox_lang:checked + .label_lang .ball {
  transform: translateX(24px);
}
.table {
  --bs-table-striped-bg: rgba(255, 0, 0, 0.05) !important;
  --bs-table-hover-bg: rgba(255, 0, 0, 0.1) !important;
}
.button-enfant-supp {
  margin-top: 2rem !important;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.dataTables_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
@media (min-width: 576px) {
  .tab-content .form-info-wrapper {
    max-width: 500px !important;
    width: 95%;
  }
}
@media (min-width: 768px) {
  .tab-content .form-info-wrapper {
    max-width: 540px !important;
    width: 95%;
  }
}
@media (min-width: 992px) {
  .tab-content .form-info-wrapper {
    max-width: 552px !important;
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .tab-content .form-info-wrapper {
    max-width: 700px !important;
    width: 95%;
  }
}
.doc-ref-type {
  width: 700px;
}
.doc-ref-ationalite {
  width: 250px;
}
.doc-ref-entity-list {
  display: flex;
  flex-direction: column;
}
.doc-ref-entity-list div {
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  background-color: #00505a;
  color: #fff;
  font-weight: 400;
}
.doc-ref-entity-list div a {
  color: #fff;
}
.inputUploadDoc {
  width: 150px;
  color: #0dcaf0;
  background-color: #212529;
}
.gestion-document-wrapper {
  margin: 1em auto;
  width: 95%;
  font: 18px/1.5 sans-serif;
}
.version {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 0.75em;
  padding: 0 0.5em 0 0;
  position: absolute;
  right: 0;
}
.loader {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #00505a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
