body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4e6788; /* Alterado */
  padding-top: 69px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins', sans-serif;
  color: #293647; /* Alterado */
  font-weight: 600
}

code {
  background: #f5f7fa; /* Alterado */
  color: #293647; /* Alterado */
  padding: 0.25rem 0.375rem;
  border-radius: .25rem
}



.breadcrumb-item {
 /*  text-transform: uppercase; */
  font-weight: 500;          /* Deixa a fonte um pouco mais forte, como no menu */
  font-size: 0.9rem;         /* Tamanho da fonte levemente menor para um visual refinado */
}

.breadcrumb-item a {
  color: #6c757d; /* Um cinza médio, similar ao dos títulos do menu */
  text-decoration: none; /* Remove o sublinhado padrão */
  transition: color 0.2s ease-in-out; /* Efeito suave ao passar o mouse */
}

.breadcrumb-item a:hover {
  color: #5236CB; /* A cor primária do seu tema (o roxo dos botões) */
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #495057; /* Um cinza mais escuro para dar destaque ao item atual */
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">"; /* Substitui a barra padrão '/' por '>' */
  padding: 0 0.5rem; /* Adiciona um espaçamento em volta do '>' */
}

.table-bordered th,
.table-bordered td {
  border-color: #e7e9ed
}

.table th,
.table td {
  border-color: #e7e9ed
}

.table thead th {
  border-color: #e7e9ed
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f7fa; /* Alterado */
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #455b77; /* Alterado */
}

.table>:not(caption) th.theme-bg-light {
  background: #f5f7fa; /* Alterado */
}

.popover {
  border-color: #e0f7e6
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
  border-left-color: #e0f7e6
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
  border-right-color: #e0f7e6
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
  border-top-color: #e0f7e6
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  border-bottom-color: #e0f7e6
}

a.theme-link {
  color: #293647; /* Alterado */
  text-decoration: underline;
  text-decoration-color: rgba(41, 54, 71, 0.3) /* Alterado */
}

a.theme-link:hover {
  color: #4930b8; /* Alterado */
  text-decoration-color: rgba(73, 48, 184, 0.8) /* Alterado */
}

a.text-link {
  text-decoration: none
}

a.text-link:hover {
  text-decoration: underline
}

.btn {
  font-weight: 600;
  padding: 0.6rem 1.25rem;
  border: none
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .btn:hover,
  .btn:active,
  .btn:focus {
    transition: none
  }
}

.btn:focus,
.btn.focus {
  box-shadow: none !important
}

.btn-primary {
  background: #5236CB; /* Alterado */
  color: #fff
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #4930b8; /* Alterado */
  color: #fff
}

.btn-secondary {
  background: #455b77; /* Alterado */
  color: #fff
}

.btn-light {
  background: #f5f7fa; /* Alterado */
  color: #5236CB; /* Alterado */
}

.btn-light:hover {
  background: #cfe2ff; /* Alterado */
  color: #4930b8; /* Alterado */
}

.form-control {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  height: 2.75rem;
  border-color: var(--bs-border-color)
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  outline: none
}
.form-control:disabled {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.theme-icon-holder {
  display: inline-block;
  background: #f5f7fa; /* Alterado */
  color: #5236CB; /* Alterado */
  width: 32px;
  height: 32px;
  padding-top: 4px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%
}

.theme-icon-holder .svg-inline---fa {
  color: #5236CB; /* Alterado */
}

.theme-bg-light {
  background: #f5f7fa !important; /* Alterado */
}

.theme-bg-dark {
  background: #5236CB !important; /* Alterado */
}

.theme-bg-shapes-right {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden
}

.theme-bg-shapes-right:before {
  content: "";
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: -60px;
  top: 0;
  border-radius: 4px;
  transform: skew(25deg, -10deg);
  transform-origin: top left
}

.theme-bg-shapes-right:after {
  content: "";
  width: 150px;
  height: 600px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: 0px;
  top: 30px;
  border-radius: 6px;
  transform: skew(25deg, 10deg);
  /* Removed invalid property */
  transform-origin: top left
}

.theme-bg-shapes-left {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  overflow: hidden
}

.theme-bg-shapes-left:before {
  content: "";
  width: 300px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -90px;
  top: 0;
  border-radius: 6px;
  transform: skew(25deg, -12deg);
  transform-origin: top left
}

.theme-bg-shapes-left:after {
  content: "";
  width: 150px;
  height: 600px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0px;
  top: 30px;
  border-radius: 4px;
  transform: skew(-25deg, 10deg);
  transform-origin: top left
}

.alert-dark {
  color: #252930
}

.alert-light {
  color: #5d6778;
  border-color: #efefef
}

.border-radius-0 {
  border-radius: 0
}

.border-dashed {
  border: 1px dashed #5236cb;
}

.div-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bs-body-bg); /* mesma cor do fundo do bloco */
  padding: 0 1.5rem;
  font-weight: 600;
  color: #5236CB;
  font-size: 1.1rem;
  z-index: 2;
  border-radius: 1rem 1rem 0 0;
  pointer-events: none;
}

.font-style-normal {
  font-style: normal !important
}

.single-col-max {
  max-width: 800px
}

.mnh-100 {
  min-height: 100px !important;
}

.mnh-200 {
  min-height: 200px !important;
}

.mnh-300 {
  min-height: 300px !important;
}



.mnw-400 {
  min-width: 400px;
}

.mnw-500 {
  min-width: 500px;
}

.mnw-600  {
  min-width: 600px;
}

.mnw-700  {
  min-width: 700px;
}

.mnw-800 {
  min-width: 800px;
}

.mxw-400 {
  max-width: 400px;
}

.mxw-500 {
  max-width: 500px;
}

.mxw-600  {
  max-width: 600px;
}

.mxw-700  {
  max-width: 700px;
}

.mxw-800 {
  max-width: 800px;
}


.site-logo .logo-text {
  color: #5236CB;
  font-size: 1.5rem;
  font-weight: bold
}

.site-logo .text-alt {
  font-size: 1.5rem;
  font-weight: 300
}

.site-logo .navbar-brand {
  font-size: 2rem;
  font-weight: 600;
  padding-top: 0
}

.page-header.theme-bg-dark .page-heading {
  color: #fff
}

.page-header.theme-bg-dark .page-intro {
  color: #fff;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8
}

.icon-list li {
  font-size: 1.5rem;
  background: #f4fcf6;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
}

.icon-list li:hover {
  font-size: 1.5rem;
  background: #cfe2ff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
}

.icon-list li a {
  color: #5236CB; /* Alterado */
}

.icon-list li a:hover {
  color: #4930b8; /* Alterado */
}

.icon-list li:not(:last-child) {
  margin-right: 0.875rem;
}

.header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.btn-success,
.btn-warning,
.btn-info,
.btn-danger {
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
}

.footer .copyright {
  font-size: 0.875rem;
}

.page-heading {
  font-size: 2.5rem;
}

.page-intro {
  font-size: 1.125rem;
  font-weight: 400;
}

.main-search-box {
  max-width: 600px;
}

.docs-overview .card {
  border-color: #e7e9ed;
  position: relative;
  height: 100%;
}

.docs-overview .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #f5f7fa; /* Alterado */
}

.docs-overview .card:hover .card-icon-holder {
  background: #fff;
}

.docs-overview .card-icon-holder {
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  padding-top: 1rem;
  display: inline-block;
}

.docs-overview .card-title-text {
  display: inline-block;
  position: relative;
  top: -0.3rem;
}

.docs-overview .card-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.docs-overview .card-form:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background: #fff;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-form .search-input {
  font-size: 0.875rem;
  border-radius: 1.5rem;
  padding-right: 3rem;
  padding-left: 1.5rem;
}

.search-form .search-input:focus {
  border-color: #e7e9ed;
}

.search-form .search-btn {
  color: #53B656; /* Alterado */
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0.15rem;
  margin-right: 0;
}

.search-form .search-btn:active,
.search-form .search-btn:focus,
.search-form .search-btn:hover {
  outline: none !important;
  color: #5236CB; /* Alterado */
  box-shadow: none;
}

.docs-branding {
  min-height: 69px;
}

.docs-branding .top-search-box {
  width: 300px;
}

.docs-logo-wrapper {
  position: absolute;
  left: 15px;
  top: 0.5rem;
}

.docs-logo-wrapper .site-logo {
  display: inline-block;
}

.docs-top-utilities {
  padding-top: 4px;
}

.docs-sidebar-toggler {
  display: inline-block;
  border: none;
  padding: 0;
  font-size: inherit;
  position: relative;
  top: 0.3rem;
  background: none;
}

.docs-sidebar-toggler:focus {
  outline: none;
}

.docs-sidebar-toggler:hover span {
  opacity: 1; /* Alterado */
}

.docs-sidebar-toggler span {
  display: block;
  background-color: #293647; /* Alterado */
  height: 3px;
  width: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 0.8; /* Alterado */
  border-radius: 1px;
}

.docs-wrapper {
  position: relative;
}

.docs-sidebar {
  display: none;
  width: 300px;
  position: fixed;
  z-index: 10;
  top: 69px;
  height: calc(100% - 69px);
  background: #f5f7fa; /* Alterado */
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) #f5f5f5;
  scrollbar-width: thin;
  transition: transform 0.35s ease-in-out;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.docs-sidebar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.docs-sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .docs-sidebar {
    transition: none;
  }
}

.docs-sidebar.sidebar-visible {
  transform: translateX(0);
  display: block;
}

.docs-sidebar.sidebar-hidden {
  transform: translateX(-300px);
  display: block;
}

.docs-nav {
  overflow-y: auto;
  padding: 1rem;
}

.docs-nav .section-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.docs-nav .section-title a:hover {
  text-decoration: none;
}

.docs-nav .section-items {
  font-size: 0.875rem;
  position: relative;
}

.docs-nav .nav-item {
  margin-left: 2.5rem;
}

.docs-nav .nav-item.section-title {
  margin-left: 0;
}

.docs-nav .nav-item.section-title .nav-link {
  padding: 0;
}

.docs-nav .nav-item.section-title .nav-link:before {
  display: none;
}

.docs-nav .nav-item.active .nav-link {
  color: #5236CB; /* Alterado */
}

.docs-nav .nav-item.active .nav-link:before {
  background-color: #5236CB; /* Alterado */
}

.docs-nav .nav-item.active .nav-link .theme-icon-holder {
  color: #fff;
  background: #5236CB; /* Alterado */
}

.docs-nav .nav-link {
  display: inline-block;
  position: relative;
  padding: 0.3rem 1rem;
  color: #4e6788; /* Alterado */
}

.docs-nav .nav-link .theme-icon-holder {
  font-size: 0.875rem;
  padding-top: 0.375rem;
}

.docs-nav .nav-link.active {
  color: #5236CB; /* Alterado */
}

.docs-nav .nav-link.active:before {
  background-color: #5236CB; /* Alterado */
}

.docs-nav .nav-link.active .theme-icon-holder {
  color: #fff;
  background: #5236CB; /* Alterado */
}

.docs-nav .nav-link:before {
  background-color: #f5f7fa; /* Alterado */
  content: ' ';
  display: inline-block;
  height: inherit;
  left: 0;
  margin-top: -0.5rem;
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 1rem;
}

.docs-content {
  margin-left: 300px;
  /* padding-bottom: 100px; */
}

.docs-article {
  padding: 2rem;
  color: #4e6788; /* Alterado */
  scroll-margin-top: 69px;
}

.docs-article strong {
  color: #293647; /* Alterado */
}

.docs-article .docs-heading {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  color: #5236CB; /* Alterado */
}

.docs-article .docs-time {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  color: #747f94;
}

.docs-article .docs-section {
  padding: 2rem 0;
  border-bottom: 1px solid #e7e9ed;
  scroll-margin-top: 69px;
}

.docs-article .docs-section p:last-child {
  margin-bottom: 0;
}

.docs-article .section-heading {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  color: #293647; /* Alterado */
}

.docs-article h2,
.docs-article .h2 {
  color: #293647; /* Alterado */
}

.docs-article h3,
.docs-article .h3 {
  font-size: 1.5rem;
  color: #293647; /* Alterado */
}

.docs-article h4,
.docs-article .h4 {
  font-size: 1.25rem;
  color: #293647; /* Alterado */
}

.docs-article h5,
.docs-article .h5 {
  font-size: 1rem;
  color: #293647; /* Alterado */
}

.docs-article h6,
.docs-article .h6 {
  font-size: 0.875rem;
  color: #293647; /* Alterado */
}

.docs-article ul,
.docs-article ol,
.docs-article dl {
  padding-left: 1.5rem;
}

.docs-article li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.docs-code-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.callout-block {
  padding: 1.5rem;
  border-left: 3px solid #455b77; /* Alterado */
  background: #f5f7fa; /* Alterado */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.callout-block code {
  background: #fff;
}

.callout-block .callout-title {
  font-size: 1rem;
}

.callout-block.callout-block-info {
  border-color: #5236CB; /* Alterado */
  background: #f9fbfe;
}

.callout-block.callout-block-info .callout-title {
  color: #5236CB; /* Alterado */
}

.callout-block.callout-block-info a {
  color: #5236CB; /* Alterado */
}

.callout-block.callout-block-success {
  border-color: #53B656; /* Alterado */
  background: #e7f4eb;
}

.callout-block.callout-block-success .callout-title {
  color: #3e8554;
}

.callout-block.callout-block-success a {
  color: #3e8554;
}

.callout-block.callout-block-warning {
  border-color: #EEBF41;
  background: #fdf6e5;
}

.callout-block.callout-block-warning .callout-title {
  color: #d09c13;
}

.callout-block.callout-block-warning a {
  color: #d09c13;
}

.callout-block.callout-block-danger {
  border-color: #d26d69;
  background: #fbf3f2;
}

.callout-block.callout-block-danger .callout-title {
  color: #b73c37;
}

.callout-block.callout-block-danger a {
  color: #b73c37;
}

.cta-section .container {
  position: relative;
  z-index: 10
}

@media print {
  #docs-sidebar {
    display: none !important
  }
}

@media (max-width: 767.98px) {
  .docs-article .docs-heading {
    font-size: 2.25rem
  }

  .docs-article .section-heading {
    font-size: 1.5rem
  }
}

@media (max-width: 1199.98px) {
  .docs-content {
    margin-left: 0
  }

  .docs-article .docs-time {
    position: static;
    display: block;
    padding-top: 0.5rem
  }
}

pre[class*="language-"] {
  border-radius: 6px;
  background: #f6f8fa;
  padding: 1em;
  overflow: auto;
  font-size: 14px;
  border: 1px solid #d0d7de;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Opcional: monoespaçada como no GitHub */
code {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
}


.div-copy {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.icon-copy {
  color: var(--bs-gray-400) /* Alterado */
}
.icon-copy:hover {
  color: #5236CB; /* Alterado */
}

.icon-copy-position {
  font-size: 1.4rem;
  position: absolute;
  top: 26px;
  right: 15px;
  transform: translateY(-50%);
  color: var(--color-input-text);
}
.icon-copy-position:hover {
  font-size: 1.4rem;
  position: absolute;
  top: 26px;
  right: 15px;
  transform: translateY(-50%);
  color: #5236CB;
}

.copy-notification {
  margin-right: 8px;
  font-size: 0.875rem;
  color: #28a745;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-10px);
}

.copy-notification.show {
  opacity: 1;
  transform: translateX(0);
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  background-color: #ffffff00;
}

.form-floating > .form-control:focus ~ label, 
.form-floating > .form-control:not(:placeholder-shown) ~ label, 
.form-floating > .form-control-plaintext ~ label, 
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-1.7rem) translateX(0.15rem);
}

.form-floating > .form-select {
    padding-top: 0;
    padding-bottom: 0;
}

.form-control:disabled {
  background-color: var(--bs-body-bg);
  opacity: 1;
}


form-floating > .form-control:focus ~ label::after, 
.form-floating > .form-control:not(:placeholder-shown) ~ label::after, 
.form-floating > .form-control-plaintext ~ label::after, 
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: var(--bs-border-radius);
  font-weight: 500;
}

.form-floating > .form-control:focus, 
.form-floating > .form-control:not(:placeholder-shown), 
.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dropdown-header {
  padding: 0.25rem var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5236CB;
  font-weight: 600;
  white-space: nowrap;
}

.dropdown-item {
  padding: 0.2rem 2rem;
}

.dropdown-item:hover,
.dropdown-item:active{
  color: #5236CB;
  background-color: #cfe2ff !important;
}

.gen-nav .nav-link:focus,
.gen-nav .nav-link:hover,
.gen-nav .nav-link:active{
  color: #5236CB;
  background-color: #cfe2ff !important;
}

.gen-nav .nav-item:focus,
.gen-nav .nav-item:hover,
.gen-nav .nav-item:active{
  color: #5236CB;
  background-color: #cfe2ff !important;
}

.scrollable-menu {
  height: auto;
  max-height: 600px;
  overflow-x: hidden;
}

.form-check .form-check-input {
  float: none;
}

.form-check-input:checked {
  background-color: #5236CB;
  border-color: #5236CB;
}

.required::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

/********************* voltar ao topo *********************/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none; /* Inicialmente oculto */
}

.back-to-top.show {
  display: block; /* Mostra o botão quando necessário */
}
/********************* voltar ao topo *********************/


/********************* 404 *********************/
#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 600px;
  width: 100%;
  text-align: center;
}

.notfound .notfound-404 {
  height: 280px;
  position: relative;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 230px;
  margin: 0px;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url('../images/features/bg404.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 142px;
    }
    .notfound .notfound-404 h1 {
      font-size: 112px;
    }
}
/********************* 404 *********************/


/********************* Iconify *********************/
/* requer iconify.min.js */
.tech-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 1rem;
  border-radius: 8px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.tech-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.tech-badge span:last-child {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}
/********************* Iconify *********************/


.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-36 {
    width: 36px;
    height: 36px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}

.icon-json {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23888888' fill-rule='evenodd' d='M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM4.151 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114q.142.041.319.041q.245 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .084-.29a.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.352-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.192-.272.528-.422q.337-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211a1 1 0 0 1 .375.358q.135.222.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158q-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375m-3.104-.033a1.3 1.3 0 0 1-.082-.466h.764a.6.6 0 0 0 .074.27a.5.5 0 0 0 .454.246q.285 0 .422-.164q.137-.165.137-.466v-2.745h.791v2.725q0 .66-.357 1.005q-.355.345-.985.345a1.6 1.6 0 0 1-.568-.094a1.15 1.15 0 0 1-.407-.266a1.1 1.1 0 0 1-.243-.39m9.091-1.585v.522q0 .384-.117.641a.86.86 0 0 1-.322.387a.9.9 0 0 1-.47.126a.9.9 0 0 1-.47-.126a.87.87 0 0 1-.32-.387a1.55 1.55 0 0 1-.117-.641v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387a.87.87 0 0 1 .47-.129q.265 0 .47.129a.86.86 0 0 1 .322.387q.117.255.117.641m.803.519v-.513q0-.565-.205-.973a1.46 1.46 0 0 0-.59-.63q-.38-.22-.916-.22q-.534 0-.92.22a1.44 1.44 0 0 0-.589.628q-.205.407-.205.975v.513q0 .562.205.973q.205.407.589.626q.386.217.92.217q.536 0 .917-.217q.384-.22.589-.626q.204-.41.205-.973m1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676z'/%3E%3C/svg%3E");
}

.icon-json:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%235236CB' fill-rule='evenodd' d='M14 4.5V11h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM4.151 15.29a1.2 1.2 0 0 1-.111-.449h.764a.58.58 0 0 0 .255.384q.105.073.25.114q.142.041.319.041q.245 0 .413-.07a.56.56 0 0 0 .255-.193a.5.5 0 0 0 .084-.29a.39.39 0 0 0-.152-.326q-.152-.12-.463-.193l-.618-.143a1.7 1.7 0 0 1-.539-.214a1 1 0 0 1-.352-.367a1.1 1.1 0 0 1-.123-.524q0-.366.19-.639q.192-.272.528-.422q.337-.15.777-.149q.456 0 .779.152q.326.153.5.41q.18.255.2.566h-.75a.56.56 0 0 0-.12-.258a.6.6 0 0 0-.246-.181a.9.9 0 0 0-.37-.068q-.324 0-.512.152a.47.47 0 0 0-.185.384q0 .18.144.3a1 1 0 0 0 .404.175l.621.143q.326.075.566.211a1 1 0 0 1 .375.358q.135.222.135.56q0 .37-.188.656a1.2 1.2 0 0 1-.539.439q-.351.158-.858.158q-.381 0-.665-.09a1.4 1.4 0 0 1-.478-.252a1.1 1.1 0 0 1-.29-.375m-3.104-.033a1.3 1.3 0 0 1-.082-.466h.764a.6.6 0 0 0 .074.27a.5.5 0 0 0 .454.246q.285 0 .422-.164q.137-.165.137-.466v-2.745h.791v2.725q0 .66-.357 1.005q-.355.345-.985.345a1.6 1.6 0 0 1-.568-.094a1.15 1.15 0 0 1-.407-.266a1.1 1.1 0 0 1-.243-.39m9.091-1.585v.522q0 .384-.117.641a.86.86 0 0 1-.322.387a.9.9 0 0 1-.47.126a.9.9 0 0 1-.47-.126a.87.87 0 0 1-.32-.387a1.55 1.55 0 0 1-.117-.641v-.522q0-.386.117-.641a.87.87 0 0 1 .32-.387a.87.87 0 0 1 .47-.129q.265 0 .47.129a.86.86 0 0 1 .322.387q.117.255.117.641m.803.519v-.513q0-.565-.205-.973a1.46 1.46 0 0 0-.59-.63q-.38-.22-.916-.22q-.534 0-.92.22a1.44 1.44 0 0 0-.589.628q-.205.407-.205.975v.513q0 .562.205.973q.205.407.589.626q.386.217.92.217q.536 0 .917-.217q.384-.22.589-.626q.204-.41.205-.973m1.29-.935v2.675h-.746v-3.999h.662l1.752 2.66h.032v-2.66h.75v4h-.656l-1.761-2.676z'/%3E%3C/svg%3E");
}

.icon-csv {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23888888' fill-rule='evenodd' d='M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252q.284.091.665.091q.507 0 .859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1 1 0 0 0-.375-.357a2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176a.37.37 0 0 1-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214 0 .37.068a.6.6 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566a1.2 1.2 0 0 0-.5-.41a1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15q-.337.149-.527.421q-.19.273-.19.639q0 .302.122.524q.124.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326a.5.5 0 0 1-.085.29a.56.56 0 0 1-.255.193q-.167.07-.413.07q-.175 0-.32-.04a.8.8 0 0 1-.248-.115a.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399a.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26a.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964a1.4 1.4 0 0 0-.489-.272a1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223q-.375.222-.572.632q-.195.41-.196.979v.498q0 .568.193.976q.197.407.572.626q.375.217.914.217q.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363a.7.7 0 0 1-.272.25a.9.9 0 0 1-.401.087a.85.85 0 0 1-.478-.132a.83.83 0 0 1-.299-.392a1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z'/%3E%3C/svg%3E");
}

.icon-csv:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%235236CB' fill-rule='evenodd' d='M14 4.5V14a2 2 0 0 1-2 2h-1v-1h1a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.517 14.841a1.13 1.13 0 0 0 .401.823q.195.162.478.252q.284.091.665.091q.507 0 .859-.158q.354-.158.539-.44q.187-.284.187-.656q0-.336-.134-.56a1 1 0 0 0-.375-.357a2 2 0 0 0-.566-.21l-.621-.144a1 1 0 0 1-.404-.176a.37.37 0 0 1-.144-.299q0-.234.185-.384q.188-.152.512-.152q.214 0 .37.068a.6.6 0 0 1 .246.181a.56.56 0 0 1 .12.258h.75a1.1 1.1 0 0 0-.2-.566a1.2 1.2 0 0 0-.5-.41a1.8 1.8 0 0 0-.78-.152q-.439 0-.776.15q-.337.149-.527.421q-.19.273-.19.639q0 .302.122.524q.124.223.352.367q.228.143.539.213l.618.144q.31.073.463.193a.39.39 0 0 1 .152.326a.5.5 0 0 1-.085.29a.56.56 0 0 1-.255.193q-.167.07-.413.07q-.175 0-.32-.04a.8.8 0 0 1-.248-.115a.58.58 0 0 1-.255-.384zM.806 13.693q0-.373.102-.633a.87.87 0 0 1 .302-.399a.8.8 0 0 1 .475-.137q.225 0 .398.097a.7.7 0 0 1 .272.26a.85.85 0 0 1 .12.381h.765v-.072a1.33 1.33 0 0 0-.466-.964a1.4 1.4 0 0 0-.489-.272a1.8 1.8 0 0 0-.606-.097q-.534 0-.911.223q-.375.222-.572.632q-.195.41-.196.979v.498q0 .568.193.976q.197.407.572.626q.375.217.914.217q.439 0 .785-.164t.55-.454a1.27 1.27 0 0 0 .226-.674v-.076h-.764a.8.8 0 0 1-.118.363a.7.7 0 0 1-.272.25a.9.9 0 0 1-.401.087a.85.85 0 0 1-.478-.132a.83.83 0 0 1-.299-.392a1.7 1.7 0 0 1-.102-.627zm8.239 2.238h-.953l-1.338-3.999h.917l.896 3.138h.038l.888-3.138h.879z'/%3E%3C/svg%3E");
}
