/* @import url('//cdn2.scriptcase.net/lib/js/toolbar-component/toolbar.css'); */
/* @import url('./deview.min.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
/* CDN do Deview */
/* @import url('https://cdn.jsdelivr.net/gh/from80s/deview@main/dist/styles/deview.min.css'); */

* {
  box-sizing: border-box;
}

html,
body,
.sp,
main {
  height: 100%;
  scroll-behavior: smooth;
}

.samples {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .logo svg {
    width: 130px;
    margin-left: 15px;
  }

  .nav-search > a {
    width: 60px;
    height: 56px;
  }

  .nav-search form {
    left: 44px;
    width: calc(100% - 44px);
    top: 0;
  }

  .home,
  .list {
    padding: 15px 15px 100px;
  }

  .highlights-home {
    display: block;
  }

  .card.w-50 {
    width: 100% !important;
  }

  nav.nav-menu.hidden-md-up img {
    width: 19px;
    margin: -5px;
  }

  .home .card {
    border-radius: 0;
    padding: 0px 5px;
    margin-bottom: 3rem !important;
  }

  .home .container {
    padding: 0px !important;
  }

  .card-block h2 svg {
    display: none;
  }

  .nav-search form .search-content {
    padding: 30px 30px;
  }

  li.arrow-back {
    position: absolute;
    bottom: 0;
    width: 44px;
    border-top: 1px solid #d5dde8;
    text-align: center;
    padding: 22px 0px;
    background: #00000085;
    transform: rotateY(180deg);
    width: 44px !important;
    height: 56px;
    transition: all 0.1s;
  }

  .expand li.arrow-back {
    width: 150px !important;
  }

  li.arrow-back img {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transition: all 0.3s 0.3s;
    transform: translate(-50%, -50%);
  }

  .nav-menu li.arrow-back img.reduce {
    opacity: 0;
    top: 75%;
  }

  .nav-menu.expand li.arrow-back img.expand {
    opacity: 0;
    top: 75%;
  }

  .nav-menu.expand li.arrow-back img.reduce {
    opacity: 1;
    top: 25%;
    left: 35%;
  }

  .home .col {
    -webkit-flex-basis: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }

  header .nav-menu ul li a.special {
    background: #0275d8;
    margin-right: 20px;
  }

  .breadcrumb {
    display: flex;
    padding: 10px 0;
    white-space: nowrap;
    font-size: 11px;
    overflow-x: auto;
  }

  .breadcrumb-item.active {
    padding-right: 30px;
  }

  .browser.mx-auto {
    height: auto !important;
    min-height: auto !important;
  }

  .sample-header {    
    display: block;
  }

  .browser .browser-header {
    display: none;
  }

  .browser.mx-auto {
    overflow: scroll !important;
  }

  .browser.mx-auto img {
    width: 400%;
  }

  .overlay.show {
    z-index: 99999;
  }

  .actions-container {
    justify-content: center;
  }

  .home h2 {
    flex-direction: column;
  }

  .home h2 strong {
    margin-top: 5px;
  }
}

.home,
.sample {
  transition: padding-left 0.3s ease;
}

/* @media (min-width: 992px) {
  .sidebar-desktop-active .home,
  .sidebar-desktop-active .sample {
      padding-left: 270px;
  }
} */

.sh,
.sf,
#sidebar-loader,
#version-legend {
  display: none;
}

.sp {
  margin: 0;
  overflow: hidden;
}

main {
  min-height: 0 !important;
  height: calc(100% - 56px);
  position: relative;
  display: flex;
  flex: 1;
}

header {
  display: flex;
  height: 38px;
  width: 100%;
  position: relative;
}

.header-content {
  flex: 1;
}

.nav {
  width: 300px;
  padding: 10px 15px 0 50px;
  border-right: 1px solid #d9e0ea;
  display: flex;
  position: relative;
}

.nav h5 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0275d8;
}

.search {
  display: flex;
  position: relative;
  flex: 1;
}

.search svg,
.nav svg {
  position: absolute;
  top: 7px;
}

.search svg {
  left: 15px;
}

.nav svg {
  left: 22px;
}

.sample {
  padding: 2.25rem 1.5rem 2.25rem 3.125rem;
  overflow-y: auto;
  height: 100%;
  flex: 1;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 990px) {
  .sample, .list {
    padding-left: 3.125rem !important;
  }
}

@media screen and (max-width: 768px) {
  .sample{
    padding-left: .125rem !important;
    padding-right: .125rem !important;
  }
}


@media screen and (max-width: 755px) {
  .hidden-xs-down {
    display: none !important;
  }
}

/* @media screen and (min-width: 991px) {
  .sample {
    padding-left: 14.625rem !important;
  }
} */


/* @media (min-width: 768px) {
  .sample {
    padding: 40px 5px 100px 5px
  }
}

@media (min-width: 1200px) {
  .sample {
    padding-left: 1.5rem;
  }
}

@media (min-width: 1400px) {
  .sample {
    padding-left: 5px;
  }
} */

.sample:after {
  content: '';
  background: rgba(241, 241, 241, 0.95);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  height: 0;
}

.toggle-sidebar-button {
  position: relative;
  border: none;
  background: #202e3e;
  width: 50px;
  /* height: 48px; */
  height: 52px;
  padding: 0;
  outline: none;
  transition: background-color .3s ease;
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-sidebar-button > svg {
  width: 35%;
  height: auto;
  fill: rgba(255, 255, 255, 0.8);
}

.toggle-sidebar-button:focus {
  outline: none;
}

.toggle-sidebar-button:hover {
  background-color: #192431;
}

/* .toggle-sidebar-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 2px;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-top: 3px solid rgba(255, 255, 255, 0.8);
  border-left: 3px solid rgba(255, 255, 255, 0.8);
  transform: translate(-90%, -50%) rotate(135deg);
  transition: transform .3s ease;
} */

/* .toggle-sidebar-button.is-hidden:after {
  transform: translate(-50%, -50%) rotate(-45deg);
} */

.sample-header {
  max-height: 0px;
  margin: 0 0 30px;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0.25, 1, 0.3, 1);
}

.main-container[data-dock="right"] .page-title > .description {
  margin-left: 0;
}

[data-role="aside"] > .sample-header {
  margin: 0;
}

.main-container[data-dock="bottom"] [data-role="aside"] > .sample-header > [data-role="content"] > :first-child {
  width: clamp(55%, 60%, 65%);
  flex-grow: 0;
  flex-shrink: 5;
  word-break: break-word;
  word-wrap: break-word;
}

.sample-header .tutorial-name,
.page-title .tutorial-name {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}

.sample-header .tutorial-name svg,
.page-title .tutorial-name svg{
  width: 16px;
  transform: translate(2px, 3px);
}

.sample-header .description {
  width: 100%;
}

.sample-description .tags .tag {
  display: inline-block;
  margin: 0;
  border-radius: 25px;
  padding: 5px 15px;
  color: #0275d8;
  font-size: 13px;
}

.sample-header .page-info p {
  margin-bottom: 0;
}

.sample-header .page-actions a svg,
.sample-header .page-actions button svg {
  width: 16px;
  min-height: 18px;
  transform: translateY(1px);
}

.sample-header .page-actions span.btn {
  padding: 0 !important;
}

.sample-header .page-actions span a {
  color: #ccc;
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.page-actions {
  column-gap: .5rem;
}

@media (min-width: 992px) {
  .page-actions {
    text-align: right;
    margin-top: 4px;
  }
}

.page-actions .btn-primary span {
  display: inline-block;
  transform: translateY(-3px);
}

.sample-header .btn-outline-secondary:hover,
.sample-header .btn-outline-secondary:hover a {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}

.sample-header .external {
  padding: 5px 30px 5px 15px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iIzNGNUFGMSIgaGVpZ2h0PSIxMDI0IiB3aWR0aD0iNzY4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik02NDAgNzY4SDEyOFYyNTcuOTA1OTk5OTk5OTk5OTVMMjU2IDI1NlYxMjhIMHY3NjhoNzY4VjU3Nkg2NDBWNzY4ek0zODQgMTI4bDEyOCAxMjhMMzIwIDQ0OGwxMjggMTI4IDE5Mi0xOTIgMTI4IDEyOFYxMjhIMzg0eiIvPjwvc3ZnPg==)
    no-repeat 90% 50% #eaedf2;
  background-size: 10px;
}

.sample-header .video {
  padding: 5px 30px 5px 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwbGF5IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtcGxheSBmYS13LTE0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGZpbGw9IiMzRjVBRjEiIGQ9Ik00MjQuNCAyMTQuN0w3Mi40IDYuNkM0My44LTEwLjMgMCA2LjEgMCA0Ny45VjQ2NGMwIDM3LjUgNDAuNyA2MC4xIDcyLjQgNDEuM2wzNTItMjA4YzMxLjQtMTguNSAzMS41LTY0LjEgMC04Mi42eiI+PC9wYXRoPjwvc3ZnPg==)
    no-repeat 90% 50% #eaedf2;
  background-size: 10px;
}

.sample-header .expand {
  padding: 5px 30px 5px 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJleHBhbmQtYXJyb3dzLWFsdCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWV4cGFuZC1hcnJvd3MtYWx0IGZhLXctMTQiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDQ4IDUxMiI+PHBhdGggZmlsbD0iIzNGNUFGMSIgZD0iTTQ0OCAzNDR2MTEyYTIzLjk0IDIzLjk0IDAgMCAxLTI0IDI0SDMxMmMtMjEuMzkgMC0zMi4wOS0yNS45LTE3LTQxbDM2LjItMzYuMkwyMjQgMjk1LjYgMTE2Ljc3IDQwMi45IDE1MyA0MzljMTUuMDkgMTUuMSA0LjM5IDQxLTE3IDQxSDI0YTIzLjk0IDIzLjk0IDAgMCAxLTI0LTI0VjM0NGMwLTIxLjQgMjUuODktMzIuMSA0MS0xN2wzNi4xOSAzNi4yTDE4NC40NiAyNTYgNzcuMTggMTQ4LjcgNDEgMTg1Yy0xNS4xIDE1LjEtNDEgNC40LTQxLTE3VjU2YTIzLjk0IDIzLjk0IDAgMCAxIDI0LTI0aDExMmMyMS4zOSAwIDMyLjA5IDI1LjkgMTcgNDFsLTM2LjIgMzYuMkwyMjQgMjE2LjRsMTA3LjIzLTEwNy4zTDI5NSA3M2MtMTUuMDktMTUuMS00LjM5LTQxIDE3LTQxaDExMmEyMy45NCAyMy45NCAwIDAgMSAyNCAyNHYxMTJjMCAyMS40LTI1Ljg5IDMyLjEtNDEgMTdsLTM2LjE5LTM2LjJMMjYzLjU0IDI1NmwxMDcuMjggMTA3LjNMNDA3IDMyNy4xYzE1LjEtMTUuMiA0MS00LjUgNDEgMTYuOXoiPjwvcGF0aD48L3N2Zz4=)
    no-repeat 90% 50% #eaedf2;
  background-size: 10px;
}

.sample-header .import {
  padding: 5px 30px 5px 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJmaWxlLWltcG9ydCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWZpbGUtaW1wb3J0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iIzNGNUFGMSIgZD0iTTE2IDI4OGMtOC44IDAtMTYgNy4yLTE2IDE2djMyYzAgOC44IDcuMiAxNiAxNiAxNmgxMTJ2LTY0em00ODktMTgzTDQwNy4xIDdjLTQuNS00LjUtMTAuNi03LTE3LTdIMzg0djEyOGgxMjh2LTYuMWMwLTYuMy0yLjUtMTIuNC03LTE2Ljl6bS0xNTMgMzFWMEgxNTJjLTEzLjMgMC0yNCAxMC43LTI0IDI0djI2NGgxMjh2LTY1LjJjMC0xNC4zIDE3LjMtMjEuNCAyNy40LTExLjNMMzc5IDMwOGM2LjYgNi43IDYuNiAxNy40IDAgMjRsLTk1LjcgOTYuNGMtMTAuMSAxMC4xLTI3LjQgMy0yNy40LTExLjNWMzUySDEyOHYxMzZjMCAxMy4zIDEwLjcgMjQgMjQgMjRoMzM2YzEzLjMgMCAyNC0xMC43IDI0LTI0VjE2MEgzNzZjLTEzLjIgMC0yNC0xMC44LTI0LTI0eiI+PC9wYXRoPjwvc3ZnPg==)
    no-repeat 90% 50% #eaedf2;
  background-size: 10px;
}

.sample-description .tags .tag:hover {
  text-decoration: none;
  background-color: #d8e0e9;
}

.sample-header h1,
.page-title h1 {
  font-size: 32px;
  line-height: 35.2px;
  font-weight: 400;
  margin-right: 8px;
  display: inline-block;
}

.page-title {
  width: fit-content;
  /* margin-left: 1.75rem;   */
}

@media screen and (min-width: 768px) {
  .page-title {    
    margin-left: .5rem;  
  } 
}

@media screen and (min-width: 1200px) {
  .page-title {    
    margin-left: 0;  
  } 
}

.page-title .description {
  margin-left: 1rem;
  cursor: pointer;
}

.page-title .description,
.page-title .description > .icon {
  color: #0275d8;  
}

.sample .sample-description {
  border-top: 1px solid #d8e0e9;
  padding: 40px 0 0;
  margin: 40px 0 0;
  display: flex;
}

.sample .sample-description .content {
  flex: 1;
}

.sample .sample-description h6 {
  color: #3e5062;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.sample .sample-description .tags {
  width: 300px;
  margin-left: 60px;
}

.sample .sample-description .tags .tag {
  background: #eaedf2;
  color: #0275d8;
  margin: 0 0 5px 0;
}

.home,
.versions,
.list {
  background: #fff;
  flex: 1;
  padding: 30px 50px 100px 50px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .home,
  .versions,
  .list {
    text-align: center;
  }

  .home h2 {
    justify-content: center;
  }
}

.home > .nav-search {
  width: 100%;
  margin: 0 0 40px;
}

.highlights-home {
  display: flex;
  align-items: flex-start;
}

.home .highlights-systems .card {
  margin-bottom: 20px;
}

.highlights-home .card + .card {
  margin-left: -1px;
}

.home > .nav-search input {
  border: 1px solid #d8e0e9;
  padding: 8px 15px 8px 35px;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxMDI0IiB3aWR0aD0iOTczLjEyNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTYwIDgzMkw3MTAuODc1IDU4Mi44NzVDNzQ2LjQzOCA1MjQuODEyIDc2OCA0NTcuMTU2IDc2OCAzODQgNzY4IDE3MS45NjkwMDAwMDAwMDAwNSA1OTYgMCAzODQgMCAxNzEuOTY5IDAgMCAxNzEuOTY5MDAwMDAwMDAwMDUgMCAzODRjMCAyMTIgMTcxLjk2OSAzODQgMzg0IDM4NCA3My4xNTYgMCAxNDAuODEyLTIxLjU2MiAxOTguODc1LTU3TDgzMiA5NjBjMTcuNSAxNy41IDQ2LjUgMTcuMzc1IDY0IDBsNjQtNjRDOTc3LjUgODc4LjUgOTc3LjUgODQ5LjUgOTYwIDgzMnpNMzg0IDY0MGMtMTQxLjM3NSAwLTI1Ni0xMTQuNjI1LTI1Ni0yNTZzMTE0LjYyNS0yNTYgMjU2LTI1NiAyNTYgMTE0LjYyNSAyNTYgMjU2UzUyNS4zNzUgNjQwIDM4NCA2NDB6Ii8+PC9zdmc+)
    no-repeat 10px 50%;
  background-size: 16px;
}

.home .card {
  border-radius: 0;
  padding: 20px 34px;
  background: white;
}

a.card.visited {
  background: #f6faff;
}

a.card.visited .card-body .card-title:after,
a.card.visited .card-body .card-list-title:after {
  content: '\2713';
}

.home .card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.home h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
  display: flex;
  margin: 0;
}

.home h2 + p {
  margin: 0 0 34px;
}

.home h2 span {
  font-weight: 500;
}

.home h2 svg {
  margin: 0 7px 0 -32px;
  fill: #0275d8;
}

.home-systems h2 {
  align-items: flex-start;
}

.home-systems h2 img {
  width: 32px;
  margin: 0 7px 0 -40px;
}

.home .card ul li {
  margin-bottom: 30px;
}

.home .card ul li,
.home .card h4 {
  font-weight: normal;
}

.home .card h4 small,
li.lastest-versions span.badge.badge-secondary,
.card .card-body h5.card-title small {
  background: #ffd532;
  border-radius: 25px;
  padding: 4px 7px;
  color: #0275d8;
  font-weight: bold;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}

li.lastest-versions a img {
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
  -ms-filter: brightness(2);
  -o-filter: brightness(2);
  filter: brightness(2);
}

.home .card img {
  margin-bottom: 15px;
}

.home .card h4 {
  margin: 0 0 5px;
  font-size: 17px;
}

.home .card a {
  color: #0275d8;
}

.home .systems li {
  padding: 0 40px 0 0;
  flex: 1;
}

.versions > .nav-search input {
  border: 1px solid #d8e0e9;
  padding: 8px 15px 8px 35px;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxMDI0IiB3aWR0aD0iOTczLjEyNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTYwIDgzMkw3MTAuODc1IDU4Mi44NzVDNzQ2LjQzOCA1MjQuODEyIDc2OCA0NTcuMTU2IDc2OCAzODQgNzY4IDE3MS45NjkwMDAwMDAwMDAwNSA1OTYgMCAzODQgMCAxNzEuOTY5IDAgMCAxNzEuOTY5MDAwMDAwMDAwMDUgMCAzODRjMCAyMTIgMTcxLjk2OSAzODQgMzg0IDM4NCA3My4xNTYgMCAxNDAuODEyLTIxLjU2MiAxOTguODc1LTU3TDgzMiA5NjBjMTcuNSAxNy41IDQ2LjUgMTcuMzc1IDY0IDBsNjQtNjRDOTc3LjUgODc4LjUgOTc3LjUgODQ5LjUgOTYwIDgzMnpNMzg0IDY0MGMtMTQxLjM3NSAwLTI1Ni0xMTQuNjI1LTI1Ni0yNTZzMTE0LjYyNS0yNTYgMjU2LTI1NiAyNTYgMTE0LjYyNSAyNTYgMjU2UzUyNS4zNzUgNjQwIDM4NCA2NDB6Ii8+PC9zdmc+)
    no-repeat 10px 50%;
  background-size: 16px;
}

.versions .card {
  border-radius: 0;
  padding: 20px 34px;
  background: white;
  transition: transform 0.2s;
}

.versions .card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.versions h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
  margin: 0;
}

.versions h2 + p {
  margin: 0 0 34px;
}

.versions h2 span {
  font-weight: 500;
}

.versions h2 svg {
  margin: 0 7px 0 -32px;
  fill: #0275d8;
}

.versions-systems h2 {
  align-items: flex-start;
}

.versions-systems h2 img {
  width: 32px;
  margin: 0 7px 0 -40px;
}

.versions .card ul li {
  margin-bottom: 30px;
}

.versions .card ul li,
.versions .card h4 {
  font-weight: normal;
}

.versions .card h4 small {
  background: #ffd532;
  border-radius: 25px;
  padding: 4px 7px;
  color: #0275d8;
  font-weight: bold;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}

.versions .card img {
  margin-bottom: 15px;
}

.versions .card h4 {
  margin: 0 0 5px;
  font-size: 17px;
}

.versions .card a {
  color: #0275d8;
  font-weight: 900;
  letter-spacing: 0.5px;
  border: 0px solid #0275d8;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3) !important;
  vertical-align: middle;
  padding: 3% 0px;
  font-size: 2rme !important;
  /* text-shadow: 1px 2px 2px #000000; */
}

.versions .systems li {
  padding: 0 40px 0 0;
  flex: 1;
}

.card-columns {
  column-count: 1;
}

@media (min-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
}

@media (min-width: 1366px) {
  .card-columns {
    column-count: 3;
  }
}

header {
  /* height: 56px; */
  height: 48px;
  margin: 0;
  background: rgb(45, 62, 80);
  background: linear-gradient(
    90deg,
    rgba(45, 62, 80, 1) 0%,
    rgba(4, 69, 147, 1) 100%
  );
  flex: 1;
  align-items: center;
  display: flex;
}

header .nav-menu ul:not(.lang-menu-list) {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

header .nav-menu ul .menu-option {
  color: #fff;
  height: 56px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
  border-left: 1px solid rgba(241, 241, 241, 0.2);
  transition: all 0.3s ease;
}

header .nav-menu ul .menu-option.special {
  width: 100%;
}

header .nav-menu ul .menu-option label {
  margin: 0;
}

header .nav-menu ul .menu-option svg {
  width: 14px;
  margin-right: 2px;
  transform: translateY(1px);
}

header .nav-menu ul .menu-option select {
  background-color: transparent;
  border: none;
  color: currentColor;
  font: inherit;
  padding: 0;
}

header .nav-menu ul .menu-option select option {
  color: #292b2c;
}

header .nav-menu ul li {
  list-style: none;
  margin: 0;
}

header .nav-menu ul li > a,
header .nav-menu ul li > button,
header .dropdown > button {
  font-size: 14px;
  margin: 10px 0 0 5px;
  border: 1px solid #0275d8;
  border-radius: 0;
  padding: 8px 16px;
  height: 36px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  color: white;
  text-decoration: none;
  position: relative;
  background-color: transparent;
}

header .theme-options {
  padding: 0;
}

header .theme-options button {
  border: 0;
  border-radius: 0;
  border-bottom: 1.5px solid #eee;
}

header .theme-options button:last-child {
  border-bottom: 0;
}

header .theme-options .btn-secondary.active,
.btn-secondary:hover,
header .theme-options .btn-secondary.active,
.btn-secondary:active,
.lang-menu .btn:hover,
.lang-menu .btn.active {
  background-color: #eaedf2;
  border-color: #eee;
}

header .nav-menu ul .menu-option:hover,
.show > .btn-secondary.dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

header .nav-menu ul li > a.special {
  background: #0275d8;
}

header .nav-menu ul li a:hover,
header .dropdown > button:hover {
  text-decoration: none;
  opacity: 0.8;
}

button {
  cursor: pointer;
}

.logo {
  position: relative;
  padding: 13px 0;
  display: inline-block;
  margin-left: 1rem;
}

.logo svg {
  position: absolute;
  transition: all 0.2s;
  top: 50%;
}

.logo span {
  position: absolute;
  color: #ffd532;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
  white-space: nowrap;
  margin: 4px 0 0;
}

.logo:hover svg {
  opacity: 0;
}

.logo:hover span {
  opacity: 1;
}

.nav-search.expand {
  position: absolute;
}

.nav-search > a {
  border-left: 1px solid rgba(241, 241, 241, 0.2);
  width: 60px;
  height: 56px;
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 11px;
  justify-content: center;
  color: white;
  position: relative;
  transition: all 0.3s ease;
}

.nav-search > a > span {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s 0.3s;
  transform: translate(-50%, -50%);
}

.nav-search > a .back-hint {
  opacity: 0;
  top: 75%;
}

.nav-search.active > a {
  position: absolute;
  right: 1rem;
  z-index: 11;
}

.nav-search.active > a {
  background: #0275d8;
}

.nav-search.active > a .back-hint {
  opacity: 1;
  top: 50%;
}

.nav-search.active > a .search-hint {
  opacity: 0;
  top: 75%;
}

.nav-search form {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  opacity: 0;
  transform: scale(0.97);
  transition: all 0.3s;
  z-index: -1;
  top: 0;
}

.nav-search.active form {
  opacity: 1;
  transform: scale(1);
  z-index: 1000;
}

.nav-search .search-field {
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.05);
}

.nav-search .search-field input {
  border: 0;
  border-radius: 4px;
  padding: 11px 15px;
  width: 100%;
  background: transparent;
  outline: none;
  transition: all 0.3s;
}

.nav-search .search-field input.will-clear {
  padding-left: 40px;
}

.nav-search .search-field input.will-clear + .search-clear {
  transform: scale(1);
  opacity: 1;
}

.nav-search .search-field .search-clear {
  position: absolute;
  top: 16px;
  left: 16px;
  cursor: pointer;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}

.nav-search form .search-content {
  padding: 50px 100px;
  flex: 1;
  height: calc(100% - 56px);
  overflow-y: auto;
}

.nav-search form .search-content h4 {
  margin: 0 0 40px;
}

.nav-search form .search-results {
  display: none;
}

.nav-search form .search-results .item em {
  font-style: normal;
  font-weight: bold;
}

.nav-search form .search-results .item {
  color: #888888;
  border-left: 3px solid #0275d8;
  padding: 5px 5px 5px 25px;
  margin: 0 0 15px;
}

.system-footer {
  margin-bottom: 1.5rem;
}

.system-footer a {
  background: #0275d8;
  border: 2px solid #0275d8;
  border-radius: 25px;
  padding: 8px 16px;
  height: 36px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  color: white;
  text-decoration: none;
  position: relative;
  justify-content: center;
}

.system-footer a img {
  margin: 0 -5px 0 5px;
}

.system-footer a:hover {
  opacity: 0.8;
}

.sample-breadcrumb {
  margin: -30px auto 20px;
  margin-left: -.25rem;
  border-bottom: 1px solid #e0e6ed;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>>';
}

.sample.fullscreen .sample-breadcrumb,
.sample.fullscreen .system-footer,
.sample.fullscreen .browser,
.sample.fullscreen .sample-header {
  display: none;
}

.sample.fullscreen .sample-content iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filter {
  background: #fff;
  border-bottom: 1px solid #d9e0ea;
  padding: 6px 10px;
  position: relative;
}

.filter input {
  width: 100%;
  border: 1px solid #d9e0ea;
  padding: 3px 25px 3px 30px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iIzYzNmM3MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB3aWR0aD0iMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTU5NSAyOTVxMTcgNDEtMTQgNzBsLTQ5MyA0OTN2NzQycTAgNDItMzkgNTktMTMgNS0yNSA1LTI3IDAtNDUtMTlsLTI1Ni0yNTZxLTE5LTE5LTE5LTQ1di00ODZsLTQ5My00OTNxLTMxLTI5LTE0LTcwIDE3LTM5IDU5LTM5aDEyODBxNDIgMCA1OSAzOXoiLz48L3N2Zz4=)
    no-repeat 8px 50% #ffffff;
  background-size: 16px;
  outline: none;
}

.filter-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM2MzZDNzIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkgNi40MUwxNy41OSA1IDEyIDEwLjU5IDYuNDEgNSA1IDYuNDEgMTAuNTkgMTIgNSAxNy41OSA2LjQxIDE5IDEyIDEzLjQxIDE3LjU5IDE5IDE5IDE3LjU5IDEzLjQxIDEyeiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
    no-repeat center center;
  background-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 12px;
  display: inline-block;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}

.filter input.will-clear + .filter-clear {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

.overlay.show {
  opacity: 1;
  z-index: 29;
}

.container-fluid {
  width: calc(100% - 60px);
}

.container-fluid.full {
  width: 100%;
}

@media (min-width: 1400px) {
  .container-fluid {
    /* max-width: 1400px; */
    margin-right: 0;
  }
}

@media screen and (max-width: 990px) {
  .container-fluid {
    width: 100%;
  }
}

.modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: opacityup ease-in-out 0.5s forwards;
  animation: opacityup ease-in-out 0.5s forwards;
}

.modal .btn-close {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 30px;
  color: aliceblue;
  cursor: pointer;
}

.modal .btn-close:hover {
  color: white;
}

.modal .frame {
  width: 80%;
  height: 80%;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: white;
}

.hidden {
  display: none;
}

@-webkit-keyframes shadowup {
  from {
    background: #727cf5;
  }
  to {
    background: #4e5bf2;
  }
}

@keyframes shadowup {
  from {
    background: #727cf5;
  }
  to {
    background: #4e5bf2;
  }
}

@-webkit-keyframes opacityup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacityup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.scroll-lock {
  overflow: hidden;
}

@-moz-document url-prefix() {
  .frame > html {
    margin-top: -15px;
  }
}

.modal-content {
  padding: 15px;
  width: 70%;
  max-height: 80%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.modal-content .icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-bottom: 15px;
}

.icon .icon-color {
  color: #2185d0;
}

.modal-content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  min-height: 120px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal-content .title {
  color: #2185d0;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.modal-content .message {
  font-size: 14px;
  color: #6c757d;
}

.modal-content .message-link {
  text-decoration: underline;
  color: #2185d0;
}

.modal-content .message-link:hover {
  color: #4e5bf2;
}

.modal-content div ol {
  text-align: center;
}

.modal-content div ol li {
  text-align: left;
  font-size: 16px;
  max-width: 800px;
}

.modal-content img {
  max-width: 600px;
  height: auto;
  margin: 30px 0 50px 0;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}

.modal-content div div p {
  max-width: initial;
  font-size: 16px;
}

.modal-content div p {
  max-width: 1000px;
  font-size: 16px;
}

.modal-content div {
  text-align: center;
}

.modal-content .note {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.modal-content .note p {
  display: inline;
}

/* Ultimas Mudanças */

.col.halfs {
  padding: 0;
  margin: 30px 0;
}

.hero-header {
  font-size: 2.5rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 20px 0 30px 0;
}

.hero {
  min-height: 370px;
}

.hero a.btn:not(.btn-link) {
  padding: 12px 32px;
  margin: 0 5px;
}

.apps {
  margin-top: 70px;
}

.section-title {
  padding-bottom: 30px;
}

.browser-header {
  background: #f6faff;
  padding: 4px 10px;
}

.card .browser-header {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #d9e0ea;
  border-bottom: 1px solid #d9e0ea;
}

.browser-header span {
  display: inline-block;
  width: 6px;
  height: 6px;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  background: #cadded;
}

.card-img-top {
  width: 70px;
  margin-top: 30px;
}

.card-title {
  font-size: 24px;
  font-weight: 400;
  color: #0275d8;
}

article .card {
  width: 100%;
  height: 100%;
  text-align: center;
}

.card {
  transition: all 0.5s;
}

.card:hover {
  text-decoration: none;
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.1);
}

.btn.btn-link.see-more {
  width: 100%;
  border: 1px solid #d9e0ea;
  color: #0275d8;
  padding: 10px 0;
  cursor: pointer;
}

button.btn.btn-link.see-more:hover {
  background: #d9e0ea;
  text-decoration: none;
  color: #2344b1 !important;
}

@media (min-width: 766px) {
  .max-width-card {
    max-width: 33%;
    min-width: 33%;
  }
}

@media (min-width: 1166px) {
  .max-width-card {
    max-width: 25%;
    min-width: 25%;
  }
}

.max-width-card-open {
  animation: expandin 0.5s forwards;
}

@keyframes expandin {
  from {
    height: 0px;
    opacity: 0;
  }
  to {
    height: 220px;
    opacity: 1;
  }
}

.max-width-card-close {
  overflow: hidden;
  animation: closeout 0.5s forwards;
}

@keyframes closeout {
  from {
    height: 220px;
    opacity: 1;
    margin-bottom: 30px;
  }
  to {
    height: 0px;
    opacity: 0;
    margin-bottom: 0px;
  }
}

.list-title {
  font-size: 24px;
  font-weight: normal;
}

.card-list-title {
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
}

@media (min-width: 900px) {
  .width-card {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
  }
}

@media (max-width: 899px) {
  .width-card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.img-hero {
  width: 100%;
  border-radius: 3px;
  object-fit: fill;
}

.page-actions .btn {
  margin-bottom: 8px;
}

.btn {
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.menu-side {
  position: absolute;
  right: 18px;
  top: calc(50% - 120px);
  z-index: 99;
  padding: 8px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: white;
  box-shadow: 4px 0px 32px rgba(25, 25, 34, 0.1);
}

.menu-side .btn-side {
  display: flex;
  height: 40px;
  width: 40px;
  margin: 0px 0px 5px 0;
  border-radius: 8px;
  border-color: transparent;
  justify-content: center;
  align-items: center;
  background-color: #eaeef1;
  box-shadow: 0px 0px 4px rgba(25, 25, 34, 0.1);
}

.menu-side .btn-side:nth-of-type(5) {
  margin: 0;
}

.menu-side .active {
  background: #fff !important;
  border-color: #cbd0d7 !important;
  color: black;
  position: absolute;
  top: 0;
  width: 170px;
}

.menu-side .btn-select {
  display: flex;
  margin: 0px 0px 5px 0;
  box-shadow: 0px 0px 1px rgba(25, 25, 34, 0.12);
  border-radius: 8px;
  justify-content: flex-end;
  height: 40px;
  border-color: #d9e0ea;
  background-color: #eaeef1;
}

.menu-side .btn-side:hover,
.menu-side .btn-select:hover {
  background-color: #e6e6e6;
}

.menu-side .btn-side img {
  height: 16px;
}

.left,
.right {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
}

.right {
  transform: translateX(-8px);
}

.left {
  background-color: #e3eaef;
}

.left.midnight {
  background-color: #363f49;
}

.left.rhino {
  background-color: #3c4858;
}

.left.bluewood {
  background-color: #f6faff;
}

.right.midnight,
.right.blue {
  background-color: #5966ea;
}

.right.rhino {
  background-color: #e3eaef;
}

.right.bluewood {
  background-color: #34495e;
}

.right.blueberry {
  background-color: #61678c;
}

.left.blueberry {
  background-color: #abb1d9;
}

.right.guava {
  background-color: #e55151;
}

.left.guava {
  background-color: #f9d5d5;
}

.right.lemon {
  background-color: #247159;
}

.left.lemon {
  background-color: #a8d4c7;
}

.left.softcloud {
  background-color: #fff;
}

.right.softcloud {
  background-color: #e5e5e5;
}

.visible {
  opacity: 1;
  right: 52px;
  white-space: inherit;
  background: white;
  padding: 5px 10px;
  font-size: 14px;
  color: #3d3d44;
  border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(25, 25, 34, 0.12);
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eee;
}

.lang-menu,
.theme-options {
  min-width: 220px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}

.lang-menu {
  padding: 8px;
}

.lang-menu-list {
  display: block;
  padding: 0;
}

.lang-menu-search {
  background-color: #fff;
  position: sticky;
  top: 0;
  padding: 0 0 8px 0;
  z-index: 99;
}

.lang-menu .btn {
  background-color: #fff;
  border: none;
  margin: 2px 0;
  text-align: left;
  border-radius: 4px;
  color: currentColor;
}

.samples-navigation {
  /* border-top: 1px solid #e0e6ed; */
  /* padding-top: 8px; */
  /* margin-top: 4rem; */
  justify-content: space-between;
  font-size: 11px;
}

.samples-navigation a span {
  transition: transform 0.3s ease 0.1s;
}

.samples-navigation a svg {
  transition: transform 0.3s ease;
}

.samples-navigation a:hover,
.samples-navigation a:focus,
.samples-navigation a:active {
  text-decoration: none;
}

.samples-navigation a.prev:hover span,
.samples-navigation a.prev:hover svg {
  transform: translateX(-9px);
}

.samples-navigation a.next:hover span,
.samples-navigation a.next:hover svg {
  transform: translateX(9px);
}

.c-blue {
  color: #0275d8;
}

.semibold {
  font-weight: 600;
}

.jc-space-between {
  justify-content: space-between;
}

:root {
  --border-color: #d5dde8;
}

.collapse:not(.show) {
  display: none;
}

.sp-sidebar {
  background: #fff;
  border-right: 1px solid var(--border-color);
  position: fixed;
  padding: 0;
  top: 48px;
  bottom: 0;
  width: 50px;
  /* width: 260px; */
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  font-size: 13px;
  transition: all 250ms cubic-bezier(.17,.67,.72,1.26);
}

.sp-sidebar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  .main.sidebar-active .sp-sidebar-backdrop {
      display: block;
      width: 100%;
      position: fixed;
      left: 0;
      top: 0;
      background-color: black;
      opacity: 0.3;
      z-index: 4;
      height: 100%;
  }
}

.sp-sidebar.is-active {
  transform: translateX(0);
}

.sp-links {
  background: transparent;
  width: 100%;
}

.sp-links img {
  width: 1.4rem;
  margin-right: .75rem;
}

.sp-links * {
  background: transparent;
}

.sp-links .option-title {
  min-width: max-content;
  font-size: .8rem;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.sp-links .list-group-item .option-title .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid #3e5062;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.sp-links .list-group-item .option-title .caret {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.sp-links .list-group-item.collapsed .option-title .caret {
  transform: rotate(-90deg);
}

.sp-links .list-group-title {
  font-size: .8rem;
  margin-top: .5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sp-links .submenu {
  padding: 0;
  margin: 0;
}

.sp-links .list-group-item {
  display: block;
  margin-bottom: 0;
  padding: .75rem 1rem;
  border: none;
  border-bottom: 1px solid var(--border-color);
  outline: none;
}

.sp-links ul li > ul .list-group-item {
  border: none;
  padding: 0.4rem 0.2rem;
  flex-flow: row nowrap;
  justify-content: space-between;
  display: flex;
}

/* .sp-links ul li > ul .list-group-item:hover {
  text-decoration: underline;
} */

.list-group-item.active {
  background: #0275d8;
  color: white;
  border-color: var(--border-color);
}

.list-group-item.active img {
  filter: brightness(2) grayscale(1) contrast(2);
}

.list-group-item.active .caret {
  border-top-color: white !important;
}

.sp-links ul li > ul .list-group-item.active {
  background: transparent;
  color: inherit;
  font-weight: 600;
}

.sp-links .submenu .list-group-item .list-group-item {
  padding: .4rem 0;
  border: none;
}

.list-group .block:last-child {
  border-bottom: 1px solid var(--border-color) !important;
}

@media (min-width: 991px) {
  .sp-sidebar {
    transform: translateX(0);
  }

  .sp-sidebar.is-hidden {
    transform: translateX(-100%);
  }

  /* .toggle-sidebar-button:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  } */

  /* .toggle-sidebar-button.is-hidden:after {
    transform: translate(-90%, -50%) rotate(135deg);
  } */

  .sp-search-result {
    width: 150%;
  }
}

/* MAIN CONTAINER */
.main-container [data-role="content"] {
  display: flex;
}

.main-container[data-dock="right"] [data-role="content"] {
  flex-flow: column nowrap;
  row-gap: 2rem;
}

.main-container[data-dock="bottom"] [data-role="content"] {
  flex-flow: row nowrap;
  column-gap: 1.5rem;
}

.main-container[data-dock="bottom"] [data-role="content"] div:last-child {
  flex-shrink: 8;
}

/*DEVICE PREVIEW*/
.center-device {
    position: relative;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    display: flex;
}

.preview_device>[data-screen=mask] {
  transition: all 250ms ease;
}

.qrcode-content {
  row-gap: .75rem;
  column-gap: .75rem;
}

.qrcode-content >[data-role="qrcode"],
.qrcode-content >[data-role="qrcode"] img {
  width: 100%;
  aspect-ratio: 1/1;
}

.qrcode-content >[data-role="qrcode"] {
  margin: -1rem 0 0 -1rem;
  display: contents;
}

[data-call][disabled] {
  pointer-events: none;
}

.qrcode-wrapper {
  padding: 1rem;
  background: transparent;
  border: 2px solid #0275d8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  margin-top: .4rem;
}

.qrcode-wrapper:before,
.qrcode-wrapper:after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  margin: auto;
  z-index: 1;
}

.qrcode-wrapper:before {
  width: 140px;
  top: -2px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.qrcode-wrapper:after {
  left: -2px;
  right: -2px;
  height: 140px;
  top: 0;
  bottom: 0;
}

.qrcode-wrapper .qrcode {
  position: relative;
  z-index: 2;
}

.new {
  position: relative;
  padding: 0 .5rem;
  color: #12427b;
  font-size: 11px;
  background-color: #ffd532;
  border-radius: 0 .25rem .25rem 0;
}

.tutorial-name.text-muted > .new {
  padding: 0 0.5rem 0.1rem 0.5rem;
  border-radius: .25rem;
  margin-right: .5rem;
  font-size: inherit;
}

.sp-links ul li > ul .list-group-item .new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent; /* altura da seta */
  border-bottom: 8px solid transparent; /* altura da seta */
  border-right: 8px solid #ffd532; /* largura da seta e cor de fundo */
  transform: translateY(-50%);
}

.mobile-version-dropdown {
  width: 250px;
  padding: 1.2rem;
}

.mobile-version-button {
  background-color: #f28000 !important;
}