/*
Theme Name: Flatsome Enfant
Description: Theme enfant de Flatsome. Vous pouvez maintenant effectuer vos modifications en toute sécurité.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: flatsome
Version: 1.0
*/

/* FORMULAIRE AJOUT COURTIER */
#regForm > .tab {
  display: none;
}

input.invalid {
  background-color: #ffdddd !important;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #4caf50;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ec6538;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* EDITION COURTIER */
.tabs {
  overflow: hidden;
  border: 1px solid #ccc;
  /* border-bottom: none; */
  background-color: #f1f1f1;
  display: block;
  border-radius: 21px;
}

.tabs button {
  background-color: inherit;
  /*float: left;*/
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  color: #666666d9;
  padding: 6px 12px;
}

.tabs button:hover {
  background-color: #ddd;
}

.tabs button.active {
  background-color: #fff;
  border-top: 1px solid #446084;
  color: #111111d9;
}

#tabs_edit_courtier > .tabcontent {
  display: none;
  padding: 24px;
  border: 1px solid #ccc;
  /* border-top: none; */
  border-radius: 21px;
  margin-top: 10px;
}

#tabs_edit_courtier > .tabcontent {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.button {
  text-transform: none !important;
}

/*****  Tableau courtier  *****/
.courtier-statut {
  height: 20px;
  width: 20px;
  display: block;
  border-radius: 10px;
  margin: 0 20px 0 20px;
}

.courtier-statut.is-active {
  background: green;
}

.courtier-statut.is-inactive {
  background: orangered;
}

.courtier-statut.is-radie {
  background: black;
}

.row-view,
.row {
  max-width: 1300px !important;
}

.mutuelles-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.mutuelle-card {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  width: 250px;
  background: #fff;
}

.mutuelle-logo {
  max-width: 200px;
  height: 200px;
  object-fit: contain;
}

.mutuelle-table {
  width: 100%;
  border-collapse: collapse;
}

.mutuelle-table th,
.mutuelle-table td {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}

.mutuelle-table input {
  width: 100%;
}
