@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/core.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_single.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_single.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_multiple.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_multiple.scss */
.select2-container .select2-search--inline {
  float: left;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-results {
  display: block;
}

/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/core.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/core.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/default/layout.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #DFDFDF;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #DFDFDF;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #DFDFDF;
  outline: 0;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/select2/src/scss/theme/classic/layout.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00BBA7;
  --secondary: #E5E5E5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc000;
  --danger: #c44038;
  --light: #f8f9fa;
  --dark: #343a40;
  --grafeno: #ff9b00;
  --breakpoint-xs: 0;
  --breakpoint-sm: 1200px;
  --breakpoint-md: 1200.01px;
  --breakpoint-lg: 1200.02px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2d;
  text-align: left;
  background-color: #f5f5f5;
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, .card.card-default .card-header, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #2d2d2d;
  text-decoration: none;
  background-color: transparent;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #00BBA7;
  text-decoration: underline;
}

/* line 202, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 482, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h1, h2, h3, .card.card-default .card-header, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h3, .card.card-default .card-header, .h3 {
  font-size: 1.75rem;
}

/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
a > code {
  color: inherit;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
  .container, .container-sm {
    max-width: 1170px;
  }
}
@media (min-width: 1200.01px) {
  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
  .container, .container-sm, .container-md {
    max-width: 1170.01px;
  }
}
@media (min-width: 1200.02px) {
  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1170.02px;
  }
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5, .col-lg-4, .col-lg-5, .col-lg-6, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-4, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-3:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-address-container .row .col-lg-4, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-3:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address .row .col-lg-4, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 1200px) {
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200.01px) {
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200.02px) {
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-4, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-3:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-address-container .row .col-lg-4, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-3:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address .row .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2d2d2d;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DFDFDF;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DFDFDF;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #DFDFDF;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-bordered, .table-show {
  border: 1px solid #DFDFDF;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-bordered th, .table-show th,
.table-bordered td,
.table-show td {
  border: 1px solid #DFDFDF;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-bordered thead th, .table-show thead th,
.table-bordered thead td,
.table-show thead td {
  border-bottom-width: 2px;
}

/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd), .table-index tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover, .table-show tbody tr:hover, .table-index tbody tr:hover {
  color: #2d2d2d;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8ece6;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7adcd1;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover, .table-show .table-primary:hover, .table-index .table-primary:hover {
  background-color: #a4e7df;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td, .table-show .table-primary:hover > td, .table-index .table-primary:hover > td,
.table-hover .table-primary:hover > th,
.table-show .table-primary:hover > th,
.table-index .table-primary:hover > th {
  background-color: #a4e7df;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8f8f8;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1f1f1;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover, .table-show .table-secondary:hover, .table-index .table-secondary:hover {
  background-color: #ebebeb;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td, .table-show .table-secondary:hover > td, .table-index .table-secondary:hover > td,
.table-hover .table-secondary:hover > th,
.table-show .table-secondary:hover > th,
.table-index .table-secondary:hover > th {
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover, .table-show .table-success:hover, .table-index .table-success:hover {
  background-color: #b1dfbb;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td, .table-show .table-success:hover > td, .table-index .table-success:hover > td,
.table-hover .table-success:hover > th,
.table-show .table-success:hover > th,
.table-index .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover, .table-show .table-info:hover, .table-index .table-info:hover {
  background-color: #abdde5;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td, .table-show .table-info:hover > td, .table-index .table-info:hover > td,
.table-hover .table-info:hover > th,
.table-show .table-info:hover > th,
.table-index .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedb8;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffde7a;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover, .table-show .table-warning:hover, .table-index .table-warning:hover {
  background-color: #ffe79f;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td, .table-show .table-warning:hover > td, .table-index .table-warning:hover > td,
.table-hover .table-warning:hover > th,
.table-show .table-warning:hover > th,
.table-index .table-warning:hover > th {
  background-color: #ffe79f;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eecac7;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e09c98;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover, .table-show .table-danger:hover, .table-index .table-danger:hover {
  background-color: #e8b7b3;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td, .table-show .table-danger:hover > td, .table-index .table-danger:hover > td,
.table-hover .table-danger:hover > th,
.table-show .table-danger:hover > th,
.table-index .table-danger:hover > th {
  background-color: #e8b7b3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover, .table-show .table-light:hover, .table-index .table-light:hover {
  background-color: #ececf6;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td, .table-show .table-light:hover > td, .table-index .table-light:hover > td,
.table-hover .table-light:hover > th,
.table-show .table-light:hover > th,
.table-index .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover, .table-show .table-dark:hover, .table-index .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td, .table-show .table-dark:hover > td, .table-index .table-dark:hover > td,
.table-hover .table-dark:hover > th,
.table-show .table-dark:hover > th,
.table-index .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-grafeno,
.table-grafeno > th,
.table-grafeno > td {
  background-color: #ffe3b8;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-grafeno th,
.table-grafeno td,
.table-grafeno thead th,
.table-grafeno tbody + tbody {
  border-color: #ffcb7a;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-grafeno:hover, .table-show .table-grafeno:hover, .table-index .table-grafeno:hover {
  background-color: #ffd99f;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-grafeno:hover > td, .table-show .table-grafeno:hover > td, .table-index .table-grafeno:hover > td,
.table-hover .table-grafeno:hover > th,
.table-show .table-grafeno:hover > th,
.table-index .table-grafeno:hover > th {
  background-color: #ffd99f;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover, .table-show .table-active:hover, .table-index .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td, .table-show .table-active:hover > td, .table-index .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-show .table-active:hover > th,
.table-index .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #DFDFDF;
}

/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-bordered, .table-dark.table-show {
  border: 0;
}
/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd), .table-dark.table-index tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover, .table-dark.table-show tbody tr:hover, .table-dark.table-index tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 1199.98px) {
  /* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm > .table-bordered, .table-responsive-sm > .table-show {
    border: 0;
  }
}
@media (max-width: 1199.99px) {
  /* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md > .table-bordered, .table-responsive-md > .table-show {
    border: 0;
  }
}
@media (max-width: 1200px) {
  /* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg > .table-bordered, .table-responsive-lg > .table-show {
    border: 0;
  }
}
/* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tables.scss */
.table-responsive > .table-bordered, .table-responsive > .table-show {
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #3cffea;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #2d2d2d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 205, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 229, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 246, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 4px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 163, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c44038;
}

/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(196, 64, 56, 0.9);
  border-radius: 4px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c44038;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c44038' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c44038' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #c44038;
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.25);
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c44038;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c44038' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c44038' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #c44038;
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.25);
}

/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c44038;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c44038;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #c44038;
}
/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #d1655e;
  background-color: #d1655e;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.25);
}
/* line 163, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c44038;
}

/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c44038;
}
/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c44038;
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.25);
}

/* line 275, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 283, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 1200px) {
  /* line 289, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 324, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #2d2d2d;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #2d2d2d;
  text-decoration: none;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-primary, #ccb-request .requests.warranty .action-buttons .btn-primary {
  color: #fff;
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover, #ccb-request .requests.warranty .action-buttons .btn-primary:hover {
  color: #fff;
  background-color: #009585;
  border-color: #008879;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, #ccb-request .requests.warranty .action-buttons .btn-primary:focus, .btn-primary.focus, #ccb-request .requests.warranty .action-buttons .focus.btn-primary {
  color: #fff;
  background-color: #009585;
  border-color: #008879;
  box-shadow: 0 0 0 0.2rem rgba(38, 197, 180, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, #ccb-request .requests.warranty .action-buttons .disabled.btn-primary, .btn-primary:disabled, #ccb-request .requests.warranty .action-buttons .btn-primary:disabled {
  color: #fff;
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, #ccb-request .requests.warranty .action-buttons .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, #ccb-request .requests.warranty .action-buttons .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, #ccb-request .requests.warranty .action-buttons .show > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #008879;
  border-color: #007b6e;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, #ccb-request .requests.warranty .action-buttons .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, #ccb-request .requests.warranty .action-buttons .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, #ccb-request .requests.warranty .action-buttons .show > .dropdown-toggle.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 197, 180, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #212529;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #cccccc;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #cccccc;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #cccccc;
  border-color: #c5c5c5;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-success, #ccb-request a.btn-success, #ccb-request .requests.warranty a.btn-success,
#ccb-request .requests.warranty a[aria-expanded='false'] {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover, #ccb-request a.btn-success:hover, #ccb-request .requests.warranty a.btn-success:hover,
#ccb-request .requests.warranty a[aria-expanded='false']:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, #ccb-request a.btn-success:focus, #ccb-request .requests.warranty a.btn-success:focus,
#ccb-request .requests.warranty a[aria-expanded='false']:focus, .btn-success.focus, #ccb-request a.focus.btn-success, #ccb-request .requests.warranty a.focus.btn-success,
#ccb-request .requests.warranty a.focus[aria-expanded='false'] {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, #ccb-request a.disabled.btn-success, #ccb-request .requests.warranty a.disabled.btn-success,
#ccb-request .requests.warranty a.disabled[aria-expanded='false'], .btn-success:disabled, #ccb-request a.btn-success:disabled, #ccb-request .requests.warranty a.btn-success:disabled,
#ccb-request .requests.warranty a[aria-expanded='false']:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, #ccb-request a.btn-success:not(:disabled):not(.disabled):active,
#ccb-request .requests.warranty a[aria-expanded='false']:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, #ccb-request a.btn-success:not(:disabled):not(.disabled).active,
#ccb-request .requests.warranty a[aria-expanded='false']:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle, #ccb-request .show > a.dropdown-toggle.btn-success, #ccb-request .requests.warranty .show > a.dropdown-toggle.btn-success,
#ccb-request .requests.warranty .show > a.dropdown-toggle[aria-expanded='false'] {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, #ccb-request a.btn-success:not(:disabled):not(.disabled):active:focus,
#ccb-request .requests.warranty a[aria-expanded='false']:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, #ccb-request a.btn-success:not(:disabled):not(.disabled).active:focus,
#ccb-request .requests.warranty a[aria-expanded='false']:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, #ccb-request .show > a.dropdown-toggle.btn-success:focus, #ccb-request .requests.warranty .show > a.dropdown-toggle.btn-success:focus,
#ccb-request .requests.warranty .show > a.dropdown-toggle[aria-expanded='false']:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc000;
  border-color: #ffc000;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #d9a300;
  border-color: #cc9a00;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9a300;
  border-color: #cc9a00;
  box-shadow: 0 0 0 0.2rem rgba(222, 169, 6, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc000;
  border-color: #ffc000;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cc9a00;
  border-color: #bf9000;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 169, 6, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-danger, #ccb-request .requests.warranty a.btn-danger,
#ccb-request .requests.warranty a[aria-expanded='true'], #ccb-request .requests.warranty .action-buttons .btn-danger {
  color: #fff;
  background-color: #c44038;
  border-color: #c44038;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover, #ccb-request .requests.warranty a.btn-danger:hover,
#ccb-request .requests.warranty a[aria-expanded='true']:hover, #ccb-request .requests.warranty .action-buttons .btn-danger:hover {
  color: #fff;
  background-color: #a63630;
  border-color: #9c332d;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, #ccb-request .requests.warranty a.btn-danger:focus,
#ccb-request .requests.warranty a[aria-expanded='true']:focus, #ccb-request .requests.warranty .action-buttons .btn-danger:focus, .btn-danger.focus, #ccb-request .requests.warranty a.focus.btn-danger,
#ccb-request .requests.warranty a.focus[aria-expanded='true'], #ccb-request .requests.warranty .action-buttons .focus.btn-danger {
  color: #fff;
  background-color: #a63630;
  border-color: #9c332d;
  box-shadow: 0 0 0 0.2rem rgba(205, 93, 86, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, #ccb-request .requests.warranty a.disabled.btn-danger,
#ccb-request .requests.warranty a.disabled[aria-expanded='true'], #ccb-request .requests.warranty .action-buttons .disabled.btn-danger, .btn-danger:disabled, #ccb-request .requests.warranty a.btn-danger:disabled,
#ccb-request .requests.warranty a[aria-expanded='true']:disabled, #ccb-request .requests.warranty .action-buttons .btn-danger:disabled {
  color: #fff;
  background-color: #c44038;
  border-color: #c44038;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, #ccb-request .requests.warranty a.btn-danger:not(:disabled):not(.disabled):active,
#ccb-request .requests.warranty a[aria-expanded='true']:not(:disabled):not(.disabled):active, #ccb-request .requests.warranty .action-buttons .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, #ccb-request .requests.warranty a.btn-danger:not(:disabled):not(.disabled).active,
#ccb-request .requests.warranty a[aria-expanded='true']:not(:disabled):not(.disabled).active, #ccb-request .requests.warranty .action-buttons .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, #ccb-request .requests.warranty .show > a.dropdown-toggle.btn-danger,
#ccb-request .requests.warranty .show > a.dropdown-toggle[aria-expanded='true'], #ccb-request .requests.warranty .action-buttons .show > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #9c332d;
  border-color: #92302a;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, #ccb-request .requests.warranty a.btn-danger:not(:disabled):not(.disabled):active:focus,
#ccb-request .requests.warranty a[aria-expanded='true']:not(:disabled):not(.disabled):active:focus, #ccb-request .requests.warranty .action-buttons .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, #ccb-request .requests.warranty a.btn-danger:not(:disabled):not(.disabled).active:focus,
#ccb-request .requests.warranty a[aria-expanded='true']:not(:disabled):not(.disabled).active:focus, #ccb-request .requests.warranty .action-buttons .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, #ccb-request .requests.warranty .show > a.dropdown-toggle.btn-danger:focus,
#ccb-request .requests.warranty .show > a.dropdown-toggle[aria-expanded='true']:focus, #ccb-request .requests.warranty .action-buttons .show > .dropdown-toggle.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 93, 86, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-grafeno {
  color: #212529;
  background-color: #ff9b00;
  border-color: #ff9b00;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-grafeno:hover {
  color: #fff;
  background-color: #d98400;
  border-color: #cc7c00;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grafeno:focus, .btn-grafeno.focus {
  color: #fff;
  background-color: #d98400;
  border-color: #cc7c00;
  box-shadow: 0 0 0 0.2rem rgba(222, 137, 6, 0.5);
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grafeno.disabled, .btn-grafeno:disabled {
  color: #212529;
  background-color: #ff9b00;
  border-color: #ff9b00;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grafeno:not(:disabled):not(.disabled):active, .btn-grafeno:not(:disabled):not(.disabled).active, .show > .btn-grafeno.dropdown-toggle {
  color: #fff;
  background-color: #cc7c00;
  border-color: #bf7400;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-grafeno:not(:disabled):not(.disabled):active:focus, .btn-grafeno:not(:disabled):not(.disabled).active:focus, .show > .btn-grafeno.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 137, 6, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #00BBA7;
  border-color: #00BBA7;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00BBA7;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #E5E5E5;
  border-color: #E5E5E5;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #E5E5E5;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ffc000;
  border-color: #ffc000;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc000;
  border-color: #ffc000;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc000;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc000;
  border-color: #ffc000;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #c44038;
  border-color: #c44038;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #c44038;
  border-color: #c44038;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #c44038;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #c44038;
  border-color: #c44038;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-grafeno {
  color: #ff9b00;
  border-color: #ff9b00;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-grafeno:hover {
  color: #212529;
  background-color: #ff9b00;
  border-color: #ff9b00;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grafeno:focus, .btn-outline-grafeno.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 0, 0.5);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grafeno.disabled, .btn-outline-grafeno:disabled {
  color: #ff9b00;
  background-color: transparent;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grafeno:not(:disabled):not(.disabled):active, .btn-outline-grafeno:not(:disabled):not(.disabled).active, .show > .btn-outline-grafeno.dropdown-toggle {
  color: #212529;
  background-color: #ff9b00;
  border-color: #ff9b00;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-grafeno:not(:disabled):not(.disabled):active:focus, .btn-outline-grafeno:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grafeno.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 0, 0.5);
}

/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #2d2d2d;
  text-decoration: none;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #00BBA7;
  text-decoration: underline;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #2d2d2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 1200px) {
  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200.01px) {
  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200.02px) {
  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00BBA7;
}
/* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 148, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 190, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00BBA7;
  background-color: #00BBA7;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3cffea;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6ffff0;
  border-color: #6ffff0;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00BBA7;
  background-color: #00BBA7;
}
/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
/* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 187, 167, 0.5);
}
/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 187, 167, 0.5);
}

/* line 153, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 187, 167, 0.5);
}

/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
/* line 208, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 187, 167, 0.5);
}

/* line 221, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 4px;
  appearance: none;
}
/* line 238, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #3cffea;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 248, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 259, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 272, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}
/* line 277, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
/* line 321, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #3cffea;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
/* line 333, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
/* line 338, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
/* line 361, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

/* line 385, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
/* line 392, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}
/* line 397, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 398, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 399, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}
/* line 402, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}
/* line 406, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00BBA7;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 406, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
/* line 417, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #6ffff0;
}
/* line 422, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 433, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00BBA7;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 433, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
/* line 443, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #6ffff0;
}
/* line 448, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 459, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00BBA7;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 459, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}
/* line 472, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #6ffff0;
}
/* line 477, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
/* line 488, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 493, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 500, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
/* line 504, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
/* line 508, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
/* line 512, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
/* line 516, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 522, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f5f5f5;
  border-color: #dee2e6 #dee2e6 #f5f5f5;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 4px;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00BBA7;
}

/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 1199.98px) {
  /* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg {
    flex-wrap: nowrap;
  }
  /* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.99px) {
  /* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200.01px) {
  /* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg {
    flex-wrap: nowrap;
  }
  /* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200.02px) {
  /* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg {
    flex-wrap: nowrap;
  }
  /* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg {
  padding-right: 0;
  padding-left: 0;
}
/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg {
  flex-wrap: nowrap;
}
/* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
/* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 241, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 248, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 253, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 261, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 270, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 272, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 293, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 300, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 305, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 313, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 318, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 322, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 324, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 3px;
}

/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  /* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  /* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  /* line 243, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.accordion {
  overflow-anchor: none;
}
/* line 269, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.accordion > .card {
  overflow: hidden;
}
/* line 272, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 277, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 281, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 4px;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2d2d2d;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #00BBA7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.25);
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
  .badge {
    transition: none;
  }
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #00BBA7;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #008879;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 167, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #212529;
  background-color: #E5E5E5;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #cccccc;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc000;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc9a00;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 192, 0, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #c44038;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #9c332d;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(196, 64, 56, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_badge.scss */
.badge-grafeno {
  color: #212529;
  background-color: #ff9b00;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-grafeno:hover, a.badge-grafeno:focus {
  color: #212529;
  background-color: #cc7c00;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-grafeno:focus, a.badge-grafeno.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 155, 0, 0.5);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 1200px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #006157;
  background-color: #ccf1ed;
  border-color: #b8ece6;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #a4e7df;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002e29;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #777777;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #ebebeb;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #5e5e5e;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #856400;
  background-color: #fff2cc;
  border-color: #ffedb8;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe79f;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e00;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #66211d;
  background-color: #f3d9d7;
  border-color: #eecac7;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #e8b7b3;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #3e1412;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_alert.scss */
.alert-grafeno {
  color: #855100;
  background-color: #ffebcc;
  border-color: #ffe3b8;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-grafeno hr {
  border-top-color: #ffd99f;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-grafeno .alert-link {
  color: #523200;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 4px;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00BBA7;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #2d2d2d;
  background-color: #e9ecef;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
/* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 1200px) {
  /* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200.01px) {
  /* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200.02px) {
  /* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  /* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  /* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #006157;
  background-color: #b8ece6;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #006157;
  background-color: #a4e7df;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #006157;
  border-color: #006157;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #777777;
  background-color: #f8f8f8;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #777777;
  background-color: #ebebeb;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856400;
  background-color: #ffedb8;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856400;
  background-color: #ffe79f;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856400;
  border-color: #856400;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #66211d;
  background-color: #eecac7;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #66211d;
  background-color: #e8b7b3;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #66211d;
  border-color: #66211d;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-grafeno {
  color: #855100;
  background-color: #ffe3b8;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-grafeno.list-group-item-action:hover, .list-group-item-grafeno.list-group-item-action:focus {
  color: #855100;
  background-color: #ffd99f;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-grafeno.list-group-item-action.active {
  color: #fff;
  background-color: #855100;
  border-color: #855100;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast.showing {
  opacity: 1;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DFDFDF;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #DFDFDF;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
/* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 1200px) {
  /* line 202, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  /* line 228, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200.02px) {
  /* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
/* line 239, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_modal.scss */
.modal-xl {
  max-width: 1140px;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 162, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #2d2d2d;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  /* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_spinners.scss */
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #00BBA7 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #008879 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #E5E5E5 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cccccc !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc000 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc9a00 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #c44038 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9c332d !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-grafeno {
  background-color: #ff9b00 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-grafeno:hover, a.bg-grafeno:focus,
button.bg-grafeno:hover,
button.bg-grafeno:focus {
  background-color: #cc7c00 !important;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #DFDFDF !important;
}

/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #DFDFDF !important;
}

/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #DFDFDF !important;
}

/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #DFDFDF !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #DFDFDF !important;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #00BBA7 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #E5E5E5 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ffc000 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #c44038 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-grafeno {
  border-color: #ff9b00 !important;
}

/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 4px !important;
}

/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 1200px) {
  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200.01px) {
  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200.02px) {
  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 1200px) {
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200.01px) {
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200.02px) {
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 1200px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1200.01px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200.02px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-all {
  user-select: all !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-auto {
  user-select: auto !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-none {
  user-select: none !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm, .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 1200px) {
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200.01px) {
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200.02px) {
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 1200px) {
  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1200.01px) {
  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200.02px) {
  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #00BBA7 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #006f63 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #E5E5E5 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #bfbfbf !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc000 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #b38600 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #c44038 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #892d27 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-grafeno {
  color: #ff9b00 !important;
}

/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-grafeno:hover, a.text-grafeno:focus {
  color: #b36d00 !important;
}

/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #2d2d2d !important;
}

/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  p,
  h2,
  h3,
  .card.card-default .card-header {
    orphans: 3;
    widows: 3;
  }

  /* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  h2,
  h3,
  .card.card-default .card-header {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  body {
    min-width: 1200.02px !important;
  }

  /* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .container {
    min-width: 1200.02px !important;
  }

  /* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .table-bordered th, .table-show th,
  .table-bordered td,
  .table-show td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #DFDFDF;
  }

  /* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #DFDFDF;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container {
  display: block;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container *:focus {
  outline: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
  .select2-container--bootstrap4 .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
select.is-invalid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
select.is-valid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-search {
  width: 100%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
  color: #212529;
  background-color: #f2f2f2;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #007bff;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-results__option[role="group"] {
  padding: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-results__option {
  padding: .375rem .75rem;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #6c757d;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: .9em;
  height: .9em;
  padding-left: .15em;
  margin-top: .7em;
  margin-right: .3em;
  line-height: .75em;
  color: #f8f9fa;
  background-color: #c8c8c8;
  border-radius: 100%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #afafaf;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + .75rem + 2px) !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + .75rem);
  color: #6c757d;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: .75rem;
  line-height: calc(1.5em + .75rem);
  color: #495057;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-search--dropdown .select2-search__field {
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-results__message {
  color: #6c757d;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + .75rem + 2px) !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 .375rem;
  margin: 0;
  list-style: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: .75rem;
  margin-top: calc(.375rem - 2px);
  margin-right: .375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: .2rem;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
  width: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #bdc6d0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: .7em;
  float: none;
  margin-right: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css */
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
a.disabled {
  pointer-events: none;
  cursor: default;
  color: #b3b3b3;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.tooltip-disabled {
  opacity: 0.64;
  cursor: default;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.tooltip-disabled:active {
  pointer-events: none;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.wrapper-filter {
  background-color: transparent;
  color: #2d2d2d;
  border-spacing: 2px;
  margin: auto 20px;
}

/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
span.disabled {
  color: #b3b3b3;
}

/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.btn.disabled-cursor {
  pointer-events: auto !important;
  cursor: default;
}

/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.form-control:focus {
  border-color: #00BBA7;
  box-shadow: none;
}

/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.breadcrumb {
  border: solid 1px #dfdfdf;
  background-color: transparent;
}

/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.left-nav a:hover {
  background-color: #ffffff;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  /* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
  .container {
    max-width: 100%;
  }
  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
  .container.action_new, .container.action_create, .container.action_edit, .container.action_update {
    width: 1200px;
    max-width: 1200px;
  }
}
@media (min-width: 576px) {
  /* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
  .card-columns {
    column-count: 4;
  }
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table-striped th, .table-index th, .table-striped td, .table-index td {
  border-top: none;
}

/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.turbolinks-progress-bar {
  height: 3px;
  background-color: #00BBA7;
}

/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.card-columns .card {
  border: solid 3px white;
}

/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table-show th {
  min-width: 200px;
  width: 1%;
}

/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table-show.no-min-width th {
  min-width: 0;
}

/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table-index td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table-index td.action-buttons.conciliation {
  max-width: 225px;
}

/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table-subtitle {
  color: #8c8c8c;
  font-size: 14px;
}

/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table td.action-buttons {
  padding: 0.55rem;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table td.action-buttons.pending-index {
  max-width: 240px;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table td.action-buttons a {
  margin-top: 1px;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.table td.action-buttons a.btn-success, .table td.action-buttons #ccb-request a.btn-success, #ccb-request .table td.action-buttons a.btn-success,
.table td.action-buttons #ccb-request .requests.warranty a[aria-expanded='false'],
#ccb-request .requests.warranty .table td.action-buttons a[aria-expanded='false'], .table td.action-buttons a.btn-danger, .table td.action-buttons #ccb-request .requests.warranty a.btn-danger,
.table td.action-buttons #ccb-request .requests.warranty a[aria-expanded='true'],
#ccb-request .requests.warranty .table td.action-buttons a[aria-expanded='true'], .table #ccb-request .requests.warranty td.action-buttons a.btn-danger, #ccb-request .requests.warranty .table td.action-buttons a.btn-danger {
  width: 31px;
}

/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.text-divider {
  margin: 2em 0;
  line-height: 0;
  text-align: center;
}

/* line 148, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.text-divider span {
  background-color: #f5f5f5;
  padding: 0.4em 1.75rem;
  border-radius: 4px;
}

/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.text-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}

/* line 163, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.active i {
  color: white;
}

/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.breadcrumb {
  border: none;
  margin: 0;
  padding: 0.5rem 1rem;
}

/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.picker__select--month, .picker__select--year {
  padding: 0 0 0 0.5em !important;
}

/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.card.card-default {
  margin-bottom: 1rem;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.card.card-default .card-header {
  background-color: transparent;
  color: #2d2d2d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-spacing: 2px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0;
  padding-left: 0;
}

/* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
a.sort_link {
  color: #2d2d2d;
  text-decoration: underline;
}

/* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.only-print {
  display: none !important;
}

/* line 203, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.disabled-input {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 208, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.hidden-element {
  display: none;
}

/* line 212, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.btn-cocoon-danger {
  margin-top: 30px;
}

/* line 216, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.btn-cocoon-success {
  margin-bottom: 10px;
}

/* line 220, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.btn-optional-charge {
  margin-top: 30px;
}

/* line 224, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.pdf-img {
  max-width: 320px;
}

/* line 228, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
select[readonly] {
  background: #eee;
  /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

/* line 234, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.charge-options-link {
  text-decoration: none;
  color: inherit;
}

/* line 239, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.charge-dropdown-menu {
  padding: 15px;
  min-width: 200px;
}

/* line 244, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.charge-option {
  padding: 5px;
}

/* line 248, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.report-dropdown-menu {
  padding: .25rem 1.5rem;
  min-width: 200px;
}

/* line 253, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.report-dropdown-item {
  padding: 0.5rem;
  text-decoration: none;
}

/* line 258, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.report-dropdown-item a:hover {
  text-decoration: none;
}

/* line 262, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.f12 {
  font-size: 12px;
}

/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.paid_value {
  width: 100px;
}

/* line 270, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.item-selected {
  background-color: #cccbcb !important;
}

/* line 274, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.white {
  color: white !important;
}

/* line 279, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
input[type=checkbox].grafeno-checkbox {
  transform: scale(1.5);
  padding: 10px;
}

/* line 285, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.chk input {
  display: none;
}

/* line 289, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.chk span {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border: 1px solid #DDD;
}

/* line 297, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.chk input:checked + span {
  background-color: #c03;
}

/* line 302, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
/* line 308, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx.disabled {
  pointer-events: none;
}

/* line 312, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

/* line 317, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}

/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

/* line 342, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00BBA7;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

/* line 352, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx span:last-child {
  padding-left: 8px;
}

/* line 355, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.cbx:hover span:first-child {
  border-color: #00BBA7;
}

/* line 359, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.inp-cbx:checked + .cbx span:first-child {
  background: #00BBA7;
  border-color: #00BBA7;
  animation: wave 0.4s ease;
}

/* line 364, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

/* line 367, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_extras.scss */
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 .625em #d9d9d9;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-top {
  align-items: flex-start;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-center {
  align-items: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-bottom {
  align-items: flex-end;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container.swal2-no-transition {
  transition: none !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup:focus {
  outline: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-styled:not([disabled]) {
  cursor: pointer;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-styled::-moz-focus-inner {
  border: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-close::-moz-focus-inner {
  border: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em auto;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s,box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-range {
  margin: 1em auto;
  background: #fff;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-range input {
  width: 80%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-input {
  height: 2.625em;
  padding: 0 .75em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-input[type=number] {
  max-width: 10em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-checkbox label, .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-checkbox input, .swal2-radio input {
  margin: 0 .4em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-noanimation {
  transition: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-range input {
    width: 100% !important;
  }

  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-range input {
    width: 100% !important;
  }

  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-height-auto {
  height: auto !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - .625em * 2);
  background-color: transparent !important;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-top-left, body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-center-left, body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-bottom-left, body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/sweetalert2/dist/sweetalert2.min.css */
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/comments.scss */
.card-comment {
  margin-top: 10px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/comments.scss */
.card-comment .card-header {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  padding-bottom: 8px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/comments.scss */
.card-comment .card-header span {
  font-size: 12px;
  font-weight: lighter;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  /* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  /* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  /* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  /* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  /* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  /* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  /* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.css */
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  /* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__select--month {
  width: 35%;
}

/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__select--year {
  width: 22.5%;
}

/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  /* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  /* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  /* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

/* line 172, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--today {
  position: relative;
}

/* line 175, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

/* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--disabled:before {
  border-top-color: #aaa;
}

/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--outfocus {
  color: #ddd;
}

/* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--highlighted {
  border-color: #0089ec;
}

/* line 200, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}

/* line 212, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

/* line 220, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 227, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__footer {
  text-align: center;
}

/* line 230, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 242, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 250, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

/* line 257, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 264, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 269, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 275, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}

/* line 280, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}

/* line 288, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

/* line 295, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/pickadate/lib/themes/default.date.css */
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/integration.scss */
.integration-card {
  margin-bottom: 15px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/integration.scss */
.integration-card h4 {
  padding-top: 5px;
  padding-bottom: 8px;
  font-weight: bold;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/autocomplete.scss */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/autocomplete.scss */
.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/autocomplete.scss */
.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/autocomplete.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer {
  color: #2d2d2d;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .logo {
  max-height: 78px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .logo-grafeno {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .item .icon {
  width: 48px;
  height: 48px;
  background-color: #00BBA7;
  max-width: 48px;
  max-height: 48px;
  display: flex;
  font-size: 18px;
  color: #EFEFEF;
  border-radius: 20px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .item .icon .fa-whatsapp {
  font-size: 24px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .padding-div-link {
  padding: 2rem 3rem;
  border-top: 1px solid #DFDFDF;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .padding-contact-copyright {
  padding: 1rem 3rem;
  border-top: 1px solid #DFDFDF;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .backgroud-contact {
  background-color: #EAEAEA;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .backgroud-outher {
  background-color: #EFEFEF;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .title-footer {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .text-footer {
  margin-bottom: 1rem;
  font-family: 'Inter';
  font-size: 13px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .copyright-text {
  font-family: 'Inter';
  font-size: 12px;
  display: flex;
  align-items: center;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer .footer-distance {
  display: none;
  height: 60px;
}

/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer-whitelabel .padding-contact-copyright, .footer-whitelabel .padding-div-link {
  padding-left: 6rem;
  padding-right: 6rem;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
.footer-whitelabel .content-links {
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  /* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .row {
    flex-flow: column;
  }
  /* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .col {
    margin: 5px 15px;
    display: flex;
  }
  /* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .logo-address, .footer .content-links {
    flex: none;
    max-width: 100%;
  }
  /* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .content-links {
    justify-content: left;
  }
  /* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .content-links .row {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
  /* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .content-links .row .col {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    flex: none;
    margin: 0;
  }
  /* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .content-links .row .col .title-footer {
    padding: 1rem 0;
  }
  /* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .footer-distance {
    display: block;
  }
  /* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .padding-div-link {
    padding: 1rem 1.5rem;
  }
  /* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .text-footer {
    margin-bottom: 10px;
  }
  /* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .padding-contact-copyright {
    padding: 1rem 1.5rem;
  }
  /* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .logo-grafeno {
    justify-content: left;
  }
  /* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/footer.scss */
  .footer .logo {
    max-width: 220px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper {
  position: sticky;
  top: 0;
  width: auto;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header {
  align-items: center;
  background-color: white;
  box-shadow: 0 5px 15px rgba(35, 31, 32, 0.05);
  color: #2d2d2d;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  justify-content: space-between;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  /* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-wrapper .header .client-info {
    align-items: flex-start !important;
    flex-flow: column;
  }
  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-wrapper .header .client-info .company {
    margin-bottom: 10px;
  }
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .client-info {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  font-size: 13px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .client-info .company {
  display: flex;
  flex-flow: column;
  margin-right: 40px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .client-info .company strong {
  font-size: 1rem;
  font-family: 'Montserrat', 'sans-serif';
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .client-info .bank-account {
  display: flex;
  flex-flow: column;
  margin-right: 40px;
  text-align: right;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .show-sidebar-button {
  background-color: transparent;
  border: 0;
  color: #00BBA7;
  display: none;
  font-size: 16px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-wrapper .header .show-sidebar-button {
    display: block;
  }
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .user-menu .dropdown-menu {
  padding: 0;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .header .user-menu .dropdown-menu a {
  padding: 20px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .center-logo {
  margin: 0 auto;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-wrapper .center-logo .header-logo {
  max-height: 50px;
}

/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu {
  padding: 0;
  max-height: 500px;
  max-width: 450px;
  overflow: auto;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu a {
  text-decoration: none;
  text-align: justify;
  font-size: 14px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu a .news {
  margin: 10px;
  padding: 10px;
  width: 350px;
  border-bottom: 1px solid #DFDFDF;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu a .news .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu a .news .datetime {
  display: flex;
  flex-flow: column;
  font-size: 12px;
  align-items: end;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu a .unread {
  background-color: #efefef;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .dropdown-menu a:hover {
  opacity: 0.8;
  color: inherit;
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.notification .notif {
  display: block;
  position: absolute;
  height: 12px;
  right: 30px;
  top: -5px;
  padding: 0 4px;
  border-radius: 10px;
  background-color: #FF5E3C;
}

/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-icon {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px;
}
/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-icon span {
  color: #2d2d2d;
  font-size: 12px;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-icon span:hover {
  color: #00BBA7;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-icon:hover {
  text-decoration: none;
  color: #00BBA7;
}

/* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-responsive {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  justify-content: space-between;
  padding: 10px 30px;
  z-index: 500;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.header-responsive .show-sidebar-button {
  background-color: transparent;
  border: 0;
}

/* line 174, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
#wrapper.toggled .header-wrapper .show-sidebar-button {
  display: block;
}

@media (max-width: 768px) {
  /* line 181, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-wrapper .header {
    font-size: 12px;
  }
  /* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-wrapper .header .client-info .bank-account {
    text-align: left;
  }
  /* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-wrapper .header .change-account, .header-wrapper .header .user-menu, .header-wrapper .header .show-sidebar-button, .header-wrapper .header .notification {
    display: none;
  }

  /* line 193, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-responsive {
    display: flex;
  }

  /* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .header-icon:hover {
    color: #00BBA7;
  }

  /* line 204, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
  .notification .dropdown-menu a .news {
    width: 350px;
  }
}
/* line 212, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/header.scss */
.spinner-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
  width: 23.5rem;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
html body {
  background-color: #f5f5f5;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
html body main #wrapper {
  display: flex;
  position: relative;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
html body main #wrapper .application-content {
  width: 100%;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
html body main #wrapper .application-content .header-wrapper {
  z-index: 200;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
html body main #wrapper .application-content .page-content-wrapper {
  z-index: 100;
}
@media (min-width: 768px) {
  /* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
  html body main #wrapper .application-content .page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/main.scss */
html body main #wrapper .application-content .page-content-wrapper .main-content {
  padding: 40px 20px;
  min-height: 80vh;
}

@media (max-width: 768px) {
  /* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/session.scss */
  .footer-login a {
    margin-top: 0.5rem;
  }
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/session.scss */
.login-fields small {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--danger);
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper {
  background-color: #231f20;
  display: flex;
  flex-flow: column;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0;
  min-height: 100vh;
  padding: 0 20px;
  position: relative;
  width: 240px;
  z-index: 300;
  transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  -webkit-transition: margin .25s ease-out;
}
@media (max-width: 768px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
  .sidebar-wrapper {
    height: 100%;
    margin-left: -18rem;
    position: absolute;
  }
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .brand-image {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 64px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .brand-image img {
  max-height: 41px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .brand-img-hide-sidebar {
  display: none;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-title {
  align-self: center;
  width: 140px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .submenu-arrow {
  align-self: center;
  margin-left: 1rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .submenu-arrow.turn {
  transform: rotate(180deg);
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu {
  font-family: 'Inter', sans-serif;
  height: 100%;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group {
  height: 100%;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu {
  border-width: .1rem;
  border-style: solid;
  border-right: none;
  border-left: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
  opacity: 0;
  max-height: 0;
  transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -webkit-transition: all .35s ease-in-out;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu.collapsing {
  display: block;
  max-height: 500px;
  opacity: 1;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu.show {
  display: block;
  width: 220px;
  max-height: 1000px;
  opacity: 1;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu.show .list-group-item.active {
  color: #00BBA7;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu.show .list-group-item span {
  position: relative;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .list-group-item {
  color: #848282;
  margin: 0;
  padding: 20px;
  width: 220px;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .list-group-item:hover {
  color: #efefef;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .parent-item-name {
  display: none !important;
  color: #848282;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 20px;
  width: 240px;
  word-break: break-all;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .second-level-item .third-level-item {
  font-size: 13px;
  margin: 0;
  padding-left: 30px;
  width: 240px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .saved-filter label {
  font-size: 13px;
  margin: 0;
  padding-left: 30px;
  width: 240px;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .saved-filter .third-level-item {
  padding: 20px 20px 20px 30px;
}
/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item {
  max-width: 195px;
  align-content: center;
  background-color: transparent;
  border: 0;
  color: #848282;
  display: flex;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  -webkit-transition: color .5s ease;
}
/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item:hover {
  color: #efefef;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item:hover svg {
  fill: #efefef;
}
/* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item.active {
  color: #00BBA7;
}
/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item.active .icon {
  color: #00BBA7;
}
/* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item.active svg {
  fill: #00BBA7;
}
/* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item.nav-disabled {
  opacity: 0.4;
}
/* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item.nav-disabled:hover {
  cursor: default;
}
/* line 204, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item .notification {
  background-color: #c44038;
  border-radius: 100%;
  height: 6px;
  margin-left: 10px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 6px;
}
/* line 215, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item .icon-notification {
  background-color: #c44038;
  border-radius: 100%;
  height: 6px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  z-index: 1;
}
/* line 227, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item .icon {
  align-items: center;
  align-self: center;
  display: flex;
  flex-basis: 48px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 16px;
  justify-content: center;
  min-height: 30px;
  z-index: 1;
}
/* line 240, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item .text {
  display: flex;
  justify-content: center;
  z-index: 1;
}
/* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group .list-group-item .text span {
  position: relative;
}
/* line 251, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .alert_icon {
  position: relative;
  color: #00BBA7;
  font-size: 10px;
}
/* line 257, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.sidebar-wrapper .sidebar-menu .list-group-item[href="#pix"].active .img-icon svg {
  fill: #00BBA7 !important;
}

/* line 264, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.img-icon {
  width: 24px;
}
/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
.img-icon svg {
  fill: #848282;
  transition: fill .5s ease;
  -moz-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  -webkit-transition: fill .5s ease;
}

/* line 276, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
#wrapper.toggled .sidebar-wrapper {
  margin-left: -15rem;
}
@media (min-width: 767px) {
  /* line 281, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
  #wrapper.toggled .sidebar-wrapper .JS-toggle-menu-item .icon {
    transform: rotate(180deg);
  }
}
@media (max-width: 768px) {
  /* line 276, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/layout/sidebar.scss */
  #wrapper.toggled .sidebar-wrapper {
    margin-left: 0;
  }
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page a {
  color: black;
  text-decoration: none;
  background-color: transparent;
  margin: 2px 0;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn {
  padding: 8px 16px;
  display: inline-block;
  font-size: 14px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-sm, .grafeno-page .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-primary, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-primary, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-primary {
  color: white;
  background-color: #00BBA7;
  border: 0;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-primary:hover, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-primary:hover, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-primary:hover {
  background-color: #008879;
  color: white;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-primary:focus, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-primary:focus, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-primary:focus, .grafeno-page .btn-primary:active, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-primary:active, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-primary:active, .grafeno-page .btn-primary.active, .grafeno-page #ccb-request .requests.warranty .action-buttons .active.btn-primary, #ccb-request .requests.warranty .action-buttons .grafeno-page .active.btn-primary, .grafeno-page .open .dropdown-toggle.btn-primary, .grafeno-page .open #ccb-request .requests.warranty .action-buttons .dropdown-toggle.btn-primary, #ccb-request .requests.warranty .action-buttons .grafeno-page .open .dropdown-toggle.btn-primary {
  background-color: #00BBA7;
  color: white;
  box-shadow: 0 0 0 0.15rem rgba(110, 116, 121, 0.2);
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-primary:not(:disabled):not(.disabled):active, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-primary:not(:disabled):not(.disabled):active, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-primary:not(:disabled):not(.disabled):active {
  color: white;
  background-color: #00BBA7;
  box-shadow: 0 0 0 0.15rem rgba(110, 116, 121, 0.4);
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-secondary {
  color: black;
  background-color: #E5E5E5;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-secondary:hover {
  filter: brightness(90%);
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-secondary:focus, .grafeno-page .btn-primary:active, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-primary:active, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-primary:active, .grafeno-page .btn-primary.active, .grafeno-page #ccb-request .requests.warranty .action-buttons .active.btn-primary, #ccb-request .requests.warranty .action-buttons .grafeno-page .active.btn-primary, .grafeno-page .open .dropdown-toggle.btn-primary, .grafeno-page .open #ccb-request .requests.warranty .action-buttons .dropdown-toggle.btn-primary, #ccb-request .requests.warranty .action-buttons .grafeno-page .open .dropdown-toggle.btn-primary {
  background-color: #E5E5E5;
  color: black;
  box-shadow: 0 0 0 0.15rem rgba(110, 116, 121, 0.4);
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-secondary:not(:disabled):not(.disabled):active {
  color: black;
  background-color: #E5E5E5;
  box-shadow: 0 0 0 0.15rem rgba(110, 116, 121, 0.4);
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-danger, .grafeno-page #ccb-request .requests.warranty a.btn-danger, #ccb-request .requests.warranty .grafeno-page a.btn-danger,
.grafeno-page #ccb-request .requests.warranty a[aria-expanded='true'],
#ccb-request .requests.warranty .grafeno-page a[aria-expanded='true'], .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-danger, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-danger {
  color: #c22f3d;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-danger:hover, .grafeno-page #ccb-request .requests.warranty a.btn-danger:hover, #ccb-request .requests.warranty .grafeno-page a.btn-danger:hover,
.grafeno-page #ccb-request .requests.warranty a[aria-expanded='true']:hover,
#ccb-request .requests.warranty .grafeno-page a[aria-expanded='true']:hover, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-danger:hover, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-danger:hover {
  background-color: #c22f3d;
  color: white;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-danger:not(:disabled):not(.disabled):active, .grafeno-page #ccb-request .requests.warranty a.btn-danger:not(:disabled):not(.disabled):active, #ccb-request .requests.warranty .grafeno-page a.btn-danger:not(:disabled):not(.disabled):active,
.grafeno-page #ccb-request .requests.warranty a[aria-expanded='true']:not(:disabled):not(.disabled):active,
#ccb-request .requests.warranty .grafeno-page a[aria-expanded='true']:not(:disabled):not(.disabled):active, .grafeno-page #ccb-request .requests.warranty .action-buttons .btn-danger:not(:disabled):not(.disabled):active, #ccb-request .requests.warranty .action-buttons .grafeno-page .btn-danger:not(:disabled):not(.disabled):active {
  background-color: #dc3545;
  box-shadow: 0 0 0 0.15rem rgba(110, 116, 121, 0.4);
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-info {
  background-color: #E5E5E5;
  color: black;
  border-color: #CCCCCC;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-info:hover {
  filter: brightness(90%);
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .btn-info:not(:disabled):not(.disabled):active {
  color: black;
  background-color: #E5E5E5;
  box-shadow: 0 0 0 0.15rem rgba(110, 116, 121, 0.4);
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.grafeno-page .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #00BBA7;
  color: #E5E5E5;
  font-size: 1.0625em;
}

/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
.form-as-button {
  width: fit-content;
  display: inline-block;
}

/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
body:not(.design-system) .form-as-button button[type=submit] {
  width: 31px;
  height: 31px;
  padding: 0;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/buttons.scss */
body:not(.design-system) .form-as-button button[type=submit] svg {
  vertical-align: middle;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card {
  background-color: #fff;
  border: 0;
  box-shadow: 0 5px 15px rgba(35, 31, 32, 0.05) !important;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card .card {
  border: 1px solid #dfdfdf;
  box-shadow: none !important;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card .card-body {
  padding: 30px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card .card-footer {
  background-color: #fff;
  border: 0;
  padding: 20px 30px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card .card-header {
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  padding: 20px 30px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card .card-header .title {
  float: left;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/cards.scss */
.grafeno-page .card .card-header .actions {
  float: right;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .datagrid-actions {
  margin-bottom: 20px;
  text-align: right;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .search-form .filter-toggle {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .search-form .filter-form hr {
  display: none;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .search-form .filter-form .filter-actions {
  margin-top: 20px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .table, .grafeno-page .table-bordered, .grafeno-page .table-show, .grafeno-page .table-show {
  border: 1px solid #dfdfdf;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .table th, .grafeno-page .table td, .grafeno-page .table-bordered th, .grafeno-page .table-show th, .grafeno-page .table-bordered td, .grafeno-page .table-show td, .grafeno-page .table-show th, .grafeno-page .table-show td {
  border: 1px solid #dfdfdf;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .table thead th, .grafeno-page .table-bordered thead th, .grafeno-page .table-show thead th, .grafeno-page .table-show thead th {
  border: 0;
  font-weight: 600;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/datagrid.scss */
.grafeno-page .table tr, .grafeno-page .table-bordered tr, .grafeno-page .table-show tr, .grafeno-page .table-show tr {
  border-bottom: 1px solid #dfdfdf;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page {
  font-size: 14px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page h1, .grafeno-page h2, .grafeno-page h3, .grafeno-page .card.card-default .card-header, .card.card-default .grafeno-page .card-header, .grafeno-page h4, .grafeno-page h5, .grafeno-page h6 {
  font-family: 'Montserrat', 'sans-serif';
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page p {
  font-family: 'Inter';
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .table thead, .grafeno-page .table tbody {
  font-family: 'Inter';
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .table thead th, .grafeno-page .table tbody th {
  font-weight: 600;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .card-header {
  font-family: 'Montserrat', 'sans-serif';
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .card-header h1 {
  font-size: 26px !important;
  margin: 0;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .card-header h2 {
  font-size: 22px !important;
  margin: 0;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .card-body {
  font-family: 'Inter';
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .btn {
  font-family: 'Inter';
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .form-group .form-control-label, .grafeno-page .form-group .control-label {
  font-family: 'Montserrat', 'sans-serif';
  font-weight: 500;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .form-group .select2 select, .grafeno-page .form-group .select2 span {
  font-family: 'Inter';
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_layout/typography.scss */
.grafeno-page .form-group .check_boxes .form-check {
  font-family: 'Inter';
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/environment_banner.scss */
.environment-banner {
  line-height: 12px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 110000;
  border-top: 5px solid #39c880;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/environment_banner.scss */
.environment-banner .environment-label {
  background-color: #39c880;
  border-radius: 0 0 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .01em;
  padding: 3px 16px 12px 16px;
  text-transform: uppercase;
  user-select: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/change_ip_account.scss */
.table-no-wrap {
  white-space: nowrap;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/change_ip_account.scss */
.charge-details .card-header .float-right {
  margin-left: 32px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_ledger_entries.scss */
tr .text {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/scrollbar_always_on.scss */
.h-scrollbar-always-on.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/scrollbar_always_on.scss */
.h-scrollbar-always-on.table-responsive::-webkit-scrollbar:vertical {
  width: 12px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/scrollbar_always_on.scss */
.h-scrollbar-always-on.table-responsive::-webkit-scrollbar:horizontal {
  height: 12px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/scrollbar_always_on.scss */
.h-scrollbar-always-on.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/scrollbar_always_on.scss */
.h-scrollbar-always-on.table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

@media print {
  /* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  * {
    -webkit-print-color-adjust: exact !important;
  }

  /* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .only-print {
    display: block !important;
  }

  /* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  footer {
    display: none;
  }

  /* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .no-print, #footer, .page-footer, #menu-toggle2, #sidebar-wrapper, #collapse-filter,
  .btn-primary,
  #ccb-request .requests.warranty .action-buttons .btn-primary, .action-buttons, .environment-banner, [data-is-bullet-footer], #webWidget, #Embed, #launcher {
    display: none !important;
  }

  /* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  #wrapper {
    padding-left: 0;
  }

  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .table td,
  .table th {
    background-color: #9B9B9B !important;
  }

  /* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  table th {
    color: #fff !important;
  }
  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  table th .sort_link {
    color: #fff !important;
    text-decoration: none;
  }
  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  table tbody tr:nth-child(odd) td {
    background-color: #DDDDDD !important;
  }
  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  table tbody tr:nth-child(even) td {
    background-color: #EEEEEE !important;
  }

  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  html, body {
    width: 210mm;
    height: auto;
  }

  /* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  body {
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    margin-top: 0;
  }

  /* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .text-align-right {
    text-align: right;
  }

  /* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .swal2-container.swal2-shown, .swal2-container.swal2-backdrop-show {
    background-color: #ffffff;
  }

  /* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .page-content-wrapper > .container {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  /* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/media-print/styles.scss */
  .page-content-wrapper > .container > .col.pt-2 {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@page {
  margin: 0 !important;
}
/*!
 * toggle-checkbox-radio v2.0.2 (https://alexdonh.github.io/toggle-checkbox-radio/)
 *
 * Copyright 2018 Alex Do
 * Licensed under MIT (https://github.com/alexdonh/toggle-checkbox-radio/blob/master/LICENSE)
 */
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle, input[type=radio].toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  position: relative;
  bottom: .1rem;
  vertical-align: middle;
  width: 2.25rem;
  height: 1rem;
  border: 2px #ced4da solid;
  border-radius: 1rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle:after, input[type=checkbox].toggle:before, input[type=radio].toggle:after, input[type=radio].toggle:before {
  box-sizing: border-box;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.disabled, input[type=checkbox].toggle:disabled, input[type=radio].toggle.disabled, input[type=radio].toggle:disabled {
  cursor: not-allowed;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-square, input[type=radio].toggle.is-square {
  border-radius: 0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-square:before, input[type=radio].toggle.is-square:before {
  border-radius: 0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle:before, input[type=radio].toggle:before {
  content: "";
  position: absolute;
  width: .75rem;
  height: .75rem;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.75);
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle:checked:before, input[type=radio].toggle:checked:before {
  left: 1.25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-outline:before, input[type=radio].toggle.is-outline:before {
  width: .5rem;
  height: .5rem;
  top: .125rem;
  left: .25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-outline:checked:before, input[type=radio].toggle.is-outline:checked:before {
  left: 1.25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-material, input[type=radio].toggle.is-material {
  margin: .275em .175rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-material:before, input[type=radio].toggle.is-material:before {
  width: 1.325rem;
  height: 1.325rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -.325rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-material:checked:before, input[type=radio].toggle.is-material:checked:before {
  left: 1rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.has-animation, input[type=radio].toggle.has-animation {
  transition: background-color .3s ease;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.has-animation:before, input[type=radio].toggle.has-animation:before {
  transition: left .3s ease,background-color .3s ease;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle:before, input[type=radio].toggle:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle:checked, input[type=radio].toggle:checked {
  border-color: #495057;
  background-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.disabled:checked, input[type=checkbox].toggle:disabled:checked, input[type=radio].toggle.disabled:checked, input[type=radio].toggle:disabled:checked {
  border-color: #949da5;
  background-color: #949da5;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-outline, input[type=radio].toggle.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-outline:checked:before, input[type=radio].toggle.is-outline:checked:before {
  background-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-material:checked, input[type=radio].toggle.is-material:checked {
  border-color: #78838e;
  background-color: #78838e;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-material:checked:before, input[type=radio].toggle.is-material:checked:before {
  background-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary:before, input[type=radio].toggle.color-primary:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary:checked, input[type=radio].toggle.color-primary:checked {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary.disabled:checked, input[type=checkbox].toggle.color-primary:disabled:checked, input[type=radio].toggle.color-primary.disabled:checked, input[type=radio].toggle.color-primary:disabled:checked {
  border-color: #99caff;
  background-color: #99caff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary.is-outline, input[type=radio].toggle.color-primary.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary.is-outline:checked:before, input[type=radio].toggle.color-primary.is-outline:checked:before {
  background-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary.is-material:checked, input[type=radio].toggle.color-primary.is-material:checked {
  border-color: #66b0ff;
  background-color: #66b0ff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-primary.is-material:checked:before, input[type=radio].toggle.color-primary.is-material:checked:before {
  background-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary:before, input[type=radio].toggle.color-secondary:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary:checked, input[type=radio].toggle.color-secondary:checked {
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary.disabled:checked, input[type=checkbox].toggle.color-secondary:disabled:checked, input[type=radio].toggle.color-secondary.disabled:checked, input[type=radio].toggle.color-secondary:disabled:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary.is-outline, input[type=radio].toggle.color-secondary.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary.is-outline:checked:before, input[type=radio].toggle.color-secondary.is-outline:checked:before {
  background-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary.is-material:checked, input[type=radio].toggle.color-secondary.is-material:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-secondary.is-material:checked:before, input[type=radio].toggle.color-secondary.is-material:checked:before {
  background-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success:before, input[type=radio].toggle.color-success:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success:checked, input[type=radio].toggle.color-success:checked {
  border-color: #28a745;
  background-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success.disabled:checked, input[type=checkbox].toggle.color-success:disabled:checked, input[type=radio].toggle.color-success.disabled:checked, input[type=radio].toggle.color-success:disabled:checked {
  border-color: #86e29b;
  background-color: #86e29b;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success.is-outline, input[type=radio].toggle.color-success.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success.is-outline:checked:before, input[type=radio].toggle.color-success.is-outline:checked:before {
  background-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success.is-material:checked, input[type=radio].toggle.color-success.is-material:checked {
  border-color: #5dd879;
  background-color: #5dd879;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-success.is-material:checked:before, input[type=radio].toggle.color-success.is-material:checked:before {
  background-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info:before, input[type=radio].toggle.color-info:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info:checked, input[type=radio].toggle.color-info:checked {
  border-color: #17a2b8;
  background-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info.disabled:checked, input[type=checkbox].toggle.color-info:disabled:checked, input[type=radio].toggle.color-info.disabled:checked, input[type=radio].toggle.color-info:disabled:checked {
  border-color: #7adeee;
  background-color: #7adeee;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info.is-outline, input[type=radio].toggle.color-info.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info.is-outline:checked:before, input[type=radio].toggle.color-info.is-outline:checked:before {
  background-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info.is-material:checked, input[type=radio].toggle.color-info.is-material:checked {
  border-color: #4cd3e9;
  background-color: #4cd3e9;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-info.is-material:checked:before, input[type=radio].toggle.color-info.is-material:checked:before {
  background-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning:before, input[type=radio].toggle.color-warning:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning:checked, input[type=radio].toggle.color-warning:checked {
  border-color: #ffc107;
  background-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning.disabled:checked, input[type=checkbox].toggle.color-warning:disabled:checked, input[type=radio].toggle.color-warning.disabled:checked, input[type=radio].toggle.color-warning:disabled:checked {
  border-color: #ffe7a0;
  background-color: #ffe7a0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning.is-outline, input[type=radio].toggle.color-warning.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning.is-outline:checked:before, input[type=radio].toggle.color-warning.is-outline:checked:before {
  background-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning.is-material:checked, input[type=radio].toggle.color-warning.is-material:checked {
  border-color: #ffdb6d;
  background-color: #ffdb6d;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-warning.is-material:checked:before, input[type=radio].toggle.color-warning.is-material:checked:before {
  background-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger:before, input[type=radio].toggle.color-danger:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger:checked, input[type=radio].toggle.color-danger:checked {
  border-color: #dc3545;
  background-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger.disabled:checked, input[type=checkbox].toggle.color-danger:disabled:checked, input[type=radio].toggle.color-danger.disabled:checked, input[type=radio].toggle.color-danger:disabled:checked {
  border-color: #f3b7bd;
  background-color: #f3b7bd;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger.is-outline, input[type=radio].toggle.color-danger.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger.is-outline:checked:before, input[type=radio].toggle.color-danger.is-outline:checked:before {
  background-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger.is-material:checked, input[type=radio].toggle.color-danger.is-material:checked {
  border-color: #eb8c95;
  background-color: #eb8c95;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-danger.is-material:checked:before, input[type=radio].toggle.color-danger.is-material:checked:before {
  background-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light:before, input[type=radio].toggle.color-light:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light:checked, input[type=radio].toggle.color-light:checked {
  border-color: #e9ecef;
  background-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light.disabled:checked, input[type=checkbox].toggle.color-light:disabled:checked, input[type=radio].toggle.color-light.disabled:checked, input[type=radio].toggle.color-light:disabled:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light.is-outline, input[type=radio].toggle.color-light.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light.is-outline:checked:before, input[type=radio].toggle.color-light.is-outline:checked:before {
  background-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light.is-material:checked, input[type=radio].toggle.color-light.is-material:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-light.is-material:checked:before, input[type=radio].toggle.color-light.is-material:checked:before {
  background-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark:before, input[type=radio].toggle.color-dark:before {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark:checked, input[type=radio].toggle.color-dark:checked {
  border-color: #343a40;
  background-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark.disabled:checked, input[type=checkbox].toggle.color-dark:disabled:checked, input[type=radio].toggle.color-dark.disabled:checked, input[type=radio].toggle.color-dark:disabled:checked {
  border-color: #7a8793;
  background-color: #7a8793;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark.is-outline, input[type=radio].toggle.color-dark.is-outline {
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark.is-outline:checked:before, input[type=radio].toggle.color-dark.is-outline:checked:before {
  background-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark.is-material:checked, input[type=radio].toggle.color-dark.is-material:checked {
  border-color: #626d78;
  background-color: #626d78;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.color-dark.is-material:checked:before, input[type=radio].toggle.color-dark.is-material:checked:before {
  background-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small, input[type=radio].toggle.is-small {
  width: 1.96875rem;
  height: .875rem;
  border-radius: .875rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small:before, input[type=radio].toggle.is-small:before {
  width: .625rem;
  height: .625rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small:checked:before, input[type=radio].toggle.is-small:checked:before {
  left: 1.09375rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small.is-outline:before, input[type=radio].toggle.is-small.is-outline:before {
  width: .375rem;
  height: .375rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small.is-outline:checked:before, input[type=radio].toggle.is-small.is-outline:checked:before {
  left: 1.09375rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small.is-material:before, input[type=radio].toggle.is-small.is-material:before {
  width: 1.125rem;
  height: 1.125rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-small.is-material:checked:before, input[type=radio].toggle.is-small.is-material:checked:before {
  left: .84375rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large, input[type=radio].toggle.is-large {
  width: 2.8125rem;
  height: 1.25rem;
  border-radius: 1.25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large:before, input[type=radio].toggle.is-large:before {
  width: 1rem;
  height: 1rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large:checked:before, input[type=radio].toggle.is-large:checked:before {
  left: 1.5625rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large.is-outline:before, input[type=radio].toggle.is-large.is-outline:before {
  width: .75rem;
  height: .75rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large.is-outline:checked:before, input[type=radio].toggle.is-large.is-outline:checked:before {
  left: 1.5625rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large.is-material:before, input[type=radio].toggle.is-large.is-material:before {
  width: 1.5rem;
  height: 1.5rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].toggle.is-large.is-material:checked:before, input[type=radio].toggle.is-large.is-material:checked:before {
  left: 1.3125rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox, input[type=radio].checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  position: relative;
  bottom: .1rem;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border: 2px #ced4da solid;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox:after, input[type=checkbox].checkbox:before, input[type=radio].checkbox:after, input[type=radio].checkbox:before {
  box-sizing: border-box;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.disabled, input[type=checkbox].checkbox:disabled, input[type=radio].checkbox.disabled, input[type=radio].checkbox:disabled {
  cursor: not-allowed;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox:active, input[type=checkbox].checkbox:focus, input[type=radio].checkbox:active, input[type=radio].checkbox:focus {
  border-color: rgba(0, 123, 255, 0.25);
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox:before, input[type=radio].checkbox:before {
  content: "";
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 12.5%;
  height: 50%;
  border-left: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-hoverable:hover:before, input[type=checkbox].checkbox:checked:before, input[type=radio].checkbox.is-hoverable:hover:before, input[type=radio].checkbox:checked:before {
  visibility: visible;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-outline:before, input[type=radio].checkbox.is-outline:before {
  left: 2px;
  right: 2px;
  top: 20%;
  height: 40%;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-outline:checked, input[type=radio].checkbox.is-outline:checked {
  background-color: transparent !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-material:before, input[type=radio].checkbox.is-material:before {
  content: initial;
  content: unset;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-rounded, input[type=radio].checkbox.is-rounded {
  border-radius: .25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-circle, input[type=radio].checkbox.is-circle {
  border-radius: 50%;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-square, input[type=radio].checkbox.is-square {
  border-radius: 0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-material:checked, input[type=radio].checkbox.is-material:checked {
  height: .5rem;
  border-top: none;
  border-right: none;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: rotate(-45deg) translate(12.5%, -12.5%);
  transform: rotate(-45deg) translate(12.5%, -12.5%);
  background-color: transparent !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.has-animation:before, input[type=radio].checkbox.has-animation:before {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -165deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -165deg);
  transition: opacity .2s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .2s ease;
  transition: transform .3s ease,opacity .2s ease,-webkit-transform .3s ease;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.has-animation:checked:before, input[type=radio].checkbox.has-animation:checked:before {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.has-animation.is-material, input[type=radio].checkbox.has-animation.is-material {
  opacity: 1;
  transition: height .2s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,height .2s ease;
  transition: transform .3s ease,height .2s ease,-webkit-transform .3s ease;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.is-hoverable:hover:not(:checked):before {
  border-color: #b0b6bc;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox:before, input[type=radio].checkbox:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox:checked, input[type=radio].checkbox:checked {
  border-color: #495057;
  background-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.disabled:checked, input[type=checkbox].checkbox:disabled:checked, input[type=radio].checkbox.disabled:checked, input[type=radio].checkbox:disabled:checked {
  border-color: #949da5;
  background-color: #949da5;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-outline:before, input[type=radio].checkbox.is-outline:before {
  border-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-primary.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-primary.is-hoverable:hover:not(:checked):before {
  border-color: #cce5ff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-primary:before, input[type=radio].checkbox.color-primary:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-primary:checked, input[type=radio].checkbox.color-primary:checked {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-primary.disabled:checked, input[type=checkbox].checkbox.color-primary:disabled:checked, input[type=radio].checkbox.color-primary.disabled:checked, input[type=radio].checkbox.color-primary:disabled:checked {
  border-color: #99caff;
  background-color: #99caff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-primary.is-outline:before, input[type=radio].checkbox.color-primary.is-outline:before {
  border-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-secondary.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-secondary.is-hoverable:hover:not(:checked):before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-secondary:before, input[type=radio].checkbox.color-secondary:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-secondary:checked, input[type=radio].checkbox.color-secondary:checked {
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-secondary.disabled:checked, input[type=checkbox].checkbox.color-secondary:disabled:checked, input[type=radio].checkbox.color-secondary.disabled:checked, input[type=radio].checkbox.color-secondary:disabled:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-secondary.is-outline:before, input[type=radio].checkbox.color-secondary.is-outline:before {
  border-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-success.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-success.is-hoverable:hover:not(:checked):before {
  border-color: #afecbd;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-success:before, input[type=radio].checkbox.color-success:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-success:checked, input[type=radio].checkbox.color-success:checked {
  border-color: #28a745;
  background-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-success.disabled:checked, input[type=checkbox].checkbox.color-success:disabled:checked, input[type=radio].checkbox.color-success.disabled:checked, input[type=radio].checkbox.color-success:disabled:checked {
  border-color: #86e29b;
  background-color: #86e29b;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-success.is-outline:before, input[type=radio].checkbox.color-success.is-outline:before {
  border-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-info.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-info.is-hoverable:hover:not(:checked):before {
  border-color: #a7e9f4;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-info:before, input[type=radio].checkbox.color-info:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-info:checked, input[type=radio].checkbox.color-info:checked {
  border-color: #17a2b8;
  background-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-info.disabled:checked, input[type=checkbox].checkbox.color-info:disabled:checked, input[type=radio].checkbox.color-info.disabled:checked, input[type=radio].checkbox.color-info:disabled:checked {
  border-color: #7adeee;
  background-color: #7adeee;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-info.is-outline:before, input[type=radio].checkbox.color-info.is-outline:before {
  border-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-warning.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-warning.is-hoverable:hover:not(:checked):before {
  border-color: #fff4d3;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-warning:before, input[type=radio].checkbox.color-warning:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-warning:checked, input[type=radio].checkbox.color-warning:checked {
  border-color: #ffc107;
  background-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-warning.disabled:checked, input[type=checkbox].checkbox.color-warning:disabled:checked, input[type=radio].checkbox.color-warning.disabled:checked, input[type=radio].checkbox.color-warning:disabled:checked {
  border-color: #ffe7a0;
  background-color: #ffe7a0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-warning.is-outline:before, input[type=radio].checkbox.color-warning.is-outline:before {
  border-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-danger.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-danger.is-hoverable:hover:not(:checked):before {
  border-color: #fae3e5;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-danger:before, input[type=radio].checkbox.color-danger:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-danger:checked, input[type=radio].checkbox.color-danger:checked {
  border-color: #dc3545;
  background-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-danger.disabled:checked, input[type=checkbox].checkbox.color-danger:disabled:checked, input[type=radio].checkbox.color-danger.disabled:checked, input[type=radio].checkbox.color-danger:disabled:checked {
  border-color: #f3b7bd;
  background-color: #f3b7bd;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-danger.is-outline:before, input[type=radio].checkbox.color-danger.is-outline:before {
  border-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-light.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-light.is-hoverable:hover:not(:checked):before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-light:before, input[type=radio].checkbox.color-light:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-light:checked, input[type=radio].checkbox.color-light:checked {
  border-color: #e9ecef;
  background-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-light.disabled:checked, input[type=checkbox].checkbox.color-light:disabled:checked, input[type=radio].checkbox.color-light.disabled:checked, input[type=radio].checkbox.color-light:disabled:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-light.is-outline:before, input[type=radio].checkbox.color-light.is-outline:before {
  border-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-dark.is-hoverable:hover:not(:checked):before, input[type=radio].checkbox.color-dark.is-hoverable:hover:not(:checked):before {
  border-color: #96a0aa;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-dark:before, input[type=radio].checkbox.color-dark:before {
  border-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-dark:checked, input[type=radio].checkbox.color-dark:checked {
  border-color: #343a40;
  background-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-dark.disabled:checked, input[type=checkbox].checkbox.color-dark:disabled:checked, input[type=radio].checkbox.color-dark.disabled:checked, input[type=radio].checkbox.color-dark:disabled:checked {
  border-color: #7a8793;
  background-color: #7a8793;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.color-dark.is-outline:before, input[type=radio].checkbox.color-dark.is-outline:before {
  border-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-small, input[type=radio].checkbox.is-small {
  width: .875rem;
  height: .875rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-small.is-material:checked, input[type=radio].checkbox.is-small.is-material:checked {
  height: .4375rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-large, input[type=radio].checkbox.is-large {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].checkbox.is-large.is-material:checked, input[type=radio].checkbox.is-large.is-material:checked {
  height: .625rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio, input[type=radio].radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
  position: relative;
  bottom: .1rem;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  border: 2px #ced4da solid;
  border-radius: 50%;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio:after, input[type=checkbox].radio:before, input[type=radio].radio:after, input[type=radio].radio:before {
  box-sizing: border-box;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.disabled, input[type=checkbox].radio:disabled, input[type=radio].radio.disabled, input[type=radio].radio:disabled {
  cursor: not-allowed;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio:active, input[type=checkbox].radio:focus, input[type=radio].radio:active, input[type=radio].radio:focus {
  border-color: rgba(0, 123, 255, 0.25);
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio:before, input[type=radio].radio:before {
  content: "";
  position: absolute;
  visibility: hidden;
  top: .125rem;
  bottom: .125rem;
  left: .125rem;
  right: .125rem;
  border-radius: 50%;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-hoverable:hover:before, input[type=checkbox].radio:checked:before, input[type=radio].radio.is-hoverable:hover:before, input[type=radio].radio:checked:before {
  visibility: visible;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-outline:checked, input[type=radio].radio.is-outline:checked {
  background-color: transparent !important;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-outline:before, input[type=radio].radio.is-outline:before {
  top: .1875rem;
  bottom: .1875rem;
  left: .1875rem;
  right: .1875rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-material:before, input[type=radio].radio.is-material:before {
  content: initial;
  content: unset;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-rounded, input[type=radio].radio.is-rounded {
  border-radius: .25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-rounded:before, input[type=radio].radio.is-rounded:before {
  border-radius: .25rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-circle, input[type=radio].radio.is-circle {
  border-radius: 50%;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-circle:before, input[type=radio].radio.is-circle:before {
  border-radius: 50%;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-square, input[type=radio].radio.is-square {
  border-radius: 0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-square:before, input[type=radio].radio.is-square:before {
  border-radius: 0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.has-animation:before, input[type=radio].radio.has-animation:before {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  transition: opacity .2s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .2s ease;
  transition: transform .3s ease,opacity .2s ease,-webkit-transform .3s ease;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.has-animation:checked:before, input[type=radio].radio.has-animation:checked:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.has-animation.is-material:checked, input[type=radio].radio.has-animation.is-material:checked {
  -webkit-animation: radio-zoom-in .3s both;
  animation: radio-zoom-in .3s both;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-hoverable:hover:not(:checked):before, input[type=radio].radio.is-hoverable:hover:not(:checked):before {
  border-color: #b0b6bc;
  background-color: #b0b6bc;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio:before, input[type=radio].radio:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio:checked, input[type=radio].radio:checked {
  border-color: #495057;
  background-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.disabled:checked, input[type=checkbox].radio:disabled:checked, input[type=radio].radio.disabled:checked, input[type=radio].radio:disabled:checked {
  border-color: #949da5;
  background-color: #949da5;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-outline:before, input[type=radio].radio.is-outline:before {
  border-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-outline:checked:before, input[type=radio].radio.is-outline:checked:before {
  background-color: #495057;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-primary.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-primary.is-hoverable:hover:not(:checked):before {
  border-color: #cce5ff;
  background-color: #cce5ff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-primary:before, input[type=radio].radio.color-primary:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-primary:checked, input[type=radio].radio.color-primary:checked {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-primary.disabled:checked, input[type=checkbox].radio.color-primary:disabled:checked, input[type=radio].radio.color-primary.disabled:checked, input[type=radio].radio.color-primary:disabled:checked {
  border-color: #99caff;
  background-color: #99caff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-primary.is-outline:before, input[type=radio].radio.color-primary.is-outline:before {
  border-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-primary.is-outline:checked:before, input[type=radio].radio.color-primary.is-outline:checked:before {
  background-color: #007bff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-secondary.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-secondary.is-hoverable:hover:not(:checked):before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-secondary:before, input[type=radio].radio.color-secondary:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-secondary:checked, input[type=radio].radio.color-secondary:checked {
  border-color: #dee2e6;
  background-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-secondary.disabled:checked, input[type=checkbox].radio.color-secondary:disabled:checked, input[type=radio].radio.color-secondary.disabled:checked, input[type=radio].radio.color-secondary:disabled:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-secondary.is-outline:before, input[type=radio].radio.color-secondary.is-outline:before {
  border-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-secondary.is-outline:checked:before, input[type=radio].radio.color-secondary.is-outline:checked:before {
  background-color: #dee2e6;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-success.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-success.is-hoverable:hover:not(:checked):before {
  border-color: #afecbd;
  background-color: #afecbd;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-success:before, input[type=radio].radio.color-success:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-success:checked, input[type=radio].radio.color-success:checked {
  border-color: #28a745;
  background-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-success.disabled:checked, input[type=checkbox].radio.color-success:disabled:checked, input[type=radio].radio.color-success.disabled:checked, input[type=radio].radio.color-success:disabled:checked {
  border-color: #86e29b;
  background-color: #86e29b;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-success.is-outline:before, input[type=radio].radio.color-success.is-outline:before {
  border-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-success.is-outline:checked:before, input[type=radio].radio.color-success.is-outline:checked:before {
  background-color: #28a745;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-info.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-info.is-hoverable:hover:not(:checked):before {
  border-color: #a7e9f4;
  background-color: #a7e9f4;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-info:before, input[type=radio].radio.color-info:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-info:checked, input[type=radio].radio.color-info:checked {
  border-color: #17a2b8;
  background-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-info.disabled:checked, input[type=checkbox].radio.color-info:disabled:checked, input[type=radio].radio.color-info.disabled:checked, input[type=radio].radio.color-info:disabled:checked {
  border-color: #7adeee;
  background-color: #7adeee;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-info.is-outline:before, input[type=radio].radio.color-info.is-outline:before {
  border-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-info.is-outline:checked:before, input[type=radio].radio.color-info.is-outline:checked:before {
  background-color: #17a2b8;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-warning.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-warning.is-hoverable:hover:not(:checked):before {
  border-color: #fff4d3;
  background-color: #fff4d3;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-warning:before, input[type=radio].radio.color-warning:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-warning:checked, input[type=radio].radio.color-warning:checked {
  border-color: #ffc107;
  background-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-warning.disabled:checked, input[type=checkbox].radio.color-warning:disabled:checked, input[type=radio].radio.color-warning.disabled:checked, input[type=radio].radio.color-warning:disabled:checked {
  border-color: #ffe7a0;
  background-color: #ffe7a0;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-warning.is-outline:before, input[type=radio].radio.color-warning.is-outline:before {
  border-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-warning.is-outline:checked:before, input[type=radio].radio.color-warning.is-outline:checked:before {
  background-color: #ffc107;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-danger.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-danger.is-hoverable:hover:not(:checked):before {
  border-color: #fae3e5;
  background-color: #fae3e5;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-danger:before, input[type=radio].radio.color-danger:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-danger:checked, input[type=radio].radio.color-danger:checked {
  border-color: #dc3545;
  background-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-danger.disabled:checked, input[type=checkbox].radio.color-danger:disabled:checked, input[type=radio].radio.color-danger.disabled:checked, input[type=radio].radio.color-danger:disabled:checked {
  border-color: #f3b7bd;
  background-color: #f3b7bd;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-danger.is-outline:before, input[type=radio].radio.color-danger.is-outline:before {
  border-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-danger.is-outline:checked:before, input[type=radio].radio.color-danger.is-outline:checked:before {
  background-color: #dc3545;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-light.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-light.is-hoverable:hover:not(:checked):before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-light:before, input[type=radio].radio.color-light:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-light:checked, input[type=radio].radio.color-light:checked {
  border-color: #e9ecef;
  background-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-light.disabled:checked, input[type=checkbox].radio.color-light:disabled:checked, input[type=radio].radio.color-light.disabled:checked, input[type=radio].radio.color-light:disabled:checked {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-light.is-outline:before, input[type=radio].radio.color-light.is-outline:before {
  border-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-light.is-outline:checked:before, input[type=radio].radio.color-light.is-outline:checked:before {
  background-color: #e9ecef;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-dark.is-hoverable:hover:not(:checked):before, input[type=radio].radio.color-dark.is-hoverable:hover:not(:checked):before {
  border-color: #96a0aa;
  background-color: #96a0aa;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-dark:before, input[type=radio].radio.color-dark:before {
  border-color: #fff;
  background-color: #fff;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-dark:checked, input[type=radio].radio.color-dark:checked {
  border-color: #343a40;
  background-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-dark.disabled:checked, input[type=checkbox].radio.color-dark:disabled:checked, input[type=radio].radio.color-dark.disabled:checked, input[type=radio].radio.color-dark:disabled:checked {
  border-color: #7a8793;
  background-color: #7a8793;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-dark.is-outline:before, input[type=radio].radio.color-dark.is-outline:before {
  border-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.color-dark.is-outline:checked:before, input[type=radio].radio.color-dark.is-outline:checked:before {
  background-color: #343a40;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-small, input[type=radio].radio.is-small {
  width: .875rem;
  height: .875rem;
}

/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/toggle-checkbox-radio/dist/toggle-checkbox-radio.min.css */
input[type=checkbox].radio.is-large, input[type=radio].radio.is-large {
  width: 1.25rem;
  height: 1.25rem;
}

@-webkit-keyframes radio-zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes radio-zoom-in {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/*# sourceMappingURL=toggle-checkbox-radio.min.css.map */
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/datepicker_override.scss */
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background: #00BBA7;
  color: #fff;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/datepicker_override.scss */
.picker__day--highlighted {
  border-color: #00554c;
}

/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/datepicker_override.scss */
.picker__day--today:before {
  border-top: 0.5em solid black;
}

/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/datepicker_override.scss */
.picker__day--infocus:hover, .picker__day--outfocus:hover {
  background: #22ffe7;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/select2_override.scss */
.select2-results__option[aria-disabled=true] {
  color: #959595;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/select2_override.scss */
.select2-non-fixed-width + .select2-container {
  width: 100% !important;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .total-positive-form {
  align-items: center;
  display: flex;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .total-positive-form .form-group {
  margin: 0;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .total-positive-form label {
  margin: 0;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table thead th {
  border-bottom: none;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table .font-bold {
  color: #656565;
  font-weight: 700 !important;
  line-height: 24px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table .count-col {
  background-color: #F1F1F1;
  text-align: center;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table .total-col {
  background-color: #E3E3E3;
  text-align: right;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table .label-min-width {
  font-weight: 400;
  min-width: 230px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table tr:hover {
  background-color: #F1F1F1;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .JS-expense-management-spinner {
  display: grid;
  justify-content: center;
  margin: 52px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .JS-expense-management-spinner .spinner-border {
  border-right-color: transparent;
  border: 0.25em solid #00BBA7;
  height: 70px;
  width: 70px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .JS-expense-management-spinner p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table-scroll {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1094px;
  margin-bottom: 32px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table-scroll .table-wrap {
  overflow: auto;
  width: 100%;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table-scroll table {
  border-collapse: separate;
  border-spacing: 0;
  margin: auto;
  width: 100%;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .table-scroll table th, .card-expense-management .table-scroll table td {
  vertical-align: middle;
  white-space: nowrap;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .clone {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .clone th, .card-expense-management .clone td {
  border-color: transparent;
  visibility: hidden;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .clone tbody th {
  visibility: visible;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
.card-expense-management .clone .fixed-side {
  border-top: 1px solid #DFDFDF;
  visibility: visible;
}
@media (max-width: 1100px) {
  /* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
  .card-expense-management .label-min-width {
    max-width: 150px;
    word-break: break-all;
    white-space: normal !important;
  }
  /* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
  .card-expense-management .filter-toggle-search {
    flex-wrap: wrap;
  }
  /* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
  .card-expense-management .filter-toggle-search .JS-ds-search-form-btns {
    justify-content: start !important;
    margin-top: 16px;
    margin-left: -24px;
  }
}
@media (max-width: 475px) {
  /* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
  .card-expense-management .JS-ds-search-form-btns {
    display: grid !important;
  }
  /* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/billing/expense_management.scss */
  .card-expense-management .JS-ds-search-form-btns .btn-primary, .card-expense-management .JS-ds-search-form-btns #ccb-request .requests.warranty .action-buttons .btn-primary, #ccb-request .requests.warranty .action-buttons .card-expense-management .JS-ds-search-form-btns .btn-primary {
    margin-top: 16px;
  }
}

/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-rows-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #656565;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-wrapper.per-page-select-wrapper--open {
  border-width: 2px;
  border-color: #00BBA7;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-wrapper.per-page-select-wrapper--open .per-page-select-icon svg {
  transform: rotate(180deg);
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-value {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #0C111D;
  pointer-events: none;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #475467;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 100%;
  margin: 0;
  padding: 4px;
  list-style: none;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-dropdown.is-open {
  display: block;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-option {
  padding: 8px 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0C111D;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 8px;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-option:hover {
  background: #e6f8f6;
  font-weight: 600;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .per-page-select-option--selected {
  font-weight: 600;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-grid__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-grid__arrow,
.pagination-controls .pagination-grid__page {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-grid__arrow--enabled,
.pagination-controls .pagination-grid__page {
  font-weight: 600;
  color: #656565;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-grid__arrow--enabled:hover,
.pagination-controls .pagination-grid__page:hover {
  text-decoration: none;
  color: #656565;
}
/* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pagination_grid.scss */
.pagination-controls .pagination-grid__arrow--disabled {
  font-weight: 400;
  color: #D2D2D2;
  cursor: default;
  pointer-events: none;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout {
  background-color: #e4f3ff;
  border: 2px solid #317aec;
  border-radius: 4px;
  font-size: 14px;
  line-height: 150% !important;
  margin-top: 16px;
  padding: 16px;
  width: fit-content;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout .circle-icon svg {
  fill: #317aec;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.warning {
  background-color: #fffde8;
  border-color: #f38329;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.warning .circle-icon svg {
  color: #F38329;
  fill: #F38329;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.negative {
  background-color: #FFEBEE;
  border-color: #B61D1A;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.negative .circle-icon svg {
  color: #B61D1A;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.gray {
  background-color: #f1f1f1;
  border: 0;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.info-light {
  background-color: #F9F8FF;
  border-color: #E3DEF9;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.neutral {
  background: #FAFAFA;
  border-color: #E3E3E3;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.neutral .circle-icon svg {
  fill: #475467;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout.alert-warning {
  background: #F38329;
  border-radius: 12px;
  border: none;
  color: #0C111D;
  display: flex;
  font-weight: 600;
  margin-top: 32px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout .circle-icon {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 8px;
  min-height: 30px;
  min-width: 30px;
  width: 30px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout a {
  text-decoration: underline;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
.callout .close-btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/callout.scss */
  .callout {
    display: block !important;
  }
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
p.warning-box {
  padding: 20px;
  margin: 0px 50px 30px 50px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #666666;
  background-color: #ffc94d;
}

/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.normal-box {
  padding: 20px;
  margin: 0px 50px 30px 50px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #666666;
}

/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.error-box {
  padding: 20px;
  margin: 0px 50px 30px 50px;
  border: 1px solid #d81a1a;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.collection_check_boxes {
  margin-left: 10px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
#ccb-request .ds-ccb-requests-new .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
#ccb-request .ds-ccb-requests-new .ds-btns, #ccb-request .ds-ccb-requests-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new legend {
  margin-bottom: 24px;
  font-size: 16px;
  margin-top: 10px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .ccb_request_funder_id label {
  font-weight: 600 !important;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .ccb_request_backend_cd label {
  font-weight: 600 !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new label {
  font-weight: 400 !important;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .ds-btns {
  float: none !important;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .table-responsive {
  margin: 16px 0px 16px 0px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .text-danger {
  margin: 24px 0px 24px 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFEBEE;
  border: 2px solid #D22F2D;
  border-radius: 4px;
  padding: 24px;
  color: #0C111D !important;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .ccb_request_funder_id .select2-container, #ccb-request .ds-ccb-requests-new .ccb_request_backend_cd .select2-container {
  width: 440px !important;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .ccb_request_funder_id .select2-selection, #ccb-request .ds-ccb-requests-new .ccb_request_backend_cd .select2-selection {
  border: 2px solid #D0D5DD;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new svg.fa-plus {
  display: none;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .container-accept-terms-of-service {
  margin-top: 40px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .container-accept-terms-of-service .checkbox {
  display: none;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .container-accept-terms-of-service .accept-terms-of-service-btn {
  height: auto;
  border: none;
  padding: 0px;
  margin: 0px;
  color: #00BBA7;
  background: none;
  text-decoration: underline;
  font-size: 14px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .container-accept-terms-of-service .accept-terms-of-service-label {
  pointer-events: none !important;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new label, #ccb-request .ds-ccb-requests-new .modal-title {
  font-family: "Inter", sans-serif !important;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-header, #ccb-request .ds-ccb-requests-new .modal .modal-footer, #ccb-request .ds-ccb-requests-new .modal .modal-content {
  border: none;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-header .modal-title {
  font-weight: 700;
  font-size: 24px;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-content {
  border-radius: 4px;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body, #ccb-request .ds-ccb-requests-new .modal .modal-footer {
  padding: 0px 24px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-header {
  padding: 24px 24px;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-footer {
  padding-bottom: 16px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container legend {
  display: none;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check {
  padding: 0px;
  margin: 0px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check label {
  font-weight: 400 !important;
  margin: 0px 8px 12px 8px;
  pointer-events: none !important;
  padding: 0px 0px 0px 16px;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check input[type="checkbox"] {
  pointer-events: initial !important;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check input[type="checkbox"]:checked + label::before {
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-color: #0C111D;
  border-radius: 50%;
  background: #0C111D;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check input[type="checkbox"]:checked + label::after, #ccb-request .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check .form-check-input {
  display: none !important;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .card-info .card-info-content {
  border: 2px solid #D0D5DD;
  width: 440px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 4px;
  margin-top: 8px;
  font-size: 14px;
}
/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
#ccb-request .ds-ccb-requests-new .card-info .card-info-title {
  font-weight: 600;
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values,
#ccb-request .ds-ccb-simulator {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
#ccb-request .ds-ccb-operation-values .card-header,
#ccb-request .ds-ccb-simulator .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .warning-box,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .warning-box {
  margin: 24px 0px 24px 0px;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
  text-align: left;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .card-default,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .card-default {
  margin-top: 24px;
  padding: 0px;
  border: none;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row {
  display: flex;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .container-buttons,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .container-buttons {
  display: flex;
  justify-content: flex-end;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .input-group-append,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .input-group-append {
  display: none;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .input-group-prepend,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .input-group-prepend {
  display: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list {
  display: flex;
  padding-bottom: 24px;
  gap: 24px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list .table,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list .table {
  border: 1px solid #D0D5DD;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list .table th,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list .table th {
  color: #0C111D;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 150%;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list .table td,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list .table td {
  font-size: 14px;
  color: #0C111D;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table th,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table th {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 150%;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table tr,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table tr {
  color: #0C111D;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table td,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .row .table td {
  font-size: 14px;
  color: #0C111D;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group, #ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .control-label, #ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .invalid-feedback,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .control-label,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .invalid-feedback {
  min-width: 251px;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group input:focus,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group input:focus {
  background-color: transparent;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-data-content::after, #ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group::after, #ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-data-content::after,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group::after,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after {
  content: attr(data-content);
  position: absolute;
  justify-content: end;
  align-items: center;
  padding-right: 12px;
  display: flex;
  height: 38px;
  min-width: 251px;
  pointer-events: none;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after,
#ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after {
  padding-right: 40px !important;
}
/* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body [type="submit"],
#ccb-request .ds-ccb-simulator .card-body [type="submit"] {
  border: none;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
#ccb-request .ds-ccb-operation-values .card-body label,
#ccb-request .ds-ccb-simulator .card-body label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
#ccb-request .ds-ccb-company-data .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
#ccb-request .ds-ccb-company-data .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
#ccb-request .ds-ccb-company-data .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
#ccb-request .ds-ccb-company-data .text-divider:before {
  content: none;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .card-body {
  margin-top: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .card-body .warning-box {
  margin: 24px 0px 24px 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .ccb_company_id span.select2-container {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 40px;
  width: 500px !important;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data span.select2-container {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  font-size: 14px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data span.select2-selection {
  border: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data [data-file="JS-input-file"] {
  width: 448px;
  margin-right: 40px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-4 {
  padding: 0px;
  max-width: none;
  width: 100%;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-3, #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row [data-file="JS-input-file"] .col-lg-2, #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-address-container [data-file="JS-input-file"] .col-lg-5, #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-bank-account-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row [data-file="JS-input-file"] .col-lg-2, #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .design-system .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .row #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-2, #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-5 {
  display: none;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data input.form-control {
  font-size: 14px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .input-group-prepend {
  display: none;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data #ccb_company_formatted_average_billing {
  width: 233px;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .text-divider:nth-child(3) {
  display: none;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row {
  margin-top: 40px;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .text-divider {
  margin-top: 48px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
#ccb-request .ds-ccb-company-data #JS-button-continue-ccb-company-form svg {
  display: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
#ccb-request .ds-ccb-company-signers .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers .card-body {
  margin-bottom: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers .card-body form, #ccb-request .ds-ccb-company-signers .card-body .table-responsive {
  margin-top: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers [type="file"] {
  border: none;
  padding-bottom: 16px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers [type="submit"] {
  border: none;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers hr {
  border-top: none;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers #ccb-select-company-signer {
  width: 503px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers .select2-selection {
  border-color: #D0D5DD !important;
  border-width: 2px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers .table tbody tr td, #ccb-request .ds-ccb-company-signers input.form-control, #ccb-request .ds-ccb-company-signers select {
  font-size: 14px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
#ccb-request .ds-ccb-company-signers .fa-times {
  font-size: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
#ccb-request .ds-ccb-warranty {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
#ccb-request .ds-ccb-warranty .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
#ccb-request .ds-ccb-warranty .warning-box {
  margin: 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
#ccb-request .ds-ccb-warranty .table td, #ccb-request .ds-ccb-warranty #JS-select-ccb-warranty, #ccb-request .ds-ccb-warranty span.select2-selection__rendered {
  font-size: 14px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
#ccb-request .ds-ccb-warranty #JS-select-ccb-warranty, #ccb-request .ds-ccb-warranty span.select2-container {
  width: 503px !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
#ccb-request .ds-ccb-warranty .select2-selection {
  border-color: #D0D5DD !important;
  border-width: 2px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
#ccb-request .ds-ccb-warranty .fa-times {
  font-size: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .input-file::before, #ccb-request .input-file-primary::before, #ccb-request .input-file-secondary::before, #ccb-request .input-file-disabled::before {
  content: attr(data-content);
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 10px 0px;
  text-align: center;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .input-file-primary::before {
  background: #00BBA7;
  color: #FFFFFF;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .input-file-secondary::before {
  color: #0C111D;
  background: #F1F1F1;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .input-file-disabled::before {
  color: #687288;
  background: #F1F1F1;
  pointer-events: none;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .input-file, #ccb-request .input-file-primary::before, #ccb-request .input-file-secondary::before, #ccb-request .input-file-disabled::before {
  padding-bottom: 8px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request [data-file="JS-input-file"] {
  min-width: 448px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request [data-file="JS-input-file"] .form-group {
  width: 100%;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request [data-file="JS-input-file"] input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  color: transparent;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request [data-file="JS-input-file"] .col-lg-4 {
  padding: 0px;
  max-width: 100%;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request [data-file="JS-input-file"] .col-lg-3, #ccb-request [data-file="JS-input-file"] .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row [data-file="JS-input-file"] .col-lg-2, #ccb-request [data-file="JS-input-file"] .ds-ccb-company-data .ccb-company-address-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-address-container [data-file="JS-input-file"] .col-lg-5, #ccb-request [data-file="JS-input-file"] .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row [data-file="JS-input-file"] .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .row #ccb-request [data-file="JS-input-file"] .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container #ccb-request [data-file="JS-input-file"] .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row #ccb-request [data-file="JS-input-file"] .col-lg-2, #ccb-request [data-file="JS-input-file"] .design-system .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .row #ccb-request [data-file="JS-input-file"] .col-lg-2, #ccb-request [data-file="JS-input-file"] .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address #ccb-request [data-file="JS-input-file"] .col-lg-5 {
  display: none;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .input-file-hint {
  font-size: 14px;
  color: #687288;
}
@supports (-moz-appearance: none) {
  /* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  #ccb-request input[type="file"]::file-selector-button {
    display: none;
  }
  /* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  #ccb-request input[type="file"] {
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
  }
  /* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  #ccb-request .input-file-primary {
    background: #00BBA7;
    color: #FFFFFF;
  }
  /* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  #ccb-request .input-file-secondary {
    color: #0C111D;
    background: #F1F1F1;
  }
  /* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  #ccb-request .input-file-disabled {
    color: #687288;
    background: #F1F1F1;
  }
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file {
  height: 150px;
  border-radius: 4px;
  border: 2px dashed #D0D5DD;
  background-color: #FAFAFA;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 90px 0px;
}
/* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file.dragover-active {
  border-color: #00BBA7;
  background-color: rgba(0, 187, 167, 0.3);
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file.dragover-active .JS-file-upload-remove {
  display: none;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file.dragover-active .JS-progress-bar-upload {
  pointer-events: none;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file.with-file {
  cursor: default;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file.with-file .JS-file-upload-remove {
  cursor: pointer;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file .form-group {
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file label {
  position: absolute;
  top: -25px;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file input[type="file"],
#ccb-request .JS-progress-bar-input-file input[type="file"]::-webkit-file-upload-button {
  opacity: 0;
  cursor: pointer;
}
/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
#ccb-request .JS-progress-bar-input-file input[type="file"] {
  width: 100%;
  height: 100%;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .steps-table {
  padding: 0px 16px 0px 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .title,
#ccb-request .ds-ccb-requests-show .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .card-header {
  padding: 0px;
  margin-top: 32px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .card-header h3, #ccb-request .ds-ccb-requests-show .card-header .card.card-default .card-header, .card.card-default #ccb-request .ds-ccb-requests-show .card-header .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .card-default {
  border: none;
  padding: 0px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .card-default .list-container {
  font-size: 14px;
  line-height: 150%;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .card-default .list-container .d-flex {
  gap: 40px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .card-default .list-container ul,
#ccb-request .ds-ccb-requests-show .card-default .list-container li {
  list-style-type: none;
  padding: 0px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .actions {
  padding-top: 32px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .btn-danger, #ccb-request .ds-ccb-requests-show .requests.warranty a.btn-danger, #ccb-request .requests.warranty .ds-ccb-requests-show a.btn-danger,
#ccb-request .ds-ccb-requests-show .requests.warranty a[aria-expanded='true'],
#ccb-request .requests.warranty .ds-ccb-requests-show a[aria-expanded='true'], #ccb-request .ds-ccb-requests-show .requests.warranty .action-buttons .btn-danger, #ccb-request .requests.warranty .action-buttons .ds-ccb-requests-show .btn-danger {
  color: #FFFFFF;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .container-bottom-buttons {
  display: flex;
  gap: 24px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .error-box {
  margin: 32px 0px 32px 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
  padding: 20px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .error-box h4 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .error-box li {
  font-family: "Inter", sans-serif !important;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show [href="#collapse-warranty"] {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show #collapse-warranty h4, #ccb-request .ds-ccb-requests-show .container-real-state-table h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .table-responsive {
  margin-top: 16px;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .borrower-address-list th,
#ccb-request .ds-ccb-requests-show .borrower-address-list td,
#ccb-request .ds-ccb-requests-show .borrower-address-list tr {
  border: none;
  min-width: 0;
  padding: 0px;
  margin: 0px;
  height: 0;
  color: #0C111D;
  font-weight: 600;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .borrower-address-list td {
  font-weight: 400;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .borrower-address-list th::after {
  content: ":";
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .borrower-address-list .card-header {
  display: none;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .operation-values-list th,
#ccb-request .ds-ccb-requests-show .operation-values-list td,
#ccb-request .ds-ccb-requests-show .operation-values-list tr {
  border: none;
  min-width: 0;
  padding: 0px;
  margin: 0px;
  height: 0;
  color: #0C111D;
  font-weight: 600;
  font-size: 14px;
}
/* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .operation-values-list td {
  font-weight: 400;
}
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .operation-values-list th::after {
  content: ":";
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .operation-values-list li {
  list-style-type: none;
  font-size: 14px;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .collapse-simulation button {
  width: 100%;
  display: flex;
  height: 56px;
  background: #FAFAFA;
  border: 1px solid #D0D5DD;
  color: #0C111D;
  font-weight: 600;
  font-size: 14px;
  padding: 16px;
  margin-top: 32px;
  justify-content: space-between;
}
/* line 168, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .collapse-simulation button[aria-expanded="true"] {
  background-color: rgba(0, 187, 167, 0.06);
  color: #00BBA7;
  border: 1px solid #00BBA7;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .collapse-simulation button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}
/* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .container-buttons {
  padding-top: 80px;
}
/* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .table-responsive .table {
  font-size: 14px;
}
/* line 187, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
#ccb-request .ds-ccb-requests-show .table-responsive .table td {
  color: #0C111D;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
#ccb-request .ds-ccb-requests {
  box-shadow: none !important;
  border: none !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
#ccb-request .ds-ccb-requests .card-header {
  padding: 0px;
  margin-top: 8px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
#ccb-request .ds-ccb-requests .card-header h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
#ccb-request .ds-ccb-requests .table tbody td {
  font-size: 14px;
  color: #0C111D;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
#ccb-request .ds-ccb-requests .badge {
  border: 2px solid #D0D5DD;
  border-radius: 24px;
  color: #0C111D;
  padding: 8px 12px;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
#ccb-request input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
#ccb-request main.container {
  max-width: 1200px;
}
/* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
#ccb-request .upper-menu {
  list-style-type: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  margin-bottom: 32px;
}
/* line 240, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
#ccb-request .card {
  box-shadow: none !important;
  border: none !important;
}
/* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
#ccb-request .receivables_remove {
  background-color: transparent;
}
/* line 248, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
#ccb-request .receivables_remove:hover {
  background-color: #c22f3d;
}
/* line 276, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
#ccb-request .requests.warranty .action-buttons .btn {
  min-width: 46px;
  min-height: 38px;
}

/* line 283, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.button-landpage {
  color: white;
  background-color: #00BBA7;
  font-size: 1rem;
  border-radius: 20px;
  padding: 0.5rem, 1rem;
  font-weight: bold;
  position: fixed;
  bottom: 40px;
  right: 3px;
  z-index: 1;
}

/* line 297, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status {
  color: #2d2d2d;
}
/* line 299, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-under_construction {
  background-color: rgba(119, 141, 160, 0.3);
  border: 1px solid #778da0;
}
/* line 303, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-submitted {
  background-color: rgba(189, 144, 26, 0.3);
  border: 1px solid #bd901a;
}
/* line 307, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-under_analysis {
  background-color: rgba(125, 79, 56, 0.3);
  border: 1px solid #7d4f38;
}
/* line 311, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-sent_to_bank {
  background-color: rgba(255, 76, 0, 0.3);
  border: 1px solid #ff4c00;
}
/* line 315, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-preparing_signature {
  background-color: rgba(245, 158, 50, 0.3);
  border: 1px solid #f59e32;
}
/* line 319, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-signed {
  background-color: rgba(0, 125, 188, 0.3);
  border: 1px solid #007dbc;
}
/* line 323, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-sent_to_fromtis {
  background-color: rgba(0, 161, 139, 0.3);
  border: 1px solid #00a18b;
}
/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-paid {
  background-color: rgba(117, 184, 66, 0.3);
  border: 1px solid #75b842;
}
/* line 331, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-finished {
  background-color: rgba(0, 80, 41, 0.3);
  border: 1px solid #005029;
}
/* line 336, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-pending {
  background-color: rgba(255, 192, 0, 0.2);
  border: 1px solid #ffc000;
}
/* line 340, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.status .badge-canceled {
  background-color: rgba(196, 64, 56, 0.3);
  border: 1px solid #c44038;
}

/* line 346, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.backend {
  color: #2d2d2d;
}
/* line 349, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ccb.scss */
.backend .badge {
  background-color: rgba(119, 141, 160, 0.3);
  border: 1px solid #778da0;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-indicators li {
  background-color: #c44038;
}

/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner .announcement {
  padding: 0 15%;
  color: #2d2d2d;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner .announcement .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #c44038;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner .announcement .content {
  font-family: 'Inter';
  font-size: 14px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner .announcement .link {
  display: flex;
  justify-content: end;
  align-items: center;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner .announcement .link a {
  background-color: #c44038;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  border-radius: 5px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-inner .announcement .link a:hover {
  opacity: 0.6;
}

/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel {
  width: 100%;
  height: 100% !important;
  background-color: white;
  border-radius: 12px !important;
  box-shadow: none !important;
}

/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-control-prev, .carousel-control-next {
  color: #2d2d2d;
  opacity: 0.7;
  font-size: 2rem;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
.carousel-control-prev:hover, .carousel-control-next:hover {
  color: inherit;
}

@media (max-width: 768px) {
  /* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
  .dashboard {
    display: flex;
    flex: 1;
    justify-content: space-between;
  }
  /* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
  .dashboard .col-8 {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    flex: none;
  }
  /* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
  .dashboard .col-8 .display-4 {
    font-size: 2.5rem;
  }
  /* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
  .dashboard .col-8 .carousel {
    height: 300px;
    display: flex;
    align-items: center;
  }
  /* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
  .dashboard .col-8 .carousel-control-prev, .dashboard .col-8 .carousel-control-next {
    font-size: 1rem;
  }
  /* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/announcements.scss */
  .dashboard .col-4 {
    display: flex;
    flex-flow: column;
    max-width: 100%;
    flex: none;
    margin-top: 1rem;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.before-due {
  background: #ffc000 !important;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.after-due {
  background: #FF5E3C !important;
}

/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.new-timeline {
  padding: 1rem;
  padding-bottom: 5rem;
  padding-top: 5.5rem;
  position: relative;
}

/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-bar {
  position: relative;
  background: #E3E3E3;
  height: 5px;
  width: 100%;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-progress {
  position: relative;
  background: #28a745;
  height: 5px;
}

/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-point {
  border-radius: 15px;
  display: block;
  background: #E3E3E3;
  position: absolute;
  height: 15px;
  width: 15px;
  z-index: 10;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}

/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-point:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.point-1 {
  left: 0;
  top: -5px;
}

/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.point-position {
  top: -5px;
}

/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.point-end {
  left: 100%;
  top: -5px;
}

/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-point {
  cursor: pointer;
}

/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-tooltip {
  background: #1d1d1d;
  color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  position: absolute;
  width: 300px;
  display: none;
  text-align: center;
}

/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-tooltip:before {
  content: '';
  height: 3px;
  width: 0;
  border: 7px solid transparent;
  border-top-color: #1d1d1d;
  position: absolute;
  bottom: -13px;
  left: 14px;
}

/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.tooltip-right {
  right: 0px;
}

/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.tooltip-right:before {
  left: 270px;
}

/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-icon {
  position: absolute;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-icon.start {
  left: 2%;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.timeline-icon.end {
  right: 2%;
}

/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/horizontal_timeline.scss */
.animated {
  display: block;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration {
  --faux-neon-green-rgb: 40,167,69;
  /* #28a745 */
  --text-color-rgb: 45,45,45;
  /* 2d2d2d */
  --primary-color-rgb: var(--faux-neon-green-rgb);
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .saving-value .value,
.voltera-integration .finished-header {
  font-size: 300%;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .finished-header {
  display: flex;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .finished-header .icon {
  border-radius: 50%;
  color: white;
  display: inline-flex;
  height: 1.75em;
  margin-right: .25em;
  width: 1.75em;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .finished-header,
.voltera-integration .finished-header .icon {
  align-items: center;
  justify-content: center;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .saving-value .value {
  font-weight: bold;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .saving-value .period {
  text-transform: uppercase;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .saving-value .value,
.voltera-integration .saving-value .period {
  color: rgba(var(--text-color-rgb), 0.7);
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .simulator .submit {
  border-color: transparent;
  padding: 0;
  margin-top: 2rem;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .finished-header .icon {
  background-color: rgb(var(--primary-color-rgb));
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .simulator .submit input {
  border-color: rgb(var(--primary-color-rgb));
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .simulator-result .avg {
  margin: 1em 0 0;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .simulator-result .avg,
.voltera-integration .simulator-result .avg strong {
  font-size: 150%;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/voltera-integration.scss */
.voltera-integration .primary-highlight {
  color: rgb(var(--primary-color-rgb));
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-license {
  z-index: 1000;
  padding: 20px;
  font-size: 14px;
  color: #222222;
  background-color: #FFF;
  border-radius: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-element, .fr-element:focus {
  outline: 0 solid transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-view.fr-element-scroll-visible {
  overflow-x: visible !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box.fr-basic .fr-element {
  font-family: sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 60px;
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-element [contenteditable="true"] {
  outline: 0 solid transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #FFF;
  color: #333333;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 40px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box a.fr-floating-btn:hover svg {
  fill: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-wrapper {
  position: relative;
  z-index: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 14px;
  color: #AAA;
  font-family: sans-serif;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-wrapper ::-moz-selection {
  background: rgba(181, 214, 253, 0.8);
  color: #000;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-wrapper ::selection {
  background: rgba(181, 214, 253, 0.8);
  color: #000;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-color: #efefef;
  top: 0;
  left: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 992px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-box.fr-document {
    min-width: 21cm;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-box.fr-document .fr-wrapper {
    text-align: left;
    padding: 30px;
    min-width: 21cm;
    background: #efefef;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #FFF;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    overflow: visible;
    z-index: auto;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #efefef;
    height: 1cm;
    outline: none;
    border: none;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-box.fr-document .fr-wrapper .fr-element img {
    z-index: 1;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222222;
  color: #FFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-btn-wrap, .fr-popup .fr-btn-wrap, .fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-btn-wrap.fr-hidden, .fr-popup .fr-btn-wrap.fr-hidden, .fr-modal .fr-btn-wrap.fr-hidden {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
  background: transparent;
  color: #333333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-hover, .fr-popup .fr-command.fr-btn.fr-btn-hover, .fr-modal .fr-command.fr-btn.fr-btn-hover {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-modal .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text, .fr-modal .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-modal .fr-command.fr-btn i, .fr-modal .fr-command.fr-btn svg {
  display: block;
  text-align: center;
  float: none;
  margin: 8px 7px;
  width: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn svg.fr-svg, .fr-popup .fr-command.fr-btn svg.fr-svg, .fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn svg path, .fr-popup .fr-command.fr-btn svg path, .fr-modal .fr-command.fr-btn svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-modal .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span, .fr-modal .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 30px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img, .fr-modal .fr-command.fr-btn img {
  margin: 8px 7px;
  width: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .fr-popup .fr-command.fr-btn.fr-btn-active-popup, .fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-modal .fr-command.fr-btn.fr-dropdown i, .fr-modal .fr-command.fr-btn.fr-dropdown span, .fr-modal .fr-command.fr-btn.fr-dropdown img, .fr-modal .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 3px;
  margin-right: 11px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  right: 2px;
  top: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
  fill: #333333;
  background: #d6d6d6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  background: #ebebeb;
  fill: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
  border-top: 0;
  border-bottom: 4px solid #222222;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled, .fr-modal .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-modal .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden, .fr-modal .fr-command.fr-btn.fr-hidden {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn, .fr-popup .fr-tabs .fr-command.fr-btn, .fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
  background: #FFF;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn span, .fr-popup .fr-tabs .fr-command.fr-btn span, .fr-modal .fr-tabs .fr-command.fr-btn span {
  height: 27px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-tabs .fr-command.fr-btn img, .fr-toolbar .fr-tabs .fr-command.fr-btn svg, .fr-popup .fr-tabs .fr-command.fr-btn img, .fr-popup .fr-tabs .fr-command.fr-btn svg, .fr-modal .fr-tabs .fr-command.fr-btn img, .fr-modal .fr-tabs .fr-command.fr-btn svg {
  margin: 8px 11px;
  width: 24px;
  height: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-modal.fr-disabled .fr-btn, .fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left, .fr-popup.fr-rtl .fr-btn-grp.fr-float-left, .fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right, .fr-popup.fr-rtl .fr-btn-grp.fr-float-right, .fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-btn-wrap, .fr-popup.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-btn-wrap, .fr-modal.fr-rtl .fr-command.fr-btn, .fr-modal.fr-rtl .fr-btn-wrap {
  float: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus, .fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after, .fr-desktop .fr-command.fr-btn-hover::after, .fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .fr-desktop .fr-command:active {
  color: #333333;
  background: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-mobile .fr-command:focus-visible {
  outline: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:hover, .fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #FAFAFA;
  -webkit-transition: border-left 0s, background-color 0.5s;
  -moz-transition: border-left 0s, background-color 0.5s;
  -ms-transition: border-left 0s, background-color 0.5s;
  -o-transition: border-left 0s, background-color 0.5s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu {
  background: #FFF;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  margin-top: 0;
  float: left;
  height: 0;
  margin-top: 0 !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  min-width: 72px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 20px;
  line-height: 200%;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
  width: 24px;
  height: 24px;
  margin: 3px 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #333333;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:focus:not(.fr-table-cell), .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active:hover:not(.fr-table-cell) {
  outline: 1px solid #0098f7;
  outline-offset: -1px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
  margin-left: 20px;
  font-weight: bold;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
body.fr-prevent-scroll {
  overflow: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
body.fr-prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFF;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}
@media (min-width: 992px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #FFF;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  border-bottom: solid #efefef 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
  height: 56px;
  padding: 0 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
ol.decimal_type {
  counter-reset: item;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
ol.decimal_type > li {
  display: block;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
ol.decimal_type > li:before {
  content: counters(item,".") ". ";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  padding: 6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-icon-container {
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@supports not (-ms-high-contrast: none) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-popup .fr-icon-container {
    grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
    display: grid;
  }
}
@media (min-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-popup .fr-icon-container {
    min-width: 276px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-popup .fr-icon-container {
    display: inline-flex;
    -ms-flex-flow: row wrap;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-popup .fr-icon-container {
    width: 236px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-focus {
  background: whitesmoke;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-active {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-hidden {
  display: none !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-empty {
  display: none !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-hs {
  display: block !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line {
  position: relative;
  padding: 15px 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"], .fr-popup .fr-input-line textarea {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #999999;
  color: #222222;
  font-size: 14px;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.5s, padding 0.5s;
  -moz-transition: border 0.5s, padding 0.5s;
  -ms-transition: border 0.5s, padding 0.5s;
  -o-transition: border 0.5s, padding 0.5s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line input[type="number"]:hover, .fr-popup .fr-input-line textarea:hover {
  border: solid 1px #515151;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line input[type="number"]:focus, .fr-popup .fr-input-line textarea:focus {
  border: solid 2px #0098f7;
  padding: 3px 11px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line input[type="number"] {
  height: 46px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 29px;
  left: 12px;
  font-size: 14px;
  color: grey;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
  display: block;
  background: #FFF;
  padding: 0;
  cursor: text;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
  width: auto;
  left: 4px;
  padding: 0 4px;
  font-size: 11px;
  top: 9px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup input, .fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup textarea {
  resize: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-buttons {
  white-space: nowrap;
  line-height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-buttons .fr-btn {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  float: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-buttons.fr-tabs {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
    overflow: scroll;
    overflow-y: hidden;
    width: 276px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-layer {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  display: none;
}

@media (min-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-popup .fr-layer {
    width: 260px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
  top: 7px;
  left: 7px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:not(:checked) + span {
  border: solid 2px #999999;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:not(:checked):active + span {
  background-color: #f5f5f5;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:not(:checked):focus + span, .fr-popup .fr-checkbox input:not(:checked):hover + span {
  border-color: #515151;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked:active + span {
  background-color: #EcF5Ff;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox input:checked:focus + span, .fr-popup .fr-checkbox input:checked:hover + span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #CCCCCC;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -o-transition: padding-bottom 0.5s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar::after {
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-newline {
  clear: both;
  display: block;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
  background: #efefef;
  height: 1px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-toolbar-open .fr-newline {
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-float-right {
  float: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-float-left {
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-more-toolbar {
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 48px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-more-toolbar.fr-overflow-visible {
  overflow: visible;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-btn-grp {
  display: inline-block;
  margin: 0 17px 0 12px;
}

@media (max-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-toolbar .fr-btn-grp {
    margin: 0 7px 0 6px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 10px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #f5f5f5;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar .fr-popup .fr-command:focus-visible {
  outline: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-rtl {
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline {
  display: none;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
  z-index: 2147483630;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  border-top: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-newline {
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-more-toolbar {
  position: absolute !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-more-toolbar.fr-expanded {
  position: relative !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-top {
  top: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-bottom .fr-newline {
  padding-top: 0;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
  padding-top: 48px;
  background: #FFF;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-sticky-on {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-separator + .fr-separator {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-separator.fr-vs {
  height: 32px;
  width: 1px;
  margin: 8px 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-separator.fr-hs {
  clear: both;
  width: calc(100% - (2 * 4px));
  margin: 0 4px;
  height: 1px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-separator.fr-hidden {
  display: none !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-rtl .fr-separator {
  float: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  display: inline-block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-second-toolbar {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-second-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-second-toolbar:empty {
  min-height: calc(10px);
  position: relative;
  margin-top: calc(-1px);
  z-index: 2;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
#fr-logo {
  float: left;
  outline: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
#fr-logo > span {
  display: inline-block;
  float: left;
  font-family: sans-serif;
  padding: 11px 5px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b1b2b7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
#fr-logo > svg {
  height: 20px;
  width: 47px;
  margin: 7px 0;
  cursor: pointer;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
#fr-logo > svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
#fr-logo:hover > span, #fr-logo:focus > span {
  color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
#fr-logo:hover > svg .fr-logo, #fr-logo:focus > svg .fr-logo {
  fill: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}
@media (min-width: 992px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-box {
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-sticky-off {
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-sticky-on {
  position: fixed;
  z-index: 10;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-sticky-on.fr-sticky-ios {
  position: -webkit-sticky;
  left: 0;
  right: 0;
  width: auto !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.modal .fr-sticky-on {
  position: sticky;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-sticky-dummy {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-view .fr-highlight-change, .fr-highlight-change > img, .fr-highlight-change > .fr-video > video, .fr-highlight-change > .fr-video > embed, .fr-highlight-change > .fr-video > iframe, .fr-highlight-change > .fr-embedly > .embedly-card > .embedly-card-hug > iframe, .fr-highlight-change > p, .fr-view .fr-highlight-change > span:not(.fr-tracking-deleted), .fr-highlight-change li, .fr-highlight-change > table td, .fr-highlight-change > table th {
  background-color: #f3eec3;
  opacity: 0.5;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-view .fr-highlight-table, .fr-view .fr-highlight-table > span {
  opacity: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-highlight-change.fr-highlight-change > table td, .fr-highlight-change.fr-highlight-change > hr {
  border-color: #f3eec3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-tracking-deleted.fr-tracking-deleted > table td, .fr-tracking-deleted.fr-tracking-deleted > hr {
  border-color: #dc3545;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-tracking-deleted img, .fr-tracking-deleted > .fr-video > video, .fr-tracking-deleted > .fr-video > iframe, .fr-tracking-deleted > .fr-embedly > .embedly-card > .embedly-card-hug > iframe {
  opacity: 0.5;
  background-color: #dc3545;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-view .fr-tracking-deleted {
  background-color: #dc3545;
  text-decoration: line-through;
  pointer-events: none;
  user-select: none;
  opacity: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-highlight-change > .fr-video > iframe, .fr-tracking-deleted > .fr-video > iframe, .fr-highlight-change > .fr-video > video, .fr-tracking-deleted > .fr-video > video, .fr-highlight-change > .fr-video > embed, .fr-highlight-change > .fr-embedly > .embedly-card > .embedly-card-hug > iframe, .fr-tracking-deleted > .fr-embedly > .embedly-card > .embedly-card-hug > iframe {
  padding: 10px !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-tracking-deleted img, .fr-highlight-change img {
  border: 2px solid #f3eec3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-highlight-change [data-pasted="true"] *:not(table):not(tbody):not(tr):not(td) {
  opacity: 0.5;
  background-color: #f3eec3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-highlight-change [data-pasted="true"] > table td {
  opacity: 0.5;
  border-color: #f3eec3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-track-visibility-hidden {
  visibility: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-track-hide {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-track-hide-mobile {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-ios-mobile-disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.fr-bottom-extended {
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_editor.min.css */
.position-relative {
  position: relative !important;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view li img.fr-dii.fr-fil {
  margin-right: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view {
  word-wrap: break-word;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span[style~="color:"] a {
  color: inherit;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view strong {
  font-weight: 700;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table[border='0'] td:not([class]), .fr-view table[border='0'] th:not([class]), .fr-view table[border='0'] td[class=""], .fr-view table[border='0'] th[class=""] {
  border-width: 0px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
  margin: 0px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table td {
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table td, .fr-view table th {
  border: 1px solid #DDD;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table td:empty, .fr-view table th:empty {
  height: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table th {
  background: #ececec;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view table tfoot td {
  background: #ececec;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-mso-hidden {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-file {
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-text-gray {
  color: #AAA !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-class-transparency {
  opacity: 0.5;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img {
  position: relative;
  max-width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video {
  text-align: center;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view a.fr-strong {
  font-weight: 700;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view a.fr-green {
  color: green;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-img-caption {
  text-align: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
.fr-view span.fr-img-caption.fr-dii.fr-fil, .fr-view p img.fr-dii.fr-fil {
  margin-right: 15px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
a.fr-view.fr-strong {
  font-weight: 700;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
a.fr-view.fr-green {
  color: green;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/froala_style.min.css */
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/char_counter.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/char_counter.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/char_counter.min.css */
.fr-box .fr-counter {
  padding: 10px;
  float: right;
  color: #999;
  content: attr(data-chars);
  font-size: 14px;
  font-family: sans-serif;
  z-index: 1;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/char_counter.min.css */
.fr-box.fr-rtl .fr-counter {
  left: 0;
  right: auto;
  border-left: none;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/char_counter.min.css */
.fr-box.fr-code-view .fr-counter {
  display: none;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New",monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box .CodeMirror {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-code-view .CodeMirror {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/code_view.min.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set > span > i path, .fr-popup .fr-color-set > span > svg path {
  fill: #222;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-popup .fr-color-set > span:hover, .fr-popup .fr-color-set > span:focus, .fr-popup .fr-color-set > span:not(.fr-table-cell):hover, .fr-popup .fr-color-set > span:not(.fr-table-cell):focus {
  outline: 1px solid #222;
  z-index: 2;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/colors.min.css */
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/emoticons.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/emoticons.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/emoticons.min.css */
.fr-popup .fr-emoticon {
  width: 24px;
  height: 24px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/emoticons.min.css */
.fr-popup .fr-emoticon img {
  height: 24px;
  width: 24px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/emoticons.min.css */
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  padding: 0 0 0 14px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/emoticons.min.css */
  .fr-popup .fr-icon-container.fr-emoticon-container {
    width: 368px;
  }
}
/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-upload-layer:hover {
  background: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer > h3, .fr-popup .card.card-default .fr-file-progress-bar-layer > .card-header, .card.card-default .fr-popup .fr-file-progress-bar-layer > .card-header {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/file.min.css */
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen .fr-wrapper {
  background-color: #FFF;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen .fr-toolbar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-box.fr-fullscreen .fr-second-toolbar {
  margin-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/fullscreen.min.css */
.fr-fullscreen-wrapper {
  z-index: 2147483640 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  margin-top: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th, .fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/help.min.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: 0.5px;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
  margin-top: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags {
  padding: 0 20px;
  display: none;
  text-align: left;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.2s ease 0s,background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s,background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s,background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s,background 0.2s ease 0s;
  cursor: pointer;
  background-color: #f5f5f5;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a:focus {
  outline: none;
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a:hover {
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a:active {
  background-color: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background-color: #EcF5Ff;
  color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
  outline: none;
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
  background-color: #d6d6d6;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-show-tags .fr-modal-more svg path {
  fill: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body {
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 20px;
  padding: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 20px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1200px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 60px) / 4);
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container + div {
  margin-top: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #FFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #ccc;
  z-index: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s,filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s,filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s,filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s,filter 0.2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s,color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s,color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s,color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s,color 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  text-decoration: none;
  z-index: 3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #B8312F;
  fill: #FFF;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #FFF;
  fill: #0098f7;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFF;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image_manager.min.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer.fr-active {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-upload-layer:hover, .fr-popup .fr-image-upload-layer:has(.fr-not-empty) {
  background: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer > h3, .fr-popup .card.card-default .fr-image-progress-bar-layer > .card-header, .card.card-default .fr-popup .fr-image-progress-bar-layer > .card-header {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
.fr-uploading {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/image.min.css */
img.fr-draggable {
  user-select: none;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/line_breaker.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/line_breaker.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/line_breaker.min.css */
.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/line_breaker.min.css */
.fr-line-breaker.fr-visible {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/line_breaker.min.css */
.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - (40px / 2));
  top: -20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/line_breaker.min.css */
.fr-line-breaker a.fr-floating-btn svg {
  margin: 8px;
  height: 24px;
  width: 24px;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/special_characters.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/special_characters.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/special_characters.min.css */
.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
  padding: 10px 15px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/special_characters.min.css */
.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
  font-weight: normal;
  font-size: 16px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/special_characters.min.css */
.fr-popup .fr-special-character {
  width: 24px;
  height: 24px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/special_characters.min.css */
  .fr-popup .fr-icon-container.fr-sc-container {
    width: 368px;
  }
}
/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
  position: relative;
  background-color: rgba(0, 100, 255, 0.15);
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-element table td, .fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-resizer {
  position: absolute;
  z-index: 3;
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-resizer.fr-table-col-resizer {
  cursor: col-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-resizer.fr-table-col-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-resizer.fr-table-row-resizer {
  cursor: row-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-resizer.fr-table-row-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-bottom: 1px solid #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-resizer.fr-moving {
  z-index: 2;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector {
  display: block;
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  padding: 3px;
  border: transparent 2px solid;
  border-radius: 4px 4px 0 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector a {
  width: 16px;
  height: 16px;
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector a > svg {
  width: 16px;
  height: 16px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector-active {
  opacity: 1;
  visibility: visible;
  border: #F6D146 2px solid;
  background-color: #F6D146;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector-active a > svg {
  color: #F6D146;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector-active-selected {
  border: #0098F7 2px solid;
  background-color: #0098F7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector-active-selected a > svg {
  color: #0098F7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-selector-inactive {
  opacity: 0;
  visibility: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-view .fr-table-selection-hover {
  outline: #F6D146 2px solid;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-view .fr-table-selected {
  outline: #0098F7 2px solid;
  caret-color: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size {
  margin: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 152, 247, 0.3);
  border: solid 1px #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-view .fr-table-selected *::selection {
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-view .fr-table-selected *::-moz-selection {
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form, .fr-table-properties-form {
  padding: 15px;
  width: 360px;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-section, .fr-cell-properties-form .fr-table-properties-section, .fr-table-properties-form .fr-cell-properties-section, .fr-table-properties-form .fr-table-properties-section {
  margin-bottom: 12px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-section label, .fr-cell-properties-form .fr-table-properties-section label, .fr-table-properties-form .fr-cell-properties-section label, .fr-table-properties-form .fr-table-properties-section label {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container, .fr-cell-properties-form .fr-table-bg-container, .fr-table-properties-form .fr-cell-bg-container, .fr-table-properties-form .fr-table-bg-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-input, .fr-cell-properties-form .fr-table-bg-container .fr-input, .fr-table-properties-form .fr-cell-bg-container .fr-input, .fr-table-properties-form .fr-table-bg-container .fr-input {
  flex: 1;
  height: 36px;
  padding: 4px 12px;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-input:focus, .fr-cell-properties-form .fr-table-bg-container .fr-input:focus, .fr-table-properties-form .fr-cell-bg-container .fr-input:focus, .fr-table-properties-form .fr-table-bg-container .fr-input:focus {
  outline: none;
  border-color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-input.fr-disabled, .fr-cell-properties-form .fr-table-bg-container .fr-input.fr-disabled, .fr-table-properties-form .fr-cell-bg-container .fr-input.fr-disabled, .fr-table-properties-form .fr-table-bg-container .fr-input.fr-disabled {
  background-color: #f5f5f5;
  color: #a9a9a9;
  border: 1px solid #d1d1d1;
  cursor: not-allowed;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-input::placeholder, .fr-cell-properties-form .fr-table-bg-container .fr-input::placeholder, .fr-table-properties-form .fr-cell-bg-container .fr-input::placeholder, .fr-table-properties-form .fr-table-bg-container .fr-input::placeholder {
  color: #AAA;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 2px 2px 0;
  position: relative;
  padding: 0;
  background: transparent;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: -1px 0 0 -1px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color:hover, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color:hover, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color:hover, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color:hover, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color:hover, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color:hover {
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview {
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-cell-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-cell-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-cell-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-bg-color .fr-table-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-color-preview .fr-table-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-color-preview-indicator, .fr-table-properties-form .fr-table-bg-container .fr-btn-table-border-bg-color .fr-table-color-preview .fr-table-color-preview-indicator {
  position: absolute;
  background: red;
  width: 28px;
  height: 1px;
  top: 9px;
  left: -4px;
  transform: rotate(-45deg);
  transform-origin: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container, .fr-table-properties-form .fr-cell-dimensions-container {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container label, .fr-table-properties-form .fr-cell-dimensions-container label {
  font-weight: bold;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section {
  flex: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs {
  display: flex;
  gap: 6px;
  align-items: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input {
  width: 90px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input:focus {
  outline: none;
  border-color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input.fr-disabled {
  background-color: #f5f5f5;
  color: #a9a9a9;
  border: 1px solid #d1d1d1;
  cursor: not-allowed;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs input::placeholder {
  color: #AAA;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs .fr-dimension-separator, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-dimension-section .fr-dimension-inputs .fr-dimension-separator {
  line-height: 1;
  font-size: 16px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section {
  flex: 1;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section label {
  font-weight: bold;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input {
  width: 90px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input:focus {
  outline: none;
  border-color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input.fr-disabled {
  background-color: #f5f5f5;
  color: #a9a9a9;
  border: 1px solid #d1d1d1;
  cursor: not-allowed;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder, .fr-table-properties-form .fr-cell-dimensions-container .fr-cell-padding-section input::placeholder {
  color: #AAA;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons, .fr-cell-properties-form .fr-table-properties-buttons, .fr-table-properties-form .fr-cell-properties-buttons, .fr-table-properties-form .fr-table-properties-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button, .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button, .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button, .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button, .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button, .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button, .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button, .fr-table-properties-form .fr-table-properties-buttons .fr-save-button {
  font-size: 14px;
  cursor: pointer;
  padding: 8px 12px;
  font-weight: 500;
  height: 36px;
  line-height: 20px;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled, .fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled, .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled, .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled, .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button.fr-disabled, .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button.fr-disabled, .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button.fr-disabled, .fr-table-properties-form .fr-table-properties-buttons .fr-save-button.fr-disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #a9a9a9;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button, .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button, .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button, .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button {
  background: none;
  border: none;
  color: #0098f7;
  border-radius: 2px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons .fr-cancel-button:hover, .fr-cell-properties-form .fr-table-properties-buttons .fr-cancel-button:hover, .fr-table-properties-form .fr-cell-properties-buttons .fr-cancel-button:hover, .fr-table-properties-form .fr-table-properties-buttons .fr-cancel-button:hover {
  text-decoration: underline;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button, .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button, .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button, .fr-table-properties-form .fr-table-properties-buttons .fr-save-button {
  background-color: #FFF;
  border: 1px solid #0098f7;
  color: #0098f7;
  border-radius: 2px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-cell-properties-buttons .fr-save-button:hover, .fr-cell-properties-form .fr-table-properties-buttons .fr-save-button:hover, .fr-table-properties-form .fr-cell-properties-buttons .fr-save-button:hover, .fr-table-properties-form .fr-table-properties-buttons .fr-save-button:hover {
  background-color: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form .fr-error, .fr-table-properties-form .fr-error {
  color: red;
  font-size: 12px;
  padding-bottom: 5px;
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-cell-properties-form input.fr-error, .fr-table-properties-form input.fr-error {
  border-color: red;
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-properties-section label:not(:first-child) {
  margin-top: 15px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-properties-section .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  line-height: 170%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line, .fr-table-border-container .fr-input-line, .fr-table-dimentions-container .fr-input-line, .fr-table-style-container .fr-input-line {
  padding: 0px;
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line input[type="text"], .fr-table-border-container .fr-input-line input[type="text"], .fr-table-dimentions-container .fr-input-line input[type="text"], .fr-table-style-container .fr-input-line input[type="text"] {
  height: 36px;
  border-color: #ccc;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line input + label, .fr-table-border-container .fr-input-line input + label, .fr-table-dimentions-container .fr-input-line input + label, .fr-table-style-container .fr-input-line input + label {
  top: -5px;
  font-weight: 100;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line input.fr-not-empty + label, .fr-table-border-container .fr-input-line input.fr-not-empty + label, .fr-table-dimentions-container .fr-input-line input.fr-not-empty + label, .fr-table-style-container .fr-input-line input.fr-not-empty + label {
  top: -20px;
  font-weight: 100;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line #fr-table-border-style, .fr-table-border-container .fr-input-line #fr-table-border-style, .fr-table-dimentions-container .fr-input-line #fr-table-border-style, .fr-table-style-container .fr-input-line #fr-table-border-style {
  width: 90%;
  height: 36px;
  border-color: #ccc;
  border-radius: 2px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line .fr-field-lable, .fr-table-border-container .fr-input-line .fr-field-lable, .fr-table-dimentions-container .fr-input-line .fr-field-lable, .fr-table-style-container .fr-input-line .fr-field-lable {
  position: absolute;
  font-size: 11px;
  padding: 0px 3px;
  margin: -6px 5px;
  background: #FFF;
  font-weight: 100;
  color: dimgray;
  z-index: 3;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line .fr-buttons, .fr-table-border-container .fr-input-line .fr-buttons, .fr-table-dimentions-container .fr-input-line .fr-buttons, .fr-table-style-container .fr-input-line .fr-buttons {
  padding: 0px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after, .fr-table-border-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after, .fr-table-dimentions-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after, .fr-table-style-container .fr-input-line .fr-command.fr-btn.fr-dropdown:after {
  right: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active, .fr-table-border-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active, .fr-table-dimentions-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active, .fr-table-style-container .fr-input-line .fr-command.fr-btn.fr-dropdown.fr-active {
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-bg-container .fr-input-line .fr-dropdown, .fr-table-border-container .fr-input-line .fr-dropdown, .fr-table-dimentions-container .fr-input-line .fr-dropdown, .fr-table-style-container .fr-input-line .fr-dropdown {
  margin: 0px;
  background: transparent;
  border: 1px solid #ccc;
  margin-right: 10px;
  height: 36px;
  border-radius: 2px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-border-container .fr-dropdown-wrapper {
  width: 120px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-alignment-section {
  margin-left: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-border-container, .fr-table-dimentions-container, .fr-table-dimentions-section {
  display: flex;
  margin-top: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-border-container .fr-dimension-separator, .fr-table-dimentions-container .fr-dimension-separator, .fr-table-dimentions-section .fr-dimension-separator {
  margin: 10px 5px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-border-container .fr-btn-table-border-bg-color, .fr-table-dimentions-container .fr-btn-table-border-bg-color, .fr-table-dimentions-section .fr-btn-table-border-bg-color {
  margin-right: 10px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 2px;
  border-left: 0px;
  height: 36px;
  margin-left: -1px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview, .fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview, .fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview {
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-border-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator, .fr-table-dimentions-container .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator, .fr-table-dimentions-section .fr-btn-table-border-bg-color .fr-border-color-preview .fr-border-color-preview-indicator {
  position: absolute;
  background: red;
  width: 28px;
  height: 1px;
  top: 9px;
  left: -4px;
  transform: rotate(-45deg);
  transform-origin: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-style > button {
  width: 100%;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-style .fr-dropdown-wrapper {
  width: 200px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-alignment-container {
  height: 33px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 2px;
  min-width: 130px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-alignment-container button {
  height: 30px;
  width: 36px;
  padding: 2px 2px 2px 5px;
  border: none;
  background: transparent;
  margin: 2px;
  cursor: pointer;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-drop-indicator {
  position: absolute;
  height: 0;
  z-index: 1000;
  pointer-events: none;
  margin-top: -1px;
  width: 100%;
  left: 0;
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-drop-indicator .fr-table-drop-indicator-line {
  border: 1px solid #0098F7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-drop-indicator .fr-table-drop-indicator-line::before, .fr-table-drop-indicator .fr-table-drop-indicator-line::after {
  content: '';
  position: absolute;
  top: -4px;
  width: 8px;
  height: 2px;
  border-style: solid;
  border-width: 4px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-drop-indicator .fr-table-drop-indicator-line::before {
  left: 0;
  border-color: transparent transparent transparent #0098F7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/table.min.css */
.fr-table-drop-indicator .fr-table-drop-indicator-line::after {
  right: 0;
  border-color: transparent #0098F7 transparent transparent;
}

/*!
 * froala_editor v4.6.2 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2025 Froala Labs
 */
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-element .fr-video::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer.fr-active {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  /* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer > h3, .fr-popup .card.card-default .fr-video-progress-bar-layer > .card-header, .card.card-default .fr-popup .fr-video-progress-bar-layer > .card-header {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/node_modules/froala-editor/css/plugins/video.min.css */
.fr-autoplay-margin {
  margin-top: 0px !important;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard-cards .icon-container {
  display: none;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard-cards a {
  text-decoration: none;
  border-radius: 4px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard-cards .charges-overpass {
  background-color: #c44038;
  color: white;
  border: 1px solid #c44038;
  padding: 1.25rem 1.25rem 0 1.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard-cards .charges-pending {
  background-color: #5bc0de;
  color: white;
  border: 1px solid #5bc0de;
  padding: 1.25rem 1.25rem 0 1.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard-cards .charges-divergences {
  background-color: #ffc000;
  color: white;
  border: 1px solid #ffc000;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard-cards .card-balance {
  display: none;
}

/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard .dashboard-container {
  width: 66.6%;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard .cards-container {
  width: 33.4%;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.dashboard.row {
  padding: 0px 16px;
}

/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.jumbotron.dashboard {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  background-color: #231f20;
  color: white;
  border: 1px solid #231f20;
}

/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.jumbotron.login {
  background-color: #231f20;
  color: white;
  border: 1px solid #231f20;
}

/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/dashboard_cards.scss */
.jumbotron.error {
  background-color: #231f20;
  color: white;
  border: 1px solid #231f20;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/loading_spiner.scss */
.loader {
  color: #FF591A;
  font-size: 10px;
  margin: 100px auto 15px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .cell-code {
  width: 8rem;
  height: 2.5rem;
  border-radius: 0.2rem;
  border: solid;
  border-width: 1px;
  border-color: #2d2d2d;
  text-align: center;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .faded-text {
  color: #b3b3b3;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .beneficiary-description {
  margin-top: 0.3rem;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .form-control-label {
  font-size: 14px;
  font-weight: 600;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .transfer_keys {
  padding: 30px 0px 45px 0px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .specifications div {
  color: #475467;
  font-size: 14px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .card-footer {
  background-color: transparent;
  border: none;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .btn.disabled {
  background-color: #F0F0F0;
  color: #B6B6B6;
  border-color: #F0F0F0;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .list-pix {
  padding: 10px 0px;
  margin-top: 25px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .list-pix p {
  margin-bottom: 25px;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .list-pix .icon {
  color: #F9593D;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pix.scss */
.pix .copy-text {
  cursor: pointer;
  text-decoration: underline;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .emails-list .email {
  margin: 30px 0px;
  display: flex;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .emails-list .email .icon {
  color: #00BBA7;
  font-size: 20px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .emails-list .email .resend {
  color: #141414;
  font-weight: 600;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .emails-list .email .resend:hover {
  color: #00BBA7;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list {
  margin: 30px 0px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container input {
  position: absolute;
  opacity: 0;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container .email-check, .terms-acceptance-card .card-body .confirm-emails-list .email-container .email-sent {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #D2D2D2;
  border-radius: 4px;
  position: absolute;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container .email-sent {
  border: 0;
  color: #00BBA7;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container input:checked ~ .email-check, .terms-acceptance-card .card-body .confirm-emails-list .email-container input:checked ~ .email-sent {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container input:checked ~ .email-check:after, .terms-acceptance-card .card-body .confirm-emails-list .email-container input:checked ~ .email-sent:after {
  display: block;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-list .email-container .email-check:after, .terms-acceptance-card .card-body .confirm-emails-list .email-container .email-sent:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-notice {
  margin-bottom: 50px;
  display: flex;
  background: #DFDFDF;
  padding: 15px;
  border-radius: 4px;
  width: 700px;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .confirm-emails-notice .icon {
  width: 24px;
  height: 24px;
  background-color: #00BBA7;
  display: flex;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 20px;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .term-acceptance-pdf {
  width: 100%;
  height: 500px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .term-acceptance-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/term_acceptance.scss */
.terms-acceptance-card .card-body .term-acceptance-btn .btn-success, .terms-acceptance-card .card-body .term-acceptance-btn #ccb-request a.btn-success, #ccb-request .terms-acceptance-card .card-body .term-acceptance-btn a.btn-success,
.terms-acceptance-card .card-body .term-acceptance-btn #ccb-request .requests.warranty a[aria-expanded='false'],
#ccb-request .requests.warranty .terms-acceptance-card .card-body .term-acceptance-btn a[aria-expanded='false'] {
  margin-left: 24px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/toggle_password.scss */
.toggle-password {
  bottom: 35px;
  cursor: pointer;
  display: flex;
  height: 0px;
  justify-content: end;
  position: relative;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/toggle_password.scss */
.toggle-password svg {
  margin: 8px;
}

/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .card-header {
  border-bottom: none !important;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .card-header .card-header-buttons {
  margin-bottom: 24px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .card-header .card-header-buttons a:nth-child(2) {
  margin-left: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .card-header-title {
  margin-bottom: 32px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .detail-table {
  border: 1px solid #687288;
  border-bottom: none;
  border-right: none;
  margin-bottom: 48px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .detail-table .detail-item {
  padding: 16px;
  border-bottom: 1px solid #687288;
  border-right: 1px solid #687288;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .detail-table .detail-item .tag {
  border: 2px solid #D0D5DD;
  color: #687288;
  border-radius: 24px;
  padding: 4px 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 600;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline {
  position: relative;
  padding-bottom: 32px;
  padding-left: 8px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .vertical-bar {
  margin-top: 8px;
  position: absolute;
  background: #D0D5DD;
  width: 2px;
  height: 100%;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .vertical-point {
  margin-top: 4px;
  border-radius: 50%;
  margin-left: -5px;
  display: block;
  background: #D0D5DD;
  position: absolute;
  height: 12px;
  width: 12px;
  z-index: 10;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-border-active {
  background-color: #FFFFFF;
  border: 2px solid #00AF00;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-border-rejected {
  background-color: #FFFFFF;
  border: 2px solid #D22F2D;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-active {
  background: #00AF00;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-rejected {
  background: #D22F2D !important;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-title-active {
  color: #00AF00;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-title-rejected {
  color: #D22F2D;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-title-disabled {
  color: #687288;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-event-container {
  line-height: 170%;
  margin-left: 16px;
  border: 1px solid #D0D5DD;
  background: #FFFFFF;
  padding: 16px 24px;
  border-radius: 4px;
  position: inherit;
  top: -18px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  min-width: 254px;
  width: fit-content;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-event-container .subtitle {
  font-size: 14px;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-event-container .subtitle .analysis-date {
  margin-bottom: 8px;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .registration-timeline .reg-event-container .subtitle .disabled {
  color: #687288;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .request-status {
  border: none !important;
  box-shadow: none !important;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .request-status .card-header {
  margin-left: 0px;
  border-bottom: none !important;
}
/* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .accounts-table {
  margin-left: 16px;
  width: 960px;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .accounts-table .table thead {
  background-color: transparent !important;
  color: #0C111D !important;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .accounts-table .table thead th {
  font-weight: 700 !important;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .accounts-table .table tbody tr {
  color: #0C111D !important;
}
/* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .accounts-table .table tbody .action-buttons {
  width: 126px;
  text-align: center;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-show .accounts-table .table tbody .action-buttons .btn.disabled {
  pointer-events: none;
  cursor: default;
}

/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline {
  display: flex;
  position: relative;
  padding-left: 8px;
}
/* line 170, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-icon-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 56px;
}
/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-bar {
  background: #687288;
  width: 1px;
  flex: 1;
}
/* line 183, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px dashed #475467;
  margin: 4px;
  height: 16px;
  width: 16px;
}
/* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point .timeline-vp-check,
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point .timeline-vp-rejected {
  display: none;
  font-size: 10px;
  color: #FFFFFF;
}
/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point .timeline-vp-tracking {
  display: none;
  color: #FBB209;
}
/* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point.reg-active {
  border: none;
}
/* line 208, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point.reg-active .timeline-vp-check {
  display: block;
}
/* line 211, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point.reg-border-active {
  background-color: #FFFFFF;
  border: none;
}
/* line 214, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point.reg-border-active .timeline-vp-tracking {
  display: block;
}
/* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point.reg-rejected {
  border: none;
}
/* line 219, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-vertical-point.reg-rejected .timeline-vp-rejected {
  display: block;
}
/* line 223, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-border-active {
  background-color: #FBB209;
}
/* line 226, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-border-rejected {
  background-color: #FFFFFF;
  border: 2px solid #C52926;
}
/* line 230, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-active {
  background: #1D9616;
}
/* line 233, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-rejected {
  background: #C52926 !important;
}
/* line 236, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-title-active {
  color: #1D9616;
}
/* line 239, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-title-rejected {
  color: #C52926;
}
/* line 242, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .reg-title-disabled {
  color: #687288;
}
/* line 246, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-event-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
}
/* line 252, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-event-title.reg-title-active {
  color: #0C111D;
}
/* line 256, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-event-title.reg-title-rejected {
  color: #0C111D;
}
/* line 260, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-event-title.reg-title-disabled {
  color: #475467;
}
/* line 265, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/registration_timeline.scss */
.requested-registrations-new-show .requested-registration-timeline .timeline-event-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #687288;
}

/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-badge {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background-color: #F0FDFA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-badge div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-badge div i, .requested-registrations-new-show .accounts-list-item-badge div svg {
  font-size: 14px;
  color: #00BBA7;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  order: 1;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list .collapse-card-button {
  order: 2;
  width: 24px;
  height: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list .collapse-card-button svg {
  color: #475467;
  transition: transform 0.35s ease-in-out;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list .collapse-card-button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  /* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .accounts-list-item-actions {
    width: 100%;
    order: 3;
    margin-left: 64px;
  }
  /* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .accounts-list-item-download {
    width: 100%;
    justify-content: center;
  }
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-download {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  text-decoration: none;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-download:hover {
  color: inherit;
  text-decoration: none;
  background-color: #ebebeb;
}
/* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-download i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #0C111D;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-download span {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0px;
  color: #0C111D;
  white-space: nowrap;
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #0C111D;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-item-type {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #475467;
}
/* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-header-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #0C111D;
}
/* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .accounts-list-header-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #0C111D;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
/* line 175, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}
@media (max-width: 768px) {
  /* line 175, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .signer-item-left {
    flex-direction: column;
  }
}
/* line 187, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* line 193, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #0C111D;
}
/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-email {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #475467;
}
/* line 209, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-auth-type {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #475467;
}
/* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-resend-btn {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  background-color: #00BBA7;
  border: 1px solid #00BBA7;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}
/* line 231, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-resend-btn:hover {
  background-color: #009283;
  border-color: #009283;
  text-decoration: none;
}
@media (max-width: 768px) {
  /* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .signer-item-resend-btn {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    order: 3;
  }
}
/* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-copy-btn {
  margin-left: auto;
}
@media (max-width: 768px) {
  /* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .signer-item-copy-btn {
    width: 100%;
    margin-left: 0;
    order: 3;
  }
}
/* line 255, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-link-box {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  border: 1px solid #D0D5DD;
}
@media (max-width: 768px) {
  /* line 255, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .signer-item-link-box {
    order: 2;
  }
}
/* line 267, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-link-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #0C111D;
}
/* line 275, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-security-row {
  flex-basis: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 275, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .signer-item-security-row {
    order: 2;
  }
}
/* line 284, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-security-box {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: fit-content;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
/* line 295, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-security-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* line 303, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-security-icon svg {
  font-size: 16px;
  color: #009689;
}
/* line 309, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .signer-item-security-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #475467;
}
/* line 318, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 16px;
}
/* line 324, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-action {
  border-right: 1px solid #D0D5DD;
}
/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-action .back-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #687288;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  padding-right: 16px;
}
/* line 337, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-action .back-button:hover {
  text-decoration: none;
}
/* line 341, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-action .back-button .icon-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
/* line 347, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-action .back-button .icon-div svg {
  height: 16px;
  width: 16px;
  font-size: 16px;
}
/* line 356, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-history {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
/* line 362, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-history .new-breadcrumb-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #667085;
}
/* line 368, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-history .new-breadcrumb-item:hover {
  text-decoration: none;
}
/* line 372, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-history .new-breadcrumb-item.has-separator::after {
  content: '/';
  margin-left: 8px;
}
/* line 377, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .new-breadcrumb .new-breadcrumb-history .new-breadcrumb-item.active {
  color: #000000;
  background: #F2F4F7;
  border-radius: 4px;
  padding: 4px 8px;
}
/* line 387, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .card-header {
  padding: 0px !important;
  margin-top: 40px !important;
  margin-bottom: 24px !important;
}
/* line 393, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .card-header-title {
  margin-bottom: 0;
}
/* line 397, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .card-header-buttons {
  gap: 24px;
}
/* line 401, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card-title {
  font-weight: 600;
  font-size: 18px;
}
/* line 406, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .row.request-info {
  row-gap: 24px;
}
/* line 410, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card {
  border-radius: 8px !important;
  margin: 0 !important;
  width: 100% !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}
/* line 419, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card .method-card-item {
  display: flex;
  flex-direction: column;
  gap: 8px !important;
}
/* line 425, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card .method-card-item-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
}
/* line 432, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card .method-card-item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #0C111D;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
/* line 442, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--first {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
/* line 447, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--middle {
  border-radius: 0 !important;
  border-top: none !important;
}
/* line 452, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--last {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
/* line 458, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--warning {
  border-color: #FCC23D !important;
}
/* line 461, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--warning:has(+ .collapse.show) {
  border-bottom-color: #D0D5DD !important;
}
/* line 466, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--middle.method-card--warning {
  border-bottom-color: #D0D5DD !important;
}
/* line 470, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .method-card--warning:not(.method-card--middle):not(.method-card--last) {
  background-color: #FFFDE8 !important;
}
/* line 475, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .contract-signed-notification {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
/* line 481, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .contract-signed-notification-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* line 489, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .contract-signed-notification-icon svg {
  font-size: 16px;
  color: #009689;
}
/* line 495, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .contract-signed-notification-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #475467;
}
/* line 505, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  height: 96px !important;
  gap: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #D0D5DD !important;
  background: #FFFFFF !important;
  margin: 0 0 24px 0 !important;
  padding: 0 24px !important;
}
/* line 517, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
/* line 525, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-circle.summary-card-circle--default {
  background: #FAFAFA;
}
/* line 529, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-circle.summary-card-circle--warning {
  background: #FFFDE8;
}
/* line 534, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
/* line 539, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-icon.summary-card-icon--default {
  color: #475467;
}
/* line 543, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-icon.summary-card-icon--warning {
  color: #F38329;
}
/* line 548, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
/* line 554, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-value {
  font-size: 18px;
  font-weight: 600;
  color: #0C111D;
  line-height: 133%;
  letter-spacing: 0;
}
/* line 562, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .summary-cards .summary-card .summary-card-label {
  font-size: 14px;
  font-weight: 400;
  color: #475467;
}
/* line 570, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card {
  min-height: 100px !important;
  padding: 24px !important;
  border-radius: 8px !important;
  border: 1px solid #D0D5DD !important;
  background: #FFFFFF !important;
  margin: 0 0 24px 0 !important;
}
/* line 578, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
/* line 586, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-card-inner .method-card-observations {
  flex-basis: 100%;
}
/* line 591, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 596, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-item:nth-child(1) {
  flex: 0 0 auto;
}
/* line 597, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-item:nth-child(2) {
  flex: 0 0 auto;
}
/* line 598, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-item:nth-child(3) {
  flex: 0 0 auto;
}
/* line 599, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-item.details-info-item--full-width {
  flex: 0 0 100%;
}
/* line 603, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-card-inner .details-info-item:nth-child(1) {
  flex: 2 0 0;
}
/* line 604, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-card-inner .details-info-item:nth-child(2) {
  flex: 3 0 0;
}
/* line 605, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-card-inner .details-info-item:nth-child(3) {
  flex: 7 0 0;
}
/* line 609, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .details-info-card-inner:has(.method-card-observations) .details-info-item:nth-child(1),
.requested-registrations-new-show .details-info-card .details-info-card-inner:has(.method-card-observations) .details-info-item:nth-child(2) {
  flex: 1 0 0;
}
/* line 615, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .method-card-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #475467;
}
/* line 622, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-new-show .details-info-card .method-card-item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1200px) {
  /* line 631, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .md-breakpoint .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 640, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registration-table table tbody td.td-status {
  max-width: none !important;
}

@media (max-width: 769px) {
  /* line 649, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .card-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  /* line 655, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .card-header-buttons {
    width: 100%;
    justify-content: space-between;
  }
  /* line 660, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show div.method-card {
    margin-top: 0 !important;
  }
  /* line 665, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .details-info-card .details-info-card-inner {
    flex-direction: column;
  }
  /* line 670, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
  .requested-registrations-new-show .details-info-card .details-info-item:nth-child(3), .requested-registrations-new-show .details-info-card .details-info-item.details-info-item--full-width {
    max-width: 100%;
  }
}
/* line 681, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .btn.disabled {
  pointer-events: none;
  cursor: default;
  background-color: #F1F1F1;
  color: #D2D2D2;
  border: none;
}
/* line 689, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form #tooltip {
  margin-left: 16px;
  font-size: 20px;
}
/* line 694, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .form-group {
  margin-bottom: 32px;
}
/* line 698, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .inputs {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
/* line 704, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form #client_requested_registration_observations {
  height: 132px;
  border-width: 2px;
  resize: none;
}
/* line 710, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .originator-row {
  align-items: center;
}
/* line 713, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .originator-row .JS-btn-add-originator {
  margin-top: 8px;
}
/* line 719, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .input-select-originator label {
  display: flex;
  align-items: center;
}
/* line 724, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .input-select-originator .form-group {
  margin-bottom: 8px;
}
/* line 728, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .input-select-originator span {
  font-size: 14px;
}
/* line 733, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .JS-originator-table {
  margin-top: 24px;
}
/* line 736, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .JS-originator-table .td-quantity {
  display: flex;
  width: 160px;
  justify-content: space-between;
  align-items: center;
}
/* line 743, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .JS-originator-table th #tooltip {
  position: absolute;
}
/* line 748, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.requested-registrations-form .JS-callout-table {
  font-size: 14px !important;
  width: 785px;
  margin-top: 32px;
}

/* line 755, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.info_banner {
  display: flex;
  padding: 16px;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  border-radius: 4px;
  background: #F1F1F1;
  max-width: fit-content;
}
/* line 765, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.info_banner .info_icon {
  color: #00BBA7;
}

/* line 770, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.modal-content-banner {
  line-height: normal;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  border-radius: 4px;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  border-radius: 4px;
  background: #F1F1F1;
}
/* line 784, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.modal-content-banner .info_icon {
  color: #00BBA7;
}

/* line 790, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.signersModal .modal-title {
  padding: 24px 24px 0 24px;
}
/* line 794, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.signersModal .modal-buttons {
  padding: 35px;
}
/* line 798, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.signersModal .action-buttons {
  display: flex;
  justify-content: flex-end !important;
}
/* line 802, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.signersModal .action-buttons > button {
  margin-right: 24px;
}
/* line 807, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.signersModal .list-item {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

/* line 814, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.swal2-content {
  padding: 24px;
  font-size: 18px;
  line-height: 27px;
}

/* line 820, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pages/client/requested_registration/requested_registrations.scss */
.swal2-actions {
  margin: 0 !important;
}

/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails:not(div) {
  width: 600px;
  font-family: helvetica, 'helvetica neue', arial, verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails:not(table) {
  background-color: #F6F6F6 !important;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails table.mail-template-wrapper {
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed !important;
  width: 100%;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails table.mail-template-wrapper .wrapper {
  padding: 30px 200px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-wrapper-color {
  background-color: #F6F6F6;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-wrapper {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center top;
  background-color: #F6F6F6;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-content {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed !important;
  width: 100%;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-content-body {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #FFFFFF;
  width: 100%;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-header {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed !important;
  width: 70%;
  background-color: transparent;
  background-repeat: repeat;
  background-position: center top;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-header-content {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #FFFFFF;
  width: 400px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .es-header-content td {
  padding: 30px;
  margin: 0;
  background-color: transparent;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-header-body {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 600px !important;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-header-body td {
  margin: 0;
  width: 540px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-header-wrapper {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-header-wrapper img {
  height: 44px;
  width: 193px;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-header-wrapper .banner-img img {
  width: 100% !important;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .title-table, .transactional-emails .subtitle-table {
  margin: 0;
  line-height: 39px;
  mso-line-height-rule: exactly;
  font-family: arial, 'helvetica neue', helvetica, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  background: #FFF !important;
}
/* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .title-container .welcome {
  font-size: 18px;
  margin-bottom: 8px;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .title-container .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .filter-contanier {
  font-weight: 600 !important;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .subtitle-table {
  font-size: 20px;
  line-height: 30px;
}
/* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .description, .transactional-emails .steps-list, .transactional-emails .footer-text, .transactional-emails .footer-text-whitelabel, .transactional-emails .footer-link-grafeno {
  margin: 0;
  font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
  line-height: 21px;
  color: #333333;
  font-size: 14px;
  background: #FFF !important;
}
/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .description.lg, .transactional-emails .lg.steps-list, .transactional-emails .lg.footer-text, .transactional-emails .lg.footer-text-whitelabel, .transactional-emails .lg.footer-link-grafeno {
  font-size: 16px;
}
/* line 170, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .steps-list {
  padding: 22px;
}
/* line 175, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .footer-text {
  color: #141414 !important;
  background-color: #fafafa !important;
}
/* line 181, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .footer-text-whitelabel {
  color: #aaaaaa !important;
}
/* line 186, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .footer-link-grafeno {
  color: #00BBA7;
  text-decoration: underline;
}
/* line 192, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-container {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
/* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-container.with-border .details-info td {
  border: 1px solid #E3E3E3;
}
/* line 204, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-details {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
}
/* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .inner-details td {
  padding: 0;
  margin: 0;
  width: 540px;
}
/* line 217, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-info {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
  border-collapse: collapse;
  border-spacing: 0px;
}
/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details {
  margin: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  mso-line-height-rule: exactly;
  font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
  line-height: 21px;
  color: #333333;
  font-size: 16px;
}
/* line 235, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details.sm {
  font-size: 14px !important;
}
/* line 239, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details.grafeno {
  color: #00BBA7;
}
/* line 243, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details.whitelabel {
  color: #444C71;
}
/* line 247, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details .title {
  font-weight: 600 !important;
}
/* line 252, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .first-access-img {
  display: block;
  border: 0;
  outline: none;
  text-decoration: none;
  -ms-interpolation-mode: bicubic;
}
/* line 260, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .transactional-email-button {
  border-style: solid;
  border-width: 0px;
  display: inline-block;
  border-radius: 4px;
  width: auto;
  mso-hide: all;
}
/* line 269, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .transactional-email-button-dimensions {
  mso-style-priority: 100 !important;
  text-decoration: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  mso-line-height-rule: exactly;
  font-size: 16px;
  border-style: solid;
  border-width: 10px 20px;
  display: inline-block;
  border-radius: 4px;
  font-family: roboto, 'helvetica neue', helvetica, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 19px;
  width: auto;
  text-align: center;
}
/* line 288, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .transactional-email-whitelabel {
  background: #00BBA7;
  border-color: #00BBA7;
  color: #FFFFFF;
}
/* line 294, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .transactional-email-grafeno {
  background: #00BBA7;
  border-color: #00BBA7;
  color: #FFFFFF;
}
/* line 300, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-icon-container {
  border: 1px solid #E3E3E3 !important;
  padding: 24px 16px !important;
}
/* line 304, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-icon-container .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 311, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-icon-container table td {
  width: unset !important;
}
/* line 316, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-icon-container table:last-child {
  margin-bottom: 0px;
}
/* line 320, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-icon-container table {
  margin-bottom: 16px;
}
/* line 323, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .details-icon-container table p {
  margin-bottom: 0px;
}
/* line 329, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails a.link {
  text-decoration: underline;
}
/* line 332, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails a.link.grafeno {
  color: #00BBA7;
}
/* line 336, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails a.link.whitelabel {
  color: #444C71;
}
/* line 341, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails a.first-access-link {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  mso-line-height-rule: exactly;
  text-decoration: underline;
  color: #2CB543;
  font-size: 14px;
}
/* line 350, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .grafeno-appreciate p {
  color: #475467;
}
/* line 354, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.hr {
  padding: 1px;
  background: #DEDEDE;
}
/* line 359, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .bg-white {
  background: #FFF !important;
}
/* line 363, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.p-0 {
  padding: 0 !important;
}
/* line 367, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.m-0 {
  margin: 0 !important;
}
/* line 371, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.p-15 {
  padding: 15px;
}
/* line 375, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.p-20 {
  padding: 20px;
}
/* line 379, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.p-22 {
  padding: 22px;
}
/* line 383, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.p-24 {
  padding: 24px;
}
/* line 387, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.p-30 {
  padding: 30px;
}
/* line 391, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 396, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
/* line 401, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 406, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pt-0 {
  padding-top: none;
}
/* line 410, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pt-10 {
  padding-top: 10px;
}
/* line 414, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pt-18 {
  padding-top: 18px;
}
/* line 418, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pt-30 {
  padding-top: 30px;
}
/* line 422, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pt-40 {
  padding-top: 40px;
}
/* line 426, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pt-50 {
  padding-top: 50px;
}
/* line 430, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-0 {
  padding-bottom: none;
}
/* line 434, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-4 {
  padding-bottom: 4px !important;
}
/* line 438, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-10 {
  padding-bottom: 10px;
}
/* line 442, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-18 {
  padding-bottom: 18px;
}
/* line 446, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-12 {
  padding-bottom: 12px;
}
/* line 450, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-24 {
  padding-bottom: 24px;
}
/* line 454, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-30 {
  padding-bottom: 30px;
}
/* line 458, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-32 {
  padding-bottom: 32px;
}
/* line 462, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-40 {
  padding-bottom: 40px;
}
/* line 466, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pb-50 {
  padding-bottom: 50px;
}
/* line 470, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pl-18 {
  padding-left: 18px;
}
/* line 474, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pl-30 {
  padding-left: 30px;
}
/* line 478, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pl-32 {
  padding-left: 32px;
}
/* line 482, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pr-18 {
  padding-right: 18px;
}
/* line 486, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.pr-30 {
  padding-right: 30px;
}
/* line 490, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails td.my-10 {
  margin: 10px 0;
}
/* line 494, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails table.w-90 {
  width: 559px !important;
}
/* line 498, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails table.w-90-grafeno {
  width: 555px !important;
}
/* line 502, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/transactional_emails.scss */
.transactional-emails .w-75 {
  width: 75% !important;
}

/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.design-system {
  font-family: "Inter", sans-serif;
  background: #FAFAFA;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefit-card.scss */
.design-system .ds-account-benefit-card:last-child {
  margin-bottom: 0px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefit-card.scss */
.design-system .ds-account-benefit-card {
  background-color: #FAFAFA;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefit-card.scss */
.design-system .ds-account-benefit-card .icon {
  text-align: center;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefit-card.scss */
.design-system .ds-account-benefit-card .icon svg {
  color: #00BBA7;
  height: 32px;
  width: 32px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefit-card.scss */
.design-system .ds-account-benefit-card .title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefit-card.scss */
.design-system .ds-account-benefit-card .description, .design-system .ds-account-benefit-card .transactional-emails .steps-list, .transactional-emails .design-system .ds-account-benefit-card .steps-list, .design-system .ds-account-benefit-card .transactional-emails .footer-text, .transactional-emails .design-system .ds-account-benefit-card .footer-text, .design-system .ds-account-benefit-card .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-account-benefit-card .footer-text-whitelabel, .design-system .ds-account-benefit-card .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-account-benefit-card .footer-link-grafeno {
  color: #0C111D;
  font-size: 14px !important;
  margin-bottom: 0px;
  text-align: center;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefits-modal.scss */
.design-system .ds-account-benefits-modal .modal-content {
  padding: 8px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefits-modal.scss */
.design-system .ds-account-benefits-modal .modal-header {
  border-bottom: 0px;
  color: #0C111D;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefits-modal.scss */
.design-system .ds-account-benefits-modal .modal-body .title,
.design-system .ds-account-benefits-modal .modal-body .description,
.design-system .ds-account-benefits-modal .modal-body .transactional-emails .steps-list,
.transactional-emails .design-system .ds-account-benefits-modal .modal-body .steps-list,
.design-system .ds-account-benefits-modal .modal-body .transactional-emails .footer-text,
.transactional-emails .design-system .ds-account-benefits-modal .modal-body .footer-text,
.design-system .ds-account-benefits-modal .modal-body .transactional-emails .footer-text-whitelabel,
.transactional-emails .design-system .ds-account-benefits-modal .modal-body .footer-text-whitelabel,
.design-system .ds-account-benefits-modal .modal-body .transactional-emails .footer-link-grafeno,
.transactional-emails .design-system .ds-account-benefits-modal .modal-body .footer-link-grafeno {
  white-space: normal !important;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefits-modal.scss */
.design-system .ds-account-benefits-modal .modal-body .description, .design-system .ds-account-benefits-modal .modal-body .transactional-emails .steps-list, .transactional-emails .design-system .ds-account-benefits-modal .modal-body .steps-list, .design-system .ds-account-benefits-modal .modal-body .transactional-emails .footer-text, .transactional-emails .design-system .ds-account-benefits-modal .modal-body .footer-text, .design-system .ds-account-benefits-modal .modal-body .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-account-benefits-modal .modal-body .footer-text-whitelabel, .design-system .ds-account-benefits-modal .modal-body .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-account-benefits-modal .modal-body .footer-link-grafeno {
  font-size: 20px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefits-modal.scss */
.design-system .ds-account-benefits-modal .modal-footer {
  border-top: 0px;
}
@media (max-width: 375px) {
  /* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/account-benefits-modal.scss */
  .design-system .ds-account-benefits-modal .modal-footer {
    justify-content: space-between;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser {
  color: #0C111D;
  min-width: 228px;
  padding: 16px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .glass-bg {
  background: #000000;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.03) 10%, rgba(255, 255, 255, 0.29) 90%);
  border-bottom: 1px solid #fafafa36;
  border-top: 1px solid #fafafa85;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card {
  border-radius: 16px;
  padding: 16px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .header .title {
  display: flex;
  justify-content: space-between;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .header .collapse-toggle {
  color: #0C111D;
  display: flex;
  font-size: 12px;
  justify-content: end;
  width: 30px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .header .collapse-toggle.collapsed svg {
  transform: rotate(180deg);
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .header .message {
  color: #0C111D;
  font-size: 12px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .collapse-card-content {
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .collapse-card-content button {
  text-align: center;
  width: 100%;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .collapse-card-content .access-old-account {
  background-color: #F1F1F1;
  width: 100%;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system .ds-active-account-collapser .collapse-card .collapse-card-content .JS-open-faq {
  color: #0C111D;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system #wrapper.toggled .ds-active-account-collapser {
  display: none;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
.design-system #wrapper.toggled .active-account-sidebar-toggle {
  display: flex;
}
@media (max-width: 770px) {
  /* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
  .design-system #wrapper .ds-active-account-collapser {
    display: block !important;
  }
  /* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/active-account-collapser.scss */
  .design-system #wrapper .active-account-sidebar-toggle {
    display: none !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse {
  display: block;
  flex-direction: column;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .title {
  align-items: center;
  color: #0C111D;
  display: flex;
  font-weight: 500;
  margin-bottom: 16px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .title .icon {
  align-items: center;
  background: #00BBA7;
  border-radius: 8px;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-right: 24px;
  width: 32px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .title .icon svg {
  color: #F0FDFA;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .value {
  font-size: 28px;
  font-weight: 500;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .balance-info-shimmer {
  height: 38px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .collapse-btn[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .text-divider {
  margin-top: 24px;
  margin-bottom: 16px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .value-info-container {
  display: grid;
  font-size: 14px;
  grid-template-columns: auto auto;
  line-height: 120%;
  row-gap: 16px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .value-info-container .info-title {
  color: #687288;
  font-weight: 500;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .value-info-container .info-value {
  color: #475467;
  font-weight: 600;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .info-message {
  background: #FAFAFA;
  border-radius: 12px;
  display: flex;
  gap: 8px;
  margin-top: 24px;
  padding: 16px;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .info-message .info-message-icon {
  align-items: flex-start;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  width: 24px;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .info-message .info-message-icon svg {
  color: #00BBA7;
  height: 18px;
  width: 18px;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card-collapse.scss */
.design-system .balance-card.collapse .info-message .info-message-text {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  vertical-align: middle;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card {
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .collapse-btn-icon {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .title {
  color: #475467;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .value {
  font-size: 24px;
  font-weight: 700;
  width: 260px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .value.positive {
  color: #1D9616;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .balance-info-shimmer {
  background-color: #F1F1F1;
  height: 28px;
  width: 260px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .toggle-container {
  align-items: center;
  display: flex;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .toggle-container .toggle-icon {
  cursor: pointer;
  text-decoration: none;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card .toggle-container .toggle-icon svg {
  color: #0C111D;
  height: 24px;
  width: 24px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/balance-card.scss */
.design-system .balance-card:last-child {
  margin-right: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
.design-system .banner-grafeno-ativos {
  position: relative;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
.design-system .banner-grafeno-ativos .container-grafeno-ativos {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
.design-system .banner-grafeno-ativos .container-grafeno-ativos p {
  color: #FFFFFF;
  margin: 0px;
  width: 400px;
  text-wrap: wrap;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
.design-system .banner-grafeno-ativos .container-grafeno-ativos p:first-child {
  font-weight: 600;
  font-size: 18px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
.design-system .banner-grafeno-ativos .container-grafeno-ativos p:last-child {
  font-weight: 400;
  font-size: 16px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
.design-system .banner-grafeno-ativos .container-grafeno-ativos .btn {
  width: 150px;
}
@media (min-width: 1440px) {
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos p:first-child {
    font-size: 20px;
  }
  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos p:last-child {
    font-size: 18px;
  }
  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .img-logo-grafeno-ativos {
    padding-left: 32px;
    padding-right: 48px;
  }
  /* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .container-btn-grafeno-ativos {
    padding-left: 48px;
  }
}
@media (min-width: 1200px) {
  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos {
    gap: 32px;
  }
  /* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-grafeno-ativos {
    display: block;
  }
  /* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-mobile-grafeno-ativos {
    display: none;
  }
}
@media (max-width: 1200px) {
  /* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos {
    justify-content: space-between;
  }
  /* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .img-logo-grafeno-ativos svg {
    width: 130px;
    height: auto;
  }
  /* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-grafeno-ativos {
    display: none;
  }
  /* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-mobile-grafeno-ativos {
    display: block;
  }
}
@media (max-width: 980px) {
  /* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos {
    flex-direction: column;
    align-items: start;
  }
  /* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos p {
    width: 100%;
  }
  /* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .container-btn-grafeno-ativos, .design-system .banner-grafeno-ativos .container-grafeno-ativos .btn {
    width: 100%;
  }
  /* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-grafeno-ativos {
    display: none;
  }
  /* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-mobile-grafeno-ativos {
    display: block;
    min-height: 250px;
    object-fit: cover;
    width: 100%;
    object-position: left;
  }
}
@media (width: 768px) {
  /* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  /* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .container-btn-grafeno-ativos {
    width: 300px;
  }
}
@media (max-width: 479px) {
  /* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .img-logo-grafeno-ativos {
    margin-bottom: 24px;
  }
  /* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .container-grafeno-ativos .container-btn-grafeno-ativos {
    margin-top: 24px;
  }
  /* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/banner-grafeno-ativos.scss */
  .design-system .banner-grafeno-ativos .img-banner-mobile-grafeno-ativos {
    min-height: 320px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt {
  padding: 8px 16px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item, .design-system .breadcrumb-alt .breadcrumb-item a {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item.disabled, .design-system .breadcrumb-alt .breadcrumb-item a.disabled {
  cursor: default;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item:hover, .design-system .breadcrumb-alt .breadcrumb-item a:hover {
  text-decoration: none;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item .active, .design-system .breadcrumb-alt .breadcrumb-item a .active {
  background: #F2F4F7;
  border-radius: 4px;
  color: #000000;
  padding: 4px 8px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item .back-btn, .design-system .breadcrumb-alt .breadcrumb-item a .back-btn {
  font-weight: 600;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item + .breadcrumb-item::before {
  color: #667085;
  font-size: 18px;
  padding-left: 4px !important;
  padding: 0px 12px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-item:first-child::before {
  content: none !important;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
.design-system .breadcrumb-alt .breadcrumb-divider {
  border: 1px solid #D0D5DD;
  margin: 0px 16px;
  margin-right: 12px !important;
}
@media (max-width: 576px) {
  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
  .design-system .breadcrumb-alt .breadcrumb-item:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/breadcrumb.scss */
  .design-system .breadcrumb-alt .breadcrumb-divider {
    display: none;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown .dropdown-menu {
  padding: 0px;
  border-color: #D0D5DD;
  border-radius: 0px;
  min-width: 220px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  top: -1px !important;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown .dropdown-item {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #0C111D;
  cursor: pointer;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown .dropdown-item.negative-txt {
  color: #D22F2D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown .dropdown-item.disabled {
  cursor: none;
  color: #475467;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown .dropdown-item:hover {
  background-color: #F1F1F1;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown .dropdown-toggle::after {
  content: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button-dropdown.scss */
.design-system .button-dropdown.show button svg.fa-chevron-down {
  transform: rotate(180deg);
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn {
  padding: 8px 16px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  font-weight: 600;
  height: 40px;
  min-width: 46px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn:active {
  transform: translateY(2px);
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn:focus {
  box-shadow: none !important;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-sm, .design-system .btn-group-sm > .btn {
  padding: 8px 16px;
  font-size: 14px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-primary, .design-system #ccb-request .requests.warranty .action-buttons .btn-primary, #ccb-request .requests.warranty .action-buttons .design-system .btn-primary {
  background-color: #00BBA7;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-primary:hover, .design-system #ccb-request .requests.warranty .action-buttons .btn-primary:hover, #ccb-request .requests.warranty .action-buttons .design-system .btn-primary:hover {
  background-color: #009689;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-primary:focus, .design-system #ccb-request .requests.warranty .action-buttons .btn-primary:focus, #ccb-request .requests.warranty .action-buttons .design-system .btn-primary:focus, .design-system .btn-primary:active, .design-system #ccb-request .requests.warranty .action-buttons .btn-primary:active, #ccb-request .requests.warranty .action-buttons .design-system .btn-primary:active {
  background-color: #00786F !important;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-secondary {
  background-color: #F1F1F1;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-secondary:hover {
  background-color: #E3E3E3;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-secondary:focus, .design-system .btn-secondary:active {
  background-color: #D0D5DD;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-success, .design-system #ccb-request a.btn-success, #ccb-request .design-system a.btn-success, .design-system #ccb-request .requests.warranty a.btn-success, #ccb-request .requests.warranty .design-system a.btn-success,
.design-system #ccb-request .requests.warranty a[aria-expanded='false'],
#ccb-request .requests.warranty .design-system a[aria-expanded='false'] {
  background-color: #00AF00;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-success:hover, .design-system #ccb-request a.btn-success:hover, #ccb-request .design-system a.btn-success:hover,
.design-system #ccb-request .requests.warranty a[aria-expanded='false']:hover,
#ccb-request .requests.warranty .design-system a[aria-expanded='false']:hover {
  background-color: #1D9616;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-success:focus, .design-system #ccb-request a.btn-success:focus, #ccb-request .design-system a.btn-success:focus,
.design-system #ccb-request .requests.warranty a[aria-expanded='false']:focus,
#ccb-request .requests.warranty .design-system a[aria-expanded='false']:focus, .design-system .btn-success:active, .design-system #ccb-request a.btn-success:active, #ccb-request .design-system a.btn-success:active,
.design-system #ccb-request .requests.warranty a[aria-expanded='false']:active,
#ccb-request .requests.warranty .design-system a[aria-expanded='false']:active {
  background-color: #058505;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-danger, .design-system #ccb-request .requests.warranty a.btn-danger, #ccb-request .requests.warranty .design-system a.btn-danger,
.design-system #ccb-request .requests.warranty a[aria-expanded='true'],
#ccb-request .requests.warranty .design-system a[aria-expanded='true'], .design-system #ccb-request .requests.warranty .action-buttons .btn-danger, #ccb-request .requests.warranty .action-buttons .design-system .btn-danger {
  background-color: #D22F2D;
  min-width: 46px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-danger:hover, .design-system #ccb-request .requests.warranty a.btn-danger:hover, #ccb-request .requests.warranty .design-system a.btn-danger:hover,
.design-system #ccb-request .requests.warranty a[aria-expanded='true']:hover,
#ccb-request .requests.warranty .design-system a[aria-expanded='true']:hover, .design-system #ccb-request .requests.warranty .action-buttons .btn-danger:hover, #ccb-request .requests.warranty .action-buttons .design-system .btn-danger:hover {
  background-color: #C52926;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-danger:focus, .design-system #ccb-request .requests.warranty a.btn-danger:focus, #ccb-request .requests.warranty .design-system a.btn-danger:focus,
.design-system #ccb-request .requests.warranty a[aria-expanded='true']:focus,
#ccb-request .requests.warranty .design-system a[aria-expanded='true']:focus, .design-system #ccb-request .requests.warranty .action-buttons .btn-danger:focus, #ccb-request .requests.warranty .action-buttons .design-system .btn-danger:focus, .design-system .btn-danger:active, .design-system #ccb-request .requests.warranty a.btn-danger:active, #ccb-request .requests.warranty .design-system a.btn-danger:active,
.design-system #ccb-request .requests.warranty a[aria-expanded='true']:active,
#ccb-request .requests.warranty .design-system a[aria-expanded='true']:active, .design-system #ccb-request .requests.warranty .action-buttons .btn-danger:active, #ccb-request .requests.warranty .action-buttons .design-system .btn-danger:active {
  background-color: #B61D1A;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-tertiary {
  background-color: transparent;
  color: #0C111D;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-tertiary:hover {
  background-color: #F1F1F1;
  color: #0C111D;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-tertiary:focus, .design-system .btn-tertiary:active {
  background-color: #E3E3E3;
  color: #0C111D;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-navigation {
  background-color: transparent;
  color: #687288;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-navigation:hover {
  background-color: transparent;
  color: #475467;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-navigation:focus, .design-system .btn-navigation:active {
  background-color: transparent;
  color: #687288;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .form-as-button {
  width: fit-content;
  margin-top: 1px;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/button.scss */
.design-system .btn-disabled {
  background-color: #F1F1F1;
  color: #687288 !important;
  pointer-events: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt {
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  border-color: #F1F1F1;
  padding: 16px 16px 0px 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt .callout-alt-icon {
  background-color: #FFFFFF;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt .callout-alt-content {
  font-size: 14px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt.info {
  background-color: #E4F3FF;
  border-color: #1460D7;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt.alert {
  background-color: #FFFDE8;
  border-color: #F38329;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt.neutral {
  background-color: #FAFAFA;
  border-color: #E3E3E3;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt.negative {
  background-color: #FFEBEE;
  border-color: #B61D1A;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt.new-short {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  width: fit-content;
  border-radius: 8px 8px 12px 12px;
  color: #475467;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-alt.scss */
.design-system .callout-alt.new-short strong {
  font-weight: 500;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-multiselect-checkbox.scss */
.design-system .callout-multiselect-checkbox {
  background-color: #F1F1F1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  padding: 16px 0px;
  gap: 4px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-multiselect-checkbox.scss */
.design-system .callout-multiselect-checkbox .callout-text {
  color: #687288;
  font-size: 14px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-multiselect-checkbox.scss */
.design-system .callout-multiselect-checkbox .callout-action {
  color: #00BBA7;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout-multiselect-checkbox.scss */
.design-system .callout-multiselect-checkbox .callout-action:hover {
  text-decoration: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
.design-system .JS-callout-news-short {
  align-items: center;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  color: #475467;
  display: inline-flex;
  margin-bottom: 40px;
  padding: 16px;
  width: fit-content;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
.design-system .JS-callout-news-short .type {
  background: #F0FDFA;
  border-radius: 24px;
  color: #00BBA7;
  font-size: 12px;
  margin-right: 16px;
  padding: 4px 12px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
.design-system .JS-callout-news-short .title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
.design-system .JS-callout-news-short .content {
  font-size: 14px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
.design-system .JS-callout-news-short .JS-callout-news-short-close-btn {
  cursor: pointer;
  margin-left: 16px;
}
@media (max-width: 576px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
  .design-system .JS-callout-news-short {
    width: auto;
  }
  /* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
  .design-system .JS-callout-news-short .content {
    display: none;
  }
  /* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/callout_news_short.scss */
  .design-system .JS-callout-news-short .JS-callout-news-short-close-btn {
    margin-left: auto;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/card-info-alt.scss */
.design-system .card-info-alt {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  color: #475467;
  font-size: 16px;
  font-weight: 300;
  gap: 4px;
  line-height: 150%;
  min-width: 180px;
  padding: 8px 16px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/card-info-alt.scss */
.design-system .card-info-alt .title {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/card.scss */
.design-system .card {
  background-color: transparent;
  border: none;
  box-shadow: none !important;
  padding: 0px 20px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/card.scss */
.design-system .card .card-header {
  border: none;
  margin: 0px;
  color: #0C111D;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/card.scss */
.design-system .card .card-footer {
  background-color: transparent;
  border: none;
  padding: unset;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/card.scss */
.design-system .card .card-body {
  padding: 0px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .announcements-design-system .carousel {
  height: fit-content;
  width: 100%;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel {
  width: 525px;
  background-color: #F0FDFA;
  padding: 20px 24px;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-header .carousel-indicators {
  margin: 0px;
  padding: 0px;
  position: relative;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-header .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #00BBA7;
  background-color: transparent;
  opacity: 1;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-header .carousel-indicators li.active, .design-system .carousel .carousel-header .carousel-indicators li:hover {
  background-color: #00BBA7;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-header .carousel-news {
  font-size: 12px;
  text-transform: uppercase;
  color: #00BBA7;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner {
  height: auto;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement {
  padding: 0px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0C111D;
  font-family: "Inter", sans-serif;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement .content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #0C111D;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement .link {
  justify-content: start;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement .link a {
  margin-top: 0px;
  background: #00BBA7;
  border-radius: 4px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 14px;
  border: 0px;
  font-weight: 600;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement .link a:active {
  transform: translateY(2px);
  background-color: #00786F;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/caroussel.scss */
.design-system .carousel .carousel-inner .announcement .link a:hover {
  background-color: #009689;
  opacity: 1;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card a.collapse-card-button, .design-system .collapse-card .collapse-card-content {
  font-size: 14px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card a.collapse-card-button {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 8px 24px;
  border: 1px solid #E3E3E3;
  background-color: #ffffff;
  width: 100%;
  text-decoration: none;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card a.collapse-card-button:hover {
  color: #2d2d2d;
  text-decoration: none;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card a.collapse-card-button svg {
  transition: all 0.4s ease;
  transform: rotateZ(0deg);
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card a.collapse-card-button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
  color: #00BBA7;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card a.collapse-card-button[aria-expanded="true"] {
  background-color: #F0FDFA;
  border-color: #00BBA7;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/collapse-card.scss */
.design-system .collapse-card div.collapse-card-content {
  justify-content: center;
  align-items: center;
  padding: 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/crumb-tab.scss */
.design-system .crumb-tabs {
  display: flex;
  border: 0px !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/crumb-tab.scss */
.design-system .crumb-tabs .crumb-tab {
  border-bottom: 2px solid #D0D5DD;
  color: #0C111D;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 133%;
  padding: 8px 16px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/crumb-tab.scss */
.design-system .crumb-tabs .crumb-tab:hover, .design-system .crumb-tabs .crumb-tab.active {
  border-bottom-color: #00BBA7;
  color: #00BBA7;
  text-decoration: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards a {
  border-radius: 4px;
  box-sizing: border-box;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards svg {
  height: 20px;
  width: 16px;
  color: #00BBA7;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .icon-container {
  background-color: #F0FDFA;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .text-container {
  min-width: 150px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .text-container p {
  margin-bottom: 0px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards h2 {
  font-weight: 600;
  line-height: 170%;
  font-size: 16px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards p {
  font-weight: 400;
  line-height: 150%;
  color: #687288;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .charges-overpass strong {
  color: #00BBA7;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-balance,
.design-system .dashboard-cards .charges-overpass,
.design-system .dashboard-cards .charges-pending {
  display: block;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  background: #FFFFFF;
  color: #0C111D;
  padding: 32px;
  min-width: 330px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-balance .balance-info-shimmer,
.design-system .dashboard-cards .charges-overpass .balance-info-shimmer,
.design-system .dashboard-cards .charges-pending .balance-info-shimmer {
  width: 150px;
  height: 28px;
  background-color: #F1F1F1;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-balance .toggle-icon,
.design-system .dashboard-cards .charges-overpass .toggle-icon,
.design-system .dashboard-cards .charges-pending .toggle-icon {
  text-decoration: none;
  margin-left: 16px;
  cursor: pointer;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-balance .toggle-icon .JS-toggle-balance svg,
.design-system .dashboard-cards .charges-overpass .toggle-icon .JS-toggle-balance svg,
.design-system .dashboard-cards .charges-pending .toggle-icon .JS-toggle-balance svg {
  width: 24px;
  height: 24px;
  color: #0C111D;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-balance .JS-balance-info-value,
.design-system .dashboard-cards .card-balance [class^="JS-calculation"],
.design-system .dashboard-cards .charges-overpass .JS-balance-info-value,
.design-system .dashboard-cards .charges-overpass [class^="JS-calculation"],
.design-system .dashboard-cards .charges-pending .JS-balance-info-value,
.design-system .dashboard-cards .charges-pending [class^="JS-calculation"] {
  margin-bottom: 8px;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-balance .JS-balance-info-value strong,
.design-system .dashboard-cards .card-balance [class^="JS-calculation"] strong,
.design-system .dashboard-cards .charges-overpass .JS-balance-info-value strong,
.design-system .dashboard-cards .charges-overpass [class^="JS-calculation"] strong,
.design-system .dashboard-cards .charges-pending .JS-balance-info-value strong,
.design-system .dashboard-cards .charges-pending [class^="JS-calculation"] strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .charges-divergences {
  display: none;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard-cards .card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard {
  margin: 20px 20px 0px 20px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard .dashboard-container {
  width: 100%;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard .dashboard-container h1 {
  font-size: 24px;
  font-weight: 700;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard .dashboard-container p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0px;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard .cards-container {
  width: 100%;
}
/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .dashboard.row {
  padding: 0px;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .jumbotron.dashboard {
  background-color: transparent;
  color: #0C111D;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 24px;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
.design-system .jumbotron.dashboard .container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 770px) {
  /* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
  .design-system .dashboard-cards > :nth-child(2) {
    padding: 0px;
  }
  /* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dashboardCards.scss */
  .design-system .dashboard {
    margin-left: 0px;
    margin-top: 0px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/details_modal.scss */
.design-system .details-modal .title {
  font-size: 20px;
  font-weight: 600;
  color: #0C111D;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/details_modal.scss */
.design-system .details-modal .info-container {
  margin-top: 32px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/details_modal.scss */
.design-system .details-modal .info-container .title {
  font-size: 18px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/details_modal.scss */
.design-system .details-modal .info-container .subtitle {
  color: #475467 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
  margin-top: 16px !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dropdown-menu-alt.scss */
.design-system .dropdown-menu-alt {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dropdown-menu-alt.scss */
.design-system .dropdown-menu-alt .dropdown-item {
  border-bottom: 1px solid #E3E3E3;
  padding: 16px;
  cursor: pointer;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dropdown-menu-alt.scss */
.design-system .dropdown-menu-alt .dropdown-item svg {
  margin-right: 8px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/dropdown-menu-alt.scss */
.design-system .dropdown-menu-alt .dropdown-item:last-child {
  border: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container {
  display: flex;
  flex-wrap: wrap;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card {
  padding-bottom: 24px;
  padding-right: 24px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #475467;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 133%;
  min-height: 140px;
  padding: 24px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card .icon-container {
  margin-right: 16px;
  width: 50px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card .icon-container .icon {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 4px solid #00BBA7;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 16px;
  width: 50px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card .icon-container .icon svg {
  fill: #00BBA7;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card .content .title {
  color: #000000;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card.active {
  border: 2px solid #00BBA7;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
.design-system .explore-cards-container .col-explore-card .explore-card:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  /* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card {
    width: 100%;
  }
  /* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card:nth-child(1n) {
    padding-right: 0px;
  }
}
@media (min-width: 769px) and (max-width: 1439px) {
  /* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card {
    width: 50%;
  }
  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card:nth-child(2n) {
    padding-right: 0px;
  }
}
@media (min-width: 1440px) and (max-width: 1800px) {
  /* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card {
    width: 33.333%;
  }
  /* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card:nth-child(3n) {
    padding-right: 0px;
  }
}
@media (min-width: 1801px) and (max-width: 2000px) {
  /* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card {
    width: 25%;
  }
  /* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card:nth-child(4n) {
    padding-right: 0px;
  }
}
@media (min-width: 2001px) {
  /* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card {
    width: 20%;
  }
  /* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/explore-card.scss */
  .design-system .explore-cards-container .col-explore-card:nth-child(5n) {
    padding-right: 0px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-title {
  color: #475467;
  font-size: 20px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card {
  width: 100%;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card {
  margin-bottom: 8px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card .collapse-card-button {
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  padding: 16px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card .collapse-card-button svg {
  color: #475467;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card .collapse-card-button[aria-expanded="true"] {
  background-color: #F0FDFA;
  border-color: #00BBA7;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card .collapse-card-button[aria-expanded="true"] svg {
  color: #00BBA7;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card .collapse-card-content {
  padding: 0px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/faq-collapse-card.scss */
.design-system .faq-collapse-card .collapse-card .collapse-card-content p {
  padding: 16px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card {
  align-items: flex-start;
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 24px;
  width: 100%;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .header {
  align-items: center;
  display: flex;
  gap: 8px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .card-icon.warning {
  align-items: center;
  background-color: #FFFDE8;
  border: 1px solid #FCC23D;
  border-radius: 24px;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  padding: 8px;
  width: 40px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .content .eyebrow {
  color: #F38329;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .content h3, .design-system .ds-fast-credit-awaiting-disbursement-card .content .card.card-default .card-header, .card.card-default .design-system .ds-fast-credit-awaiting-disbursement-card .content .card-header {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .description, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .steps-list, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .steps-list, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-text, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-text, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-text-whitelabel, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 0px;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .description strong, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .steps-list strong, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .steps-list strong, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-text strong, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-text strong, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-text-whitelabel strong, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-text-whitelabel strong, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-link-grafeno strong, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-link-grafeno strong {
  font-weight: 700;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .ds-fast-credit-awaiting-disbursement-card .description .details-link, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .steps-list .details-link, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .steps-list .details-link, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-text .details-link, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-text .details-link, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-text-whitelabel .details-link, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-text-whitelabel .details-link, .design-system .ds-fast-credit-awaiting-disbursement-card .transactional-emails .footer-link-grafeno .details-link, .transactional-emails .design-system .ds-fast-credit-awaiting-disbursement-card .footer-link-grafeno .details-link {
  color: #475467;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
@media (min-width: 992px) {
  /* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
  .design-system .fast-credit-awaiting-disbursement-modal .modal-lg {
    max-width: 904px;
  }
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal .modal-content {
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal .modal-title {
  color: #343434;
  font-size: 20px;
  font-weight: 500;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal .modal-intro,
.design-system .fast-credit-awaiting-disbursement-modal .modal-footer-text {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal table.table thead th {
  background-color: #F2F2F2;
  border: 1px solid #D0D0D0;
  color: #343434;
  font-size: 12px;
  height: 51px;
  padding: 16px;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal table.table tbody td {
  border-bottom: 1px solid #D0D5DD;
  color: #0C111D;
  font-size: 14px;
  height: 72px;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal table.table tbody td .borrower-name {
  max-width: 242px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal table.table tbody td .subtitle {
  color: #475467;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-awaiting-disbursement-card.scss */
.design-system .fast-credit-awaiting-disbursement-modal .modal-footer {
  justify-content: center;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container {
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .gradient {
  background: linear-gradient(90deg, #FAFAFA 4%, #00BBA7 50%, #FAFAFA 95%);
  border-radius: 80px 16px 0 0;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .badge {
  background-color: #E7F8E5;
  border-radius: 24px;
  color: #058505;
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 2;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .image-header {
  bottom: 24px;
  position: absolute;
  right: 24px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .fast-credit-borrower-banner-svg {
  display: block;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .fast-credit-borrower-banner-svg .brand-color-light {
  fill: #F0FDFA;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container {
  display: flex;
  position: relative;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content .label {
  color: #0C111D;
  display: block;
  font-size: 12px;
  margin-bottom: 16px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content h3, .design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content .card.card-default .card-header, .card.card-default .design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content .card-header {
  color: #0C111D;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  max-width: 274px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content .value {
  color: #0C111D;
  font-size: 20px;
  font-weight: 600;
  max-width: 274px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content p {
  color: #0C111D;
  font-size: 14px;
  max-width: 265px;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .content-container .content .btn {
  align-self: flex-start;
  margin-top: auto;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .disclaimer {
  border-top: 1px solid #DFDFDF;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin: 0 24px;
  padding: 16px 0;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .disclaimer .circle-icon svg {
  fill: #687288;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
.design-system .ds-fast-credit-borrower-pre-approved .card-container .disclaimer p {
  color: #687288;
  margin: 0;
}
@media (max-width: 720px) {
  /* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
  .design-system .ds-fast-credit-borrower-pre-approved .content-container {
    flex-direction: column-reverse;
  }
  /* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-borrower-pre-approved.scss */
  .design-system .ds-fast-credit-borrower-pre-approved .content-container .image-header {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 24px;
    position: static;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor {
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .image-header {
  position: relative;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .image-header .opacity-overlay {
  background-color: #00BBA7;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .image-header svg {
  height: 100%;
  width: auto;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .content {
  background-color: #F1F1F1;
  padding: 24px;
  width: 100%;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .content .content-header {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .content .content-header span {
  color: #00BBA7;
  text-transform: uppercase;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .content .title p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .content p {
  margin-bottom: 16px;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
.design-system .ds-fast-credit-fakedoor .content a {
  margin-top: 16px;
}
@media (max-width: 720px) {
  /* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
  .design-system .ds-fast-credit-fakedoor {
    display: block !important;
  }
  /* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-credit-fakedoor.scss */
  .design-system .ds-fast-credit-fakedoor .image-header svg {
    height: auto;
    width: 100%;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
.design-system .fast-filter {
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  margin-bottom: 24px;
  min-width: 900px;
  padding: 24px;
  width: fit-content;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch.default-active, .design-system .fast-filter .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-filter .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
.design-system .fast-filter .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
.design-system .fast-filter .subtitle {
  color: #475467;
  line-height: 150%;
  margin-bottom: 16px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
.design-system .fast-filter .filter-form form {
  align-items: center;
  display: flex;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
.design-system .fast-filter .filter-form form .form-group {
  margin-bottom: 0px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
.design-system .fast-filter .filter-form form .filter-button-container {
  display: flex;
  justify-content: flex-end;
  margin-left: 24px;
  margin-top: 32px;
}
@media (max-width: 576px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
  .design-system .fast-filter {
    min-width: auto;
  }
  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
  .design-system .fast-filter .filter-form form {
    display: block;
  }
  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
  .design-system .fast-filter .filter-form form .form-group, .design-system .fast-filter .filter-form form .col {
    margin-bottom: 16px;
  }
  /* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
  .design-system .fast-filter .filter-form form .row {
    display: block;
  }
  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/fast-filter.scss */
  .design-system .fast-filter .filter-form form .filter-button-container {
    display: block;
    margin-left: 0px;
    margin-top: 24px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form {
  display: block !important;
  margin-bottom: 24px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch.default-active, .design-system .JS-ds-search-form .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .JS-ds-search-form .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle {
  display: flex;
  flex-direction: column;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-save {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-save label {
  margin-bottom: 0px;
  margin-top: 8px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-save .filter-save-btn {
  align-items: center;
  background: #FFFFFF;
  border-radius: 24px;
  border: 2px solid #D0D5DD;
  display: flex;
  font-weight: 600;
  gap: 12px;
  height: 28px;
  justify-content: center;
  margin-left: 16px;
  margin-top: 8px;
  padding: 6px 12px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-search {
  display: flex;
  min-width: 400px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-search [data-toggle="collapse"] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 161px;
  height: 40px;
  white-space: nowrap;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-account-title {
  color: #0C111D;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-account-subtitle {
  color: #687288;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .save-filter-form {
  align-items: center;
  margin-top: 32px;
  width: 65%;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .save-filter-form .input-group-append {
  margin-top: 12px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .save-filter-form .input-group-append svg {
  margin-right: 4px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .btn-spacing {
  margin-left: 24px;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form .filter-toggle .JS-ds-search-form-btns {
  display: flex;
  justify-content: end;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form #collapse-filter .filter-form {
  padding: 0px;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form #collapse-filter .filter-form .card-body {
  border: 1px solid #D0D5DD !important;
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form #collapse-filter .filter-form hr {
  border: 0px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .JS-ds-search-form svg {
  pointer-events: none;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .search-form {
  display: none !important;
}
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .filter-tag-container {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .filter-tag-container label {
  font-weight: 400;
  margin-bottom: 0px;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/filter.scss */
.design-system .filter-tag-container .filter-tag {
  align-items: center;
  background: #0C111D;
  border-radius: 24px;
  color: #FFFFFF;
  display: flex;
  font-weight: 600;
  height: 28px;
  margin-left: 16px;
  padding: 0px 12px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .application-content {
  position: relative;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer {
  margin-top: 220px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer a:hover {
  color: #00BBA7;
  text-decoration: none;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .container {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .backgroud-contact {
  display: none;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .backgroud-outher {
  background-color: #FFFFFF;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .backgroud-outher .logo-address, .design-system .footer .backgroud-outher .content-links {
  display: none;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .padding-div-link {
  height: 100%;
  padding: 24px 40px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .padding-contact-copyright {
  padding: 24px 40px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .padding-contact-copyright .text-left {
  padding-left: 0px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .padding-contact-copyright .text-right {
  padding-right: 0px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .design-system-footer {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .design-system-footer svg {
  color: #00BBA7;
  margin-right: 8px;
  font-size: 16px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .design-system-footer span {
  line-height: 200%;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer .design-system-footer .footer-info-title {
  text-transform: uppercase;
  color: #475467;
  font-size: 12px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer.footer-whitelabel .padding-contact-copyright, .design-system .footer.footer-whitelabel .padding-div-link {
  padding-left: 40px;
  padding-right: 40px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer.footer-whitelabel .design-system-footer {
  flex-wrap: initial !important;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
.design-system .footer.footer-whitelabel .design-system-footer .footer-info {
  width: 345px;
}
@media (max-width: 768px) {
  /* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
  .design-system .footer-mobile {
    position: initial !important;
    margin-bottom: 66px;
  }
  /* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
  .design-system .footer-mobile .design-system-footer {
    display: block !important;
  }
  /* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
  .design-system .footer-mobile .design-system-footer .footer-info {
    padding-bottom: 24px;
  }
  /* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
  .design-system .footer-mobile .padding-contact-copyright {
    padding: 16px 40px;
  }
  /* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/footer.scss */
  .design-system .footer-mobile .padding-contact-copyright .text-right {
    padding-left: 0px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system label {
  font-size: 14px;
  font-weight: 600;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system input, .design-system select {
  border: 2px solid #D0D5DD;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system ::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #687288;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper {
  background-color: #FFFFFF;
  border-radius: 12px;
  margin: 24px 12px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .glass-bg {
  background: #00000000;
  background: linear-gradient(360deg, #0000000d 0%, #ffffff00 22%);
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header {
  color: #0C111D;
  font-weight: 400;
  border-radius: 12px;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #FFFFFF;
  max-height: 85px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .header-icon {
  font-size: 18px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info {
  font-size: 14px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .bank-account, .design-system .header-wrapper .header .client-info .company {
  line-height: 170%;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .bank-account {
  align-items: end;
  margin-right: 24px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .bank-account span {
  margin-right: 8px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .bank-account .header-icon {
  padding-left: 8px;
  display: flex !important;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .company {
  flex-direction: column-reverse;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .company strong {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .balance-info svg {
  color: #475467;
  font-weight: 600;
  font-size: 16px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .balance-info svg:hover {
  color: #0C111D;
  font-weight: 700;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .balance-info .balance-info-shimmer {
  width: 100px;
  height: 22px;
  background-color: #F1F1F1;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .client-info .balance-info-design-system {
  display: flex !important;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification svg, .design-system .header-wrapper .header .user-menu svg {
  color: #475467;
  font-weight: 600;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification svg:hover, .design-system .header-wrapper .header .user-menu svg:hover {
  color: #0C111D;
  font-weight: 700;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu span {
  display: none;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account {
  margin-right: 16px;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account .btn-tertiary {
  align-items: center;
  color: #0C111D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account .btn-tertiary svg {
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account .btn-tertiary span {
  font-size: 14px;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account .btn-tertiary:hover, .design-system .header-wrapper .header .change-account .btn-tertiary:active, .design-system .header-wrapper .header .change-account .btn-tertiary:focus {
  background-color: #FFFFFF;
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account .btn-tertiary:hover span, .design-system .header-wrapper .header .change-account .btn-tertiary:active span, .design-system .header-wrapper .header .change-account .btn-tertiary:focus span {
  color: #0C111D;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .change-account .notification {
  background-color: #00BBA7;
  border-radius: 50%;
  height: 8px;
  margin-left: 8px;
  width: 8px;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu {
  margin-left: 16px;
}
/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu svg {
  display: none;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu .header-icon {
  width: 34px;
  height: 34px;
  background-color: #00BBA7;
  border-radius: 50%;
  border: 2px solid #E3E3E3;
}
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu .header-icon .user-detail-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu .header-icon .user-detail-container .user-detail {
  display: block !important;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  height: 22px;
}
/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .user-menu .dropdown-item:active {
  background-color: #00BBA7;
}
/* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification .header-icon {
  padding: 8px;
}
/* line 163, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification .header-icon span {
  display: none;
}
/* line 166, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification .header-icon .notif {
  display: block;
  top: 4px;
  right: 8px;
  font-size: 12px;
  background-color: #00BBA7;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification .header-icon .notify:hover {
  font-weight: 700;
}
/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .notification .header-icon svg {
  display: block;
}
/* line 181, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system .header-wrapper .header .ds-none {
  display: none;
}
/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
.design-system #wrapper.toggled .header-wrapper .show-sidebar-button {
  display: none;
}
@media (max-width: 768px) {
  /* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
  .design-system .header-wrapper .header {
    max-height: 300px;
  }
  /* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
  .design-system .header-wrapper .header .client-info .bank-account {
    align-items: start;
  }
  /* line 200, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
  .design-system .user-menu .user-detail {
    display: none;
  }
  /* line 205, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
  .design-system .change-account .btn-tertiary {
    display: flex;
    flex-direction: column;
  }
  /* line 209, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/header.scss */
  .design-system .change-account .btn-tertiary span {
    font-weight: 400;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines {
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  color: #475467;
  display: flex;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines .cicle {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines .cicle.primary {
  border: 2px solid #F0FDFA;
  height: 24px;
  width: 24px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines .cicle.secondary {
  border: 2px solid #00BBA7;
  height: 16px;
  width: 16px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines .cicle.tertiary {
  border: 2px solid #009689;
  height: 8px;
  width: 8px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines a {
  color: #00BBA7;
  font-weight: 700;
  line-height: 120%;
  text-decoration-line: underline;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .import-guidelines a:hover {
  color: #009689;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .manual-link-container {
  border-bottom: 1px solid #EAECF0;
  border-top: 1px solid #EAECF0;
  display: flex;
  margin-bottom: 24px;
  padding: 16px 0px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .manual-link-container .manual-link {
  border-left: 1px solid #EAECF0;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 16px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .manual-link-container .manual-link svg {
  margin-right: 8px;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .manual-link-container .manual-link:first-child {
  border: none;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-subtitle {
  color: #667085;
  margin: 24px 0px;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container {
  display: flex;
  font-size: 14px;
  margin-bottom: 40px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .circle {
  align-items: center;
  background-color: #F0FDFA;
  border: 2px solid #00BBA7;
  border-radius: 50%;
  content: '';
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .circle::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .bar {
  display: flex;
  height: 100%;
  justify-content: center;
  margin-bottom: 24px;
  margin-top: 4px;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .bar::before {
  background-color: #D0D5DD;
  border-radius: 24px;
  content: '';
  display: block;
  height: calc(100% - 16px);
  width: 2px;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .instruction-title {
  color: #475467;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .instruction-description {
  color: #667085;
  margin: 8px 0px;
}
/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .examples-container {
  background: #FAFAFA;
  border-radius: 4px;
  color: #475467;
  min-width: 187px;
  padding: 16px;
  width: fit-content;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/import-guidelines.scss */
.design-system .import-guidelines-container .instructions-container .examples-container .title {
  font-weight: 700;
  line-height: 150%;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/info-list-container.scss */
.design-system .info-list-container {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  color: #687288;
  display: flex;
  font-size: 14px;
  line-height: 150%;
  padding: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/info-list-container.scss */
.design-system .info-list-container .info-list {
  display: flex;
  margin-bottom: 16px;
  margin-right: 24px;
  width: 500px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/info-list-container.scss */
.design-system .info-list-container .info-list .title {
  color: #475467;
  font-weight: 500;
  width: 200px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/info-list-container.scss */
.design-system .info-list-container .beneficiary_name {
  color: #687288 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  margin-left: 0px !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .migrated-account-tag {
  color: #00BBA7;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0px;
  text-transform: uppercase;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .content {
  display: flex;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .content .text {
  color: #475467;
  font-size: 14px;
  margin-bottom: 8px;
  width: 185px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .content .image-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 220px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .content .image-container .brand-color-dark {
  fill: #00BBA7 !important;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-migration-card.scss */
.design-system .ds-informative-migration-card .content button {
  width: fit-content;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content,
.design-system .ds-informative-close-migration-account .modal-content {
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 32px 48px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header,
.design-system .ds-informative-modal .modal-content .modal-body,
.design-system .ds-informative-modal .modal-content .modal-footer,
.design-system .ds-informative-close-migration-account .modal-content .modal-header,
.design-system .ds-informative-close-migration-account .modal-content .modal-body,
.design-system .ds-informative-close-migration-account .modal-content .modal-footer {
  border: none;
  padding: 0px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header,
.design-system .ds-informative-close-migration-account .modal-content .modal-header {
  align-items: center;
  display: flex;
  flex-direction: column;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header .modal-title,
.design-system .ds-informative-close-migration-account .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header .modal-title h4,
.design-system .ds-informative-close-migration-account .modal-content .modal-header .modal-title h4 {
  font-size: 16px;
  font-weight: 700;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header .modal-title h3, .design-system .ds-informative-modal .modal-content .modal-header .modal-title .card.card-default .card-header, .card.card-default .design-system .ds-informative-modal .modal-content .modal-header .modal-title .card-header,
.design-system .ds-informative-close-migration-account .modal-content .modal-header .modal-title h3,
.design-system .ds-informative-close-migration-account .modal-content .modal-header .modal-title .card.card-default .card-header,
.card.card-default .design-system .ds-informative-close-migration-account .modal-content .modal-header .modal-title .card-header {
  font-size: 18px;
  font-weight: 700;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header svg,
.design-system .ds-informative-close-migration-account .modal-content .modal-header svg {
  margin-bottom: 32px;
  width: 200px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header svg .brand-color-light,
.design-system .ds-informative-close-migration-account .modal-content .modal-header svg .brand-color-light {
  fill: #F0FDFA !important;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-header svg .brand-color-pure,
.design-system .ds-informative-close-migration-account .modal-content .modal-header svg .brand-color-pure {
  fill: #00BBA7 !important;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body,
.design-system .ds-informative-close-migration-account .modal-content .modal-body {
  font-size: 14px;
  padding-top: 16px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body p,
.design-system .ds-informative-close-migration-account .modal-content .modal-body p {
  text-align: center;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body .d-flex p,
.design-system .ds-informative-close-migration-account .modal-content .modal-body .d-flex p {
  text-align: left !important;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body .active-account-collapser svg,
.design-system .ds-informative-close-migration-account .modal-content .modal-body .active-account-collapser svg {
  width: 100%;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body .info-card,
.design-system .ds-informative-close-migration-account .modal-content .modal-body .info-card {
  background-color: #F7F7F7;
  border-radius: 8px;
  display: flex;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 8px;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body .info-card .icon,
.design-system .ds-informative-close-migration-account .modal-content .modal-body .info-card .icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body .info-card .icon svg,
.design-system .ds-informative-close-migration-account .modal-content .modal-body .info-card .icon svg {
  fill: #00BBA7;
  height: 24px;
  width: 24px;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-body .info-card span,
.design-system .ds-informative-close-migration-account .modal-content .modal-body .info-card span {
  font-family: 'Inter' !important;
  font-size: 12px;
  font-weight: 300 !important;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-modal .modal-content .modal-footer button,
.design-system .ds-informative-close-migration-account .modal-content .modal-footer button {
  width: 100%;
}
@media (max-width: 574px) {
  /* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
  .design-system .ds-informative-modal .modal-content,
  .design-system .ds-informative-close-migration-account .modal-content {
    padding: 32px;
    width: calc(100vw - 5%);
  }
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/informative-modal.scss */
.design-system .ds-informative-close-migration-account .modal-header svg {
  width: 200px !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .input-file::before, .design-system #ccb-request .input-file-primary::before, #ccb-request .design-system .input-file-primary::before, .design-system #ccb-request .input-file-secondary::before, #ccb-request .design-system .input-file-secondary::before, .design-system #ccb-request .input-file-disabled::before, #ccb-request .design-system .input-file-disabled::before, .design-system .input-file-primary::before, .design-system .input-file-secondary::before, .design-system .input-file-disabled::before {
  content: attr(data-content);
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 10px 0px;
  text-align: center;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .input-file-primary::before {
  background: #00BBA7;
  color: #FFFFFF;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .input-file-secondary::before {
  color: #0C111D;
  background: #F1F1F1;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .input-file-disabled::before {
  color: #687288;
  background: #F1F1F1;
  pointer-events: none;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .input-file, .design-system #ccb-request .input-file-primary::before, #ccb-request .design-system .input-file-primary::before, .design-system #ccb-request .input-file-secondary::before, #ccb-request .design-system .input-file-secondary::before, .design-system #ccb-request .input-file-disabled::before, #ccb-request .design-system .input-file-disabled::before, .design-system .input-file-primary::before, .design-system .input-file-secondary::before, .design-system .input-file-disabled::before {
  padding-bottom: 8px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system [data-file="JS-input-file"] {
  min-width: 448px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system [data-file="JS-input-file"] .form-group {
  width: 100%;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system [data-file="JS-input-file"] input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
  color: transparent;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system [data-file="JS-input-file"] .col-lg-4 {
  padding: 0px;
  max-width: 100%;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system [data-file="JS-input-file"] .col-lg-3, .design-system [data-file="JS-input-file"] #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .design-system [data-file="JS-input-file"] .col-lg-2, .design-system [data-file="JS-input-file"] #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system [data-file="JS-input-file"] .col-lg-5, .design-system [data-file="JS-input-file"] #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .design-system [data-file="JS-input-file"] .col-lg-2, .design-system [data-file="JS-input-file"] .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .row [data-file="JS-input-file"] .col-lg-2, .design-system [data-file="JS-input-file"] .ds-ccb-company-data .ccb-company-address-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-address-container [data-file="JS-input-file"] .col-lg-5, .design-system [data-file="JS-input-file"] .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row [data-file="JS-input-file"] .col-lg-2, .design-system [data-file="JS-input-file"] .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .row [data-file="JS-input-file"] .col-lg-2, .design-system [data-file="JS-input-file"] .ds-ccb-warranties-real-state .container-address .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address [data-file="JS-input-file"] .col-lg-5 {
  display: none;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .input-file-hint {
  font-size: 14px;
  color: #687288;
}
@supports (-moz-appearance: none) {
  /* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  .design-system input[type="file"]::file-selector-button {
    display: none;
  }
  /* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  .design-system input[type="file"] {
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
  }
  /* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  .design-system .input-file-primary {
    background: #00BBA7;
    color: #FFFFFF;
  }
  /* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  .design-system .input-file-secondary {
    color: #0C111D;
    background: #F1F1F1;
  }
  /* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
  .design-system .input-file-disabled {
    color: #687288;
    background: #F1F1F1;
  }
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file {
  height: 150px;
  border-radius: 4px;
  border: 2px dashed #D0D5DD;
  background-color: #FAFAFA;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 90px 0px;
}
/* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file.dragover-active {
  border-color: #00BBA7;
  background-color: rgba(0, 187, 167, 0.3);
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file.dragover-active .JS-file-upload-remove {
  display: none;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file.dragover-active .JS-progress-bar-upload {
  pointer-events: none;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file.with-file {
  cursor: default;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file.with-file .JS-file-upload-remove {
  cursor: pointer;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file .form-group {
  margin: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file label {
  position: absolute;
  top: -25px;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file input[type="file"],
.design-system .JS-progress-bar-input-file input[type="file"]::-webkit-file-upload-button {
  opacity: 0;
  cursor: pointer;
}
/* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-file.scss */
.design-system .JS-progress-bar-input-file input[type="file"] {
  width: 100%;
  height: 100%;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  margin-top: 20px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .icon {
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 100%), #00BBA7;
  border-radius: 50%;
  border: 8px solid #F0FDFA;
  color: #00BBA7;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-right: 16px;
  width: 50px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .icon svg {
  height: 18px;
  width: 18px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt label {
  display: none;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .form-group {
  align-items: center;
  display: flex;
  margin-bottom: 0px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .form-group .input-group-text {
  background-color: transparent;
  border: none;
  color: #0C111D;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  padding-left: 0px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .form-group input {
  background-color: transparent;
  border: none;
  color: #0C111D;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  padding: 0px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .form-group .text-disabled {
  color: #475467;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt .form-group .invalid-feedback {
  color: #D22F2D;
  font-size: 14px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-money-alt.scss */
.design-system .input-money-alt ::placeholder {
  color: #475467 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-required.scss */
.design-system .JS-input-required.is-invalid + .select2-container .selection .select2-selection {
  border-color: #D22F2D;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-required.scss */
.design-system .JS-input-required.is-invalid {
  border-color: #D22F2D;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input-required.scss */
.design-system .hint.is-invalid {
  color: #D22F2D;
  font-weight: 400;
  font-size: 14px;
  margin-top: 8px;
  line-height: 133%;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input.scss */
.design-system select.form-control.is-valid {
  background-position: center right calc(16px + 0.1875rem);
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input.scss */
.design-system .form-control-file {
  border: none !important;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/input.scss */
.design-system .form-control:focus {
  border-color: #00BBA7;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system .ds-ip-bank-accounts-modal label {
  font-size: 14px;
  font-weight: 600;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system .ds-ip-bank-accounts-modal input, .design-system .ds-ip-bank-accounts-modal select {
  border: 2px solid #D0D5DD;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system .ds-ip-bank-accounts-modal ::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #687288;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch.default-active, .design-system .ds-ip-bank-accounts-modal .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-ip-bank-accounts-modal .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-xl {
  max-width: 1300px !important;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-header {
  border-bottom: none;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .callout.warning {
  display: flex !important;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .callout.warning .circle-icon svg {
  height: 18px;
  width: 18px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .callout.warning p:first-child {
  margin-bottom: 8px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .callout.warning p:last-child {
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .callout.warning .title {
  font-weight: 600;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .toggle-switch-label {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 32px;
  margin-top: 16px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .table th,
.design-system .ds-ip-bank-accounts-modal .modal-body .table td {
  border: 0px;
  font-size: 14px;
  padding: 12px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .table .text-container {
  white-space: nowrap;
  overflow: hidden;
  max-width: 240px;
  text-overflow: ellipsis;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .table .status label {
  margin-bottom: 0px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .table .status label svg {
  color: #FBB209;
  height: 20px;
  width: 23px;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
.design-system .ds-ip-bank-accounts-modal .modal-body .table .btn-accept-term svg {
  margin-bottom: 2px;
}
@media (max-width: 500px) {
  /* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
  .design-system .ds-ip-bank-accounts-modal .modal-body .col-mobile:last-child {
    margin-bottom: 0px;
  }
  /* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/ip-bank-accounts-modal.scss */
  .design-system .ds-ip-bank-accounts-modal .modal-body .col-mobile {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
.design-system .JS-form-password .JS-list-validate-password {
  color: #475467;
  font-size: 12px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
.design-system .JS-form-password .JS-list-validate-password ul {
  display: flex;
  list-style-type: none;
  padding: 0px;
  font-size: 14px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
.design-system .JS-form-password .JS-list-validate-password ul li svg {
  width: 12px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
.design-system .JS-form-password .JS-list-validate-password span {
  font-weight: 600;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
.design-system .JS-form-password .form-control.is-invalid {
  background-color: #FFEBEE;
  background-image: none;
  border-color: #D22F2D;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
.design-system .JS-form-password .toggle-password svg.fa-times {
  color: #D22F2D;
  margin: 8px 0px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
  .design-system .JS-form-password .JS-list-validate-password ul {
    display: block;
  }
  /* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/list-validate-password.scss */
  .design-system .JS-form-password .JS-list-validate-password ul div:last-child {
    margin-top: 8px;
    padding-left: 0px !important;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .modal-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .modal-title h3, .design-system .ds-med-details-modal .modal-body .modal-title .card.card-default .card-header, .card.card-default .design-system .ds-med-details-modal .modal-body .modal-title .card-header {
  font-size: 20px;
  font-weight: 600;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .modal-title .btn-danger, .design-system .ds-med-details-modal .modal-body .modal-title #ccb-request .requests.warranty a.btn-danger, #ccb-request .requests.warranty .design-system .ds-med-details-modal .modal-body .modal-title a.btn-danger,
.design-system .ds-med-details-modal .modal-body .modal-title #ccb-request .requests.warranty a[aria-expanded='true'],
#ccb-request .requests.warranty .design-system .ds-med-details-modal .modal-body .modal-title a[aria-expanded='true'], .design-system .ds-med-details-modal .modal-body .modal-title #ccb-request .requests.warranty .action-buttons .btn-danger, #ccb-request .requests.warranty .action-buttons .design-system .ds-med-details-modal .modal-body .modal-title .btn-danger {
  display: flex;
  align-items: center;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .modal-title .btn-danger svg, .design-system .ds-med-details-modal .modal-body .modal-title #ccb-request .requests.warranty a.btn-danger svg, #ccb-request .requests.warranty .design-system .ds-med-details-modal .modal-body .modal-title a.btn-danger svg,
.design-system .ds-med-details-modal .modal-body .modal-title #ccb-request .requests.warranty a[aria-expanded='true'] svg,
#ccb-request .requests.warranty .design-system .ds-med-details-modal .modal-body .modal-title a[aria-expanded='true'] svg, .design-system .ds-med-details-modal .modal-body .modal-title #ccb-request .requests.warranty .action-buttons .btn-danger svg, #ccb-request .requests.warranty .action-buttons .design-system .ds-med-details-modal .modal-body .modal-title .btn-danger svg {
  height: 20px;
  margin-right: 8px;
  width: 20px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .ds-med-summary-section:last-child {
  margin-bottom: 0px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .ds-med-summary-section {
  background-color: #FAFAFA;
  border-color: #F1F1F1;
  margin-bottom: 32px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .ds-med-summary-section .title {
  font-size: 18px;
  font-weight: 600;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .ds-med-summary-section .description, .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .steps-list, .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .footer-text, .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .footer-text-whitelabel, .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-details-modal .modal-body .ds-med-summary-section .footer-link-grafeno {
  color: #687288;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .ds-med-summary-section:last-child {
  margin-bottom: 0px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info {
  margin-bottom: 32px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info .title {
  font-size: 20px;
  font-weight: 600;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info .item:last-child {
  margin-bottom: 0px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info .item {
  margin-bottom: 16px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info .item .description, .design-system .ds-med-details-modal .modal-body .partcipant-info .item .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-details-modal .modal-body .partcipant-info .item .steps-list, .design-system .ds-med-details-modal .modal-body .partcipant-info .item .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-details-modal .modal-body .partcipant-info .item .footer-text, .design-system .ds-med-details-modal .modal-body .partcipant-info .item .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-details-modal .modal-body .partcipant-info .item .footer-text-whitelabel, .design-system .ds-med-details-modal .modal-body .partcipant-info .item .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-details-modal .modal-body .partcipant-info .item .footer-link-grafeno {
  color: #687288;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info .item .value:last-child {
  margin-bottom: 0px;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body .partcipant-info .item .value {
  font-size: 16px;
  margin-bottom: 4px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-details-modal.scss */
.design-system .ds-med-details-modal .modal-body hr {
  border-top: 1px solid #D0D5DD;
  margin-bottom: 32px;
  margin-top: 32px;
  width: 100%;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-callout.scss */
.design-system .ds-med-recovery-callout.info-card {
  background-color: #F1F1F1;
  border-radius: 4px;
  margin-top: 24px;
  display: flex;
  padding: 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-callout.scss */
.design-system .ds-med-recovery-callout.info-card .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-callout.scss */
.design-system .ds-med-recovery-callout.info-card .info-icon svg {
  color: #00BBA7;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-callout.scss */
.design-system .ds-med-recovery-callout.info-card .info-description {
  color: #0C111D;
  font-size: 12px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-med-recovery-modal input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  display: grid;
  height: 20px;
  place-content: center;
  transform: translateY(-2px);
  width: 20px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-med-recovery-modal input[type="radio"]:checked {
  border-color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-med-recovery-modal input[type="radio"]::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: "";
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-med-recovery-modal input[type="radio"]:checked::before {
  transform: scale(1);
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog {
  max-width: 560px !important;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-header {
  border-width: 0px;
  margin-bottom: 24px;
  padding: 0px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-header .close-btn svg {
  fill: #687288;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content {
  border-radius: 12px;
  border-width: 0px;
  padding: 24px;
  width: 560px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-image {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-image svg {
  height: auto;
  width: 250px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .title {
  color: #475467;
  font-weight: 700;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .description, .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .steps-list, .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .footer-text, .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .footer-text-whitelabel, .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body .footer-link-grafeno {
  color: #475467;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body ol {
  margin-bottom: 0px;
  padding-left: 20px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body ol li:last-child {
  margin-bottom: 0px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-body ol li {
  margin-bottom: 24px;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content hr {
  border-top: 1px solid #E3E3E3;
  margin-bottom: 24px;
  margin-top: 24px;
  width: 100%;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-footer {
  border-width: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0px;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content .modal-footer button {
  margin: 0px;
  width: 247px;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery {
  width: 640px;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-header {
  margin-bottom: 0px;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-header h1 {
  font-size: 18px;
  font-weight: 600;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .description, .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .steps-list, .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .footer-text, .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .footer-text-whitelabel, .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .footer-link-grafeno {
  font-size: 14px;
  margin-bottom: 24px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .recovery-reasons .form-check {
  align-items: center;
  display: flex;
  margin-bottom: -5px;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .recovery-reasons .form-check .form-check-label {
  margin-left: 16px;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .recovery-reasons .form-check .form-check-label p {
  color: #000000 !important;
  font-weight: 400;
  margin-bottom: 0px;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-body .recovery-reasons .form-check input[type="radio"] {
  min-width: 20px;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-footer button {
  width: 288px;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .modal-dialog .modal-content.form-recovery .modal-footer button:disabled {
  background-color: #F1F1F1;
  color: #687288 !important;
  pointer-events: none;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .ds-med-recovery-modal .brand-color-pure {
  color: #00BBA7;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-recovery-modal.scss */
.design-system .invalid-reason-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-summary-section.scss */
.design-system .ds-med-summary-section {
  border: 1px solid #D0D5DD;
  border-radius: 12px;
  padding: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-summary-section.scss */
.design-system .ds-med-summary-section .item:not(:last-child) {
  margin-bottom: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-summary-section.scss */
.design-system .ds-med-summary-section .item .description, .design-system .ds-med-summary-section .item .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-summary-section .item .steps-list, .design-system .ds-med-summary-section .item .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-summary-section .item .footer-text, .design-system .ds-med-summary-section .item .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-summary-section .item .footer-text-whitelabel, .design-system .ds-med-summary-section .item .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-summary-section .item .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
  margin-bottom: 4px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-summary-section.scss */
.design-system .ds-med-summary-section .item .value:last-child {
  margin-bottom: 0px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/med-summary-section.scss */
.design-system .ds-med-summary-section .item .value {
  font-size: 16px;
  margin-bottom: 4px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: center;
  margin: 0px 16px 8px 16px;
  padding: 24px;
  text-align: start;
  width: 270px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card.qr-code {
  height: 15.9rem;
  width: 24.5rem;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card .ds-card-body-icon {
  background-color: #F0FDFA;
  border-radius: 50%;
  height: 72px;
  margin-top: 8px;
  text-align: center;
  width: 72px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card .ds-card-body-icon svg {
  height: 72px;
  width: 28px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card .ds-card-body-icon svg path {
  fill: #00BBA7;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card p {
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-card b {
  color: #00BBA7;
  font-size: 16px;
  font-weight: 500;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
.design-system .method-link:hover {
  text-decoration: none;
}
@media (max-width: 769px) {
  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/method-card.scss */
  .design-system .method-card {
    margin-top: 24px !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-card.scss */
.design-system .ds-migration-faq-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #F1F1F1;
  display: flex;
  font-size: 14px;
  margin-bottom: 24px;
  padding: 16px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-card.scss */
.design-system .ds-migration-faq-card .icon-container {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 16px;
  width: 30px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-card.scss */
.design-system .ds-migration-faq-card .icon-container .light-color {
  stroke: #F0FDFA !important;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-card.scss */
.design-system .ds-migration-faq-card .icon-container .dark-color {
  stroke: #00BBA7 !important;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-card.scss */
.design-system .ds-migration-faq-card .content .title {
  color: #475467;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-card.scss */
.design-system .ds-migration-faq-card .content .description, .design-system .ds-migration-faq-card .content .transactional-emails .steps-list, .transactional-emails .design-system .ds-migration-faq-card .content .steps-list, .design-system .ds-migration-faq-card .content .transactional-emails .footer-text, .transactional-emails .design-system .ds-migration-faq-card .content .footer-text, .design-system .ds-migration-faq-card .content .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-migration-faq-card .content .footer-text-whitelabel, .design-system .ds-migration-faq-card .content .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-migration-faq-card .content .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal {
  overflow-y: hidden;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .modal-title {
  padding: 0px;
  padding-bottom: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .modal-title h3, .design-system .ds-migration-faq-modal .modal-content .modal-body .modal-title .card.card-default .card-header, .card.card-default .design-system .ds-migration-faq-modal .modal-content .modal-body .modal-title .card-header {
  color: #0C111D;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .subtitle {
  color: #667085;
  font-size: 14px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .related-account-card {
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  margin-bottom: 24px;
  padding: 24px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .related-account-card p {
  color: #475467;
  font-size: 14px;
  margin-bottom: 24px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .related-account-card table {
  border: none;
  width: 100%;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .related-account-card table thead th {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 8px !important;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/migration-faq-modal.scss */
.design-system .ds-migration-faq-modal .modal-content .modal-body .related-account-card table tbody td {
  font-size: 14px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-approve-in-app.scss */
.design-system .modal-approve-in-app .modal-approve-in-app-content {
  font-size: 14px;
  color: #475467;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-approve-in-app.scss */
.design-system .modal-approve-in-app .swal2-close {
  margin: 16px 24px;
  color: #0C111D;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-approve-in-app.scss */
.design-system .modal-approve-in-app .swal2-title {
  color: #0C111D;
  font-weight: 700;
  font-size: 24px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-approve-in-app.scss */
.design-system .modal-approve-in-app .swal2-content {
  padding-top: 4px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-card.scss */
.design-system .modal .card {
  background-color: #FFFFFF;
  border: 1px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-card.scss */
.design-system .modal .card-header {
  padding: 20px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-card.scss */
.design-system .modal .card-body {
  padding: 20px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-card.scss */
.design-system .modal table {
  border-top: 1px #D0D5DD solid;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left {
  padding: 0px !important;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-dialog {
  margin: 0px 0px 0px auto;
  max-width: 640px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform .5s ease;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-content {
  border-radius: 0px !important;
  border: none !important;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-header {
  border-bottom: 1px solid #EAECF0;
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 24px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-header .close-btn span {
  align-items: center;
  cursor: pointer;
  display: flex;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-header .close-btn span img {
  margin-right: 12px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-body {
  height: calc(100vh - 57px);
  overflow-y: scroll;
  padding: 24px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left .modal-body .subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-left.scss */
.design-system .modal-left.show .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-pin.scss */
.design-system .modal-pin .swal2-confirm {
  position: relative;
  width: 180px;
  height: 46.75px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-pin.scss */
.design-system .modal-pin .swal2-confirm a {
  position: absolute;
  width: 180px;
  top: 0;
  left: 0;
  margin-top: 8px;
  padding-top: 2px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal-pin.scss */
.design-system .modal-pin .swal2-confirm a:hover {
  text-decoration: none;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/modal.scss */
.design-system .swal2-container .swal2-content {
  padding: 24px;
  line-height: 27px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel {
  background-color: #FFFFFF;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding: 0px;
  width: 100%;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-control-prev,
.design-system .JS-multiple-carousel .carousel-control-next {
  display: flex;
  height: 220px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-control-prev .carousel-control-prev-icon,
.design-system .JS-multiple-carousel .carousel-control-prev .carousel-control-next-icon,
.design-system .JS-multiple-carousel .carousel-control-next .carousel-control-prev-icon,
.design-system .JS-multiple-carousel .carousel-control-next .carousel-control-next-icon {
  display: none;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner {
  display: block;
  height: 220px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item {
  height: 100%;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item.active,
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-next,
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-prev {
  display: flex;
  overflow: hidden;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-end,
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item.active {
  overflow: visible !important;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item:last-child .item:last-child {
  padding-right: 16px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .prev-item,
.design-system .JS-multiple-carousel .carousel-inner .next-item {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 310px;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .prev-item {
  margin-left: -490%;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item {
  justify-content: center;
  margin-right: 0px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item .prev,
.design-system .JS-multiple-carousel .carousel-inner .carousel-item .next {
  width: 50px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item .prev {
  margin-right: 16px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item .next {
  margin-left: 16px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .item-content {
  flex: 1 1 auto;
  display: flex;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-next:not(.carousel-item-left),
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-right.active {
  transform: translate3d(25%, 0, 0);
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-prev:not(.carousel-item-right),
.design-system .JS-multiple-carousel .carousel-inner .carousel-item-left.active {
  transform: translate3d(-25%, 0, 0);
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .atention {
  color: #475467;
  font-size: 12px;
  padding: 0px 24px;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .atention span {
  font-weight: 700;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-indicators {
  margin: 0px;
  padding: 0px;
  position: relative;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-indicators li {
  background-color: #00BBA7;
  border-radius: 50%;
  border: none;
  height: 8px;
  width: 8px;
  margin: 0px 4px;
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
.design-system .JS-multiple-carousel .carousel-indicators li.active, .design-system .JS-multiple-carousel .carousel-indicators li:hover {
  background-color: #00BBA7;
}
@media (max-width: 768px) {
  /* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
  .design-system .JS-multiple-carousel .carousel-inner .carousel-item.active,
  .design-system .JS-multiple-carousel .carousel-inner .carousel-item-next,
  .design-system .JS-multiple-carousel .carousel-inner .carousel-item-prev {
    display: block;
  }
  /* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/multiple-carousel.scss */
  .design-system .JS-multiple-carousel .carousel-inner .carousel-item .item {
    padding: 0px;
    padding-bottom: 8px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container {
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .image-header {
  align-items: center;
  background-color: #00BBA7;
  display: flex;
  justify-content: center;
  min-width: 280px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .tax-return-svg {
  max-width: 230px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .tax-return-svg .brand-color-light {
  fill: #F0FDFA !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .tax-return-svg .brand-color-dark {
  fill: #00786F !important;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .content {
  background-color: #FFFFFF;
  padding: 24px;
  width: 100%;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .content .content-header {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .content .content-header span:first-child {
  color: #00BBA7;
  text-transform: uppercase;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .content .content-header span:last-child {
  color: #687288;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
.design-system .ds-new-accounts-card .card-container .content .counter {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 720px) {
  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
  .design-system .ds-new-accounts-card .card-container {
    display: block;
  }
  /* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/new-accounts-card.scss */
  .design-system .ds-new-accounts-card .image-header {
    height: 210px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/notification-banner.scss */
.design-system .ds-notification-banner {
  background-color: #FFFDE8;
  border-radius: 12px;
  border: 1px solid #FCC23D;
  padding: 16px;
  width: 100%;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/notification-banner.scss */
.design-system .ds-notification-banner .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 16px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/notification-banner.scss */
.design-system .ds-notification-banner .icon-container svg {
  fill: #FCC23D;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/notification-banner.scss */
.design-system .ds-notification-banner.callout.warning {
  border-radius: 6px;
  border: 1px solid #F38329;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/notification-banner.scss */
.design-system .ds-notification-banner.callout.warning .circle-icon svg {
  height: 16px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/notification-banner.scss */
.design-system .ds-notification-banner.callout.negative {
  background-color: #D22F2D;
  border-color: transparent;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 600;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input {
  display: flex;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input input[type=number]::-webkit-inner-spin-button,
.design-system .JS-numeric-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input input[type=number] {
  text-align: center;
  height: 40px;
  border-radius: 0px;
  width: 70px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #D0D5DD;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input input[type=number]:focus {
  outline: none;
  border-color: #00BBA7;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input input[type=number]::placeholder {
  color: #0C111D;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input button svg {
  color: #00BBA7;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input button.disabled {
  pointer-events: none;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input button.disabled svg {
  color: #475467;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input .JS-button-minus {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-right: 1px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/numeric-input.scss */
.design-system .JS-numeric-input .JS-button-plus {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container {
  background-color: #F0FDFA;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .gradient {
  background: linear-gradient(90deg, #FAFAFA 4%, #00BBA7 50%, #FAFAFA 95%);
  border-radius: 80px 16px 0 0;
  height: 7px;
  position: absolute;
  top: 0px;
  width: 100%;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .image-header {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 280px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .wallet-with-money-svg {
  max-width: 230px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .content-container {
  display: flex;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content {
  background-color: #F0FDFA;
  padding: 24px;
  width: 100%;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content .content-header {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 16px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content .content-header span:first-child {
  color: #00BBA7;
  text-transform: uppercase;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content .content-header h3, .design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content .content-header .card.card-default .card-header, .card.card-default .design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content .content-header .card-header {
  font-size: 22px;
  margin-bottom: 0px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .content-container .content p {
  color: #475467;
  font-size: 16px;
  max-width: 536px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .disclaimer {
  border-top: 1px solid #DFDFDF;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin: 0 24px;
  padding: 16px 0;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .disclaimer .circle-icon svg {
  fill: #00786F;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
.design-system .ds-offer-pre-approved-credit-card .card-container .disclaimer p {
  color: #00786F;
  margin: 0;
}
@media (max-width: 720px) {
  /* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
  .design-system .ds-offer-pre-approved-credit-card .content-container {
    flex-direction: column-reverse;
  }
  /* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/offer-pre-approved-credit-card.scss */
  .design-system .ds-offer-pre-approved-credit-card .image-header {
    height: 210px;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table thead {
  border: 1px solid #D0D5DD;
  position: sticky;
  top: 0px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table thead th {
  border-bottom: none;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table thead th a.sort_link {
  color: inherit;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table tbody {
  border-bottom: none;
  border-top: none;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table tbody tr:last-child {
  border-bottom: none;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table tbody tr td {
  color: #0C111D;
  font-size: 14px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table input[type="checkbox"].checkbox {
  background-color: #FFFFFF;
  border: 2px solid #D2D2D2;
  border-radius: 4px;
  height: 22px;
  width: 22px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .table input[type="checkbox"].checkbox:checked {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer {
  display: table-footer-group;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer td {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .items-per-page-container p {
  color: #475467;
  font-size: 14px;
  min-width: 135px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .items-per-page-container select {
  width: 85px;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container {
  display: flex;
  justify-content: end;
  width: fit-content;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination {
  display: flex;
  list-style: none;
  margin: 0px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-prev-btn.btn-disabled,
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-next-btn.btn-disabled {
  color: #D0D5DD;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-prev-btn,
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-next-btn {
  align-items: center;
  border: none;
  color: #687288;
  cursor: pointer;
  display: flex;
  width: 25px;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-prev-btn:hover,
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-next-btn:hover {
  font-weight: 700;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-prev-btn:hover svg,
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-next-btn:hover svg {
  color: #475467;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-prev-btn svg,
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-next-btn svg {
  font-size: 12px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-prev-btn {
  justify-content: start;
}
/* line 110, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-list {
  display: flex;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-list .page-item .page-link {
  border: none;
  background-color: #F1F1F1;
  color: #687288;
  cursor: pointer;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .pagination-footer .pagination-container .table-pagination .pagination-list .page-item.active .page-link {
  font-weight: 600;
  color: #475467;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .items-per-page {
  align-items: center;
  display: flex;
  margin: 0px;
  margin-right: 16px;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .items-per-page label {
  color: #687288;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 8px;
}
/* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/paginated-table.scss */
.design-system .paginated-table .items-per-page select {
  width: 100px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer {
  border: 1px solid #D0D5DD !important;
  background-color: #F1F1F1 !important;
  max-height: 68px !important;
  padding: 12px 20px !important;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .row {
  display: flex;
  justify-content: end;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .row .ml-auto, .design-system .pagination-footer .row .mx-auto {
  margin: 0px !important;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .page-item .page-link {
  border: none;
  background-color: #F1F1F1;
  color: #687288;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .page-item .page-link:hover {
  font-weight: 600;
  color: #475467;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .page-item .no-press {
  font-weight: 400;
  color: #D0D5DD;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .page-item .no-press:hover {
  font-weight: 400;
  color: #D0D5DD;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .active .page-link {
  font-weight: 600;
  color: #475467;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .pagination-prev {
  display: flex;
  flex-direction: row-reverse;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pagination.scss */
.design-system .pagination-footer .pagination .pagination-next {
  display: flex;
  flex-direction: row-reverse;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card .title {
  display: flex;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card .title .signer-icon-container {
  align-items: center;
  background-color: #F1F1F1;
  border-radius: 8px;
  display: flex;
  height: 43px;
  justify-content: center;
  margin-right: 8px;
  width: 40px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card .title .title-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card .title .title-content span {
  color: #00BBA7;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card .title .title-content h3, .design-system .ds-pending-signatures-card .title .title-content .card.card-default .card-header, .card.card-default .design-system .ds-pending-signatures-card .title .title-content .card-header {
  font-size: 20px;
  font-weight: 600;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/pending-signatures-card.scss */
.design-system .ds-pending-signatures-card .content {
  color: #475467;
  font-size: 14px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
.design-system .progress-bar-alt .box-progress {
  margin: 60px 120px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
.design-system .progress-bar-alt .box-progress .progress-disabled {
  pointer-events: none;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
.design-system .progress-bar-alt .box-progress .porcent {
  font-size: 12px;
  font-weight: 500;
  text-align: end;
  margin-bottom: 8px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
.design-system .progress-bar-alt .box-progress .progress {
  background-color: #E4E4E4;
  height: 4px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
.design-system .progress-bar-alt .box-progress .progress .progress-bar-track {
  background-color: #00BBA7;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
.design-system .progress-bar-alt .box-progress .progressbar-logo {
  width: auto;
  height: 37px;
}
@media (max-width: 768px) {
  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
  .design-system .progress-bar-alt .box-progress {
    margin: 8px;
    margin-bottom: 24px;
  }
  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
  .design-system .progress-bar-alt .progressbar-logo {
    display: flex !important;
    justify-content: center;
    margin-top: 50px;
  }
  /* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/progress-bar-alt.scss */
  .design-system .progress-bar-alt .progressbar-logo img {
    height: 25px;
    width: auto;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-batch-component.scss */
.design-system .select-batch-component {
  background-color: #F1F1F1;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  color: #687288;
  display: none;
  font-size: 14px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 16px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-batch-component.scss */
.design-system .select-batch-component p {
  margin: 0px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-batch-component.scss */
.design-system .select-batch-component span {
  display: inline;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-batch-component.scss */
.design-system .select-batch-component .select-batch,
.design-system .select-batch-component .undo-selection {
  color: #00BBA7;
  cursor: pointer;
  font-weight: 700;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-when-transfer.scss */
.design-system .select-when-transfer {
  margin-bottom: 24px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .select-when-transfer input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  display: grid;
  height: 20px;
  place-content: center;
  transform: translateY(-2px);
  width: 20px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .select-when-transfer input[type="radio"]:checked {
  border-color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .select-when-transfer input[type="radio"]::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: "";
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .select-when-transfer input[type="radio"]:checked::before {
  transform: scale(1);
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-when-transfer.scss */
.design-system .select-when-transfer .form-check {
  margin-top: 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-when-transfer.scss */
.design-system .select-when-transfer .form-check .form-check-label {
  font-weight: 400;
  margin-left: 16px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select-when-transfer.scss */
.design-system .select-when-transfer .scheduled-date-container {
  margin-left: 20px;
  margin-top: 16px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2 {
  width: 100% !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2 .select2-selection {
  border: 2px solid #D0D5DD;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2 .select2-selection[aria-expanded="true"] {
  border-bottom: 2px solid #00BBA7;
  border-color: #00BBA7;
  border-radius: 4px 4px 0px 0px;
  box-shadow: none !important;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2.select2-container .select2-selection,
.design-system .ds-select2-multiple .select2 .select2-container .select2-selection {
  max-height: 55px;
  min-height: 38px;
  overflow-y: auto;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2.select2-container .select2-selection .select2-search .select2-search__field,
.design-system .ds-select2-multiple .select2 .select2-container .select2-selection .select2-search .select2-search__field {
  width: 100%;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice,
.design-system .ds-select2-multiple .select2 .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  background-color: #FFFFFF !important;
  border-radius: 24px;
  border: 2px solid #D0D5DD;
  color: #0C111D;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 0px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,
.design-system .ds-select2-multiple .select2 .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  font-weight: 700;
  margin-bottom: 1px;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 3px;
  padding-right: 3px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2 .select2-container--focus .select2-selection {
  border-bottom: 2px solid #00BBA7;
  border-color: #00BBA7;
  border-radius: 4px;
  box-shadow: none !important;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2-container--disabled .select2-selection__choice {
  padding-right: 12px !important;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2-container .select2-dropdown {
  border: none;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2-container .select2-dropdown .select2-results {
  border: 2px solid #D0D5DD;
  border-radius: 0px 0px 4px 4px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2-container .select2-dropdown .select2-results .select2-results__option {
  color: #0C111D;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .select2-container .select2-dropdown .select2-results .select2-results__option--highlighted {
  background-color: #F1F1F1;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .is-invalid {
  background-color: #FFEBEE;
  border-color: #D22F2D !important;
  box-shadow: none;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-multiple.scss */
.design-system .ds-select2-multiple .is-invalid input::placeholder {
  color: #D22F2D;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2 .select2-selection {
  align-items: center;
  border: 2px solid #D0D5DD;
  display: flex;
  height: 35px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2 .select2-selection .select2-selection__rendered {
  color: #495057 !important;
  font-size: 14px;
  line-height: 15px;
  padding-left: 16px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2 .select2-selection .select2-selection__arrow {
  top: 4px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2 .select2-selection .select2-selection__arrow b {
  border-color: #475467 transparent;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2.select2-container--open .select2-selection {
  border-color: #00BBA7;
  border-radius: 4px 4px 0px 0px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2-container .select2-dropdown {
  border: 2px solid #D0D5DD;
  border-radius: 0px 0px 4px 4px;
  font-size: 14px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2-container .select2-dropdown .select2-search__field {
  border: 2px solid #D0D5DD;
  color: #495057 !important;
  height: 35px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2-container .select2-dropdown .select2-results .select2-results__options {
  color: #495057 !important;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/select2-single.scss */
.design-system .ds-select2-single .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted,
.design-system .ds-select2-single .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #F1F1F1;
  color: #495057 !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper {
  background-color: #F8F8F8F8;
  width: 260px;
  border-right: 1px solid #E3E3E3;
  padding: 0px;
  color: #0C111D;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .brand-img-hide-sidebar {
  display: none;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .brand-image {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .brand-image img {
  max-width: 180px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .active-account-collapser {
  margin-bottom: 40px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .active-account-collapser .active-account-sidebar-toggle {
  cursor: pointer;
  display: none;
  justify-content: center;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .active-account-collapser .active-account-sidebar-toggle .tag {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group {
  padding: 0px 16px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item:last-child.JS-toggle-menu-item {
  border-top: 1px solid #00BBA7;
  max-width: 100%;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item:last-child.JS-toggle-menu-item .icon {
  font-size: 14px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item:last-child.JS-toggle-menu-item .text {
  text-align: left;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group a:last-of-type {
  margin-top: auto;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item {
  color: #0C111D;
  width: 100%;
  padding: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  border-radius: 0px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item .submenu-arrow {
  margin-left: 4px;
  position: relative;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item .icon {
  font-size: 20px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item .icon .img-icon svg {
  fill: #0C111D;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item .notification {
  background-color: #00BBA7;
  left: 125px;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item .icon-notification {
  background-color: #00BBA7;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item .alert_icon {
  margin-left: 16px;
  position: relative;
  color: #00BBA7;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item.active {
  border-left: 2px solid #00BBA7;
  color: #00BBA7;
  padding-left: 14px;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item.active .icon {
  color: #00BBA7;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item.active.submenu-active {
  color: #0C111D;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item.active svg {
  fill: #00BBA7 !important;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item:hover {
  color: #00BBA7 !important;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .list-group-item:hover svg {
  fill: #00BBA7 !important;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu {
  border: none;
  margin-left: 48px;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .list-group-item {
  border-left: 2px solid #D0D5DD;
  padding: 8px 24px;
}
/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
.design-system .sidebar-wrapper .sidebar-menu .list-group .sidebar-submenu .list-group-item.active {
  color: #00BBA7;
  border-left: 2px solid #00BBA7;
}
@media (min-width: 768px) {
  /* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper {
    margin-left: 0px;
    width: 64px;
  }
  /* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .brand-image {
    display: none;
  }
  /* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .brand-img-hide-sidebar {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 64px;
  }
  /* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .brand-img-hide-sidebar img {
    max-width: 40px;
  }
  /* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .sidebar-menu .list-group {
    padding: 0px;
  }
  /* line 158, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .sidebar-menu .list-group .list-group-item {
    padding: 16px 4px;
  }
  /* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .sidebar-menu .list-group .list-group-item .text {
    display: none;
  }
  /* line 164, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/sidebar.scss */
  .design-system #wrapper.toggled .sidebar-wrapper .sidebar-menu .list-group .list-group-item.active {
    padding-left: 2px !important;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button {
  border-color: #D0D5DD;
  border-radius: 8px;
  color: #475467;
  font-weight: 700;
  line-height: 150%;
  padding: 20px 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button .close-btn {
  align-items: center;
  color: #00BBA7;
  display: flex;
  font-weight: 600;
  line-height: 120%;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button .close-btn .less {
  display: none;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button .close-btn .more {
  display: block;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button svg {
  transform: none;
  transition: none;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button:hover {
  color: #475467 !important;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button[aria-expanded="true"] {
  background-color: #FFFFFF;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: none !important;
  border: 1px solid #D0D5DD;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button[aria-expanded="true"] .less {
  display: block;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card a.collapse-card-button[aria-expanded="true"] .more {
  display: none;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card .collapse-card-content {
  background-color: #FFFFFF;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none !important;
  border: 1px solid #D0D5DD;
  box-shadow: none !important;
  padding: 20px 16px !important;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card .collapse-card-content .collapse-container {
  align-items: start;
  display: flex;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card .presenter-card {
  background: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  color: #0C111D;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-right: 24px;
  padding: 24px;
  width: 100%;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card .presenter-card .title {
  font-weight: 600;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/specifications-collapse-card.scss */
.design-system .specifications-collapse-card .presenter-card:last-child {
  margin-right: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar {
  position: relative;
  background-color: #FFFFFF;
  padding: 60px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  flex: 0 0 30%;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img {
  max-width: 160px;
  margin-bottom: 50px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img.arabank, .design-system .stepper-bar .stepper-bar-img.oxys, .design-system .stepper-bar .stepper-bar-img.taipa, .design-system .stepper-bar .stepper-bar-img.grupordf, .design-system .stepper-bar .stepper-bar-img.bankea, .design-system .stepper-bar .stepper-bar-img.matriz, .design-system .stepper-bar .stepper-bar-img.atos2bank, .design-system .stepper-bar .stepper-bar-img.indexahcapital, .design-system .stepper-bar .stepper-bar-img.banken, .design-system .stepper-bar .stepper-bar-img.cferopay, .design-system .stepper-bar .stepper-bar-img.credvale {
  max-width: 145px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img.capitalrs, .design-system .stepper-bar .stepper-bar-img.sifracash, .design-system .stepper-bar .stepper-bar-img.spcgrafeno, .design-system .stepper-bar .stepper-bar-img.santacruzcapital, .design-system .stepper-bar .stepper-bar-img.franchibank {
  max-width: 195px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img.edanbank, .design-system .stepper-bar .stepper-bar-img.wfm {
  max-height: 50px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img.viainvest, .design-system .stepper-bar .stepper-bar-img.bankpay, .design-system .stepper-bar .stepper-bar-img.nexocorporativo {
  max-width: 180px;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img.grafeno, .design-system .stepper-bar .stepper-bar-img.intrabank, .design-system .stepper-bar .stepper-bar-img.noblus, .design-system .stepper-bar .stepper-bar-img.makena, .design-system .stepper-bar .stepper-bar-img.ksfidc {
  max-width: 220px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-img.ariscapital, .design-system .stepper-bar .stepper-bar-img.valormercantil, .design-system .stepper-bar .stepper-bar-img.appseja, .design-system .stepper-bar .stepper-bar-img.logisbank, .design-system .stepper-bar .stepper-bar-img.basso {
  max-width: 120px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar ul {
  list-style: none;
  font-size: 18px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar ul li {
  margin: 20px 15px;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar ul li ul li {
  font-size: 14px;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar ul a {
  color: #475467;
  background-color: transparent !important;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar ul span {
  margin-right: 10px;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu {
  padding-left: 0px;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu svg {
  font-size: 18px;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .stepper-bar-submenu {
  padding: 0px;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .stepper-bar-submenu li {
  margin-left: 0px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .stepper-bar-submenu a {
  font-size: 16px;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .stepper-bar-submenu a:not(.item-checked) {
  margin-left: 28px;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .item-checked {
  display: flex;
  color: #D0D5DD !important;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .item-checked .list-number {
  display: none;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .item-checked .list-icon {
  display: block !important;
  color: #00BBA7;
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .item-active {
  color: #00BBA7;
  font-weight: 500;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .item-enabled {
  color: #0C111D;
  font-weight: 500;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-menu .item-visited {
  color: #D0D5DD;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-vector-1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 0;
  height: 0;
  border-top: 240px solid transparent;
  border-right: 170px solid #6ffff0;
}
/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
.design-system .stepper-bar .stepper-bar-vector-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-top: 180px solid transparent;
  border-right: 320px solid #88fff2;
}
@media (max-width: 768px) {
  /* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-bar.scss */
  .design-system .stepper-bar {
    display: none;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-dots.scss */
.design-system .stepper-dots .step:last-child {
  margin-right: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-dots.scss */
.design-system .stepper-dots .step {
  background-color: #D2D2D2;
  border-radius: 50%;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-dots.scss */
.design-system .stepper-dots .step.current {
  background-color: #00BBA7;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step {
  display: flex;
  gap: 8px;
  position: relative;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step .step-badge {
  width: 23.33px;
  height: 23.33px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 50%;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.default .step-badge {
  background-color: #0C111D;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.default span {
  color: #0C111D;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.disabled .step-badge {
  background-color: #D0D5DD;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.disabled span {
  color: #687288;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.active .step-badge {
  background-color: #00AF00;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.active .step-badge::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 23.33px;
  height: 23.33px;
  border-color: #00BBA7;
  background: #00AF00;
  opacity: 1;
  border-radius: 50%;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.active .step-badge::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 8px;
  height: 14px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(45deg);
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/stepper-list.scss */
.design-system .stepper-list .step.active span {
  color: #00AF00;
}
@media (max-width: 768px) {
  /* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup {
    margin: 0px;
    min-width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px !important;
  }
  /* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-icon {
    display: none !important;
  }
  /* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-header {
    align-items: start !important;
    padding: 16px 16px 4px 16px !important;
    border-bottom: 1px solid #F1F1F1;
  }
  /* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-header .swal2-title {
    font-size: 16px !important;
  }
  /* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-header .swal2-close {
    display: block !important;
    font-size: 32px !important;
    margin-top: 8px !important;
    color: #0C111D !important;
    font-weight: 700 !important;
  }
  /* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-content {
    padding: 16px !important;
    font-size: 14px !important;
    text-align: start !important;
    border-bottom: 1px solid #F1F1F1;
  }
  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-actions {
    justify-content: end;
    gap: 24px;
  }
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-actions .swal2-confirm {
    padding: 12px !important;
    background-color: #00BBA7 !important;
  }
  /* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-actions .swal2-confirm:focus {
    outline: none;
    box-shadow: none;
  }
  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/swal2-mobile.scss */
  .design-system .swal2-mobile .swal2-popup .swal2-actions .swal2-cancel {
    padding: 0px !important;
    background: none !important;
    color: #0C111D !important;
    font-weight: 600 !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-item {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid #D0D5DD;
  padding: 12px 16px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-item:hover {
  text-decoration: none;
  color: #00BBA7;
  border-color: #00BBA7;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-item-enabled {
  color: #0C111D;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-item-disabled {
  color: #687288;
  pointer-events: none;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-item-active, .design-system #ccb-request .requests.new .upper-menu .step-1, #ccb-request .requests.new .upper-menu .design-system .step-1, .design-system #ccb-request .requests.funder_values .upper-menu .step-1, #ccb-request .requests.funder_values .upper-menu .design-system .step-1, .design-system #ccb-request .requests.create .upper-menu .step-1, #ccb-request .requests.create .upper-menu .design-system .step-1, .design-system #ccb-request .requests.operation_values .upper-menu .step-2, #ccb-request .requests.operation_values .upper-menu .design-system .step-2, .design-system #ccb-request .requests.company_data .upper-menu .step-3, #ccb-request .requests.company_data .upper-menu .design-system .step-3, .design-system #ccb-request .requests.warranty .upper-menu .step-5, #ccb-request .requests.warranty .upper-menu .design-system .step-5, .design-system #ccb-request .requests.show .upper-menu .step-6, #ccb-request .requests.show .upper-menu .design-system .step-6, .design-system #ccb-request .company_signers.index .upper-menu .step-4, #ccb-request .company_signers.index .upper-menu .design-system .step-4, .design-system #ccb-request .company_signers.create_signer .upper-menu .step-4, #ccb-request .company_signers.create_signer .upper-menu .design-system .step-4, .design-system #ccb-request .person.edit .upper-menu .step-5, #ccb-request .person.edit .upper-menu .design-system .step-5, .design-system #ccb-request .person.new_person .upper-menu .step-5, #ccb-request .person.new_person .upper-menu .design-system .step-5, .design-system #ccb-request .person.create_person .upper-menu .step-5, #ccb-request .person.create_person .upper-menu .design-system .step-5, .design-system #ccb-request .person.update .upper-menu .step-5, #ccb-request .person.update .upper-menu .design-system .step-5, .design-system #ccb-request .company.edit .upper-menu .step-5, #ccb-request .company.edit .upper-menu .design-system .step-5, .design-system #ccb-request .company.new_company .upper-menu .step-5, #ccb-request .company.new_company .upper-menu .design-system .step-5, .design-system #ccb-request .company.create_company .upper-menu .step-5, #ccb-request .company.create_company .upper-menu .design-system .step-5, .design-system #ccb-request .company.update .upper-menu .step-5, #ccb-request .company.update .upper-menu .design-system .step-5, .design-system #ccb-request .machinery.edit .upper-menu .step-5, #ccb-request .machinery.edit .upper-menu .design-system .step-5, .design-system #ccb-request .machinery.new_machinery .upper-menu .step-5, #ccb-request .machinery.new_machinery .upper-menu .design-system .step-5, .design-system #ccb-request .machinery.create_machinery .upper-menu .step-5, #ccb-request .machinery.create_machinery .upper-menu .design-system .step-5, .design-system #ccb-request .machinery.update .upper-menu .step-5, #ccb-request .machinery.update .upper-menu .design-system .step-5, .design-system #ccb-request .real_state.edit .upper-menu .step-5, #ccb-request .real_state.edit .upper-menu .design-system .step-5, .design-system #ccb-request .real_state.new_real_state .upper-menu .step-5, #ccb-request .real_state.new_real_state .upper-menu .design-system .step-5, .design-system #ccb-request .real_state.create_real_state .upper-menu .step-5, #ccb-request .real_state.create_real_state .upper-menu .design-system .step-5, .design-system #ccb-request .real_state.update .upper-menu .step-5, #ccb-request .real_state.update .upper-menu .design-system .step-5, .design-system #ccb-request .vehicle.edit .upper-menu .step-5, #ccb-request .vehicle.edit .upper-menu .design-system .step-5, .design-system #ccb-request .vehicle.new_vehicle .upper-menu .step-5, #ccb-request .vehicle.new_vehicle .upper-menu .design-system .step-5, .design-system #ccb-request .vehicle.create_vehicle .upper-menu .step-5, #ccb-request .vehicle.create_vehicle .upper-menu .design-system .step-5, .design-system #ccb-request .vehicle.update .upper-menu .step-5, #ccb-request .vehicle.update .upper-menu .design-system .step-5 {
  color: #00BBA7;
  border-color: #00BBA7;
  pointer-events: none;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container {
  margin-top: 40px;
  display: flex;
  max-width: fit-content;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .notification {
  background-color: #00BBA7;
  border-radius: 50%;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .tab {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #D0D5DD;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .tab a {
  color: #0C111D;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .tab:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .tab:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-right: none;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .tab:hover, .design-system .tab-container .tab a:hover {
  background-color: #FAFAFA;
  text-decoration: none;
  color: initial;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tab.scss */
.design-system .tab-container .tab.active {
  background-color: #FAFAFA;
  font-weight: 700;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table-alt.scss */
.design-system .table-alt {
  border-collapse: collapse;
  border: 1px solid #D0D5DD;
  width: 100%;
  color: #687288;
  font-size: 16px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table-alt.scss */
.design-system .table-alt th, .design-system .table-alt td {
  border: 1px solid #D0D5DD;
  padding: 16px 12px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table-alt.scss */
.design-system .table-alt tbody tr th {
  width: 200px;
  font-weight: 700;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table-alt.scss */
.design-system .table-alt tbody tr th .wrap {
  width: 120px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table-alt.scss */
.design-system .table-alt tbody tr td {
  font-weight: 400;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table {
  width: 100%;
  margin-bottom: 0px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table strong {
  color: #0C111D;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table thead {
  background-color: #F1F1F1;
  height: 48px;
  color: #475467;
  border: 1px #D0D5DD solid;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table thead th {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #D0D5DD;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table tbody tr {
  background-color: #FAFAFA;
  color: #475467;
  height: 72px;
  border-bottom: 1px #D0D5DD solid;
  position: relative;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table tbody tr td {
  vertical-align: middle;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table a.sort_link {
  text-decoration: none;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table .empty-state-table {
  color: #687288;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table .empty-state-table td {
  padding: 32px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table .empty-state-table td .content {
  margin: auto;
  max-width: 580px;
  text-wrap: auto;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table .empty-state-table td .empty-state-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin: 8px 0px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/table.scss */
.design-system .table .empty-state-table td .empty-state-subtitle {
  margin: 0px 0px 16px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag {
  align-items: center;
  border-radius: 24px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  padding: 8px 12px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag .cicle-icon {
  border-radius: 50%;
  flex-shrink: 0;
  height: 5px;
  width: 5px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag .icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag .icon svg {
  height: 12px;
  width: 12px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.sm {
  padding: 4px 12px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.light {
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  color: #0C111D;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.light svg {
  color: #0C111D;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.light .cicle-icon {
  background-color: #0C111D;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.success {
  background-color: #E7F8E5;
  color: #058505;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.success svg {
  color: #00AF00;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.success .cicle-icon {
  background-color: #00AF00;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.info {
  background-color: #E4F3FF;
  color: #1460D7;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.info svg {
  color: #317AEC;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.info .cicle-icon {
  background-color: #317AEC;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.warning {
  background-color: #FFFDE8;
  color: #F38329;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.warning svg {
  color: #FBB209;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.warning .cicle-icon {
  background-color: #FBB209;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.error {
  background-color: #FFEBEE;
  color: #B61D1A;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.error svg {
  color: #D22F2D;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.error .cicle-icon {
  background-color: #D22F2D;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.neutral {
  background-color: #EEF2F9;
  color: #475467;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.neutral svg {
  color: #687288;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.neutral .cicle-icon {
  background-color: #687288;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.neutral-dark {
  background-color: #E3E3E3;
  color: #475467;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.neutral-dark svg {
  color: #687288;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.neutral-dark .cicle-icon {
  background-color: #687288;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.dark {
  background-color: #0C111D;
  color: #F1F1F1;
}
/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.dark svg {
  color: #D9D9D9;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.dark .cicle-icon {
  background-color: #D9D9D9;
}
/* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tag.scss */
.design-system .tag.brand-color {
  background-color: #00BBA7;
  color: #FFFFFF;
  font-size: 12px;
  height: 26px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/textarea-alt.scss */
.design-system .JS-textarea-alt textarea {
  border: 2px solid #D0D5DD;
  height: 89px;
  resize: none;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/textarea-alt.scss */
.design-system .JS-textarea-alt .JS-textarea-alt-label-characters {
  font-weight: 400;
  font-size: 14px;
  color: #687288;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical {
  max-width: 590px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item {
  display: flex;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item:last-child .timeline-vertical-step .line {
  display: none;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container {
  align-items: center;
  background-color: #F1F1F1;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container svg {
  color: #475467;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.warning {
  background-color: #FFFDE8;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.warning svg {
  color: #F38329;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.success {
  background-color: #E7F8E5;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.success svg {
  color: #00AF00;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.negative {
  background-color: #FFEBEE;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.negative svg {
  color: #D22F2D;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.neutral {
  background-color: #F1F1F1;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .icon-container.neutral svg {
  color: #475467;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .timeline-vertical-step .line {
  height: calc(100% - 48px);
  width: 1px;
  border-left: 1px solid #D0D5DD;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .content {
  padding-bottom: 32px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .content .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/timeline-vertical.scss */
.design-system .timeline-vertical .timeline-vertical-item .content .description, .design-system .timeline-vertical .timeline-vertical-item .content .transactional-emails .steps-list, .transactional-emails .design-system .timeline-vertical .timeline-vertical-item .content .steps-list, .design-system .timeline-vertical .timeline-vertical-item .content .transactional-emails .footer-text, .transactional-emails .design-system .timeline-vertical .timeline-vertical-item .content .footer-text, .design-system .timeline-vertical .timeline-vertical-item .content .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .timeline-vertical .timeline-vertical-item .content .footer-text-whitelabel, .design-system .timeline-vertical .timeline-vertical-item .content .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .timeline-vertical .timeline-vertical-item .content .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/tooltip.scss */
.design-system #tooltip {
  color: #00BBA7;
  font-size: 20px;
  margin-left: 16px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  display: flex;
  height: fit-content;
  padding: 16px;
  width: 285px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .icon {
  align-items: center;
  background: #00BBA7;
  border-radius: 8px;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-right: 16px;
  width: 32px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .icon svg {
  color: #F0FDFA;
  height: 18px;
  width: 18px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .title {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container {
  display: flex;
  justify-content: space-between;
  width: 200px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container.doesnt-icon {
  width: 248px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container .value {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  width: 180px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container .balance-info-shimmer {
  background-color: #F1F1F1;
  height: 28px;
  width: 172px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container .toggle-total-card-icon {
  cursor: pointer;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container .toggle-total-card-icon svg {
  color: #475467 !important;
  height: 24px;
  width: 24px;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
.design-system .total-card .value-container .spinner-border {
  border-right-color: transparent !important;
  border: 4px solid #00BBA7;
  height: 28px;
  width: 28px;
}
@media (max-width: 576px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
  .design-system .total-card {
    width: 100%;
  }
  /* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
  .design-system .total-card .value-container {
    width: calc(100vw - 122px);
  }
  /* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/total-card.scss */
  .design-system .total-card .value-container.doesnt-icon {
    width: calc(100vw - 74px);
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/user-central-callout.scss */
.design-system .user-central-callout {
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  display: flex;
  height: auto !important;
  margin: 0px 40px 0px -20px;
  padding: 16px;
  width: auto !important;
  position: absolute;
  bottom: 2rem;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/user-central-callout.scss */
.design-system .user-central-callout .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #00BBA7;
  background-color: #F0FDFA;
  margin-right: 16px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/user-central-callout.scss */
.design-system .user-central-callout .icon-container .icon {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/user-central-callout.scss */
.design-system .user-central-callout .icon-container .icon svg {
  fill: #00BBA7 !important;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/user-central-callout.scss */
.design-system .user-central-callout .description .description-title, .design-system .user-central-callout .transactional-emails .steps-list .description-title, .transactional-emails .design-system .user-central-callout .steps-list .description-title, .design-system .user-central-callout .transactional-emails .footer-text .description-title, .transactional-emails .design-system .user-central-callout .footer-text .description-title, .design-system .user-central-callout .transactional-emails .footer-text-whitelabel .description-title, .transactional-emails .design-system .user-central-callout .footer-text-whitelabel .description-title, .design-system .user-central-callout .transactional-emails .footer-link-grafeno .description-title, .transactional-emails .design-system .user-central-callout .footer-link-grafeno .description-title {
  color: #101828;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/user-central-callout.scss */
.design-system .user-central-callout .description .text, .design-system .user-central-callout .transactional-emails .steps-list .text, .transactional-emails .design-system .user-central-callout .steps-list .text, .design-system .user-central-callout .transactional-emails .footer-text .text, .transactional-emails .design-system .user-central-callout .footer-text .text, .design-system .user-central-callout .transactional-emails .footer-text-whitelabel .text, .transactional-emails .design-system .user-central-callout .footer-text-whitelabel .text, .design-system .user-central-callout .transactional-emails .footer-link-grafeno .text, .transactional-emails .design-system .user-central-callout .footer-link-grafeno .text {
  display: inline;
  color: #475467;
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details {
  max-width: 100% !important;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details .card-header {
  padding-bottom: 0px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details .card-header h3, .design-system .ds-details .card-header .card.card-default .card-header, .card.card-default .design-system .ds-details .card-header .card-header {
  font-size: 28px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details section {
  margin-top: 48px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details section h3.card-header, .design-system .ds-details section .card.card-default .card-header, .card.card-default .design-system .ds-details section .card-header {
  display: flex;
  justify-content: space-between;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details section h4 {
  color: #0C111D;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details section table tbody td {
  text-wrap: wrap;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
.design-system .ds-details footer {
  margin-top: 80px;
}
@media (max-width: 576px) {
  /* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/details.scss */
  .design-system .ds-details table tbody th, .design-system .ds-details table tbody td {
    max-width: 120px !important;
    text-wrap: wrap;
    word-wrap: break-word;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/index.scss */
.design-system .ds-api-tokens .filter-toggle, .design-system .ds-api-tokens .JS-ds-search-form-btns {
  padding: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/index.scss */
.design-system .ds-api-tokens .JS-ds-search-form-btns {
  margin-left: 24px !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-api-tokens-new input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/new.scss */
.design-system .ds-api-tokens-new .ds-btns {
  margin-top: 48px;
  flex: 100%;
  max-width: 100%;
  text-align: end;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/new.scss */
.design-system .ds-api-tokens-new .form-check {
  padding-left: 0px;
  width: fit-content;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/new.scss */
.design-system .ds-api-tokens-new .collection_check_boxes {
  margin-left: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-api-tokens-prenew .card-body {
  margin-top: 20px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/prenew.scss */
.design-system .ds-api-tokens-prenew .card-body .row {
  padding: 12px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/prenew.scss */
.design-system .ds-api-tokens-prenew .card-body [type="submit"] {
  margin-top: 48px;
  border: 0px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/api-tokens/prenew.scss */
.design-system .ds-api-tokens-prenew .card-body .simple_form {
  width: 50%;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier {
  padding: 40px 40px 80px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-banner {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #d9d9d9;
  display: flex;
  gap: 16px;
  overflow: hidden;
  padding: 10px 16px;
  position: fixed;
  right: 82px;
  top: 120px;
  z-index: 9999;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-banner-content {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-banner-icon {
  align-items: center;
  border: 3px solid #facea8;
  border-radius: 50%;
  color: #f8bb86;
  display: flex;
  flex-shrink: 0;
  font-size: 28px;
  font-weight: 700;
  height: 39px;
  justify-content: center;
  line-height: 1;
  width: 39px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-banner-text {
  color: #595959;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-banner-close {
  background-color: #3085d6;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  min-width: 43px;
  padding: 0 8px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__title-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  margin: 0;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__toolbar .tab-container {
  margin-top: 0;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__toolbar .tab-container .tab {
  color: #475467;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__toolbar .tab-container .tab.active {
  color: #344054;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__edit-btn {
  white-space: nowrap;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table-wrapper {
  width: 100%;
  overflow-x: auto;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table thead {
  background-color: #F1F1F1;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table thead th {
  border-bottom: 1px solid #D0D5DD;
  border-top: 1px solid #D0D5DD;
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 8px 16px;
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table tbody tr {
  height: auto;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table tbody tr td {
  padding: 24px 16px;
  vertical-align: middle;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table .tag {
  margin-right: 4px;
}
/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__table .tag:last-child {
  margin-right: 0;
}
/* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__col--range {
  width: 260px;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__col--user {
  width: 200px;
}
/* line 163, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__col--request-type {
  width: 220px;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__col--approval {
  white-space: nowrap;
  width: 1%;
}
/* line 172, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__range-cell {
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
}
/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__user-cell {
  display: flex;
  align-items: center;
  gap: 8px;
}
/* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__avatar {
  align-items: center;
  background-color: #00786F;
  border: 2px solid #E3E3E3;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  width: 32px;
}
/* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-link {
  color: #475467;
  font-size: 14px;
  margin-left: 8px;
  padding: 4px 8px;
}
/* line 205, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-link:hover {
  color: #0C111D;
}
/* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-link--danger:hover {
  color: #D22F2D;
}
/* line 216, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag {
  align-items: center;
  border-radius: 24px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  gap: 4px;
  padding: 2px 8px;
}
/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag--new {
  background-color: #E7F8E5;
  color: #058505;
}
/* line 229, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag--new .ds-approval-tier__type-dot {
  background-color: #058505;
}
/* line 234, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag--delete {
  background-color: #FFEBEE;
  color: #B61D1A;
}
/* line 238, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag--delete .ds-approval-tier__type-dot {
  background-color: #B61D1A;
}
/* line 243, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag--edit {
  background-color: #E4F3FF;
  color: #1460D7;
}
/* line 247, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-tag--edit .ds-approval-tier__type-dot {
  background-color: #1460D7;
}
/* line 253, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__type-dot {
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}
/* line 261, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__role-tag {
  margin-right: 4px;
}
/* line 264, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__role-tag:last-child {
  margin-right: 0;
}
/* line 269, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__counter-tag {
  flex-shrink: 0;
  font-size: 12px;
  height: 24px;
  padding: 0 8px;
  white-space: nowrap;
}
/* line 277, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__row--rejected {
  opacity: 0.7;
}
/* line 281, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-btn {
  align-items: center;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  width: 31px;
}
/* line 293, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-btn--approve {
  background-color: #00AF00;
}
/* line 296, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-btn--approve:hover {
  background-color: #058505;
}
/* line 301, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-btn--reject {
  background-color: #D22F2D;
}
/* line 304, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__action-btn--reject:hover {
  background-color: #B61D1A;
}
/* line 310, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__empty-state {
  text-align: center;
}
/* line 313, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__empty-state .empty-state-table {
  width: 100%;
}
/* line 316, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__empty-state .empty-state-table .content {
  margin: auto;
  max-width: 480px;
}
/* line 324, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier--edit {
  position: relative;
}
/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier--edit .ds-approval-tier__header {
  margin-bottom: 24px;
}
/* line 332, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 338, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__ranges {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 344, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__range-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* line 351, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__range-number {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
}
/* line 357, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__remove-range {
  color: #D22F2D;
  font-size: 14px;
  height: auto;
  min-width: auto;
  padding: 0;
}
/* line 364, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__remove-range:hover {
  color: #B61D1A;
}
/* line 369, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__range-fields {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
/* line 375, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__value-inputs {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
/* line 381, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 388, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input-wrapper {
  position: relative;
}
/* line 391, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input-wrapper .ds-approval-tier__input-clear-btn {
  display: none;
}
/* line 396, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input-wrapper--error .ds-approval-tier__input-clear-btn {
  display: flex;
}
/* line 402, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input-clear-btn {
  align-items: center;
  background: none;
  border: none;
  border-radius: 50%;
  color: #D22F2D;
  cursor: pointer;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
/* line 421, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input-clear-btn:hover {
  background-color: #FFEBEE;
}
/* line 426, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  color: #0C111D;
  font-size: 14px;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
}
/* line 435, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__input.is-invalid {
  background-color: #FFEBEE;
  background-image: none;
  border-color: #D22F2D;
}
/* line 442, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__select-group {
  width: 100%;
}
/* line 449, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__select-group.ds-select2-multiple .select2.select2-container .select2-selection,
.design-system .ds-approval-tier__select-group.ds-select2-multiple .select2 .select2-container .select2-selection {
  padding-right: 32px;
}
/* line 453, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__select-group.ds-select2-multiple .select2.select2-container .select2-selection .select2-selection__rendered .select2-selection__choice,
.design-system .ds-approval-tier__select-group.ds-select2-multiple .select2 .select2-container .select2-selection .select2-selection__rendered .select2-selection__choice {
  border-width: 1px;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
}
/* line 466, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__select-wrapper {
  position: relative;
}
/* line 470, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__select-wrapper--error .select2-selection {
  background-color: #FFEBEE !important;
  border-color: #D22F2D !important;
}
/* line 477, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__select-chevron {
  align-items: center;
  color: #475467;
  display: flex;
  height: 24px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
/* line 491, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__form-actions {
  align-items: center;
  border-top: 1px solid #D0D5DD;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 24px;
}
/* line 500, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__submit-group {
  display: flex;
  gap: 8px;
}
/* line 504, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__submit-group .btn-primary:disabled, .design-system .ds-approval-tier__submit-group #ccb-request .requests.warranty .action-buttons .btn-primary:disabled, #ccb-request .requests.warranty .action-buttons .design-system .ds-approval-tier__submit-group .btn-primary:disabled,
.design-system .ds-approval-tier__submit-group .btn-primary.disabled,
.design-system .ds-approval-tier__submit-group #ccb-request .requests.warranty .action-buttons .disabled.btn-primary,
#ccb-request .requests.warranty .action-buttons .design-system .ds-approval-tier__submit-group .disabled.btn-primary {
  background-color: #F1F1F1;
  border-color: #F1F1F1;
  color: #687288;
  cursor: not-allowed;
  opacity: 1;
}
/* line 514, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__add-range-row {
  border-top: 1px solid #D0D5DD;
  padding-top: 24px;
}
/* line 519, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__add-range-btn {
  align-items: center;
  background-color: #F1F1F1;
  border: none;
  border-radius: 4px;
  color: #0C111D;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  padding: 8px 16px;
  text-decoration: none;
}
/* line 533, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__add-range-btn:hover {
  background-color: #E3E3E3;
  color: #0C111D;
  text-decoration: none;
}
/* line 539, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__add-range-btn i {
  font-size: 12px;
}
/* line 544, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__delete-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
/* line 550, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__delete-btn {
  align-items: center;
  background-color: #D22F2D;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  padding: 8px 16px;
}
/* line 563, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__delete-btn:hover {
  background-color: #B61D1A;
  color: #FFFFFF;
}
/* line 568, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__delete-btn i {
  font-size: 12px;
}
/* line 574, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__range-row {
  align-items: flex-start;
  display: flex;
  gap: 24px;
}
/* line 580, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__range-group {
  flex: 1;
  max-width: 592px;
  min-width: 0;
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 24px;
}
/* line 592, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-panel {
  background-color: #FFEBEE;
  border: 1px solid #B61D1A;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 12px;
  width: 306px;
}
/* line 601, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-panel-title {
  color: #D22F2D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 608, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-panel-text {
  color: #0C111D;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 4px;
}
/* line 615, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__error-list {
  color: #0C111D;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  padding-left: 32px;
}
/* line 623, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__field-error {
  color: #D22F2D;
  font-size: 14px;
  margin-top: 4px;
}
/* line 630, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__char-counter {
  color: #687288;
  font-size: 14px;
}
/* line 639, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-modal {
  text-align: left;
  white-space: normal;
}
/* line 643, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-modal .modal-body {
  padding: 32px 24px;
}
/* line 647, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-modal .modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 655, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-text {
  color: #0C111D;
  font-size: 16px;
  margin-bottom: 16px;
}
/* line 662, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-actions {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  margin-top: 24px;
}
/* line 670, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-cancel-btn {
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  color: #0C111D;
}
/* line 675, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .ds-approval-tier__reject-cancel-btn:hover {
  background-color: #F1F1F1;
  color: #0C111D;
}
/* line 685, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/approval-tier/index.scss */
.design-system .approval-tier-swal .callout {
  color: #0C111D;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/barcode_info_table.scss */
.design-system .barcode-info-table {
  width: 592px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/barcode_info_table.scss */
.design-system .barcode-info-table .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/barcode_info_table.scss */
.design-system .barcode-info-table .info-container {
  margin-top: 24px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/barcode_info_table.scss */
.design-system .barcode-info-table .info-container .title {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/barcode_info_table.scss */
.design-system .barcode-info-table .info-container:first-child {
  margin-top: 16px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/barcode_info_table.scss */
.design-system .barcode-info-table .info-container.columm {
  display: grid;
  grid-template-columns: auto 200px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
.design-system .ds-barcode-payments.confirm .card-body {
  margin-top: 32px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
.design-system .ds-barcode-payments.confirm .btns-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
.design-system .ds-barcode-payments.confirm .date-container .title {
  font-size: 20px;
  font-weight: 700;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
.design-system .ds-barcode-payments.confirm .date-container .input-title {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
.design-system .ds-barcode-payments.confirm .date-container .input-hint {
  color: #475467;
  font-size: 12px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
.design-system .ds-barcode-payments.confirm .detail-link {
  color: #00BBA7;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 576px) {
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
  .design-system .ds-barcode-payments.confirm .confirm-btns {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    white-space: nowrap;
  }
  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/confirm.scss */
  .design-system .ds-barcode-payments.confirm .confirm-btns .btn-secondary {
    margin-right: 0px !important;
    margin-top: 20px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .JS-ds-search-form {
  margin-bottom: 12px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .JS-ds-search-form .filter-toggle-search {
  width: 100%;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .table thead tr {
  text-wrap: nowrap;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .table thead th {
  color: #475467;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .table tbody td {
  color: #475467;
  font-size: 14px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .table .th-checkbox {
  width: 20px;
  padding-right: 0px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index .empty-state .empty-state-text {
  font-weight: 500;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/index.scss */
.design-system .ds-barcode-payments-index-modal .swal2-content {
  padding: 0px 24px;
  margin-bottom: 24px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/new.scss */
.design-system .ds-barcode-payments .card-header {
  font-size: 24px;
  margin-bottom: 32px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/new.scss */
.design-system .ds-barcode-payments .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/new.scss */
.design-system .ds-barcode-payments .card-body h5 {
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 16px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/new.scss */
.design-system .ds-barcode-payments .card-body textarea {
  height: 83px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/new.scss */
.design-system .ds-barcode-payments .card-body .form-group {
  margin-bottom: 8px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/new.scss */
.design-system .ds-barcode-payments .card-body .JS-barcode-error-hint {
  color: #687288;
  font-size: 14px;
  margin-bottom: 16px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 16px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .JS-ds-search-form {
  margin-bottom: 8px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .table thead th {
  vertical-align: middle;
  color: #475467;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .table tbody td {
  color: #475467;
  font-size: 14px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .table tbody td div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .table .action-header {
  width: 140px;
  text-align: center;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .table .action-buttons {
  align-items: center;
  display: flex;
  border: none;
  overflow: visible;
  white-space: normal;
  width: auto;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/barcode_payments/pending_index.scss */
.design-system .ds-barcode-payments-pending-index .table .action-buttons form {
  margin-right: 8px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-company-data .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-company-data .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-company-data .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-company-data .text-divider:before {
  content: none;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .card-body {
  margin-top: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .card-body .warning-box {
  margin: 24px 0px 24px 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .ccb_company_id span.select2-container {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 40px;
  width: 500px !important;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data span.select2-container {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  font-size: 14px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data span.select2-selection {
  border: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data [data-file="JS-input-file"] {
  width: 448px;
  margin-right: 40px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-4 {
  padding: 0px;
  max-width: none;
  width: 100%;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-3, .design-system #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .row .col-lg-2, #ccb-request .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .row .col-lg-2, .design-system #ccb-request .ds-ccb-company-data .ccb-company-address-container .row [data-file="JS-input-file"] .col-lg-2, #ccb-request .design-system .ds-ccb-company-data .ccb-company-address-container .row [data-file="JS-input-file"] .col-lg-2, .design-system #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .col-lg-5, #ccb-request .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .col-lg-5, .design-system #ccb-request .ds-ccb-company-data .ccb-company-address-container [data-file="JS-input-file"] .col-lg-5, #ccb-request .design-system .ds-ccb-company-data .ccb-company-address-container [data-file="JS-input-file"] .col-lg-5, .design-system #ccb-request .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-bank-account-container .row .col-lg-2, #ccb-request .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-bank-account-container .row .col-lg-2, .design-system #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row [data-file="JS-input-file"] .col-lg-2, #ccb-request .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row [data-file="JS-input-file"] .col-lg-2, .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .row [data-file="JS-input-file"] .col-lg-2, .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-address-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-address-container [data-file="JS-input-file"] .col-lg-5, .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .row [data-file="JS-input-file"] .col-lg-2, .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .row .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-2, .design-system .ds-ccb-company-data [data-file="JS-input-file"] .ds-ccb-warranties-real-state .container-address .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address .ds-ccb-company-data [data-file="JS-input-file"] .col-lg-5 {
  display: none;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data input.form-control {
  font-size: 14px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .input-group-prepend {
  display: none;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data #ccb_company_formatted_average_billing {
  width: 233px;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .ccb-company-bank-account-container .text-divider:nth-child(3) {
  display: none;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .ccb-company-bank-account-container .row {
  margin-top: 40px;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data .ccb-company-bank-account-container .text-divider {
  margin-top: 48px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-data.scss */
.design-system .ds-ccb-company-data #JS-button-continue-ccb-company-form svg {
  display: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-company-signers .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers .card-body {
  margin-bottom: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers .card-body form, .design-system .ds-ccb-company-signers .card-body .table-responsive {
  margin-top: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers [type="file"] {
  border: none;
  padding-bottom: 16px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers [type="submit"] {
  border: none;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers hr {
  border-top: none;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers #ccb-select-company-signer {
  width: 503px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers .select2-selection {
  border-color: #D0D5DD !important;
  border-width: 2px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers .table tbody tr td, .design-system .ds-ccb-company-signers input.form-control, .design-system .ds-ccb-company-signers select {
  font-size: 14px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/company-signers.scss */
.design-system .ds-ccb-company-signers .fa-times {
  font-size: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/guarantors-company.scss */
.design-system .ds-ccb-guarantors-company {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-guarantors-company .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-guarantors-company .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-guarantors-company .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-guarantors-company .text-divider:before {
  content: none;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/guarantors-company.scss */
.design-system .ds-ccb-guarantors-company .card-body {
  margin-top: 16px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/guarantors-company.scss */
.design-system .ds-ccb-guarantors-company [type="file"] {
  border: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/guarantors-new-person.scss */
.design-system .ds-ccb-guarantors-new-person {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-guarantors-new-person .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-guarantors-new-person .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-guarantors-new-person .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-ccb-guarantors-new-person .text-divider:before {
  content: none;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/guarantors-new-person.scss */
.design-system .ds-ccb-guarantors-new-person .card-body {
  margin-top: 16px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/guarantors-new-person.scss */
.design-system .ds-ccb-guarantors-new-person [type="file"] {
  border: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-ccb-imports-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-ccb-imports-new .ds-btns, .design-system .ds-ccb-imports-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/imports-new.scss */
.design-system .ds-ccb-imports-new .card-header h3, .design-system .ds-ccb-imports-new .card-header .card.card-default .card-header, .card.card-default .design-system .ds-ccb-imports-new .card-header .card-header {
  font-family: "Inter", sans-serif;
  padding-left: 16px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/imports-new.scss */
.design-system .ds-ccb-imports-new .card-body #ccb_import_file {
  border: none;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/imports.scss */
.design-system .ds-ccb-imports .ds-ccb-imports-btns {
  display: flex;
  justify-content: end;
  align-items: flex-start;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/imports.scss */
.design-system .ds-ccb-imports .ds-ccb-imports-btns a {
  margin-left: 24px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
.design-system .ds-ccb-requests {
  box-shadow: none !important;
  border: none !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
.design-system .ds-ccb-requests .card-header {
  padding: 0px;
  margin-top: 8px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
.design-system .ds-ccb-requests .card-header h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
.design-system .ds-ccb-requests .table tbody td {
  font-size: 14px;
  color: #0C111D;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/index.scss */
.design-system .ds-ccb-requests .badge {
  border: 2px solid #D0D5DD;
  border-radius: 24px;
  color: #0C111D;
  padding: 8px 12px;
  background: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values,
.design-system .ds-ccb-simulator {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-operation-values .card-header,
.design-system .ds-ccb-simulator .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .warning-box,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .warning-box {
  margin: 24px 0px 24px 0px;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
  text-align: left;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .card-default,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .card-default {
  margin-top: 24px;
  padding: 0px;
  border: none;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row {
  display: flex;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .container-buttons,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .container-buttons {
  display: flex;
  justify-content: flex-end;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .input-group-append,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .input-group-append {
  display: none;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .input-group-prepend,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .input-group-prepend {
  display: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list {
  display: flex;
  padding-bottom: 24px;
  gap: 24px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list .table,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list .table {
  border: 1px solid #D0D5DD;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list .table th,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list .table th {
  color: #0C111D;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 150%;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table-list .table td,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table-list .table td {
  font-size: 14px;
  color: #0C111D;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table th,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table th {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 150%;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table tr,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table tr {
  color: #0C111D;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .row .table td,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .row .table td {
  font-size: 14px;
  color: #0C111D;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group, .design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .control-label, .design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .invalid-feedback,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .control-label,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .invalid-feedback {
  min-width: 251px;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group input:focus,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group input:focus {
  background-color: transparent;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-data-content::after, .design-system #ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group::after, #ccb-request .design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group::after,
.design-system .ds-ccb-operation-values #ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group::after, .design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group::after, .design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-data-content::after,
.design-system .ds-ccb-simulator #ccb-request .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .input-group::after,
.design-system #ccb-request .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group::after,
#ccb-request .design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group::after,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .input-group::after,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after {
  content: attr(data-content);
  position: absolute;
  justify-content: end;
  align-items: center;
  padding-right: 12px;
  display: flex;
  height: 38px;
  min-width: 251px;
  pointer-events: none;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after,
.design-system .ds-ccb-simulator .card-body #ccb-simulator-form .input-container .form-group-valid .input-group::after {
  padding-right: 40px !important;
}
/* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body [type="submit"],
.design-system .ds-ccb-simulator .card-body [type="submit"] {
  border: none;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/operation-values.scss */
.design-system .ds-ccb-operation-values .card-body label,
.design-system .ds-ccb-simulator .card-body label {
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-requests-new .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-ccb-requests-new .ds-btns, .design-system .ds-ccb-requests-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new legend {
  margin-bottom: 24px;
  font-size: 16px;
  margin-top: 10px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .ccb_request_funder_id label {
  font-weight: 600 !important;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .ccb_request_backend_cd label {
  font-weight: 600 !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new label {
  font-weight: 400 !important;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .ds-btns {
  float: none !important;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .table-responsive {
  margin: 16px 0px 16px 0px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .text-danger {
  margin: 24px 0px 24px 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFEBEE;
  border: 2px solid #D22F2D;
  border-radius: 4px;
  padding: 24px;
  color: #0C111D !important;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .ccb_request_funder_id .select2-container, .design-system .ds-ccb-requests-new .ccb_request_backend_cd .select2-container {
  width: 440px !important;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .ccb_request_funder_id .select2-selection, .design-system .ds-ccb-requests-new .ccb_request_backend_cd .select2-selection {
  border: 2px solid #D0D5DD;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new svg.fa-plus {
  display: none;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .container-accept-terms-of-service {
  margin-top: 40px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .container-accept-terms-of-service .checkbox {
  display: none;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .container-accept-terms-of-service .accept-terms-of-service-btn {
  height: auto;
  border: none;
  padding: 0px;
  margin: 0px;
  color: #00BBA7;
  background: none;
  text-decoration: underline;
  font-size: 14px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .container-accept-terms-of-service .accept-terms-of-service-label {
  pointer-events: none !important;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new label, .design-system .ds-ccb-requests-new .modal-title {
  font-family: "Inter", sans-serif !important;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-header, .design-system .ds-ccb-requests-new .modal .modal-footer, .design-system .ds-ccb-requests-new .modal .modal-content {
  border: none;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-header .modal-title {
  font-weight: 700;
  font-size: 24px;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-content {
  border-radius: 4px;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body, .design-system .ds-ccb-requests-new .modal .modal-footer {
  padding: 0px 24px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-header {
  padding: 24px 24px;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-footer {
  padding-bottom: 16px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container legend {
  display: none;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check {
  padding: 0px;
  margin: 0px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check label {
  font-weight: 400 !important;
  margin: 0px 8px 12px 8px;
  pointer-events: none !important;
  padding: 0px 0px 0px 16px;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check input[type="checkbox"] {
  pointer-events: initial !important;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check input[type="checkbox"]:checked + label::before {
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-color: #0C111D;
  border-radius: 50%;
  background: #0C111D;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check input[type="checkbox"]:checked + label::after, .design-system .ds-ccb-requests-new .modal .modal-body .terms-of-service-container .form-check .form-check-input {
  display: none !important;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .card-info .card-info-content {
  border: 2px solid #D0D5DD;
  width: 440px;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 4px;
  margin-top: 8px;
  font-size: 14px;
}
/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/requests-new.scss */
.design-system .ds-ccb-requests-new .card-info .card-info-title {
  font-weight: 600;
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .steps-table {
  padding: 0px 16px 0px 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .title,
.design-system .ds-ccb-requests-show .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .card-header {
  padding: 0px;
  margin-top: 32px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .card-header h3, .design-system .ds-ccb-requests-show .card-header .card.card-default .card-header, .card.card-default .design-system .ds-ccb-requests-show .card-header .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .card-default {
  border: none;
  padding: 0px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .card-default .list-container {
  font-size: 14px;
  line-height: 150%;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .card-default .list-container .d-flex {
  gap: 40px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .card-default .list-container ul,
.design-system .ds-ccb-requests-show .card-default .list-container li {
  list-style-type: none;
  padding: 0px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .actions {
  padding-top: 32px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .btn-danger, .design-system .ds-ccb-requests-show #ccb-request .requests.warranty a.btn-danger, #ccb-request .requests.warranty .design-system .ds-ccb-requests-show a.btn-danger,
.design-system .ds-ccb-requests-show #ccb-request .requests.warranty a[aria-expanded='true'],
#ccb-request .requests.warranty .design-system .ds-ccb-requests-show a[aria-expanded='true'], .design-system .ds-ccb-requests-show #ccb-request .requests.warranty .action-buttons .btn-danger, #ccb-request .requests.warranty .action-buttons .design-system .ds-ccb-requests-show .btn-danger {
  color: #FFFFFF;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .container-bottom-buttons {
  display: flex;
  gap: 24px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .error-box {
  margin: 32px 0px 32px 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
  padding: 20px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .error-box h4 {
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .error-box li {
  font-family: "Inter", sans-serif !important;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show [href="#collapse-warranty"] {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show #collapse-warranty h4, .design-system .ds-ccb-requests-show .container-real-state-table h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .table-responsive {
  margin-top: 16px;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .borrower-address-list th,
.design-system .ds-ccb-requests-show .borrower-address-list td,
.design-system .ds-ccb-requests-show .borrower-address-list tr {
  border: none;
  min-width: 0;
  padding: 0px;
  margin: 0px;
  height: 0;
  color: #0C111D;
  font-weight: 600;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .borrower-address-list td {
  font-weight: 400;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .borrower-address-list th::after {
  content: ":";
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .borrower-address-list .card-header {
  display: none;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .operation-values-list th,
.design-system .ds-ccb-requests-show .operation-values-list td,
.design-system .ds-ccb-requests-show .operation-values-list tr {
  border: none;
  min-width: 0;
  padding: 0px;
  margin: 0px;
  height: 0;
  color: #0C111D;
  font-weight: 600;
  font-size: 14px;
}
/* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .operation-values-list td {
  font-weight: 400;
}
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .operation-values-list th::after {
  content: ":";
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .operation-values-list li {
  list-style-type: none;
  font-size: 14px;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .collapse-simulation button {
  width: 100%;
  display: flex;
  height: 56px;
  background: #FAFAFA;
  border: 1px solid #D0D5DD;
  color: #0C111D;
  font-weight: 600;
  font-size: 14px;
  padding: 16px;
  margin-top: 32px;
  justify-content: space-between;
}
/* line 168, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .collapse-simulation button[aria-expanded="true"] {
  background-color: rgba(0, 187, 167, 0.06);
  color: #00BBA7;
  border: 1px solid #00BBA7;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .collapse-simulation button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}
/* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .container-buttons {
  padding-top: 80px;
}
/* line 184, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .table-responsive .table {
  font-size: 14px;
}
/* line 187, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/show.scss */
.design-system .ds-ccb-requests-show .table-responsive .table td {
  color: #0C111D;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranties-real-state.scss */
.design-system .ds-ccb-warranties-real-state {
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-warranties-real-state .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranties-real-state.scss */
.design-system .ds-ccb-warranties-real-state .text-divider {
  display: none;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranties-real-state.scss */
.design-system .ds-ccb-warranties-real-state label, .design-system .ds-ccb-warranties-real-state input.form-control, .design-system .ds-ccb-warranties-real-state textarea {
  font-family: "Inter", sans-serif !important;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranties-real-state.scss */
.design-system .ds-ccb-warranties-real-state input.form-control {
  font-size: 14px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranties-real-state.scss */
.design-system .ds-ccb-warranties-real-state textarea {
  resize: none;
  height: 132px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
.design-system .ds-ccb-warranty {
  padding: 0px;
  font-family: "Inter", sans-serif !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-header.scss */
.design-system .ds-ccb-warranty .card-header {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  padding: 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
.design-system .ds-ccb-warranty .warning-box {
  margin: 0px;
  width: 60%;
  font-weight: 400;
  font-size: 14px;
  background-color: #FFFDE8;
  border: 2px solid #FCC23D;
  border-radius: 4px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
.design-system .ds-ccb-warranty .table td, .design-system .ds-ccb-warranty #JS-select-ccb-warranty, .design-system .ds-ccb-warranty span.select2-selection__rendered {
  font-size: 14px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
.design-system .ds-ccb-warranty #JS-select-ccb-warranty, .design-system .ds-ccb-warranty span.select2-container {
  width: 503px !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
.design-system .ds-ccb-warranty .select2-selection {
  border-color: #D0D5DD !important;
  border-width: 2px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/ccb/warranty.scss */
.design-system .ds-ccb-warranty .fa-times {
  font-size: 20px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/asset_disposal.scss */
.design-system .ds-asset-disposal .card-header {
  margin-bottom: 32px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/asset_disposal.scss */
.design-system .ds-asset-disposal .title h3, .design-system .ds-asset-disposal .title .card.card-default .card-header, .card.card-default .design-system .ds-asset-disposal .title .card-header {
  margin-bottom: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/asset_disposal.scss */
.design-system .ds-asset-disposal .title .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/asset_disposal.scss */
.design-system .ds-asset-disposal .btn-select-batch-action {
  display: flex;
  align-items: center;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/asset_disposal.scss */
.design-system .ds-asset-disposal .btn-select-batch-action svg {
  transform: rotate(225deg);
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/billing-policies-table.scss */
.design-system .billing-policies-table {
  border-top: none !important;
  margin-bottom: 48px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/billing-policies-table.scss */
.design-system .billing-policies-table thead {
  background-color: #FFFFFF;
  border-color: #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/billing-policies-table.scss */
.design-system .billing-policies-table thead tr {
  height: auto;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/billing-policies-table.scss */
.design-system .billing-policies-table thead th {
  background: #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: none;
  color: #687288;
  font-weight: 500;
  padding: 12px 24px;
  text-transform: none;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/billing-policies-table.scss */
.design-system .billing-policies-table tbody tr {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  color: #0C111D;
  height: auto;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/billing-policies-table.scss */
.design-system .billing-policies-table tbody tr td {
  padding: 16px 24px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .card-header, .design-system .ds-select-beneficiary .card-header {
  padding-bottom: 0px;
  margin-bottom: 32px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .subtitle, .design-system .ds-select-beneficiary .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .selected-charges-info-container, .design-system .ds-select-beneficiary .selected-charges-info-container {
  font-size: 14px;
  margin-bottom: 32px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .selected-charges-info-container div, .design-system .ds-select-beneficiary .selected-charges-info-container div {
  margin-bottom: 16px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .selected-charges-info-container div a, .design-system .ds-select-beneficiary .selected-charges-info-container div a {
  color: #00BBA7;
  text-decoration-line: underline;
  cursor: pointer;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .btn-container, .design-system .ds-select-beneficiary .btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 128px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .ds-confirm-selected-charges .details-modal .subtitle, .design-system .ds-select-beneficiary .details-modal .subtitle {
  color: #687288;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm-selected-charges.scss */
.design-system .concessions-responsible .tooltip-inner {
  max-width: 430px;
  text-align: left;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-charge-concession-confirm .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-charge-concession-confirm .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-charge-concession-confirm .text-divider:before {
  content: none;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/confirm.scss */
.design-system .ds-charge-concession-confirm .card-body .faded-text {
  font-size: 14px;
  color: #687288;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/event_history.scss */
.design-system .events-history-card {
  margin-top: 40px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/event_history.scss */
.design-system .events-history-card .events-history-container {
  border-radius: 4px;
  border: 2px solid #D0D5DD;
  height: 140px;
  margin-top: 12px;
  overflow: auto;
  padding: 16px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/event_history.scss */
.design-system .events-history-card .events-history-container .event-list {
  color: #687288;
  font-size: 14px;
  line-height: 150%;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/event_history.scss */
.design-system .events-history-card .events-history-container .event-list .text-bold {
  color: #0C111D;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/event_history.scss */
.design-system .events-history-card .events-history-container .event-list .text-negative {
  color: #D22F2D;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/event_history.scss */
.design-system .events-history-card .events-history-container .event-list .text-positive {
  color: #00AF00;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/incoming-charges-to-catch.scss */
.design-system .ds-incoming-charges-to-catch .card-header {
  margin-bottom: 32px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/incoming-charges-to-catch.scss */
.design-system .ds-incoming-charges-to-catch .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/incoming-charges-to-catch.scss */
.design-system .ds-incoming-charges-to-catch .btn-select-batch-action {
  display: flex;
  align-items: center;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/incoming-charges-to-catch.scss */
.design-system .ds-incoming-charges-to-catch .btn-select-batch-action svg {
  transform: rotate(45deg);
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/index.scss */
.design-system .ds-charge-concession .card-header {
  display: block;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/index.scss */
.design-system .ds-charge-concession .JS-ds-search-form {
  margin-top: 20px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/pending.scss */
.design-system .ds-charge-concession-pending .callout {
  margin: 32px 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/pending.scss */
.design-system .ds-charge-concession-pending .description, .design-system .ds-charge-concession-pending .transactional-emails .steps-list, .transactional-emails .design-system .ds-charge-concession-pending .steps-list, .design-system .ds-charge-concession-pending .transactional-emails .footer-text, .transactional-emails .design-system .ds-charge-concession-pending .footer-text, .design-system .ds-charge-concession-pending .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-charge-concession-pending .footer-text-whitelabel, .design-system .ds-charge-concession-pending .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-charge-concession-pending .footer-link-grafeno {
  color: #475467;
  margin-bottom: 40px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/pending.scss */
.design-system .ds-charge-concession-pending .text-divider span {
  background-color: #FAFAFA;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/pending.scss */
.design-system .ds-charge-concession-pending .selected-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/pending.scss */
.design-system .ds-charge-concession-pending .select-action-buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/request_imports.scss */
.design-system .ds-charge-concession-request-imports .card-header .btn {
  margin-left: 24px;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/resources-table.scss */
.design-system .JS-resources-table tbody tr td .text-container {
  white-space: nowrap;
  overflow: hidden;
  max-width: 215px;
  text-overflow: ellipsis;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/resources-table.scss */
.design-system .JS-resources-table tbody tr td.value {
  white-space: nowrap;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/resources-table.scss */
.design-system .charge-returned-tooltip .tooltip-inner {
  max-width: 305px;
  text-align: left;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show th, .design-system .ds-charge-concession-show .table-show td {
  vertical-align: middle;
  padding: 12px 20px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show tr {
  color: #000000;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show .concessions-responsible-title div {
  width: 220px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show .concession-resposible-description {
  display: flex;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show .concession-resposible-description .resposible {
  margin-right: 128px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show .concession-resposible-description a {
  color: #00BBA7;
  text-decoration-line: underline;
  cursor: pointer;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show .access-expiration-date div {
  width: 220px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .table-show .access-expiration-date div svg {
  color: #475467;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .access-assignor-details .table-show th {
  min-width: 250px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .approve-reject-btn-container {
  display: flex;
  justify-content: end;
  margin-top: 24px;
  gap: 24px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/show.scss */
.design-system .ds-charge-concession-show .btn-container {
  margin-top: 128px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/summary-charges-selected.scss */
.design-system #summary-charges-selected, .design-system .summary-concessions-selected {
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  color: #667085;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 24px;
  padding: 16px 24px;
  width: fit-content;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/summary-charges-selected.scss */
.design-system #summary-charges-selected #charges-selected-count, .design-system #summary-charges-selected .selected-count, .design-system .summary-concessions-selected #charges-selected-count, .design-system .summary-concessions-selected .selected-count {
  font-weight: 700;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/summary-charges-selected.scss */
.design-system #summary-charges-selected #total-charges-selected, .design-system .summary-concessions-selected #total-charges-selected {
  color: #0C111D;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/summary-charges-selected.scss */
.design-system #summary-charges-selected .undo-selection-action, .design-system .summary-concessions-selected .undo-selection-action {
  cursor: pointer;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge_concession/summary-charges-selected.scss */
.design-system .summary-concessions-selected {
  color: #475467;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-charge-group-edit .card-body, .design-system .ds-charge-group-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-charge-group-edit .ds-btns, .design-system .ds-charge-group-edit .actions, .design-system .ds-charge-group-new .ds-btns, .design-system .ds-charge-group-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .ds-charge-group-edit .form-control.is-valid, .design-system .ds-charge-group-new .form-control.is-valid {
  background-image: none;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .ds-charge-group-edit .subtitle, .design-system .ds-charge-group-new .subtitle {
  color: #475467;
  font-weight: 400;
  font-size: 16px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .ds-charge-group-edit .subtitle strong, .design-system .ds-charge-group-new .subtitle strong {
  color: #475467;
  font-weight: 500;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .JS-form-discounts .button-discounts-container {
  width: fit-content;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .JS-form-discounts .nested-fields .JS-icon-info-discounts svg {
  width: 20px;
  height: 20px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .JS-form-discounts .JS-card-discounts {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 0px 24px 12px 20px;
  margin-top: 16px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .JS-form-discounts .JS-card-discounts .card-discounts-body {
  display: flex;
  flex-direction: column-reverse;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
.design-system .JS-form-discounts .JS-card-discounts .card-discounts-body .form-control.is-valid {
  background-image: none;
}
@media (max-width: 768px) {
  /* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
  .design-system .ds-charge-group-edit,
  .design-system .ds-charge-group-new,
  .design-system .ds-new-rates-and-discounts {
    padding: 0px;
  }
  /* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
  .design-system .ds-charge-group-edit .card-discounts-body .btn-danger, .design-system .ds-charge-group-edit .card-discounts-body #ccb-request .requests.warranty a.btn-danger, #ccb-request .requests.warranty .design-system .ds-charge-group-edit .card-discounts-body a.btn-danger,
  .design-system .ds-charge-group-edit .card-discounts-body #ccb-request .requests.warranty a[aria-expanded='true'],
  #ccb-request .requests.warranty .design-system .ds-charge-group-edit .card-discounts-body a[aria-expanded='true'], .design-system .ds-charge-group-edit .card-discounts-body #ccb-request .requests.warranty .action-buttons .btn-danger, #ccb-request .requests.warranty .action-buttons .design-system .ds-charge-group-edit .card-discounts-body .btn-danger,
  .design-system .ds-charge-group-new .card-discounts-body .btn-danger,
  .design-system .ds-charge-group-new .card-discounts-body #ccb-request .requests.warranty a.btn-danger,
  #ccb-request .requests.warranty .design-system .ds-charge-group-new .card-discounts-body a.btn-danger,
  .design-system .ds-charge-group-new .card-discounts-body #ccb-request .requests.warranty a[aria-expanded='true'],
  #ccb-request .requests.warranty .design-system .ds-charge-group-new .card-discounts-body a[aria-expanded='true'],
  .design-system .ds-charge-group-new .card-discounts-body #ccb-request .requests.warranty .action-buttons .btn-danger,
  #ccb-request .requests.warranty .action-buttons .design-system .ds-charge-group-new .card-discounts-body .btn-danger,
  .design-system .ds-new-rates-and-discounts .card-discounts-body .btn-danger,
  .design-system .ds-new-rates-and-discounts .card-discounts-body #ccb-request .requests.warranty a.btn-danger,
  #ccb-request .requests.warranty .design-system .ds-new-rates-and-discounts .card-discounts-body a.btn-danger,
  .design-system .ds-new-rates-and-discounts .card-discounts-body #ccb-request .requests.warranty a[aria-expanded='true'],
  #ccb-request .requests.warranty .design-system .ds-new-rates-and-discounts .card-discounts-body a[aria-expanded='true'],
  .design-system .ds-new-rates-and-discounts .card-discounts-body #ccb-request .requests.warranty .action-buttons .btn-danger,
  #ccb-request .requests.warranty .action-buttons .design-system .ds-new-rates-and-discounts .card-discounts-body .btn-danger {
    width: 124px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
  .design-system .JS-card-discounts .card-discounts-body .nested-fields label.text-nowrap {
    text-wrap: wrap !important;
  }
  /* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/form.scss */
  .design-system .JS-card-discounts .card-discounts-body .nested-fields .btn-danger span, .design-system .JS-card-discounts .card-discounts-body .nested-fields #ccb-request .requests.warranty a.btn-danger span, #ccb-request .requests.warranty .design-system .JS-card-discounts .card-discounts-body .nested-fields a.btn-danger span,
  .design-system .JS-card-discounts .card-discounts-body .nested-fields #ccb-request .requests.warranty a[aria-expanded='true'] span,
  #ccb-request .requests.warranty .design-system .JS-card-discounts .card-discounts-body .nested-fields a[aria-expanded='true'] span, .design-system .JS-card-discounts .card-discounts-body .nested-fields #ccb-request .requests.warranty .action-buttons .btn-danger span, #ccb-request .requests.warranty .action-buttons .design-system .JS-card-discounts .card-discounts-body .nested-fields .btn-danger span {
    display: none;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch.default-active, .design-system .ds-charge-groups-index .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-charge-groups-index .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
.design-system .ds-charge-groups-index .table-responsive {
  position: relative;
  white-space: nowrap;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
.design-system .ds-charge-groups-index .table-responsive table {
  font-size: 14px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
.design-system .ds-charge-groups-index .table-responsive table td.switch-container {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  /* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system .ds-charge-groups-index {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  /* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal, .design-system #messaginRuleModal {
    top: 20%;
    height: 80%;
    border-radius: 8px 8px 0px 0px;
  }
  /* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .modal-header, .design-system #messaginRuleModal .modal-header {
    display: none;
  }
  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .modal-title, .design-system #messaginRuleModal .modal-title {
    display: block !important;
  }
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .modal-title h5, .design-system #messaginRuleModal .modal-title h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .modal-title .close-btn, .design-system #messaginRuleModal .modal-title .close-btn {
    display: block !important;
    margin-bottom: 8px;
  }
  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .modal-title .JS-charge-group-modal-is-default, .design-system #messaginRuleModal .modal-title .JS-charge-group-modal-is-default {
    border-top: 1px solid #F1F1F1;
  }
  /* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .modal-title .tag, .design-system #messaginRuleModal .modal-title .tag {
    margin-top: 16px;
  }
  /* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-groups/index.scss */
  .design-system #chargeGroupModal .wrap-edit-messaging-rule, .design-system #messaginRuleModal .wrap-edit-messaging-rule {
    z-index: 10000;
    position: absolute;
    right: 16px;
    bottom: 24px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch.default-active, .design-system .ds-dda-boletos .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-dda-boletos .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos .toggle-switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__subtitle {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__callout {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  border-radius: 6px;
  border: 1px solid #317AEC;
  background: #E4F3FF;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__callout-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 35px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__callout-icon-wrap {
  display: flex;
  align-items: center;
  width: 36px;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__callout-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__callout-icon .svg-icon-color {
  fill: #1460D7;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__callout-text {
  font-size: 14px;
  color: #0C111D;
  font-weight: 400;
  line-height: 150%;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__modal-subtitle {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__modal-hint {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__toggle-label {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__sync-label {
  color: #687288;
  font-size: 14px;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__table {
  min-width: 1063px;
  table-layout: fixed;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__table.table-striped tbody tr:nth-of-type(odd), .design-system .ds-dda-boletos__table.table-index tbody tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__table thead th {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 2px solid #D0D5DD;
  padding: 12px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__table tbody td {
  color: #475467;
  font-size: 14px;
  border-bottom: 1px solid #D0D5DD;
  padding: 12px;
  vertical-align: middle;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__table .tag {
  height: 28px;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-check {
  width: 47px;
  text-align: center;
  vertical-align: middle;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-check .ds-dda-boletos__checkbox {
  vertical-align: middle;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-status {
  width: 143px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-beneficiary {
  width: 258px;
}
/* line 148, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-document {
  width: 231px;
}
/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-due-date {
  width: 176px;
}
/* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-value {
  width: 140px;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__th-action {
  width: 68px;
  text-align: center;
}
/* line 153, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__td-check {
  width: 47px;
  text-align: center;
  vertical-align: middle;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__row {
  background-color: #FAFAFA;
}
/* line 162, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__row td {
  vertical-align: middle;
  padding: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 170, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__row td.ds-dda-boletos__td-check,
.design-system .ds-dda-boletos__row td.ds-dda-boletos__td-action {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__td-beneficiary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
}
/* line 186, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__checkbox {
  width: 24px;
  height: 24px;
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
}
/* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__beneficiary-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #475467;
  text-transform: uppercase;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 208, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__td-action {
  width: 68px;
  text-align: center;
  vertical-align: middle;
}
/* line 214, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #F1F1F1;
  border: none;
  border-radius: 4px;
  color: #0C111D;
  cursor: pointer;
  transition: background 0.15s ease;
}
/* line 228, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__info-btn:hover {
  background: #E3E3E3;
}
/* line 234, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-boletos__filter-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #0C111D;
  margin-bottom: 4px;
}
/* line 244, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__footer .scheduled-date-container,
.design-system #JS-dda-pay-schedule-modal .scheduled-date-container {
  position: relative;
  max-width: 175px;
}
/* line 250, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__footer .JS-barcode-scheduled-date,
.design-system #JS-dda-pay-schedule-modal .JS-barcode-scheduled-date {
  padding-right: 32px;
}
/* line 255, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__calendar-icon,
.design-system .ds-dda-boletos__calendar-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #687288;
  pointer-events: none;
}
/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-pay-swal .swal2-popup {
  width: 474px;
}
/* line 274, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
}
/* line 279, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/* line 286, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 577px;
  max-width: 100vw;
  background: #FFFFFF;
  border-left: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}
/* line 302, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__header {
  height: 56px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-bottom: 1px solid #E3E3E3;
  flex-shrink: 0;
}
/* line 311, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__recolher {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 8px;
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease;
}
/* line 324, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__recolher:hover {
  background: #F1F1F1;
}
/* line 329, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 0 16px;
}
/* line 335, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
/* line 342, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 8px 16px;
  background: #00BBA7;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: not-allowed;
}
/* line 358, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__title {
  flex: 1;
  color: #0C111D;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
/* line 367, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__section {
  margin-bottom: 32px;
}
/* line 371, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__section-title {
  color: #0C111D;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 378, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__section-subtitle {
  color: #475467;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
/* line 385, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__section-hint {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
/* line 392, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__footer {
  flex-shrink: 0;
  border-top: 1px solid #E3E3E3;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
}
/* line 399, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__field {
  margin-bottom: 16px;
}
/* line 403, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__label {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
/* line 410, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__value {
  color: #0C111D;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  word-break: break-word;
}
/* line 417, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__value--wrap {
  white-space: normal;
  word-break: break-all;
}
/* line 423, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-modal__divider {
  border-color: #E3E3E3;
  margin: 16px 0 32px;
}
/* line 430, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
body.ds-dda-modal-open {
  overflow: hidden;
}
/* line 435, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-empty {
  padding: 48px 0;
}
/* line 438, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-empty__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 443, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-empty__illustration svg {
  max-width: 100%;
  height: auto;
}
/* line 449, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-empty__title {
  color: #0C111D;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 4px;
}
/* line 457, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_boletos.scss */
.design-system .ds-dda-empty__subtitle {
  color: #687288;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .dda-subtitle {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .dda-benefits-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  margin: 24px 0;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
  .design-system .ds-dda-index .dda-benefits-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  /* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
  .design-system .ds-dda-index .dda-benefits-container {
    flex-direction: column !important;
    gap: 16px;
  }
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px;
  padding: 16px;
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  flex: 1 1 0 !important;
  min-width: 0;
  max-width: none;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card:first-child {
  padding: 24px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card .benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F0FDFA;
  border-radius: 8px;
  flex-shrink: 0;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card .benefit-icon svg {
  flex-shrink: 0;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card .benefit-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card .benefit-title {
  color: #0C111D;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .benefit-card .benefit-description {
  color: #687288;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .dda-content-section {
  margin: 24px 0;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .dda-content-section p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index__pending {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index__pending svg {
  flex-shrink: 0;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index__pending-text {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .dda-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_show.scss */
.design-system .ds-dda-index .dda-actions .btn-dda-activate:disabled {
  pointer-events: none;
  opacity: 0.6;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .dda-term-subtitle {
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .details-container .details-title {
  color: #0C111D;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .details-container .details.sm {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .details-container .details.sm > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 200px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .details-container .details.sm > div .title {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .details-container .details.sm > div > div:last-child {
  color: #0C111D;
  font-size: 16px;
  font-weight: 400;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dda/_term.scss */
.design-system .ds-dda-term .JS-dda-confirm-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/invalid.scss */
.design-system .ds-import-summary-invalid .card-header {
  color: #0C111D;
  font-size: 36px !important;
  line-height: 120%;
  margin-bottom: 40px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/invalid.scss */
.design-system .ds-import-summary-invalid .subtitle {
  color: #0C111D;
  line-height: 133%;
  margin-bottom: 16px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/invalid.scss */
.design-system .ds-import-summary-invalid .error-highlight {
  font-weight: 500;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-charge-imports-new input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-charge-imports-new .card-body {
  margin-top: 20px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .card-header {
  margin-bottom: 8px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .subtitle-list {
  margin-bottom: 32px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .subtitle-list .item {
  margin-top: 16px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .subtitle-list .item svg {
  color: #00BBA7;
  margin-right: 8px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .card-body #charge_import_file {
  border: 0px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .card-footer {
  margin-top: 32px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .detail-btn {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .form-group {
  margin-bottom: 8px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .form-check {
  padding: 0px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .form-check label {
  font-size: 14px;
  font-weight: 400;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .file-container {
  margin-top: 32px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .invalid-feedback {
  margin-top: 16px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .invalid-feedback ul {
  padding-inline-start: 14px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .invalid-feedback ul li {
  margin-bottom: 4px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/new.scss */
.design-system .ds-charge-imports-new .zip-code-partial-search-callout {
  align-items: center;
  background: #F38329;
  border-radius: 12px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 32px;
  padding: 16px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/summary.scss */
.design-system .ds-charge-imports-summary .card-header {
  padding: 0px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/summary.scss */
.design-system .ds-charge-imports-summary .card-header .subtitle {
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/summary.scss */
.design-system .ds-charge-imports-summary .summary-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/summary.scss */
.design-system .ds-charge-imports-summary .summary-item {
  font-size: 14px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/summary.scss */
.design-system .ds-charge-imports-summary .summary-item span {
  font-weight: 500;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charge-imports/summary.scss */
.design-system .ds-charge-imports-summary .table {
  margin-top: 32px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/assignors.scss */
.design-system .ds-assignors .subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/assignors.scss */
.design-system .ds-assignors .table tbody tr td {
  max-width: none;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/assignors.scss */
.design-system .ds-assignors .table tbody tr td.text-container {
  max-width: calc((100vw / 4) - 60px);
  min-width: 180px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/assignors.scss */
.design-system .ds-assignors .table thead th span {
  margin-left: 12px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/assignors.scss */
.design-system .ds-assignors .table thead th span svg {
  font-size: 16px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/assignors.scss */
.design-system .assignors-expiration-tooltip .tooltip-inner {
  max-width: 380px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-incomings-detail.scss */
.design-system .ds-concessions-incomings-detail h3, .design-system .ds-concessions-incomings-detail .card.card-default .card-header, .card.card-default .design-system .ds-concessions-incomings-detail .card-header {
  margin: 24px 0px 24px 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-charge-concessions-new .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-charge-concessions-new .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-charge-concessions-new .text-divider:before {
  content: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charge-concessions-new input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  display: grid;
  height: 20px;
  place-content: center;
  transform: translateY(-2px);
  width: 20px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charge-concessions-new input[type="radio"]:checked {
  border-color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charge-concessions-new input[type="radio"]::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: "";
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charge-concessions-new input[type="radio"]:checked::before {
  transform: scale(1);
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .card-header {
  padding-bottom: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .subtitle {
  margin: 16px 0px 32px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .form-check .form-check-label {
  font-weight: 400;
  margin-left: 16px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .assignor-container {
  margin-top: 32px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .assignor-container .form-group {
  margin-bottom: 8px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .assignor-container .hint {
  color: #687288;
  font-size: 14px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .callout-info-account {
  align-items: center;
  border-radius: 8px;
  border-width: 1px;
  display: flex;
  margin: 32px 0px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .text-divider {
  margin-bottom: 32px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .text-divider span {
  background-color: #FFFFFF;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .info-container {
  color: #0C111D;
  font-size: 16px;
  margin-bottom: 16px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .info-container .title {
  font-weight: 600;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .is-invalid {
  background-color: #FFEBEE;
  border-color: #D22F2D;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/concessions-new.scss */
.design-system .ds-charge-concessions-new .btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 128px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/edit-grantor.scss */
.design-system .ds-garantor-edit-modal .modal-body {
  padding: 24px 32px 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/edit-grantor.scss */
.design-system .ds-garantor-edit-modal .modal-footer {
  justify-content: space-between;
  padding: 16px 32px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/edit-grantor.scss */
.design-system .ds-garantor-edit-modal .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 24px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/edit-grantor.scss */
.design-system .ds-garantor-edit-modal .text-divider {
  display: none;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/edit-grantor.scss */
.design-system .ds-garantor-edit-modal .subtitle {
  color: #475467;
  line-height: 150%;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/edit-grantor.scss */
.design-system .ds-garantor-edit-modal .form-group {
  margin-bottom: 24px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .JS-ds-search-form-btns {
  flex: 100%;
  max-width: 100%;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .charge-shimmer {
  background-color: #F1F1F1;
  height: 21px;
  width: 150px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .JS-charge-toggle-totals {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 17.5px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .subtitle a {
  color: #00BBA7;
  font-weight: 700;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .subtitle a:hover {
  text-decoration: none;
  color: #009689;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .callout-container {
  font-size: 14px;
  font-weight: 400;
  margin-top: 32px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .callout-container .alert {
  width: fit-content;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .callout-container .alert .close {
  padding: 8px 20px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .total-card-container {
  display: flex;
  margin: 20px 0px 32px;
  justify-content: space-between;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .total-card-container.left {
  justify-content: left;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .total-card-container.left .total-card {
  margin-right: 24px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .total-card-container.left .total-card:last-child {
  margin-right: 0px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index .callout-multiselect-checkbox {
  margin-bottom: 24px;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index table .secondary-tag {
  color: #475467;
  font-size: 12px;
  line-height: 150%;
  margin-top: 2px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index table .total-footer {
  color: #0C111D;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index table .ellipsis-cell {
  overflow: hidden;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index table .ellipsis-cell div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
.design-system .ds-charge-index table .action-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  /* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container {
    display: inline;
  }
  /* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container .total-card {
    margin-bottom: 24px;
  }
  /* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container .total-card:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 1440px) {
  /* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: left;
  }
}
@media (min-width: 1550px) {
  /* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container {
    justify-content: left;
  }
  /* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container .total-card {
    margin-right: 24px;
  }
  /* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/index.scss */
  .design-system .ds-charge-index .total-card-container .total-card:last-child {
    margin-right: 0px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable .title {
  color: #0C111D;
  font-weight: 600;
  line-height: 170%;
  margin-bottom: 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable .no-event {
  color: #687288;
  font-weight: 600;
  padding: 24px;
  border: 1px solid  #E3E3E3;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable #messaging-rule-info-table {
  border: 1px solid #D0D5DD;
  margin-bottom: 24px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable #messaging-rule-info-table tr th, .design-system #messagingRuleTable #messaging-rule-info-table tr td {
  border: 1px solid #D0D5DD;
  color: #475467;
  padding: 12px 24px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable #messaging-rule-info-table tr th {
  font-weight: 700;
  width: 205px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable #messaging-rule-info-table tr td {
  width: 360px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable #messaging-rule-info-table tr td a {
  color: #00BBA7;
  text-decoration-line: underline;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging-rule-table.scss */
.design-system #messagingRuleTable #messaging-rule-info-table tr td a:hover {
  color: #009689;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging_rule_events.scss */
.design-system .ds-messaging-rule-events .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 115%;
  margin-top: 24px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging_rule_events.scss */
.design-system .ds-messaging-rule-events .text {
  color: #475467;
  line-height: 120%;
  margin-top: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging_rule_events.scss */
.design-system .ds-messaging-rule-events .info-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging_rule_events.scss */
.design-system .ds-messaging-rule-events .info-details .title {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging_rule_events.scss */
.design-system .ds-messaging-rule-events .table .hour-time {
  color: #475467;
  font-size: 12px;
  line-height: 150%;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/messaging_rule_events.scss */
.design-system .ds-messaging-rule-events .table .non-register-number {
  color: #687288;
  font-size: 14px;
  line-height: 150%;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-charges-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charges-new input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  display: grid;
  height: 20px;
  place-content: center;
  transform: translateY(-2px);
  width: 20px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charges-new input[type="radio"]:checked {
  border-color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charges-new input[type="radio"]::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: "";
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-charges-new input[type="radio"]:checked::before {
  transform: scale(1);
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #475467;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .input-group .input-group-prepend {
  display: none;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .input-group input {
  border-radius: 4px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-payer, .design-system .ds-charges-new .list-info-charge-group {
  list-style-type: none;
  background-color: #FAFAFA;
  border: 1px solid #D0D5DD;
  padding: 16px 16px 24px 16px;
  font-size: 14px;
  border-radius: 4px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-charge {
  list-style-type: none;
  padding: 0px;
  font-size: 16px;
  color: #0C111D;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-charge .item-info-charge {
  font-size: 14px;
  font-weight: 500;
  color: #687288;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-payer .item-info-payer {
  width: 216px;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-payer .item-info-payer strong {
  font-weight: 500;
  color: #475467;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-payer span {
  font-weight: 400;
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-charge-group .item-info-charge-group {
  width: 260px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-charge-group .item-info-charge-group strong {
  font-weight: 500;
  color: #687288;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-info-charge-group span {
  font-weight: 400;
  color: #0C111D;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid {
  list-style-type: none;
  padding: 0px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid svg {
  width: 28px;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid li {
  background-color: #FAFAFA;
  border: 1px solid #F1F1F1;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid li .item-invalid {
  font-size: 14px;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid li .item-invalid p:nth-child(1) {
  color: #0C111D;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid li .item-invalid p:nth-child(2) {
  color: #475467;
  margin-bottom: 0px;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid li .item-invalid p:nth-child(2) a {
  font-weight: 500;
  color: #475467;
  text-decoration: underline;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .list-invalid li .item-invalid p:nth-child(2) span {
  font-weight: 500;
  color: #475467;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .card-input {
  padding: 24px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
/* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .select2-selection, .design-system .ds-charges-new .is-valid {
  border-color: #D0D5DD !important;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .buttons-actions {
  margin-top: 128px;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .form-check .form-check-label {
  font-weight: 400;
  margin-left: 16px;
}
/* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .form-group .form-control.is-valid {
  background-image: none !important;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .links {
  display: flex;
  flex-direction: column;
}
/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .button-add-beneficiary-container {
  width: fit-content;
  order: 0;
}
/* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .callout-container {
  order: 1;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .nested-fields {
  padding: 24px;
  border: 1px solid #D0D5DD;
  order: 2;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .nested-fields:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 24px;
}
/* line 164, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .nested-fields:nth-last-child(3) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 168, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .nested-fields:first-child:not(:nth-last-child(3)) {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}
/* line 172, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .nested-fields:nth-last-child(3):not(:first-child) {
  border-top-width: 0px;
  padding-bottom: 12px;
}
/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new #apportionments .nested-fields:not(:first-child):not(:nth-last-child(3)) {
  padding-bottom: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
/* line 183, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .specifications-collapse-card {
  margin-top: -24px;
}
/* line 187, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .ds-charges-new .form-group.charge_interest_type_cd select option:first-child,
.design-system .ds-charges-new .form-group.charge_discounts_discount_type select option:first-child {
  display: none;
}
/* line 195, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system #chargeFormModal .form-address-grantor .text-divider {
  display: none;
}
/* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system #chargeFormModal .modal-body {
  padding: 24px 32px 40px 32px;
}
/* line 202, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system #chargeFormModal .modal-body textarea {
  resize: none;
  border: 2px solid #D0D5DD;
}
/* line 209, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
.design-system .select2-include-blank li:first-child,
.design-system #select2-charge_messaging_rule-results li:first-child,
.design-system #select2-charge_charge_group-results li:first-child {
  display: none;
}
@media (max-width: 768px) {
  /* line 216, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/new.scss */
  .design-system .ds-charges-new {
    padding: 0px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"],
.design-system .JS-resend-protest-modal input[type="checkbox"],
.design-system .JS-delete-immediatly-modal input[type="checkbox"],
.design-system .JS-confirm-future-register-modal input[type="checkbox"],
.design-system .JS-create-future-register-modal input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"] + label,
.design-system .JS-resend-protest-modal input[type="checkbox"] + label,
.design-system .JS-delete-immediatly-modal input[type="checkbox"] + label,
.design-system .JS-confirm-future-register-modal input[type="checkbox"] + label,
.design-system .JS-create-future-register-modal input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"] + label::before,
.design-system .JS-resend-protest-modal input[type="checkbox"] + label::before,
.design-system .JS-delete-immediatly-modal input[type="checkbox"] + label::before,
.design-system .JS-confirm-future-register-modal input[type="checkbox"] + label::before,
.design-system .JS-create-future-register-modal input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-resend-protest-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-create-future-register-modal input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:checked + label::before,
.design-system .JS-resend-protest-modal input[type="checkbox"]:checked + label::before,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:checked + label::before,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:checked + label::before,
.design-system .JS-create-future-register-modal input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-resend-protest-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:checked + label::after,
.design-system .JS-create-future-register-modal input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:disabled + label,
.design-system .JS-resend-protest-modal input[type="checkbox"]:disabled + label,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:disabled + label,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:disabled + label,
.design-system .JS-create-future-register-modal input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:disabled:not(:checked) + label:before,
.design-system .JS-resend-protest-modal input[type="checkbox"]:disabled:not(:checked) + label:before,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:disabled:not(:checked) + label:before,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:disabled:not(:checked) + label:before,
.design-system .JS-create-future-register-modal input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:disabled:checked + label:before,
.design-system .JS-resend-protest-modal input[type="checkbox"]:disabled:checked + label:before,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:disabled:checked + label:before,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:disabled:checked + label:before,
.design-system .JS-create-future-register-modal input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"] + .label-wrap::before,
.design-system .JS-resend-protest-modal input[type="checkbox"] + .label-wrap::before,
.design-system .JS-delete-immediatly-modal input[type="checkbox"] + .label-wrap::before,
.design-system .JS-confirm-future-register-modal input[type="checkbox"] + .label-wrap::before,
.design-system .JS-create-future-register-modal input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .JS-cancel-protest-modal input[type="checkbox"]:checked + .label-wrap::after,
.design-system .JS-resend-protest-modal input[type="checkbox"]:checked + .label-wrap::after,
.design-system .JS-delete-immediatly-modal input[type="checkbox"]:checked + .label-wrap::after,
.design-system .JS-confirm-future-register-modal input[type="checkbox"]:checked + .label-wrap::after,
.design-system .JS-create-future-register-modal input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-content,
.design-system .JS-resend-protest-modal .modal-content,
.design-system .JS-delete-immediatly-modal .modal-content,
.design-system .JS-confirm-future-register-modal .modal-content,
.design-system .JS-create-future-register-modal .modal-content {
  min-width: 560px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-header,
.design-system .JS-resend-protest-modal .modal-header,
.design-system .JS-delete-immediatly-modal .modal-header,
.design-system .JS-confirm-future-register-modal .modal-header,
.design-system .JS-create-future-register-modal .modal-header {
  display: block;
  border: none;
  padding: 56px 24px 0px 24px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-header .modal-title,
.design-system .JS-resend-protest-modal .modal-header .modal-title,
.design-system .JS-delete-immediatly-modal .modal-header .modal-title,
.design-system .JS-confirm-future-register-modal .modal-header .modal-title,
.design-system .JS-create-future-register-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-header .modal-subtitle,
.design-system .JS-resend-protest-modal .modal-header .modal-subtitle,
.design-system .JS-delete-immediatly-modal .modal-header .modal-subtitle,
.design-system .JS-confirm-future-register-modal .modal-header .modal-subtitle,
.design-system .JS-create-future-register-modal .modal-header .modal-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 133%;
  color: #475467;
  text-align: center;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-body,
.design-system .JS-resend-protest-modal .modal-body,
.design-system .JS-delete-immediatly-modal .modal-body,
.design-system .JS-confirm-future-register-modal .modal-body,
.design-system .JS-create-future-register-modal .modal-body {
  padding: 0px 24px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-body .modal-callout,
.design-system .JS-resend-protest-modal .modal-body .modal-callout,
.design-system .JS-delete-immediatly-modal .modal-body .modal-callout,
.design-system .JS-confirm-future-register-modal .modal-body .modal-callout,
.design-system .JS-create-future-register-modal .modal-body .modal-callout {
  font-size: 14px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 32px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-body .modal-checkbox-label,
.design-system .JS-resend-protest-modal .modal-body .modal-checkbox-label,
.design-system .JS-delete-immediatly-modal .modal-body .modal-checkbox-label,
.design-system .JS-confirm-future-register-modal .modal-body .modal-checkbox-label,
.design-system .JS-create-future-register-modal .modal-body .modal-checkbox-label {
  text-align: start;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-body .modal-checkbox-label::before,
.design-system .JS-resend-protest-modal .modal-body .modal-checkbox-label::before,
.design-system .JS-delete-immediatly-modal .modal-body .modal-checkbox-label::before,
.design-system .JS-confirm-future-register-modal .modal-body .modal-checkbox-label::before,
.design-system .JS-create-future-register-modal .modal-body .modal-checkbox-label::before {
  bottom: 0px;
  top: 10px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-body .modal-checkbox-label::after,
.design-system .JS-resend-protest-modal .modal-body .modal-checkbox-label::after,
.design-system .JS-delete-immediatly-modal .modal-body .modal-checkbox-label::after,
.design-system .JS-confirm-future-register-modal .modal-body .modal-checkbox-label::after,
.design-system .JS-create-future-register-modal .modal-body .modal-checkbox-label::after {
  bottom: 0px;
  top: 12px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-footer,
.design-system .JS-resend-protest-modal .modal-footer,
.design-system .JS-delete-immediatly-modal .modal-footer,
.design-system .JS-confirm-future-register-modal .modal-footer,
.design-system .JS-create-future-register-modal .modal-footer {
  border: none;
  padding-bottom: 24px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .modal-footer .btn,
.design-system .JS-resend-protest-modal .modal-footer .btn,
.design-system .JS-delete-immediatly-modal .modal-footer .btn,
.design-system .JS-confirm-future-register-modal .modal-footer .btn,
.design-system .JS-create-future-register-modal .modal-footer .btn {
  width: 100%;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .swal2-warning,
.design-system .JS-resend-protest-modal .swal2-warning,
.design-system .JS-delete-immediatly-modal .swal2-warning,
.design-system .JS-confirm-future-register-modal .swal2-warning,
.design-system .JS-create-future-register-modal .swal2-warning {
  display: flex;
  width: 48px;
  height: 48px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/protest_modal.scss */
.design-system .JS-cancel-protest-modal .swal2-warning .swal2-icon-content,
.design-system .JS-resend-protest-modal .swal2-warning .swal2-icon-content,
.design-system .JS-delete-immediatly-modal .swal2-warning .swal2-icon-content,
.design-system .JS-confirm-future-register-modal .swal2-warning .swal2-icon-content,
.design-system .JS-create-future-register-modal .swal2-warning .swal2-icon-content {
  font-size: 32px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .subtitle {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 8px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .tab-buttons-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .tab-buttons-container .tab-container {
  margin-top: 0px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .tab-buttons-container .tab-container .crumb-tab {
  white-space: nowrap;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .tab-buttons-container .buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .tab-buttons-container .buttons-container .button-dropdown {
  margin-left: 0px !important;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #0C111D;
  line-height: 120%;
  margin-top: 24px;
  padding: 24px;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container.gray {
  background: #FAFAFA;
  border: 0px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .date {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .title {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .offering {
  transform: rotate(235deg);
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .catching {
  transform: rotate(45deg);
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .charge-details {
  display: flex;
  align-self: center;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .charge-details .charge-details-icon svg {
  width: 18px;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .charge-details .charge-details-icon .fa-history {
  color: #1460D7;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details .charge-details .charge-details-icon .fa-exclamation-triangle {
  color: #F38329;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details:last-child {
  margin-bottom: 0px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details.sm {
  margin-bottom: 16px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .details.sm:last-child {
  margin-bottom: 0px;
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .split-payments-table thead {
  background: #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border: 0px;
  color: #687288;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .split-payments-table thead th {
  border-bottom: 0px;
  font-size: 12px;
  text-transform: none;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .details-container .split-payments-table tbody tr {
  background-color: transparent;
  color: #0C111D;
  font-size: 14px;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .collapse-btn {
  color: #00BBA7;
  display: flex;
  width: fit-content;
}
/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .collapse-btn .less {
  display: none;
  margin-top: 16px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .collapse-btn .more {
  display: block;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .collapse-btn:hover {
  color: #009689;
  text-decoration: none;
}
/* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .collapse-btn[aria-expanded="true"] .less {
  display: block;
}
/* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .collapse-btn[aria-expanded="true"] .more {
  display: none;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .charge-error-history {
  margin: 64px auto;
  text-align: center;
  width: 394px;
}
/* line 172, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .charge-error-history .title {
  color: #101828;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 8px;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .charge-error-history .text {
  color: #667085;
  font-size: 16px;
  line-height: 150%;
}
/* line 186, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .charge-error-history div {
  display: flex;
  justify-content: center;
}
/* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .edit-charge-notification-container .pending-charge-edit .svg-icon-color {
  fill: #1460D7;
}
/* line 200, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .edit-charge-notification-container .error-charge-edit svg {
  width: 18px;
}
/* line 204, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .edit-charge-notification-container .error-charge-edit a {
  cursor: pointer;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
}
/* line 212, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show .edit-charge-notification-container .error-charge-edit .close-btn svg {
  cursor: pointer;
  width: 24px;
}
/* line 221, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show #chargeHistoryTable .details-container {
  font-size: 16px;
  font-weight: 400;
}
/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .ds-charges-show #chargeHistoryTable .details-container .failed-fields {
  padding-inline-start: 20px;
}
/* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .charge-details-tootltip .tooltip-inner {
  max-width: 315px;
  text-align: left;
}
/* line 237, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/charges/show.scss */
.design-system .edit-charge-details-tooltip .tooltip-inner {
  max-width: fit-content;
  text-align: left;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/edit-user.scss */
.design-system .ds-client-users-edit .card-header-user-edit {
  margin: 0px !important;
  border: none !important;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/edit-user.scss */
.design-system .ds-client-users-edit .ds-card-alert {
  margin: 24px 0px !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding {
  background-color: #FFFFFF;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .alert-external-onboarding {
  width: 100%;
  height: 467px;
  background-color: #FFFFFF;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .alert-external-onboarding h4 {
  font-size: 36px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .alert-external-onboarding p {
  color: #475467;
  font-size: 20px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .alert-external-onboarding .alert-external-onboarding-bold {
  font-weight: 600 !important;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .alert-external-onboarding .alert-external-onboarding-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .alert-external-onboarding .alert-external-onboarding-buttons .btn {
  width: fit-content;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .btn-primary, .design-system .ds-external-onboarding #ccb-request .requests.warranty .action-buttons .btn-primary, #ccb-request .requests.warranty .action-buttons .design-system .ds-external-onboarding .btn-primary {
  width: 100%;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding .form-control.is-invalid {
  background-color: #FFEBEE;
  border-color: #D22F2D;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content {
  border: 0px;
  border-radius: 12px;
  padding: 12px;
  width: 600px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-header,
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-footer {
  border: 0px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-header {
  align-items: center;
  flex-direction: column;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-header .header-icon {
  align-items: center;
  background-color: #FFFDE8;
  border-radius: 50%;
  cursor: default;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 64px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-header h5 {
  font-size: 36px;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-body p {
  color: #475467;
  font-size: 20px;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-footer {
  justify-content: space-between;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/external_onboarding.scss */
.design-system .ds-external-onboarding #confirmInvite .modal-content .modal-footer .btn-primary {
  width: fit-content;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/filter_results_for.scss */
.design-system .ds-filter-results-for {
  display: flex;
  align-items: center;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/filter_results_for.scss */
.design-system .ds-filter-results-for p {
  width: fit-content;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/filter_results_for.scss */
.design-system .ds-filter-results-for .JS-filter-tag {
  align-items: center;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/filter_results_for.scss */
.design-system .ds-filter-results-for .JS-filter-tag svg {
  cursor: pointer;
}
@media (max-width: 500px) {
  /* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/filter_results_for.scss */
  .design-system .ds-filter-results-for {
    display: block !important;
  }
  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/filter_results_for.scss */
  .design-system .ds-filter-results-for p {
    margin-bottom: 16px !important;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/manager_users.scss */
.design-system .ds-client-manager-users .manager-users-container {
  height: 40vh;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/manager_users.scss */
.design-system .ds-client-manager-users .manager-users-container select {
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-requested-registrations-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-requested-registrations-new .ds-btns, .design-system .ds-requested-registrations-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/new.scss */
.design-system .ds-requested-registrations-new .card-header h6 {
  display: block !important;
  font-size: 20px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/new.scss */
.design-system .ds-requested-registrations-new .actions [type="submit"] {
  border: 0px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/new.scss */
.design-system .ds-requested-registrations-new .fa-info-circle {
  color: #00BBA7;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/components/users_index/_dropdown_menu.scss */
.design-system .ds-client-users .table-actions-dropdown__trigger {
  background-color: #FFFFFF;
  color: #0C111D;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/components/users_index/_dropdown_menu.scss */
.design-system .ds-client-users .table-actions-dropdown__trigger:hover, .design-system .ds-client-users .table-actions-dropdown__trigger:focus, .design-system .ds-client-users .table-actions-dropdown__trigger[aria-expanded="true"] {
  background-color: #E3E3E3;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/components/users_index/_dropdown_menu.scss */
.design-system .ds-client-users .table-actions-dropdown .dropdown-menu li form {
  display: block;
  width: 100%;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/components/users_index/_dropdown_menu.scss */
.design-system .ds-client-users .table-actions-dropdown .dropdown-menu li form .dropdown-item {
  width: 100%;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/components/users_index/_dropdown_menu.scss */
.design-system .ds-client-users .table-actions-dropdown .dropdown-menu li form .dropdown-item:hover {
  background-color: #FAFAFA;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/components/_filter_search_actions.scss */
.design-system .ds-client-users .filter-actions__clean {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users__guest-name {
  font-size: 14px;
  font-weight: 600;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .crumb-tabs .crumb-tab {
  padding: 16px 16px;
  margin-top: 40px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .card-header h2 {
  font-size: 14px;
  font-weight: 400;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .card-header__title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .filter {
  margin-top: 0px !important;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .JS-ds-search-form-btns {
  padding: 0px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table__header-cell {
  color: #475467;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody td {
  font-size: 14px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody tr {
  font-size: 14px;
  background-color: #FAFAFA;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody .name,
.design-system .ds-client-users .table tbody .email {
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody .status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  height: 28px;
  gap: 8px;
  border-radius: 24px;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody .status::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody .status--registration_completed {
  background: #E7F8E5;
  color: #058505;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody .status--invited {
  background: #EEF2F9;
  color: #475467;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .table tbody .status--invitation_resent {
  background: #FFFDE8;
  color: #F38329;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .items-per-page-container .itens-per-page-select {
  margin-top: -10px;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .items-per-page-container p {
  color: #475467;
  font-size: 14px;
  min-width: 135px;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .items-per-page-container select {
  width: 85px;
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .items-per-page-container:has(.itens-per-page-select:only-child) {
  background-color: #F1F1F1;
  border-top: none;
  border: 1px solid #D0D5DD;
  display: flex;
  height: 65px;
  justify-content: end;
  margin: 0px;
  padding: 12px 8px;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .ds-client-users .items-per-page-container:has(.itens-per-page-select:only-child) .itens-per-page-select {
  margin-top: 0px !important;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .swal2-content .resend-invitation-modal-confirmation-message {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
.design-system .swal2-content .resend-invitation-modal-info-container {
  background-color: #E4F3FF;
  border: 2px solid #317AEC;
  border-radius: 4px;
  padding: 16px;
  align-self: stretch;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 375px) {
  /* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
  .design-system .table thead th {
    white-space: nowrap;
  }
  /* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
  .design-system .table tbody td {
    white-space: nowrap;
  }
}
@media (max-width: 720px) {
  /* line 175, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
  .design-system .table thead th {
    white-space: nowrap;
  }
  /* line 181, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/users.scss */
  .design-system .table tbody td {
    white-space: nowrap;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-registration-cards .card {
  padding-left: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-registration-cards .card-header {
  align-items: center;
  display: flex;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-registration-cards .card-header .fa-minus-square,
.design-system .ds-client-registration-cards .card-header .fa-plus-square {
  margin-right: 5px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-registration-cards .card-header .float-right {
  float: none;
  margin-left: auto;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-invitation-info {
  margin-top: -32px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-invitation-info .alert-warning {
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  display: flex;
  max-width: 870px;
  padding: 16px;
  color: red;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-invitation-info .alert-warning .icon-container {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 8px;
  min-height: 30px;
  min-width: 30px;
  width: 30px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-invitation-info .alert-warning p {
  color: #475467 !important;
  font-size: 14px;
  margin-bottom: 4px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/client/show/invitation-info.scss */
.design-system .ds-client-invitation-info .alert-warning p.title {
  color: #0C111D !important;
  font-weight: 600;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card {
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 24px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance {
  display: flex;
  flex-direction: column;
  min-width: 215px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-title {
  display: flex;
  align-items: center;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-title .icon {
  align-items: center;
  background-color: #00BBA7;
  border-radius: 8px;
  display: flex;
  height: 32px;
  justify-content: center;
  margin-right: 24px;
  width: 32px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-title .icon svg {
  color: #FFFFFF;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-title p {
  font-size: 16px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-value p {
  font-size: 30px;
  font-weight: 600;
  margin-top: 24px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-value.positive {
  color: #1D9616;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance .balance-value.negative {
  color: #C52926;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .vertical-divider {
  border-right: 1px solid #E3E3E3;
  margin: 0px 24px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container {
  display: flex;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition p {
  font-size: 14px;
  font-weight: 500;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition table tr {
  font-weight: 500;
  height: 38px;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition table tr:first-child td:last-child {
  color: #687288;
  font-weight: 600;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition table tr td {
  font-size: 14px;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition table tr td:first-child {
  color: #687288;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition table tr td:last-child {
  text-align: right;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
.design-system .ds-balance-card .balance-composition-container .balance-composition table tr td.negative-balance {
  color: #C52926;
}
@media (min-width: 721px) {
  /* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
  .design-system .ds-balance-card {
    width: fit-content;
    min-width: 725px;
  }
  /* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
  .design-system .ds-balance-card .balance-composition-container {
    min-width: 385px;
  }
}
@media (max-width: 500px) {
  /* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
  .design-system .ds-balance-card {
    flex-direction: column;
  }
  /* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/balance-card.scss */
  .design-system .ds-balance-card .vertical-divider {
    border-bottom: 1px solid #E3E3E3;
    height: 1px;
    margin: 24px 0px;
    width: 100%;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-closing-reasons input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  display: grid;
  height: 20px;
  place-content: center;
  transform: translateY(-2px);
  width: 20px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-closing-reasons input[type="radio"]:checked {
  border-color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-closing-reasons input[type="radio"]::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: "";
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-closing-reasons input[type="radio"]:checked::before {
  transform: scale(1);
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-closing-reasons input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons p {
  color: #0C111D;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .subtitle {
  font-size: 14px;
  font-weight: 400;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .card-important {
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #E3E3E3;
  padding: 24px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .card-important .title {
  font-size: 16px;
  font-weight: 600;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .card-important .icon {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  color: #00BBA7;
  display: flex;
  height: 32px;
  justify-content: center;
  min-width: 32px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .card-important .description, .design-system .ds-closing-reasons .card-important .transactional-emails .steps-list, .transactional-emails .design-system .ds-closing-reasons .card-important .steps-list, .design-system .ds-closing-reasons .card-important .transactional-emails .footer-text, .transactional-emails .design-system .ds-closing-reasons .card-important .footer-text, .design-system .ds-closing-reasons .card-important .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-closing-reasons .card-important .footer-text-whitelabel, .design-system .ds-closing-reasons .card-important .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-closing-reasons .card-important .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
  margin-left: 16px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .text-divider {
  margin-top: 40px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .form-check {
  align-items: center;
  display: flex;
  padding-left: 0px;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .form-check .form-check-label {
  margin-left: 16px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .form-check .form-check-label strong {
  margin-bottom: 4px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .form-check .form-check-label p {
  color: #475467;
  font-weight: 400;
  margin-bottom: 0px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .form-check input[type="radio"] {
  min-width: 20px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .textarea-alt {
  display: none;
  padding-left: 35px;
  width: 500px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .textarea-alt textarea {
  height: 88px;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .closing-terms .checkbox-label {
  font-weight: 400;
  padding-left: 35px;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .closing-terms .checkbox-label::before {
  border: 2px solid #D0D5DD !important;
}
/* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .closing-terms .checkbox-label a {
  color: #00BBA7;
  text-decoration: underline;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .closing-terms input[type="checkbox"]:checked + .checkbox-label::before {
  border-color: #00BBA7 !important;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/closing-reasons.scss */
.design-system .ds-closing-reasons .btn-custom-disabled {
  background-color: #F1F1F1;
  color: #687288;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/deadline-callout.scss */
.design-system .ds-deadline-warning-callout {
  display: flex !important;
  max-width: 725px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/deadline-callout.scss */
.design-system .ds-deadline-warning-callout .circle-icon svg {
  height: 18px;
  width: 18px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .subtitle {
  font-size: 14px;
  font-weight: 400;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline {
  max-width: 590px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item {
  display: flex;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item:last-child .timeline-step .line {
  display: none;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container {
  align-items: center;
  background-color: #F1F1F1;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container svg {
  color: #475467;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container.warning {
  background-color: #FFFDE8;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container.warning svg {
  color: #F38329;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container.success {
  background-color: #E7F8E5;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container.success svg {
  color: #00AF00;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container.negative {
  background-color: #FFEBEE;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .icon-container.negative svg {
  color: #D22F2D;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .timeline-step .line {
  height: calc(100% - 48px);
  width: 1px;
  border-left: 1px solid #D0D5DD;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-info-callout {
  justify-content: unset;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-info-callout ul {
  font-size: 14px;
  list-style: none;
  padding: 0px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-info-callout ul li {
  color: #0C111D;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-info-callout ul li svg {
  color: #475467;
  margin-bottom: -1px;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-info-callout ul li .transfer-data-tooltip .tooltip-inner {
  max-width: 350px !important;
  text-align: left;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout {
  justify-content: unset;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-icon {
  margin-right: 8px;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-icon svg {
  fill: #B61D1A !important;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content {
  padding-bottom: 16px;
}
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .title {
  font-size: 14px;
  font-weight: 600;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .description, .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .transactional-emails .steps-list, .transactional-emails .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .steps-list, .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .transactional-emails .footer-text, .transactional-emails .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .footer-text, .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .footer-text-whitelabel, .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .footer-link-grafeno {
  font-size: 14px;
  color: #0C111D;
}
/* line 122, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content ol {
  color: #0C111D;
  font-size: 14px;
  padding: 0px 0px 0px 16px;
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .link,
.design-system .ds-finished .timeline .timeline-item .transfer-error-callout .callout-alt-content .link:hover {
  background-color: transparent;
  border: none;
  color: #D22F2D;
  font-weight: 600;
  padding: 0px;
  text-decoration: underline;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .content {
  padding-bottom: 32px;
}
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .content .title {
  font-size: 14px;
  font-weight: 600;
}
/* line 148, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .timeline .timeline-item .content .description, .design-system .ds-finished .timeline .timeline-item .content .transactional-emails .steps-list, .transactional-emails .design-system .ds-finished .timeline .timeline-item .content .steps-list, .design-system .ds-finished .timeline .timeline-item .content .transactional-emails .footer-text, .transactional-emails .design-system .ds-finished .timeline .timeline-item .content .footer-text, .design-system .ds-finished .timeline .timeline-item .content .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-finished .timeline .timeline-item .content .footer-text-whitelabel, .design-system .ds-finished .timeline .timeline-item .content .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-finished .timeline .timeline-item .content .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
}
/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .cancel-closing-mobile {
  display: none;
}
/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .btn-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
.design-system .ds-finished .btn-actions .btn:disabled:last-child {
  background-color: #F1F1F1;
  color: #687288 !important;
}
@media (max-width: 500px) {
  /* line 174, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
  .design-system .ds-finished .btn-actions {
    margin-top: 24px;
  }
  /* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
  .design-system .ds-finished .cancel-closing {
    display: none;
  }
  /* line 182, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/finished.scss */
  .design-system .ds-finished .cancel-closing-mobile {
    display: flex;
    justify-content: end;
    margin-top: 80px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
.design-system .ds-pendencies .subtitle {
  font-size: 14px;
  font-weight: 400;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
.design-system .ds-pendencies .tag.warning svg {
  color: #F38329;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
.design-system .ds-pendencies .cancel-closing-mobile {
  display: none;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
.design-system .ds-pendencies .btn-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
.design-system .ds-pendencies .btn-actions .btn:disabled:last-child {
  background-color: #F1F1F1;
  color: #687288 !important;
}
@media (max-width: 500px) {
  /* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
  .design-system .ds-pendencies .btn-actions {
    margin-top: 24px;
  }
  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
  .design-system .ds-pendencies .cancel-closing {
    display: none;
  }
  /* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
  .design-system .ds-pendencies .cancel-closing-mobile {
    display: flex;
    justify-content: end;
    margin-top: 80px;
  }
}
@media (max-width: 375px) {
  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
  .design-system .swal2-pendencies .swal2-confirm {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendencies.scss */
  .design-system .swal2-pendencies .swal2-confirm,
  .design-system .swal2-pendencies .swal2-cancel {
    width: 100%;
    text-wrap: nowrap;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card:last-child {
  margin-bottom: 0px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card {
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  display: flex;
  margin-bottom: 16px;
  max-width: 725px;
  padding: 24px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pendency-card input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 600;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .description, .design-system .ds-pendency-card .transactional-emails .steps-list, .transactional-emails .design-system .ds-pendency-card .steps-list, .design-system .ds-pendency-card .transactional-emails .footer-text, .transactional-emails .design-system .ds-pendency-card .footer-text, .design-system .ds-pendency-card .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-pendency-card .footer-text-whitelabel, .design-system .ds-pendency-card .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-pendency-card .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .description a, .design-system .ds-pendency-card .transactional-emails .steps-list a, .transactional-emails .design-system .ds-pendency-card .steps-list a, .design-system .ds-pendency-card .transactional-emails .footer-text a, .transactional-emails .design-system .ds-pendency-card .footer-text a, .design-system .ds-pendency-card .transactional-emails .footer-text-whitelabel a, .transactional-emails .design-system .ds-pendency-card .footer-text-whitelabel a, .design-system .ds-pendency-card .transactional-emails .footer-link-grafeno a, .transactional-emails .design-system .ds-pendency-card .footer-link-grafeno a {
  color: #00BBA7;
  font-weight: 600;
  text-decoration: underline;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .description .tooltip-label, .design-system .ds-pendency-card .transactional-emails .steps-list .tooltip-label, .transactional-emails .design-system .ds-pendency-card .steps-list .tooltip-label, .design-system .ds-pendency-card .transactional-emails .footer-text .tooltip-label, .transactional-emails .design-system .ds-pendency-card .footer-text .tooltip-label, .design-system .ds-pendency-card .transactional-emails .footer-text-whitelabel .tooltip-label, .transactional-emails .design-system .ds-pendency-card .footer-text-whitelabel .tooltip-label, .design-system .ds-pendency-card .transactional-emails .footer-link-grafeno .tooltip-label, .transactional-emails .design-system .ds-pendency-card .footer-link-grafeno .tooltip-label {
  font-weight: 600;
  text-decoration: underline;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .resolved .title {
  color: #687288;
  text-decoration: line-through;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .resolved .description, .design-system .ds-pendency-card .resolved .transactional-emails .steps-list, .transactional-emails .design-system .ds-pendency-card .resolved .steps-list, .design-system .ds-pendency-card .resolved .transactional-emails .footer-text, .transactional-emails .design-system .ds-pendency-card .resolved .footer-text, .design-system .ds-pendency-card .resolved .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-pendency-card .resolved .footer-text-whitelabel, .design-system .ds-pendency-card .resolved .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-pendency-card .resolved .footer-link-grafeno {
  color: #687288;
  font-size: 14px;
  text-decoration: line-through;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .resolved .description .tooltip-label, .design-system .ds-pendency-card .resolved .transactional-emails .steps-list .tooltip-label, .transactional-emails .design-system .ds-pendency-card .resolved .steps-list .tooltip-label, .design-system .ds-pendency-card .resolved .transactional-emails .footer-text .tooltip-label, .transactional-emails .design-system .ds-pendency-card .resolved .footer-text .tooltip-label, .design-system .ds-pendency-card .resolved .transactional-emails .footer-text-whitelabel .tooltip-label, .transactional-emails .design-system .ds-pendency-card .resolved .footer-text-whitelabel .tooltip-label, .design-system .ds-pendency-card .resolved .transactional-emails .footer-link-grafeno .tooltip-label, .transactional-emails .design-system .ds-pendency-card .resolved .footer-link-grafeno .tooltip-label {
  color: inherit;
  font-weight: 600;
  text-decoration: line-through;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .resolved .description span, .design-system .ds-pendency-card .resolved .transactional-emails .steps-list span, .transactional-emails .design-system .ds-pendency-card .resolved .steps-list span, .design-system .ds-pendency-card .resolved .transactional-emails .footer-text span, .transactional-emails .design-system .ds-pendency-card .resolved .footer-text span, .design-system .ds-pendency-card .resolved .transactional-emails .footer-text-whitelabel span, .transactional-emails .design-system .ds-pendency-card .resolved .footer-text-whitelabel span, .design-system .ds-pendency-card .resolved .transactional-emails .footer-link-grafeno span, .transactional-emails .design-system .ds-pendency-card .resolved .footer-link-grafeno span {
  color: #00BBA7;
  font-weight: 600;
  text-decoration: line-through;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .icon-container svg {
  height: 24px;
  width: 24px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .icon-container svg.pending {
  color: #F38329;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/pendency-card.scss */
.design-system .ds-pendency-card .icon-container svg.resolved {
  color: #00AF00;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-remaining-balance input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  display: grid;
  height: 20px;
  place-content: center;
  transform: translateY(-2px);
  width: 20px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-remaining-balance input[type="radio"]:checked {
  border-color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-remaining-balance input[type="radio"]::before {
  background-color: #00BBA7;
  border-radius: 50%;
  content: "";
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 10px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/radio-button.scss */
.design-system .ds-remaining-balance input[type="radio"]:checked::before {
  transform: scale(1);
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .subtitle {
  font-size: 14px;
  font-weight: 400;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .cancel-closing-mobile {
  display: none;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .form-check {
  align-items: center;
  display: flex;
  margin-top: 24px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .form-check label {
  font-weight: 400;
  margin: 0px 24px 0px 16px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .form-check input[type="radio"] {
  margin-bottom: -3px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .negative-balance-warning .callout,
.design-system .ds-remaining-balance .account-number-warning .callout {
  display: flex !important;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .negative-balance-warning .callout .circle-icon svg,
.design-system .ds-remaining-balance .account-number-warning .callout .circle-icon svg {
  height: 18px;
  width: 18px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .account-number-warning {
  max-width: 537px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .negative-balance-warning {
  max-width: 725px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .btn-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .btn-actions .btn:disabled:last-child {
  background-color: #F1F1F1;
  color: #687288 !important;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .btn-actions .btn:disabled:last-child .text-light {
  color: #687288 !important;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance input.is-invalid {
  background-color: #FFEBEE;
  background-image: url(/assets/red-times-be17cdbb143947ea3dc3e6f73b94d88696b914ab6e54a8ce0065dd8525c4e2db.svg);
  border-color: #D22F2D;
  box-shadow: none;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .invalid-feedback {
  color: #D22F2D;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps p {
  color: #475467;
  font-size: 20px;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps .closing-title {
  font-weight: 700;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps .closing-detail {
  color: #475467;
  display: block;
  font-size: 16px;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps ol {
  max-width: 725px;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps ol li {
  margin-top: 8px;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps ol li::marker {
  font-weight: 700;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .transfer-steps ol li a,
.design-system .ds-remaining-balance .transfer-steps ol li a:hover {
  color: #00BBA7;
  text-decoration: underline;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
.design-system .ds-remaining-balance .ds-pix-transfer .JS-beneficiary-info .JS-info strong {
  font-weight: 600;
}
@media (max-width: 720px) {
  /* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .ds-remaining-balance .ds-ted-transfer .account-number-warning {
    max-width: 100% !important;
  }
}
@media (min-width: 500px) and (max-width: 1200px) {
  /* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .ds-remaining-balance .ds-pix-transfer .custom-col-6,
  .design-system .ds-remaining-balance .ds-ted-transfer .custom-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  /* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .ds-remaining-balance .btn-actions {
    margin-top: 24px;
  }
  /* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .ds-remaining-balance .ds-ted-transfer .custom-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .ds-remaining-balance .cancel-closing {
    display: none;
  }
  /* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .ds-remaining-balance .cancel-closing-mobile {
    display: flex;
    justify-content: end;
    margin-top: 80px;
  }
}
@media (max-width: 375px) {
  /* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .swal2-remaining-balance .swal2-confirm {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/remaining-balance.scss */
  .design-system .swal2-remaining-balance .swal2-confirm,
  .design-system .swal2-remaining-balance .swal2-cancel {
    width: 100%;
    text-wrap: nowrap;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) {
  display: flex;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention {
  flex: 1 1 auto;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body {
  display: flex;
  justify-content: center;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content {
  align-items: center;
  display: flex;
  width: 100%;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content h3, .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .card.card-default .card-header, .card.card-default .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .card-header {
  display: inline;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content h3 span, .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .card.card-default .card-header span, .card.card-default .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .card-header span {
  color: #00BBA7;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .mobile-md {
  display: none;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .attendance-svg .brand-color-pure {
  fill: #00BBA7;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .attendance-svg .brand-color-light {
  fill: #F0FDFA;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .btn-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
.design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .btn-actions .btn:last-child {
  background-color: #F1F1F1;
}
@media (min-width: 1366px) {
  /* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .desktop {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  /* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .desktop .attendance-svg {
    width: 430px;
    height: 285px;
  }
}
@media (max-width: 720px) {
  /* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) {
    display: block;
  }
  /* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content > div {
    padding: 0px;
  }
  /* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .callout {
    display: flex !important;
  }
  /* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .mobile-md {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .mobile-md .attendance-svg {
    width: 430px;
    height: 285px;
  }
  /* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .desktop {
    display: none;
  }
}
@media (max-width: 375px) {
  /* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .main-content:has(.ds-account-retention) .ds-account-retention .card-body .content .mobile-md .attendance-svg {
    width: 430px;
    height: 285px;
  }
  /* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .swal2-retention .swal2-confirm {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/retention.scss */
  .design-system .swal2-retention .swal2-confirm,
  .design-system .swal2-retention .swal2-cancel {
    width: 100%;
    text-wrap: nowrap;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps {
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps .step-item {
  align-items: center;
  display: flex;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps .step-item .step-number span {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  color: #00BBA7;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps .step-item .description, .design-system .ds-closing-steps .step-item .transactional-emails .steps-list, .transactional-emails .design-system .ds-closing-steps .step-item .steps-list, .design-system .ds-closing-steps .step-item .transactional-emails .footer-text, .transactional-emails .design-system .ds-closing-steps .step-item .footer-text, .design-system .ds-closing-steps .step-item .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-closing-steps .step-item .footer-text-whitelabel, .design-system .ds-closing-steps .step-item .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-closing-steps .step-item .footer-link-grafeno {
  justify-content: center;
  color: #475467;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-left: 16px;
  min-height: 56px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps span {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps span .step-arrow {
  align-items: center;
  display: flex;
  justify-content: end;
  margin-left: 16px;
  margin-right: 16px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
.design-system .ds-closing-steps span .step-arrow svg {
  color: #00BBA7;
  width: 56px;
}
@media (max-width: 1365px) {
  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .md-hide {
    display: none;
  }
}
@media (min-width: 1366px) {
  /* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .step-item {
    min-width: 280px;
  }
  /* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .lg-hide {
    display: none;
  }
}
@media (max-width: 720px) {
  /* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .step-item {
    align-items: start;
  }
  /* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .step-arrow {
    margin-right: 0px;
  }
}
@media (max-width: 375px) {
  /* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps {
    flex-direction: column;
  }
  /* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .step-container:last-child {
    margin-bottom: 0px;
  }
  /* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .step-container {
    margin-bottom: 16px;
  }
  /* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/steps.scss */
  .design-system .ds-closing-steps .step-arrow {
    width: 56px;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-header h3, .design-system .ds-transfer-error .card-header .card.card-default .card-header, .card.card-default .design-system .ds-transfer-error .card-header .card-header {
  font-size: 36px;
  font-weight: 700;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-header .subtitle {
  font-size: 14px;
  font-weight: 400;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-header .error-messages {
  font-size: 16px;
  font-weight: 400;
  padding-left: 16px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .orientation-card {
  background-color: #FAFAFA;
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  display: flex;
  font-size: 14px;
  padding: 16px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .orientation-card .icon-container {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 16px;
  width: 30px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .orientation-card .content ol {
  padding-left: 24px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .orientation-card .content ol li {
  margin-bottom: 16px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .orientation-card .content ol li a {
  color: #00BBA7;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser {
  border-radius: 8px;
  border: 1px solid #EAECF0;
  font-size: 14px;
  padding: 24px 0px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0px 24px;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header .collapser-title {
  font-weight: 700;
  color: #475467;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button {
  border: none;
  justify-content: end;
  padding: 0px;
  width: fit-content;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button .close-btn {
  align-items: center;
  color: #00BBA7;
  display: flex;
  font-weight: 600;
  line-height: 120%;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button .close-btn .less {
  display: none;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button .close-btn .more {
  display: block;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button:hover {
  color: #475467 !important;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button[aria-expanded="true"] {
  background-color: #FFFFFF;
}
/* line 103, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button[aria-expanded="true"] .less {
  display: block;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .header a.collapse-card-button[aria-expanded="true"] .more {
  display: none;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .collapse-card-content {
  box-shadow: none;
  padding: 0px;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .collapse-card-content .content {
  color: #475467;
  padding: 24px;
  padding-bottom: 0px;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .collapse-card-content .content .item {
  align-items: center;
  display: flex;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .collapse-card-content .content .item .dot {
  background-color: #475467;
  border-radius: 50%;
  height: 8px;
  margin-right: 8px;
  width: 8px;
}
/* line 134, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .card-body .collapser .collapse-card-content .content .item .dot.success {
  background-color: #00AF00;
}
/* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
.design-system .ds-transfer-error .btn-actions {
  display: flex;
  justify-content: end;
  margin-top: 80px;
}
@media (max-width: 500px) {
  /* line 153, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
  .design-system .ds-transfer-error .btn-actions {
    flex-direction: column;
  }
  /* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
  .design-system .ds-transfer-error .btn-actions button:first-child {
    margin-bottom: 16px;
  }
}
@media (min-width: 500px) {
  /* line 166, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/close-account/transfer-error.scss */
  .design-system .ds-transfer-error .btn-actions button:first-child {
    margin-right: 16px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/index.scss */
.design-system .ds-cnab-imports-index .pending-approval-alert {
  font-weight: 400 !important;
  margin-bottom: 12px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/index.scss */
.design-system .ds-cnab-imports-index .pending-approval-alert svg {
  color: #317AEC;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/invalid.scss */
.design-system .ds-cnab-summary.invalid .title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/invalid.scss */
  .design-system .ds-cnab-summary.invalid .invalid-container {
    flex-direction: column-reverse;
  }
  /* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/invalid.scss */
  .design-system .ds-cnab-summary.invalid .invalid-container .image-container {
    display: flex;
    justify-content: center;
  }
  /* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/invalid.scss */
  .design-system .ds-cnab-summary.invalid .invalid-container .image-container img {
    margin-bottom: 24px;
    width: 300px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/new.scss */
.design-system .ds-cnab-imports-new .callout {
  display: block;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/new.scss */
.design-system .ds-cnab-imports-new .callout svg {
  color: #00BBA7;
  font-size: 18px;
  margin-right: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/new.scss */
.design-system .ds-cnab-imports-new .callout a {
  color: #00BBA7;
  cursor: pointer;
  font-weight: 700;
  margin-left: 4px;
  text-decoration: underline;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/new.scss */
.design-system .ds-cnab-imports-new .card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show table tr, .design-system .ds-cnab-import-show td {
  background-color: transparent;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show .pending-container {
  margin-top: 40px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show .pending-container .spinner-container {
  margin-top: 80px;
  text-align: center;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show .pending-container .spinner-container .spinner-border {
  border-color: #E3E3E3;
  border-right-color: #00BBA7;
  height: 32px;
  margin-bottom: 16px;
  width: 32px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show .pending-container .spinner-container .spinner-text {
  font-size: 16px;
  font-weight: 600;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show .pending-container .image-container {
  text-align: end;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
.design-system .ds-cnab-import-show .btn-container {
  margin-top: 80px;
}
@media (max-width: 768px) {
  /* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
  .design-system .ds-cnab-import-show .pending-container .row {
    flex-direction: column-reverse;
  }
  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
  .design-system .ds-cnab-import-show .pending-container .row .image-container {
    display: flex;
    justify-content: center;
  }
  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/show.scss */
  .design-system .ds-cnab-import-show .pending-container .row .image-container img {
    margin-bottom: 24px;
    width: 300px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/summary.scss */
.design-system .ds-cnab-summary .info-container {
  margin-bottom: 14px;
  margin-top: 40px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/summary.scss */
.design-system .ds-cnab-summary .info-container .title {
  font-weight: 700;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/summary.scss */
.design-system .ds-cnab-summary .info-container #cnab-import-info-table {
  font-size: 14px;
  margin-top: 12px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/summary.scss */
.design-system .ds-cnab-summary .info-container #cnab-import-info-table tr th {
  font-weight: 500;
  width: 200px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/summary.scss */
.design-system .ds-cnab-summary .info-container #cnab-import-info-table tr th, .design-system .ds-cnab-summary .info-container #cnab-import-info-table tr td {
  padding-bottom: 10px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/cnab-imports/summary.scss */
.design-system .ds-cnab-summary .btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/button-antecipate-transfer.scss */
.design-system .button-antecipate-transfer {
  width: fit-content;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/button-antecipate-transfer.scss */
.design-system .button-antecipate-transfer .btn-disabled {
  background-color: transparent;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/comunication-cards.scss */
.design-system .ds-comunication-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/comunication-cards.scss */
.design-system .ds-comunication-cards .comunication-card {
  height: fit-content;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/comunication-cards.scss */
.design-system .ds-comunication-cards > .communication-card {
  padding: 0;
}
@media (max-width: 720px) {
  /* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/comunication-cards.scss */
  .design-system .ds-comunication-cards .pl-0 {
    padding: 0px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal {
  width: 473px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal .swal2-content {
  padding: 16px 24px;
  margin-bottom: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal .swal2-content .modal-subtitle {
  line-height: normal;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal .swal2-content .callout {
  background-color: #F1F1F1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  gap: 16px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal .swal2-content .callout-icon svg {
  width: 24px;
  height: 24px;
  fill: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal .swal2-content .callout-text-bold {
  font-weight: 600;
  line-height: normal;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/dashboard/modal-antecipate-transfer.scss */
.design-system .modal-antecipate-transfer .swal2-modal .swal2-content .callout-text-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content {
  padding: 20px 24px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content {
  border-radius: 4px;
  border: 1px solid #D0D5DD;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content .modal-header {
  border: none;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content .subtitle {
  font-size: 14px;
  font-weight: 400;
  margin: 16px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content table {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content table thead {
  border: none;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content table tbody tr {
  background-color: #FFFFFF;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .content table tbody tr:last-child {
  border-bottom: none;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .modal-footer {
  justify-content: center;
  border: none;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .modal-footer button {
  background: #317AEC;
  color: #FFFFFF;
  width: 94px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/blance-block-modal.scss */
.design-system .balance-black-modal .modal-content .modal-footer button:hover {
  background-color: #1460D7;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .card-header {
  margin-bottom: 32px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search {
  align-items: center;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns {
  align-items: center;
  display: flex;
  gap: 24px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns a.btn {
  margin: 0px !important;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns button.btn {
  margin: 0px !important;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns button.btn.export-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 8px 16px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns button.btn.export-btn:hover, .design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns button.btn.export-btn:focus {
  background-color: #F1F1F1;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns button.btn.export-btn .export-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-btns button.btn.export-btn .export-btn__icon svg {
  width: 14px;
  height: 14px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .balance-none {
  display: none;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .balance {
  align-items: stretch;
  display: flex;
  gap: 40px;
  margin-top: 24px;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .balance:has(.collapsing, .collapse.show) {
  align-items: flex-start;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .unavailable-value-card {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 12px;
  display: flex;
  margin-right: 24px;
  padding: 16px 24px;
  width: fit-content;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .observation-cell {
  max-width: 210px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .observation-cell .observation-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .observation-cell {
  max-width: 210px;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .observation-cell .observation-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table {
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table th, .design-system .ds-grafeno-statement-entries .statement-entries-table td {
  padding: 12px;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table th:first-child, .design-system .ds-grafeno-statement-entries .statement-entries-table td:first-child {
  padding-left: 24px;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table th:last-child, .design-system .ds-grafeno-statement-entries .statement-entries-table td:last-child {
  padding-right: 24px;
}
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .bank-account-name,
.design-system .ds-grafeno-statement-entries .statement-entries-table .bank-document-number {
  display: block;
  color: #475467;
  line-height: 150%;
  letter-spacing: 0px;
}
/* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .bank-account-name {
  font-weight: 500;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .bank-document-number {
  font-weight: 400;
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .value-text-positive {
  color: #058505;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  vertical-align: middle;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .value-text-negative {
  color: #B61D1A;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0px;
  vertical-align: middle;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .fast-credit-balance-lock-value {
  color: #687288;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0px;
  vertical-align: middle;
}
/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table.pending-transactions-table #resources-tbody {
  border-top: none;
}
/* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .action-buttons {
  border-top: none;
}
/* line 164, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .action-buttons .action-buttons-grid {
  display: flex;
  gap: 16px;
}
/* line 168, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .action-buttons .action-buttons-grid .btn-actions {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* line 178, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .statement-entries-table .action-buttons .action-buttons-grid .btn-actions i, .design-system .ds-grafeno-statement-entries .statement-entries-table .action-buttons .action-buttons-grid .btn-actions span {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 1;
}
/* line 189, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .callout {
  max-width: 770px;
  margin-top: 32px;
}
/* line 193, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .callout a {
  text-decoration: underline;
}
/* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-grafeno-statement-entries .callout a:hover {
  color: initial;
  font-weight: 600;
}
@media (max-width: 1351px) {
  /* line 204, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
  .design-system .ds-grafeno-statement-entries .filter-toggle-search {
    flex-wrap: wrap-reverse;
  }
  /* line 207, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
  .design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-prefix {
    margin-top: 24px;
  }
  /* line 209, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
  .design-system .ds-grafeno-statement-entries .filter-toggle-search .JS-ds-search-form-prefix a {
    margin-left: 0px !important;
    margin-right: 24px;
  }
}
@media (max-width: 480px) {
  /* line 218, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
  .design-system .ds-grafeno-statement-entries .balance {
    display: block;
  }
  /* line 220, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
  .design-system .ds-grafeno-statement-entries .balance .balance-card {
    margin-top: 24px;
  }
}
/* line 228, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-dialog {
  max-width: 438px;
}
/* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-content {
  border: none;
  border-radius: 8px;
  padding: 8px;
}
/* line 238, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-header {
  align-items: center;
  border-bottom: none;
  padding: 16px 16px 8px;
}
/* line 243, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: 700;
}
/* line 248, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-header .close {
  font-weight: 400;
  opacity: 1;
}
/* line 254, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-body {
  padding: 8px 16px;
}
/* line 258, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-subtitle {
  color: #687288;
  font-size: 14px;
  margin-bottom: 16px;
}
/* line 264, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card {
  align-items: center;
  background-color: #FAFAFA;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding: 16px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
/* line 276, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card:hover {
  border-color: #00BBA7;
}
/* line 280, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card.checked {
  background-color: #F0FDFA;
  border-color: #00BBA7;
}
/* line 285, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card .format-icon {
  align-items: center;
  color: #00BBA7;
  display: flex;
  font-size: 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
/* line 294, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card .format-icon i {
  font-size: 32px;
  line-height: 1;
}
/* line 300, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card .format-info {
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* line 305, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card .format-info .format-title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 600;
}
/* line 311, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card .format-info .format-subtitle {
  color: #687288;
  font-size: 14px;
  font-weight: 400;
}
/* line 318, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .export-format-card .format-check input[type="checkbox"] {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
/* line 325, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-footer {
  border-top: none;
  padding: 8px 16px 16px;
}
/* line 329, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-export-statement-modal .modal-footer .cancel-btn {
  color: #0C111D;
  font-weight: 600;
  text-decoration: none;
}
/* line 338, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/index.scss */
.design-system .ds-statement-entry-modal .observation-modal-text {
  word-break: break-word;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .subtitle {
  color: #475467;
  line-height: 120%;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .details-card-container {
  display: flex;
  justify-content: space-between;
  margin: 24px 0px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .details-card-container .card-container {
  display: flex;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .payments-total-card {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
  margin-right: 40px;
  padding: 20px;
  width: 300px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .payments-total-card .title {
  color: #687288;
  font-size: 14px;
  margin-bottom: 8px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .table .ellipsis-cell {
  overflow: hidden;
  max-width: 450px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .table .ellipsis-cell .primary-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
.design-system .ds-show-reapayment-details .table .ellipsis-cell .secondary-txt {
  color: #687288;
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 576px) {
  /* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
  .design-system .ds-show-reapayment-details .details-card-container {
    display: block;
    margin-bottom: 32px;
  }
  /* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
  .design-system .ds-show-reapayment-details .details-card-container .card-container {
    display: block;
  }
  /* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
  .design-system .ds-show-reapayment-details .details-card-container .button-container {
    text-align: end;
  }
  /* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/grafeno-statement-entries/show-reapyment-details.scss */
  .design-system .ds-show-reapayment-details .details-card-container .payments-total-card {
    margin-bottom: 24px;
    margin-right: 0px;
    width: 100%;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/integration-responses/index.scss */
.design-system .ds-integration-responses .card-default {
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-integration-responses-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-integration-responses-new .ds-btns, .design-system .ds-integration-responses-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .jumbotron.login {
  display: none !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card {
  background-color: #FFFFFF;
  width: 466px;
  padding: 48px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-login-card input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .footer-login {
  display: flex;
  flex-direction: column;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .footer-login a {
  margin-top: 24px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .footer-login br {
  display: none;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .footer-login [href="/users/unlock/new"] {
  text-align: center;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .footer-login .info_banner {
  justify-content: flex-start !important;
  max-width: fit-content !important;
  margin-bottom: 32px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .footer-login .info_banner span {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-card .form-check {
  padding: 0px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-brand {
  display: block !important;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-brand .ds-logo-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-brand .ds-logo-container .ds-logo {
  width: 215px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-brand p {
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
  margin-top: 48px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .two-factor-fields {
  margin-bottom: 16px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .two-factor-fields p {
  font-size: 14px;
  margin-bottom: 32px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .two-factor-fields .info_banner {
  justify-content: flex-start !important;
  max-width: fit-content !important;
  margin-bottom: 24px;
  margin-top: 32px;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .two-factor-fields .info_banner span {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .ds-login-container {
  display: flex;
  justify-content: center;
  min-width: 100%;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .locked-user-modal .locked-user-title {
  color: #0C111D;
  font-size: 24px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
.design-system .locked-user-modal .locked-user-content {
  color: #0C111D;
  font-size: 16px;
}
@media (min-width: 577px) {
  /* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
  .design-system .g-recaptcha {
    margin: 15px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
  }
}
@media (max-width: 576px) {
  /* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/login.scss */
  .design-system .g-recaptcha {
    margin: 15px auto !important;
    width: auto !important;
    height: auto !important;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-card {
  background-color: #FFFFFF;
  width: 466px;
  padding: 48px;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-card [href="/users/unlock/new"] {
  text-align: center;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container {
  display: inline-table;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container .form-inputs .col-md-12 {
  padding: 0px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container .JS-list-validate-password {
  margin-bottom: 48px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container .JS-list-validate-password span {
  font-size: 14px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container .JS-list-validate-password ul {
  display: block;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container .JS-list-validate-password ul div {
  max-width: 100% !important;
  padding-left: 0px !important;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-recover-password-input-container .JS-list-validate-password ul div:last-child {
  margin-top: 8px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-footer-login {
  padding: 0px !important;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-footer-login input, .design-system .ds-footer-login a {
  margin-top: 24px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/login/recover-password.scss */
.design-system .ds-footer-login br {
  display: none;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery nav[aria-label="breadcrumb"] {
  margin-bottom: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .header h3, .design-system .ds-med-consult-pix-recovery .header .card.card-default .card-header, .card.card-default .design-system .ds-med-consult-pix-recovery .header .card-header {
  font-size: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .subtitle {
  color: #475467 !important;
  font-size: 16px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .JS-ds-search-form {
  margin-top: 24px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .JS-ds-search-form .filter-toggle-search {
  min-width: fit-content !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table {
  margin-top: 24px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td {
  font-size: 14px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td .cancel-btn {
  background-color: #D22F2D;
  border-radius: 8px;
  color: #FFFFFF;
  margin-right: 16px;
  min-width: 40px !important;
  padding: 8px;
  width: 40px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td .cancel-btn.disabled {
  background-color: #F1F1F1;
  color: #687288;
  cursor: default;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td .cancel-btn svg {
  height: 20px;
  width: 20px;
  margin-bottom: -3px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td .action-btn {
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  min-width: 40px !important;
  padding: 8px;
  width: 40px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td.actions {
  width: 115px;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table tr td.actions > div {
  display: flex;
  justify-content: flex-end;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .table .text-container {
  white-space: nowrap;
  overflow: hidden;
  max-width: 220px;
  text-overflow: ellipsis;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .empty-state {
  margin: auto;
  text-align: center;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .empty-state td {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  gap: 8px;
  padding: 56px 0px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .empty-state .content-title {
  color: #687288;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .consult-pix-recovery-table .empty-state .content-subtitle {
  color: #687288;
  font-size: 14px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-consult-pix-recovery.scss */
.design-system .ds-med-consult-pix-recovery .footer-actions {
  margin-top: 128px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery nav[aria-label="breadcrumb"] {
  margin-bottom: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .header h3, .design-system .ds-med-new-pix-recovery .header .card.card-default .card-header, .card.card-default .design-system .ds-med-new-pix-recovery .header .card-header {
  font-size: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .subtitle {
  color: #475467 !important;
  font-size: 16px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .important-info {
  margin-top: 24px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .important-info .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .important-info .subtitle {
  color: #475467 !important;
  font-size: 16px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards .light-color {
  stroke: #F0FDFA;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards .pure-color {
  fill: #00BBA7;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards .info {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
  display: flex;
  height: fit-content;
  padding: 16px;
  width: 50%;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards .info .icon {
  margin-right: 16px;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards .info .description, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .steps-list, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .footer-text, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .footer-text-whitelabel, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .info-cards .info .description ul, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .steps-list ul, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .steps-list ul, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .footer-text ul, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .footer-text ul, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .footer-text-whitelabel ul, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .footer-text-whitelabel ul, .design-system .ds-med-new-pix-recovery .info-cards .info .transactional-emails .footer-link-grafeno ul, .transactional-emails .design-system .ds-med-new-pix-recovery .info-cards .info .footer-link-grafeno ul {
  padding-left: 24px;
  margin-bottom: 0px;
}
@media (max-width: 720px) {
  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
  .design-system .ds-med-new-pix-recovery .info-cards {
    flex-direction: column;
  }
  /* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
  .design-system .ds-med-new-pix-recovery .info-cards .info {
    width: 100%;
  }
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .table-title {
  margin-top: 24px;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .table-title .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .table-title .subtitle {
  color: #475467;
  font-size: 16px;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .JS-ds-search-form {
  margin-top: 24px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .JS-ds-search-form .filter-toggle-search {
  min-width: fit-content !important;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table {
  margin-top: 24px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .table tr td {
  font-size: 14px;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .table tr td .action-btn {
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  min-width: 40px !important;
  padding: 8px;
  width: 40px;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .table tr td.actions {
  width: 115px;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .table tr td.actions > div {
  display: flex;
  justify-content: flex-end;
}
/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .table .text-container {
  white-space: nowrap;
  overflow: hidden;
  max-width: 220px;
  text-overflow: ellipsis;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .empty-state {
  margin: auto;
  text-align: center;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .empty-state td {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  gap: 8px;
  padding: 56px 0px;
}
/* line 148, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .empty-state .content-title {
  color: #687288;
  font-weight: 600;
  margin-bottom: 32px;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .elegible-pix-table .empty-state .content-subtitle {
  color: #687288;
  font-size: 14px;
}
/* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-new-pix-recovery.scss */
.design-system .ds-med-new-pix-recovery .footer-actions {
  margin-top: 128px;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
.design-system .ds-med-positive-feedback .card-header h3, .design-system .ds-med-positive-feedback .card-header .card.card-default .card-header, .card.card-default .design-system .ds-med-positive-feedback .card-header .card-header {
  font-size: 24px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
.design-system .ds-med-positive-feedback .subtitle {
  color: #475467 !important;
  font-size: 16px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
.design-system .ds-med-positive-feedback .ds-med-summary-section {
  margin-top: 40px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
.design-system .ds-med-positive-feedback .image-container {
  display: flex;
  height: 550px;
  justify-content: center;
  margin-top: 40px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
.design-system .ds-med-positive-feedback .footer-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
@media (max-width: 720px) {
  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
  .design-system .ds-med-positive-feedback {
    display: block !important;
  }
  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
  .design-system .ds-med-positive-feedback .card-body > .row {
    flex-direction: column-reverse;
  }
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-positive-feedback.scss */
  .design-system .ds-med-positive-feedback .card-body > .row .image-container {
    height: fit-content !important;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary nav[aria-label="breadcrumb"] {
  margin-bottom: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .card-header h3, .design-system .ds-med-recovery-summary .card-header .card.card-default .card-header, .card.card-default .design-system .ds-med-recovery-summary .card-header .card-header {
  font-size: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .subtitle {
  color: #475467 !important;
  font-size: 16px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .ds-med-summary-section {
  margin-top: 40px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .link {
  color: #00BBA7;
  text-decoration: underline;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload {
  display: flex;
  flex-direction: column;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload button {
  border-radius: 8px;
  height: 55px;
  margin-bottom: 8px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload button svg {
  margin-right: 8px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload small {
  color: #687288;
  font-size: 14px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload .uploaded-file {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  display: flex;
  height: 55px;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 16px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload .uploaded-file > div {
  gap: 16px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload .uploaded-file a:hover {
  color: #0C111D !important;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload .uploaded-file .file-name {
  font-size: 14px;
  font-weight: 600;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .upload .uploaded-file .file-size {
  color: #475467;
  font-size: 12px;
}
@media (min-width: 720px) {
  /* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
  .design-system .ds-med-recovery-summary .upload button,
  .design-system .ds-med-recovery-summary .upload .uploaded-file {
    width: 454px;
  }
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .term-acceptance {
  background-color: #F1F1F1;
  border-radius: 4px;
  display: flex;
  margin-top: 40px;
  padding: 16px;
  width: fit-content;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .term-acceptance .icon {
  margin-right: 16px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .term-acceptance .description, .design-system .ds-med-recovery-summary .term-acceptance .transactional-emails .steps-list, .transactional-emails .design-system .ds-med-recovery-summary .term-acceptance .steps-list, .design-system .ds-med-recovery-summary .term-acceptance .transactional-emails .footer-text, .transactional-emails .design-system .ds-med-recovery-summary .term-acceptance .footer-text, .design-system .ds-med-recovery-summary .term-acceptance .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-med-recovery-summary .term-acceptance .footer-text-whitelabel, .design-system .ds-med-recovery-summary .term-acceptance .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-med-recovery-summary .term-acceptance .footer-link-grafeno {
  font-size: 14px;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/med-recovery-requests/med-recovery-requests.scss */
.design-system .ds-med-recovery-summary .footer-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch.default-active, .design-system .ds-messaging-rules .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-messaging-rules .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .ds-messaging-rules .subtitle {
  color: #475467;
  margin-bottom: 32px;
  margin-top: 4px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .ds-messaging-rules .action-buttons {
  border-top: none;
  padding: 12px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .ds-messaging-rules table {
  font-size: 14px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .tooltip-messaging-rules-custom .tooltip-inner {
  font-size: 12px;
  font-weight: 600;
  max-width: fit-content;
  text-align: left;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .tooltip-messaging-rules-custom .tooltip-inner ul {
  margin: 0px;
  padding-left: 20px !important;
  padding: 8px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .before-due {
  background: #00BBA7 !important;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/index.scss */
.design-system .after-due {
  background: #00786F !important;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .subtitle {
  color: #475467;
  margin-bottom: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .basic-data-container {
  margin-bottom: 32px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .btns-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .events-table {
  margin-top: 24px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .events-table tbody tr {
  background-color: #FFFFFF;
  border-bottom-color: #E3E3E3;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .events-table tbody tr .form-group {
  margin-bottom: 0px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .events-table tbody tr .btn-delete-event {
  color: #D22F2D;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .ds-messaging-rules-new .events-table tbody tr svg {
  font-size: 20px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/messaging-rules/new.scss */
.design-system .tooltip-new-messaging-rules-custom .tooltip-inner {
  max-width: 385px;
  padding: 8px;
  text-align: left;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/payer-imports/index.scss */
.design-system .ds-payer-imports-index .card-header {
  display: block !important;
  margin-bottom: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/payer-imports/index.scss */
.design-system .ds-payer-imports-index .card-header .JS-ds-btns {
  display: flex;
  justify-content: end;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/payer-imports/index.scss */
.design-system .ds-payer-imports-index .card-footer {
  margin-top: 24px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-payer-imports-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-payer-imports-new .ds-btns, .design-system .ds-payer-imports-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/payer-imports/new.scss */
.design-system .ds-payer-imports-new #payer_import_file {
  border: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-payer-new .card-body {
  margin-top: 20px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-payer-new .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-payer-new .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-payer-new .text-divider:before {
  content: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-payer-new .ds-btns, .design-system .ds-payer-new .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/payers/show.scss */
.design-system .ds-payer-show .card-header .float-right a {
  margin-left: 24px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/account-limit-alert.scss */
.design-system .account-limit-container .callout {
  display: flex;
  margin-top: 24px;
  gap: 12px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/account-limit-alert.scss */
.design-system .account-limit-container .callout .btn-change-to-pix {
  text-decoration: underline;
  padding: 8px;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #00BBA7;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/account-limit-alert.scss */
.design-system .account-limit-container .callout .callout-icon {
  background-color: #FFFFFF;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/account-limit-alert.scss */
.design-system .account-limit-container .callout .callout-icon svg {
  width: 18px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rule-new.scss */
.design-system .ds-automatice-rules-new .subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 32px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rule-new.scss */
.design-system .ds-automatice-rules-new .form-group {
  margin-bottom: 8px;
  margin-top: 24px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rule-new.scss */
.design-system .ds-automatice-rules-new .beneficiary-info {
  margin-top: 0px !important;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rules.scss */
.design-system .ds-automatic-rules .card-header h3, .design-system .ds-automatic-rules .card-header .card.card-default .card-header, .card.card-default .design-system .ds-automatic-rules .card-header .card-header {
  margin-bottom: 32px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rules.scss */
.design-system .ds-automatic-rules .subtitle {
  color: #475467;
  font-size: 14px;
  margin-bottom: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rules.scss */
.design-system .ds-automatic-rules .table {
  font-size: 14px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/automatic-rules.scss */
.design-system .ds-automatic-rules .table .title {
  font-weight: 500;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiaries.scss */
.design-system .ds-beneficiaries {
  margin-top: 20px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiaries.scss */
.design-system .ds-beneficiaries .card-header {
  margin: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiaries.scss */
.design-system .ds-beneficiaries .card-header h3, .design-system .ds-beneficiaries .card-header .card.card-default .card-header, .card.card-default .design-system .ds-beneficiaries .card-header .card-header {
  margin: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info {
  color: #475467;
  margin-top: 20px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info .beneficiary_name {
  color: #0C111D;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  margin-left: 8px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info #beneficiary-info-table {
  font-size: 14px;
  margin-top: 12px;
  min-width: 257px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info #beneficiary-info-table .institution {
  color: #0C111D;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info #beneficiary-info-table .institution th, .design-system .beneficiary-info #beneficiary-info-table .institution td {
  font-weight: 600 !important;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info #beneficiary-info-table tr th, .design-system .beneficiary-info #beneficiary-info-table tr td {
  padding: 0px;
  padding-top: 12px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
.design-system .beneficiary-info #beneficiary-info-table tr th {
  font-weight: 500;
  padding-right: 24px;
}
@media (max-width: 576px) {
  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/beneficiary-info-table.scss */
  .design-system .beneficiary-info .name-container {
    display: flex;
    align-items: center;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions {
  background-color: #FAFAFA;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  padding: 24px;
  width: fit-content;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .title {
  display: flex;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .title .icon {
  margin-right: 8px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .title .icon .brand-color-medium {
  fill: #009689;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .title h3, .design-system .ds-fast-actions .title .card.card-default .card-header, .card.card-default .design-system .ds-fast-actions .title .card-header {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions {
  display: flex;
  gap: 16px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions .fast-action-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  display: flex;
  min-width: 295px;
  padding: 16px;
  justify-content: space-between;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions .fast-action-card:hover {
  color: inherit;
  text-decoration: none;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions .fast-action-card .title {
  font-size: 14px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions .fast-action-card .subtitle {
  font-size: 12px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions .fast-action-card .icon {
  display: flex;
  align-items: center;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/fast-actions.scss */
.design-system .ds-fast-actions .actions .fast-action-card .icon svg {
  color: #00BBA7;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-beneficiary.scss */
.design-system .ds-new-beneficiary .subtitle {
  color: #475467;
  margin-bottom: 40px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-beneficiary.scss */
.design-system .ds-new-beneficiary .btn-container {
  display: flex;
  justify-content: space-between;
  margin-top: 128px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
.design-system .new-request .hint {
  color: #687288;
  font-size: 14px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
.design-system .new-request .input-title {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
.design-system .new-request .beneficiary-container .form-group {
  margin: 20px 8px 8px 0px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
.design-system .new-request .btns-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
.design-system .new-request .text-divider {
  margin: 24px 0px;
}
@media (max-width: 576px) {
  /* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
  .design-system .new-request .btn-new-beneficiary {
    margin-top: 4px !important;
  }
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
  .design-system .new-request .confirm-btns {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: end;
    white-space: nowrap;
  }
  /* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/new-reques.scss */
  .design-system .new-request .confirm-btns .btn-secondary {
    margin-right: 0px !important;
    margin-top: 20px;
  }
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index .ds-transfers-table .table thead tr th {
  vertical-align: middle;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index .ds-transfers-table .table tbody tr td {
  color: #475467;
  font-size: 14px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index .ds-transfers-table .table tbody tr td div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index .ds-transfers-table .table tbody tr td.value {
  white-space: nowrap;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index .JS-ds-search-form {
  margin-bottom: 16px !important;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index table .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-pending_index table .subtitle {
  font-size: 14px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-approve-in-app-table .ds-subtitle {
  font-size: 14px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-approve-in-app-table .ds-subtitle span {
  color: #475467;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-approve-in-app-table .ds-subtitle a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-approve-in-app-table .table-responsive .table thead tr th {
  vertical-align: middle;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-approve-in-app-table .table-responsive .table tbody tr td {
  color: #475467;
  font-size: 14px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .ds-approve-in-app-table .table-responsive .table .JS-swal-details:active, .design-system .ds-approve-in-app-table .table-responsive .table .JS-swal-receipt:active,
.design-system .ds-approve-in-app-table .table-responsive .table .JS-swal-details:focus, .design-system .ds-approve-in-app-table .table-responsive .table .JS-swal-receipt:focus {
  background-color: #687288 !important;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pending_index.scss */
.design-system .modal-pending-transfer-limit .callout {
  margin-top: 0px;
  width: 400px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .ds-pix-keys-new-portability .form-group .form-control {
  width: 257px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .ds-pix-keys-new-portability .form-group .form-control.is-invalid {
  border-color: #D22F2D;
  background-color: #FFEBEE;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .ds-pix-keys-new-portability span.JS-span-timer {
  font-size: 14px;
  color: #475467;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .ds-pix-keys-new-portability button.JS-btn-portability-mfa.btn-disabled {
  color: #687288;
  background-color: transparent !important;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .ds-pix-keys-new-portability .callout-alt {
  justify-content: left;
  width: fit-content;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .ds-pix-keys-new-portability .callout-alt svg {
  fill: #1460D7;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .modal-pix-request-portability #swal2-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 16px 0px 16px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new-portability.scss */
.design-system .modal-pix-request-portability #swal2-content span {
  font-size: 16px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-pix-keys-new input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new div.card-header {
  padding-bottom: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new div.card-header h3, .design-system .ds-pix-keys-new div.card-header .card.card-default .card-header, .card.card-default .design-system .ds-pix-keys-new div.card-header .card-header {
  margin: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new div.card-header b {
  font-weight: 400;
  font-size: 16px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new #new_bmp_pix_key {
  margin: 0px;
  width: 100%;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new [name="commit"], .design-system .ds-pix-keys-new #JS-continue_btn {
  display: none;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new .card-body .btns {
  margin-top: 48px;
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex: 100%;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new .therms-container input[type="checkbox"] {
  z-index: 1;
  opacity: 0;
  margin-left: 1px;
  margin-bottom: 8px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new .therms-container label {
  color: #0C111D;
  font-weight: 400;
  cursor: default !important;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new .alert-info {
  background-color: #E4F3FF;
  border: 2px solid #317AEC;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new #JS-pixKeySection .col-lg-12 .row {
  width: 100%;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new #JS-pixKeySection .col-lg-12 .row .col-md-4 {
  width: 100%;
  min-width: 50% !important;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .ds-pix-keys-new .form-control.is-invalid {
  border-color: #D22F2D;
  background-color: #FFEBEE;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-header #swal2-title {
  font-size: 24px;
  color: #0C111D;
  font-weight: 700;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content #swal2-content span {
  text-align: center;
  font-size: 16px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content #swal2-content .label-container {
  text-align: justify;
  margin-top: 24px;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content .swal2-input {
  margin: 0px;
  height: 40px;
  font-size: 14px;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content .swal2-input:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #D0D5DD;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content .swal2-inputerror {
  background-color: #FFEBEE;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content .swal2-validation-message::before {
  content: none;
  display: none;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys-new.scss */
.design-system .modal-pix-keys-new-confirm-code .swal2-content .swal2-validation-message {
  background-color: transparent;
  margin-left: 0px !important;
  justify-content: flex-start;
  padding: 0px;
  padding-top: 4px;
  font-size: 14px;
  color: #D22F2D;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .subtitle h6 {
  font-size: 16px;
  color: #0C111D;
  font-weight: 400;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .alert-info {
  margin: 24px 0px 24px 0px;
  width: 60%;
  font-size: 14px;
  background-color: #E4F3FF;
  border: 2px solid #317AEC;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .alert-info .fa-exclamation-circle {
  display: none;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .btns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .btns .btn {
  margin-left: 24px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .pix-keys-dropdown-menu {
  padding: 0px;
  min-width: 200px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .pix-keys-dropdown-menu .pix-keys-option {
  padding: 12px 0px;
  border-bottom: 1px solid #E3E3E3;
  cursor: pointer;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .pix-keys-dropdown-menu .pix-keys-option svg {
  margin-right: 8px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .pix-keys-dropdown-menu .pix-keys-option a {
  padding: 12px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .pix-keys-dropdown-menu .pix-keys-option a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .pix-keys-dropdown-menu .pix-keys-option:active {
  background-color: transparent;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
.design-system .ds-pix-keys .card-body .table-responsive table tbody {
  font-size: 14px;
  border-top: 0px;
}
@media (max-width: 719px) {
  /* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
  .design-system .ds-pix-keys .button-refresh {
    display: none;
  }
  /* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
  .design-system .ds-pix-keys .subtitle h6 {
    line-height: 24px;
  }
  /* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-keys.scss */
  .design-system .ds-pix-keys .table-container {
    display: block;
    width: 100%;
    height: 100vh;
    overflow-x: auto;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new div.card-header {
  padding-bottom: 0px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new div.card-header h3, .design-system .ds-pix-transfer-request-new div.card-header .card.card-default .card-header, .card.card-default .design-system .ds-pix-transfer-request-new div.card-header .card-header {
  margin-bottom: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new .subtitle {
  margin-top: 32px !important;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new .subtitle span {
  font-weight: 500;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new .subtitle a {
  text-decoration: underline;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new .beneficiary-container {
  margin-top: 24px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .ds-pix-transfer-request-new .pix-descriptions .form-group {
  margin-bottom: 8px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .modal-beneficiary-update-failed .swal2-content {
  padding: 16px 40px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .modal-beneficiary-update-failed .swal2-content .swal2-html-container div span {
  display: block;
  line-height: 150%;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests-new.scss */
.design-system .modal-beneficiary-update-failed .swal2-content .swal2-html-container div span:last-child {
  font-size: 14px;
  padding-top: 12px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests.scss */
.design-system .ds-pix-transfer_requests div.card-header {
  padding-bottom: 0px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests.scss */
.design-system .ds-pix-transfer_requests div.card-header h3, .design-system .ds-pix-transfer_requests div.card-header .card.card-default .card-header, .card.card-default .design-system .ds-pix-transfer_requests div.card-header .card-header {
  margin-bottom: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests.scss */
.design-system .ds-pix-transfer_requests .ds-subtitle {
  display: none !important;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests.scss */
.design-system .ds-pix-transfer_requests .subtitle {
  margin-bottom: 0px;
  margin-top: 16px;
  color: #475467;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests.scss */
.design-system .ds-pix-transfer_requests .text-divider {
  margin: 48px 0px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/pix-transfer_requests.scss */
.design-system .ds-pix-transfer_requests .fast-actions-container {
  margin-top: 40px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .card-body {
  color: #475467 !important;
  font-size: 14px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .title {
  font-weight: 700;
  line-height: 133%;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .payment-container {
  margin-top: 40px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .payment-container .subtitle {
  font-weight: 500;
  font-size: 14px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .payment-container .beneficiary-name {
  color: #0C111D;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  margin-left: 8px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .payment-data-container {
  margin-top: 8px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .payment-data-container .institution {
  color: #0C111D;
  font-weight: 600 !important;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .date-container {
  margin-top: 32px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .details-container {
  margin-top: 32px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .description-container {
  margin-top: 40px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm table {
  min-width: 257px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm table tr th, .design-system .ds-qr-code-payment.confirm table tr td {
  padding: 0px;
  padding-top: 16px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm table tr th {
  font-weight: 500;
  padding-right: 24px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
.design-system .ds-qr-code-payment.confirm .col-md-6, .design-system .ds-qr-code-payment.confirm .col-md-8 {
  padding: 0px;
}
@media (max-width: 576px) {
  /* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment-confirm.scss */
  .design-system .ds-qr-code-payment.confirm .beneficiary-container {
    display: flex;
    align-items: center;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment div.card-header {
  padding-bottom: 0px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment div.card-header h3, .design-system .ds-qr-code-payment div.card-header .card.card-default .card-header, .card.card-default .design-system .ds-qr-code-payment div.card-header .card-header {
  margin-bottom: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .ds-subtitle {
  display: none;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .subtitle {
  font-size: 16px;
  margin-top: 16px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .copy-input-container {
  margin-bottom: 32px;
  margin-top: 40px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .copy-input-container .form-group {
  margin-bottom: 8px !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .copy-input-container .JS-paste-qr-code-btn {
  color: #00BBA7;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: end;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .copy-input-container .JS-paste-qr-code-btn:hover {
  color: #009689;
  font-weight: 600;
  text-decoration: none;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/qr-code-payment.scss */
.design-system .ds-qr-code-payment .ds-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .show-transfer {
  margin-bottom: 64px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .show-transfer .txt-success {
  color: #058505;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .show-transfer .txt-error {
  color: #B61D1A;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .show-transfer table th {
  vertical-align: middle;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .transfer-imported .text-divider {
  margin-bottom: 12px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .transfer-imported .text-divider span {
  background-color: #FAFAFA;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .transfer-imported .subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
.design-system .transfer-imported .subtitle a {
  color: #475467;
  font-weight: 600;
  text-decoration-line: underline;
}
@media (max-width: 576px) {
  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
  .design-system .transfer-imported .table-responsive {
    box-shadow: 12px 0px 20px 0px #F1F1F1;
  }
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/show-transfer.scss */
  .design-system .transfer-imported .table-responsive td {
    max-width: fit-content;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/transfer-requests-new.scss */
.design-system .ds-transfer-requests-new .subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/pix-transfer/transfer-requests-new.scss */
.design-system .ds-transfer-requests-new .beneficiary-container {
  margin-top: 40px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/index.scss */
.design-system .ds-charge-index.protests .table-index td {
  padding-left: 0px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/index.scss */
.design-system .ds-charge-index.protests .action-buttons {
  justify-content: end;
  gap: 8px;
  padding: 16px 0px;
  padding-right: 12px;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/pending_approval.scss */
.design-system table.protests-approval-table th.action-buttons, .design-system table.protests-approval-table td.action-buttons {
  display: inline-grid;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/pending_approval.scss */
.design-system table.protests-approval-table th.action-buttons span, .design-system table.protests-approval-table td.action-buttons span {
  margin-top: 1px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/pending_approval.scss */
.design-system table.protests-approval-table th.protest-show-all-info-col, .design-system table.protests-approval-table td.protest-show-all-info-col {
  white-space: initial;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/pending_approval.scss */
.design-system table.protests-approval-table thead tr th {
  vertical-align: middle;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .details-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
  margin-top: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-details-container {
  display: grid;
  font-size: 14px;
  grid-template-columns: repeat(4, 1fr);
  line-height: 150%;
  /* 142.857% */
  margin-bottom: 16px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-details-container .title {
  font-weight: 500;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .btns-container {
  margin: 32px 0px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .btns-container .btn {
  margin-right: 32px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .short-time-ago {
  color: #687288;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: right;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-event-table {
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  border: 1px solid #E3E3E3;
  width: 100%;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-event-table thead {
  background-color: #F1F1F1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #687288;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-event-table tbody tr {
  background-color: #FFFFFF;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-event-table tbody tr td {
  border-top: 1px solid #E3E3E3;
  font-size: 14px;
  white-space: break-spaces;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-event-table tbody tr:last-child td {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/protests/show.scss */
.design-system .ds-charges-show.protest .protest-event-table td, .design-system .ds-charges-show.protest .protest-event-table th {
  padding: 16px 24px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .subtitle {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .filter-toggle > div:first-child {
  width: 100% !important;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .filter-toggle > div:first-child .JS-ds-search-form-btns {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .filter-toggle > div:first-child .filter-toggle-search {
  width: 100% !important;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .filter-toggle .multi-collapse {
  margin: 0px !important;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .cbx.disabled span:first-child {
  background-color: #F1F1F1;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/index.scss */
.design-system .ds-qr-code-pix-received-index .table-responsive table tbody {
  font-size: 14px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .subtitle {
  margin-bottom: 40px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .input-container {
  margin-bottom: 32px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .input-container .form-group {
  margin-bottom: 0px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .input-container .hint {
  margin-top: 8px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .input-container textarea {
  border: 2px solid #D0D5DD;
  height: 74px;
  resize: none;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .input-container .JS-textarea-alt textarea {
  height: 40px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
.design-system .ds-qr-code-pix-received-new .input-container textarea:focus {
  border-color: #00BBA7;
}
@media (max-width: 576px) {
  /* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new.scss */
  .design-system .ds-qr-code-pix-received-new .btn-new-key {
    margin-top: 16px !important;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new_details.scss */
.design-system .ds-qr-code-pix-received-new.details .value-info-container {
  margin-bottom: 24px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new_details.scss */
.design-system .ds-qr-code-pix-received-new.details .value-info-container .title {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 133%;
  margin-bottom: 24px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new_details.scss */
.design-system .ds-qr-code-pix-received-new.details .value-info-container .value {
  color: #009689;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new_details.scss */
.design-system .ds-qr-code-pix-received-new.details .info-container {
  margin-bottom: 24px;
  color: #475467;
  font-size: 14px;
  line-height: 133%;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new_details.scss */
.design-system .ds-qr-code-pix-received-new.details .info-container .title {
  color: #0C111D;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  /* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/new_details.scss */
  .design-system .ds-qr-code-pix-received-new.details .confirm-btns {
    flex-wrap: wrap;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .card-header {
  padding-bottom: 40px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .card-header h3, .design-system .ds-qr-code-pix-received-show .card-header .card.card-default .card-header, .card.card-default .design-system .ds-qr-code-pix-received-show .card-header .card-header {
  font-size: 28px !important;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .qrcode-container {
  display: flex;
  margin-bottom: 24px;
  margin-top: 8px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .qrcode-container .btn-container {
  margin-left: 24px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .qrcode-container .btn-container .btn {
  white-space: nowrap;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .qrcode-container .btn-container div:first-child {
  margin-bottom: 24px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/qr-code-pix-received/show.scss */
.design-system .ds-qr-code-pix-received-show .table-responsive {
  margin-bottom: 40px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-transfer-request-imports-new .card-body {
  margin-top: 20px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .card-body #transfer_request_import_file {
  border: 0px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .card-footer {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .card-header .col-lg-4 {
  display: flex;
  justify-content: end;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .card-header .col-lg-4 .btn {
  margin-left: 24px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .callout svg {
  color: #00BBA7;
  font-size: 18px;
  margin-right: 16px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request-imports/new.scss */
.design-system .ds-transfer-request-imports-new .callout a {
  color: #00BBA7;
  cursor: pointer;
  font-weight: 700;
  margin-left: 4px;
  text-decoration: underline;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch.default-active, .design-system .ds-add-account .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-add-account .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-add-account .ds-btns, .design-system .ds-add-account .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .card-header h2 {
  font-size: 14px;
  font-weight: 400;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .filter-toggle-save,
.design-system .ds-add-account .save-filter-form {
  display: none;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .toggle-switch-label {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 32px;
  margin-top: 32px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .filters-add-accounts-container .filter-toggle-container {
  display: flex;
  justify-content: end;
  margin-bottom: 24px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .filters-add-accounts-container .filter-collapser {
  margin-bottom: 32px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .filters-add-accounts-container #collapse-filter-add-account {
  border-radius: 4px;
  border: 1px solid #D0D5DD !important;
  margin-top: 0px;
  padding: 0px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .filters-add-accounts-container #collapse-filter-add-account .card {
  margin: 0px;
  padding: 0px;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .filters-add-accounts-container #collapse-filter-add-account .card .card-body {
  padding: 20px;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .tag.success {
  cursor: default;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .table-empty-state {
  align-items: center;
  background-color: #FAFAFA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
  border: 1px solid #E3E3E3;
  color: #687288;
  display: flex;
  flex-direction: column;
  height: 230px;
  padding: 32px 0px;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .table-empty-state svg, .design-system .ds-add-account .table-empty-state p {
  margin-bottom: 8px;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .table-empty-state .main-text {
  font-size: 16px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .ds-add-account .table-empty-state .description-text {
  font-size: 14px;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .has-access-tooltip {
  width: fit-content;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .has-access-tooltip .popover-body {
  background-color: #0C111D;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: default !important;
  padding: 8px;
  width: 190px;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .has-access-tooltip .popover-body a {
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/add-account.scss */
.design-system .bs-popover-bottom > .arrow::after, .design-system .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.design-system .bs-popover-bottom > .arrow::before,
.design-system .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.design-system .bs-popover-top > .arrow::after,
.design-system .bs-popover-auto[x-placement^="top"] > .arrow::after,
.design-system .bs-popover-top > .arrow::before,
.design-system .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-bottom-color: #0C111D;
  border-top-color: #0C111D;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-users-edit .text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-users-edit .text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.design-system .ds-users-edit .text-divider:before {
  content: none;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-users-edit .ds-btns, .design-system .ds-users-edit .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/edit.scss */
.design-system .ds-users-edit .actions {
  flex-direction: row-reverse;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/edit.scss */
.design-system .ds-users-edit .actions [type="submit"] {
  border: 0px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/edit.scss */
.design-system .ds-users-edit .callout {
  margin-bottom: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/edit.scss */
.design-system .ds-users-edit .callout .icon {
  align-items: center;
  display: flex;
  margin-right: 16px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/edit.scss */
.design-system .ds-users-edit .callout svg {
  color: #317AEC;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .container-fluid .ds-grafeno-authenticator, .design-system .container-sm .ds-grafeno-authenticator, .design-system .container-md .ds-grafeno-authenticator, .design-system .container-lg .ds-grafeno-authenticator {
  padding: 12px 32px !important;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator {
  color: #0C111D;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-title h3, .design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-title .card.card-default .card-header, .card.card-default .design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-title .card-header {
  color: #0C111D;
  font-size: 24px;
  font-weight: 600;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-title p {
  color: #475467;
  font-size: 16px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-steps h5 {
  color: #0C111D;
  font-size: 20px;
  font-weight: 400;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-steps ol {
  padding: 20px;
  padding-right: 8px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-steps li {
  color: #475467;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-steps li::marker {
  color: #475467;
  font-weight: 700;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-steps a {
  text-decoration: underline;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-form {
  width: 100%;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-form .form-group {
  margin-bottom: 0px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-form .form-control-label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-form .form-control {
  border: 2px solid #D0D5DD;
  width: 336px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator ul {
  list-style-type: none;
  padding: 0px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-help {
  color: #0C111D;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-help a {
  text-decoration: underline;
  color: #00BBA7;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .callout {
  color: #475467;
  font-weight: 300;
  margin-top: 24px;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .callout svg {
  fill: #00BBA7;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .callout span {
  font-weight: 500;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .mockup-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .mockup-container .mobile {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
.design-system .ds-grafeno-authenticator .mockup-container .mobile-stores {
  align-items: start;
  display: flex;
  justify-content: center;
}
@media (max-width: 375px) {
  /* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-steps {
    margin-bottom: 0px !important;
  }
  /* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .image-mock-desktop {
    display: none;
  }
  /* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .image-mock-mobile {
    display: flex !important;
    margin: 16px 0px;
  }
  /* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .image-mock-mobile .mockup-container {
    flex-direction: row-reverse;
  }
  /* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .image-mock-mobile .mockup-container .mobile-stores {
    height: 100%;
  }
}
@media (max-width: 720px) {
  /* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .mockup-container {
    flex-direction: column;
  }
  /* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .mockup-container .mobile {
    width: 100%;
  }
  /* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .mockup-container .mobile-stores {
    align-items: center;
    flex-direction: column-reverse !important;
    justify-content: center !important;
    width: 100%;
  }
  /* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .mockup-container .mobile-stores a {
    margin-top: 8px !important;
  }
}
@media (max-width: 576px) {
  /* line 158, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .ds-grafeno-authenticator-form .form-control {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  /* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .mockup-img {
    max-height: 278px;
  }
}
@media (max-width: 1440px) {
  /* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/grafeno-authenticator.scss */
  .design-system .ds-grafeno-authenticator .mockup-img {
    justify-content: flex-end;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation-info.scss */
.design-system .ds-invitation-info .alert-warning {
  background-color: #00BBA7;
  border-radius: 12px;
  display: flex;
  max-width: 870px;
  padding: 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation-info.scss */
.design-system .ds-invitation-info .alert-warning .icon-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 8px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation-info.scss */
.design-system .ds-invitation-info .alert-warning p {
  color: #0C111D !important;
  font-size: 14px;
  margin-bottom: 4px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-invitation .ds-btns, .design-system .ds-invitation .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .card-header h2 {
  font-size: 14px;
  font-weight: 400;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .card-header h2 .guest-name {
  color: #475467;
  display: list-item;
  margin-left: 24px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .card-body ul {
  color: #475467;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .card-body .link-to {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-select2-multiple {
  width: 275px !important;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th {
  border-bottom: none;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th span.sort_link {
  color: inherit;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th tbody {
  border-bottom: none;
  border-top: none;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th tbody tr:last-child {
  border-bottom: none;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th tbody tr td {
  color: #0C111D;
  font-size: 14px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th tbody tr .form-group {
  margin-bottom: 0px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th input[type="checkbox"].checkbox {
  background-color: #FFFFFF;
  border: 2px solid #D2D2D2;
  height: 24px;
  width: 24px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th .cbx span:first-child {
  background-color: #FFFFFF;
  border: 2px solid #D2D2D2;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th .cbx span:first-child svg {
  color: #475467;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th span.roles-tooltip .popover-body {
  background-color: #0C111D;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: default !important;
  padding: 8px;
  width: 190px;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th span.roles-tooltip .popover-body a {
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation th span.roles-tooltip .bs-popover-top > .arrow::after, .design-system .ds-invitation th span.roles-tooltip .bs-popover-auto[x-placement^="top"] > .arrow::after,
.design-system .ds-invitation th span.roles-tooltip .bs-popover-top > .arrow::before,
.design-system .ds-invitation th span.roles-tooltip .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-bottom-color: #0C111D;
  border-top-color: #0C111D;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-batch-profile-select {
  display: none;
  justify-content: center;
  margin-bottom: 24px;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-batch-profile-select .content-container {
  align-items: center;
  background-color: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D2D2D2;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  font-size: 14px;
  padding: 16px 24px;
  width: fit-content;
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-batch-profile-select .content-container select {
  width: 275px;
}
/* line 120, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary:disabled, .design-system .ds-invitation .ds-batch-profile-select .content-container #ccb-request .requests.warranty .action-buttons .btn.btn-primary:disabled, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary:disabled {
  background-color: #F1F1F1;
  color: #8c8c8c;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary:disabled:focus, .design-system .ds-invitation .ds-batch-profile-select .content-container #ccb-request .requests.warranty .action-buttons .btn.btn-primary:disabled:focus, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary:disabled:focus, .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary:disabled:active, .design-system .ds-invitation .ds-batch-profile-select .content-container #ccb-request .requests.warranty .action-buttons .btn.btn-primary:disabled:active, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary:disabled:active {
  background-color: #F1F1F1 !important;
  color: #8c8c8c !important;
}
/* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .ds-batch-profile-select .role-batch-success {
  display: none;
}
@media (max-width: 720px) {
  /* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .ds-batch-profile-select .content-container {
    width: 100%;
  }
  /* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .ds-batch-profile-select .content-container p,
  .design-system .ds-invitation .ds-batch-profile-select .content-container select {
    margin-right: 16px !important;
  }
  /* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary, .design-system .ds-invitation .ds-batch-profile-select .content-container #ccb-request .requests.warranty .action-buttons .btn.btn-primary, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary {
    width: 375px;
  }
}
@media (max-width: 375px) {
  /* line 152, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .ds-batch-profile-select .content-container {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  /* line 157, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .ds-batch-profile-select .content-container select {
    margin-right: 0px !important;
  }
  /* line 161, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .ds-batch-profile-select .content-container select,
  .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary,
  .design-system .ds-invitation .ds-batch-profile-select .content-container #ccb-request .requests.warranty .action-buttons .btn.btn-primary,
  #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .ds-batch-profile-select .content-container .btn.btn-primary {
    width: 100%;
  }
}
/* line 169, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .actions .btn.btn-primary:disabled, .design-system .ds-invitation .actions #ccb-request .requests.warranty .action-buttons .btn.btn-primary:disabled, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .actions .btn.btn-primary:disabled {
  background-color: #F1F1F1;
  color: #8c8c8c;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .actions .btn.btn-primary:disabled:focus, .design-system .ds-invitation .actions #ccb-request .requests.warranty .action-buttons .btn.btn-primary:disabled:focus, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .actions .btn.btn-primary:disabled:focus, .design-system .ds-invitation .actions .btn.btn-primary:disabled:active, .design-system .ds-invitation .actions #ccb-request .requests.warranty .action-buttons .btn.btn-primary:disabled:active, #ccb-request .requests.warranty .action-buttons .design-system .ds-invitation .actions .btn.btn-primary:disabled:active {
  background-color: #F1F1F1 !important;
  color: #8c8c8c !important;
}
@media (min-width: 768px) {
  /* line 181, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .table-responsive {
    overflow: visible;
  }
}
@media (max-width: 700px) {
  /* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .table-responsive select {
    width: 275px;
  }
}
/* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .carousel-inner .prev-item,
.design-system .ds-invitation .JS-multiple-carousel .carousel-inner .next-item {
  border-radius: 12px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 310px;
}
/* line 205, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .carousel-inner .prev-item {
  background-color: #F9FAFB;
  border-left: none;
  height: 100%;
  margin-left: -490%;
  overflow: hidden;
  padding-right: 0px !important;
}
/* line 214, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .carousel-inner .next-item {
  background-color: #F9FAFB;
  border-right: none;
  height: 100%;
  overflow: hidden;
}
/* line 222, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .item {
  padding-right: 0px;
}
/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .item .card {
  background-color: #F9FAFB;
  border-radius: 12px;
  border: #EAECF0 solid 1px;
  height: 100%;
  padding: 24px;
}
/* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .item .card .title {
  color: inherit;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
}
/* line 240, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation .JS-multiple-carousel .item .card .description, .design-system .ds-invitation .JS-multiple-carousel .item .card .transactional-emails .steps-list, .transactional-emails .design-system .ds-invitation .JS-multiple-carousel .item .card .steps-list, .design-system .ds-invitation .JS-multiple-carousel .item .card .transactional-emails .footer-text, .transactional-emails .design-system .ds-invitation .JS-multiple-carousel .item .card .footer-text, .design-system .ds-invitation .JS-multiple-carousel .item .card .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-invitation .JS-multiple-carousel .item .card .footer-text-whitelabel, .design-system .ds-invitation .JS-multiple-carousel .item .card .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-invitation .JS-multiple-carousel .item .card .footer-link-grafeno {
  color: inherit;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  /* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel {
    margin-top: 16px;
  }
  /* line 251, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-control-prev,
  .design-system .ds-invitation .JS-multiple-carousel .carousel-control-next {
    height: 330px;
  }
  /* line 256, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-inner {
    height: 330px;
  }
  /* line 259, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-inner .carousel-item {
    height: 100%;
  }
  /* line 263, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-inner .item-content {
    height: 100%;
  }
  /* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-inner .item-content .item {
    padding: 4px !important;
  }
  /* line 272, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .prev,
  .design-system .ds-invitation .JS-multiple-carousel .next {
    display: none !important;
  }
}
@media (max-width: 576px) {
  /* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel {
    margin-top: 16px;
  }
  /* line 279, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .mobile-scroll {
    display: flex !important;
    flex-direction: column;
    height: 285px;
    overflow-y: auto;
  }
  /* line 286, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .item {
    height: 260px;
  }
  /* line 292, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .prev,
  .design-system .ds-invitation .JS-multiple-carousel .next {
    display: none !important;
  }
  /* line 297, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-inner {
    display: none;
  }
  /* line 301, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
  .design-system .ds-invitation .JS-multiple-carousel .carousel-indicators {
    display: none;
  }
}
/* line 309, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system #automaticRuleModal .pull-right {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
/* line 314, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system #automaticRuleModal .pull-right i {
  margin-right: 4px;
}
/* line 319, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system #automaticRuleModal .form-group {
  margin-bottom: 0px;
}
/* line 323, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system #automaticRuleModal .user_role_automatic_rules_occupations {
  width: 330px !important;
}
/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system #automaticRuleModal .invalid-feedback {
  display: flex !important;
}
/* line 335, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation span.deprecated-role-tooltip .popover-body,
.design-system #automaticRuleModal span.deprecated-role-tooltip .popover-body {
  background-color: #0C111D;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: default !important;
  padding: 8px;
  width: 275px;
}
/* line 343, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation span.deprecated-role-tooltip .popover-body a,
.design-system #automaticRuleModal span.deprecated-role-tooltip .popover-body a {
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 349, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/invitation.scss */
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-top > .arrow::after, .design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-auto[x-placement^="top"] > .arrow::after,
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-top > .arrow::before,
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-auto[x-placement^="top"] > .arrow::before,
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-bottom > .arrow::after,
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-bottom > .arrow::before,
.design-system .ds-invitation span.deprecated-role-tooltip .bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-top > .arrow::after,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-auto[x-placement^="top"] > .arrow::after,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-top > .arrow::before,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-auto[x-placement^="top"] > .arrow::before,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-bottom > .arrow::after,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-bottom > .arrow::before,
.design-system #automaticRuleModal span.deprecated-role-tooltip .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #0C111D;
  border-top-color: #0C111D;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch.default-active, .design-system .ds-manage-notification .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .ds-manage-notification .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .header-container .title {
  font-size: 24px;
  font-weight: 700;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .header-container .subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-top: 24px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .table-header {
  margin-top: 40px;
  font-weight: 700;
  font-size: 20px;
  color: #0C111D;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .table-header .email {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .table-header .email svg {
  font-size: 16px !important;
  color: #687288 !important;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .email-container .title {
  font-size: 20px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .email-container .description, .design-system .ds-manage-notification .email-container .transactional-emails .steps-list, .transactional-emails .design-system .ds-manage-notification .email-container .steps-list, .design-system .ds-manage-notification .email-container .transactional-emails .footer-text, .transactional-emails .design-system .ds-manage-notification .email-container .footer-text, .design-system .ds-manage-notification .email-container .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-manage-notification .email-container .footer-text-whitelabel, .design-system .ds-manage-notification .email-container .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-manage-notification .email-container .footer-link-grafeno {
  font-weight: 400;
  font-size: 14px;
  color: #475467;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/manage_notifications.scss */
.design-system .ds-manage-notification .toggle-switch .switch {
  top: -16px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/new.scss */
.design-system .ds-users-new .ds-logo-container p {
  font-weight: 500;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/new.scss */
.design-system .ds-users-new .ds-users-new-instructions p {
  color: #475467;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/new.scss */
.design-system .ds-users-new .callout {
  background-color: #F9F8FF;
  border-color: #E3DEF9;
  gap: 16px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/new.scss */
.design-system .ds-users-new .callout svg {
  color: #1460D7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/new.scss */
.design-system .ds-users-new .callout p {
  color: #0C111D;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/new.scss */
.design-system .ds-users-new span.JS-span-timer {
  color: #475467;
  font-size: 14px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/password_expired.scss */
.design-system .ds-password-expired {
  margin: 0px 20px;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/password_expired.scss */
.design-system .ds-password-expired .title {
  font-size: 24px;
  font-weight: 700;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/password_expired.scss */
.design-system .ds-password-expired .subtitle {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 32px;
  margin-top: 24px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/password_expired.scss */
.design-system .ds-password-expired .form-actions {
  margin-top: 80px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/password_expired.scss */
.design-system .ds-password-expired .form-actions .JS-button-redefine-password {
  border: none;
}
@media (max-width: 576px) {
  /* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/password_expired.scss */
  .design-system .ds-password-expired {
    margin: 0px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-pre-invitation .ds-btns, .design-system .ds-pre-invitation .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/pre-invitation.scss */
.design-system .ds-pre-invitation .pre-inviation-header {
  padding: 12px 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/pre-invitation.scss */
.design-system .ds-pre-invitation .pre-inviation-header h2 {
  font-size: 14px;
  font-weight: 400;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/pre-invitation.scss */
.design-system .ds-pre-invitation .filter-toggle-save,
.design-system .ds-pre-invitation .save-filter-form {
  display: none;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/pre-invitation.scss */
.design-system .ds-pre-invitation .card-body .text-divider span {
  background-color: #ffffff !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/pre-invitation.scss */
.design-system .ds-pre-invitation .card-body .label-tooltip svg {
  color: #475467;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/resend-document-modal.scss */
.design-system .resend-document-modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/resend-document-modal.scss */
.design-system .resend-document-modal-content {
  color: #0C111D;
  font-size: 16px;
  padding-bottom: 16px !important;
  padding-top: 8px !important;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info {
  display: flex;
  gap: 24px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info .role-info-card {
  border-radius: 12px;
  border: 1px solid #E3E3E3;
  color: #475467;
  display: flex;
  padding: 16px;
  width: 50%;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info .role-info-card .icon-container {
  margin-right: 8px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info .role-info-card .icon-container .pure-color {
  fill: #00BBA7 !important;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info .role-info-card .icon-container .light-color {
  stroke: #F0FDFA !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info .role-info-card p {
  margin-bottom: 0px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
.design-system .ds-role-info .role-info-card .link-to {
  color: #00BBA7;
  font-size: 16px;
}
@media (max-width: 720px) {
  /* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
  .design-system .ds-role-info {
    flex-direction: column;
  }
  /* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/role-info-card.scss */
  .design-system .ds-role-info .role-info-card {
    width: 100%;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser {
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 4px 8px 0px #00000014;
  padding: 24px 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .header {
  padding: 0px 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .header .title {
  font-size: 18px;
  font-weight: 700;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .header .description, .design-system .ds-roles-collapser .header .transactional-emails .steps-list, .transactional-emails .design-system .ds-roles-collapser .header .steps-list, .design-system .ds-roles-collapser .header .transactional-emails .footer-text, .transactional-emails .design-system .ds-roles-collapser .header .footer-text, .design-system .ds-roles-collapser .header .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-roles-collapser .header .footer-text-whitelabel, .design-system .ds-roles-collapser .header .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-roles-collapser .header .footer-link-grafeno {
  color: #475467;
  font-size: 14px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .header .icon-container {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-right: 16px;
  min-width: 48px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .header .icon-container svg {
  stroke: #00BBA7;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button {
  border: none;
  font-size: 16px;
  justify-content: end;
  padding: 0px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button .close-btn {
  align-items: center;
  color: #00BBA7;
  display: flex;
  font-weight: 600;
  line-height: 120%;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button .close-btn .less {
  display: none;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button .close-btn .more {
  display: block;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button:hover {
  color: #475467 !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button[aria-expanded="true"] {
  background-color: #FFFFFF;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button[aria-expanded="true"] .less {
  display: block;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card a.collapse-card-button[aria-expanded="true"] .more {
  display: none;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/roles-colapser.scss */
.design-system .ds-roles-collapser .collapse-card .collapse-card-content {
  box-shadow: none;
  padding: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/select-all-rows-toggle.scss */
.design-system .select-all-rows-toggle {
  background-color: #F1F1F1;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  color: #656565;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 16px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/select-all-rows-toggle.scss */
.design-system .select-all-rows-toggle span {
  display: inline;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/select-all-rows-toggle.scss */
.design-system .select-all-rows-toggle .toggle,
.design-system .select-all-rows-toggle .undo-selection {
  color: #00BBA7;
  cursor: pointer;
  font-weight: 700;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/btns.scss */
.design-system .ds-two-factor-authentication .ds-btns, .design-system .ds-two-factor-authentication .actions {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .card-start-using-now {
  padding: 24px;
  background-color: #FAFAFA;
  border: 1px solid #F1F1F1;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .card-start-using-now .title {
  color: #0C111D;
  font-size: 18px !important;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .card-start-using-now .subtitle {
  color: #475467;
  font-size: 16px !important;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .col-12 {
  padding: 0px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .callout .callout-icon {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0px 4px 8px 0px #00000014;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 16px;
  width: 30px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .callout p:first-child {
  margin-bottom: 8px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .subtitle {
  font-size: 20px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .benefits {
  padding-left: 0px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .benefits li {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .benefits li .icon {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  display: flex;
  min-height: 32px !important;
  justify-content: center;
  margin-right: 16px;
  min-width: 32px !important;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .benefits li .icon svg {
  color: #00BBA7;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .benefits li p {
  margin-bottom: 0px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .image-mockup {
  height: auto;
  width: 100%;
}
/* line 82, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .footer-note-divider {
  border-top: 1px solid #E3E3E3;
  margin: 32px 0px;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-disabled .footer-note {
  color: #475467;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-enabled .two-factor-status {
  align-items: center;
  color: #00AF00;
  display: flex;
  font-weight: 700;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-enabled .two-factor-status svg {
  margin-right: 8px;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-enabled .disable-auth-note {
  color: #475467;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-enabled .divider {
  border-top: 1px solid #E3E3E3;
  margin: 32px 0px;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-enabled .grafeno-authenticator-help {
  color: #0C111D;
}
/* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
.design-system .ds-two-factor-authentication .card-body .grageno-auth-enabled .grafeno-authenticator-help a {
  color: #00BBA7;
  text-decoration: underline;
}
@media (max-width: 375px) {
  /* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card {
    padding: 0px;
  }
  /* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card .card-body .grageno-auth-disabled .benefits li {
    align-items: start;
  }
  /* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card .card-body .grageno-auth-disabled .image-mockup-container {
    display: none !important;
  }
  /* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card .card-body .grageno-auth-disabled .image-mockup-container-xs {
    display: flex !important;
  }
}
@media (max-width: 720px) {
  /* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card {
    padding: 0px;
  }
  /* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card .card-body .grageno-auth-disabled .callout {
    display: flex !important;
  }
  /* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card .card-body .grageno-auth-disabled .benefits li {
    align-items: start;
  }
  /* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card .card-body .grageno-auth-disabled .image-mockup-container {
    align-items: center !important;
  }
}
@media (min-width: 1440px) {
  /* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/users/two-factor-authentication.scss */
  .design-system .card-body .grageno-auth-disabled .image-mockup-container .image-mockup {
    height: 506px !important;
    width: auto !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/accesses.scss */
.design-system .filter-toggle-search {
  justify-content: flex-end;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/accesses.scss */
.design-system .table-index__show-button {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/accesses.scss */
.design-system .table-index__show-button:hover, .design-system .table-index__show-button:focus, .design-system .table-index__show-button:active {
  background-color: #E3E3E3;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .filter-toggle-search {
  justify-content: flex-end;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__col-header {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__actions-header {
  width: 1%;
  white-space: nowrap;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__actions-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 32px;
  white-space: nowrap;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__change-status {
  background-color: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  height: 28px;
  gap: 8px;
  border-radius: 24px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__status::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__status--active {
  background: #E7F8E5;
  color: #058505;
  width: 64px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .table-index__status--blocked {
  background: #FFEBEE;
  color: #B61D1A;
  width: 101px;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .swal2-popup .swal2-content {
  padding-top: 8px;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user/devices.scss */
.design-system .swal2-popup .swal2-content .remove-device-modal {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  justify-self: center;
  width: 338px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/card-body.scss */
.design-system .ds-voltera-show .card-body {
  margin-top: 20px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/voltera/show.scss */
.design-system .ds-voltera-show .card-body h4 {
  margin-top: 32px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/voltera/show.scss */
.design-system .ds-voltera-show .card-body .submit {
  background-color: transparent;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy {
  display: flex;
  justify-content: center;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 40px 60px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .title-documentoscopy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .title-documentoscopy h1 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .tag-documentoscopy {
  align-items: center;
  background-color: #0C111D;
  border-radius: 24px;
  border: 2px solid #0C111D;
  color: #FFFFFF;
  display: flex;
  font-weight: 600;
  height: 28px;
  padding: 6px 12px;
  width: fit-content;
  margin-bottom: 16px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .label-documentoscopy {
  margin-top: 8px;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .label-documentoscopy a {
  margin-top: 24px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .label-documentoscopy div {
  color: #0C111D;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: auto;
  margin-bottom: 20px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .wrapper-documentoscopy {
  display: flex;
  flex-direction: row-reverse;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .wrapper-documentoscopy .callout {
  font-size: 14px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .wrapper-documentoscopy .callout p:first-child {
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .wrapper-documentoscopy .callout p:last-child {
  margin: 0px;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
.design-system .documentoscopy .container-all .container-documentoscopy .wrapper-documentoscopy .svg-container svg {
  width: 100%;
  height: 100%;
  fill: #00BBA7;
}
@media (max-width: 375px) {
  /* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-documentoscopy .wrapper-documentoscopy .svg-container {
    max-height: 221px;
    width: auto !important;
  }
}
@media (max-width: 576px) {
  /* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all {
    flex-direction: column;
    text-align: center;
  }
  /* line 116, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all .container-documentoscopy {
    padding: 0px;
  }
  /* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all .container-documentoscopy .title-documentoscopy {
    align-items: center;
    gap: 12px;
    text-align: left;
  }
  /* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all .container-documentoscopy .title-documentoscopy h1 {
    text-align: left;
    width: 100%;
  }
  /* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all .container-documentoscopy .label-documentoscopy {
    margin-left: 16px;
  }
  /* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all .container-documentoscopy .label-documentoscopy div {
    text-align: start;
  }
  /* line 138, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/documentoscopy/index.scss */
  .design-system .documentoscopy .container-all .container-documentoscopy .wrapper-documentoscopy {
    flex-direction: column;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/error_layout.scss */
.design-system .ds-error-layout {
  padding: 64px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/error_layout.scss */
.design-system .ds-error-layout header img {
  width: 162px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/not_found.scss */
.design-system .ds-not-found {
  height: 75vh;
  gap: 64px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/not_found.scss */
.design-system .ds-not-found .not-found-description {
  max-width: 576px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/not_found.scss */
.design-system .ds-not-found .not-found-description h1 {
  color: #0C111D;
  font-weight: 700;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/not_found.scss */
.design-system .ds-not-found .not-found-description p a {
  color: #00BBA7;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 768px) {
  /* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/not_found.scss */
  .design-system .ds-not-found {
    height: 100vh;
    flex-direction: column-reverse;
  }
  /* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/errors/not_found.scss */
  .design-system .ds-not-found svg {
    max-width: 100%;
    height: auto;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-dialog {
  max-width: 650px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-dialog .modal-content {
  border-radius: 16px;
  max-width: 650px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-header {
  align-items: flex-start;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  padding: 32px 32px 0px 32px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-header .modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  padding-top: 48px;
  text-align: center;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-header .close {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body {
  padding: 24px 32px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .modal-description {
  color: #0C111D;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .divider {
  background: #E3E3E3;
  height: 1px;
  margin-bottom: 16px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .divider.between-sections {
  margin-top: -8px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .modal-section {
  margin-bottom: 24px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .modal-section .section-title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .info-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .info-row:last-child {
  margin-bottom: 0px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .info-row .info-label {
  color: #475467;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 120%;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-body .info-row .info-value {
  color: #0C111D;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-footer {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 0px 32px 32px 32px;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/confirm-modal.scss */
.design-system .JS-fast-credit-confirm-modal .modal-footer .btn {
  flex: 1;
  margin: 0px;
  min-width: 178px;
  white-space: nowrap;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .card-header {
  margin-top: 48px;
  padding: 0px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 24px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group {
  background: #FAFAFA;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  margin: 24px 0;
  width: fit-content;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn {
  background: none;
  border: none;
  color: #475467;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn:first-child {
  border-radius: 8px 0 0 8px;
  border-right: 1px solid #D0D5DD;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn:last-child {
  border-radius: 0 8px 8px 0;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn.my-limits-toggle {
  background: #FFFFFF;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn.active {
  color: #0C111D;
  font-weight: 600;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn.active.my-limits-toggle {
  background: #FAFAFA;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .tab-btn.disabled {
  cursor: not-allowed;
  background: none;
  opacity: 0.6;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tab-group .badge-soon {
  background: #FCC23D;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 8px;
  padding: 2px 8px;
  text-transform: uppercase;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar {
  margin: 24px 0;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-labels .label-text {
  color: #475467;
  font-size: 12px;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-track {
  background: #F1F1F1;
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-track .usage-bar-fill {
  background: #00BBA7;
  border-radius: 8px;
  height: 100%;
  transition: width 0.3s ease;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-values {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-values .value-in-use {
  color: #0C111D;
  font-size: 18px;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .limit-usage-bar .usage-bar-values .value-available {
  color: #0C111D;
  font-size: 24px;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .filters {
  align-items: center;
  display: flex;
  gap: 24px;
}
/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  min-width: fit-content;
  padding: 2px 0;
}
/* line 138, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-link {
  display: block;
  flex-shrink: 0;
  height: 24px;
  line-height: 0;
  text-decoration: none !important;
  width: 38px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-switch {
  display: block;
  height: 24px;
  position: relative;
  width: 38px;
}
/* line 153, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-switch input[type='checkbox'] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-switch .switch {
  background-color: #D0D5DD;
  border: 2px solid #D0D5DD;
  border-radius: 24px;
  cursor: pointer;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s 0.1s ease-in-out;
  width: 38px;
}
/* line 174, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-switch .switch:after {
  background-color: #FFFFFF;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 0;
  transition: all 0.3s 0.1s ease-in-out;
  width: 20px;
}
/* line 187, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 192, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 13px;
}
/* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .controls-row .toggle-container .toggle-label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  white-space: nowrap;
}
/* line 208, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table-wrapper {
  overflow-x: auto;
}
@media (max-width: 768px) {
  /* line 213, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
  .design-system .fast-credit-contracts-index .controls-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  /* line 219, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
  .design-system .fast-credit-contracts-index .controls-row .filters {
    flex-wrap: wrap;
  }
}
/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.warning {
  background-color: #FFFDE8 !important;
  border: none !important;
  color: #F38329 !important;
}
/* line 230, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.warning .cicle-icon {
  background-color: #FBB209 !important;
}
/* line 235, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.success {
  background-color: #E7F8E5 !important;
  border: none !important;
  color: #058505 !important;
}
/* line 240, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.success .cicle-icon {
  background-color: #00AF00 !important;
}
/* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.error {
  background-color: #FFEBEE !important;
  border: none !important;
  color: #B61D1A !important;
}
/* line 250, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.error .cicle-icon {
  background-color: #D22F2D !important;
}
/* line 255, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.neutral {
  background-color: #EEF2F9 !important;
  border: none !important;
  color: #475467 !important;
}
/* line 260, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .tag.neutral .cicle-icon {
  background-color: #687288 !important;
}
/* line 266, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  width: 100%;
}
/* line 272, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table .tag {
  white-space: nowrap;
}
/* line 276, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table thead th {
  background-color: #F1F1F1;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  color: #475467;
  font-weight: 400;
  height: 48px;
  padding: 11px 10.5px;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 287, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table thead th:first-child {
  padding-left: 24px;
}
/* line 291, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table thead th:last-child {
  padding-right: 24px;
}
/* line 297, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody tr {
  height: 72px;
  transition: background-color 0.2s ease;
}
/* line 301, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody tr:hover {
  background-color: #F9FAFB;
}
/* line 306, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody td {
  border-top: 1px solid #E3E3E3;
  color: #475467;
  font-size: 16px;
  padding: 16px 10.5px;
  vertical-align: middle;
}
/* line 313, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody td:first-child {
  padding-left: 24px;
}
/* line 317, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody td:last-child {
  padding-right: 24px;
}
/* line 321, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody td.ellipsis-cell {
  max-width: 200px;
  overflow: hidden;
}
/* line 325, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody td.ellipsis-cell div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 335, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table thead th:last-child,
.design-system .fast-credit-contracts-index .contracts-table tbody td:last-child {
  text-align: right;
  width: 40px;
}
/* line 342, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .contracts-table tbody td:last-child a {
  color: #0C111D;
  cursor: pointer;
}
/* line 349, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .empty-state {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 32px 0;
  text-align: center;
}
/* line 356, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .empty-state .empty-state-content {
  max-width: 480px;
}
/* line 360, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .empty-state .empty-state-illustration {
  margin-bottom: 32px;
}
/* line 364, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .empty-state .empty-state-title {
  color: #475467;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
/* line 371, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .empty-state .empty-state-subtitle {
  color: #687288;
  font-size: 14px;
  margin-bottom: 40px;
}
/* line 379, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .filtered-empty-state .empty-state-title {
  color: #687288;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 386, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-index.scss */
.design-system .fast-credit-contracts-index .filtered-empty-state .empty-state-subtitle {
  margin-bottom: 0px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credit-contracts-new input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .card-header {
  margin-top: 48px;
  padding: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .info-container {
  background: linear-gradient(90deg, #ffffff 0%, #F0FDFA 50%, #ffffff 100%);
  border-radius: 16px;
  border: 1px solid rgba(0, 187, 167, 0.2);
  color: #475467;
  font-size: 14px;
  line-height: 150%;
  margin-top: 24px;
  padding: 24px;
  width: fit-content;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .info-container .title {
  color: #00BBA7;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .info-container .description, .design-system .fast-credit-contracts-new .info-container .transactional-emails .steps-list, .transactional-emails .design-system .fast-credit-contracts-new .info-container .steps-list, .design-system .fast-credit-contracts-new .info-container .transactional-emails .footer-text, .transactional-emails .design-system .fast-credit-contracts-new .info-container .footer-text, .design-system .fast-credit-contracts-new .info-container .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .fast-credit-contracts-new .info-container .footer-text-whitelabel, .design-system .fast-credit-contracts-new .info-container .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .fast-credit-contracts-new .info-container .footer-link-grafeno {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .info-container .number {
  align-items: center;
  background: #F0FDFA;
  border-radius: 50%;
  color: #00BBA7;
  display: flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin-right: 12px;
  min-width: 32px;
  width: 32px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .section-heading {
  color: #0C111D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 24px;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .input-money-alt {
  margin-top: 8px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .input-money-alt .form-control.is-invalid {
  background-image: none;
  box-shadow: none;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .hint {
  color: #687288;
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .hint.is-invalid {
  color: #D22F2D;
  margin-top: 0px;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .callout {
  display: flex;
  margin-top: 24px;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .callout.limited-width {
  max-width: 739px;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .callout .disclaimer {
  border-top: 1px solid #DFDFDF;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  width: 100%;
}
/* line 101, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .callout .disclaimer .circle-icon svg {
  fill: #475467;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .callout .disclaimer p {
  color: #475467;
  margin: 0;
  text-decoration: underline;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .terms-container {
  align-items: flex-start;
  display: flex;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .terms-container label {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .button-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
/* line 131, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .button-container .JS-simulate-btn {
  min-width: 84px;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .simulation-results {
  border-top: 1px solid #F1F1F1;
  margin-top: 24px;
  padding-top: 24px;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .simulation-results .simulation-title {
  color: #0C111D;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 148, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .simulation-results .simulation-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .simulation-results .simulation-row {
  display: flex;
  align-items: center;
}
/* line 158, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .simulation-results .simulation-row .simulation-label {
  color: #687288;
  font-size: 14px;
  margin-right: 56px;
  min-width: 107.2px;
}
/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .simulation-results .simulation-row .simulation-value {
  color: #0C111D;
  font-size: 14px;
}
/* line 172, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .skeleton {
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  background: #F1F1F1;
  border-radius: 4px;
}
/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .skeleton.skeleton-label {
  height: 33px;
  width: 108px;
  margin-right: 56px;
}
/* line 183, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .skeleton.skeleton-value {
  height: 33px;
  width: 103px;
}
/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .skeleton.skeleton-callout {
  height: 56px;
  margin-top: 24px;
  max-width: 439px;
  width: 100%;
}
/* line 195, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-new.scss */
.design-system .fast-credit-contracts-new .skeleton.skeleton-terms {
  height: 24px;
  margin-top: 40px;
  max-width: 638px;
  width: 100%;
}
@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog {
  max-width: min(1095px, 100%);
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .callout {
  display: flex;
  margin-bottom: 24px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .callout .circle-icon svg {
  width: 16px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .callout .callout-title {
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards .party-card {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  flex: 1;
  padding: 24px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards .party-card .party-card-header {
  margin-bottom: 16px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards .party-card .party-card-header .party-card-title {
  color: #0C111D;
  font-size: 20px;
  font-weight: 600;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards .party-card .party-card-header .party-card-subtitle {
  color: #687288;
  font-size: 14px;
  line-height: 150%;
  margin-top: 8px;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards .party-card .party-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards .party-card .party-fields .title {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  flex: 1;
  gap: 16px;
  padding: 24px;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-icon {
  align-items: center;
  background: #F0FDFA;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-icon svg {
  height: 20px;
  width: 20px;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-icon svg path,
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-icon svg rect {
  fill: #00BBA7;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-icon i {
  color: #00BBA7;
  font-size: 20px;
}
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-label {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards .summary-card .summary-value {
  color: #0C111D;
  font-size: 18px;
  font-weight: 500;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #0C111D;
  line-height: 120%;
  margin-bottom: 24px;
  padding: 24px;
}
/* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details-subtitle {
  color: #475467;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
/* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details .title {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details .detail-wide {
  grid-column: span 2;
}
/* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details:last-child {
  margin-bottom: 0px;
}
/* line 177, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-approval-actions {
  display: flex;
  gap: 24px;
}
/* line 181, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-approval-actions form {
  flex: 1;
}
/* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-approval-actions .btn {
  width: 100%;
}
/* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-download-dropdown .btn-primary {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
}
/* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-download-dropdown .dropdown-menu {
  border: 1px solid #D0D5DD;
  min-width: 224px;
  padding: 0px;
}
/* line 202, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-download-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 150%;
  padding: 14px 12px;
}
/* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .payment-summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}
/* line 216, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .payment-summary .payment-summary-label {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 223, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .payment-summary .payment-summary-value {
  color: #0C111D;
  font-size: 16px;
}
/* line 230, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .history-table thead {
  background: #F1F1F1;
  border: 0px;
  color: #475467;
}
/* line 235, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .history-table thead th {
  border-bottom: 0px;
  font-size: 12px;
  text-transform: none;
}
/* line 242, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .history-table tbody tr {
  background-color: transparent;
  color: #0C111D;
  font-size: 14px;
}
/* line 249, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .history-empty-state {
  line-height: 150%;
  margin: auto;
  padding: 56px 0px;
  text-align: center;
}
/* line 255, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .history-empty-state .empty-title {
  color: #687288;
  font-size: 16px;
  font-weight: 600;
}
/* line 261, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .history-empty-state .empty-subtitle {
  color: #687288;
  font-size: 14px;
  margin-top: 8px;
}
/* line 269, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* line 275, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer {
  align-items: flex-start;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
}
/* line 284, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-identity {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
/* line 290, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-avatar {
  align-items: center;
  background: #F0FDFA;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}
/* line 300, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-avatar svg {
  height: 20px;
  width: 20px;
}
/* line 304, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-avatar svg path,
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-avatar svg rect {
  fill: #00BBA7;
}
/* line 310, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-avatar i {
  color: #00BBA7;
  font-size: 20px;
}
/* line 316, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 322, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-name {
  color: #0C111D;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
/* line 329, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .signer-email {
  color: #475467;
  font-size: 12px;
  line-height: 150%;
}
/* line 335, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
.design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer .btn-signature-copy {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  color: #0C111D;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  line-height: 120%;
  padding: 8px 16px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  /* line 355, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .party-cards {
    flex-direction: column;
  }
  /* line 359, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-approval-actions {
    flex-direction: column;
  }
  /* line 363, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .contract-summary-cards {
    flex-direction: column;
  }
  /* line 367, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details {
    grid-template-columns: 1fr;
  }
  /* line 370, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .details-container .details .detail-wide {
    grid-column: span 1;
  }
  /* line 375, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .payment-summary {
    grid-template-columns: 1fr;
  }
  /* line 379, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/contract-show.scss */
  .design-system #fast-credit-contract-details .modal-dialog .fast-credit-contract-drawer .formalization .formalization-signer {
    flex-direction: column;
    gap: 16px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-dialog {
  max-width: 1122px;
  margin: 60px auto;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-content {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-header {
  border-bottom: none;
  padding: 32px 32px 16px 32px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-header .modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-header .close {
  color: #687288;
  font-size: 32px;
  font-weight: 400;
  opacity: 1;
  padding: 0;
  margin: 0;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-header .close:hover {
  color: #0C111D;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-body {
  padding: 0 32px 32px 32px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-row {
  display: flex;
  gap: 24px;
  width: 100%;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(1) {
  width: 228px;
  flex-shrink: 0;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(2) {
  width: 257px;
  flex-shrink: 0;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(3), .design-system .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(4) {
  flex: 1;
  min-width: 0;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-row.second-row .filter-field:nth-child(1) {
  width: 511px;
  flex-shrink: 0;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-row.second-row .filter-field:nth-child(2) {
  flex: 1;
  min-width: 0;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="text"],
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"],
.design-system .fast-credits-filter-modal .filter-form .filter-field select {
  background-color: #ffffff;
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.5;
  padding: 8px 16px;
  width: 100%;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="text"]::placeholder,
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::placeholder,
.design-system .fast-credits-filter-modal .filter-form .filter-field select::placeholder {
  color: #687288;
  text-transform: uppercase;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="text"]:focus,
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]:focus,
.design-system .fast-credits-filter-modal .filter-form .filter-field select:focus {
  border-color: #00BBA7;
  outline: none;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.59L12 13.17L16.59 8.59L18 10L12 16L6 10L7.41 8.59Z' fill='%23687288'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 40px;
}
/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H18V3C18 2.45 17.55 2 17 2C16.45 2 16 2.45 16 3V4H8V3C8 2.45 7.55 2 7 2C6.45 2 6 2.45 6 3V4H5C3.89 4 3.01 4.9 3.01 6L3 20C3 21.1 3.89 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM19 20H5V10H19V20ZM19 8H5V6H19V8Z' fill='%23687288'/%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 48px;
  text-transform: uppercase;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 14px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-text {
  text-transform: uppercase;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-month-field {
  text-transform: uppercase;
}
/* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-day-field {
  text-transform: uppercase;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-year-field {
  text-transform: uppercase;
}
/* line 166, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-footer {
  border-top: none;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 0 32px 32px 32px;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-footer .btn-clear-filters {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #0C111D;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
/* line 190, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-footer .btn-clear-filters:hover {
  background-color: #F9FAFB;
  border-radius: 4px;
  text-decoration: none;
}
/* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-footer .btn-search {
  align-items: center;
  background-color: #00BBA7;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 8px 16px;
  transition: background-color 0.2s ease;
}
/* line 214, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-footer .btn-search:hover {
  background-color: #00a290;
}
/* line 218, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-filter-modal .modal-footer .btn-search i {
  font-size: 16px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .balance-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 32px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card-gradient {
  background: linear-gradient(90deg, #FAFAFA 4%, #00BBA7 50%, #FAFAFA 95%);
  border-radius: 80px 16px 0 0;
  height: 3px;
  position: absolute;
  top: 0;
  width: 340px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card {
  background: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #F1F1F1;
  display: flex;
  height: 110px;
  margin-right: 0 !important;
  padding: 16px 20px;
  position: relative;
  width: 375px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card .icon {
  align-items: center;
  background: #F0FDFA;
  border-radius: 8px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 12px;
  width: 40px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card .icon svg {
  color: #00BBA7;
  fill: #00BBA7;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card .title {
  color: #475467;
  font-size: 12px;
  line-height: 150%;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card .subtitle {
  color: #475467;
  font-size: 10px;
  line-height: 170%;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card .balance-value {
  font-size: 24px;
  line-height: 100%;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card .balance-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card:hover {
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card:hover .balance-value {
  color: #00BBA7;
  font-weight: 600;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
.design-system .fast-credits-index .fast-credits-balance-card:hover .fast-credits-balance-card-gradient {
  background: linear-gradient(90deg, #ffffff 4%, #00BBA7 50%, #ffffff 95%);
}
@media (max-width: 768px) {
  /* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
  .design-system .fast-credits-index .fast-credits-balance-card {
    width: 100%;
  }
  /* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-balance-card.scss */
  .design-system .fast-credits-index .fast-credits-balance-card-gradient {
    left: 20px;
    right: 20px;
    width: auto;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-empty-state.scss */
.design-system .fast-credits-index .fast-credits-empty-state {
  line-height: 150%;
  margin: auto;
  padding: 56px 0px;
  text-align: center;
  width: 580px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-empty-state.scss */
.design-system .fast-credits-index .fast-credits-empty-state .content-title {
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-empty-state.scss */
.design-system .fast-credits-index .fast-credits-empty-state .content-subtitle {
  color: #687288;
  font-size: 14px;
}
@media (max-width: 768px) {
  /* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index-empty-state.scss */
  .design-system .fast-credits-index .fast-credits-empty-state {
    width: fit-content;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .application-content:has(.fast-credits-index) {
  min-width: 0;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-dialog {
  max-width: 1122px;
  margin: 60px auto;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-content {
  border: 2px solid #D0D5DD;
  border-radius: 4px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-header {
  border-bottom: none;
  padding: 32px 32px 16px 32px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-header .modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-header .close {
  color: #687288;
  font-size: 32px;
  font-weight: 400;
  opacity: 1;
  padding: 0;
  margin: 0;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-header .close:hover {
  color: #0C111D;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-body {
  padding: 0 32px 32px 32px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row {
  display: flex;
  gap: 24px;
  width: 100%;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(1) {
  width: 228px;
  flex-shrink: 0;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(2) {
  width: 257px;
  flex-shrink: 0;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(3), .design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row.first-row .filter-field:nth-child(4) {
  flex: 1;
  min-width: 0;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row.second-row .filter-field:nth-child(1) {
  width: 511px;
  flex-shrink: 0;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-row.second-row .filter-field:nth-child(2) {
  flex: 1;
  min-width: 0;
}
/* line 86, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* line 91, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
}
/* line 99, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="text"],
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"],
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field select {
  background-color: #ffffff;
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1.5;
  padding: 8px 16px;
  width: 100%;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="text"]::placeholder,
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::placeholder,
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field select::placeholder {
  color: #687288;
  text-transform: uppercase;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="text"]:focus,
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]:focus,
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field select:focus {
  border-color: #00BBA7;
  outline: none;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41 8.59L12 13.17L16.59 8.59L18 10L12 16L6 10L7.41 8.59Z' fill='%23687288'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 40px;
}
/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H18V3C18 2.45 17.55 2 17 2C16.45 2 16 2.45 16 3V4H8V3C8 2.45 7.55 2 7 2C6.45 2 6 2.45 6 3V4H5C3.89 4 3.01 4.9 3.01 6L3 20C3 21.1 3.89 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM19 20H5V10H19V20ZM19 8H5V6H19V8Z' fill='%23687288'/%3E%3C/svg%3E");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 48px;
  text-transform: uppercase;
}
/* line 141, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 14px;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-text {
  text-transform: uppercase;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-month-field {
  text-transform: uppercase;
}
/* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-day-field {
  text-transform: uppercase;
}
/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .filter-form .filter-field input[type="date"]::-webkit-datetime-edit-year-field {
  text-transform: uppercase;
}
/* line 166, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-footer {
  border-top: none;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 0 32px 32px 32px;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-footer .btn-clear-filters {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #0C111D;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
/* line 190, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-footer .btn-clear-filters:hover {
  background-color: #F9FAFB;
  border-radius: 4px;
  text-decoration: none;
}
/* line 197, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-footer .btn-search {
  align-items: center;
  background-color: #00BBA7;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 8px 16px;
  transition: background-color 0.2s ease;
}
/* line 214, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-footer .btn-search:hover {
  background-color: #00a290;
}
/* line 218, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/filter-modal.scss */
.design-system .fast-credits-index .fast-credits-filter-modal .modal-footer .btn-search i {
  font-size: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index #fast-credits-collapse-filter .filter-form {
  padding: 0px;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index #fast-credits-collapse-filter .filter-form .card-body {
  border: 1px solid #D0D5DD !important;
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index #fast-credits-collapse-filter .filter-form hr {
  border: 0px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .info-container {
  background: linear-gradient(90deg, #ffffff 0%, #F0FDFA 50%, #ffffff 100%);
  border-radius: 12px;
  border: 1px solid rgba(0, 187, 167, 0.2);
  color: #475467;
  display: flex;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 32px;
  margin-top: 24px;
  padding: 24px;
  width: fit-content;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .info-container .icon {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  margin-right: 16px;
  width: 48px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .info-container .icon svg path {
  stroke: #00BBA7;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .info-container .title {
  color: #0C111D;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 8px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .info-container .link {
  color: #1460D7;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .info-container .link:hover {
  font-weight: 700;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .toggle-switch-label {
  margin-left: 56px;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  row-gap: 24px;
  width: 100%;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  min-width: fit-content;
  padding: 2px 0;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-link {
  display: block;
  flex-shrink: 0;
  height: 24px;
  line-height: 0;
  text-decoration: none !important;
  width: 38px;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-switch {
  display: block;
  height: 24px;
  position: relative;
  width: 38px;
}
/* line 121, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-switch input[type='checkbox'] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
/* line 128, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-switch .switch {
  background-color: #D0D5DD;
  border: 2px solid #D0D5DD;
  border-radius: 24px;
  cursor: pointer;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s 0.1s ease-in-out;
  width: 38px;
}
/* line 142, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-switch .switch:after {
  background-color: #FFFFFF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 0;
  transition: all 0.3s 0.1s ease-in-out;
  width: 20px;
}
/* line 155, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 13px;
}
/* line 165, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .toggle-container .toggle-label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  white-space: nowrap;
}
/* line 175, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .actions-buttons {
  align-items: center;
  display: flex;
  gap: 24px;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .actions-buttons .btn-filter {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #0C111D;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 8px 16px;
  transition: background-color 0.2s ease;
}
/* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .actions-buttons .btn-filter:hover {
  background-color: #F9FAFB;
  border-radius: 4px;
}
/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .actions-buttons .btn-filter i {
  font-size: 14px;
}
/* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .actions-buttons .btn-new-proposal {
  align-items: center;
  background-color: #00BBA7;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  justify-content: center;
  line-height: 1.25;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
/* line 225, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-actions-bar .actions-buttons .btn-new-proposal:hover {
  background-color: #00a290;
  color: #ffffff;
  text-decoration: none;
}
/* line 235, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.warning {
  background-color: #FFFDE8 !important;
  color: #F38329 !important;
  border: none !important;
}
/* line 240, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.warning .cicle-icon {
  background-color: #FBB209 !important;
}
/* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.success {
  background-color: #E7F8E5 !important;
  color: #058505 !important;
  border: none !important;
}
/* line 250, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.success .cicle-icon {
  background-color: #00AF00 !important;
}
/* line 255, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.error {
  background-color: #FFEBEE !important;
  color: #B61D1A !important;
  border: none !important;
}
/* line 260, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.error .cicle-icon {
  background-color: #D22F2D !important;
}
/* line 265, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.neutral {
  background-color: #EEF2F9 !important;
  color: #475467 !important;
  border: none !important;
}
/* line 270, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .tag.neutral .cicle-icon {
  background-color: #687288 !important;
}
/* line 276, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
/* line 282, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th {
  background-color: #F1F1F1;
  border-bottom: 1px solid #E3E3E3;
  border-left: none;
  border-right: none;
  border-top: 1px solid #E3E3E3;
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  padding: 11px 10.5px;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 298, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th:first-child {
  padding-left: 24px;
  padding-right: 10.5px;
}
/* line 303, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th:last-child {
  padding-left: 10.5px;
  padding-right: 24px;
}
/* line 308, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th a {
  align-items: center;
  color: #475467;
  display: inline-flex;
  text-decoration: none;
  transition: color 0.2s ease;
}
/* line 315, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th a:hover {
  color: #0C111D;
}
/* line 319, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th a .sort-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 8px;
}
/* line 325, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th a .sort-button i {
  color: #687288;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
}
/* line 333, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table thead th a.asc .sort-button i, .design-system .fast-credits-index .table thead th a.desc .sort-button i {
  color: #0C111D;
  opacity: 1;
}
/* line 343, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody tr {
  background-color: #ffffff;
  height: 72px;
  transition: background-color 0.2s ease;
}
/* line 348, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody tr:hover {
  background-color: #F9FAFB;
}
/* line 353, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td {
  border-top: 1px solid #E3E3E3;
  color: #0c111d;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 10.5px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 363, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td:first-child {
  padding-left: 24px;
  padding-right: 10.5px;
}
/* line 368, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td:last-child {
  padding-left: 10.5px;
  padding-right: 24px;
}
/* line 372, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td:last-child div {
  overflow: visible;
}
/* line 377, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td.ellipsis-cell {
  max-width: 200px;
  overflow: hidden;
}
/* line 382, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td div {
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 389, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td .subtitle {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
}
/* line 397, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .table tbody td a {
  color: #0C111D;
}
/* line 404, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .card-footer {
  padding: 0;
}
/* line 408, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination {
  align-items: center;
  background-color: #F1F1F1;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  display: flex;
  padding: 16px 24px;
  width: 100%;
}
/* line 418, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  width: 100%;
}
/* line 426, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-nav {
  align-items: center;
  display: flex;
  gap: 24px;
}
/* line 432, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-per-page {
  align-items: center;
  display: flex;
  gap: 8px;
}
/* line 437, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-per-page .pagination-label {
  color: #475467;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
/* line 445, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-per-page .pagination-select {
  background-color: #ffffff;
  border: 2px solid #D0D5DD;
  border-radius: 4px;
  color: #0C111D;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  line-height: 32px;
  padding: 0 14px;
  transition: border-color 0.2s ease;
  width: 90px;
}
/* line 459, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-per-page .pagination-select:hover {
  border-color: #687288;
}
/* line 463, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-per-page .pagination-select:focus {
  border-color: #00BBA7;
  outline: none;
}
/* line 470, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-arrow {
  align-items: center;
  color: #475467;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 24px;
  justify-content: center;
  text-decoration: none;
  transition: color 0.2s ease;
  width: 24px;
}
/* line 482, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-arrow:hover:not(.disabled) {
  color: #0C111D;
}
/* line 486, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-arrow.disabled {
  color: #D0D5DD;
  cursor: not-allowed;
  pointer-events: none;
}
/* line 492, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-arrow i {
  font-size: 14px;
}
/* line 497, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-number {
  align-items: center;
  color: #687288;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  line-height: 1.25;
  min-width: 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}
/* line 511, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-number:hover {
  color: #0C111D;
}
/* line 515, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-number.active {
  color: #475467;
}
/* line 520, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credits-pagination .pagination-ellipsis {
  color: #687288;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  user-select: none;
}
/* line 529, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credit-chevron-notification-wrapper {
  display: inline-flex;
  position: relative;
}
/* line 533, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/index.scss */
.design-system .fast-credits-index .fast-credit-chevron-notification-wrapper .fast-credit-pending-dot {
  background-color: #00BBA7;
  border-radius: 100%;
  height: 6px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 6px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .fast-credits-new input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch.default-active, .design-system .fast-credits-new .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-new .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .card-header {
  margin-top: 48px;
  padding: 0px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-change-select {
  color: #687288;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-change-select .title {
  font-size: 14px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-change-select .error {
  font-size: 12px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-change-select .text {
  color: #0C111D;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-change-select .text svg {
  cursor: pointer;
  font-size: 16px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-score-rating .title {
  color: #687288;
  font-size: 14px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-score-rating .title label {
  color: #0C111D;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .container-score-rating .external-link a {
  color: #1460D7;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .toggle-switch-label {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 32px;
  margin-top: 16px;
}
/* line 73, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .form-control.is-invalid {
  background-color: #FFEBEE;
  border-color: #D22F2D;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .info-container {
  background: linear-gradient(90deg, #ffffff 0%, #F0FDFA 50%, #ffffff 100%);
  border-radius: 16px;
  border: 1px solid rgba(0, 187, 167, 0.2);
  color: #475467;
  font-size: 14px;
  line-height: 150%;
  margin-top: 24px;
  padding: 24px;
  width: fit-content;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .info-container .title {
  color: #00BBA7;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
/* line 97, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .info-container .description, .design-system .fast-credits-new .info-container .transactional-emails .steps-list, .transactional-emails .design-system .fast-credits-new .info-container .steps-list, .design-system .fast-credits-new .info-container .transactional-emails .footer-text, .transactional-emails .design-system .fast-credits-new .info-container .footer-text, .design-system .fast-credits-new .info-container .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .fast-credits-new .info-container .footer-text-whitelabel, .design-system .fast-credits-new .info-container .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .fast-credits-new .info-container .footer-link-grafeno {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
}
/* line 102, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .info-container .description strong, .design-system .fast-credits-new .info-container .transactional-emails .steps-list strong, .transactional-emails .design-system .fast-credits-new .info-container .steps-list strong, .design-system .fast-credits-new .info-container .transactional-emails .footer-text strong, .transactional-emails .design-system .fast-credits-new .info-container .footer-text strong, .design-system .fast-credits-new .info-container .transactional-emails .footer-text-whitelabel strong, .transactional-emails .design-system .fast-credits-new .info-container .footer-text-whitelabel strong, .design-system .fast-credits-new .info-container .transactional-emails .footer-link-grafeno strong, .transactional-emails .design-system .fast-credits-new .info-container .footer-link-grafeno strong {
  font-weight: 600;
}
/* line 107, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .info-container .number {
  width: 32px;
  height: 32px;
  align-items: center;
  background: #F0FDFA;
  border-radius: 50%;
  color: #00BBA7;
  display: flex;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin-right: 12px;
  width: 32px;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .form-title-container {
  margin: 24px 0px;
}
/* line 126, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .form-title-container .icon {
  align-items: center;
  background-color: #E3E3E3;
  border-radius: 50%;
  border: 8px solid #F1F1F1;
  display: flex;
  height: 52px;
  justify-content: center;
  margin-right: 16px;
  width: 52px;
}
/* line 138, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .form-title-container .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 145, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .hint {
  color: #687288;
  font-size: 14px;
}
/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .hint.is-invalid {
  color: #D22F2D;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .callout {
  display: flex;
  margin-top: 24px;
}
/* line 158, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .callout.analysis-callout {
  max-width: 793px;
}
/* line 162, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .callout .title {
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .callout .disclaimer {
  border-top: 1px solid #DFDFDF;
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  width: 100%;
}
/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .callout .disclaimer .circle-icon svg {
  fill: #475467;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .callout .disclaimer p {
  color: #475467;
  margin: 0;
  text-decoration: underline;
}
/* line 189, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .fast-credits-config-table tr {
  margin-bottom: 16px;
  display: block;
}
/* line 194, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .fast-credits-config-table th {
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  width: 200px;
}
/* line 203, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/new.scss */
.design-system .fast-credits-new .button-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-dialog {
  max-width: 438px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-dialog .modal-content {
  border-radius: 16px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 32px 32px 0px 32px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-header .close {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-body {
  padding: 0px 32px 24px 32px;
  text-align: center;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-body .modal-icon {
  color: #FCC23D;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 32px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-body .modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 24px;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-body p {
  color: #0C111D;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-body p.modal-question {
  margin-bottom: 0px;
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-body .scheduling-tag {
  background-color: #E7F8E5;
  border-radius: 24px;
  color: #058505;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
  padding: 0 8px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-footer {
  border-top: none;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0px 32px 32px 32px;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/scheduling-modal.scss */
.design-system .JS-scheduling-modal .modal-footer .btn {
  flex: 1;
  margin: 0px;
  width: 100%;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch.default-active, .design-system .fast-credits-show .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.design-system .fast-credits-show .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .card-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 48px;
  padding: 0px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .active-limit-toggle {
  align-items: center;
  display: flex;
  gap: 16px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .active-limit-toggle .toggle-switch-label {
  color: #0C111D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .active-limit-toggle .toggle-switch {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .callout {
  display: flex;
  margin-top: 24px;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .callout .title {
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  color: #0C111D;
  line-height: 120%;
  margin-top: 24px;
  padding: 24px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container .details-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container .details-subtitle {
  color: #475467;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container .details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 32px;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container .details .title {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container .details .title label {
  color: #0C111D;
  cursor: pointer;
}
/* line 83, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .details-container .details:last-child {
  margin-bottom: 0px;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .parties-container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .parties-container .details-container {
  margin-top: 0px;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .parties-container .party-details > div {
  margin-bottom: 16px;
  overflow: hidden;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .parties-container .party-details > div:last-child {
  margin-bottom: 0px;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .parties-container .party-details > div .title {
  color: #687288;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
/* line 115, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .parties-container .party-details > div > div:not(.title) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .config-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}
/* line 132, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .config-header .details-title {
  margin-bottom: 0px;
}
/* line 138, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table thead {
  background: #F1F1F1;
  border: 0px;
  color: #475467;
}
/* line 143, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table thead th {
  border-bottom: 0px;
  font-size: 12px;
  text-transform: none;
  white-space: nowrap;
}
/* line 151, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table tbody tr {
  background-color: transparent;
  color: #0C111D;
  font-size: 14px;
}
/* line 156, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table tbody tr:hover {
  background-color: #F9FAFB;
}
/* line 160, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table tbody tr td {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 169, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table thead th:last-child,
.design-system .fast-credits-show .history-table tbody td:last-child {
  text-align: right;
  width: auto;
}
/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table tbody td:last-child a {
  color: #0C111D;
  cursor: pointer;
}
/* line 182, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table .approval-row-actions {
  white-space: nowrap;
}
/* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table .approval-row-actions form {
  display: inline;
}
/* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table .approval-row-actions form + form {
  margin-left: 16px;
}
/* line 193, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table .approval-row-actions a {
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0px 16px;
}
/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table .approval-row-actions form + a {
  margin-left: 16px;
}
/* line 205, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-table .approval-row-actions .btn {
  align-items: center;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-width: 0;
  padding: 0px;
  width: 40px;
}
/* line 220, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .tag.warning {
  background-color: #FFFDE8 !important;
  border: none !important;
  color: #F38329 !important;
}
/* line 226, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .tag.success {
  background-color: #E7F8E5 !important;
  border: none !important;
  color: #058505 !important;
}
/* line 232, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .tag.error {
  background-color: #FFEBEE !important;
  border: none !important;
  color: #B61D1A !important;
}
/* line 238, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .tag.neutral {
  background-color: #EEF2F9 !important;
  border: none !important;
  color: #475467 !important;
}
/* line 245, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-empty-state {
  line-height: 150%;
  margin: auto;
  padding: 56px 0px;
  text-align: center;
  width: 580px;
}
/* line 252, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-empty-state .empty-title {
  color: #687288;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 258, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .fast-credits-show .history-empty-state .empty-subtitle {
  color: #687288;
  font-size: 14px;
}
@media (min-width: 1200px) {
  /* line 265, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
  .design-system .fast-credits-show .details-container .details.grid-desktop-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  /* line 271, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
  .design-system .fast-credits-show .parties-container {
    grid-template-columns: 1fr;
  }
  /* line 275, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
  .design-system .fast-credits-show .details-container .details {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  /* line 280, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
  .design-system .fast-credits-show .history-empty-state {
    width: fit-content;
  }
}
@media (max-width: 480px) {
  /* line 286, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
  .design-system .fast-credits-show .details-container .details {
    grid-template-columns: 1fr;
  }
}
/* line 294, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-dialog,
.design-system .JS-fast-credit-deactivate-modal .modal-dialog {
  max-width: 438px;
}
/* line 297, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-dialog .modal-content,
.design-system .JS-fast-credit-deactivate-modal .modal-dialog .modal-content {
  border-radius: 16px;
}
/* line 302, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-header,
.design-system .JS-fast-credit-deactivate-modal .modal-header {
  border-bottom: none;
  justify-content: flex-end;
  padding: 32px 32px 0px 32px;
}
/* line 307, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-header .close,
.design-system .JS-fast-credit-deactivate-modal .modal-header .close {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  padding: 0px;
}
/* line 316, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-body,
.design-system .JS-fast-credit-deactivate-modal .modal-body {
  padding: 0px 32px 24px 32px;
  text-align: center;
}
/* line 320, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-body .modal-icon,
.design-system .JS-fast-credit-deactivate-modal .modal-body .modal-icon {
  color: #FCC23D;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 32px;
}
/* line 327, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-body .modal-title,
.design-system .JS-fast-credit-deactivate-modal .modal-body .modal-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
  margin-bottom: 24px;
}
/* line 335, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-body p,
.design-system .JS-fast-credit-deactivate-modal .modal-body p {
  color: #0C111D;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}
/* line 341, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-body p.modal-question,
.design-system .JS-fast-credit-deactivate-modal .modal-body p.modal-question {
  margin-bottom: 0px;
}
/* line 347, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-footer,
.design-system .JS-fast-credit-deactivate-modal .modal-footer {
  border-top: none;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0px 32px 32px 32px;
}
/* line 354, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-footer form,
.design-system .JS-fast-credit-deactivate-modal .modal-footer form {
  flex: 1;
  margin: 0px;
}
/* line 359, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/fast_credits/show.scss */
.design-system .JS-fast-credit-activate-modal .modal-footer .btn,
.design-system .JS-fast-credit-deactivate-modal .modal-footer .btn {
  flex: 1;
  margin: 0px;
  width: 100%;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .address-title {
  font-family: Inter;
  text-align: left;
  margin-bottom: 40px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .address-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .address-title .title-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 30px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container h5 {
  display: none;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3, .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2, .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5, .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2, .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2, .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5, .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2, .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2, .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2, .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5, .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5 {
  flex: none !important;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(1), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5:nth-child(1) {
  order: 1;
  max-width: 50%;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(2), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(2), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(2), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(2), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5:nth-child(2), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(2), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(2), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(2), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(2), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(2), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(2), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(2), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(2), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2:nth-child(2), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2:nth-child(2), .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(2), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5:nth-child(2) {
  order: 6;
  max-width: 50%;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(3), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(3), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(3), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(3), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5:nth-child(3), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(3), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(3), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(3), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(3), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(3), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(3), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(3), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(3), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2:nth-child(3), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2:nth-child(3), .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(3), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5:nth-child(3) {
  order: 7;
  max-width: 50%;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(4), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(4), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(4), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(4), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5:nth-child(4), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(4), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(4), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(4), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(4), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(4), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(4), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(4), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(4), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2:nth-child(4), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2:nth-child(4), .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(4), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5:nth-child(4) {
  order: 5;
  min-width: 100%;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(6), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(6), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(6), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(6), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5:nth-child(6), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(6), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(6), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(6), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(6), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(6), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(6), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(6), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(6), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2:nth-child(6), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2:nth-child(6), .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(6), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5:nth-child(6) {
  order: 3;
  max-width: 50%;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(7), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(7), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(7), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(7), #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-5:nth-child(7), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(7), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(7), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-2:nth-child(7), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(7), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-address-container .col-lg-5:nth-child(7), .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(7), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(7), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(7), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-2:nth-child(7), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-2:nth-child(7), .design-system .ds-onboarding-address .form-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(7), .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-5:nth-child(7) {
  order: 4;
  max-width: 50%;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .form-container .row .col-lg-6, .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .row .col-lg-4, #ccb-request .ds-ccb-company-data .ccb-company-address-container .design-system .ds-onboarding-address .form-container .row .col-lg-4, .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-3:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-3:nth-child(1), #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .design-system .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-ccb-warranties-real-state .container-address #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .row #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .col-lg-5, #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .design-system .ds-onboarding-address .form-container .row .col-lg-5, .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .row .col-lg-4, .design-system .ds-ccb-company-data .ccb-company-address-container .ds-onboarding-address .form-container .row .col-lg-4, .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-3:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-3:nth-child(1), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), .design-system #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .ccb-company-address-container .col-lg-5:nth-child(1), #ccb-request .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), #ccb-request .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .ccb-company-address-container .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system #ccb-request .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(1), #ccb-request .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), #ccb-request .design-system .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), .design-system #ccb-request .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), #ccb-request .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), #ccb-request .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .ccb-company-address-container .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-address-container .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-2:nth-child(1), .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-2:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-company-data .ccb-company-bank-account-container .row .ds-ccb-warranties-real-state .container-address .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .ds-ccb-company-data .ccb-company-bank-account-container .row .col-lg-5:nth-child(1), .design-system .ds-onboarding-address .form-container .row .ds-ccb-company-data .ccb-company-bank-account-container .col-lg-5, .design-system .ds-ccb-company-data .ccb-company-bank-account-container .ds-onboarding-address .form-container .row .col-lg-5, .design-system .ds-onboarding-address .form-container .ds-ccb-warranties-real-state .container-address .row .col-lg-4, .design-system .ds-ccb-warranties-real-state .container-address .ds-onboarding-address .form-container .row .col-lg-4 {
  order: 2;
  min-width: 100%;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/address.scss */
.design-system .ds-onboarding-address .btn-container {
  margin-bottom: 80px !important;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
.design-system .ds-onboarding-layout .container-documentoscopy {
  padding: 0px !important;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
.design-system .ds-onboarding-layout .container-documentoscopy .title-documentoscopy h1 {
  font-size: 24px !important;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
.design-system .ds-onboarding-layout .container-documentoscopy .button-documentoscopy {
  display: flex;
  justify-content: end;
  margin-top: 32px;
  margin-bottom: 80px !important;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
.design-system .ds-onboarding-layout .container-documentoscopy .label-documentoscopy {
  margin-left: 0px !important;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
.design-system .ds-onboarding-layout .container-documentoscopy .wrapper-documentoscopy {
  flex-direction: column !important;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
.design-system .ds-onboarding-layout .container-documentoscopy .wrapper-documentoscopy .svg-container {
  width: 354px;
}
@media (max-width: 576px) {
  /* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/documentoscopy.scss */
  .design-system .ds-onboarding-layout .container-documentoscopy {
    padding-top: 24px !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish {
  margin-top: 180px !important;
  text-align: center;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish span {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  margin-bottom: 30px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish .title-text {
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 30px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish .title-focused {
  color: #00BBA7;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish .button-container {
  margin-top: 34px;
  justify-content: center;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish .text-divider {
  margin-top: 80px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
.design-system .ds-onboarding-finish p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  text-align: left;
}
@media (max-width: 576px) {
  /* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/finish.scss */
  .design-system .ds-onboarding-finish .button-container a i {
    display: none;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .identity-document-title {
  font-family: Inter;
  text-align: left;
  margin-bottom: 40px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .identity-document-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .identity-document-title .title-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 30px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .form-container label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .form-container .file-not-existed {
  min-width: 100% !important;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .form-container .file-existed {
  min-width: 100% !important;
  padding: 0px !important;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .form-container .file-existed .input-file-primary::before {
  color: #687288;
  background: #F1F1F1;
  pointer-events: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/identity_document.scss */
.design-system .ds-onboarding-identity-document .btn-container {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/invitations.scss */
.design-system .ds-onboarding-invitation .JS-input-create-password, .design-system .ds-onboarding-invitation .JS-input-confirmation-password {
  width: 336px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/invitations.scss */
.design-system .ds-onboarding-invitation .JS-item-validate-taken_in_past {
  display: none;
}
@media (max-width: 768px) {
  /* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/invitations.scss */
  .design-system .ds-onboarding-invitation .JS-input-create-password, .design-system .ds-onboarding-invitation .JS-input-confirmation-password {
    width: 100%;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .help-text {
  position: absolute;
  width: 230px;
  height: 11px;
  left: 59px;
  bottom: 2rem;
  z-index: 30;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #707070;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .help-text a {
  color: #00BBA7;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .container {
  background-color: #FAFAFA;
  min-height: 100vh;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .box-form {
  margin: auto 120px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .btn-tertiary {
  color: #00BBA7;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .ds-invitations {
  font-family: Inter;
  text-align: left;
  margin: 0px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .ds-invitations label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .ds-invitations .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
.design-system .ds-onboarding-layout .ds-invitations .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/onboarding_layout.scss */
  .design-system .ds-onboarding-layout .box-form {
    margin: 8px !important;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/personal_data.scss */
.design-system .ds-onboarding-personal-data .personal-data-title {
  font-family: Inter;
  text-align: left;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/personal_data.scss */
.design-system .ds-onboarding-personal-data .personal-data-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/personal_data.scss */
.design-system .ds-onboarding-personal-data .personal-data-title .title-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 30px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/personal_data.scss */
.design-system .ds-onboarding-personal-data .input-container {
  margin-top: 30px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/personal_data.scss */
.design-system .ds-onboarding-personal-data .input-container label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/personal_data.scss */
.design-system .ds-onboarding-personal-data .btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 64px !important;
  margin-bottom: 80px !important;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/two-factor-authentication.scss */
.design-system .ds-onboarding-layout .ds-two-factor-authentication .card-header p {
  font-size: 24px !important;
  font-weight: 600 !important;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/two-factor-authentication.scss */
.design-system .ds-onboarding-layout .ds-two-factor-authentication .ds-btns {
  margin-bottom: 80px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/two-factor-authentication.scss */
.design-system .ds-onboarding-layout .ds-two-factor-authentication .ds-btns .btn-secondary {
  background-color: transparent !important;
  color: #00BBA7 !important;
}
@media (max-width: 576px) {
  /* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/two-factor-authentication.scss */
  .design-system .ds-onboarding-layout .ds-two-factor-authentication .alert-warning {
    margin-top: 24px !important;
  }
  /* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/two-factor-authentication.scss */
  .design-system .ds-onboarding-layout .ds-two-factor-authentication .form-group {
    min-width: 100% !important;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/welcome.scss */
.design-system .ds-onboarding-welcome .welcome-title {
  margin-top: 100px;
  text-align: center;
  font-family: Inter;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/welcome.scss */
.design-system .ds-onboarding-welcome .welcome-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/welcome.scss */
.design-system .ds-onboarding-welcome .welcome-title .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/onboarding/welcome.scss */
.design-system .ds-onboarding-welcome .welcome-title .button-container {
  margin-top: 34px;
  justify-content: center;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-confirmation.scss */
.design-system .ds-terms-opening-account-confirmation .confirmation-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-confirmation.scss */
.design-system .ds-terms-opening-account-confirmation .confirmation-title .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-confirmation.scss */
.design-system .ds-terms-opening-account-confirmation form .form-control-label {
  font-size: 14px;
  font-weight: 600;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-confirmation.scss */
.design-system .ds-terms-opening-account-confirmation form .form-control {
  border: 2px solid #D0D5DD;
  min-width: 286px;
  max-width: 286px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish {
  margin-top: 100px !important;
  text-align: center;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish .title-container .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 30px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish .title-container .title-focused {
  color: #00BBA7;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish .description-text {
  font-size: 16px;
  font-weight: 400;
  color: #475467;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish .text-divider {
  margin-top: 80px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish .text-divider span {
  background-color: #FAFAFA;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-finish.scss */
.design-system .ds-terms-opening-account-finish .info-text {
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  text-align: left;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-ip-bank-accounts.scss */
.design-system .ds-terms-opening-account-layout .ds-ip-bank-accounts .card-header {
  padding-top: 32px;
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-ip-bank-accounts.scss */
.design-system .ds-terms-opening-account-layout .ds-ip-bank-accounts .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .help-text {
  position: absolute;
  width: 230px;
  height: 11px;
  left: 59px;
  bottom: 2rem;
  z-index: 30;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #707070;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .help-text a {
  color: #00BBA7;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .container {
  background-color: #FAFAFA;
  min-height: 98vh;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .box-form {
  margin: auto 120px;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .btn-tertiary {
  color: #00BBA7;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .ds-invitations {
  font-family: Inter;
  text-align: left;
  margin: 0px;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .ds-invitations label {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .ds-invitations .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .ds-invitations .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 30px;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .header-wrapper {
  z-index: 1000;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .JS-ds-search-form-btns .btn-tertiary {
  color: #0C111D;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .JS-ds-search-form .label {
  font-size: 14px;
  font-weight: 600;
}
/* line 81, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .JS-ds-search-form .form-control {
  border: 2px solid #D0D5DD;
}
/* line 85, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .JS-ds-search-form .multi-collapse {
  margin-bottom: 0px;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .JS-ds-search-form .switch-form-filter-ip-positive-balance {
  font-size: 16px;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
.design-system .ds-terms-opening-account-layout .JS-ds-search-form .save-filter-form label {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  /* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
  .design-system .ds-terms-opening-account-layout .box-form {
    margin: 8px !important;
  }
  /* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-layout.scss */
  .design-system .ds-terms-opening-account-layout .header-wrapper, .design-system .ds-terms-opening-account-layout .header-responsive {
    display: none;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-start.scss */
.design-system .ds-terms-opening-account-start .start-title {
  margin-top: 100px;
  text-align: center;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-start.scss */
.design-system .ds-terms-opening-account-start .start-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-start.scss */
.design-system .ds-terms-opening-account-start .start-title .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-start.scss */
.design-system .ds-terms-opening-account-start .details-terms {
  border: 1px solid #E3DEF9;
  background-color: #F9F8FF;
  border-radius: 6px;
  display: flex;
  padding: 16px 16px 0px 16px;
  gap: 16px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-start.scss */
.design-system .ds-terms-opening-account-start .details-terms .details-terms-icon {
  background-color: #FFFFFF;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-start.scss */
.design-system .ds-terms-opening-account-start .details-terms p {
  font-size: 14px;
  color: #0C111D;
  text-align: start;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-terms-opening-account-terms-conditions input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-terms-conditions.scss */
.design-system .ds-terms-opening-account-terms-conditions .title-container .title-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 30px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-terms-conditions.scss */
.design-system .ds-terms-opening-account-terms-conditions .title-container span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #475467;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-terms-conditions.scss */
.design-system .ds-terms-opening-account-terms-conditions .checkboxes-container label {
  font-size: 14px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/opening-account-terms-conditions.scss */
.design-system .ds-terms-opening-account-terms-conditions .iframe-container iframe {
  width: 100%;
  height: 450px;
  border-radius: 12px;
  border: 10px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings {
  width: 845px;
  background-color: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  padding: 20px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warning-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warnings .warning-item:last-child p {
  margin-bottom: 0px;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warnings .warning-item {
  display: flex;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .icon {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 8px;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 12px;
  width: 24px;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .icon svg {
  color: #00BBA7 !important;
  height: 14px;
  width: 14px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .description, .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .transactional-emails .steps-list, .transactional-emails .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .steps-list, .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .transactional-emails .footer-text, .transactional-emails .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .footer-text, .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .transactional-emails .footer-text-whitelabel, .transactional-emails .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .footer-text-whitelabel, .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .transactional-emails .footer-link-grafeno, .transactional-emails .design-system .ds-alternative-migraton-important-warnings .warnings .warning-item .footer-link-grafeno {
  font-size: 14px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warning-card-footer {
  font-size: 14px;
  margin-bottom: 0px;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
.design-system .ds-alternative-migraton-important-warnings .warning-card-footer .toggle-faq-modal {
  color: #00BBA7;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 950px) {
  /* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/alternative-migraton-important-warnings.scss */
  .design-system .ds-alternative-migraton-important-warnings {
    width: 100% !important;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"] {
  position: absolute;
  z-index: -1;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"] + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #687288;
  border-radius: 4px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:checked + label::after {
  transform: scale(1);
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:checked + label::before {
  content: "";
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #00BBA7;
  background: #00BBA7;
  opacity: 1;
  border-radius: 4px;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 6px;
  height: 11px;
  border-right: solid 2.4px #FFFFFF;
  border-bottom: solid 2.4px #FFFFFF;
  transform: rotate(38deg);
}
/* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:disabled + label {
  color: #687288;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: #D0D5DD;
  background-color: #F1F1F1;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:disabled:checked + label:before {
  border-color: #D0D5DD;
  background-color: #D0D5DD;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"] + .label-wrap::before {
  top: 12px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/checkbox.scss */
.design-system .ds-migration-account-terms input[type="checkbox"]:checked + .label-wrap::after {
  bottom: 17px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 16px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms #pdf-frame {
  border-radius: 8px;
  border: none;
  height: 420px;
  width: 100%;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .checkboxes-container {
  display: flex;
  align-items: center;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .checkboxes-container label {
  font-weight: 400;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .checkboxes-container .form-control-label {
  margin-bottom: 24px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .forced-migration-info-card {
  background: #FAFAFA;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  font-size: 14px;
  padding: 20px;
  max-width: 960px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .forced-migration-info-card .topics-container .topic {
  display: flex;
  align-items: center;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .forced-migration-info-card .topics-container .topic .topic-icon {
  align-items: center;
  background-color: #F0FDFA;
  border-radius: 50%;
  display: flex;
  height: 26px;
  justify-content: center;
  width: 26px;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .forced-migration-info-card .topics-container .topic .topic-icon svg {
  color: #00BBA7;
  fill: #00BBA7;
  height: 16px;
  width: 16px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .ds-migration-account-terms .forced-migration-info-card .topics-container .topic p {
  margin-bottom: 0px;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-migration .swal2-confirm {
  width: 100%;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-migration .modal-reject-migration-account .modal-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: start;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-migration .modal-reject-migration-account .modal-details .title {
  color: #687288 !important;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 150%;
}
/* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-migration .modal-reject-migration-account .modal-details .subtitle {
  font-weight: 600;
  line-height: 150%;
}
/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-forced-migration-account .swal2-modal {
  padding: 32px 48px !important;
}
/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-forced-migration-account .swal2-header,
.design-system .modal-reject-forced-migration-account .swal2-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-forced-migration-account .swal2-confirm {
  width: 100%;
}
/* line 111, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/terms/migration-account/show.scss */
.design-system .modal-reject-forced-migration-account .modal-reject-forced-migration-account-content .email {
  color: #00BBA7;
  font-weight: 600;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .pix-history-filters ::placeholder {
  color: #687288;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .pix-history-filters .form-control:disabled {
  background-color: #FAFAFA;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table thead th {
  vertical-align: middle;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table thead th.clone-error-message {
  padding-left: 40px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody {
  font-size: 14px;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td.td-status {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: none !important;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody .ds-transfer-status-subtitle {
  color: #475467;
  font-size: 12px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td .td-created-at {
  white-space: normal !important;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 4px;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td .td-created-at .clone-error-message-container svg {
  color: #0C111D;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td .td-created-at .clone-error-message-container-empty {
  width: 14px;
  height: 100%;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td.td-type {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td.td-type span:last-child {
  font-size: 12px;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td .span-holding {
  padding: 8px;
  border-radius: 24px;
  font-weight: 500;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td .span-holding.allow {
  background-color: #FFFDE8;
  color: #F38329;
}
/* line 75, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table tbody td .span-holding.not-allow {
  background-color: #EEF2F9;
  color: #475467;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table label.cbx span:first-child {
  border: 2px solid #D0D5DD;
  background-color: #FFFFFF;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table label.cbx.disabled span:first-child {
  background-color: #F1F1F1;
}
/* line 93, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table label.cbx span:last-child {
  display: none;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .table-responsive table .inp-cbx:checked + .cbx span:first-child {
  border: 2px solid #00BBA7;
  background-color: #00BBA7;
}
/* line 105, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .filter-toggle > div:first-child {
  width: 100% !important;
}
/* line 108, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .filter-toggle > div:first-child .JS-ds-search-form-btns {
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
}
/* line 113, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .filter-toggle > div:first-child .filter-toggle-search {
  width: 100% !important;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .ds-transfer-request .filter-toggle .multi-collapse {
  margin-bottom: 0px !important;
}
/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .JS-ds-search-form .filter-toggle .filter-toggle-search {
  min-width: max-content;
}
@media (max-width: 768px) {
  /* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
  .design-system .ds-transfer-request .filter-toggle > div:first-child {
    width: 100% !important;
    flex-direction: initial !important;
  }
  /* line 136, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
  .design-system .ds-transfer-request .filter-toggle > div:first-child .JS-ds-search-form-btns {
    flex-direction: column-reverse !important;
    align-items: initial;
  }
  /* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
  .design-system .ds-transfer-request .filter-toggle > div:first-child .JS-ds-search-form-btns .btn {
    width: fit-content;
  }
}
@media (max-width: 375px) {
  /* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
  .design-system .JS-ds-search-form .filter-toggle .save-filter-form {
    width: 100%;
  }
  /* line 153, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
  .design-system .JS-ds-search-form .filter-toggle .save-filter-form .col-4 {
    flex: 1 1 auto !important;
    max-width: 100% !important;
  }
}
/* line 163, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .callout-actions-batch {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #F1F1F1;
  padding: 16px;
  gap: 20px;
  margin-top: 16px;
}
/* line 173, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .callout-actions-batch .callout-text-actions-batch {
  font-size: 14px;
  color: #0C111D;
  text-align: left;
  line-height: 20px;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .callout-actions-batch .callout-icon-actions-batch {
  color: #00BBA7;
  font-size: 20px;
}
/* line 186, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .swal2-popup {
  width: 474px;
}
/* line 190, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .swal2-title {
  color: #0C111D;
  font-size: 24px;
  font-weight: 700;
}
/* line 196, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .swal2-content {
  color: #0C111D;
  font-size: 16px;
}
/* line 201, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .ds-transfer-approval-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* line 206, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/index.scss */
.design-system .modal-transfer-requests-actions-batch .ds-transfer-approval-cell__subtitle {
  color: #475467;
  font-size: 12px;
  line-height: 150%;
  margin: 0;
  white-space: nowrap;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .modal-dialog {
  width: 475px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .modal-title {
  font-size: 24px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .tag {
  height: 24px;
  font-size: 12px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .split-container {
  color: #687288;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
  margin-top: 16px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .split-container .split-values {
  color: #475467;
  font-size: 14px;
  font-weight: 600;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .callout {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .callout svg {
  margin-right: 8px;
  color: #317AEC;
}
/* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .modal-footer {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 24px;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .modal-footer button {
  width: auto;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/transfer-request/split-limit-alert-modal.scss */
.design-system #splitLimitAlertModal .modal-footer .JS-submit-split-btn {
  background-color: #317AEC;
  color: #ffffff;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .content-header {
  margin-bottom: 40px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .app-orientation-container {
  display: flex;
  margin: 40px 0px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .app-orientation-container img {
  max-width: 228px;
  margin: 0px 20px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .app-orientation-container .orientation {
  width: 740px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .app-orientation-container .orientation ol {
  padding-inline-start: 20px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .app-orientation-container .orientation ol li {
  margin-bottom: 16px;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .app-orientation-container .orientation ol li div {
  margin-left: 8px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app a {
  color: #00BBA7;
  text-decoration-line: underline;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
.design-system .user-center #authenticator-app .conclusion img {
  width: 100%;
}
@media (max-width: 576px) {
  /* line 43, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
  .design-system .user-center #authenticator-app .app-img {
    display: none;
  }
  /* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
  .design-system .user-center #authenticator-app .mobile-img img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  /* line 54, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
  .design-system .user-center #authenticator-app .app-orientation-container img {
    width: 150px;
  }
}
@media (min-width: 1441px) {
  /* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/authenticator-app.scss */
  .design-system .user-center #authenticator-app .orientation {
    width: 940px;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/content-header.scss */
.design-system .user-center .content-header {
  align-items: center;
  color: #475467;
  display: flex;
  font-size: 18px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/content-header.scss */
.design-system .user-center .content-header .icon {
  align-items: center;
  background-color: #00BBA7;
  border-radius: 50%;
  display: flex;
  height: 74px;
  justify-content: center;
  margin-right: 16px;
  width: 74px;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/content-header.scss */
.design-system .user-center .content-header .icon svg {
  fill: #F0FDFA;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/content-header.scss */
.design-system .user-center .content-header .title {
  color: #0C111D;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  /* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/content-header.scss */
  .design-system .user-center .content-header {
    display: block;
  }
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/content-header.scss */
  .design-system .user-center .content-header .icon {
    margin-bottom: 16px;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .content-header {
  margin-bottom: 56px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .desktop {
  display: block;
  margin-bottom: 48px;
  margin-top: 24px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .desktop svg {
  width: 100%;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .mobile {
  display: none;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .mobile svg {
  width: 100%;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table {
  border: none;
  font-size: 14px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table thead {
  background-color: #ffffff;
  border: none;
  color: #0C111D;
  text-transform: none;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table thead th {
  border-top: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table tbody tr {
  background-color: #ffffff;
  color: #0C111D;
  text-transform: none;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table tbody tr th {
  font-size: 20px;
  font-weight: 700;
  vertical-align: middle;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table tbody tr td {
  padding: 12px 0px 0px;
  vertical-align: top;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table th, .design-system .user-center #filling-registration .table td {
  border: 2px solid #A7A8AECF;
}
/* line 66, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table .bd-l-none {
  border-left: none;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table .bd-r-none {
  border-right: none;
}
/* line 74, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
.design-system .user-center #filling-registration .table .bd-b-none {
  border-bottom: none;
}
@media (max-width: 576px) {
  /* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
  .design-system .user-center #filling-registration .desktop {
    display: none;
  }
  /* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
  .design-system .user-center #filling-registration .mobile {
    display: block;
  }
}
@media (min-width: 1440px) {
  /* line 90, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/filling-registration.scss */
  .design-system .user-center #filling-registration .desktop svg {
    width: auto;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer {
  border-radius: 16px;
  border: 2px solid #00BBA7;
  color: #0C111D;
  display: flex;
  justify-content: space-between;
  margin-top: 128px;
  padding: 32px;
  width: 692px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer.grafeno {
  background-color: #FFFFFF;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer.grafeno .contact-container .contact .icon svg {
  color: #00BBA7;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer.whitelabel {
  background-color: #F8F8F8F8;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer .logo {
  align-items: center;
  display: flex;
  max-height: 100%;
}
/* line 35, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer .logo img {
  max-height: 38px;
  max-width: 166px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer .contact-container {
  font-size: 16px;
  line-height: normal;
  max-width: 350px;
  width: calc(100vw - 100px);
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer .contact-container .contact {
  display: flex;
  margin-top: 16px;
  font-size: 14px;
  justify-content: space-between;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer .contact-container .contact .icon {
  margin-right: 16px;
}
/* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
.design-system .user-center .footer .contact-container .contact a {
  color: #0C111D !important;
  text-decoration-line: none !important;
}
@media (max-width: 768px) {
  /* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer {
    display: block;
    width: fit-content;
  }
  /* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer .logo {
    margin-bottom: 24px;
  }
  /* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer .logo img {
    max-height: calc(38px - 15px);
    max-width: calc(166px - 15px);
  }
  /* line 77, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer .contact-container {
    font-size: 14px;
  }
  /* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer .contact-container .title {
    font-size: 24px;
  }
  /* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer .contact-container .contact {
    display: block;
  }
  /* line 87, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/footer.scss */
  .design-system .user-center .footer .contact-container .contact div:first-child {
    margin-bottom: 8px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center {
  min-height: 100vh;
  background-color: #ffffff;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navbar {
  background-color: #F8F8F8F8;
  border-bottom: 1px solid #E3E3E3;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 24px;
  position: sticky;
  top: 0;
  width: auto;
  z-index: 1000;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navbar .logo img {
  margin-left: 16px;
  max-height: 38px;
  max-width: 166px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .header {
  align-items: center;
  background-image: url(/assets/user-center/header-77eb074b243306a3fcbaf780322893c307853f546241918c7ae00732d4f5fc59.webp);
  background-position: center;
  background-repeat: space;
  background-size: 100% 100%;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  font-size: calc(100vw / 72);
  height: calc(100vw / 4 + 43px);
  justify-content: end;
  padding-bottom: calc(100vw / 20 + 5px);
  text-align: center;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .header .title {
  font-family: Poppins;
  font-size: calc(100vw / 20);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navigation-tab-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  margin-top: 16px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navigation-tab-container .tab-container {
  margin-top: 0px;
}
/* line 59, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navigation-tab-container .tab-container .tab svg {
  fill: #0C111D;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navigation-tab-container .tab-container .tab span {
  margin-left: 8px;
}
/* line 67, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navigation-tab-container .tab-container .tab.active {
  color: #00BBA7;
  font-weight: 600;
}
/* line 71, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .navigation-tab-container .tab-container .tab.active svg {
  fill: #00BBA7;
}
/* line 79, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .main-container {
  color: #0C111D;
  font-size: 18px;
  padding: 56px 40px;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .main-container .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .main-container .title.sm {
  font-size: 20px;
}
/* line 94, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .main-container .tab-container .active a {
  color: #00BBA7;
}
/* line 98, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .main-container .link {
  color: #00BBA7;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .card-menu-container {
  display: flex;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .card-menu-container div {
  margin-left: 24px;
}
/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center > .text-divider {
  border-color: #D0D5DD;
}
/* line 117, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center > .text-divider.alt {
  border-bottom: 2px solid #00BBA7;
  margin: 48px 0px;
}
/* line 123, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .my-40 {
  margin: 40px 0px;
}
/* line 127, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .list-itens {
  padding-inline-start: 20px;
}
/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .list-itens li {
  margin-bottom: 24px;
}
/* line 135, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .image-list img {
  margin-right: 32px;
}
/* line 139, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .img-mobile svg {
  height: 100%;
  max-width: 100%;
  width: auto;
}
/* line 146, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #primary-color {
  fill: #00BBA7;
}
/* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #primary-light-color {
  fill: #F0FDFA;
}
/* line 154, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #sidemenu-color {
  fill: #0C111D;
}
/* line 158, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #sidemenu-bg {
  fill: #F8F8F8F8;
}
/* line 162, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #primary-stroke-color {
  stroke: #00BBA7;
}
/* line 166, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #file-input-color {
  stroke: #adf4e4;
  fill: #F0FDFA;
}
/* line 171, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center svg #primary-light-stroke-color {
  stroke: #F0FDFA;
}
/* line 176, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .text-danger {
  color: #D22F2D !important;
}
/* line 180, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
.design-system .user-center .text-muted {
  color: #475467 !important;
}
@media (max-width: 426px) {
  /* line 185, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .navbar {
    padding: 16px;
  }
  /* line 188, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .navbar .logo {
    display: contents;
  }
  /* line 191, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .navbar .logo img {
    margin-left: 0px;
    max-height: calc(38px - 15px );
    max-width: calc(166px - 15px );
  }
  /* line 199, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .header {
    background-size: 240%;
    font-size: 16px;
    height: 240px;
    padding: 0px 16px 48px;
  }
  /* line 205, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .header .title {
    font-size: 32px;
  }
  /* line 210, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .main-container {
    padding: 32px 16px;
  }
}
@media (max-width: 768px) {
  /* line 216, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .navigation-tab-container {
    justify-content: start;
    margin-bottom: 24px;
    margin-top: 0px;
  }
  /* line 222, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .img-mobile {
    width: 100%;
    overflow: auto;
  }
  /* line 226, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .img-mobile svg {
    max-width: none !important;
  }
}
@media (max-width: 1024px) {
  /* line 233, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .card-menu-container {
    display: block;
  }
  /* line 236, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/index.scss */
  .design-system .user-center .card-menu-container div {
    margin-left: 0px;
    margin-top: 8px;
  }
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request .content-header {
  margin-bottom: 40px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request .title {
  margin-bottom: 24px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request .img-container {
  display: flex;
  margin: 40px 0px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request .mb-32 {
  margin-bottom: 32px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request ol, .design-system .user-center #pix-transfer-request ul {
  padding-inline-start: 20px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request .email a {
  color: #00BBA7;
  font-weight: 700;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
.design-system .user-center #pix-transfer-request .email a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  /* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
  .design-system .user-center #pix-transfer-request .img-container {
    display: block;
  }
  /* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/pix-transfer-request.scss */
  .design-system .user-center #pix-transfer-request .img-container .overflow-svg {
    overflow: scroll;
    width: 100%;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  max-height: 80vh;
  overflow-y: auto;
  padding: 24px;
  position: sticky;
  top: 120px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 800;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .itens {
  cursor: pointer;
  font-size: 18px;
  line-height: 133%;
  margin-top: 16px;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .itens.active, .design-system .user-center .topic-sidemenu .itens:hover {
  color: #00BBA7;
  font-weight: 600;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .item-list .main-item,
.design-system .user-center .topic-sidemenu .item-list .sub-item {
  cursor: pointer;
  font-size: 18px;
  line-height: 133%;
  margin-top: 16px;
}
/* line 39, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .item-list .main-item.active, .design-system .user-center .topic-sidemenu .item-list .main-item:hover,
.design-system .user-center .topic-sidemenu .item-list .sub-item.active,
.design-system .user-center .topic-sidemenu .item-list .sub-item:hover {
  color: #00BBA7;
  font-weight: 600;
}
/* line 46, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .item-list .sub-item {
  margin-left: 16px;
}
/* line 52, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
.design-system .user-center .topic-sidemenu .item-list:has(.sub-item.active) .main-item {
  font-weight: 700;
}
@media (max-width: 1024px) {
  /* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/topic-sidemenu.scss */
  .design-system .user-center .topic-sidemenu {
    display: none;
  }
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/user-management.scss */
.design-system .user-center #user_management .user-management-infos .topic {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/user-management.scss */
.design-system .user-center #user_management .user-management-infos .topic .topic-icon {
  margin-right: 12px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/user-management.scss */
.design-system .user-center #user_management .text-danger,
.design-system .user-center #user_management .text-muted {
  font-size: 16px;
}
/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/app/grafeno-statement-entries.scss */
.design-system .user-center #grafeno-statement-entries .accessing-instructions {
  display: flex;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/app/grafeno-statement-entries.scss */
.design-system .user-center #grafeno-statement-entries .accessing-instructions div {
  margin-left: 24px;
}
@media (max-width: 1024px) {
  /* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/app/grafeno-statement-entries.scss */
  .design-system .user-center #grafeno-statement-entries .accessing-instructions {
    display: block;
  }
  /* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/user-center/app/grafeno-statement-entries.scss */
  .design-system .user-center #grafeno-statement-entries .accessing-instructions div {
    margin-left: 0px;
    margin-top: 8px;
  }
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system .main-content label {
  font-size: 14px;
  font-weight: 600;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system .main-content input, .design-system .main-content select {
  border: 2px solid #D0D5DD;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/components/form-control-input.scss */
.design-system .main-content ::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #687288;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content h3, .design-system .main-content .card.card-default .card-header, .card.card-default .design-system .main-content .card-header {
  font-size: 24px;
  font-weight: 700;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content h6 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .ds-none {
  display: none;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .ds-block {
  display: block !important;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .margin-header {
  margin-bottom: 32px;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .margin-footer {
  margin-top: 32px;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .spacing-left {
  margin-left: 24px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .spacing-right {
  margin-right: 24px;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content input[type="submit"] {
  border: none;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .ds-card-header-row .JS-ds-search-form-btns {
  padding: 0px !important;
  display: flex;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .main-content .ds-card-header-row .JS-ds-search-form-btns a, .design-system .main-content .ds-card-header-row .JS-ds-search-form-btns button {
  margin-right: 0px !important;
  margin-left: 24px !important;
}
/* line 56, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .line-height-normal {
  line-height: normal !important;
}
/* line 60, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .ds-padding-none {
  padding: 0px !important;
}
/* line 64, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .gap-1 {
  gap: 4px;
}
/* line 68, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .gap-2 {
  gap: 8px;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .gap-3 {
  gap: 16px;
}
/* line 76, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .gap-4 {
  gap: 24px;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .gap-5 {
  gap: 32px;
}
/* line 84, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .gap-6 {
  gap: 60px;
}
/* line 88, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/main-content.scss */
.design-system .font-weight-semibold {
  font-weight: 600;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.design-system svg .brand-color-pure {
  fill: #00BBA7;
}

/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.turbolinks-progress-bar {
  background-color: #00BBA7 !important;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.swal-confirm-modal .title {
  color: #0C111D !important;
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 8px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.swal-confirm-modal .content {
  color: #0C111D !important;
  font-size: 16px;
  margin-bottom: 8px;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.swal-confirm-modal .subcontent {
  color: #475467 !important;
  font-size: 12px;
  margin-bottom: 24px;
  line-height: 150%;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.swal-confirm-modal .alert {
  align-items: center;
  background: #F1F1F1;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0px;
  padding: 16px;
  text-align: left;
}
/* line 51, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/_application.scss */
.swal-confirm-modal .alert svg {
  fill: #00BBA7;
  height: 24px;
  margin-right: 16px;
  stroke: #00BBA7;
  width: 24px;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/accounts_modal.scss */
.clients .accounts-modal .modal-body {
  line-height: 2.5;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/accounts_modal.scss */
.clients .accounts-modal .account-label {
  display: block;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/colors.scss */
.clients .gray {
  color: #999;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/components.scss */
.clients .card-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/components.scss */
.clients .custom-table {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #e5e5e5;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/components.scss */
.clients .checkbox {
  width: 20px !important;
  height: 20px !important;
  border-radius: 3px !important;
  border: 2px solid #e5e5e5 !important;
  margin-right: 10px !important;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/components.scss */
.clients .checkbox:checked {
  border: 3px solid #00BBA7 !important;
  background-color: #00BBA7 !important;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/components.scss */
.clients .actions {
  display: inline-flex;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/components.scss */
.clients .batch-role-select {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 23px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/edit_user.scss */
.clients .edit-user .card-header-user-edit {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #2d2d2d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/edit_user.scss */
.clients .edit-user .table-container {
  padding: 1px;
}
/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .mr-20 {
  margin-right: 20px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .ml-20 {
  margin-left: 20px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .wh-100 {
  width: 100px;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .w-10 {
  width: 10%;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .w-40 {
  width: 40%;
}
/* line 21, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .uppercase {
  text-transform: uppercase;
}
/* line 25, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/helpers.scss */
.clients .pull-right {
  float: right;
  text-align: right;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/edit_user.scss */
.clients .invitation .edit-user .card-header-user-edit {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  color: #2d2d2d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/edit_user.scss */
.clients .invitation .edit-user .table-container {
  padding: 1px;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/invitation.scss */
.clients .invitation .actions {
  margin-top: 20px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/invitation.scss */
.clients .invitation .form-group {
  margin-bottom: 0;
}
/* line 13, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/invitation.scss */
.clients .invitation .accounts-modal .btn-cancel:hover {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/invitation.scss */
.clients .invitation .accounts-modal .actions {
  display: flow-root !important;
  margin-bottom: 20px;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .row {
  margin-left: 10px;
  margin-right: 10px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .filter {
  margin-top: 20px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .table-container {
  padding: 25px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .actions {
  margin-left: 25px;
  margin-bottom: 25px;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .action-buttons {
  width: 16%;
  display: flex;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .action-buttons .edit-button-form {
  margin: 0px 8px;
  line-height: 27px;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .action-buttons .btn-primary:disabled, .clients .users #ccb-request .requests.warranty .action-buttons .btn-primary:disabled, #ccb-request .requests.warranty .clients .users .action-buttons .btn-primary:disabled {
  color: #0C111D;
  background-color: #F1F1F1;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/list.scss */
.clients .users .action-buttons .btn-primary:disabled:active, .clients .users #ccb-request .requests.warranty .action-buttons .btn-primary:disabled:active, #ccb-request .requests.warranty .clients .users .action-buttons .btn-primary:disabled:active, .clients .users .action-buttons .btn-primary:disabled:focus, .clients .users #ccb-request .requests.warranty .action-buttons .btn-primary:disabled:focus, #ccb-request .requests.warranty .clients .users .action-buttons .btn-primary:disabled:focus {
  background-color: #687288 !important;
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/pre_invitation.scss */
.clients .pre-invitation hr {
  margin-left: 20px;
  margin-right: 20px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/pre_invitation.scss */
.clients .pre-invitation .client {
  margin-bottom: 30px;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/pre_invitation.scss */
.clients .pre-invitation .accesses .card-header {
  font-size: 14px;
  padding: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/clients/users/pre_invitation.scss */
.clients .pre-invitation .actions {
  margin-top: 20px;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/confirm.scss */
.charge-concession-confirm .card-body .btn {
  margin: 0px 0px 6px 32px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/confirm.scss */
.charge-concession-confirm .card-footer {
  margin-top: 48px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/confirm.scss */
.charge-concession-confirm a[disabled="disabled"] {
  color: #8C8C8C;
  background-color: #F1F1F1;
  pointer-events: none;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/request_imports.scss */
.charge-concession-request-imports .card-body {
  margin-top: 24px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/request_imports.scss */
.charge-concession-request-imports .card-footer {
  margin-top: 48px;
}

/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-show .card-body .table {
  margin-top: 24px;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-show .card-body .table th {
  vertical-align: middle;
  color: #141414;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-show .card-body .table th, .charge-concession-show .card-body .table td {
  font-size: 14px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-show .card-body .table-responsive {
  margin-top: 40px;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-show .card-footer {
  margin-top: 48px;
}

/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card {
  padding: 0px;
  margin-top: 40px;
  border: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08) !important;
}
/* line 29, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .card-header {
  display: flex;
  align-items: center;
  margin: 0px;
  border: none;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .card-header .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-left: 8px;
}
/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .card-header .total-card {
  border: 1px solid #D2D2D2;
  padding: 8px 16px;
  font-size: 16px;
  min-width: 195px;
  border-radius: 4px;
  line-height: 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .card-header .total-card .line {
  font-weight: 700;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .card-header .total-card .total {
  font-weight: 400;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .card-body {
  padding-left: 0px;
}
/* line 61, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .table-responsive {
  margin-top: 0px;
}
/* line 65, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .table-responsive .table thead tr th {
  color: #656565;
}
/* line 70, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_concession/show.scss */
.charge-concession-table .card .table-responsive .table tbody tr td {
  color: #141414;
  font-size: 14px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
.label-tooltip {
  color: #00BBA7;
  margin-left: 8px;
  margin-bottom: 0px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
.fieldset-explanation {
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 16px 0;
  border-radius: 4px;
  line-height: 150% !important;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
.fieldset-explanation div {
  color: #00BBA7;
  font-size: 24px;
}

/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
.JS-has-char-counter {
  position: relative;
  min-height: 10em !important;
}

/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
.JS-char-counter {
  color: #687288;
  position: absolute;
  right: 1em;
  text-align: right;
  top: 0;
}

/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
#charges_new .select2-selection, #charges_new .form-control {
  border-radius: 4px;
  border-width: 2px;
}
/* line 45, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
#charges_new .input-group-prepend {
  display: none;
}
/* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
#charges_new label {
  text-transform: lowercase;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charge_form.scss */
#charges_new label:first-letter {
  text-transform: uppercase;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.text-divider {
  text-align: start;
  width: 100%;
  height: 3px;
  background-color: transparent;
  line-height: 0px;
  border-bottom: 1px solid #E3E3E3;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.text-divider span {
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  padding: 0px 16px 0px 0px;
  text-transform: uppercase;
  color: #475467;
  font-weight: 400;
  background-color: #FFFFFF;
}

/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/text-divider.scss */
.text-divider:before {
  content: none;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .card-body .alert-info {
  margin-bottom: 32px;
  width: 70%;
  font-size: 14px;
  background-color: #E4F3FF;
  border: 2px solid #317AEC;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .card-body .text-divider {
  margin: 0px 0px 40px 0px;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-form .input-group-prepend, .nc-simulations .container-form .input-group-append {
  display: none;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-form .card-form-group {
  display: flex;
  align-items: center;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-form .card-form-group .form-group {
  margin-right: 40px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-form .card-form-group .btn {
  margin-top: 15px;
}
/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-list {
  display: grid;
  column-gap: 50px;
  grid-template-columns: auto auto;
  margin-bottom: 32px;
}
/* line 36, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-list ul {
  list-style-type: none;
  padding: 0;
}
/* line 40, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-list li {
  background-color: #FAFAFA;
  height: 56px;
  min-width: 452px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 24px;
  border-bottom: solid 1px #D2D2D2;
}
/* line 50, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-list li b, .nc-simulations .container-list span {
  font-size: 14px;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-table table tr {
  height: 48px;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations .container-table table td {
  font-size: 14px;
}
/* line 62, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/commercial_note/simulation.scss */
.nc-simulations #ds-btn-filter {
  margin-right: 24px;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charges-index .table tbody, .charges-index tfoot {
  font-size: 14px;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-badge-container {
  margin-right: 5px;
  gap: 20px 5px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-badge-container a {
  color: inherit;
}
/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-badge-container a:hover {
  text-decoration: none;
}
/* line 17, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-badge-container .badge {
  max-width: 140px;
  text-wrap: wrap;
}

/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-table-row {
  align-items: center;
  background-color: #F1F1F1;
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
  padding: 1em 2em;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-table-row span {
  text-align: end;
}

/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
.charge-table-set-title {
  color: #475467;
  flex: 0 0 85.3%;
  max-width: 85.3%;
  padding: 2rem 1rem .5rem 0;
  text-transform: uppercase;
  font-size: 12px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 49, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
  .charges-index .table tbody td .badge {
    white-space: normal;
    font-size: 0.8vw;
  }
}
@media (max-width: 1200px) {
  /* line 57, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/charges.scss */
  .charge-table-set-title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2rem 2rem .5rem 1rem;
  }
}
/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container {
  margin-top: 40px;
}
/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container h4 {
  margin-bottom: 16px;
}
/* line 9, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container p {
  color: #656565;
  margin-bottom: 32px;
}
/* line 15, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container .wrapper .title {
  margin-bottom: 16px;
  font-weight: 500;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container .wrapper p {
  font-size: 14px;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container .wrapper p a {
  font-weight: 700;
  color: #00BBA7;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/api_token.scss */
.ds-api-tokens-disabled .notice-container .wrapper p a:hover {
  text-decoration: none;
  color: #008879;
}

/* line 3, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pending_transactions.scss */
.pending-transactions .table label svg {
  color: #00BBA7;
  font-size: 16px;
  margin-left: 8px;
}
/* line 10, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/pending_transactions.scss */
.pending-transactions .warning {
  background-color: #FFEBEE;
  text-align: left;
  color: #B61D1A;
  padding: 16px;
  font-size: 14px;
}

/* line 1, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.statement-entries-modal .swal2-content {
  font-size: 1rem;
  text-align: left;
  padding: 0;
}

/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.statement-entries-modal .swal2-actions {
  justify-content: flex-end;
  margin-top: 0;
}

/* line 12, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.statement-entries-modal .swal2-confirm {
  color: #2d2d2d;
}

/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.statement-entries-modal .swal2-actions .swal2-confirm,
.statement-entries-modal .swal2-actions .JS-devolver-pix-link {
  height: 48px;
  min-width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 31, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.statement-entries-modal .swal2-actions .JS-devolver-pix-link {
  margin-right: 8px;
}

/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.statement-entries-modal .swal2-actions .swal2-confirm:focus {
  box-shadow: none;
}

/* line 41, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/grafeno_statement_entries.scss */
.design-system .statement-entries-modal .card-header {
  margin-bottom: 32px;
  padding-bottom: 20px;
  padding-top: 0;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/consolidated.scss */
.consolidated .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/consolidated.scss */
.consolidated .title a svg {
  margin-right: 8px;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables .button-container {
  margin-top: 40px;
}
/* line 8, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables .table tr .subtitle {
  color: #8C8C8C;
  font-size: 14px;
  padding-top: 4px;
  text-transform: uppercase;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .modal-header, .card-receivables #safeAccountModal .modal-body, .card-receivables #safeAccountModal .modal-footer {
  padding: 24px 0px;
  border: none;
}
/* line 23, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .modal-body {
  padding-top: 0px;
}
/* line 27, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .table-responsive {
  height: 270px;
  overflow-y: scroll;
}
/* line 32, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .table {
  border: none;
}
/* line 34, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .table thead {
  background-color: #FAFAFA;
  border: none;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .table thead th {
  border: none;
  text-transform: none;
}
/* line 42, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .table tbody tr {
  background-color: #FFFFFF;
  color: #141414;
  height: 48px;
}
/* line 47, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/card_receivables.scss */
.card-receivables #safeAccountModal .table tbody tr td {
  border: none;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/lockscreen.scss */
.lockscreen-new .title {
  margin-top: 48px;
  font-size: 20px;
}
/* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/lockscreen.scss */
.lockscreen-new .title div {
  margin-top: 16px;
  font-size: 14px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/lockscreen.scss */
.lockscreen-new .form-group {
  margin-bottom: 48px;
}
/* line 14, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/lockscreen.scss */
.lockscreen-new .form-group .form-control {
  letter-spacing: 0.5px;
}

/* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch input[type='checkbox'] {
  position: absolute;
  opacity: 0;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch .switch {
  width: 40px;
  height: 24px;
  border: 2px solid #D0D5DD;
  background-color: #D0D5DD;
  border-radius: 24px;
  position: absolute;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 19, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch .switch:focus {
  border-color: #0C111D;
}
/* line 24, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch input[type='checkbox']:checked ~ .switch {
  background-color: #00BBA7;
  border-color: #00BBA7;
}
/* line 28, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch input[type='checkbox']:checked ~ .switch:focus {
  border-color: #0C111D;
}
/* line 33, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch input[type='checkbox']:checked ~ .switch:after {
  left: 15px;
  border: none;
}
/* line 38, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch .switch:after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  -moz-transition: all 0.3s 0.1s ease-in-out;
  -o-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch.default-active, .ds-ip-bank-accounts .toggle-switch.disabled {
  pointer-events: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch.disabled .switch {
  background-color: #FFFFFF !important;
  border-color: #D0D5DD !important;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/design-system/pages/page-components/toggle-switch.scss */
.ds-ip-bank-accounts .toggle-switch.disabled .switch:after {
  background-color: #D0D5DD;
}
/* line 4, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .card-header {
  margin-bottom: 40px !important;
  border: none !important;
}
/* line 7, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .card-header h3, .ds-ip-bank-accounts .card-header .card.card-default .card-header, .card.card-default .ds-ip-bank-accounts .card-header .card-header {
  margin-bottom: 24px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .card-header .header-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}
/* line 18, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .ip-bank-accounts-dropdown-menu {
  padding: 0px;
  min-width: 200px;
}
/* line 22, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .ip-bank-accounts-dropdown-menu .ip-bank-accounts-option {
  padding: 12px;
  border-bottom: 1px solid #e3e3e3;
}
/* line 26, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .ip-bank-accounts-dropdown-menu .ip-bank-accounts-option svg {
  margin-right: 8px;
}
/* line 30, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .ip-bank-accounts-dropdown-menu .ip-bank-accounts-option a:hover {
  text-decoration: none;
}
/* line 37, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .modal-header,
.ds-ip-bank-accounts .modal-contracts .modal-body,
.ds-ip-bank-accounts .modal-contracts .modal-footer {
  padding: 24px 0px;
  border: none;
}
/* line 44, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .modal-body {
  padding-top: 0px;
}
/* line 48, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table-responsive {
  height: 270px;
  overflow-y: scroll;
}
/* line 53, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table {
  border: none;
}
/* line 55, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table thead {
  background-color: #fafafa;
  border: none;
}
/* line 58, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table thead th {
  border: none;
  text-transform: none;
}
/* line 63, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table tbody tr {
  background-color: transparent;
  color: #141414;
  height: 48px;
  border-color: #f1f1f1;
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table tbody tr td {
  border: none;
}
/* line 72, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .modal-contracts .table tbody tr td .download-link {
  text-decoration: underline;
}
/* line 80, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .label-action {
  font-size: 12px;
  color: #475467;
  text-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 89, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive {
  overflow-x: visible;
}
/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .status label {
  margin-bottom: 0px;
}
/* line 95, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .status label svg {
  color: #FBB209;
  height: 20px;
  width: 23px;
}
/* line 104, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .table tbody tr .td-action {
  gap: 8px;
  display: flex;
  justify-content: center;
}
/* line 109, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .table tbody tr .td-action .btn-sm, .ds-ip-bank-accounts .table-responsive .table tbody tr .td-action .btn-group-sm > .btn {
  padding-top: 10px;
}
/* line 112, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .table tbody tr .td-action .btn-sm .fa-clock, .ds-ip-bank-accounts .table-responsive .table tbody tr .td-action .btn-group-sm > .btn .fa-clock {
  font-size: 16px;
}
/* line 118, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .table tbody tr .td-action .btn-accept-term svg {
  margin-bottom: 2px;
}
/* line 124, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .table-responsive .table tbody tr td {
  font-size: 14px;
}
/* line 130, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .toggle-switch-label {
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 32px;
  margin-top: 16px;
}
/* line 137, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .text-container {
  overflow: hidden;
}
/* line 140, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .text-container div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 147, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .text-container a {
  color: #475467;
}
/* line 150, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.ds-ip-bank-accounts .text-container a:hover {
  text-decoration: none;
  color: #00BBA7;
  font-weight: 500;
}

/* line 159, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.judicial-blocking.callout.warning {
  text-align: left;
}
/* line 162, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.judicial-blocking.callout.warning .title,
.judicial-blocking.callout.warning .description,
.judicial-blocking.callout.warning .transactional-emails .steps-list,
.transactional-emails .judicial-blocking.callout.warning .steps-list,
.judicial-blocking.callout.warning .transactional-emails .footer-text,
.transactional-emails .judicial-blocking.callout.warning .footer-text,
.judicial-blocking.callout.warning .transactional-emails .footer-text-whitelabel,
.transactional-emails .judicial-blocking.callout.warning .footer-text-whitelabel,
.judicial-blocking.callout.warning .transactional-emails .footer-link-grafeno,
.transactional-emails .judicial-blocking.callout.warning .footer-link-grafeno {
  font-size: 14px !important;
}
/* line 167, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
.judicial-blocking.callout.warning .description, .judicial-blocking.callout.warning .transactional-emails .steps-list, .transactional-emails .judicial-blocking.callout.warning .steps-list, .judicial-blocking.callout.warning .transactional-emails .footer-text, .transactional-emails .judicial-blocking.callout.warning .footer-text, .judicial-blocking.callout.warning .transactional-emails .footer-text-whitelabel, .transactional-emails .judicial-blocking.callout.warning .footer-text-whitelabel, .judicial-blocking.callout.warning .transactional-emails .footer-link-grafeno, .transactional-emails .judicial-blocking.callout.warning .footer-link-grafeno {
  margin-bottom: 0px !important;
}

@media (min-width: 1440px) {
  /* line 174, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .toggle-switch-container,
  .ds-ip-bank-accounts .toggle-switch-closing-accounts-container {
    margin-top: 25px !important;
  }
  /* line 179, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .col-lg-auto:has(.toggle-switch-closing-accounts-container) {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: auto !important;
  }
}
@media (min-width: 1366px) {
  /* line 189, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .custom-flex-col {
    width: 215px !important;
  }
  /* line 193, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .toggle-switch-container,
  .ds-ip-bank-accounts .toggle-switch-closing-accounts-container {
    margin-top: 25px;
  }
  /* line 198, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .col-lg-auto:has(.toggle-switch-closing-accounts-container) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1440px) {
  /* line 207, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .account-number,
  .ds-ip-bank-accounts .kind-cd {
    width: 215px !important;
  }
}
@media (min-width: 499px) and (max-width: 720px) {
  /* line 216, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .col-mobile {
    flex: 1 1 auto !important;
    max-width: 33.3333333333% !important;
  }
  /* line 221, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .col-mobile-toggle {
    flex: 1 1 auto !important;
    max-width: 50% !important;
  }
}
@media (max-width: 500px) {
  /* line 230, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .col-mobile {
    flex: 1 1 auto !important;
    max-width: 100% !important;
  }
  /* line 235, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .col-mobile-toggle {
    flex: 1 1 auto !important;
    max-width: 100% !important;
  }
  /* line 240, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .toggle-switch-container {
    margin-top: 8px;
  }
  /* line 244, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/ip_bank_accounts.scss */
  .ds-ip-bank-accounts .toggle-switch-closing-accounts-container {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  /* line 2, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_hubspot_chat.scss */
  div#hubspot-messages-iframe-container {
    bottom: 70px !important;
  }

  /* line 6, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_hubspot_chat.scss */
  div#hubspot-messages-iframe-container.default {
    bottom: 0px !important;
  }
}
/* line 69, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.environment-banner {
  line-height: 12px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 110000;
  border-top: 5px solid #39c880;
}
/* line 78, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.environment-banner .environment-label {
  background-color: #39c880;
  border-radius: 0 0 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .01em;
  padding: 3px 16px 12px 16px;
  text-transform: uppercase;
  user-select: none;
}

/* line 92, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.btn-cocoon-danger {
  margin-top: 30px;
}

/* line 96, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.btn-cocoon-success {
  margin-bottom: 10px;
}

/* line 100, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.btn-optional-charge {
  margin-top: 30px;
}

/* line 106, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.btn.reset-input, .btn.reset-input-all {
  font-size: 11px;
  margin-bottom: 4px;
  border: 1px solid #767676;
}

/* line 114, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.btn-primary, #ccb-request .requests.warranty .action-buttons .btn-primary,
.badge-primary {
  color: #FFFFFF;
}

/* line 119, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
#iframe-document {
  height: 400px;
  width: 100%;
  border: none;
}

/* line 125, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.messaging-rule-col {
  margin-bottom: 10px;
}

/* line 129, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.messaging-rule-buttons {
  margin-top: -50px;
}

/* line 133, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.table-fixed-head {
  overflow-y: auto;
  height: 300px;
}

/* line 138, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.table-fixed-head thead th {
  position: sticky;
  top: 0;
  background: white;
}

/* line 144, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
.swal2-container.swal2-top-end.swal2-backdrop-show {
  margin-top: 60px;
}

/* line 149, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/_base_application.scss */
#sessions_new .swal2-container.swal2-top-end.swal2-backdrop-show {
  margin-top: 20px !important;
}

/* line 5, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/whitelabel/grafeno/application.scss */
.design-system .ds-logo {
  max-height: 47px;
  max-width: 206px;
}
/* line 11, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/whitelabel/grafeno/application.scss */
.design-system .stepper-bar .stepper-bar-img {
  max-height: 49px;
  max-width: 216px;
}
/* line 16, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/whitelabel/grafeno/application.scss */
.design-system .stepper-bar .stepper-bar-vector-1 {
  border-right: 170px solid #bfeee9;
}
/* line 20, /home/runner/work/grafeno-pagamentos/grafeno-pagamentos/app/assets/stylesheet/whitelabel/grafeno/application.scss */
.design-system .stepper-bar .stepper-bar-vector-2 {
  border-right: 320px solid #e5f8f6;
}
