.menu-sidebar-footer {
  font-family: FS PF BeauSans Pro, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: var(--iz-dim-gray);
  width: 295px;
}

.menu-sidebar-footer a {
  padding: 18px 0px 23px 26px;
  border-bottom: 1px solid var(--iz-sidebar-border);
  color: var(--iz-mfg-list-group-tab-song-header-text);
}

.menu-sidebar-footer a.selected {
  border-left: 4px solid #EE0033;
}

.menu-sidebar-footer a:hover {
  color: #EE0033;
}

.footer-link-header-title {
  color: #ee0033;
  font-family: FS PF BeauSans Pro, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 12px;
}

.footer-link-title {
  color: var(--iz-mfg-list-group-tab-song-header-text);
  font-family: FS PF BeauSans Pro, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.footer-link-text {
  font-weight: 400;
  line-height: 21px;
  list-style-type: none;
  margin-bottom: 0 !important;
  color: var(--iz-mfg-list-group-tab-song-header-text);
  text-align: justify ;
}

.footer-link-text li::before {
  content: "-";
  margin-right: 2px;
}

.footer-link-text-child {
  list-style-type: none;
}

.footer-link-text-child li::before {
  content: "+";
  margin-right: 2px;
}

.footer-link-text-child-2 {
  list-style-type: none;
}

.footer-link-text-child-2 li::before {
  content: "•";
  margin-right: 2px;
}
.ul .footer-link-text  {
  margin-left: 0px;
}
.button-submit-sp-rp {
  background-color: #EE0033;
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: none;
  color:white;
  margin-top: 15px;
}


.content-input-area {
  width: 100%;
  border: 1px solid #e4e4e7;
  resize: none;
  border-radius: 5px;
  padding-inline: 10px;
}
