.entry-content {
  display: flex;
  max-width: 100%;
  padding: 0px;
}
.menu-section {
  width: 290px;
  background-color: #F6F1F1;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.menu-section img {
  margin: 52px 60px 0px 60px;
  max-width: 170px;
  height: 68px;
}
.menu-section label {
  font-size: 0.875rem;
}
.menu-section .details-case {
  display: grid;
  font-size: 0.75rem;
  line-height: 0.875rem;
  justify-content: center;
  max-width: 100%;
  gap: 10px;
  margin-top: 5px;
}

.menu-section .details-case  label{
  font-weight: bold;
}
.menu-section .menu-case {
  display: flex;
  padding: 80px 58px 0px 57px;
  line-height: 1.375rem;
}
.menu-section .menu-case ul {
  padding: 0px;
  margin: 0px;
}
.menu-section .menu-case ul li {
  margin: 30px 0px;
  display: flex;
  list-style-type: none;
}
.menu-section .menu-case ul li .title-menu {
  display: flex;
  flex-direction: column;
  line-height: 1.375rem;
  color: #787878;
}
.menu-section .menu-case ul li .notice {
  font: normal normal normal 0.625rem/0.688rem Oblik;
  color: #FF6C02;
  display: block;
}
.menu-section .menu-case ul li a {
  display: flex;
  width: 100%;
  align-items: baseline;
  cursor: default;
}
.menu-section .menu-case ul li a:link,
.menu-section .menu-case ul li a:visited {
  text-decoration: none;
}
.menu-section .menu-case ul li a:hover,
.menu-section .menu-case ul li a:active {
  text-decoration: none;
}
.menu-section .menu-case ul li .icon-num {
  flex: 15;
  font-size: 16px;
  width: 30px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin: 15px 0;
  display: grid;
  place-items: center;
  position: relative;
  color: #787878;
}
.menu-section .menu-case ul li .icon-text {
  flex: 85;
  padding-left: 5px;
  padding-top: 10px;
}
.menu-section .menu-case ul li .active {
  height: 46px;
}
.menu-section .menu-case ul li.filled div.icon-num {
  color: #FFFFFF;
  background-color: #5EA038;
}
.menu-section .menu-case ul li.filled div.icon-text .title-menu {
  color: #5EA038;
}
.menu-section .menu-case ul li.filled *:hover {
  cursor: pointer;
}
.menu-section .menu-case ul li.active div.icon-num {
  color: #FFFFFF;
  background-color: #002E4E;
}
.menu-section .menu-case ul li.active div.icon-text .title-menu {
  color: #000000;
}
.menu-section .menu-case ul li.filled div.icon-text .title-menu:hover {
  color: #000000;
}
.menu-section .menu-case ul li:not(:last-child) .icon-num::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: #D9D9D9;
  top: 22px;
}
.menu-section .menu-case ul li.filled:not(:last-child) .icon-num::after {
  background-color: #5EA038;
}
.content-section {
  width: 1340px;
}
.content-section .nf-field-container.hidden-container {
  display: none;
}
.content-section .box-title {
  font-size: 1.5rem;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  padding-top: 148px;
}
.content-section .box-info-multiform {
  display: flex;
  justify-content: space-between;
  padding: 40px 113px 0px 113px;
}
.content-section .box-info-multiform > * {
  font-size: 0.875rem;
}
.content-section .box-info-multiform .box-info-paginate a {
  text-decoration: none;
  margin: 0px 2px;
  font-weight: 800;
}
.content-section .box-form {
  padding: 40px 103px 0px 103px;
}

.alert-box {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  color: #721c24;
  padding: 15px;
  width: 500px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
.content-section .box-form > * {
  font-size: 0.875rem;
}
.content-section .box-form ul.nf-next-previous {
  justify-content: end;
}
.content-section .box-form div .nf-field-label,
.content-section .box-form div .nf-label-span,
.content-section .box-form div .ninja-forms-field {
  font-size: 0.875rem;
}
.content-section .box-form label,
.content-section .box-form span {
  font-size: 0.875rem;
  font-weight: 400;
}
.content-section .box-form input[type=button],
.content-section .box-form button[type=button] {
  background-color: #002E4E;
  height: 40px;
  color: #FFFFFF;
}
.content-section .box-form input[type=button]:hover,
.content-section .box-form button[type=button]:hover {
  background-color: #FFFFFF;
  color: #002E4E;
}
.content-section .box-comment {
  padding: 103px;
}
.content-section .box-comment .box-section-comment {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.content-section .box-comment .box-section-comment .box-content-comment,
.content-section .box-comment .box-section-comment .box-title-comment {
  font-size: 0.875rem;
  line-height: 1rem;
}
.content-section .box-comment .box-section-comment .box-title-comment {
  font-weight: bold;
}
.content-section .box-comment .box-section-comment form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-section .box-comment .box-section-comment form textarea {
  padding: 10px;
}
.content-section .box-comment .box-section-comment form input[type=submit] {
  height: 40px;
  max-width: 127px;
  align-self: end;
  background-color: #5EA038;
  border-color: #5EA038;
  color: #FFFFFF;
  transition: background-color 0.6s, color 0.6s;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.content-section .box-comment .box-section-comment form input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #5EA038;
}
.content-section .lg-end-comments {
  margin-bottom: 140px;
}
.content-section .box-review-section {
  padding: 40px 113px 0px 113px;
  /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
}
.content-section .box-review-section .advise {
  display: flex;
  justify-content: start;
}
.content-section .box-review-section .lg-finish-text {
  text-align: center;
}
.content-section .box-review-section .box-comments-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow-y: auto;
  height: 400px;
  margin-top: 48px;
}
.content-section .box-review-section .box-comments-section .box-select-comments {
  margin-right: 20px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.content-section .box-review-section .box-comments-section .box-select-comments .box-form-comments {
  display: flex;
}
.content-section .box-review-section .box-comments-section .box-select-comments .box-form-comments input[type="checkbox"] {
  width: 14px;
}
.content-section .box-review-section .box-comments-section .box-select-comments .box-form-comments input[type="checkbox"]:checked {
  accent-color: #5EA038;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea {
  padding: 10px;
  margin: 5px 0px;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar {
  -webkit-appearance: none;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar:vertical {
  width: 10px;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar-button:increment,
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar-button {
  display: none;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar:horizontal {
  height: 10px;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar-thumb {
  background-color: #787878;
  border: 2px solid #f1f2f3;
}
.content-section .box-review-section .box-comments-section .box-select-comments textarea::-webkit-scrollbar-track {
  border-radius: 10px;
}
.content-section .box-review-section .box-comments-section::-webkit-scrollbar {
  -webkit-appearance: none;
}
.content-section .box-review-section .box-comments-section::-webkit-scrollbar:vertical {
  width: 10px;
}
.content-section .box-review-section .box-comments-section::-webkit-scrollbar-button:increment,
.content-section .box-review-section .box-comments-section::-webkit-scrollbar-button {
  display: none;
}
.content-section .box-review-section .box-comments-section::-webkit-scrollbar:horizontal {
  height: 10px;
}
.content-section .box-review-section .box-comments-section::-webkit-scrollbar-thumb {
  background-color: #787878;
  border: 2px solid #f1f2f3;
}
.content-section .box-review-section .box-comments-section::-webkit-scrollbar-track {
  border-radius: 10px;
}
.content-section .box-review-section label {
  display: flex;
  justify-content: center;
}
.content-section .box-review-section .box-submit-comments {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.content-section .box-review-section .box-submit-comments label,
.content-section .box-review-section .box-submit-comments span,
.content-section .box-review-section .box-submit-comments p {
  font-size: 0.875rem;
  font-weight: 400;
}
.content-section .box-review-section .box-submit-comments .box-send-comments {
  display: flex;
  justify-content: center;
}
.content-section .box-review-section .box-submit-comments .box-send-comments form input[type=submit] {
  background-color: #002E4E;
  height: 40px;
  color: #FFFFFF;
  padding: 0px 16px;
  cursor: pointer;
}
.content-section .box-review-section .box-submit-comments .box-send-comments form input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #002E4E;
}
.content-section .box-review-section .box-submit-comments .box-send-comments form input[type="submit"] {
  margin-right: 20px;
}
.content-section .box-review-section .box-submit-comments .box-send-comments form input[type="submit"]:last-child {
  margin-right: 0;
}
#wizard-content {
  padding: 0px;
}
#wizard-content .nf-field-element.disable .nf-checked-label,
#wizard-content .nf-field-element.disable label {
  color: #787878;
}
#wizard-content .nf-field-element.disable .nf-checked-label::before,
#wizard-content .nf-field-element.disable label::before {
  color: #787878;
  background: #787878;
}
#wizard-content .container-risk-profile {
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: left;
  margin-left: 25px;
  margin-bottom: 30px;
}
#wizard-content .container-risk-profile > div {
  font-weight: bold;
}
#wizard-content #deleteAccountParticipant {
  margin-left: 4px;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  background-color: #002E4E;
  color: #FFFFFF;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
#wizard-content #deleteAccountParticipant:hover {
  background-color: #ffffff;
  border: 1px solid #2e5880;
  color: #2e5880;
  transition: all 0.5s;
}
#wizard-content .custom-hide-required .ninja-forms-req-symbol {
  display: none;
}
.lg-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 15px;
  align-items: self-end;
  justify-content: flex-end;
}
.lg-col-2 {
  flex: 0 0 25.666667%;
  max-width: 25.666667%;
  text-align: right;
}
.lg-col-2 button {
  background-color: #2e5880;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #2e5880;
  width: 80% ;
  margin-left: 15px;
}
.lg-col-2 button:hover {
  background-color: #ffffff;
  border: 1px solid #2e5880;
  color: #2e5880;
  border-radius: 5px;
  width: 80% ;
  margin-left: 15px;
}

.scrollable-label {
  display: inline-block;
  width: 100%;
  height: 150px;
  overflow: auto;
}