#list-purchase .list .support_list {
  border-top: 1px dashed #9C9C9C;
}

.free-day-box input {
  width: 16px;
  height: 16px;
  margin-top: 0;
}
.free-day-box a.hover-text {
  font-size: 14px;
  text-decoration: none;
  color: #212121;
  position: relative;
  line-height: 1.5;
}
.free-day-box a.hover-text::before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: -2px;
  border-bottom: 1px dashed #000000 ;
}
.free-day-box .daytrial {
  font-size: 12px;
  line-height: 20px;
  color: #212121;
  padding: 0 6px;
  border: 1px solid #9C9C9C;
  border-radius: 4px;
  font-weight: 400;
}
.free-day-box p {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.free-day-box p svg {
  cursor: pointer;
}
.free-day-box p svg:hover {
  color: #f50;
}
.free-day-box p span {
  font-weight: 700;
}
.free-day-box .form-check-input:checked {
  background-color: transparent;
}
.free-day-box .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23f50' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


.tooltip-inner {
  padding: 8px !important;;
  text-align: start !important;
  font-size: 12px;
}
.tooltip-inner a {
  color: #f50;
}
.tooltip-inner a:hover {
  color: #f50 !important;
}

