.time-input {
    background-color: #f5f7fa;
    border-radius: 20px;
  }
  .time-input {
    -webkit-appearance:none;
    appearance: none;
  }
  .img_abs {
    right: 25px;
    top: 40px;
  }
  
  .circle-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #0d6efd;
    display: inline-block;
  }
  
  .custom-checkbox {
    color: white;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .service-label {
    background-color: #f0f0f0;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 0.8rem;
    color: #666;
  }
  
  .tab-underline {
    position: relative;
  }
  
  .tab-underline.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0d6efd;
  }
  
  .group-option {
    border-radius: 20px;
    padding: 6px 15px;
    cursor: pointer;
  }
  
  .group-option.active {
    background-color: #17a2b8;
    color: white;
  }
  
  .group-option.inactive {
    background-color: #f5f7fa;
    border: 1px solid #dee2e6;
  }
  
  .add-teacher-icon {
    width: 24px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffc107;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 24px;
  }
  
  .btn-cancel {
    border: 1px solid #ffc107;
    color: #ffc107;
    background-color: white;
  }
  
  .form-select, .form-control {
    border-radius: 20px;
    background-color: #f5f7fa;
  }
  
  .week-option {
    padding: 8px 20px;
    cursor: pointer;
  }
  
  .week-option.active {
    background-color: #0d6efd;
    color: white;
  }
  .tabsform .tab-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(24,82,158,0.41);
    -moz-box-shadow: 0px 0px 10px 0px rgba(24,82,158,0.41);
    box-shadow: 0px 0px 10px 0px rgba(24,82,158,0.41);
    border-radius: 0 10px 10px 10px;
  }

  .tabsform .nav-link.active.show {
    background: #17519E !important;
    border: 0 !important;
    color: #fff;
  }
  .tabsform .nav-item .nav-link {
    background: transparent !important;
    color: #021733;
    border: 0 !important;
  }
  .tabsform .nav-item:not(.first) {
    margin-left: 5px;
  }
   .nav-tabs .nav-link.active {
    border-color: #fff #fff #fff;
}   
.form-select {
    height: 30px;
}


.modal-header {
    -webkit-box-shadow: 0px 10px 20px -16px rgba(24,82,158,0.41);
  -moz-box-shadow: 0px 10px 20px -16px rgba(24,82,158,0.41);
  box-shadow: 0px 10px 20px -16px rgba(24,82,158,0.41);
}

.btn-close {
    background: transparent;
    border: 0;
    cursor: pointer;
}
.valider, .annuler {
    border-radius: 25px;
}
.valider {
    background: #021733;
    border-color: #021733;
}