.image-paiement {
    width: 80px;
}

.card-hghlght {
  cursor: pointer;
  pointer-events: auto;
  transform: scale(1);
  transition: all 0.4s;
}

.card-hghlght:hover {
  opacity: 1;
  transform: scale(1.02);
  border-radius: 10px;
  box-shadow: 10px 10px 15px -15px rgba(0,0,0,0.62);
}

.content:hover .card-hghlght:not(:hover) {
  opacity: 0.5;
  transform: scale(0.9);
}

.width-100 {
  width: 100%;
}

.fz-30 {
  font-size: 30px;
}

.selected-panel {
  background: linear-gradient(132deg, rgb(2 0 36 / 15%) 0%, #006b881f 0%, #006b8866 100%);
  border-radius: 10px;
  box-shadow: 10px 10px 15px -15px rgba(0,0,0,0.62);
}

.payment-form {
  color: black !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.operateur-img {
  width: 45px;
}

.operateur-container {
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
}

.wave-btn {
  color: white;
  background: #25c7ff;
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 15%);
}

.black-btn {
  color: white;
  background: #000;
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 15%);
}


.color-primary {
  color: #0f6b88!important;
}

.ant-switch-checked {
  background: #25c6ff !important;
}