@charset "utf-8";

.acbox1{
  width: 480px;
  font-size:0px; 
  margin:0 0px; 
}

.acbox1 label{
  width: auto;
  font-size: 16px; 
  font-weight: bold;
  background: #8BC34A; 
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; 
  cursor: pointer;
  color: #fff;
}

.acbox1 label:hover{
  background: #8BC34A; 
}

.acbox1 input{
  display: none;
}

.acbox1 label:after{
  color: #fff;
  content:"▼"; 
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox1 input:checked ~ label::after {
  content:"▲"; 
}

.acbox1 .acbox-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; 
}

.acbox1 input:checked ~ .acbox-under{
  height: auto;
  padding: 0 18px; 
  border-radius: 0px;
  background: #F3F4F5; 
  opacity: 1;
}

.acbox1 input:checked ~ label {
  background: #8BC34A; 
}

.acbox-under{
  font-size: 15px; 
  color: #555555; 
}

.disp_calc{
  width: auto;
  font-size: 15px; 
  font-weight: bold;
  position: relative;
  display: block;
  color: #555555; 
}

.acbox2{
  width: 460px;
  font-size:0px; 
}

.acbox2 label{
  width: auto;
  font-size: 15px; 
  background: darkgray; 
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; 
  cursor: pointer;
  color: #fff;
}

.acbox2 label:hover{
  background: darkgray; 
}

.acbox2 input{
  display: none;
}

.acbox2 label:after{
  color: #fff;
  content:"▼"; 
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox2 input:checked ~ label::after {
  content:"▲"; 
}

.acbox2 .acbox-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; 
}

.acbox2 input:checked ~ .acbox-under{
  height: auto;
  padding: 0 18px; 
  border-radius: 0px;
  background: #E7E6E5; 
  opacity: 1;
}

.acbox2 input:checked ~ label {
  background: darkgray; 
}

.acbox3{
  width: 440px;
  font-size:0px; 
}

.acbox3 label{
  width: auto;
  font-size: 15px; 
  background: mediumseagreen; 
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; 
  cursor: pointer;
  color: #fff;
}

.acbox3 label:hover{
  background: mediumseagreen; 
}

.acbox3 input{
  display: none;
}

.acbox3 label:after{
  color: #fff;
  content:"▼"; 
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox3 input:checked ~ label::after {
  content:"▲"; 
}

.acbox3 .acbox-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; 
}

.acbox3 input:checked ~ .acbox-under{
  height: auto;
  padding: 0 18px; 
  border-radius: 0px;
  background: #D1D2D3; 
  opacity: 1;
}

.acbox3 input:checked ~ label {
  background: mediumseagreen; 
}

.acbox4{
  width: 420px;
  font-size:0px; 
}

.acbox4 label{
  width: auto;
  font-size: 15px; 
  background: gray; 
  position: relative;
  display: block;
  padding:8px;
  border-radius: 4px; 
  cursor: pointer;
  color: #fff;
}

.acbox4 label:hover{
  background: gray; 
}

.acbox4 input{
  display: none;
}

.acbox4 label:after{
  color: #fff;
  content:"▼"; 
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox4 input:checked ~ label::after {
  content:"▲"; 
}

.acbox4 .acbox-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; 
}

.acbox4 input:checked ~ .acbox-under{
  height: auto;
  padding: 0 18px; 
  border-radius: 0px;
  background: #C7C6C5; 
  opacity: 1;
}

.acbox4 input:checked ~ label {
  background: gray; 
}

.darkmode--activated .acbox1 label {
    color: black !important;
}
