/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 10 oct. 2025, 15:29:30
    Author     : Manu
*/

.collapsible {
  background-color: #f1f1f1;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-weight: bold;  
}

.collapsible-active, .collapsible:hover {
  background-color: #f1f1f1;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 3rem;
  padding-bottom: 40px;
}

.collapsible-active:after {
  content: "\2212";
  padding-bottom: 40px;  
}

.collapsible-content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /*max-height: 0;*/
  display: none;
  /*overflow: hidden;*/
  /*transition: max-height 0.2s ease-out;*/
  border: 1px solid #f1f1f1;
}

.padding-select {
    margin-right: 5px !important;
    font-size: 1.25rem !important;
}

