@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&display=swap');
@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/BasisGrotesquePro-Regular.woff2') format('woff2'), url('../fonts/BasisGrotesquePro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/BasisGrotesquePro-Light.woff2') format('woff2'), url('../fonts/BasisGrotesquePro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basis Grotesque Pro';
  src: url('../fonts/BasisGrotesquePro-Bold.woff2') format('woff2'), url('../fonts/BasisGrotesquePro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.woff2') format('woff2'), url('../fonts/Calibri-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.woff2') format('woff2'), url('../fonts/Calibri-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
main {
  overflow: hidden;
}
pre {
  color: #111111;
  font-family: 'Calibri';
  font-size: 16px;
  line-height: 0.7;
  margin-bottom: 0;
  overflow: hidden;
  white-space: pre;
}
pre code {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
body {
  background: #fff;
  color: #999999;
  font-family: 'Calibri';
  font-size: 16px;
}
body::-webkit-scrollbar {
  width: 20px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  border-radius: 100px;
  background-color: transparent;
  background-clip: content-box;
  box-shadow: inset 0px 0px 0px 2px #c2c2c2;
}
body::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0px 0px 0px 2px #9c9c9c;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container-fluid {
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.btn-geral {
  align-items: center;
  border: 1px solid transparent;
  background: #1B7F9C;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 20px;
  max-width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-geral:hover,
.btn-geral:active,
.btn-geral:focus {
  outline: 0;
  box-shadow: none;
  background: #176d86;
  color: #fff;
  text-decoration: none;
}
.btn-geral.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.rounded-btn {
  align-items: center;
  background: #F4F8F9;
  color: #1B7F9C;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  height: 48px;
  font-size: 18px;
  width: 48px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rounded-btn:hover,
.rounded-btn:active,
.rounded-btn:focus {
  background: #d3e3e7;
}
.rounded-btn.small {
  height: 25px;
  width: 25px;
  font-size: 14px;
}
a.btn-yellow:hover,
button.btn-yellow:hover {
  background: #daa703;
  color: #fff;
}
.btn-yellow {
  background: #FCC514;
  border-radius: 999px;
  color: #fff;
}
.btn-blue {
  background: #1B7F9C;
  border: none;
  border-radius: 999px;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: #111111;
}
.download-fig-btn {
  align-items: center;
  background: #F4F8F9;
  border: none;
  border-radius: 8px;
  display: flex;
  font-family: 'Roboto';
  font-weight: 500;
  color: #1B7F9C;
  font-size: 14px;
  padding: 15px 25px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.download-fig-btn .iconify {
  color: #1B7F9C;
  font-size: 17px;
  margin-right: 10px;
}
.download-fig-btn:hover,
.download-fig-btn:active,
.download-fig-btn:focus {
  color: #1B7F9C;
  background: #d3e3e7;
  outline: 0;
  text-decoration: none;
}
.btn-back {
  align-items: center;
  border: 1px solid #FCC514;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  height: 25px;
  margin-right: 15px;
  width: 25px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-back .iconify {
  color: #FCC514;
}
.btn-back:hover {
  background: #FCC514;
}
.btn-back:hover .iconify {
  color: #fff;
}
.code-button-filter {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.code-button-filter .btn-filter-code {
  background: #FFFFFF;
  box-shadow: inset 0px 0px 0px 0px #FCC514, 2px 2px 14px #EAEAEA;
  border-radius: 10px;
  border: none;
  outline: 0;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  color: #999999;
  font-family: inherit;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.code-button-filter .btn-filter-code:hover,
.code-button-filter .btn-filter-code:focus,
.code-button-filter .btn-filter-code:active {
  border: none;
  box-shadow: inset 0px 0px 0px 3px #FCC514, 2px 2px 14px #EAEAEA;
  color: #111111;
  outline: 0;
}
.code-button-filter .btn-filter-code.active {
  background: #FCC514;
  color: #111111;
}
.code-button-filter .btn-filter-code.active:hover,
.code-button-filter .btn-filter-code.active:focus,
.code-button-filter .btn-filter-code.active:active {
  border: none;
  box-shadow: 2px 2px 14px #EAEAEA;
  outline: 0;
}
.code-button-filter .btn-filter-code+.btn-filter-code {
  margin-left: 10px;
}
.code-area {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  transition: opacity 0.3s, visibility 0.3s, height 0.3s;
}
.code-area.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.ace_editor.ace-monokai {
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  background-color: #f1f3f4 !important;
  color: #000000 !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 14px !important;
  line-height: 24px !important;
  height: 600px;
}
.ace_editor.ace-monokai .ace_gutter {
  background: #f1f3f4;
  color: #8F908A;
}
.ace_editor.ace-monokai .ace_gutter-active-line {
  background-color: #e3e3e3;
}
.ace_editor.ace-monokai .ace_marker-layer .ace_active-line {
  background: #e3e3e3;
}
.ace_editor.ace-monokai .ace_marker-layer .ace_selection {
  background: #e9e9e9;
}
.ace_editor.ace-monokai .ace_cursor {
  color: #276bbf;
  opacity: 1;
}
.ace_editor.ace-monokai .ace_br15 {
  border-radius: 0 !important;
}
.ace_editor.ace-monokai .ace_marker-layer .ace_selected-word {
  border: 1px solid #6462ff;
}
.ace_editor.ace-monokai .ace_indent-guide {
  background: none !important;
}
.ace_editor.ace-monokai .ace_punctuation,
.ace_editor.ace-monokai .ace_punctuation.ace_tag,
.ace_editor.ace-monokai .ace_entity.ace_name.ace_tag,
.ace_editor.ace-monokai .ace_keyword,
.ace_editor.ace-monokai .ace_meta.ace_tag,
.ace_editor.ace-monokai .ace_storage,
.ace_editor.ace-monokai .ace_variable {
  color: #1967d2;
}
.ace_editor.ace-monokai .ace_entity.ace_name.ace_function,
.ace_editor.ace-monokai .ace_entity.ace_other,
.ace_editor.ace-monokai .ace_entity.ace_other.ace_attribute-name {
  color: #9334e6;
}
.ace_editor.ace-monokai .ace_support.ace_function {
  color: #3d3d3d;
}
.ace_editor.ace-monokai .ace_storage.ace_type {
  color: #6761c9;
  font-weight: 500;
}
.ace_editor.ace-monokai .ace_support.ace_class,
.ace_editor.ace-monokai .ace_support.ace_type {
  color: #000;
}
.ace_editor.ace-monokai .ace_constant.ace_numeric {
  color: #ff8585;
}
.ace_editor.ace-monokai .ace_support.ace_constant {
  color: #b96f24;
}
.ace_editor.ace-monokai .ace_string {
  color: #188038;
}
.default-form .input-group-w-icon {
  position: relative;
}
.default-form .input-group-w-icon .iconify {
  font-size: 21px;
  color: #1B7F9C;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0,-50%) !important;
}
.default-form .default-input {
  border: 1px solid #1B7F9C;
  border-radius: 10px;
  padding: 15px 50px;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  font-family: inherit;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.default-form .default-input::-webkit-input-placeholder {
  color: #999999;
}
.default-form .default-input:-ms-input-placeholder {
  color: #999999;
}
.default-form .default-input::placeholder {
  color: #999999;
}
.default-form .default-input:-webkit-autofill,
.default-form .default-input:-webkit-autofill:hover,
.default-form .default-input:-webkit-autofill:focus,
.default-form .default-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 9000px white inset !important;
}
.default-form .default-input.red-border {
  border-color: #FF4034;
}
.default-form .default-input:hover,
.default-form .default-input:active {
  border-color: #1B7F9C;
}
.form-group {
  color: #1B7F9C;
  position: relative;
}
.form-group .label-default {
  color: #0A0B0E;
  font-size: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group .label-default.reduced {
  font-size: 10px;
}
.form-group .label-default {
  left: 20px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
.form-group .label-default.reduced {
  left: 20px;
  top: 12px;
  transform: none;
}
.form-group .invalid-feedback {
  color: #FF4034;
  margin-top: 10px;
}
.form-group .form-control {
  background: #fff;
  border: 1px solid #1B7F9C;
  border-radius: 10px;
  color: #2C2C2E;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 19px 18px;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #2C2C2E;
}
.form-group .form-control:-ms-input-placeholder {
  color: #2C2C2E;
}
.form-group .form-control::placeholder {
  color: #2C2C2E;
}
.form-group .form-control:hover,
.form-group .form-control:active,
.form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.form-group .form-control.dropdown-toggle svg {
  color: #1B7F9C;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group .form-control.dropdown-toggle.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group .form-control.dropdown-toggle.show svg {
  transform: translate(0,-50%) rotate(-180deg);
}
.form-group .form-control.dropdown-toggle:after {
  content: unset;
}
.form-group .form-control+.dropdown-menu {
  border-radius: 0 0 10px 10px;
  inset: -5px auto auto 0 !important;
  width: 100%;
  border: 1px solid #308ba5;
  border-top: none;
  padding: 0;
}
.form-group .form-control+.dropdown-menu .dropdown-item {
  color: #2C2C2E;
  border-top: 1px solid #EFF1F8;
  padding: 15px 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-group .form-control+.dropdown-menu .dropdown-item.active,
.form-group .form-control+.dropdown-menu .dropdown-item:active,
.form-group .form-control+.dropdown-menu .dropdown-item:focus,
.form-group .form-control+.dropdown-menu .dropdown-item:hover {
  background: none;
  color: #1B7F9C;
}
.form-group svg,
.form-group img {
  color: inherit;
  position: absolute;
  right: 20px;
  top: 28px;
  transform: translate(0,-50%);
  height: 16px;
}
.form-group .open-calendar {
  background: transparent;
  border: none;
  color: inherit;
  position: absolute;
  right: 20px;
  top: 33px;
  transform: translate(0,-50%);
  z-index: 999;
}
.form-group .open-calendar svg,
.form-group .open-calendar img {
  position: initial;
  transform: none;
  right: unset;
  top: unset;
  pointer-events: none !important;
}
.form-group.active .form-control {
  padding-bottom: 12px;
  padding-top: 26px;
}
.form-group.disabled,
.form-group:disabled {
  color: #B9B9B9;
}
.form-group.disabled .form-control,
.form-group:disabled .form-control {
  background: #EDEDED;
  border: 1px solid #C2C7CF;
  color: #B9B9B9;
  pointer-events: none;
}
.form-group.disabled .form-control::-webkit-input-placeholder,
.form-group:disabled .form-control::-webkit-input-placeholder {
  color: #B9B9B9;
}
.form-group.disabled .form-control:-ms-input-placeholder,
.form-group:disabled .form-control:-ms-input-placeholder {
  color: #B9B9B9;
}
.form-group.disabled .form-control::placeholder,
.form-group:disabled .form-control::placeholder {
  color: #B9B9B9;
}
.form-group.disabled .form-control.dropdown-toggle svg,
.form-group:disabled .form-control.dropdown-toggle svg {
  color: #B9B9B9;
}
.form-group.disabled .form-control.dropdown-toggle+.dropdown-menu,
.form-group:disabled .form-control.dropdown-toggle+.dropdown-menu {
  border-color: #EDEDED;
}
.form-group.input-error {
  color: #FF4034;
}
.form-group.input-error .form-control {
  border: 1px solid #FF4034;
}
.form-group.input-error .form-control.dropdown-toggle svg {
  color: #FF4034;
}
.form-group.input-error .form-control.dropdown-toggle+.dropdown-menu {
  border-color: #FF4034;
}
.form-group.hovered,
.form-group:not(.input-error):not(:read-only):not(.disabled):not(.form-group:disabled):hover {
  color: #1B7F9C;
}
.form-group.hovered .form-control,
.form-group:not(.input-error):not(:read-only):not(.disabled):not(.form-group:disabled):hover .form-control {
  border-color: #1B7F9C;
}
.form-group.hovered.dropdown-toggle svg,
.form-group:not(.input-error):not(:read-only):not(.disabled):not(.form-group:disabled):hover.dropdown-toggle svg {
  color: #1B7F9C;
}
.form-group.hovered.dropdown-toggle+.dropdown-menu,
.form-group:not(.input-error):not(:read-only):not(.disabled):not(.form-group:disabled):hover.dropdown-toggle+.dropdown-menu {
  border-color: #1B7F9C;
}
.form-group.w-icon .form-control {
  padding-right: 45px;
}
.form-group.input-group-disabled .label-default {
  display: none;
}
.filter-style {
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  color: #D9D9D9;
  display: flex;
  padding: 11px 9px;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-style svg,
.filter-style img {
  top: 50%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-style.dropdown-toggle:after {
  content: unset;
}
.filter-style.dropdown-toggle+.dropdown-menu {
  border-radius: 0 0 10px 10px;
  inset: -5px auto auto 0 !important;
  width: 100%;
  border: 1px solid #DFDFDF;
  border-top: none;
  padding: 0;
}
.filter-style.dropdown-toggle+.dropdown-menu .dropdown-item {
  color: #2C2C2E;
  border-top: 1px solid #EFF1F8;
  padding: 11px 9px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filter-style.dropdown-toggle+.dropdown-menu .dropdown-item.active,
.filter-style.dropdown-toggle+.dropdown-menu .dropdown-item:active,
.filter-style.dropdown-toggle+.dropdown-menu .dropdown-item:focus,
.filter-style.dropdown-toggle+.dropdown-menu .dropdown-item:hover {
  background: none;
  color: #2C2C2E;
}
.filter-style.dropdown-toggle.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #0A0B0E;
}
.filter-style.dropdown-toggle.show svg,
.filter-style.dropdown-toggle.show img {
  transform: translate(0,-50%) rotate(-180deg);
}
.filter-style::-webkit-input-placeholder {
  color: #D9D9D9;
}
.filter-style:-ms-input-placeholder {
  color: #D9D9D9;
}
.filter-style::placeholder {
  color: #D9D9D9;
}
.filter-style:-webkit-autofill,
.filter-style:-webkit-autofill:hover,
.filter-style:-webkit-autofill:focus,
.filter-style:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 9000px white inset !important;
}
.filter-style:hover,
.filter-style:active,
.filter-style:focus,
.filter-style.active {
  color: #2C2C2E;
}
.filter-style:hover::-webkit-input-placeholder,
.filter-style:active::-webkit-input-placeholder,
.filter-style:focus::-webkit-input-placeholder,
.filter-style.active::-webkit-input-placeholder {
  color: #2C2C2E;
}
.filter-style:hover:-ms-input-placeholder,
.filter-style:active:-ms-input-placeholder,
.filter-style:focus:-ms-input-placeholder,
.filter-style.active:-ms-input-placeholder {
  color: #2C2C2E;
}
.filter-style:hover::placeholder,
.filter-style:active::placeholder,
.filter-style:focus::placeholder,
.filter-style.active::placeholder {
  color: #2C2C2E;
}
.error-dropdown {
  display: block;
  color: #FF4034;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 15px;
  width: 100%;
}
.checkbox-group-default {
  position: relative;
  width: fit-content;
}
.checkbox-group-default input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.checkbox-group-default input[type="checkbox"]:checked:hover+.checkbox-area {
  background-position: right;
  border: none;
}
.checkbox-group-default input[type="checkbox"]:checked+.checkbox-area {
  background: #1B7F9C;
  background-size: 300%;
  background-position: left;
  border: none;
}
.checkbox-group-default input[type="checkbox"]:checked+.checkbox-area:after {
  opacity: 1;
}
.checkbox-group-default input[type="checkbox"]:hover+.checkbox-area {
  border: 2px solid #C2C7CF;
}
.checkbox-group-default .checkbox-area {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #E3E7EE;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 16px;
  width: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-group-default .checkbox-area:after {
  content: '';
  background: url('https://api.iconify.design/ci/check-bold.svg?color=white&height=13') no-repeat center center / contain;
  height: 13px;
  opacity: 0;
  width: 13px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox-group-default.disabled input[type="checkbox"],
.checkbox-group-default:disabled input[type="checkbox"] {
  pointer-events: none;
}
.checkbox-group-default.disabled .checkbox-area,
.checkbox-group-default:disabled .checkbox-area {
  background: #F4F4F4;
  border: 2px solid #E3E3E3;
}
.checkbox-group-default.checked input {
  pointer-events: none;
}
.checkbox-group-default.checked .checkbox-area {
  background: #1B7F9C;
  background-size: 300%;
  background-position: left;
  border: none;
}
.checkbox-group-default.checked .checkbox-area:after {
  opacity: 1;
}
.checkbox-group-default.checked.hovered .checkbox-area {
  background-position: right !important;
  border: none;
}
.checkbox-group-default.hovered .checkbox-area {
  border: 2px solid #C2C7CF;
}
.radio-group-default {
  position: relative;
  width: fit-content;
}
.radio-group-default input[type="radio"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.radio-group-default input[type="radio"]:checked:hover+.radio-area {
  background-position: right;
  border: none;
}
.radio-group-default input[type="radio"]:checked+.radio-area {
  background: #1B7F9C;
  background-size: 300%;
  background-position: left;
  border: none;
}
.radio-group-default input[type="radio"]:checked+.radio-area:after {
  opacity: 1;
}
.radio-group-default input[type="radio"]:hover+.radio-area {
  border: 2px solid #C2C7CF;
}
.radio-group-default .radio-area {
  align-items: center;
  background: #FFFFFF;
  border: 2px solid #E3E7EE;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 16px;
  width: 16px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-group-default .radio-area:after {
  content: '';
  background: #fff;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  height: 5px;
  opacity: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 5px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio-group-default.disabled input[type="radio"],
.radio-group-default:disabled input[type="radio"] {
  pointer-events: none;
}
.radio-group-default.disabled .radio-area,
.radio-group-default:disabled .radio-area {
  background: #F4F4F4;
  border: 2px solid #E3E3E3;
}
.radio-group-default.checked input {
  pointer-events: none;
}
.radio-group-default.checked .radio-area {
  background: #1B7F9C;
  background-size: 300%;
  background-position: left;
  border: none;
}
.radio-group-default.checked .radio-area:after {
  opacity: 1;
}
.radio-group-default.checked.hovered .radio-area {
  background-position: right !important;
  border: none;
}
.radio-group-default.hovered .radio-area {
  border: 2px solid #C2C7CF;
}
.input-group-justify-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.input-label-flex {
  align-items: center;
  display: flex;
}
.input-label-flex label {
  margin-left: 10px;
  margin-bottom: 0;
}
.dropdown-default {
  background: #fff;
  background-image: none;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: inset 0 0 0 1px #C1C1C1, 0px 4px 4px transparent;
  border-radius: 30px;
  color: #515151;
  font-size: 16px;
  line-height: 20px;
  min-width: 200px;
  position: relative;
  will-change: height;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown-default.disabled,
.dropdown-default:disabled {
  background: #EDEDED;
  background-image: none;
  box-shadow: inset 0 0 0 1px #C2C7CF, 0px 4px 4px transparent;
  color: #B9B9B9;
  pointer-events: none;
}
.dropdown-default.dropdown-error {
  background-image: none;
  box-shadow: inset 0 0 0 1px #FF4034, 0px 4px 4px rgba(45,55,75,0.1);
}
.dropdown-default.dropdown-error .button-dropdown-default .iconify {
  color: #FF4034 !important;
}
.dropdown-default.hovered,
.dropdown-default:not(.dropdown-error):not(.dropdown-disabled):not(.dropdown-default:disabled):hover {
  box-shadow: 0px 4px 4px rgba(45,55,75,0.1);
  box-shadow: inset 0 0 0 1px #52A099, 0px 4px 4px rgba(45,55,75,0.1);
}
.dropdown-default .button-dropdown-default {
  align-items: center;
  background: none;
  border: none;
  color: #515151;
  display: flex;
  justify-content: space-between;
  padding: 17px 24px;
  width: 100%;
}
.dropdown-default .button-dropdown-default:active,
.dropdown-default .button-dropdown-default:focus {
  outline: 0;
}
.dropdown-default .button-dropdown-default .iconify {
  font-size: 18px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown-default .dropdown-default-menu {
  border: 1px solid transparent;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  height: 0;
  visibility: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown-default .dropdown-default-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown-default .dropdown-default-menu ul li {
  padding: 0;
}
.dropdown-default .dropdown-default-menu a {
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown-default .dropdown-default-menu a:hover {
  color: #1B7F9C;
}
.dropdown-default .dropdown-default-menu .dropdown-default-link {
  display: block;
  color: #515151;
  font-size: 16px;
  padding: 16px 24px;
}
.dropdown-default.dropdown-show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: inset 0 0 0 1px #48B8AD, 0px 4px 4px rgba(45,55,75,0.1);
}
.dropdown-default.dropdown-show .button-dropdown-default .iconify {
  color: #48B8AD;
  transform: rotate(180deg) !important;
}
.dropdown-default.dropdown-show .dropdown-default-menu {
  border-top-color: transparent;
  border-left-color: #48B8AD;
  border-bottom-color: #48B8AD;
  border-right-color: #48B8AD;
  box-shadow: 0px 4px 4px rgba(45,55,75,0.1);
  opacity: 1;
  height: auto;
  visibility: visible;
}
.dropdown-default.dropdown-show.dropdown-error {
  box-shadow: inset 0 0 0 1px #FF4034, 0px 4px 4px rgba(45,55,75,0.1);
}
.dropdown-default.dropdown-show.dropdown-error .dropdown-default-menu {
  border-left-color: #FF4034;
  border-bottom-color: #FF4034;
  border-right-color: #FF4034;
}
.dropdown-default.dropdown-show.dropdown-error .button-dropdown-default .iconify {
  color: #FF4034 !important;
}
.form-check {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-left: 0;
}
.form-check .form-check-input {
  border-color: #1B7F9C;
  box-shadow: none !important;
  cursor: pointer;
  float: unset;
  margin-left: 0;
  margin-top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-check .form-check-input[type='checkbox'] {
  background-size: 17px;
  border-radius: 4px;
  height: 20px;
  width: 20px;
}
.form-check .form-check-input[type='checkbox']:checked {
  background-color: #E6F1F4;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" viewBox="0 0 24 24"%3E%3Cpath fill="%231b7f9c" d="m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4Z"%2F%3E%3C%2Fsvg%3E');
  border-color: #1B7F9C;
}
.form-check .form-check-input[type='checkbox'][disabled] ~.form-check-label {
  cursor: default;
  opacity: .7;
}
.form-check .form-check-input[type='radio'] {
  height: 16px;
  width: 16px;
}
.form-check .form-check-input[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23308BA5'/%3e%3c/svg%3e");
  background-color: transparent;
  border-color: #1B7F9C;
}
.form-check .form-check-input[type='radio'][disabled] ~.form-check-label {
  cursor: default;
  opacity: .7;
}
.form-check .form-check-label {
  cursor: pointer;
  color: #000;
  font-size: 16px;
}
.default-space-between {
  display: grid;
  grid-gap: 30px;
}
.content-padding-wrap {
  padding-left: 60px;
  padding-right: 80px;
}
.no-padding {
  padding: 0 !important;
}
.content-wrap {
  display: flex;
  justify-content: space-between;
  min-height: 70vh;
  padding-bottom: 50px;
}
.content-wrap .content-sidebar {
  min-width: 280px;
  margin-right: 40px;
}
.content-wrap .content-file {
  background: #FFFFFF;
  box-shadow: 0px 0px 70px #EFEFEF;
  border-radius: 10px;
  padding: 60px;
  overflow: hidden;
  width: 100%;
}
.content-sidebar .welcome-title {
  align-content: center;
  color: #111111;
  display: flex;
  font-size: 20px;
  margin-bottom: 40px;
}
.content-sidebar .welcome-title .iconify {
  color: #1B7F9C;
  font-size: 28px;
  margin-right: 10px;
}
.content-sidebar .sidebar-btn {
  align-items: center;
  background: none;
  border: none;
  color: #111111;
  display: flex;
  font-size: 16px;
  padding: 0;
}
.content-sidebar .sidebar-btn .category-icon {
  align-items: center;
  background: #F4F8F9;
  border-radius: 6px;
  color: #1B7F9C;
  display: flex;
  justify-content: center;
  font-size: 22px;
  height: 50px;
  margin-right: 20px;
  width: 50px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content-sidebar .sidebar-btn:hover,
.content-sidebar .sidebar-btn.active,
.content-sidebar .sidebar-btn:focus,
.content-sidebar .sidebar-btn:active {
  outline: none;
}
.content-sidebar .sidebar-btn:hover .category-icon,
.content-sidebar .sidebar-btn.active .category-icon,
.content-sidebar .sidebar-btn:focus .category-icon,
.content-sidebar .sidebar-btn:active .category-icon {
  background: #1B7F9C;
  color: #fff;
}
.content-sidebar .sidebar-btn.active {
  font-weight: bold;
}
.content-sidebar .collapse-sidebar-area .collapse-link-custom {
  align-items: center;
  display: flex;
  margin-top: 15px;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #999999;
  font-family: inherit;
}
.content-sidebar .collapse-sidebar-area .collapse-link-custom .iconify {
  color: #1B7F9C;
  margin-left: 10px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content-sidebar .collapse-sidebar-area .collapse-link-custom:hover {
  color: #464646;
}
.content-sidebar .collapse-sidebar-area .collapse-link-custom:hover .iconify {
  opacity: 1;
}
.content-sidebar .collapse-sidebar-area .collapse-link-custom.active {
  font-weight: bold;
  color: #464646;
}
.content-sidebar .collapse-sidebar-area.w-overflow {
  max-height: 460px;
  position: relative;
  overflow-y: auto;
}
.content-sidebar .collapse-sidebar-area.w-overflow::-webkit-scrollbar {
  width: 5px;
}
.content-sidebar .collapse-sidebar-area.w-overflow::-webkit-scrollbar-track {
  background: transparent;
}
.content-sidebar .collapse-sidebar-area.w-overflow::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 40px;
}
.content-sidebar .collapse-sidebar-area.w-overflow::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.content-sidebar .sidebar-category+.sidebar-category {
  margin-top: 20px;
}
.page-title .section-title .section-title-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-title .divider-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-title .divider-area .divider {
  background: #EFEFEF;
  width: 100%;
  height: 1px;
}
.page-title .divider-area.full-design {
  margin-bottom: 50px;
  margin-top: 50px;
}
#logoutModal .modal-content {
  border: none;
  border-radius: 20px;
}
#logoutModal .modal-content .modal-body {
  padding: 30px;
}
#logoutModal .modal-content p {
  margin-bottom: 10px;
}
#logoutModal .modal-content h3 {
  color: #1B7F9C;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 25px;
}
#logoutModal .modal-content .modal-actions {
  display: flex;
  gap: 10px;
  width: 100%;
}
#logoutModal .modal-content .modal-actions a {
  align-items: center;
  border: 1px solid transparent;
  background: #1B7F9C;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 13px 25px;
  max-width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: fir-content;
}
#logoutModal .modal-content .modal-actions a:hover,
#logoutModal .modal-content .modal-actions a:active,
#logoutModal .modal-content .modal-actions a:focus {
  outline: 0;
  box-shadow: none;
  background: #176d86;
  color: #fff;
  text-decoration: none;
}
#logoutModal .modal-content .modal-actions a.disabled {
  pointer-events: none;
  opacity: 0.6;
}
#logoutModal .modal-content .modal-actions button {
  align-items: center;
  border: 1px solid transparent;
  background: #515151;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  line-height: 16px;
  text-align: center;
  padding: 13px 25px;
  max-width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: fir-content;
}
#logoutModal .modal-content .modal-actions button:hover,
#logoutModal .modal-content .modal-actions button:active,
#logoutModal .modal-content .modal-actions button:focus {
  outline: 0;
  box-shadow: none;
  background: #444444;
  color: #fff;
  text-decoration: none;
}
#logoutModal .modal-content .modal-actions button.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.definition-type {
  margin-bottom: 30px;
}
.definition-type .code-title {
  margin-bottom: 15px;
}
.icon-area {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.icon-area .icon-button {
  align-items: center;
  background: none;
  border: none;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  height: 50px;
  width: 50px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon-area .icon-button .iconify {
  color: #111111;
  font-size: 24px;
}
.icon-area .icon-button:hover,
.icon-area .icon-button:active,
.icon-area .icon-button:focus {
  align-items: center;
  background: rgba(0,0,0,0.12);
  border: none;
  outline: 0;
}
.bordered-definition .title-header {
  margin-bottom: 40px;
}
.bordered-definition section {
  margin-bottom: 40px;
}
.bordered-definition .bordered-style-area {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-gap: 0;
}
.bordered-definition .bordered-style-area .bordered-area {
  padding: 70px 20px 100px;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.bordered-definition .bordered-style-area .bordered-area.w-border-top {
  border-top: 1px solid #EFEFEF;
}
.bordered-definition .bordered-style-area .bordered-area.w-padding-top {
  padding-top: 40px !important;
}
.bordered-definition .bordered-style-area .bordered-area.w-padding-right {
  padding-right: 20px !important;
}
.bordered-definition .bordered-style-area .bordered-area p {
  font-size: 15px;
  margin-bottom: 0;
}
.bordered-definition .bordered-style-area .bordered-area .title-bordered {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.bordered-definition .bordered-style-area .bordered-area.no-border-right {
  border-right: none !important;
}
.bordered-definition .bordered-style-area .bordered-area.no-border-bottom {
  border-bottom: none !important;
}
.bordered-definition .bordered-style-area .bordered-area:first-child {
  border-bottom: none;
  padding-left: 0;
  padding-right: 130px;
}
.bordered-definition .bordered-style-area .bordered-area:first-child.less-padding-right {
  padding-right: 20px;
}
.bordered-definition .bordered-style-area.input-area {
  grid-template-columns: 1.5fr repeat(3,1fr);
}
.bordered-definition .bordered-style-area.three-columns {
  grid-template-columns: repeat(3,1fr);
}
.bordered-definition .bordered-style-area.fifth-columns {
  grid-template-columns: repeat(5,1fr);
}
.bordered-definition .bordered-style-area.two-columns {
  grid-template-columns: repeat(2,1fr);
}
.bordered-definition .bordered-style-area.two-columns.gap-100 {
  gap: 100px;
}
.bordered-definition .bordered-style-area.two-columns-area {
  gap: 100px;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
}
.bordered-definition .bordered-style-area.adaptive-columns-area {
  gap: 50px;
  grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
}
.bordered-definition .bordered-style-area.adaptive-columns-area .item {
  width: 400px;
}
.bordered-definition .bordered-style-area:nth-child(2) .bordered-area {
  padding: 0 20px 100px;
}
.bordered-definition .bordered-style-area:nth-child(2) .bordered-area:first-child {
  padding-left: 0;
  padding-right: 130px;
}
.bordered-definition .bordered-style-area:nth-child(2) .bordered-area:first-child.less-padding-right {
  padding-right: 20px;
}
.screen {
  background: #FFE5E5;
  box-shadow: 0px 0px 64px rgba(0,0,0,0.2);
  position: relative;
  overflow-x: hidden;
}
.screen.white-label {
  background: #fff;
}
.screen .col {
  background: #F5F7F9;
}
.mobile-screen {
  height: 812px;
  padding: 32px 20px;
  width: 375px;
}
.ipad-screen {
  height: 1024px;
  padding: 32px 20px;
  width: 768px;
}
.ipad-screen+.ipad-screen {
  margin-top: 20px;
}
.desktop-screen {
  padding: 40px;
  height: 720px;
  width: 100%;
}
.relative-position {
  position: relative;
}
.default-list .list-group {
  --bs-list-group-border-width: 0;
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.default-list .list-group .list-group-item {
  color: #515151;
  position: relative;
  padding: 20px 0;
}
.default-list .list-group .list-group-item.with-icon {
  padding-left: 45px;
}
.default-list .list-group .list-group-item.with-icon svg {
  font-size: 30px;
}
.default-list .list-group .list-group-item.with-icon:before {
  background: #F4A8A8;
  border-radius: 999px;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 30px;
}
.logo-veridos {
  height: 45px;
}
.content-flex-default {
  display: flex;
  gap: 100px;
}
.content-flex-default .title-header {
  max-width: 30%;
}
.content-flex-default .title-header+div {
  min-width: 40%;
}
.default-filter-list {
  background: #FFFFFF;
  border: 1px solid #1B7F9C;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.default-filter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.default-filter-list ul .filter-item {
  align-items: center;
  display: flex;
  gap: 15px;
  padding: 20px 30px 20px 15px;
}
.default-filter-list ul .filter-item+li {
  border-top: 1px solid #EFF1F8;
}
.header-div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 80px;
}
.header-div .header-logo img {
  height: 40px;
}
.header-div .header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-div .header-nav .search-pages {
  background: #1B7F9C;
  border-radius: 8px;
  cursor: pointer;
  padding: 13px 15px;
  position: relative;
  width: 48px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-div .header-nav .search-pages:hover {
  width: 300px;
}
.header-div .header-nav .search-pages form {
  align-items: center;
  display: flex;
  overflow: hidden;
}
.header-div .header-nav .search-pages form button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-div .header-nav .search-pages form button:hover,
.header-div .header-nav .search-pages form button:active,
.header-div .header-nav .search-pages form button:focus {
  border: none;
  color: #e6e6e6;
  outline: 0;
}
.header-div .header-nav .search-pages form input {
  border: none;
  background: none;
  color: #fff;
  outline: 0;
  position: absolute;
  left: 48px;
  width: calc(100% - 48px);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-div .header-nav .search-pages form input::placeholder {
  color: #c4c4c4;
}
.header-div .header-nav .search-pages form input:hover,
.header-div .header-nav .search-pages form input:active,
.header-div .header-nav .search-pages form input:focus {
  border: none;
  outline: 0;
}
.header-div .header-nav .search-pages .search-page-results {
  background: #F4F8F9;
  border-radius: 8px;
  box-shadow: 0px 8px 14px #eaeaea;
  height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0%;
  top: 130%;
  visibility: hidden;
  width: 250px;
  z-index: 10;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: opacity 0.2s, visibility 0.2s, height 0.2s ease;
  -moz-transition: opacity 0.2s, visibility 0.2s, height 0.2s ease;
  -o-transition: opacity 0.2s, visibility 0.2s, height 0.2s ease;
  transition: opacity 0.2s, visibility 0.2s, height 0.2s ease;
}
.header-div .header-nav .search-pages .search-page-results a {
  align-items: flex-end;
  color: #1B7F9C;
  display: flex;
  width: 100%;
}
.header-div .header-nav .search-pages .search-page-results a span {
  color: #1B7F9C;
  font-size: 14px;
  margin-right: 5px;
}
.header-div .header-nav .search-pages .search-page-results a+a {
  margin-top: 10px;
}
.header-div .header-nav .search-pages .search-page-results .empty-state {
  align-items: center;
  color: #1B7F9C;
  display: flex;
  justify-content: center;
}
.header-div .header-nav .search-pages .search-page-results .empty-state .iconify {
  margin-right: 10px;
}
.header-div .header-nav .search-pages.active .search-page-results {
  height: auto;
  opacity: 1;
  padding: 16px 20px;
  visibility: visible;
}
.header-div .header-nav .dropdown {
  align-items: center;
  display: flex;
}
.header-div .header-nav .dropdown .btn-change-language {
  align-items: center;
  background: #F4F8F9;
  border-radius: 10px;
  color: #1B7F9C;
  gap: 8px;
  display: flex;
  justify-content: center;
  padding: 13px 25px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-div .header-nav .dropdown .btn-change-language .rounded-btn {
  margin-right: 7px;
}
.header-div .header-nav .dropdown .btn-change-language .iconify {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-div .header-nav .dropdown .btn-change-language:hover {
  background: #d3e3e7;
}
.header-div .header-nav .dropdown .btn-change-language:hover+.dropdown-menu {
  background: #d3e3e7;
}
.header-div .header-nav .dropdown .dropdown-menu {
  background: #F4F8F9;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  max-width: 100%;
  min-width: 100%;
  padding: 13px 25px;
  top: -12px !important;
  transition: background 0.2s ease;
}
.header-div .header-nav .dropdown .dropdown-menu li a {
  cursor: pointer;
  color: #1B7F9C;
  font-weight: 400;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-div .header-nav .dropdown .dropdown-menu li a:hover,
.header-div .header-nav .dropdown .dropdown-menu li a.active {
  font-weight: bold;
}
.header-div .header-nav .dropdown .dropdown-menu li+li {
  margin-top: 5px;
}
.header-div .header-nav .dropdown.show .iconify {
  transform: rotate(180deg) !important;
}
#login-page {
  align-items: center;
  background: url('/assets/img/dashboard/login-bg.png') no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
#login-page .logo-veridos {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0);
}
#login-page .logo-utopia {
  display: block;
  height: 55px;
  margin: 0 auto 30px;
  mix-blend-mode: multiply;
}
#login-page .login-form {
  background: #FFFFFF;
  box-shadow: 0px 0px 70px #EFEFEF;
  border-radius: 10px;
  min-width: 650px;
  padding: 50px 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#login-page .login-form .bar-colors {
  display: flex;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#login-page .login-form .bar-colors .bar {
  height: 100%;
  width: 100%;
}
#login-page .login-form .bar-colors .bar:nth-child(1) {
  background: #0C4062;
}
#login-page .login-form .bar-colors .bar:nth-child(2) {
  background: #1B7F9C;
}
#login-page .login-form .bar-colors .bar:nth-child(3) {
  background: #F5F7F9;
}
#login-page .login-form h1 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
#login-page .login-form p {
  color: #888FA7;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 35px;
}
#login-page .login-form .default-form {
  display: grid;
  grid-gap: 20px;
}
#login-page .login-form .error-text {
  align-items: center;
  color: #FF4034;
  display: flex;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  opacity: 0;
  margin-bottom: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#login-page .login-form .error-text .iconify {
  font-size: 19px;
}
#login-page .login-form .error-text.show {
  opacity: 1;
}
.geral-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #999999;
  font-family: inherit;
}
.geral-text.black {
  color: #111111;
}
.geral-text.bold {
  font-weight: bold;
}
.geral-text.uppercase {
  text-transform: uppercase;
}
h1,
h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 27px;
  color: #111111;
  margin: 0;
  font-family: inherit;
}
h3,
h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #111111;
  margin: 0;
  font-family: inherit;
}
.title-header h3 {
  font-weight: bold;
}
.h1-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.h2-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.h3-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.buttons-large {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.link-standard {
  color: #1B7F9C;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.3s ease;
}
.link-standard:hover,
.link-standard.hovered {
  color: #1B7F9C;
  text-decoration: underline;
}
.link-navigation {
  color: #0A0B0E;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.3s ease;
}
.link-navigation:hover,
.link-navigation.hovered {
  color: #1B7F9C;
}
.tags {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.p-standard {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.p-text {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 18px;
}
.p-small {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.header-standard {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 40px;
}
.input {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.input-placeholder {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.input::-webkit-input-placeholder {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.input:-ms-input-placeholder {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.input::placeholder {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.input-label {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: 12px;
}
.geral-table {
  width: 100%;
}
.geral-table .row {
  border-bottom: 1px solid #CCCCCC;
  display: grid;
  grid-gap: 20px;
  padding: 20px 15px;
}
.geral-table .row span {
  color: #111111;
  font-size: 16px;
}
.geral-table .row:first-child {
  border-bottom: 1px solid #111111;
}
.geral-table.shadow-table {
  width: 55%;
}
.geral-table.shadow-table .row {
  grid-template-columns: repeat(5,1fr);
}
.geral-table.text-table {
  margin-bottom: 100px;
  font-family: 'Roboto', sans-serif;
}
.geral-table.text-table .row {
  grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1fr;
}
.geral-table.text-table .row p:first-child {
  align-items: center;
  color: #515151;
  display: flex;
  margin-bottom: 0;
}
.geral-table.text-table .row p:first-child a {
  text-decoration: none;
}
.color-area-div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.color-area-div:not(:last-child) {
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.color-area-div:not(:last-child):after {
  content: '';
  background: #e0e0e0;
  bottom: 0;
  height: 1px;
  position: absolute;
  right: 0;
  width: 65%;
}
.color-area-div .area-content {
  width: 22%;
}
.color-area-div .area-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.color-area-div .color-area {
  display: grid;
  grid-template-columns: 15% auto;
  grid-gap: 25px 70px;
  width: 68%;
}
.color-area-div .color-area .color-space .color-space-title {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.color-area-div .color-area .color-space .color-space-title .rounded-btn {
  margin-left: 10px;
}
.color-area-div .color-area .color-space .multiple-colors {
  display: flex;
}
.color-area-div .color-area .color-space .multiple-colors .color+.color {
  margin-left: 20px;
}
.color-area-div .color-area .color-space .multiple-colors:not(.normal-margin) .color-square {
  margin-bottom: 50px;
}
.color-area-div .color-area .color-space .color .color-square {
  height: 100px;
  width: 120px;
  margin-bottom: 25px;
}
.color-area-div .color-area .color-space .color .color-square.primary-color {
  background: #1B7F9C;
}
.color-area-div .color-area .color-space .color .color-square.secondary-color {
  background: #FCC514;
}
.color-area-div .color-area .color-space .color .color-square.gradient-color {
  background: linear-gradient(180deg,#1B7F9C 0%,#2CBAE3 100%);
}
.color-area-div .color-area .color-space .color .color-square.charcoal-color {
  background: #515151;
}
.color-area-div .color-area .color-space .color .color-square.green-color {
  background: #62DE94;
}
.color-area-div .color-area .color-space .color .color-square.red-color {
  background: #FF4034;
}
.color-area-div .color-area .color-space .color .color-square.white-color {
  background: #fff;
}
.color-area-div .color-area .color-space .color .color-square.dark-cloud-color {
  background: #D3D3D3;
}
.color-area-div .color-area .color-space .color .color-square.grey-sky-color {
  background: #E4E4E4;
}
.color-area-div .color-area .color-space .color .color-square.lone-cloud-color {
  background: #F0F0F0;
}
.color-area-div .color-area .color-space .color .color-square.body-color {
  background: #fff;
}
.color-area-div .color-area .color-space .color .color-square.bordered {
  border: 1px solid #E4E4E4;
}
.color-area-div .color-area .color-space .color .color-square.op-80 {
  opacity: 0.8;
}
.color-area-div .color-area .color-space .color .color-square.op-60 {
  opacity: 0.6;
}
.color-area-div .color-area .color-space .color .color-square.op-40 {
  opacity: 0.4;
}
.color-area-div .color-area .color-space .color .color-square.op-20 {
  opacity: 0.2;
}
.color-area-div .color-area .color-space .color .color-square.op-10 {
  opacity: 0.1;
}
.color-area-div .color-area .color-space .color .color-desc .geral-text {
  margin-bottom: 0;
}
.item-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-container {
  padding-left: 15px;
  padding-right: 15px;
}
.item-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.item-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.item-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.grid-definition .mobile-definition {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 90px;
  margin-bottom: 30px;
}
.grid-definition .ipad-definition {
  margin-bottom: 30px;
}
@media only screen and (max-width: 955px) {
  .item-col {
    flex-basis: 12.5%;
  }
}
@media only screen and (max-width: 600px) {
  .item-col {
    flex-basis: 25%;
  }
}
.shadow-light {
  -moz-box-shadow: 4px 0px 12px rgba(0,0,0,0.04);
  -webkit-box-shadow: 4px 0px 12px rgba(0,0,0,0.04);
  box-shadow: 4px 0px 12px rgba(0,0,0,0.04);
}
.shadow-medium {
  -moz-box-shadow: 0px 8px 8px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 8px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 8px 8px rgba(0,0,0,0.08);
}
.shadow-heavy {
  -moz-box-shadow: 0px 4px 40px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0px 4px 40px rgba(0,0,0,0.16);
  box-shadow: 0px 4px 40px rgba(0,0,0,0.16);
}
.shadow-area {
  align-items: flex-end;
  display: flex;
}
.shadow-area .square {
  background: #FFFFFF;
  width: 300px;
  height: 210px;
  margin-right: 80px;
}
.spacing-definitions .definition-area {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 25% 65%;
  justify-content: space-between;
}
.spacing-definitions .definition-area:not(:last-child) {
  margin-bottom: 45px;
}
.spacing-definitions .definition-area .spacings-area {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.spacing-definitions .definition-area .spacings-area .spacings {
  align-items: flex-end;
  display: flex;
}
.spacing-definitions .definition-area .spacings-area .square-size-area {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.spacing-definitions .definition-area .spacings-area .square-size-area .spacing-square {
  background: #C4C4C4;
}
.spacing-definitions .definition-area .spacings-area .square-size-area .spacing-box {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.spacing-definitions .definition-area .spacings-area .square-size-area .spacing-box p {
  margin-bottom: 5px;
}
.spacing-definitions .definition-area .spacings-area .square-size-area .spacing-box p:last-child {
  margin-bottom: 0;
}
.spacing-definitions .definition-area .spacings-area .square-size-area+.square-size-area {
  margin-left: 100px;
}
.sp-4 {
  padding: 4px;
}
.sp-top-4 {
  padding-top: 4px;
}
.sp-left-4 {
  padding-left: 4px;
}
.sp-right-4 {
  padding-right: 4px;
}
.sp-bottom-4 {
  padding-bottom: 4px;
}
.sp-y-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sp-x-4 {
  padding-right: 4px;
  padding-left: 4px;
}
.sp-8 {
  padding: 8px;
}
.sp-top-8 {
  padding-top: 8px;
}
.sp-left-8 {
  padding-left: 8px;
}
.sp-right-8 {
  padding-right: 8px;
}
.sp-bottom-8 {
  padding-bottom: 8px;
}
.sp-y-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sp-x-8 {
  padding-right: 8px;
  padding-left: 8px;
}
.sp-12 {
  padding: 12px;
}
.sp-top-12 {
  padding-top: 12px;
}
.sp-left-12 {
  padding-left: 12px;
}
.sp-right-12 {
  padding-right: 12px;
}
.sp-bottom-12 {
  padding-bottom: 12px;
}
.sp-y-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sp-x-12 {
  padding-right: 12px;
  padding-left: 12px;
}
.sp-16 {
  padding: 16px;
}
.sp-top-16 {
  padding-top: 16px;
}
.sp-left-16 {
  padding-left: 16px;
}
.sp-right-16 {
  padding-right: 16px;
}
.sp-bottom-16 {
  padding-bottom: 16px;
}
.sp-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sp-x-16 {
  padding-right: 16px;
  padding-left: 16px;
}
.sp-20 {
  padding: 20px;
}
.sp-top-20 {
  padding-top: 20px;
}
.sp-left-20 {
  padding-left: 20px;
}
.sp-right-20 {
  padding-right: 20px;
}
.sp-bottom-20 {
  padding-bottom: 20px;
}
.sp-y-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sp-x-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.sp-24 {
  padding: 24px;
}
.sp-top-24 {
  padding-top: 24px;
}
.sp-left-24 {
  padding-left: 24px;
}
.sp-right-24 {
  padding-right: 24px;
}
.sp-bottom-24 {
  padding-bottom: 24px;
}
.sp-y-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.sp-x-24 {
  padding-right: 24px;
  padding-left: 24px;
}
.sp-28 {
  padding: 28px;
}
.sp-top-28 {
  padding-top: 28px;
}
.sp-left-28 {
  padding-left: 28px;
}
.sp-right-28 {
  padding-right: 28px;
}
.sp-bottom-28 {
  padding-bottom: 28px;
}
.sp-y-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.sp-x-28 {
  padding-right: 28px;
  padding-left: 28px;
}
.sp-32 {
  padding: 32px;
}
.sp-top-32 {
  padding-top: 32px;
}
.sp-left-32 {
  padding-left: 32px;
}
.sp-right-32 {
  padding-right: 32px;
}
.sp-bottom-32 {
  padding-bottom: 32px;
}
.sp-y-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.sp-x-32 {
  padding-right: 32px;
  padding-left: 32px;
}
.sp-36 {
  padding: 36px;
}
.sp-top-36 {
  padding-top: 36px;
}
.sp-left-36 {
  padding-left: 36px;
}
.sp-right-36 {
  padding-right: 36px;
}
.sp-bottom-36 {
  padding-bottom: 36px;
}
.sp-y-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.sp-x-36 {
  padding-right: 36px;
  padding-left: 36px;
}
.sp-40 {
  padding: 40px;
}
.sp-top-40 {
  padding-top: 40px;
}
.sp-left-40 {
  padding-left: 40px;
}
.sp-right-40 {
  padding-right: 40px;
}
.sp-bottom-40 {
  padding-bottom: 40px;
}
.sp-y-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sp-x-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.sp-48 {
  padding: 48px;
}
.sp-top-48 {
  padding-top: 48px;
}
.sp-left-48 {
  padding-left: 48px;
}
.sp-right-48 {
  padding-right: 48px;
}
.sp-bottom-48 {
  padding-bottom: 48px;
}
.sp-y-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.sp-x-48 {
  padding-right: 48px;
  padding-left: 48px;
}
.sp-60 {
  padding: 60px;
}
.sp-top-60 {
  padding-top: 60px;
}
.sp-left-60 {
  padding-left: 60px;
}
.sp-right-60 {
  padding-right: 60px;
}
.sp-bottom-60 {
  padding-bottom: 60px;
}
.sp-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sp-x-60 {
  padding-right: 60px;
  padding-left: 60px;
}
.sp-80 {
  padding: 80px;
}
.sp-top-80 {
  padding-top: 80px;
}
.sp-left-80 {
  padding-left: 80px;
}
.sp-right-80 {
  padding-right: 80px;
}
.sp-bottom-80 {
  padding-bottom: 80px;
}
.sp-y-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sp-x-80 {
  padding-right: 80px;
  padding-left: 80px;
}
.sp-120 {
  padding: 120px;
}
.sp-top-120 {
  padding-top: 120px;
}
.sp-left-120 {
  padding-left: 120px;
}
.sp-right-120 {
  padding-right: 120px;
}
.sp-bottom-120 {
  padding-bottom: 120px;
}
.sp-y-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sp-x-120 {
  padding-right: 120px;
  padding-left: 120px;
}
.badge-default {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 25px;
  position: relative;
  width: 25px;
}
.badge-default .badge-notification {
  background: #FF4034;
  border-radius: 999px;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 9px;
}
.badge-default svg {
  width: 20px;
  height: 20px;
}
.btn {
  align-items: center;
  border: none;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  width: fit-content;
}
.btn svg,
.btn img {
  height: 20px;
  width: 20px;
}
.btn.disabled,
.btn:disabled {
  background: #EDEDED;
  border: 1px solid #C2C7CF;
  color: #B9B9B9;
  pointer-events: none;
}
.btn.disabled svg,
.btn:disabled svg {
  color: #C2C7CF;
}
.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.btn-primary {
  border: 1px solid #1B7F9C;
  background-color: #1B7F9C;
  border-radius: 10px;
  color: #fff;
}
.btn-primary svg {
  color: #fff;
}
.btn-primary:not(.disabled):not(.btn-primary:disabled):hover,
.btn-primary:not(.disabled):not(.btn-primary:disabled):active,
.btn-primary:not(.disabled):not(.btn-primary:disabled):focus,
.btn-primary.hovered {
  background-color: #1E6B82;
  border-color: #1E6B82;
}
.btn-primary:not(.disabled):not(.btn-primary:disabled).btn-cancel {
  border-color: #FF4034;
  background-color: #FF4034;
  color: #fff;
}
.btn-primary:not(.disabled):not(.btn-primary:disabled).btn-cancel:hover {
  border-color: #e70e00;
  background-color: #e70e00;
}
.btn-secondary {
  border: 1px solid #F4F8F9;
  background-color: #F4F8F9;
  border-radius: 6px;
  color: #1B7F9C;
}
.btn-secondary svg {
  color: #1B7F9C;
}
.btn-secondary:not(.disabled):not(.btn-secondary:disabled):hover,
.btn-secondary:not(.disabled):not(.btn-secondary:disabled):active,
.btn-secondary:not(.disabled):not(.btn-secondary:disabled):focus,
.btn-secondary.hovered {
  background-color: transparent;
  border-color: #1B7F9C;
  color: #1B7F9C;
}
.btn-secondary:not(.disabled):not(.btn-secondary:disabled).btn-cancel {
  background-color: transparent;
  border-color: #FF4034;
  color: #FF4034;
}
.btn-secondary:not(.disabled):not(.btn-secondary:disabled).btn-cancel svg {
  color: #FF4034;
}
.btn-action {
  background-color: rgba(27,127,156,0.1);
  border-radius: 6px;
  border: 1px solid rgba(27,127,156,0.1);
  color: #1B7F9C;
  height: 48px;
  width: 48px;
  padding: 0;
}
.btn-action:not(.disabled):not(.btn-action:disabled):hover,
.btn-action:not(.disabled):not(.btn-action:disabled).hovered {
  background-color: transparent;
  border-color: #1B7F9C;
  color: #1B7F9C;
}
.btn-action:not(.disabled):not(.btn-action:disabled):active,
.btn-action:not(.disabled):not(.btn-action:disabled).active {
  background-color: #1B7F9C;
  border-color: #1B7F9C;
  color: #fff;
}
.social-button {
  align-items: center;
  border: none;
  background: none;
  background-color: transparent;
  display: flex;
  width: 30px;
  justify-content: center;
}
.social-button svg {
  color: #1B7F9C;
  height: 20px;
  width: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-button:hover,
.social-button:active,
.social-button:focus {
  outline: 0;
}
.social-button:hover svg,
.social-button:active svg,
.social-button:focus svg {
  color: #135c71;
}
.pagination-btn {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E3E7EE;
  box-shadow: 0px 4px 4px rgba(45,55,75,0.1);
  background-image: none;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 999px;
  color: #C2C2C2;
  display: flex;
  justify-content: center;
  font-size: 16px;
  height: 35px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
}
.pagination-btn:active,
.pagination-btn:focus,
.pagination-btn.active {
  border: 1px solid transparent;
  background-image: linear-gradient(white,white), radial-gradient(circle at top left,#48B8AD,#2482A0);
  color: #1B7F9C;
  outline: 0;
}
.pagination-btn:hover,
.pagination-btn.hovered {
  border: none;
  background: linear-gradient(#48B8AD,#2482A0);
  color: #fff;
}
.navigation-btn {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px transparent;
  background-image: none;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 999px;
  border: none;
  color: #1B7F9C;
  display: flex;
  justify-content: center;
  font-size: 16px;
  height: 35px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 35px;
}
.navigation-btn.disabled,
.navigation-btn:disabled {
  pointer-events: none;
  color: #CECECE;
}
.navigation-btn:active,
.navigation-btn:focus,
.navigation-btn.active,
.navigation-btn:hover,
.navigation-btn.hovered {
  border: none;
  background: linear-gradient(#48B8AD,#2482A0);
  box-shadow: 0px 4px 4px rgba(45,55,75,0.1);
  color: #fff;
  outline: 0;
}
.loading-spin {
  align-items: center;
  background: linear-gradient(180deg,#2CBAE3 0%,#1B7F9C 100%);
  border-radius: 999px;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  position: relative;
}
.loading-spin:before {
  content: '';
  background: transparent;
  border: 5px solid transparent;
  border-right-color: #fff;
  border-radius: 999px;
  height: 102%;
  position: absolute;
  left: 0;
  top: 0;
  width: 102%;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
.loading-spin:after {
  border-radius: 999px;
  background: #fff;
  content: '';
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 34px;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.progress-bar {
  background: #B9F2F5;
  border-radius: 15px;
  height: 5px;
  width: 100%;
}
.progress-bar .progress-bar-state {
  background: linear-gradient(90deg,#D1E5EB 0%,#4999B0 1%,#1B7F9C 100%);
  border-radius: 15px;
  height: 100%;
  display: flex;
  max-width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.progress-bar .progress-bar-state.error-progress {
  background: #FF4034;
}
.slider-tabs .slider-tabs-list {
  align-items: center;
  display: flex;
}
.slider-tabs .slider-tabs-list .slider-tab {
  align-items: center;
  border: none;
  background: none;
  border-bottom: 2px solid #8E8E8E;
  color: #8E8E8E;
  display: flex;
  justify-content: center;
  padding: 16px 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-tabs .slider-tabs-list .slider-tab:not(.active):hover,
.slider-tabs .slider-tabs-list .slider-tab.hovered {
  background: #ECF7F8;
  border-bottom-color: transparent;
  color: #23839F;
}
.slider-tabs .slider-tabs-list .slider-tab:active,
.slider-tabs .slider-tabs-list .slider-tab:focus {
  outline: 0;
}
.slider-tabs .slider-tabs-list .slider-tab.active {
  border-bottom: 2px solid #48B7AD;
  color: #48B7AD;
}
.slider-tabs .slider-tabs-list .slider-tab.error {
  border-bottom: 2px solid #FF4034;
  color: #FF4034;
}
.slider-tabs .slider-tabs-list .slider-tab + .slider-tab {
  margin-left: 5px;
}
.tag-default {
  align-items: center;
  background: #E6E6E6;
  background-size: 300%;
  background-position: left;
  border-radius: 30px;
  color: #111111;
  cursor: pointer;
  display: flex;
  justify-content: center;
  font-size: 15px;
  padding: 12px 24px;
  width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tag-default button {
  border: none;
  background: none;
  margin-left: 7px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tag-default button:active,
.tag-default button:focus {
  outline: 0;
}
.tag-default button svg {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 0;
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.tag-default:hover {
  box-shadow: 0px 4px 4px rgba(45,55,75,0.1);
}
.tag-default.selected,
.tag-default:active,
.tag-default:focus {
  outline: 0;
  color: #fff;
  background: #1B7F9C;
}
.tag-default.selected button svg,
.tag-default:active button svg,
.tag-default:focus button svg {
  height: 12px;
  opacity: 1;
  visibility: visible;
  width: 12px;
}
.toggle-switch {
  height: 25px;
  position: relative;
  width: 45px;
}
.toggle-switch input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.toggle-switch input[type="checkbox"]:checked+.toggle-components .toggle-pill {
  background: linear-gradient(180deg,#3A938A 0.01%,#1E6B81 100%);
  left: 50%;
}
.toggle-switch input[type="checkbox"]:checked+.toggle-components .toggle-background {
  background: #AEDDEC;
}
.toggle-switch .toggle-components {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.toggle-switch .toggle-components .toggle-pill {
  background: #E6E6E6;
  box-shadow: 0px 0px 4px rgba(45,55,75,0.15);
  border-radius: 999px;
  height: 25px;
  left: 0;
  right: unset;
  position: absolute;
  top: 0;
  width: 25px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle-switch .toggle-components .toggle-background {
  background: #CDCDCD;
  border-radius: 10px;
  height: 20px;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle-switch.disabled {
  opacity: 0.6;
}
.toggle-switch.disabled input[type="checkbox"] {
  pointer-events: none;
}
.tooltip-div {
  background: #111111;
  border-radius: 5px;
  color: #FFFFFF;
  display: none;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 20px;
  position: absolute;
}
.tooltip-div .arrow {
  display: block;
  height: .4rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%,-5px);
  width: .8rem;
}
.tooltip-div .arrow:before {
  bottom: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  content: "";
  position: absolute;
}
.default-accordion {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.default-accordion.opened .accordion-open .line.line-up {
  transform: translate(0,-50%);
}
.default-accordion.opened .accordion-text {
  margin-top: 20px;
}
.default-accordion .accordion-open {
  height: 15px;
  margin-right: 15px;
  min-width: 15px;
  position: relative;
}
.default-accordion .accordion-open .line {
  background: #1B7F9C;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.default-accordion .accordion-open .line.line-up {
  transform: rotate(90deg) translate(0,0);
}
.default-accordion .title {
  color: #515151;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.default-accordion .accordion-text {
  overflow: hidden;
  max-height: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.default-accordion+.default-accordion {
  margin-top: 8px;
}
.default-accordion.disabled {
  background: #E8E8E8;
  filter: grayscale(100%);
  pointer-events: none;
}
.geral-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.geral-banner .banner {
  background: #C4C4C4;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 300px;
  width: 49%;
}
.geral-banner .banner.biggest-banner {
  margin-bottom: 20px;
  width: 100% !important;
}
.geral-banner .banner.mobile {
  height: 175px;
  width: 47%;
}
@media screen and (max-width: 576px) {
  .geral-banner .banner {
    height: 175px;
    width: 47%;
  }
}
.card {
  --bs-card-border-radius: 10px !important;
  --bs-card-inner-border-radius: 10px !important;
  border: 1px solid #1B7F9C;
  max-width: 330px;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  border: none;
  padding: 0 24px;
}
.card .card-header {
  background: #fff;
}
.card .card-header:not(.top-image) {
  padding-top: 40px;
  padding-bottom: 10px;
}
.card .card-header.top-image {
  padding: 0;
}
.card .card-header.top-image .h1-title {
  padding: 20px 24px 10px 24px;
}
.card .card-header .card-img-top {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card .card-header .h1-title {
  color: #515151;
}
.card .card-body {
  padding-bottom: 40px;
}
.card .card-body .p-small {
  color: #888FA7;
}
.card .card-footer {
  background: #fff;
  padding-bottom: 24px;
}
.card .card-footer .btn {
  width: 100%;
}
.card .no-image {
  align-items: center;
  background: #DDDDDD;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  height: 165px;
  left: 0;
  justify-content: center;
  top: 0;
  width: 100%;
}
.card .no-image svg {
  font-size: 30px;
}
.pignose-calendar-wrapper {
  background: #fff;
  max-width: 320px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  border: 1px solid #308BA5;
}
.pignose-calendar-wrapper-overlay {
  display: none !important;
}
.pignose-calendar {
  background: #fff;
  border-radius: 10px !important;
  border: 1px solid #308BA5;
  box-shadow: none !important;
  max-width: 320px;
  width: 320px;
  padding: 10px 20px;
}
.pignose-calendar .pignose-calendar-top {
  align-items: flex-start;
  background-color: #fff;
  border-bottom: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  justify-content: flex-start;
  padding: 20px 1px 15px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav {
  position: absolute;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
  margin-left: 0;
  right: 25px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
  margin-right: 0;
  right: 0px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
  color: #308BA5;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date .pignose-calendar-top-month {
  margin-right: 7px;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date span {
  color: #313131;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  text-transform: none;
}
.pignose-calendar .pignose-calendar-header {
  padding: 0 0 10px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: #313131 !important;
  width: fit-content !important;
}
.pignose-calendar .pignose-calendar-body {
  padding: 0 0 15px;
}
.pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  overflow: hidden;
  margin: 0 auto;
  width: calc(100% - 10px);
}
.pignose-calendar .pignose-calendar-row + .pignose-calendar-row {
  margin-top: -1px;
}
.pignose-calendar .pignose-calendar-unit {
  align-items: center;
  border: 1px solid #DFDFDF;
  display: flex;
  height: 39px;
  justify-content: center;
  width: 39px;
  margin-right: -1px;
}
.pignose-calendar .pignose-calendar-unit a {
  align-items: center;
  border-radius: 0;
  box-shadow: none !important;
  color: #000000 !important;
  display: flex;
  height: 100% !important;
  justify-content: center;
  position: relative;
  z-index: 1;
  width: 100% !important;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a:after {
  content: unset;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range a {
  background: #E2EFF0 !important;
  opacity: 1;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range.pignose-calendar-unit-range-last {
  position: relative;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first a,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range.pignose-calendar-unit-range-last a {
  border-radius: 0 !important;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first:after,
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range.pignose-calendar-unit-range-last:after {
  background: #E2EFF0;
  content: '';
  height: 100%;
  position: absolute;
  width: 50%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-first:after {
  left: -50%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-range.pignose-calendar-unit-range-last:after {
  right: -50%;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a,
.pignose-calendar .pignose-calendar-unit a:active,
.pignose-calendar .pignose-calendar-unit a:focus {
  background: #308BA5;
  box-shadow: 0px 4px 4px rgba(45,55,75,0.1);
  color: #fff !important;
  font-weight: 600 !important;
}
#default-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
#default-page header {
  background: #fff;
}
#default-page header .header-container {
  align-items: center;
  display: flex;
  gap: 50px;
  padding: 30px 50px;
}
#default-page header .header-container .header-logo {
  height: 42px;
}
#default-page header .header-container .header-logo img {
  height: 100%;
  width: 100%;
}
#default-page header .header-container .header-link {
  align-items: center;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#default-page header .header-container .header-link .dropdown li:after {
  display: none;
}
#default-page header .header-container .header-link li {
  position: relative;
}
#default-page header .header-container .header-link li:nth-child(n + 2):after {
  content: "";
  background: #DCDCDC;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
}
#default-page header .header-container .header-link li .link {
  color: #515151;
  font-weight: 500;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#default-page header .header-container .header-link li .link.dropdown-item.active,
#default-page header .header-container .header-link li .link.dropdown-item:active {
  background-color: #1B7F9C;
  color: #fff;
}
#default-page header .header-container .header-link li .link.active,
#default-page header .header-container .header-link li .link:active {
  color: #1B7F9C;
  font-weight: 600;
}
#default-page header .header-container .header-link li .link:hover {
  color: #1B7F9C;
}
#default-page header .header-container .header-session {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: auto;
}
#default-page header .header-container .header-session .icons {
  height: 22px;
}
#default-page header .header-container .header-session .icons .iconify {
  color: #515151;
  font-size: 22px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#default-page header .header-container .header-session .icons .iconify.active,
#default-page header .header-container .header-session .icons .iconify:active {
  color: #1B7F9C;
  font-weight: 600;
}
#default-page header .header-container .header-session .icons .iconify:hover {
  color: #1B7F9C;
}
#default-page header .header-container .header-session .profile-picture {
  border-radius: 999px;
  display: block;
  height: 36px;
  overflow: hidden;
  width: 36px;
}
#default-page header .header-container .header-session .profile-picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#default-page main {
  background: #F4F8F9;
  overflow-x: hidden;
  width: 100%;
}
#default-page main .col {
  background: transparent;
}
#default-page main .content-container {
  height: 100%;
  padding: 25px 50px;
}
#default-page main .content-container .step-tracker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#default-page main .content-container .step-tracker .step-tracker-item {
  position: relative;
}
#default-page main .content-container .step-tracker .step-tracker-item:not(:last-child) {
  padding-right: 17px;
}
#default-page main .content-container .step-tracker .step-tracker-item:not(:last-child) .link-navigation:after {
  content: '/';
  color: #111111;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#default-page main .content-container .step-tracker .step-tracker-item .link-navigation {
  color: #1B7F9C;
  font-weight: 400;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#default-page main .content-container .step-tracker .step-tracker-item .link-navigation.active {
  font-weight: bold;
}
#default-page main .content-container .step-tracker .step-tracker-item .link-navigation:hover {
  color: #1B7F9C;
}
#default-page main .content-container .content {
  background: #fff;
  border-radius: 15px;
  margin-top: 25px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  height: 93%;
}
#default-page main .content-container .content .content-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 0;
}
#default-page main .content-container .content .content-top .h1-title {
  color: #515151;
}
#default-page main .content-container .content .content-body {
  border-top: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  padding: 25px 0;
  margin-bottom: auto;
}
#default-page main .content-container .content .content-body .p-text {
  color: #515151;
  font-weight: 700;
  margin: 0;
}
#default-page main .content-container .content .content-body .card {
  max-width: unset;
}
#default-page main .content-container .content .content-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 25px 0;
}
#default-page footer {
  margin-top: auto;
}
#default-page footer .platform-footer {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
}
#default-page footer .platform-footer p {
  color: #999999;
  font-family: 'Calibri';
  font-size: 16px;
  margin-bottom: 0;
}
#default-page footer .platform-footer img {
  height: 35px;
}
#default-page footer .platform-footer.mobile {
  max-width: 375px;
}
#default-page footer .platform-footer.mobile p {
  font-size: 14px;
}
#default-page footer .platform-footer.mobile img {
  height: 30px;
}
.empty-state {
  text-align: -webkit-center;
}
.empty-state .empty-illustration {
  background: rgba(234,82,82,0.6);
  height: 167px;
  margin-bottom: 40px;
  width: 167px;
}
.empty-state .empty-title {
  margin-bottom: 15px;
}
.empty-state .empty-text {
  margin-bottom: 40px !important;
}
.empty-state.mobile .empty-title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.empty-state.mobile .empty-illustration {
  height: 148px;
  width: 148px;
}
.empty-state.mobile .empty-text {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 576px) {
  .empty-state .empty-illustration {
    height: 148px;
    width: 148px;
  }
  .empty-state .empty-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .empty-state .empty-text {
    margin-bottom: 20px !important;
  }
}
.platform-footer {
  align-items: center;
  background: #f4f8f9;
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
}
.platform-footer p {
  color: #999999;
  font-family: 'Calibri';
  font-size: 16px;
  margin-bottom: 0;
}
.platform-footer img {
  height: 35px;
}
.platform-footer.mobile {
  max-width: 375px;
}
.platform-footer.mobile p {
  font-size: 14px;
}
.platform-footer.mobile img {
  height: 30px;
}
.lateral-menu {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0,0,0,0.16);
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: -100%;
  top: 0;
  transition-timing-function: cubic-bezier(0.78,-0.04,0,0.88);
  transition-duration: 0.8s;
  width: 300px;
  z-index: -1;
}
.lateral-menu.mobile {
  width: 100%;
}
.lateral-menu.show {
  right: 0;
  z-index: 999;
}
.lateral-menu .close-lateral-menu {
  color: #515151;
  cursor: pointer;
  font-size: 24px;
}
.lateral-menu .lateral-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.lateral-menu .lateral-header .h1-title {
  color: #515151;
}
.lateral-menu .lateral-label {
  color: #515151;
  font-weight: bold;
}
.filter-group {
  margin-bottom: 20px;
}
.filter-group .filter-option {
  align-items: center;
  display: flex;
}
.filter-group .filter-option+.filter-option {
  margin-top: 10px;
}
.filter-group .filter-option label {
  margin-left: 10px;
  margin-bottom: 0;
}
.notification-item .notification-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notification-item +.notification-item {
  border-top: 1px solid #EFEFEF;
  margin-top: 25px;
  padding-top: 25px;
}
@media only screen and (max-width: 576px) {
  .lateral-menu {
    width: 100%;
  }
}
.custom-modal-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0,0,0,0.16);
  max-width: 480px;
  padding: 48px 60px;
  position: relative;
  text-align: -webkit-center;
}
.custom-modal-content.mobile {
  max-width: 320px;
  padding: 30px 28px;
}
.custom-modal-content.mobile .modal-title {
  font-size: 18px;
}
.custom-modal-content .modal-ilustration {
  margin-bottom: 16px;
}
.custom-modal-content .modal-ilustration .placeholder-ilustration {
  border-radius: 999px;
  background: #FF4034;
  height: 30px;
  margin: auto;
  width: 30px;
}
.custom-modal-content .modal-title {
  color: #515151;
  font-size: 24px;
  margin-bottom: 16px;
}
.custom-modal-content .modal-actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.custom-modal-content .modal-actions .button+.button {
  margin-left: 25px;
}
.custom-modal {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-modal .background {
  background: rgba(81,81,81,0.4);
  box-shadow: 0px 4px 40px rgba(0,0,0,0.16);
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
@media only screen and (max-width: 576px) {
  .custom-modal .custom-modal-content {
    max-width: 320px;
    padding: 30px 28px;
  }
  .custom-modal .custom-modal-content .modal-title {
    font-size: 18px;
  }
}
.modal .modal-dialog {
  width: 90%;
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 540px;
  }
}
.modal .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-body,
.modal .modal-content .modal-footer {
  border: 0;
  padding: 0;
}
.modal .modal-content .h2-subtitle {
  color: #1B7F9C;
  opacity: 0.6;
}
.nav-default {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  left: 0;
  overflow-x: hidden;
  top: 0;
  width: 100%;
}
.nav-default .nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  transition-timing-function: cubic-bezier(0.78,-0.04,0,0.88);
  transition-duration: 0.8s;
}
.nav-default .nav-links li a {
  color: #515151;
}
.nav-default .nav-links li + li {
  margin-left: 15px;
}
.nav-default .nav-toggle {
  display: none;
}
.nav-default .nav-button {
  cursor: pointer;
  flex-direction: column;
  margin-left: auto;
}
.nav-default .nav-button .span-menu {
  background: #fff;
  border-radius: 50px;
  height: 2px;
  position: relative;
  z-index: 5;
  width: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-default .nav-button .span-menu+.span-menu {
  margin-top: 3px;
}
.nav-default.mobile {
  max-width: 375px;
}
.nav-default.mobile .nav-links {
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
  display: block;
  height: 100%;
  padding: 80px 30px;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: -1;
}
.nav-default.mobile .nav-links li.w-button {
  display: inline-block;
}
.nav-default.mobile .nav-links li.w-button+.w-button {
  margin-left: 15px;
  margin-top: 0;
}
.nav-default.mobile .nav-links li + li {
  margin-left: 0;
  margin-top: 15px;
}
.nav-default.mobile .nav-toggle {
  display: block;
  position: relative;
  z-index: 1024;
}
.nav-default.menu-mobile-opened .nav-links {
  right: 0 !important;
  z-index: 1000 !important;
}
.nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(1) {
  transform: rotate(45deg) translate(4px,4px);
}
.nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(2) {
  transform: rotate(-45deg) translate(0px,1px);
}
.nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(3) {
  transform: rotate(0deg) scale(0,0);
}
@media only screen and (max-width: 768px) {
  .nav-default .nav-links {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
    display: block;
    height: 100%;
    padding: 80px 30px;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .nav-default .nav-links li.w-button {
    display: inline-block;
  }
  .nav-default .nav-links li.w-button+.w-button {
    margin-left: 15px;
    margin-top: 0;
  }
  .nav-default .nav-links li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .nav-default .nav-toggle {
    display: block;
    position: relative;
    z-index: 1024;
  }
}
.circle {
  background: radial-gradient(closest-side,#fff 75%,transparent 0 100%,transparent 0), conic-gradient(#1B7F9C calc(var(--value) * 1%),#DDDDDD 0);
  height: 34px;
  width: 34px;
  border-radius: 999px;
  overflow: hidden;
}
.loading-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(5px);
  z-index: 1100;
}
.loading-wrapper .circle {
  font-size: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.loading-wrapper .close-loading {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  filter: brightness(0) invert(1);
  cursor: pointer;
  height: 16px;
  opacity: 0.75;
  position: absolute;
  right: 40px;
  top: 30px;
  width: 16px;
}
.toast-container {
  z-index: 999;
}
.toast {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  width: 405px;
}
.toast .toast-header {
  background: transparent;
  border: none;
  padding: 20px 30px 17px 30px;
}
.toast .toast-header .title {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  position: relative;
  width: 100%;
}
.toast .toast-header .btn-close {
  opacity: 0.75;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
}
.toast .toast-header .btn-close:hover {
  opacity: 1;
}
.toast .toast-body {
  background: transparent;
  padding: 0 30px 20px 30px;
}
.toast .toast-body .p-standard {
  margin: 0;
}
.toast.default {
  background: #EBF6FA;
}
.toast.success {
  background: #62DE94;
}
.toast.info {
  background: #1B7F9C;
}
.toast.warning {
  background: #FCC514;
}
.toast.error {
  background: #FF4034;
}
.toast.info svg,
.toast.info .h2-subtitle,
.toast.info .p-standard,
.toast.error svg,
.toast.error .h2-subtitle,
.toast.error .p-standard {
  color: white;
}
.toast.info .btn-close,
.toast.error .btn-close {
  filter: brightness(0) invert(1);
}
.toast svg,
.toast .h2-subtitle,
.toast .p-standard,
.toast .btn-close {
  color: #515151;
}
.snack-box {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 20px 30px;
  position: relative;
}
.snack-box .title {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.snack-box .p-standard {
  margin: 0;
}
.snack-box .btn-close {
  opacity: 0.75;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 1em;
}
.snack-box .btn-close:hover {
  opacity: 1;
}
.snack-box.default {
  background: #EBF6FA;
}
.snack-box.success {
  background: #62DE94;
}
.snack-box.info {
  background: #1B7F9C;
}
.snack-box.warning {
  background: #FCC514;
}
.snack-box.error {
  background: #FF4034;
}
.snack-box.info svg,
.snack-box.info .h2-subtitle,
.snack-box.info .p-standard,
.snack-box.error svg,
.snack-box.error .h2-subtitle,
.snack-box.error .p-standard {
  color: white;
}
.snack-box.info .btn-close,
.snack-box.error .btn-close {
  filter: brightness(0) invert(1);
}
.snack-box svg,
.snack-box .h2-subtitle,
.snack-box .p-standard,
.snack-box .btn-close {
  color: #515151;
}
.step-tracker-list {
  display: flex;
  flex-wrap: wrap;
}
.step-tracker-list.mobile .step-tracker-item .step-tracker-link {
  padding: 9px 16px;
}
.step-tracker-list .step-tracker-item {
  margin-bottom: 12px;
}
.step-tracker-list .step-tracker-item .step-tracker-link {
  background: #F0F0F0;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  color: #515151;
  padding: 16px 24px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.step-tracker-list .step-tracker-item .step-tracker-link:hover,
.step-tracker-list .step-tracker-item .step-tracker-link:active,
.step-tracker-list .step-tracker-item .step-tracker-link:focus {
  background: #D3D3D3;
}
.step-tracker-list .step-tracker-item:not(:last-child) {
  margin-right: 9px;
  position: relative;
  padding-right: 25px;
}
.step-tracker-list .step-tracker-item:not(:last-child):after {
  background: url('https://api.iconify.design/feather/chevron-right.svg?color=%231b7f9c') no-repeat center center / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 20px;
}
@media only screen and (max-width: 576px) {
  .step-tracker-list .step-tracker-item .step-tracker-link {
    padding: 9px 16px;
  }
}
.breadcrumb {
  align-items: center;
}
.breadcrumb li {
  color: #1B7F9C;
  font-weight: 400;
}
.breadcrumb li a {
  color: inherit;
  font-weight: inherit;
}
.breadcrumb li.active {
  color: #1B7F9C;
  font-weight: bold;
}
.step-tracker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.step-tracker .step-tracker-item {
  position: relative;
}
.step-tracker .step-tracker-item:not(:last-child) {
  padding-right: 17px;
}
.step-tracker .step-tracker-item:not(:last-child) .link-navigation:after {
  content: '/';
  color: #111111;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.step-tracker .step-tracker-item .link-navigation {
  color: #1B7F9C;
  font-weight: 300;
}
.step-tracker .step-tracker-item .link-navigation.active {
  font-weight: bold;
}
.navbar .navbar-nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-item:not(:last-child) .nav-link:after {
  content: '|';
  color: #EAEAEA;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  position: absolute !important;
  z-index: 999;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #1B7F9C;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #0A0B0E;
  font-weight: 300;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #1B7F9C;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #1B7F9C;
}
.table-scroll {
  overflow-x: auto;
  padding: 15px;
  margin-left: -15px;
}
table.default-table {
  border-collapse: unset;
  border: none !important;
  border-spacing: 0 10px;
}
table.default-table.mobile {
  width: 1000px;
}
table.default-table thead {
  background: #AEDDEC;
}
table.default-table tr {
  box-shadow: 0px 8px 8px rgba(0,0,0,0.08);
}
table.default-table thead .sorting {
  background-image: url("/../assets/img/dashboard/icons/table-sort-both.svg");
  background-position: 90% center;
}
table.default-table thead .sorting.sorting_asc {
  background-image: url("/../assets/img/dashboard/icons/table-sort-asc.svg") !important;
}
table.default-table thead .sorting.sorting_desc {
  background-image: url("/../assets/img/dashboard/icons/table-sort-desc.svg") !important;
}
table.default-table tbody td {
  border: none;
  padding: 10px 15px;
}
@media only screen and (max-width: 1000px) {
  table.default-table {
    width: 1000px;
  }
}
.table thead tr {
  border-radius: 10px;
}
.table td:first-child {
  border-radius: 10px 0 0 10px;
}
.table td:last-child {
  border-radius: 0 10px 10px 0;
}
.table thead>*>* {
  background: rgba(27,127,156,0.1);
  padding: 12px 28px;
}
.table tbody>*>* {
  border-bottom: 1px solid #EFF1F8 !important;
  padding: 28px;
}
.table tbody>*.w-filter>* {
  padding-bottom: 12px;
  padding-top: 12px;
}
.table> :not(caption)>*>* {
  border-bottom-width: 0;
  box-shadow: none;
}
.table-group {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  gap: 40px;
}
.table-group table {
  height: fit-content;
}
.qrcode-reader {
  background: #C4C4C4;
  border: 4px solid #1B7F9C;
  height: 235px;
  width: 235px;
}
.face-recognition-area {
  background: #C4C4C4;
  border: 4px solid #1B7F9C;
  border-radius: 150px;
  height: 375px;
  width: 280px;
}
.face-recognition-area.mobile {
  height: 325px;
  width: 235px;
}
.login-area {
  align-items: center;
  display: flex;
  height: 100%;
}
.login-area.mobile {
  flex-direction: column;
}
.login-area.mobile .half-part {
  width: 100%;
}
.login-area.mobile .background {
  height: 40%;
}
.login-area.mobile .background .ilustration {
  height: 90px;
  width: 160px;
}
.login-area.mobile .content {
  padding: 30px;
  height: 60%;
}
.login-area.mobile .content .form-area {
  margin-top: 0;
}
.login-area .half-part {
  width: 50%;
}
.login-area .background {
  align-items: center;
  background: #1B7F9C;
  display: flex;
  justify-content: center;
  height: 100%;
}
.login-area .background .ilustration {
  background: rgba(234,82,82,0.6);
  height: 200px;
  width: 200px;
}
.login-area .content {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 40px 80px;
  text-align: center;
}
.login-area .content .form-area {
  margin-top: auto;
  width: 100%;
}
.login-area .content .form-area .button {
  width: 100%;
}
.login-area .content .create-account-call {
  margin-top: auto;
}
.login-area .content .create-account-call a {
  color: #1B7F9C;
}
.payment-modal.mobile .custom-modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 30px;
}
.payment-modal.mobile .custom-modal-content .payment-form {
  height: 100%;
  flex-direction: column;
  justify-content: unset;
}
.payment-modal.mobile .custom-modal-content .payment-form .payment-methods,
.payment-modal.mobile .custom-modal-content .payment-form .payment-fields {
  width: 100%;
}
.payment-modal.mobile .custom-modal-content .payment-form .payment-fields {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 40px;
}
.payment-modal.mobile .custom-modal-content .payment-form .payment-fields button {
  margin-top: auto;
}
.payment-modal.mobile .custom-modal-content .payment-form .divider {
  display: none;
}
.payment-modal .custom-modal-content {
  max-width: 800px;
  min-width: 800px;
  padding: 40px;
}
.payment-modal .custom-modal-content .close-custom-modal {
  cursor: pointer;
  margin-bottom: 30px;
}
.payment-modal .custom-modal-content .payment-form {
  display: flex;
  justify-content: space-between;
}
.payment-modal .custom-modal-content .payment-methods,
.payment-modal .custom-modal-content .payment-fields {
  padding: 12px 0;
  width: 47%;
}
.payment-modal .custom-modal-content .payment-methods .method {
  align-items: center;
  border-radius: 10px;
  display: flex;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.payment-modal .custom-modal-content .payment-methods .method .method-image {
  min-width: 45px;
  text-align: center;
}
.payment-modal .custom-modal-content .payment-methods .method .option-name {
  color: #515151;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  margin: 0 auto 0 30px;
  text-align: left;
}
.payment-modal .custom-modal-content .payment-methods .method .option-name span {
  color: #838383;
  display: block;
  font-weight: regular;
  font-size: 14px;
}
.payment-modal .custom-modal-content .payment-methods .method+.method {
  margin-top: 15px;
}
.payment-modal .custom-modal-content form {
  height: 100%;
}
.payment-modal .custom-modal-content .divider {
  background: #E2E2E2;
  height: 270px;
  width: 1px;
}
.payment-modal .custom-modal-content .input-group-justify-content .input-group-default {
  width: 47%;
}
.payment-modal .custom-modal-content button {
  width: 100%;
}
.payment-modal .modal-title {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .color-area-div {
    display: block;
  }
  .color-area-div .area-content {
    width: 100%;
  }
  .color-area-div .color-area {
    grid-template-columns: 13% auto;
    margin-top: 20px;
    width: 100%;
  }
  .grid-definition .mobile-definition {
    grid-template-columns: repeat(2,1fr);
  }
  .shadow-area .square {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }
  .geral-table.shadow-table {
    width: 70%;
  }
  .spacing-definitions .definition-area {
    grid-template-columns: 1fr;
  }
  .spacing-definitions .definition-area .spacings-area {
    margin-top: 40px;
    height: auto;
  }
  .bordered-definition .bordered-style-area {
    grid-template-columns: repeat(4,1fr);
  }
  .bordered-definition .bordered-style-area:nth-child(2) .bordered-area,
  .bordered-definition .bordered-style-area .bordered-area {
    padding: 40px 20px 60px;
  }
  .bordered-definition .bordered-style-area:nth-child(2) .bordered-area:first-child,
  .bordered-definition .bordered-style-area .bordered-area:first-child {
    padding-left: 0;
    padding-right: 20px;
    grid-column: span 4;
  }
  .bordered-definition .bordered-style-area.input-area {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 1400px) {
  .color-area-div .color-area {
    grid-template-columns: 1fr;
  }
  .grid-definition .mobile-definition {
    grid-template-columns: repeat(1,1fr);
  }
  h1,
  h2 {
    font-size: 32px;
  }
  .shadow-area {
    display: block;
  }
  .shadow-area .square {
    width: 300px;
    height: 230px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .geral-table.shadow-table {
    width: 100%;
  }
  .bordered-definition .bordered-style-area.input-area {
    grid-template-columns: repeat(3,1fr);
  }
  .bordered-definition .bordered-style-area.input-area .bordered-area:first-child {
    grid-column: span 3;
  }
  .content-wrap .content-sidebar {
    min-width: 230px;
  }
}
