  /* form-style-data-table */
  .dataTables_length{
    /* margin-bottom: 30px; */
    display: none;
  }
  /* .dataTables_length label, */
.dataTables_filter label,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #FFF !important;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_filter input,
/* .dataTables_wrapper .dataTables_length select, */
.dataTables_wrapper .dataTables_info {
    color: #FFF;
    font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #FFF !important;
    font-weight: bold;
}
#example_paginate > span:nth-child(2) {
    font-weight: bold;
    color: seagreen;
}
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 24px 9px;
}
.dataTables_wrapper .dataTables_filter {
  float: inline-start;
  margin-bottom: 20px;

}
.dataTable thead th {
  /* border-radius: 12px; */
  /* border-top: 0.6px solid rgba(207, 207, 207, 0.11); */
  opacity: 0.9;
    background: #222121;
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    white-space: nowrap;
}
table.dataTable tbody td {
padding: 25px 12px;
    text-align: left;
    border-bottom: 1px solid #979797;
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
  }
  .iti {
    width: 100%;
  }
  .optional-form .form-check-input:checked {
    background-color: #01F5CB;
    border-color: #01F5CB;
  }
 .optional-form  .form-check-input:focus {
    border-color: #01F5CB;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(1, 245, 203, 0.5)
}
.optional-form .iti__selected-flag input::placeholder{
  color: white;
}
.optional-form .form-select,
.optional-form .form-control {
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    padding: 16px;
    background: transparent;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 100%;
}
.optional-form .form-control:focus {
  color: transparent;
  background-color:transparent;
  border-color: #FFF;
  outline: 0;
  box-shadow: unset;
}
 input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color to white */
}

/* Style for the phone number input text */
.optional-form input[type="tel"] {
  color: white;
  border-color: white; /* If you want to change the border color as well */
}

/* Optional: Adjust the placeholder text color for both inputs */
.optional-form input[type="date"]::placeholder,
.optional-form input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.6); /* Semi-transparent white for placeholders */
}
.optional-form .form-select {
  background-color: black;
  color: white;
  border-color: white;
  -webkit-appearance: none; /* Remove default styling */
  -moz-appearance: none; /* For Firefox */
  appearance: none; /* Remove default arrow */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center; /* Position the arrow */
  background-size: 10px;
  padding-right: 30px; /* Add space for the arrow */
}

/* Ensure the dropdown options also have the correct colors */
.optional-form .form-select option {
  background-color: black;
  color: white;
  border-color: white;
}
.optional-form .form-control, .optional-form .form-select {
    background-color: black;
    color: white;
    border-color: white;
    height: 100%;
}


/* Select box options dropdown */
.optional-form .form-select option {
  background-color: black;
  color: white;
}

/* Date picker styling */
.optional-form #datePicker {
  background-color: black;
  color: white;
  border-color: white;
}

/* Placeholder styling for date picker */
.optional-form #datePicker::placeholder {
  color: rgba(255, 255, 255, 0.6); /* Semi-transparent white */
}

/*Modification MBO 25092024 Modifcation style input form*/
/* Styling for Nom input */
.optional-form input#Nom {
    background-color: black; /* Couleur de fond */
    color: white; /* Couleur du texte */
    border: 1px solid white; /* Couleur de bordure */
}

    /* Couleur de texte pour l'état de focus de Nom */
    .optional-form input#Nom:focus {
        color: white; /* Couleur du texte en focus */
        background-color: black; /* Couleur de fond en focus */
        border-color: #00E5B3; /* Couleur de bordure en focus */
        outline: none; /* Enlever le contour par défaut */
    }

    /* Couleur de texte du placeholder pour Nom */
    .optional-form input#Nom::placeholder {
        color: rgba(255, 255, 255, 0.6); /* Blanc semi-transparent */
    }
.optional-form input#Adresse {
    background-color: black; /* Couleur de fond */
    color: white; /* Couleur du texte */
    border: 1px solid white; /* Couleur de bordure */
}

    /* Couleur de texte pour l'état de focus de Nom */
    .optional-form input#Adresse:focus {
        color: white; /* Couleur du texte en focus */
        background-color: black; /* Couleur de fond en focus */
        border-color: #00E5B3; /* Couleur de bordure en focus */
        outline: none; /* Enlever le contour par défaut */
    }

    /* Couleur de texte du placeholder pour Nom */
    .optional-form input#Adresse::placeholder {
        color: rgba(255, 255, 255, 0.6); /* Blanc semi-transparent */
    }
.optional-form input.Globe {
    background-color: black; /* Couleur de fond */
    color: white; /* Couleur du texte */
    border: 1px solid white; /* Couleur de bordure */
}

    /* Couleur de texte pour l'état de focus de Nom */
    .optional-form  input.Globe:focus {
        color: white; /* Couleur du texte en focus */
        background-color: black; /* Couleur de fond en focus */
        border-color: #00E5B3; /* Couleur de bordure en focus */
        outline: none; /* Enlever le contour par défaut */
    }

    /* Couleur de texte du placeholder pour Nom */
    .optional-form input.Globe::placeholder {
        color: rgba(255, 255, 255, 0.6); /* Blanc semi-transparent */
    }
/* Phone input styling */
.optional-form #phone {
  background-color: black;
  color: white;
  border-color: white;
}

/* Optional: Change the border and focus states */
.optional-form .form-control:focus, .form-select:focus {
  border-color: white;
  outline: none;
  box-shadow: none;
}

/* Select dropdown when open (on hover or focus) */
.optional-form .form-select:focus-visible {
  background-color: black;
  color: white;
}
.filter-butoon{
  display: flex;
  gap: 12px;
  position: absolute;
  right:20px;
  top: 16px;
  z-index: 1;
}
.filter-butoon button{
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #01F5CB;
}
    /* Ajout de mourad lien button*/
    .filter-butoon a { /* Ajout de la règle pour le lien */
        border: none; /* Pas de bordure */
        padding: 8px 14px; /* Même padding que le bouton */
        border-radius: 8px; /* Même arrondi que le bouton */
        background-color: #01F5CB; /* Même couleur de fond que le bouton */
        text-decoration: none;
        cursor: pointer;
        text-decoration: none;
        color: #000;
    }
/* .dataTables_wrapper .dataTables_length select {
  background-color: #000;
} */

/* style-bootstrap-model */
#columnToggleModal .modal-dialog{
  width: 180px;
  margin-right: 20px !important;
}
.modal-content {
  background-color: #1c1c1c;
  border: 1px solid white !important;

}
.modal-header {
  color: white;
  border-bottom: unset;
  padding-bottom: 0;
}
.form-check label{
  color: white;

}
.btn-close {
  --bs-btn-close-color: #fff; 
  --bs-btn-close-opacity: 1; 
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); /* White icon */
}
.addRowForm label{
  color: white;
}
.addRowForm .form-control{
  background-color: transparent;
  color: white;
}
.form-control:focus {
  box-shadow: unset;
  border-color: #FFF;
}

.custom-form-select {
    background-color: black;
    color: white;
    border-color: white;
}




  .form-wizard {
    padding: 30px;
    background-color: #000;
    border: 1px solid #2D2D2D;
    border-radius: 12px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 10px;
    position: relative;
  }
  .form-wizard .wizard-form-radio input[type="radio"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none; */
    appearance: none;
    background-color: #dddddd;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #01F5CB;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px;
    bottom: 0;
  }
  .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
  }
  .form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 5px;
    cursor: pointer;
    color: white;
  }
  .form-wizard .form-wizard-header {
    text-align: center;
  }
  .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
    background-color: #01F5CB;
    color: #000;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
  }
  /* .form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
  } */
  .form-wizard .wizard-fieldset {
    display: none;
  }
  .form-wizard .wizard-fieldset.show {
    display: block;
  }
  .form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
  .form-wizard .form-wizard-previous-btn {
    background-color: #01F5CB;
  }
  .form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #FFF;
    border: 0.6px solid rgba(207, 207, 207, 0.11);
    background: #121212;
    /* border: none; */
  }
  .form-wizard .form-control:focus {
    box-shadow: none;
  }
  .form-wizard .form-group {
    position: relative;
    margin: 25px 0;
  }
  .form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
    color: #FFF;
  }
  .form-wizard .focus-input .wizard-form-text-label {
    color: #01F5CB;
    top: -24px;
    left: 0;
    transition: 0.2s linear all;
    font-size: 12px;
  }
  .form-wizard .form-wizard-steps {
    margin: 30px 0;
  }
  .form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
  }
  .form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
  }
  .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #01F5CB;
    color: #000;
  }
  .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #01F5CB;
    left: 50%;
    width: 50%;
    border-color: #01F5CB;
  }
  .form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #01F5CB;
  }
  .form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
  }
  .form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  @keyframes click-radio-wave {
    0% {
      width: 25px;
      height: 25px;
      opacity: 0.35;
      position: relative;
    }
    100% {
      width: 60px;
      height: 60px;
      margin-left: -15px;
      margin-top: -15px;
      opacity: 0.0;
    }
  }
  @media screen and (max-width: 767px) {
    .wizard-content-left {
      height: auto;
    }
  }
  @media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em;
        margin-bottom: 10px;
    }
}

/* toggle-button  */
/* .toggle-container {
  background-color: #2a2a2a;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
} */
.toggle-container .toggle-text {
  color: #e0e0e0;
  margin-right: 10px;
  font-size: 16px;
}
.toggle-container .toggle {
  position: relative;
  width: 48px;
  height: 24px;
}
.toggle-container .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #757272;
  transition: .4s;
  border-radius: 24px;
}
.toggle-container .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #000;
  transition: .4s;
  border-radius: 50%;
}
.toggle-container input:checked + .slider {
  background-color: #01F5CB;
}
.toggle-container input:checked + .slider:before {
  transform: translateX(24px);
}

/* custom select box  */


.custom-select {
  position: relative;
  width: 100%;
}

.custom-select .select-selected {
  border-radius: 10px;
  border: 1.5px solid white;
  color: white;
  padding: 16px; 
  display: flex; 
  align-items: center; 
  position: relative; 
}

.custom-select .select-selected::after {
  content: ""; 
  background-image: url(../images/select-icon.png); 
  background-size: contain; 
  background-repeat: no-repeat; 
  width: 20px;
  height: 20px; 
  position: absolute; 
  right: 10px; 
  top: 50%; 
  transform: translateY(-50%); 
}

.custom-select .select-items {
  position: absolute;
  background-color: #1f1e1e; 
  border: 1px solid #555; 
  z-index: 99;
  width: 100%;
  top: 65px;
  border-radius: 0 0 12px 12px;
}

.custom-select .select-items div {
  padding: 10px;
  cursor: pointer;
  color: #fff; 
}

.custom-select .select-items div:hover {
  background-color: rgba(123, 179, 169, 0.212); 
}

.custom-select .select-hide {
  display: none;
}
.form-check-input:checked {
  background-color: #01F5CB;
  border-color: #01F5CB;
}
.form-check-input:focus {
  border-color: #01F5CB;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(1, 245, 203, 0.5)
}




@media screen and (max-width: 420px) {
  .dataTables_wrapper .dataTables_filter {
      margin-top: .5em;
      margin-bottom: 60px;
  }
  .filter-butoon {
    left: 20px;
    top: 70px;
  }
}