body {
  font-family: "Open Sans" !important;
  -webkit-touch-callout: none !important;
}

html,
body {
  overflow: hidden !important;
}

h1 {
  /*
  font-family: 'Open Sans';
      display: flex;*/
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

h2 {
  /*
  font-family: 'Open Sans';
      display: flex;*/
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  align-items: center;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.checkmark-wound-cleaning {
  content: url("../../images/Touchpoint.svg");
}

.loggedName {
  position: absolute;
  top: 45px;
  padding-left: 16px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}

.pt-16 {
  padding-top: 16px !important;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: rgb(0, 0, 0) !important;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4) !important;
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 60% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  /* Could be more or less, depending on screen size */
}
.modal-content p {
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------- Buttons ---------- */
.btn {
  background-color: #009534;
  height: 64px;
  width: 100%;
  border-radius: 20px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  outline: none !important;
  color: black !important;
}
.btn:hover, .btn:active, .btn:visited, .btn:focus {
  outline: none !important;
}

.padding-body-orientation {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.read-more-button {
  display: none;
  outline: none;
  background: none;
  border: none;
  color: #009534;
  padding: 0px 0px 0px 0px;
}

.read-more-button:focus {
  outline: none !important;
  background: none !important;
  border: none !important;
}

.read-more-button:hover {
  text-decoration: underline;
}

.expanded {
  max-height: none !important;
}

.show-button {
  display: block !important;
}

.description {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}

.total-width {
  width: 100%;
}

.btn:disabled,
.btn[disabled] {
  border: 1px solid #999999;
  background-color: rgb(238, 239, 238) !important;
  color: #666666 !important;
}

.session-history-date-time {
  display: flex;
  flex-direction: column;
}
.session-history-date-time .space {
  display: none;
}

.btn-next {
  outline: none !important;
}
.btn-next:hover, .btn-next:active, .btn-next:visited, .btn-next:focus {
  outline: none !important;
}

.wound-cleaning-complete-after-container {
  padding-top: 40px;
  padding-bottom: 32px;
}
.wound-cleaning-complete-after-container img {
  width: 271px;
  height: 199px;
}

.btn-AddActiGlideApplicationAid {
  background-color: #FFF;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #009534;
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  outline: none !important;
  margin-bottom: 24px;
}
.btn-AddActiGlideApplicationAid:hover, .btn-AddActiGlideApplicationAid:active, .btn-AddActiGlideApplicationAid:visited, .btn-AddActiGlideApplicationAid:focus {
  outline: none !important;
}

.actions-container {
  display: flex;
  gap: 4px;
}
.actions-container .actions {
  margin-right: auto;
}
.actions-container .actions select {
  --selectHoverCol: #999;
  width: 95px;
  padding: 0px;
  background-color: #fff !important;
  background: url("../../images/Back_icon.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  outline: none !important;
  text-decoration-line: underline;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  top: 50%;
  -webkit-appearance: none;
}
.actions-container .actions select:focus {
  border-radius: 2px;
  border-color: #EEEFEE;
  background: #fff;
  outline: none;
}
.actions-container .actions .select-wrap {
  position: relative;
}
.actions-container .actions .select-wrap:focus-within select {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  z-index: 10;
  text-decoration-line: none !important;
  overflow-y: hidden !important;
  border: 1px solid #EEEFEE;
  border-radius: 10px !important;
  padding: 10px;
}
.actions-container .actions option:hover {
  background-color: white;
  color: #009534;
  cursor: pointer;
}
.actions-container .actions option:checked {
  color: black !important;
  background-color: #000;
  background: linear-gradient(#d3d3d3, #d3d3d3);
}
.actions-container .actions option {
  border-bottom: 1px solid #EEEFEE;
  padding-bottom: 10px;
  padding-top: 10px;
}
.actions-container .actions option:last-child {
  border-bottom: none !important;
}
.actions-container .sortby {
  margin-left: auto;
}
.actions-container .sortby select {
  --selectHoverCol: #999;
  --selectedCol: red;
  width: 95px;
  padding: 0px;
  background-color: #fff !important;
  background: url("../../images/Back_icon.svg");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  outline: none !important;
  text-decoration-line: underline;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  -webkit-appearance: none;
}
.actions-container .sortby select:focus {
  border-radius: 2px;
  border-color: #EEEFEE;
  background: #fff;
  outline: none;
}
.actions-container .sortby .select-wrap {
  position: relative;
}
.actions-container .sortby .select-wrap:focus-within select {
  position: absolute;
  width: 200px;
  top: 0;
  right: 0;
  padding: 10px;
  z-index: 10;
  border: 1px solid #EEEFEE;
  text-decoration-line: none !important;
  overflow-y: hidden !important;
  border-radius: 10px !important;
}
.actions-container .sortby option:hover {
  background-color: white;
  color: #009534;
  cursor: pointer;
}
.actions-container .sortby option:checked {
  color: black !important;
  background-color: #000;
  background: linear-gradient(#d3d3d3, #d3d3d3);
}
.actions-container .sortby option {
  border-bottom: 1px solid #EEEFEE;
  padding-bottom: 10px;
  padding-top: 10px;
}
.actions-container .sortby option:last-child {
  border-bottom: none !important;
}

.session-history-selected-items {
  color: #009534;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.no-bottom {
  bottom: 0px !important;
}

.no-results-message {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.no-results-message a {
  cursor: pointer;
  color: #009534;
}

.height-fit-content {
  display: flex;
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 24px;
  gap: 10px;
}

.padding-title-select-body-part-first-step {
  padding-bottom: 32px !important;
}

.padding-title-select-body-part {
  padding-top: 82px !important;
  padding-bottom: 32px !important;
}

.wound-cleaning-complete-after-container .image {
  border: 9px solid #009534;
  border-radius: 4.24px;
}

.wound-cleaning-complete-after-container img {
  width: 271px;
  height: 199px;
}

.wounds-container {
  position: absolute;
  bottom: 30px;
  overflow-y: auto;
}

.forgot-password-description {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left !important;
  text-transform: none !important;
  margin-bottom: 16px;
}

.forgot-password-info {
  color: #E2001A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.forgot-password-body-text {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.forgot-password-body-text a {
  color: #0B06FD !important;
}

.justify {
  display: flex;
  justify-content: flex-start;
}

.user-email {
  display: none;
}

.display {
  display: block;
}

.display-none {
  display: none;
}

.login-description {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left !important;
  text-transform: none !important;
}

.loginPassword {
  display: flex;
  align-items: center;
}

.selectable-items-container-wound-cleaning {
  position: absolute;
  top: 100px;
  bottom: 120px;
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.selected-container {
  top: 190px !important;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.linkForgotPassword {
  justify-content: end;
  display: flex;
  color: #0000F5;
}
.linkForgotPassword a {
  color: #0000F5 !important;
}

.label {
  font-size: 14px;
}

.btn a {
  color: black !important;
  text-decoration: none;
}

.session-title {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.session-log-date {
  text-align: left;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.email-session-log-subtitle {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.session-time {
  display: flex;
  justify-content: flex-start;
  color: #009534;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.session-time .left {
  font-weight: 600;
}
.session-time .right {
  font-weight: 400;
}

.states-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 24px;
}
.states-container .before .label {
  color: #009534;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
.states-container .before .image {
  width: 100%;
  height: 116px;
  border-radius: 4.241px;
}
.states-container .after .label {
  color: #009534;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
.states-container .after .image {
  width: 100%;
  height: 116px;
  border-radius: 4.241px;
}

.session-description-container {
  margin-top: 24px;
  margin-bottom: 24px;
}
.session-description-container .description-container {
  display: flex;
}
.session-description-container .description-container .left-label {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.session-description-container .description-container .right-label {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.welcome-title-left {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.welcome-title-right {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container-fluid {
  max-width: 326px !important;
}

.hosiery-scrollable-content {
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.debrisoft-scrollable-content-privacy {
  top: 80px;
  bottom: 100px;
}

.debrisoft-scrollable-content-register {
  top: 226px;
  bottom: 156px;
}

.debrisoft-scrollable-content-register {
  top: 92px;
  bottom: 100px;
}

.debrisoft-scrollable-content {
  overflow-y: auto;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.debrisoft-scrollable-content-onboarding1 {
  top: 80px;
  bottom: 116px;
}

.debrisoft-scrollable-content-email-session-log {
  top: 200px;
  bottom: 116px;
}

.debrisoft-scrollable-content-faqs {
  top: 230px;
  /*136px - 21px from first accordion padding*/
  bottom: 120px;
}

.accordion-title {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-subtitle {
  color: #009534;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wound-cleaning-title {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.wound-cleaning-body-container {
  justify-content: flex-start;
  margin-top: 15px !important;
  margin-bottom: 24px !important;
}
.wound-cleaning-body-container p {
  margin-bottom: 0px;
}

.debrisoft-scrollable-content-terms {
  top: 80px;
  bottom: 100px;
}
.debrisoft-scrollable-content-terms h3 {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.debrisoft-scrollable-content-terms ul {
  margin-bottom: 16px;
}
.debrisoft-scrollable-content-terms li {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 119.182%;
  margin-bottom: 8px;
}
.debrisoft-scrollable-content-terms p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.debrisoft-scrollable-content-contact {
  top: 168px;
  bottom: 100px;
}

.register p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: normal;
}

.pagination-container {
  width: 100%;
}

.subtitle {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-style: normal;
  line-height: normal;
  text-transform: none;
}

.align-items-center {
  display: flex;
}

/* ---------- PADDINGS ---------- */
/*TOP*/
.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.text-center {
  text-align: center;
}

.btn-login {
  background-color: #EEEFEE;
  width: 150px;
}

.btn-register {
  width: 150px;
}

.btn-container {
  display: flex;
  justify-content: space-evenly;
}

.footer,
.footer-register,
.footer-conditions,
.footer-madetomeasure,
.footer-sizes,
.footer-home,
.footer-findordercodes {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 115px;
  bottom: 0;
  background-color: white;
}
.footer hr,
.footer-register hr,
.footer-conditions hr,
.footer-madetomeasure hr,
.footer-sizes hr,
.footer-home hr,
.footer-findordercodes hr {
  margin: 0;
}

.guest-link {
  color: blue !important;
  text-decoration: underline !important;
  padding: 0 10px;
}

.wound-title-left {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.form-group {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}

.accordion-input {
  margin-right: auto;
}
.accordion-input input {
  height: 44px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid lightgray;
}
.accordion-input input:focus {
  outline: none !important;
  border: 2px solid #009534 !important;
}
.accordion-input input:focus + .form-label {
  color: #009534 !important;
}
.accordion-input input[type=checkbox] {
  width: 24px;
  height: 24px;
  border: 1px solid #009534;
  background-color: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  accent-color: #009534;
  display: none;
}
.accordion-input input[type=checkbox]:checked ~ .checkmark {
  background-color: #009534;
}
.accordion-input input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.accordion-input .checkmark {
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #009534;
  background-color: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  accent-color: #009534;
  content: "";
}

.accordion-icon-container {
  position: relative;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #EEEFEE;
  background: var(--White, #FFF);
}
.accordion-icon-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  fill: rgb(0, 149, 52);
}

.btn-change-page {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #EEEFEE;
  background: #FFFFFF;
  margin-top: 20px;
}
.btn-change-page svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.btn-change-page-disable {
  pointer-events: none;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #EEEFEE;
  background: #FFFFFF;
  margin-top: 20px;
}
.btn-change-page-disable svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.pagination-section {
  position: relative;
  margin-top: 20px;
}

.pagination-section div {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}

.pagination-section div a {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
  text-decoration: none;
}

.pagination-section div .active {
  color: #009534 !important;
  pointer-events: none;
}

.pagination-section div a:hover:not(.active) {
  border-bottom: 2.5px solid #009534;
}

.registerForm {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: baseline;
}
.registerForm input {
  height: 44px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid lightgray;
  padding-left: 10px;
  padding-right: 10px;
}
.registerForm input:focus {
  outline: none !important;
  border: 2px solid #009534 !important;
}
.registerForm input:focus + .form-label {
  color: #009534 !important;
}
.registerForm .input-password {
  height: 44px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid lightgray;
  padding-left: 10px;
  padding-right: 45px;
}
.registerForm .input-password:focus {
  outline: none !important;
  border: 2px solid #009534 !important;
}
.registerForm .input-password:focus + .form-label {
  color: #009534 !important;
}
.registerForm input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #009534;
  background-color: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  accent-color: #009534;
  display: none;
}
.registerForm input[type=checkbox]:checked ~ .checkmark {
  background-color: #009534;
}
.registerForm input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  width: 4px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.registerForm .checkmark {
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #009534;
  background-color: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  accent-color: #009534;
  content: "";
}
.registerForm .error {
  color: rgb(226, 0, 26);
}
.registerForm .errorBorder {
  border: solid rgb(226, 0, 26);
}
.registerForm small {
  min-height: 20px;
}

.wound-title-right {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-register {
  padding-top: 20px;
  padding-bottom: 80px;
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 10fr 1fr;
  justify-content: center;
  align-items: center;
  height: 67px;
}

.header-home {
  padding-top: 70px;
  padding-bottom: 65.99px;
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 10fr 1fr;
  justify-content: center;
}
.header-home label {
  width: 100%;
  justify-content: end;
  display: flex;
  padding-right: 16px;
}

.copyRightTextRegister {
  color: #888B8D;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 115px;
}

.sendEmailLabelContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  text-align: left;
  top: 190px;
}
.sendEmailLabelContainer label {
  margin-bottom: 0px;
}

/* ---------- Form ---------- */
.form-label {
  font-size: 14px;
  margin-top: 16px;
}
.form-label i {
  color: rgb(226, 0, 26);
}

.emailSent {
  display: none;
}

.header {
  top: 20px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}
.header .logos {
  justify-content: space-between;
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
}
.header .logos .rightSideLogo {
  display: flex;
  justify-content: end;
  align-items: center;
  -webkit-align-items: center;
}
.header .logos .leftSideLogo {
  display: flex;
  justify-content: start;
}

.header-green {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.63px;
  color: rgb(0, 149, 52);
  /* added bruno */
}

.btn-goback {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 149, 52);
  border: 1px solid rgb(238, 239, 238);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  float: left;
  left: 0;
  position: relative;
}
.btn-goback:hover, .btn-goback:active, .btn-goback:visited, .btn-goback:focus {
  outline: none !important;
}

.btn-goback-cleaning-complete {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 149, 52);
  border: 1px solid rgb(238, 239, 238);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  float: left;
  left: 0;
  position: relative;
}
.btn-goback-cleaning-complete:hover, .btn-goback-cleaning-complete:active, .btn-goback-cleaning-complete:visited, .btn-goback-cleaning-complete:focus {
  outline: none !important;
}

.btn-goback img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}

/* Header logos */
.top-logo-left {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.top-logo-left-home-page {
  width: 159px;
  height: 29px;
}

.top-logo-right {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.selectable-items-container {
  position: absolute;
  top: 145px;
  bottom: 120px;
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.selectable-items-container-body-orientation {
  position: absolute;
  top: 112px;
  bottom: 120px;
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.select-body-part-container {
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.selectable-wound-type-container {
  position: absolute;
  top: 152px;
  bottom: 120px;
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.selectable-items-container-session-history {
  position: absolute;
  top: 130px;
  bottom: 680px;
  margin: 0 auto;
  width: 100%;
}

.selectable-items-container-wound {
  position: absolute;
  top: 190px;
  bottom: 120px;
  overflow-y: auto;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.selectable-items-container-title {
  position: absolute;
  top: 89px;
  width: 100%;
}

.paddingOnButtons {
  min-width: 240px;
  min-height: 80px;
  text-transform: uppercase;
}

.footer-buttons {
  padding-left: 32px !important;
}

.pic {
  margin-top: 30px;
  margin-bottom: 20px;
}

.select-bodypart-title {
  text-align: left;
  margin-bottom: 32px;
}

.session-log-title {
  text-align: left;
  margin-bottom: 32px;
}

.bodyParts {
  margin-top: 24px;
  margin-bottom: 24px;
  /*font-family: 'Open Sans';*/
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  /*display: flex;*/
  align-items: center;
  text-align: center;
}

.bodyPartsCard-block {
  min-width: 290px;
  border: 2px solid #EEEFEE;
  border-radius: 8px !important;
  background-color: #FFF;
  margin-bottom: 8px;
}

.card-block {
  width: 290px;
  min-height: 448px;
  border: 2px solid #EEEFEE;
  border-radius: 8px !important;
  background-color: #FFF;
  margin-bottom: 30px;
}

.card-body.show {
  display: block;
}

.card {
  padding-bottom: 20px;
  box-shadow: none;
}

.radioBodyPart,
.radioBodyFrontBack {
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

.radioBodyPart.selected,
.radioBodyFrontBack.selected {
  border: 2px solid #009534;
}

.w-100 {
  width: 100%;
}

.h-100 {
  min-height: 100vh;
}

/* WOUND TYPES */
.debrisoft-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
  overflow-y: auto;
}
.debrisoft-items label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.debrisoft-items-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 21px;
       column-gap: 21px;
  overflow-y: auto;
}
.debrisoft-items-2 label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.debrisoft-items-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 21px;
       column-gap: 21px;
  overflow-y: auto;
}
.debrisoft-items-3 label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

/*Debrisoft products*/
.debrisoft-products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  overflow-y: auto;
}
.debrisoft-products label {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}

.product-description {
  position: absolute;
  bottom: 8px;
  font-size: 14px;
  color: darkgray;
}

.checkmark {
  content: url("../../images/Touchpoint.svg");
}

.card-input-element {
  display: none;
}

.card-input-element:checked + .condition-card {
  border: 2px solid rgb(0, 149, 52);
}

.checkmark,
.checkmark-compression {
  display: none;
}

.card-input-element:checked + .condition-card .checkmark {
  display: block;
  top: 16px;
  left: 16px;
  padding: 0 !important;
  content: url("../../images/Touchpoint.svg");
}

/*Body parts*/
.card-input-element:checked + .bodyPart-card {
  border: 2px solid rgb(0, 149, 52);
}

.card-input-element:checked + .bodyPart-card .checkmark {
  display: block;
  top: 16px;
  left: 16px;
  padding: 0 !important;
  content: url("../../images/Touchpoint.svg");
}

/*Perspectives*/
.card-input-element:checked + .bodyView-card {
  border: 2px solid rgb(0, 149, 52);
}

.card-input-element:checked + .bodyView-card .checkmark {
  display: block;
  top: 16px;
  left: 16px;
  padding: 0 !important;
  content: url("../../images/Touchpoint.svg");
}

/*Debrisoft products*/
.card-input-element:checked + .debrisoft-product-card {
  border: 2px solid rgb(0, 149, 52);
}

.card-input-element:checked + .debrisoft-product-card .checkmark {
  display: block;
  top: 16px;
  left: 16px;
  padding: 0 !important;
  content: url("../../images/Touchpoint.svg");
}

.choose-product-title {
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.step-description {
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 3px;
}
.step-description sup {
  top: 9px !important;
}

.step-description-wound-cleaning-complete {
  text-align: left;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 3px;
}

/* ---------- Form ---------- */
.form-label {
  font-size: 14px;
  margin-top: 16px;
}
.form-label i {
  color: rgb(226, 0, 26);
}
.form-label .updates {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-group {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}

.grid {
  display: grid;
}

/* PADDINGS */
.p-32 {
  /*BOTH SIDES*/
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.padding-body-part {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.padding-content {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.padding-content-debrisoft {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-content-wound-cleaning-complete {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.padding-content-wound-cleaning {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* MARGINS - BOTTOM*/
.mb-40 {
  margin-bottom: 40px !important;
}

.mb-32 {
  margin-bottom: 37px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-37 {
  margin-bottom: 32px !important;
}

.time-to-clean {
  visibility: hidden;
  text-align: left;
  margin-bottom: 24px;
}

.square-item {
  text-align: center;
  width: 303px !important;
  height: 152px;
}
.square-item .inner-square-item {
  border: 1px solid rgb(238, 239, 238);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.square-item .inner-square-item .square-item-icon {
  margin-top: 16px;
  border: 2px solid #EEEFEE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.square-item .inner-square-item .square-item-text {
  width: 303px;
  height: 40px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.condition-card {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  /* Light Grey 2 */
  border: 1px solid #EEEFEE;
  /* Card shadow */
  border-radius: 10px;
  padding: 24px 16px 16px 16px;
}
.condition-card img {
  border-radius: 8px;
  width: 100%;
}
.condition-card .checkmark {
  display: none;
}

.bodyPart-card {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  /* Light Grey 2 */
  border: 1px solid #EEEFEE;
  /* Card shadow */
  border-radius: 8px;
  height: 96px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.bodyPart-card .checkmark {
  display: none;
}

.debrisoft-product-card {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  /* Light Grey 2 */
  border: 1px solid #EEEFEE;
  /* Card shadow */
  border-radius: 8px;
  height: 226px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.debrisoft-product-card .checkmark {
  display: none;
}

.debrisoft-wound-to-clean div {
  width: 326px;
  height: 220px;
  padding: 8px;
  border: 1px solid #f3f4f6;
  background-color: #f3f4f6;
  border-radius: 8px;
}
.debrisoft-wound-to-clean div svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  stroke: #009534;
  stroke-width: 20;
  fill: none;
  border-radius: 8px;
}
.debrisoft-wound-to-clean div img {
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.debrisoft-wound-to-clean div .checkmark {
  width: 16px;
  height: 16px;
  left: 16px;
  top: 16px;
  visibility: hidden;
  padding: 0;
  z-index: 3;
}

/* OVERRIDE SLICK CAROUSEL CLASSES */
.slick-list {
  padding: 0 44px 0 43px !important;
  height: 456px !important;
  margin-bottom: 16px !important;
}

.slick-current:focus-visible {
  outline: none !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 13px !important;
}

.slick-slide .bodyView-card .img-fluid {
  margin: 0 auto !important;
}

.slick-track label:first-of-type {
  margin-right: 21px !important;
  margin-left: 8px !important;
}

.slick-dots {
  bottom: -7px !important;
}
.slick-dots li {
  margin: 0 !important;
  padding: 0 !important;
  width: 8px !important;
}
.slick-dots li button {
  padding: 0 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #009534 !important;
}

.slick-dots li button:before {
  width: 8px !important;
}

/* END OVERRIDE*/
.bodyView-card {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  /* Light Grey 2 */
  border: 1px solid #EEEFEE;
  /* Card shadow */
  border-radius: 8px;
  padding: 15px 0px;
  text-align: center;
}
.bodyView-card .checkmark {
  display: none;
}

.bodyView-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans";
}

.condition-container {
  box-sizing: border-box;
  padding: 8px 0px 0px 0px;
}
.condition-container .title {
  font-weight: 600;
}

.fixed-center {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

/* ---------- BUTTONS ---------- */
.btn-next {
  padding: 8px;
  color: #000 !important;
  background-color: #009534;
  height: 60px;
  width: 159px;
  border-radius: 20px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.btn-next:hover, .btn-next:active, .btn-next:visited, .btn-next:focus, .btn-next:focus-visible {
  outline: none !important;
}

.btn-go-back {
  padding: 8px !important;
  background-color: #fff;
  color: #000 !important;
  height: 60px;
  width: 150px;
  border-radius: 20px;
  border: 2px solid #DDDBDB;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.btn-go-back:hover, .btn-go-back:active, .btn-go-back:visited, .btn-go-back:focus, .btn-go-back:focus-visible {
  outline: none !important;
}

.disabled {
  background-color: rgb(238, 239, 238) !important;
  color: rgb(136, 139, 141);
}

/* ---------- NAVIGATION HAMBURGUER ---------- */
#toggle {
  display: none;
}

/**
    Hamburger
  **/
.hamburger {
  margin-top: 16px;
  width: 100%;
  height: 16px;
  z-index: 5;
}

.hamburger img.burguer {
  visibility: visible;
  opacity: 1;
  content: url("../../images/Burger.svg");
  width: 24px;
  height: 16px;
}

.hamburger .close {
  display: none;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: relative;
}
.hamburger .close img {
  content: url("../../images/Close.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
  Nav Styles
  **/
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 244, 246);
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 1;
}

.nav-wrapper {
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  top: 100px;
  height: 100%;
  width: 100%;
}

nav {
  text-align: left;
  margin-left: 25%;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #6ecddd;
  font-size: 2em;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}

nav a:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

nav a:hover {
  color: white;
}

nav a:hover:before {
  height: 100%;
}

/**
  Animations
  **/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
}

#toggle:checked + .hamburger .burguer {
  display: none;
  opacity: 0;
}

#toggle:checked + .hamburger .close {
  display: block;
  opacity: 1;
  right: 16px;
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

/* NAVIGATION MENU */
.menu-item {
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 56px;
  display: flex;
  margin-top: 1px;
}
.menu-item.highlight {
  margin: 10px 0;
}
.menu-item.highlight:hover, .menu-item.highlight:active, .menu-item.highlight:visited, .menu-item.highlight:focus {
  text-decoration: none !important;
  color: #000 !important;
}
.menu-item span {
  margin-left: 19px;
}
.menu-item div {
  padding-left: 32px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.menu-item div .menu-arrow {
  position: absolute;
  right: 28px;
}
.menu-item:hover, .menu-item:active, .menu-item:visited, .menu-item:focus {
  text-decoration: none !important;
  color: #000 !important;
}

/* ACCORDION */
.accordion {
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 20px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  background: rgb(255, 255, 255);
  color: rgb(0, 149, 52);
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 0px;
}

.accordion__item hr {
  margin: 0px 0px 0px 32px;
  width: 100%;
  height: 1px;
  color: #F3F4F6;
  visibility: visible;
}

.accordion-header:hover {
  background: #FFFFFF;
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #FFFFFF;
  color: rgb(0, 0, 0);
  display: none;
}

.accordion-body__contents {
  font-size: 0.85em;
}

.accordion__item::after {
  content: "";
  display: flex;
  visibility: visible;
  border-bottom: 1px solid #F3F4F6;
  width: 100%;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion > .accordion__item.active::after {
  visibility: hidden;
}

.accordion__item.active > .accordion-header svg {
  transform: translate(-50%, -50%) rotate(-180deg);
  fill: rgb(0, 149, 52);
}

.accordion__item.active .accordion-header {
  background: #FFFFFF;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: rgb(0, 0, 0);
}

/* OVERRIDES */
.accordion-button {
  color: rgb(0, 149, 52) !important;
  width: 99% !important;
  transition: none !important;
}

.accordion-button:focus {
  border: none !important;
  color: rgb(0, 149, 52) !important;
  background-color: #F3F4F6 !important;
  width: 99% !important;
}

.accordion-collapse.collapsing .accordion-body {
  background-color: #F3F4F6 !important;
}

.accordion-collapse.collapse.show .accordion-body {
  background-color: #F3F4F6 !important;
}

.accordion-button::after {
  background-image: url("../../images/accordion-arrow-down.svg") !important;
  width: 7.27px !important;
  height: 11.64px !important;
  background-size: contain !important;
  margin-top: auto !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../../images/accordion-arrow-up.svg") !important;
  transform: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: rgb(255, 255, 255);
}

/* ---------- FOOTER ---------- */
.line-divider-session-log {
  position: absolute;
  top: 135px;
  height: 0px;
  color: rgb(238, 239, 238);
  width: 100%;
}

.line-divider-session-history {
  position: absolute;
  top: 220px;
  height: 0px;
  color: rgb(238, 239, 238);
  width: 100%;
}

.line-divider,
.line-divider-register,
.line-divider-conditions,
.line-divider-madetomeasure,
.line-divider-sizes,
.line-divider-home,
.line-divider-findordercodes {
  position: absolute;
  bottom: 115px;
  height: 0px;
  color: rgb(238, 239, 238);
  left: -2000px;
  width: 99999999px;
}

.row.footer p {
  margin-bottom: 0;
}

.footer {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
  bottom: 0;
}
.footer hr {
  margin: 0;
}

.padding-select-wound-type {
  padding-left: 18px !important;
}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .hosiery-items {
    -moz-column-gap: 8px;
         column-gap: 8px;
    gap: 8px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  /* Header logos */
  .top-logo-left {
    width: 211px;
  }
  .top-logo-left-home-page {
    width: 211px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-logo-right {
    width: 164px;
  }
  .btn-goback img {
    width: 16px;
    height: 16px;
  }
  .header-register {
    padding-top: 57px;
  }
  .header {
    top: 74px;
    margin: 0 auto;
  }
  .footer {
    height: 120px;
  }
  .padding-body-orientation {
    padding-left: 6px !important;
    padding-right: 0px !important;
  }
  .height-fit-content {
    margin-top: 0px;
    align-items: center;
    flex-direction: row;
  }
  .line-divider {
    bottom: 146px;
  }
  .wound-cleaning-complete-after-container img {
    width: 100%;
    height: 435.911px;
  }
  .session-time .left {
    display: none;
  }
  .selectable-items-container {
    top: 224px;
    bottom: 146px;
  }
  .container-email-session-log-title {
    display: grid;
    gap: 16px;
  }
  .selectable-items-container-body-orientation {
    top: 152px;
    bottom: 146px;
  }
  .selectable-wound-type-container {
    top: 210px;
    bottom: 146px;
  }
  .selectable-items-container-session-history {
    top: 200px;
    bottom: 590px;
  }
  .nav-wrapper {
    top: 203px;
  }
  .selectable-items-container-wound {
    top: 250px;
    bottom: 146px;
  }
  .selectable-items-container-title {
    top: 152px;
  }
  .padding-title-select-body-part {
    padding-top: 40px !important;
    padding-bottom: 32px !important;
  }
  .debrisoft-scrollable-content-register {
    top: 226px;
    bottom: 156px;
  }
  .states-container .before .image {
    width: 100%;
    height: 219px;
    border-radius: 4.241px;
  }
  .states-container .after .image {
    width: 100%;
    height: 219px;
    border-radius: 4.241px;
  }
  .padding-select-wound-type {
    padding-left: 13px !important;
  }
  .debrisoft-scrollable-content-onboarding1 {
    top: 161px;
    bottom: 116px;
  }
  .pagination-container {
    padding-left: 60%;
  }
  .debrisoft-scrollable-content-email-session-log {
    top: 260px;
    bottom: 116px;
  }
  .debrisoft-scrollable-content-terms {
    top: 161px;
    bottom: 116px;
  }
  .debrisoft-scrollable-content-contact {
    top: 153px;
    bottom: 116px;
  }
  .debrisoft-scrollable-content-privacy {
    top: 238px;
    bottom: 81px;
  }
  .debrisoft-scrollable-content-faqs {
    top: 300px;
    bottom: 146px;
  }
  .debrisoft-scrollable-content-faqs .accordion-header {
    padding-left: 0 !important;
  }
  .debrisoft-scrollable-content-faqs .active .accordion-header {
    padding-left: 16px !important;
  }
  .session-log-title {
    text-align: center;
  }
  .line-divider-session-log {
    top: 200px;
  }
  .line-divider-session-history {
    top: 295px;
  }
  .selectable-items-container-wound-cleaning {
    top: 150px;
    bottom: 150px;
  }
  .session-history-date-time {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: center;
  }
  .session-history-date-time .space {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline;
  }
  .selected-container {
    top: 264.5px !important;
  }
  .btn-next {
    width: 240px;
    /*margin-top: 27px;  */
  }
  .btn-go-back {
    width: 240px;
  }
  .copyRightTextRegister {
    bottom: 118px;
  }
  .btn-go-back {
    /*margin-top: 27px;*/
  }
  .debrisoft-products {
    grid-template-columns: repeat(3, 1fr);
  }
  .debrisoft-items-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .debrisoft-items-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .states-container {
    margin-bottom: 15px;
  }
  #toggle:checked + .hamburger .close {
    right: 0px;
  }
  .selected-container {
    top: 264.5px !important;
  }
  .debrisoft-wound-to-clean div {
    width: 613px;
    height: 453px;
  }
  .justify {
    justify-content: flex-start;
  }
  .padding-body-part {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padding-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .without-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .loggedName {
    padding-left: 0px;
    top: 77px;
  }
  .sendEmailLabelContainer {
    top: 250px;
  }
  .padding-content-debrisoft {
    padding-left: 116px !important;
    padding-right: 116px !important;
  }
  .padding-content-wound-cleaning {
    justify-content: center;
    padding-left: 116px !important;
    padding-right: 116px !important;
  }
  .wound-cleaning-body-container {
    justify-content: center;
  }
  .wound-cleaning-body-container {
    justify-content: flex-start;
    margin-top: 88px !important;
    margin-bottom: 19px !important;
  }
  .container-fluid {
    max-width: 614px !important;
  }
  .accordion-input input[type=checkbox] {
    width: 32px;
    height: 32px;
    border: 1px solid #009534;
    background-color: #FFF;
    border-radius: 4px;
    box-sizing: border-box;
    accent-color: #009534;
    display: none;
  }
  .accordion-input input[type=checkbox]:checked ~ .checkmark {
    background-color: #009534;
  }
  .accordion-input input[type=checkbox]:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 10px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .accordion-input .checkmark {
    width: 24px;
    height: 24px;
  }
  .registerForm {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .registerForm input[type=checkbox] {
    width: 32px;
    height: 32px;
    border: 1px solid #009534;
    background-color: #FFF;
    border-radius: 4px;
    box-sizing: border-box;
    accent-color: #009534;
    display: none;
  }
  .registerForm input[type=checkbox]:checked ~ .checkmark {
    background-color: #009534;
  }
  .registerForm input[type=checkbox]:checked ~ .checkmark:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 4px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .registerForm .checkmark {
    width: 16px;
    height: 16px;
  }
  .session-log-date {
    text-align: center;
  }
  .session-time {
    justify-content: center;
  }
  .footer-buttons {
    padding-left: 110px !important;
  }
  .footer-conditions .btn,
  .footer-sizes .btn,
  .footer-findordercodes .btn,
  .footer-madetomeasure .btn,
  .footer-register .btn {
    min-width: 300px;
    max-width: 300px;
    height: 60px;
  }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 1025px) {
  .hosiery-items {
    -moz-column-gap: 32px;
         column-gap: 32px;
    gap: 32px;
  }
  /* Header logos */
  .top-logo-left {
    width: 222px;
  }
  .top-logo-left-home-page {
    width: 222px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-logo-right {
    width: 170px;
  }
  .container-fluid {
    max-width: 986px !important;
  }
  .footer {
    height: 120px;
  }
  .states-container {
    margin-bottom: 20px;
  }
  .line-divider {
    bottom: 120px;
  }
  .selectable-items-container {
    top: 264.5px;
    bottom: 120px;
  }
  .selectable-items-container-body-orientation {
    top: 152px;
    bottom: 120px;
  }
  .selectable-wound-type-container {
    top: 232.5px;
    bottom: 120px;
  }
  .selectable-items-container-session-history {
    top: 200px;
    bottom: 590px;
  }
  .selectable-items-container-wound {
    top: 264.5px;
    bottom: 120px;
  }
  .height-fit-content {
    margin-top: 0px;
    align-items: center;
    flex-direction: row;
  }
  .nav-wrapper {
    top: 287px;
  }
  .states-container {
    gap: 18px;
  }
  .states-container .before .image {
    width: 100%;
    height: 356px;
    border-radius: 4.241px;
  }
  .states-container .after .image {
    width: 100%;
    height: 356px;
    border-radius: 4.241px;
  }
  .padding-body-orientation {
    padding-left: 192px !important;
    padding-right: 192px !important;
  }
  .padding-select-wound-type {
    padding-left: 20px !important;
  }
  .padding-title-select-body-part {
    padding-top: 80px !important;
    padding-bottom: 32px !important;
  }
  .selectable-items-container-title {
    top: 162px;
  }
  .select-bodypart-title {
    text-align: center;
    justify-content: center;
  }
  .session-log-title {
    text-align: center;
  }
  .time-to-clean {
    text-align: center;
    justify-content: center;
  }
  .btn-go-back {
    margin-top: 30px;
  }
  .debrisoft-items-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .choose-product-title {
    text-align: center;
  }
  .step-description {
    text-align: center;
    justify-content: center;
  }
  .step-description-wound-cleaning-complete {
    text-align: center;
    justify-content: center;
  }
  .btn-next {
    margin-top: 30px;
  }
  .footer-buttons {
    padding-left: 227px !important;
  }
  .line-divider-session-log {
    top: 220px;
  }
  .padding-content-wound-cleaning-complete {
    padding-left: 116px !important;
    padding-right: 116px !important;
  }
  .wound-cleaning-body-container {
    justify-content: center;
    text-align: center;
    margin-top: 81px !important;
    margin-bottom: 32.5px !important;
  }
  .wound-cleaning-complete-after-container {
    text-align: center;
  }
  .wound-cleaning-complete-after-container img {
    width: 597px;
    height: 440px;
  }
  .line-divider-session-history {
    top: 295px;
  }
  .selectable-items-container-wound-cleaning {
    top: 150px;
    bottom: 130px;
  }
  .line-divider-register,
  .line-divider-conditions,
  .line-divider-madetomeasure,
  .line-divider-sizes,
  .line-divider-home,
  .line-divider-findordercodes {
    visibility: hidden;
  }
  .footer-register {
    height: 116px;
  }
  .footer-register .row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-register .row .text-right {
    padding-right: 0 !important;
    display: flex;
    justify-content: end;
  }
  .footer-register .row .text-center {
    padding-right: 0 !important;
    display: flex !important;
    justify-content: end !important;
  }
}
/* Extra large devices (large desktops, 1200px and up)*//*# sourceMappingURL=customDebrisoft.css.map */