/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
/* stylelint-disable no-descending-specificity */
/* stylelint-disable selector-class-pattern */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/MaterialIcons/MaterialIcons-Regular.eot?") format("eot"),
    url("./../fonts/MaterialIcons/MaterialIcons-Regular.woff") format("woff"),
    url("./../fonts/MaterialIcons/MaterialIcons-Regular.ttf") format("truetype");
}

.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;

  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;

  /* Support for Safari and Chrome. */
  text-rendering: optimizelegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
    url("./../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
    url("./../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url("./../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
    url("./../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/OpenSans/OpenSans-Regular.woff") format("woff"),
    url("./../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"),
    url("./../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* font-size: 1rem; */
  font-weight: normal;
  color: rgb(0 0 0 / 87%);
  line-height: 1.5;
}

/* p {
	font-family: Open Sans, sans-serif, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.87);
	line-height: 1.5; }
*/

/* h1 {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	font-size: 6rem;
	font-weight: normal;
} */

/* h2 {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	font-size: 3.75rem;
	font-weight: normal;
} */

/* h3 {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	font-size: 3rem;
	font-weight: 500;
} */

/* h4 {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	font-size: 2.125rem;
	font-weight: 500;
} */

/* h5 {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	font-size: 1.5rem;
	font-weight: 500;
} */

/* h6 {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: rgba(0, 0, 0, 0.87);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.75rem;
} */

.sds-p-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
}

.sds-p {
  /* font-size: inherit !important; */
  margin: 0;
}

.sds-p:empty {
  margin: 0;
  padding: 0;
}

.sds-p + .sds-p {
  margin: 0.5rem 0;
}

.sds-label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: rgb(0 0 0 / 60%);
  line-height: 1.25rem;
}

.sds-subtitle {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: rgb(0 0 0 / 87%);
  font-weight: 600;
  line-height: 1.5rem;
}

.sds-subtitle-small {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  color: rgb(0 0 0 / 60%);
  font-weight: 600;
  line-height: 1.5rem;
}

.sds-caption {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  color: rgb(0 0 0 / 60%);
  font-weight: 500;
  line-height: 1rem;
}

.sds-overline {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  color: rgb(0 0 0 / 60%);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sds-btn {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  min-width: 5.5rem;
  padding: 0 1rem;
  font-size: 0.875em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease-out;
}

.sds-waves-effect {
  position: relative;
  overflow: hidden;
}

.sds-waves-effect::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgb(255 255 255 / 50%);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  20% {
    transform: scale(25, 25);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  20% {
    transform: scale(25, 25);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.sds-waves-effect:focus:not(:active)::after,
.sds-waves-effect.active::after {
  animation: ripple 1s ease-out;
}

.sds-btn--flat {
  color: rgb(0 0 0 / 60%);
  background: transparent;
}

.sds-btn--flat:hover {
  background-color: rgb(102 102 102 / 4%);
}

.sds-btn--flat:active,
.sds-btn--flat:focus {
  background-color: rgb(102 102 102 / 12%);
}

.sds-btn--flat.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--flat .sds-btn__icon {
  color: rgb(0 0 0 / 60%);
}

.sds-btn--flat-dark {
  color: var(--white);
  background: transparent;
}

.sds-btn--flat-dark:hover {
  background-color: rgb(255 255 255 / 12%);
}

.sds-btn--flat-dark:active,
.sds-btn--flat-dark:focus {
  background-color: rgb(255 255 255 / 24%);
}

.sds-btn--flat-dark.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--flat-dark .sds-btn__icon {
  color: rgb(255 255 255 / 60%);
}

.sds-btn--flat-primary {
  color: var(--client-main-color);
  background: transparent;
}

.sds-btn--flat-primary:hover {
  background-color: rgb(8 140 202 / 4%);
}

.sds-btn--flat-primary:active,
.sds-btn--flat-primary:focus {
  background-color: rgb(8 140 202 / 12%);
}

.sds-btn--flat-primary.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--flat-primary-dark {
  color: #84d6f5;
  background: transparent;
}

.sds-btn--flat-primary-dark:hover {
  background-color: rgb(255 255 255 / 12%);
}

.sds-btn--flat-primary-dark:active,
.sds-btn--flat-primary-dark:focus {
  background-color: rgb(255 255 255 / 24%);
}

.sds-btn--flat-primary-dark.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--outlined {
  color: #474747;
  background: transparent;
  border: solid 1px rgb(0 0 0 / 24%);
}

.sds-btn--outlined:hover {
  background-color: rgb(102 102 102 / 4%);
  border: solid 1px rgb(0 0 0 / 24%);
}

.sds-btn--outlined:active,
.sds-btn--outlined:focus {
  background-color: rgb(102 102 102 / 12%);
}

.sds-btn--outlined.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--outlined .sds-btn__icon {
  color: rgb(0 0 0 / 60%);
}

.sds-btn--outlined-dark {
  color: var(--white);
  background: transparent;
  border: solid 1px rgb(255 255 255 / 38%);
}

.sds-btn--outlined-dark:hover {
  background-color: rgb(255 255 255 / 12%);
  border: solid 1px rgb(255 255 255 / 38%);
}

.sds-btn--outlined-dark:active,
.sds-btn--outlined-dark:focus {
  background-color: rgb(255 255 255 / 24%);
}

.sds-btn--outlined-dark.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--outlined-dark .sds-btn__icon {
  color: rgb(255 255 255 / 60%);
}

.sds-btn--outlined-primary {
  color: var(--client-main-color);
  background: transparent;
  border: solid 1px var(--client-main-color-rgb-70);
}

.sds-btn--outlined-primary:hover {
  background-color: rgb(8 140 202 / 4%);
}

.sds-btn--outlined-primary:active,
.sds-btn--outlined-primary:focus {
  background-color: rgb(8 140 202 / 12%);
}

.sds-btn--outlined-primary.sds-btn--disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-btn--raised {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 2px 1px -1px rgb(0 0 0 / 12%),
    0 1px 1px 0 rgb(0 0 0 / 14%);
  color: var(--white);
  background-color: var(--client-main-color);
}

.sds-btn--raised:hover {
  background-color: rgb(0 91 149 / 88%);
}

.sds-btn--raised:active,
.sds-btn--raised:focus {
  background-color: rgb(0 91 149 / 76%);
}

.sds-btn--raised.sds-btn--disabled {
  opacity: 0.6;
  box-shadow: none;
  cursor: default;
}

.sds-btn--full-width {
  width: 100%;
  display: flex;
}

.sds-btn--full-width .sds-btn__icon {
  margin-left: 0;
}

.sds-btn--full-width .sds-btn--right {
  margin-right: 0;
  margin-left: 0.5rem;
}

.sds-btn--no-full-width {
  width: auto;
}

.sds-btn__icon {
  font-size: 1.125rem;
  line-height: inherit;
  margin-right: 0.5rem;
  margin-left: -0.25rem;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.sds-btn--right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: -0.25rem;
  margin-left: 0.5rem;
}

.sds-btn-icon {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 200ms ease-out;
}

.sds-btn-icon--rounded {
  color: #474747;
  background: var(--white);
  border: solid 1px rgb(0 0 0 / 24%);
  border-radius: 50%;
}

.sds-btn-icon--rounded:hover {
  background-color: rgb(102 102 102 / 4%);
}

.sds-btn-icon--rounded:focus,
.sds-btn-icon--rounded:active {
  background-color: rgb(102 102 102 / 12%);
}

.sds-btn-icon--rounded.sds-btn-icon--disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.sds-btn-icon--rounded-primary {
  color: var(--client-main-color);
  background: var(--white);
  border: solid 1px var(--client-main-color);
  border-radius: 50%;
}

.sds-btn-icon--rounded-primary:hover {
  background-color: rgb(8 140 202 / 4%);
}

/* .sds-btn-icon--rounded-primary:focus,
.sds-btn-icon--rounded-primary:active {
  background-color: rgb(8 140 202 / 12%);
} */

.sds-btn-icon--rounded-primary.sds-btn-icon--disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.sds-btn-icon--flat {
  background: none;
  border-radius: 4px;
  color: rgb(0 0 0 / 60%);
}

.sds-btn-icon--flat:hover {
  background-color: rgb(102 102 102 / 4%);
}

.sds-btn-icon--flat:focus,
.sds-btn-icon--flat:active {
  color: var(--black);
  background-color: rgb(102 102 102 / 12%);
}

.sds-btn-icon--flat.sds-btn-icon--disabled {
  box-shadow: none;
  color: rgb(0 0 0 / 40%);
  cursor: default;
  pointer-events: none;
}

.sds-btn-icon--flat-dark {
  background: none;
  border-radius: 4px;
  color: rgb(255 255 255 / 60%);
}

.sds-btn-icon--flat-dark:hover {
  background-color: rgb(255 255 255 / 12%);
}

.sds-btn-icon--flat-dark:focus,
.sds-btn-icon--flat-dark:active {
  color: var(--white);
  background-color: rgb(255 255 255 / 24%);
}

.sds-btn-icon--flat-dark.sds-btn-icon--disabled {
  box-shadow: none;
  color: rgb(255 255 255 / 20%);
  cursor: default;
  pointer-events: none;
}

.sds-collapsible-container {
  border-radius: 4px;
  overflow: hidden;
}

.sds-collapsible {
  cursor: pointer;
  width: 100%;
}

.sds-collapsible .label {
  background-color: rgb(0 0 0 / 0%);
  padding: 8px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: rgb(0 0 0 / 60%);
  transition: all 0.2s;
}

.sds-collapsible .label:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-collapsible .label.active,
.sds-collapsible .label:active,
.sds-collapsible .label:focus {
  background-color: rgb(0 0 0 / 12%);
}

.sds-collapsible .label i {
  float: right;
  transition: all 0.2s;
}

.sds-collapsible .label.active > i,
.sds-collapsible .label:active > i,
.sds-collapsible .label:focus > i {
  transform: rotate(180deg);
  color: rgb(0 0 0 / 87%);
}

.sds-collapsible .label.active ~ .sds-collapsible__itens,
.sds-collapsible .label:active ~ .sds-collapsible__itens,
.sds-collapsible .label:focus ~ .sds-collapsible__itens {
  display: block;
}

.sds-collapsible .sds-collapsible__itens {
  display: none;
}

.sds-collapsible .sds-collapsible__itens:focus,
.sds-collapsible .sds-collapsible__itens.active {
  background-color: rgb(0 0 0 / 12%);
}

.sds-collapsible .sds-collapsible__itens button {
  width: 100%;
  padding: 9px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: rgb(0 0 0 / 60%);
  transition: all 0.2s;
  background: transparent;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
}

.sds-collapsible .sds-collapsible__itens button:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-collapsible .sds-collapsible__itens button:active,
.sds-collapsible .sds-collapsible__itens button:focus {
  background-color: rgb(8 140 202 / 12%);
  border: none;
  outline: none;
  outline: 0;
}

.sds-collapse-list {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
}

.sds-collapse-list:first-child {
  display: block;
}

.sds-collapse-list__body {
  position: relative;
  display: none;
  overflow: hidden;
}

.sds-collapse-list__header {
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
}

.sds-collapse-list__header:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-collapse-list__icon {
  transition: -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
  color: rgb(0 0 0 / 60%);
  pointer-events: none;
}

.sds-collapse-list__item {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
}

.sds-collapse-list__item:not(.sds-collapse-list__item-parent):hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-collapse-list__item--selected {
  background-color: rgb(8 140 202 / 8%);
}

.sds-collapse-list__item--selected .sds-collapse-list__link {
  color: var(--client-main-color);
}

[data-level="1"] > .sds-collapse-list__item {
  padding-left: 1rem;
}

[data-level="2"] > .sds-collapse-list__item {
  padding-left: 2rem;
}

[data-level="3"] > .sds-collapse-list__item {
  padding-left: 3rem;
}

.sds-collapse-list__item-parent {
  list-style: none;
  padding: 0;
}

[data-level="1"] > .sds-collapse-list__item-parent {
  padding-left: 0;
}

[data-level="2"] > .sds-collapse-list__item-parent > div {
  padding-left: 2rem;
}

.sds-collapse-list[data-level] > .sds-collapse-list__item-parent {
  padding-left: 0;
}

.sds-collapse-list__link {
  text-decoration: none;
  color: rgb(0 0 0 / 60%);
}

.sds-collapse-list__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--white);
  animation-name: collapse;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}

@keyframes collapse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes collapse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.sds-collapse-list__title {
  color: rgb(0 0 0 / 60%);
}

.sds-collapse-list--active > .sds-collapse-list {
  display: block;
}

.sds-collapse-list--active > .sds-collapse-list__header {
  background: rgb(0 0 0 / 12%);
}

.sds-collapse-list--active
  > .sds-collapse-list__header
  .sds-collapse-list__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: rgb(0 0 0 / 87%);
}

.sds-collapse-list--active
  > .sds-collapse-list__header
  .sds-collapse-list__title {
  color: rgb(0 0 0 / 87%);
}

.sds-data {
  margin-bottom: 1rem;
}

.sds-data .sds-caption {
  margin-bottom: 0.25rem;
}

.sds-data-list {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 1rem;
}

.sds-data-list .sds-data-list__header {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.sds-data-list .sds-data-list__item {
  margin-top: 0;
  margin-bottom: 0;
}

.sds-data-list .sds-data-list__item + .sds-data-list__item {
  margin-top: 0.5rem;
}

.sds-dropdown {
  display: inline-flex;
  position: relative;
  color: rgb(0 0 0 / 60%);
}

.sds-dropdown__icon-arrow {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sds-dropdown__link {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  color: rgb(0 0 0 / 87%);
}

.sds-dropdown__link:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-dropdown__link:focus,
.sds-dropdown__link:active {
  background-color: rgb(0 0 0 / 12%);
}

.sds-dropdown__list-item {
  list-style-type: none;
}

.sds-dropdown__list {
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 3px 14px 2px rgb(0 0 0 / 12%),
    0 8px 10px 1px rgb(0 0 0 / 14%);
  display: none;
  min-width: 280px;
  position: absolute;
  top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 0;
  padding: 8px 0;
  background-color: var(--white);
  border-radius: 4px;
  overflow: auto;
  list-style: none;
}

.sds-dropdown__list--left {
  left: 0;
}

.sds-dropdown__list--right {
  right: 0;
}

.sds-dropdown__overline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sds-dropdown--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.sds-dropdown--open .sds-dropdown__btn {
  z-index: 3;
}

.sds-dropdown--open .sds-dropdown__list {
  display: block;
  z-index: 3;
}

.sds-dropdown--open .sds-dropdown__overline {
  pointer-events: auto;
  z-index: 2;
}

.sds-dropdown--open .sds-dropdown__icon-arrow {
  transform: rotate(180deg);
  color: rgb(0 0 0 / 87%);
}

.sds-input__icon + .sds-input {
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
}

.sds-input {
  width: 100%;
  min-width: 150px;
  height: 2.5rem;
  padding: 0.375rem 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 87%);
  border: 1px solid rgb(0 0 0 / 24%);
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: border-color 150ms;
  transition: border-color 150ms;
}

.sds-input:hover {
  border-color: rgb(0 0 0 / 60%);
}

.sds-input:focus,
.sds-input:active {
  border: 2px solid var(--client-main-color);
  padding-left: 0.6875rem;
}
.sds-input::-webkit-input-placeholder {
  font-weight: normal;
  font-style: normal;
  color: rgb(0 0 0 / 60%);
}
.sds-input:-ms-input-placeholder {
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
}
.sds-input::-ms-input-placeholder {
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
}
.sds-input::placeholder {
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.6);
}

.sds-form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.75rem;
  width: 100%;
}

.sds-form-group .sds-caption {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  word-break: break-word;
}

.sds-form-group .sds-label {
  margin-bottom: 0.25rem;
  text-align: left;
}

.sds-form-group--error .sds-input {
  border-color: var(--red);
}

.sds-form-group--error .sds-caption,
.sds-form-group--error .sds-label,
.sds-form-group--error .sds-input__icon {
  color: var(--red);
  position: absolute;
  margin-top: 50px;
  width: 130px;
}

.sds-form-group--disabled {
  opacity: 0.4;
}

.sds-form-group--disabled * {
  cursor: pointer;
  pointer-events: none;
}

.sds-form-group--active .sds-label,
.sds-form-group--active .sds-caption {
  color: var(--client-main-color);
}

.sds-form-group--active .sds-input {
  border: 2px solid var(--client-main-color);
  padding-left: 0.6875rem;
}

.sds-form-group h1,
.sds-form-group h2 {
  font-size: 1.125em;
}

.sds-input-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sds-textarea {
  width: 100%;
  min-height: 5rem;
  resize: vertical;
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
  overflow: auto;
}

.sds-textarea:focus {
  padding-top: 0.4375rem;
}

.sds-textarea + .sds-input__icon {
  top: 0.25rem;
}

.sds-input__icon {
  /* position: absolute; */
  right: 0.375rem;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: rgb(0 0 0 / 60%);
  background: none;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
}

.sds-input__icon:hover + .sds-input {
  border-color: rgb(0 0 0 / 60%);
}

.sds-input__icon:hover + .sds-input:focus {
  border-color: var(--client-main-color);
}

.sds-input--floating-label {
  margin-top: 0.5rem;
}

/* .sds-input--floating-label .sds-input {
  padding: 0.75rem;
  height: 3rem;
} */

.sds-input--floating-label .sds-input:focus,
.sds-input--floating-label .sds-input:active {
  padding-left: 0.6875rem;
}

.sds-input--floating-label .sds-label {
  position: absolute;
  left: 0.625rem;
  /* top: 0.875rem; */
  padding-right: 0.75rem;
  padding-left: 0.25rem;
  margin: 0;
  background: #ffffff;
  pointer-events: none;
  will-change: transform;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: color 200ms ease, opacity 200ms linear,
    -webkit-transform 200ms ease;
  transition: color 200ms ease, opacity 200ms linear,
    -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, opacity 200ms linear;
  transition: color 200ms ease, transform 200ms ease, opacity 200ms linear,
    -webkit-transform 200ms ease;
  width: 60%;
}

.sds-input-wrapper.sds-input--floating-label label[for*="cep"] {
  width: auto;
}

.sds-input--floating-label .sds-input:focus + .sds-label {
  color: var(--client-main-color);
}

.sds-input--floating-label .sds-input:focus + .sds-label,
.sds-input--floating-label .sds-input--filled + .sds-label {
  -webkit-transform: translateY(-1.4375rem) scale(0.857);
  transform: translateY(-1.4375rem) scale(0.857);
  width: auto;
  /* margin-top: -10px; */
}

.sds-input--floating-label.sds-input--large .sds-label {
  font-size: 1rem;
  top: 1.125rem;
}

.sds-input--floating-label.sds-input--large .sds-input:focus + .sds-label,
.sds-input--floating-label.sds-input--large .sds-input--filled + .sds-label {
  -webkit-transform: translateY(-1.5625rem) scale(0.75);
  transform: translateY(-1.5625rem) scale(0.75);
  width: auto;
}

.sds-input--large .sds-input {
  height: 3.5rem;
}

.sds-input--large .sds-input__icon {
  top: 0.625rem;
}

.sds-input--mixed .sds-input {
  border-color: transparent;
  padding-right: 3.125rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sds-input--mixed .sds-input:hover {
  border-radius: 0;
  border-bottom-color: rgb(0 0 0 / 60%);
}

.sds-input--mixed .sds-input:focus {
  border-radius: 4px;
  border-color: rgb(0 0 0 / 60%);
}

.sds-input--mixed .sds-input__icon {
  right: 3.125rem;
  top: 0.125rem;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: default;
}

.sds-input--mixed .sds-input__icon:hover + .sds-input {
  border-radius: 0;
  border-bottom-color: rgb(0 0 0 / 60%);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

.sds-input--mixed .sds-input__icon:hover + .sds-input:focus {
  border-radius: 4px;
  border-color: rgb(0 0 0 / 60%);
}

.sds-input--mixed:hover .sds-input__icon {
  opacity: 1;
}

.sds-input--mixed:focus .sds-input__icon {
  opacity: 1;
}

.sds-input--mixed:focus-within .sds-input__icon {
  opacity: 1;
}

.sds-input--mixed .sds-btn-icon {
  margin-left: 0.5rem;
}

.sds-link {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--client-main-color);
  text-decoration: none;
  word-break: break-word;
  cursor: pointer;
}

.sds-link:hover {
  color: var(--client-secondary-color);
}

.sds-link.sds-link--inline {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

.sds-link span {
  text-decoration: underline;
}

.sds-link .sds-link__icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--client-main-color);
  vertical-align: top;
}

.sds-link .sds-link__icon + span {
  margin-left: 0.25rem;
}

.sds-load {
  width: 100%;
  height: 100%;
  min-height: 6rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(255 255 255 / 80%);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.sds-load--is-ready {
  display: none;
}

.sds-load__content {
  width: 100%;
  text-align: center;
}

.sds-load__content svg {
  width: 3rem;
  height: 3rem;
  animation: rotation 1s infinite linear;
}

.sds-load__content svg circle {
  stroke: var(--client-main-color);
}

.sds-load--transparent {
  background-color: transparent;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sds-modal-wrapper {
  display: flex;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 150ms;
  pointer-events: none;
}

.sds-modal-wrapper.sds-modal-wrapper--show {
  opacity: 1;
  pointer-events: auto;
  z-index: 997;
}

.sds-modal-wrapper.sds-modal-wrapper--show .sds-modal__overlay {
  pointer-events: auto;
  z-index: 998;
}

.sds-modal {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  max-height: 80%;
  margin: 0 1rem;
  background-color: var(--white);
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 3px 14px 2px rgb(0 0 0 / 12%),
    0 8px 10px 1px rgb(0 0 0 / 14%);
  overflow: hidden;
  z-index: 999;
}

.sds-modal-parent {
  overflow: hidden;
}

@media screen and (min-width: 36em) {
  .sds-modal {
    width: 49rem;
    width: 100%;
    margin: 0;
  }
}

.sds-modal__btn {
  display: inline-block;
  margin-left: 16px;
}

.sds-modal-btn__desktop {
  display: none;
}

@media screen and (min-width: 577px) {
  .sds-modal-btn__desktop {
    display: inline-flex;
  }

  .sds-modal-btn__mobile {
    display: none;
  }
}

.sds-modal__header {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 8px;
  margin-bottom: 8px;
  min-height: 36px;
}

.sds-modal__header .sds-subtitle-small {
  color: rgb(0 0 0 / 87%);
  -webkit-box-flex: 1;
  flex: 1;
}

.sds-modal__body {
  padding: 8px;
  overflow: auto;
}

.sds-modal__footer {
  padding: 8px;
}

.sds-modal__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sds-modal--fullscreen {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  border-radius: 0;
}

@media screen and (min-width: 36em) {
  .sds-modal--fullscreen {
    width: 80%;
    height: unset;
    max-width: 74.75rem;
    max-height: 80%;
    margin: 0 1rem;
    border-radius: 4px;
  }
}

.sds-modal--dialog .sds-modal__header {
  padding: 1rem 0.5rem 0.5rem;
  min-height: 1.5rem;
}

.sds-modal--dialog .sds-modal__footer {
  padding: 0.5rem 0 0;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 2.25rem;
}

.sds-modal--dialog .sds-modal__footer button + button {
  margin-left: 0.5rem;
}

@media screen and (min-width: 36em) {
  .sds-modal--dialog {
    width: 35rem;
  }
}

@media screen and (min-width: 36em) {
  .sds-modal--form {
    width: 35rem;
  }
}

.sds-message-wrapper {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 80%);
  z-index: 999;
}

.sds-message-wrapper--show {
  display: flex;
}

.sds-message-wrapper--show .sds-message {
  display: flex;
  z-index: 2;
}

.sds-message {
  display: none;
  font-family: "Open Sans", sans-serif;
  background: var(--white);
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  height: 260px;
  border-radius: 4px;
  box-shadow: 0 5px 6px -3px rgb(0 0 0 / 20%), 0 3px 16px 2px rgb(0 0 0 / 12%),
    0 9px 12px 1px rgb(0 0 0 / 14%);
}

.sds-message h6 {
  margin-bottom: 8px;
}

@media screen and (min-width: 500px) {
  .sds-message {
    width: 560px;
  }
}

.sds-message--full {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sds-message--show {
  display: flex;
  z-index: 2;
}

.sds-message__footer {
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sds-message__content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}

.sds-message__icon {
  font-size: 55px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.sds-message__icon--success {
  color: #418117;
}

@media screen and (min-width: 500px) {
  .sds-message__icon {
    font-size: 68px;
  }
}

.sds-message__icon--error {
  color: var(--red);
}

.sds-message .sds-btn-icon {
  color: #418117;
  font-weight: bold;
}

.sds-message .sds-btn-icon:focus,
.sds-message .sds-btn-icon:active {
  background-color: rgb(65 129 23 / 12%);
}

.sds-modal-wrapper--gray {
  background-color: rgb(0 0 0 / 60%);
}

.sds-section-collapse__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 150ms ease-out;
}

.sds-section-collapse__header--active + .sds-section-collapse__body {
  overflow: visible;
}

.sds-section-collapse__header {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid rgb(0 0 0 / 24%);
  box-sizing: border-box;
  cursor: pointer;
}

.sds-section-collapse__header__first {
  border-top: none;
}

.sds-section-collapse__header .sds-subtitle {
  margin-right: 1.5rem;
}

.sds-section-collapse__icon {
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
  color: rgb(0 0 0 / 60%);
  pointer-events: none;
}

.sds-section-collapse__header--active .sds-section-collapse__icon {
  transform: rotate(180deg);
  color: rgb(0 0 0 / 87%);
}

.sds-section-collapse__title {
  color: rgb(0 0 0 / 60%);
  pointer-events: none;
}

.sds-section-collapse__header--active .sds-section-collapse__title {
  color: rgb(0 0 0 / 87%);
}

.sds-section-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid rgb(0 0 0 / 24%);
  box-sizing: border-box;
}

.sds-section-header__first {
  border-top: none;
}

.sds-section-header .sds-subtitle {
  margin-right: 1.5rem;
}

.sds-switch {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 1.5rem;
  margin: 0;
  padding: 0 0 0 1.5rem;
  overflow: visible;
  user-select: none;
}

.sds-switch input[type="checkbox"]:checked ~ .sds-switch__track {
  background: rgb(8 140 202 / 40%);
}

.sds-switch input[type="checkbox"]:checked ~ .sds-switch__thumb {
  background: var(--client-main-color);
  left: 1rem;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
}

.sds-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  line-height: 1.5rem;
  appearance: none;
  border: none;
}

.sds-switch__label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  left: 1.5rem;
}

.sds-switch__thumb {
  background: var(--client-background);
  position: absolute;
  left: 0;
  top: 0.125rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 2px 1px -1px rgb(0 0 0 / 12%),
    0 1px 1px 0 rgb(0 0 0 / 14%);
  transition: all 100ms;
}

.sds-switch__track {
  background: rgb(0 0 0 / 24%);
  position: absolute;
  left: 0;
  top: 0.3125rem;
  height: 0.875rem;
  width: 2.25rem;
  border-radius: 0.875rem;
  cursor: pointer;
}

.sds-switch__focus-helper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-0.25rem, -0.25rem);
  display: inline-block;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: transparent;
}

.sds-switch--right-aligned {
  text-align: right;
  padding: 0 1.5rem 0 0;
}

.sds-switch--right-aligned .sds-switch__label {
  left: auto;
  right: 1.5rem;
}

.sds-switch--right-aligned .sds-switch__track {
  left: auto;
  right: 0;
}

.sds-switch--right-aligned .sds-switch__thumb {
  left: auto;
  right: 1rem;
}

.sds-switch--right-aligned input[type="checkbox"]:checked ~ .sds-switch__thumb {
  left: auto;
  right: 0;
}

.sds-select-wrap {
  position: relative;
  height: auto;
}

.sds-select-wrap.sds-select-wrap--disabled {
  opacity: 0.4;
}

.sds-select-wrap.sds-select-wrap--disabled * {
  pointer-events: none;
}

.sds-select {
  background: var(--white);
  appearance: none;
  color: rgb(0 0 0 / 60%);
  cursor: pointer;
}

.sds-select:focus,
.sds-select:active {
  border: 2px solid var(--client-main-color);
}

select::-ms-expand {
  display: none;
}

option:checked {
  background-color: rgb(0 0 0 / 4%);
}

.sds-select-wrap__overline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sds-select__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.1s ease-out;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  color: rgb(0 0 0 / 60%);
  background-color: var(--white);
}

.sds-select-wrap--open {
  display: block;
}

.sds-select-wrap--open .sds-select {
  z-index: 3;
}

.sds-select-wrap--open .sds-select-wrap__overline {
  pointer-events: auto;
  z-index: 2;
}

.sds-select-wrap--open .sds-select__icon {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.sds-form-group--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sds-form-group--inline .sds-label {
  margin-right: 8px;
  margin-bottom: 0;
}

.sds-form-group--inline .sds-select-wrap {
  width: 100%;
}

.sds-sidemenu {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  background-color: var(--white);
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  box-sizing: border-box;
  overflow: auto;
  will-change: transform;
  transition: all 250ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sds-sidemenu--fixed {
  display: none;
}

.sds-sidemenu--open {
  display: flex;
  visibility: visible;
  pointer-events: all;
}

.sds-sidemenu--open .sds-sidemenu__list {
  transform: translateX(0);
}

.sds-sidemenu--open .sds-sidemenu__overlay {
  display: block;
  background-color: rgb(0 0 0 / 87%);
  opacity: 0.6;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sds-sidemenu__list {
  width: 20rem;
  max-width: calc(100% - 3rem);
  height: 100%;
  margin: 0;
  padding: 0.5rem;
  /* overflow: auto; */
  box-sizing: border-box;
  transform: translateX(-100%);
  /* box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 12%),
    0 4px 5px 0 rgb(0 0 0 / 14%); */
  will-change: transform;
  transition: all 250ms;
  list-style: none;
}

.sds-sidemenu-solar-img {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sds-sidemenu__list .sds-line-divider {
  margin: 0.5rem;
  background-color: rgb(0 0 0 / 12%);
}

.sds-sidemenu__item {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 3rem;
  border-radius: 4px;
}

.sds-sidemenu__item_logo {
  height: 6rem;
  min-height: 3rem;
}

.sds-sidemenu__item a {
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--grey-dark);
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.sds-sidemenu__item a i {
  margin-right: 1rem;
}

.sds-sidemenu__item:hover {
  background-color: var(--client-neutral-color-rgb-10);
}

/* .sds-sidemenu__item--active,
.sds-sidemenu__item--active:hover {
  background-color: rgb(8 140 202 / 12%);
} */

.sds-sidemenu__item--active a,
.sds-sidemenu__item--active:hover a {
  color: var(--client-main-color);
}

.sds-sidemenu__overlay {
  display: none;
  transition: all 150ms;
}

@media only screen and (min-width: 62em) {
  .sds-sidemenu {
    width: 4.5rem;
    height: 100%;
    position: relative;
    padding: 1rem 0.5rem;
    border-right: 1px solid rgb(0 0 0 / 24%);
    visibility: visible;
    pointer-events: all;
    overflow: auto;
    z-index: 9;
  }

  .sds-sidemenu .sds-sidemenu__item span {
    opacity: 0;
  }

  .sds-sidemenu--desktop-open {
    width: 20rem;
  }

  .sds-sidemenu--open {
    width: 20rem;
  }

  .sds-sidemenu--open .sds-sidemenu__item span {
    opacity: 1;
  }

  .sds-sidemenu--fixed {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .sds-sidemenu--fixed:hover {
    width: 20rem;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 12%),
      0 4px 5px 0 rgb(0 0 0 / 14%);
    transition-delay: 600ms;
  }

  .sds-sidemenu .sds-sidemenu__overlay {
    opacity: 0;
  }

  .sds-sidemenu__list {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    box-sizing: border-box;
    box-shadow: none;
    transform: inherit;
    transition: none;
  }
}

.sds-tab {
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.sds-tab__header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  overflow: auto;
  box-sizing: border-box;
}

@media only screen and (min-width: 36em) {
  .sds-tab__header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.sds-tab__link {
  display: inline-block;
  padding: 0 0.5rem;
  text-overflow: ellipsis;
  text-decoration: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 36em) {
  .sds-tab__link {
    padding: 0 1rem;
  }
}

.sds-tab__content-item {
  display: none;
  transition: all 0.3s;
}

.sds-tab__content-item.sds-tab__content--item-active {
  display: block;
}

.sds-tab__item {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 5.5rem;
  text-align: center;
  line-height: 2.375rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-bottom: transparent 2px solid;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.sds-tab__item:hover {
  background-color: rgb(102 102 102 / 4%);
}

.sds-tab__item:active,
.sds-tab__item:focus {
  background-color: rgb(102 102 102 / 12%);
}

.sds-tab__item--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.sds-tab__item--active {
  color: var(--client-main-color);
  border-bottom-color: var(--client-main-color);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sds-tab__item--active:hover {
  background-color: rgb(8 140 202 / 4%);
}

.sds-tab__item--active:active,
.sds-tab__item--active:focus {
  background-color: rgb(8 140 202 / 12%);
}

@media only screen and (min-width: 36em) {
  .sds-tab__item {
    -webkit-box-flex: 0;
    flex-grow: 0;
  }
}

.sds-tab__header--full-width {
  border-bottom: 1px solid rgb(0 0 0 / 24%);
}

@media only screen and (min-width: 36em) {
  .sds-tab__header--full-width .sds-tab__item {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.sds-data-table__wrapper {
  overflow: auto;
}

.sds-data-table {
  width: 100%;
  position: relative;
  border: none;
  border-collapse: collapse;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  background-color: var(--white);
  overflow-x: auto;
  white-space: nowrap;
}

.sds-data-table tbody tr {
  position: relative;
  height: 3rem;
  transition: background-color 0.2s;
}

.sds-data-table tbody tr:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-data-table td,
.sds-data-table th {
  padding: 0 1rem 0.75rem;
  text-align: right;
  line-height: 1.5rem;
}

.sds-data-table td.sds-data-table__cell-non-numeric,
.sds-data-table th.sds-data-table__cell-non-numeric {
  text-align: left;
}

.sds-data-table td.sds-data-table__cell-icon,
.sds-data-table th.sds-data-table__cell-icon {
  text-align: center;
  overflow: hidden;
}

.sds-data-table td {
  position: relative;
  vertical-align: middle;
  height: 3rem;
  border-top: 1px solid rgb(0 0 0 / 12%);
  border-bottom: 1px solid rgb(0 0 0 / 12%);
  padding-top: 0.6875rem;
  box-sizing: border-box;
  word-wrap: break-word;
}

.sds-data-table td i {
  vertical-align: middle;
  color: rgb(0 0 0 / 60%);
}

.sds-data-table td .sds-link {
  display: block;
  width: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sds-data-table td .sds-link .sds-link__icon {
  color: var(--client-main-color);
}

.sds-data-table td div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sds-data-table th {
  position: relative;
  vertical-align: bottom;
  height: 3rem;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(0 0 0 / 60%);
}

.sds-data-table th div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 48em) {
  .sds-data-table {
    white-space: normal;
    table-layout: fixed;
  }
}

.sds-data-table__container {
  width: 100%;
  background-color: var(--client-background);
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 4px;
  overflow: auto;
}

.sds-data-table__footer {
  position: relative;
  text-align: center;
}

.sds-data-table__footer .sds-caption {
  padding: 0 1rem;
  line-height: 3rem;
  display: inline-block;
}

@media screen and (min-width: 62em) {
  .sds-data-table__footer {
    text-align: left;
  }

  .sds-data-table__footer .sds-pagination + .sds-caption {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.sds-pagination {
  height: 3rem;
  margin: 0 auto;
  text-align: center;
}

.sds-pagination__ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sds-pagination__ul li {
  display: inline-block;
  height: 3rem;
  padding: 0.375rem 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.sds-pagination__ul li a {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0.375rem 0;
  line-height: 1.5rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: rgb(0 0 0 / 60%);
  background-color: transparent;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}

.sds-pagination__ul li a:hover,
.sds-pagination__ul li a:focus {
  background-color: rgb(0 0 0 / 4%);
}

.sds-pagination__ul li i {
  font-size: 1.5rem;
}

.sds-pagination__ul li.sds-pagination--active a {
  color: rgb(0 0 0 / 87%);
  border-color: rgb(0 0 0 / 24%);
  background-color: rgb(0 0 0 / 12%);
}

.sds-pagination__ul li.sds-pagination--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.sds-pagination__ul li.sds-pagination--disabled:hover,
.sds-pagination__ul li.sds-pagination--disabled:focus {
  background-color: transparent;
}

.sds-data-table__container--card {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
  border: none;
}

.sds-data-table--large {
  overflow-x: hidden;
}

.sds-data-table--large td div {
  white-space: normal;
  overflow: auto;
  text-overflow: unset;
}

.sds-topbar {
  background-color: var(--client-main-color);
  width: 100%;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 11;
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
}

.sds-topbar .sds-topbar__menu-btn {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.sds-topbar .sds-topbar__menu-btn img {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
  transition: all 150ms;
}

.sds-topbar .sds-topbar__menu-btn:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-topbar .sds-topbar__menu-btn:focus,
.sds-topbar .sds-topbar__menu-btn:active {
  background-color: rgb(0 0 0 / 12%);
}

.sds-topbar .sds-topbar__menu-btn:focus img,
.sds-topbar .sds-topbar__menu-btn:active img {
  opacity: 0.87;
}

.sds-topbar .sds-topbar__menu-btn--active img {
  opacity: 0.87;
  transform: rotate(0deg);
}

.sds-topbar .sds-topbar__menu-btn--mobile-only {
  display: flex;
}

.sds-topbar .sds-topbar__logo {
  width: auto;
  max-width: calc(100% - 7rem);
  height: 2.5rem;
  min-height: 2.5rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.sds-topbar .sds-topbar__logo img {
  width: auto;
  height: 100%;
}

/* .sds-topbar h1 {
  display: none;
} */

.sds-topbar h1 {
  display: flex;
  width: 50%;
  align-items: center;
 }

:root {
  --header-title-display: block;
}

.sds-topbar h1 span {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: var(--header-title-display);
}

.sds-privacy {
  display: flex;
  align-items: center;
  text-align: initial;
  margin-bottom: 0;
  margin-left: -12px;
}

.sds-input-search-icon {
  margin: -5.5px;
}

.sds-input-search-align {
  padding: 20px 0px;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 900px) {
  .sds-topbar h1 span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .sds-topbar h1 span {
    font-size: 0.95rem;
  }
}

@media only screen and (max-width: 575px) {
  .sds-topbar h1 {
    display: none;
  }
}

@media only screen and (min-width: 36em) {
  .sds-topbar {
    height: 4rem;
    min-height: 4rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sds-topbar .sds-topbar__menu-btn {
    width: 4.5rem;
    min-width: 4.5rem;
    position: static;
  }

  .sds-topbar .sds-topbar__logo {
    max-width: 100%;
    height: 3rem;
    min-height: 3rem;
    margin: 0 1rem;
  }

  /* .sds-topbar h6 {
    color: rgb(0 0 0 / 60%);
    display: block;
  } */

  .sds-topbar--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 62em) {
  .sds-topbar .sds-topbar__menu-btn--mobile-only {
    display: none;
  }
}

.sds-snackbar {
  opacity: 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 1rem);
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0.5rem;
  padding: 0.375rem 0.5rem;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 1px 18px 0 rgb(0 0 0 / 12%),
    0 6px 10px 0 rgb(0 0 0 / 14%);
  pointer-events: none;
  z-index: 11;
}

.sds-snackbar .sds-btn-icon {
  position: relative;
  margin-left: 0.5rem;
}

.sds-snackbar .sds-btn-icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  content: "";
  opacity: 0;
  pointer-events: none;
}

.sds-snackbar .sds-btn-icon.sds-highlight-effect--click::after {
  animation: sds-highlight-effect 0.4s forwards;
  animation-timing-function: ease-out;
  background: rgb(0 91 149 / 76%);
}

@keyframes sds-highlight-effect {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }

  25%,
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes sds-highlight-effect {
  0% {
    transform: scale3d(0.3, 0.3, 1);
  }

  25%,
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale3d(1.2, 1.2, 1);
  }
}

.sds-snackbar__align {
  display: flex;
}

@media only screen and (min-width: 48em) {
  .sds-snackbar {
    max-width: 49rem;
    width: calc(100% - 1.5rem);
    margin: 1.5rem 0 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sds-snackbar__label {
  padding: 0.5rem;
  text-align: left;
  color: var(--white);
}

.sds-snackbar--visible {
  pointer-events: auto;
}

.sds-fadein-snackbar {
  animation: sds-fadein-snackbar 0.5s;
  animation-fill-mode: forwards;
}

.sds-fadeout-snackbar {
  animation-name: sds-fadeout-snackbar;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes sds-fadein-snackbar {
  to {
    bottom: 1.5rem;
    opacity: 1;
  }
}

@keyframes sds-fadein-snackbar {
  to {
    bottom: 1.5rem;
    opacity: 1;
  }
}

@keyframes sds-fadeout-snackbar {
  from {
    bottom: 1.5rem;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes sds-fadeout-snackbar {
  from {
    bottom: 1.5rem;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.sds-tooltip {
  position: relative;
}

.sds-tooltip__content {
  position: absolute;
  width: max-content;
  max-width: 100%;
  height: auto;
  min-height: 2rem;
  padding: 0.375rem 0.5rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--white);
  background: rgb(0 0 0 / 87%);
  opacity: 0;
  cursor: default;
  pointer-events: none;
  border-radius: 4px;
}

.sds-tooltip__content i {
  position: absolute;
  top: -14px;
  color: rgb(0 0 0 / 87%);
  left: 1rem;
}

.sds-tooltip--effect-bottom .sds-tooltip__content {
  top: calc(100% + 0.5rem);
  left: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.sds-tooltip--effect-bottom:hover .sds-tooltip__content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.sds-tooltip--effect-top .sds-tooltip__content {
  bottom: 46px;
  transform: translate3d(0, -10px, 0);
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.sds-tooltip--effect-top:hover .sds-tooltip__content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

/**
 *   Extra small <576px 36em
 *   Small  ≥576px 36em
 *   Medium  ≥768px 48em
 *   Large ≥992px 62em
 */

.sds-container,
.sds-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
  position: relative;
}

.sds-container {
  max-width: 96%;
}

.sds-container-custom {
  width: 99%;
  max-width: 100%;
}

@media only screen and (min-width: 62em) {
  .sds-container-custom,
  .sds-container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.sds-row {
  box-sizing: border-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.sds-col {
  box-sizing: border-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.sds-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.sds-col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.sds-col-xs,
.sds-col-xs-1,
.sds-col-xs-2,
.sds-col-xs-3,
.sds-col-xs-4,
.sds-col-xs-5,
.sds-col-xs-6,
.sds-col-xs-7,
.sds-col-xs-8,
.sds-col-xs-9,
.sds-col-xs-10,
.sds-col-xs-11,
.sds-col-xs-12,
.sds-col-xs-offset-0,
.sds-col-xs-offset-1,
.sds-col-xs-offset-2,
.sds-col-xs-offset-3,
.sds-col-xs-offset-4,
.sds-col-xs-offset-5,
.sds-col-xs-offset-6,
.sds-col-xs-offset-7,
.sds-col-xs-offset-8,
.sds-col-xs-offset-9,
.sds-col-xs-offset-10,
.sds-col-xs-offset-11,
.sds-col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.sds-col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.sds-col-xs-1 {
  -ms-flex-preferred-size: 8.3333%;
  flex-basis: 8.3333%;
  max-width: 8.3333%;
}

.sds-col-xs-2 {
  -ms-flex-preferred-size: 16.6666%;
  flex-basis: 16.6666%;
  max-width: 16.6666%;
}

.sds-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.sds-col-xs-4 {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.sds-col-xs-5 {
  -ms-flex-preferred-size: 41.6666%;
  flex-basis: 41.6666%;
  max-width: 41.6666%;
}

.sds-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.sds-col-xs-7 {
  -ms-flex-preferred-size: 58.3333%;
  flex-basis: 58.3333%;
  max-width: 58.3333%;
}

.sds-col-xs-8 {
  -ms-flex-preferred-size: 66.6666%;
  flex-basis: 66.6666%;
  max-width: 66.6666%;
}

.sds-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.sds-col-xs-10 {
  -ms-flex-preferred-size: 83.3333%;
  flex-basis: 83.3333%;
  max-width: 83.3333%;
}

.sds-col-xs-11 {
  -ms-flex-preferred-size: 91.6666%;
  flex-basis: 91.6666%;
  max-width: 91.6666%;
}

.sds-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.sds-col-xs-offset-0 {
  margin-left: 0;
}

.sds-col-xs-offset-1 {
  margin-left: 8.3333%;
}

.sds-col-xs-offset-2 {
  margin-left: 16.6666%;
}

.sds-col-xs-offset-3 {
  margin-left: 25%;
}

.sds-col-xs-offset-4 {
  margin-left: 33.3333%;
}

.sds-col-xs-offset-5 {
  margin-left: 41.6666%;
}

.sds-col-xs-offset-6 {
  margin-left: 50%;
}

.sds-col-xs-offset-7 {
  margin-left: 58.3333%;
}

.sds-col-xs-offset-8 {
  margin-left: 66.6666%;
}

.sds-col-xs-offset-9 {
  margin-left: 75%;
}

.sds-col-xs-offset-10 {
  margin-left: 83.3333%;
}

.sds-col-xs-offset-11 {
  margin-left: 91.6666%;
}

.sds-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.sds-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.sds-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.sds-top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sds-middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sds-bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sds-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sds-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sds-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.sds-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 36em) {
  .sds-col-sm,
  .sds-col-sm-1,
  .sds-col-sm-2,
  .sds-col-sm-3,
  .sds-col-sm-4,
  .sds-col-sm-5,
  .sds-col-sm-6,
  .sds-col-sm-7,
  .sds-col-sm-8,
  .sds-col-sm-9,
  .sds-col-sm-10,
  .sds-col-sm-11,
  .sds-col-sm-12,
  .sds-col-sm-offset-0,
  .sds-col-sm-offset-1,
  .sds-col-sm-offset-2,
  .sds-col-sm-offset-3,
  .sds-col-sm-offset-4,
  .sds-col-sm-offset-5,
  .sds-col-sm-offset-6,
  .sds-col-sm-offset-7,
  .sds-col-sm-offset-8,
  .sds-col-sm-offset-9,
  .sds-col-sm-offset-10,
  .sds-col-sm-offset-11,
  .sds-col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .sds-col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .sds-col-sm-1 {
    -ms-flex-preferred-size: 8.3333%;
    flex-basis: 8.3333%;
    max-width: 8.3333%;
  }

  .sds-col-sm-2 {
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
  }

  .sds-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .sds-col-sm-4 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .sds-col-sm-5 {
    -ms-flex-preferred-size: 41.6666%;
    flex-basis: 41.6666%;
    max-width: 41.6666%;
  }

  .sds-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .sds-col-sm-7 {
    -ms-flex-preferred-size: 58.3333%;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }

  .sds-col-sm-8 {
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .sds-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .sds-col-sm-10 {
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }

  .sds-col-sm-11 {
    -ms-flex-preferred-size: 91.6666%;
    flex-basis: 91.6666%;
    max-width: 91.6666%;
  }

  .sds-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .sds-col-sm-offset-0 {
    margin-left: 0;
  }

  .sds-col-sm-offset-1 {
    margin-left: 8.3333%;
  }

  .sds-col-sm-offset-2 {
    margin-left: 16.6666%;
  }

  .sds-col-sm-offset-3 {
    margin-left: 25%;
  }

  .sds-col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .sds-col-sm-offset-5 {
    margin-left: 41.6666%;
  }

  .sds-col-sm-offset-6 {
    margin-left: 50%;
  }

  .sds-col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .sds-col-sm-offset-8 {
    margin-left: 66.6666%;
  }

  .sds-col-sm-offset-9 {
    margin-left: 75%;
  }

  .sds-col-sm-offset-10 {
    margin-left: 83.3333%;
  }

  .sds-col-sm-offset-11 {
    margin-left: 91.6666%;
  }

  .sds-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .sds-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .sds-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .sds-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sds-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sds-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sds-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sds-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sds-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .sds-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 48em) {
  .sds-col-md,
  .sds-col-md-1,
  .sds-col-md-2,
  .sds-col-md-3,
  .sds-col-md-4,
  .sds-col-md-5,
  .sds-col-md-6,
  .sds-col-md-7,
  .sds-col-md-8,
  .sds-col-md-9,
  .sds-col-md-10,
  .sds-col-md-11,
  .sds-col-md-12,
  .sds-col-md-offset-0,
  .sds-col-md-offset-1,
  .sds-col-md-offset-2,
  .sds-col-md-offset-3,
  .sds-col-md-offset-4,
  .sds-col-md-offset-5,
  .sds-col-md-offset-6,
  .sds-col-md-offset-7,
  .sds-col-md-offset-8,
  .sds-col-md-offset-9,
  .sds-col-md-offset-10,
  .sds-col-md-offset-11,
  .sds-col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .sds-col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .sds-col-md-1 {
    -ms-flex-preferred-size: 8.3333%;
    flex-basis: 8.3333%;
    max-width: 8.3333%;
  }

  .sds-col-md-2 {
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
  }

  .sds-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .sds-col-md-4 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .sds-col-md-5 {
    -ms-flex-preferred-size: 41.6666%;
    flex-basis: 41.6666%;
    max-width: 41.6666%;
  }

  .sds-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .sds-col-md-7 {
    -ms-flex-preferred-size: 58.3333%;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }

  .sds-col-md-8 {
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .sds-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .sds-col-md-10 {
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }

  .sds-col-md-11 {
    -ms-flex-preferred-size: 91.6666%;
    flex-basis: 91.6666%;
    max-width: 91.6666%;
  }

  .sds-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .sds-col-md-offset-0 {
    margin-left: 0;
  }

  .sds-col-md-offset-1 {
    margin-left: 8.3333%;
  }

  .sds-col-md-offset-2 {
    margin-left: 16.6666%;
  }

  .sds-col-md-offset-3 {
    margin-left: 25%;
  }

  .sds-col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .sds-col-md-offset-5 {
    margin-left: 41.6666%;
  }

  .sds-col-md-offset-6 {
    margin-left: 50%;
  }

  .sds-col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .sds-col-md-offset-8 {
    margin-left: 66.6666%;
  }

  .sds-col-md-offset-9 {
    margin-left: 75%;
  }

  .sds-col-md-offset-10 {
    margin-left: 83.3333%;
  }

  .sds-col-md-offset-11 {
    margin-left: 91.6666%;
  }

  .sds-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .sds-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .sds-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .sds-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sds-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sds-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sds-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sds-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sds-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .sds-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .sds-col-lg,
  .sds-col-lg-1,
  .sds-col-lg-2,
  .sds-col-lg-3,
  .sds-col-lg-4,
  .sds-col-lg-5,
  .sds-col-lg-6,
  .sds-col-lg-7,
  .sds-col-lg-8,
  .sds-col-lg-9,
  .sds-col-lg-10,
  .sds-col-lg-11,
  .sds-col-lg-12,
  .sds-col-lg-offset-0,
  .sds-col-lg-offset-1,
  .sds-col-lg-offset-2,
  .sds-col-lg-offset-3,
  .sds-col-lg-offset-4,
  .sds-col-lg-offset-5,
  .sds-col-lg-offset-6,
  .sds-col-lg-offset-7,
  .sds-col-lg-offset-8,
  .sds-col-lg-offset-9,
  .sds-col-lg-offset-10,
  .sds-col-lg-offset-11,
  .sds-col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .sds-col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .sds-col-lg-1 {
    -ms-flex-preferred-size: 8.3333%;
    flex-basis: 8.3333%;
    max-width: 8.3333%;
  }

  .sds-col-lg-2 {
    -ms-flex-preferred-size: 16.6666%;
    flex-basis: 16.6666%;
    max-width: 16.6666%;
  }

  .sds-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .sds-col-lg-4 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }

  .sds-col-lg-5 {
    -ms-flex-preferred-size: 41.6666%;
    flex-basis: 41.6666%;
    max-width: 41.6666%;
  }

  .sds-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .sds-col-lg-7 {
    -ms-flex-preferred-size: 58.3333%;
    flex-basis: 58.3333%;
    max-width: 58.3333%;
  }

  .sds-col-lg-8 {
    -ms-flex-preferred-size: 66.6666%;
    flex-basis: 66.6666%;
    max-width: 66.6666%;
  }

  .sds-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .sds-col-lg-10 {
    -ms-flex-preferred-size: 83.3333%;
    flex-basis: 83.3333%;
    max-width: 83.3333%;
  }

  .sds-col-lg-11 {
    -ms-flex-preferred-size: 91.6666%;
    flex-basis: 91.6666%;
    max-width: 91.6666%;
  }

  .sds-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .sds-col-lg-offset-0 {
    margin-left: 0;
  }

  .sds-col-lg-offset-1 {
    margin-left: 8.3333%;
  }

  .sds-col-lg-offset-2 {
    margin-left: 16.6666%;
  }

  .sds-col-lg-offset-3 {
    margin-left: 25%;
  }

  .sds-col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .sds-col-lg-offset-5 {
    margin-left: 41.6666%;
  }

  .sds-col-lg-offset-6 {
    margin-left: 50%;
  }

  .sds-col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .sds-col-lg-offset-8 {
    margin-left: 66.6666%;
  }

  .sds-col-lg-offset-9 {
    margin-left: 75%;
  }

  .sds-col-lg-offset-10 {
    margin-left: 83.3333%;
  }

  .sds-col-lg-offset-11 {
    margin-left: 91.6666%;
  }

  .sds-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .sds-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .sds-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .sds-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sds-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sds-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .sds-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .sds-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sds-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .sds-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.clear {
  clear: both;
}

.colExemplo {
  background: var(--yellow);
  margin: 8px 0;
  text-align: center;
}

body {
  margin: 0;
}

.sds-page {
  width: 100%;
  height: 100vh;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.sds-page-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: var(--client-background);
  position: relative;
  overflow: hidden;
}

/* @media only screen and (max-width: 36em) {
	.sds-page-wrapper {
		background-color: #e60a0a; }
} */

.sds-page-content {
  overflow-y: auto;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0;
}

.sds-page-centered {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  height: 100%;
  min-height: fit-content;
}

.sds-page__header {
  background-color: var(--white);
  padding-top: 1rem;
  border-bottom: 1px solid rgb(0 0 0 / 24%);
}

.sds-page__header .sds-tab__header {
  margin-bottom: -1px;
}

.sds-page__title {
  padding: 0.5rem 0;
}

.sds-page__title h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sds-margin-vertical {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.sds-margin-vertical--bottom {
  margin-bottom: 1rem;
}

.sds-margin-vertical--top {
  margin-top: 1rem;
}

.sds-padding-vertical {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 36em) {
  .sds-desktop-hidden {
    display: none;
  }
}

@media only screen and (max-width: 36em) {
  .sds-mobile-hidden {
    display: none;
  }
}

.sds-align-left {
  text-align: left;
}

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

.sds-align-right {
  text-align: right;
}

@media only screen and (min-width: 36em) {
  .sds-align-left-sm {
    text-align: left;
  }
}

.sds-icon-text {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 87%);
}

.sds-icon-text i {
  margin-right: 0.5rem;
}

.sds-icon-large {
  font-size: 48px;
}

.sds-svg-icon {
  width: 100%;
  height: 100%;
}

.sds-text-skeleton {
  background-color: var(--client-background);
  color: transparent;
  cursor: default;
  user-select: none;
  animation: glow 2s infinite;
}

.sds-title-skeleton {
  background-color: var(--client-background);
  color: transparent;
  cursor: default;
  user-select: none;
  animation: glow 2s infinite;
}

.sds-icon-skeleton {
  background-color: var(--client-background);
  color: transparent;
  cursor: default;
  user-select: none;
  border-radius: 50%;
  animation: glow 2s infinite;
}

@keyframes glow {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.sds-block {
  padding: 1rem;
  border-radius: 4px;
  box-sizing: border-box;
}

.sds-block .sds-p {
  font-weight: 600;
}

.sds-block--error {
  background-color: rgb(176 0 32 / 12%);
}

.sds-block--alert {
  background-color: #fff1ba;
}

.sds-block--warning {
  background-color: rgb(228 126 26 / 12%);
}

.sds-block--success {
  background-color: rgb(90 153 48 / 12%);
}

.sds-color-success {
  color: #5a9930;
}

.sds-color-error {
  color: var(--red);
}

.sds-color-alert {
  color: #816c00;
}

.sds-color-warning {
  color: #a35c17;
}

.sds-color-support {
  color: #088cca;
}

.sds-color-primary {
  color: var(--client-main-color);
}

.sds-white-bg {
  background-color: var(--white);
}

a.sds-link {
  font-family: "Open Sans", sans-serif;
  color: var(--client-main-color);
}

a.sds-link:link,
a.sds-link:visited,
a.sds-link:focus,
a.sds-link:active {
  font-family: "Open Sans", sans-serif;
  color: var(--client-main-color);
}

a.sds-link:hover {
  font-family: "Open Sans", sans-serif;
  color: var(--client-secondary-color);
}

.sds-container--left {
  margin: 0;
}

.sds-line-divider {
  background-color: rgb(0 0 0 / 24%);
  border: none;
  height: 1px;
  margin: 1.5rem 0;
}

.sds-card--2 {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
}

.sds-actions-row {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.sds-actions-row .sds-btn {
  margin: 0 0.5rem 0.5rem;
}

.sds-card-container {
  position: relative;
  min-height: 18.75rem;
  padding: 1.5rem;
  margin: 1rem 0;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: var(--white);
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
}

.sds-card-no-shadow {
  box-shadow: none;
}

.sds-card-container .sds-section-header {
  padding-top: 0;
}

.sds-card-container-custom {
  position: relative;
  padding: 1.5rem;
  margin-top: 2rem;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: var(--client-main-color-rgb-70);
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
}

.sds-card-container-custom .sds-section-header {
  padding-top: 0;
}

@media only screen and (max-width: 36em) {
  .sds-card-container {
    min-height: 0;
    box-shadow: none;
    padding: 20px;
  }
}

/* .sds-textfield {
	width: 100% !important;
	height: 3rem !important;
	font-family: Open Sans, sans-serif !important;
	font-size: 1rem !important;
	line-height: 1.5rem !important;
	color: rgba(0, 0, 0, 0.87) !important;
	border: 2px solid rgba(0, 0, 0, 0.24) !important;
	border-radius: 4px !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	outline: none !important;
	-webkit-transition: border-color 150ms !important;
	transition: border-color 150ms !important;
	padding: 0.375rem 0.75rem !important;
} */

.sds-textfield * input {
  width: 100%;
  height: 2.5rem;
  padding: 0.375rem 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(0 0 0 / 87%);
  border: 1px solid rgb(0 0 0 / 24%);
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 150ms;
}

.sds-textfield * input:hover {
  border-color: rgb(0 0 0 / 60%);
}

.sds-textfield * input:focus,
.sds-textfield * input:active {
  border: 2px solid var(--client-main-color);
  padding-left: 0.6875rem;
}

.sds-textfield * input::placeholder {
  font-weight: normal;
  font-style: normal;
  color: rgb(0 0 0 / 60%);
}

.sds-textfield * input:focus,
.sds-textfield * input:active {
  border: 2px solid var(--client-main-color);
}

.sds-input__icon:hover + .sds-textfield * input:focus {
  border-color: var(--client-main-color);
}

.sds-input--floating-label .sds-textfield * input:focus + .sds-label {
  color: var(--client-main-color);
}

.sds-data-table-custom {
  width: 100%;
  position: relative;
  border: none;
  border-collapse: collapse;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  background-color: var(--white);
  overflow-x: auto;
  white-space: nowrap;
}

.sds-data-table-custom tbody tr {
  position: relative;
  height: 3rem;
  font-size: 0.9rem;
  transition: background-color 0.2s;
}

.sds-data-table-custom tbody tr:hover {
  background-color: rgb(0 0 0 / 4%);
}

.sds-data-table-custom td,
.sds-data-table-custom th {
  padding: 0 1rem 0.75rem;
  text-align: right;
  line-height: 1.5rem;
}

.sds-data-table-custom td.sds-data-table-custom__cell-non-numeric,
.sds-data-table-custom th.sds-data-table-custom__cell-non-numeric {
  text-align: left;
}

.sds-data-table-custom td.sds-data-table-custom__cell-icon,
.sds-data-table-custom th.sds-data-table-custom__cell-icon {
  text-align: center;
  overflow: hidden;
}

.sds-data-table-custom td {
  position: relative;
  vertical-align: middle;
  height: 3rem;
  border-top: 1px solid rgb(0 0 0 / 12%);
  border-bottom: 1px solid rgb(0 0 0 / 12%);
  padding-top: 0.6875rem;
  box-sizing: border-box;
  word-wrap: break-word;
}

.sds-data-table-custom td a {
  color: var(--client-main-color);
}

.sds-data-table-custom td i {
  vertical-align: middle;
  color: rgb(0 0 0 / 60%);
}

.sds-data-table-custom td .sds-link {
  display: block;
  width: inherit;
  font-size: inherit;
  line-height: inherit;
}

.sds-data-table-custom td .sds-link .sds-link__icon {
  color: var(--client-main-color);
}

.sds-data-table-custom td div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sds-data-table-custom th {
  position: relative;
  vertical-align: bottom;
  height: 3rem;
  box-sizing: border-box;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(0 0 0 / 60%);
}

.sds-data-table-custom th div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 48em) {
  .sds-data-table-custom {
    white-space: normal;
    table-layout: fixed;
  }
}

.sds-data-table-custom__container {
  width: 100%;
  background-color: var(--grey-light);
  border: 1px solid rgb(0 0 0 / 12%);
  border-radius: 4px;
  overflow: auto;
}

.sds-data-table-custom__footer {
  position: relative;
  text-align: center;
}

.sds-data-table-custom__footer .sds-caption {
  padding: 0 1rem;
  line-height: 3rem;
  display: inline-block;
}

@media screen and (min-width: 62em) {
  .sds-data-table-custom__footer {
    text-align: left;
  }

  .sds-data-table-custom__footer .sds-pagination + .sds-caption {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.sds-data-table-custom__container--card {
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 2px 2px 0 rgb(0 0 0 / 14%);
  border: none;
}

.processo-search__table--size {
  min-height: 300px;
}

.sds-data-table-custom--large {
  overflow-x: hidden;
}

.sds-data-table-custom--large td div {
  white-space: normal;
  overflow: auto;
  text-overflow: unset;
}

.sds-titulo-principal {
  color: var(--client-main-color);
  font-weight: bold;
  font-size: 2em;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin-top: 0;
  float: none;
  word-break: break-word;
}

.sds-subtitulo {
  color: var(--client-secondary-color);
  font-size: 1.5em;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 0;
}

.sds-subtitulo-form {
  font-size: 1.5em !important;
  margin-top: 0;
  margin-bottom: -10px;
}

.sds-space {
  margin-top: 100px;
}

.sds-logo-image {
  margin-top: 20px;
  margin-bottom: 50px;
}

.sds-btn-cta {
  background-color: var(--client-main-color);
  height: 50px;
  font-weight: bold;
}

.sds-form-titulo {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sds-divisor-horizontal {
  background-color: var(--client-main-color);
  height: 5px;
  width: 80px;
  margin-bottom: 40px;
  margin-top: -30px;
}

.sds-divisor-horizontal-secundario {
  background-color: var(--client-secondary-color);
  width: 80px;
  height: 5px;
}

.sds-input__icon__password {
  position: absolute !important;
}

.sds-button-format button {
  height: 50px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sds-card-container-format {
  padding: 20px;
}

.sds-p-format {
  margin-bottom: 10px;
}

.sds-card-container-format {
  padding: 10px !important;
}

.sds-form-text-white {
  color: var(--white);
  font-weight: 700;
}

.sds-container-default {
  background-color: var(--white);
  padding: 2%;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%),
    0px 2px 1px -1px rgb(0 0 0 / 12%);
}

.sds-grid-container {
  background-color: var(--white);
  padding: 2%;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%),
    0px 2px 1px -1px rgb(0 0 0 / 12%);
  margin-bottom: 20px;
}

.sds-grid-card-items-container {
  padding: 1% 0.4%;
}

.sds-reset-space {
  margin: 0;
  padding: 0;
}

.sds-margin-bottom {
  margin-bottom: 15px;
}

.sds-divider-container {
  margin-bottom: 20px !important;
}

.sds-tables-colors {
  position: relative;
  bottom: -5px;
}

.sds-tittle-no-content {
  font-size: 1em;
  text-align: center;
}

.sds-tittle-no-content-container-format {
  margin-bottom: -10px;
}

.sds-xs-title {
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

.sds-md-title {
  font-size: 1rem !important;
  font-weight: bold !important;
}

.sds-sm-title {
  font-size: 1.25rem !important;
}

.sds-input__icon--search:focus {
  color: var(--client-main-color);
}

.sds-indicator {
  background: var(--client-main-color) !important;
}

@media screen and (max-width: 991px) {
  .sds-sidemenu--open {
    z-index: 99;
  }

  .sds-sidemenu--open .sds-sidemenu__list {
    background-color: var(--white);
  }
}

@media screen and (max-width: 768px) {
  .sds-titulo-principal {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .sds-card-container {
    margin: 1.2em;
  }

  .sds-card-container-custom {
    margin: 1.2em;
  }

  .sds-form-group {
    margin: 0;
  }

  .sds-form-group h2 {
    font-size: 1.5em;
  }

  /* .sds-input--floating-label .sds-input {
    width: auto;
  }

  .sds-input-format input {
    width: inherit !important;
  } */

  .sds-input__icon {
    position: relative;
    right: 3em;
  }

  .sds-input--search:focus,
  .sds-input--search:active {
    border: 2px solid var(--client-main-color) !important;
    margin: -10px !important;
  }

  .sds-input--search-sigla {
    width: 70px !important;
    padding: 1px !important;
  }

  .sds-input--search-sigla:focus,
  .sds-input--search:active:active {
    border: 2px solid var(--client-main-color) !important;
  }

  .sds-reset-space {
    margin: 0 auto;
    text-align: center;
  }

  .sds-info-sm {
    padding: 0 10px;
    text-align: justify;
  }
}

@media screen and (max-width: 1170px) {
  .sds-input__icon {
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  .sds-input__icon {
    right: 0;
  }

  .sds-cards-container {
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
  }

  .sds-cards-container div > .content-solicitacoes-EM_ANDAMENTO,
  .sds-cards-container div > .content-solicitacoes-FINALIZADA {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px;
  }
}

@media screen and (max-width: 360px) {
  .sds-input--search {
    padding: 15px;
  }

  .sds-modal--form {
    padding: 5px;
  }

  .sds-modal__body {
    padding: 10px 2px 30px;
  }

  .sds-card-container--login {
    padding: 15px;
  }

  .sds-card-container--consulta-processo {
    margin: 30px 0;
    padding-right: 5px;
    padding-left: 5px;
  }

  .sds-grid-card-items-container {
    padding: 1% 4%;
  }
}
