.checkbox-wrapper-18 .round {
  position: relative;
}

.checkbox-wrapper-18 .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  display: block;
}

.checkbox-wrapper-18 .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 8px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.checkbox-wrapper-19 .round {
  position: relative;
}

.checkbox-wrapper-19 .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  height: 24px;
  width: 22px;
  display: block;
}

.checkbox-wrapper-19 .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 8px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 14px;
}

.checkbox-wrapper-19 .round input[type="checkbox"] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.checkbox-wrapper-19 .round input[type="checkbox"]:checked + label {
  background-color: #ff375e;
  border-color: #ff375e;
}

.checkbox-wrapper-19 .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

#cable-1 .expand-body::-webkit-scrollbar {
  width: 6px; /* Increased width to make the scrollbar more visible */
}

#cable-1 .expand-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px; /* Makes the track round */
}

#cable-1 .expand-body::-webkit-scrollbar-thumb {
  background: rgba(236, 236, 236, 0.8);
  border-radius: 10px; /* Makes the thumb round */
}

#cable-1 .expand-body::-webkit-scrollbar-button {
  display: none; /* Removes the top and bottom arrows */
}

.checkbox-wrapper-20 .round {
  position: relative;
}

.checkbox-wrapper-20 .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  width: 18px;
  display: block;
}

.checkbox-wrapper-20 .round label:after {
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 8px;
}

.checkbox-wrapper-20 .round input[type="checkbox"] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.checkbox-wrapper-20 .round input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: #fff;
}

.checkbox-wrapper-20 .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
