/*escala de cinza*/
/*@mixin font-open-sans($size, $color, $weight, $lh, $font-style: false) {
  font-family: 'Open Sans', sans-serif;
  font-size: $size;
  font-weight: $weight;
  line-height: $lh;
  color: $color;
  @if $font-style {
    font-style: $font-style;
  }
}*/
/*%selecao-de-linguagem {
  a {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    &.ativo {
      color: $alizarin-crimson-color;
    }
    &:hover {
      color: $alizarin-crimson-color;
      text-decoration: none;
    }
  }
  p {
    display: inline-block;
  }
  .separador-lingua {
    @include font-montserrat(11px, $schooner-color, $regular, 18px);
    margin: 0 10px;
  }
}*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&display=swap");
.tiles-tab .tiles-container ul li .tile .tile-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-group.btns-row .btn {
  padding: 16px 24px;
  min-width: 130px;
}

* {
  box-sizing: border-box;
  font-style: normal;
}

html body {
  margin-bottom: 0;
}

.noscroll {
  overflow: hidden;
}

a {
  color: inherit;
}

a:focus, a:hover, a.btn:focus, a.btn:hover {
  text-decoration: none;
  color: inherit;
}

.section-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.default-margins {
  padding-left: 150px;
  padding-right: 150px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .default-margins {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .default-margins {
    /*padding-left: 0;
    padding-right: 0;*/
    /*.row{
        margin-left:0;
        margin-left:0;
    }*/
  }
}

.default-top-padding {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .default-top-padding {
    padding-top: 90px;
  }
}

.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xl-15 {
    width: 20% !important;
    float: left;
    flex: unset;
  }
}
/*animations*/
/*fade*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  color: #343A40;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
}

/*titles*/
.title {
  font-weight: bold;
}

h1, .h1-size {
  font-size: 72px;
  line-height: 120%;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 56px;
}

h4 {
  font-size: 48px;
}

h5 {
  font-size: 40px;
}

h6 {
  font-size: 32px;
}

@media only screen and (max-width: 991px) {
  h1, h2, h3 {
    font-size: 30px;
  }
  h4, h5 {
    font-size: 24px;
  }
  .h1-size {
    font-size: 48px;
  }
}
.subtitle, h6 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .subtitle, h6 {
    font-size: 16px;
  }
}

.page-wrapper {
  /*@include transition;*/
}
.page-wrapper .page-content {
  display: inline-flex;
  width: 100%;
  padding-left: 0px;
  /*padding-top: 20px;*/
  min-height: 100vh;
  flex-direction: column;
  transition: 0.5s ease;
}
.page-wrapper .page-content .container-fluid {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.page-wrapper .page-content .content-tabs-wrap {
  padding: 25px 18px;
  flex-grow: 1;
  overflow: auto;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-content .content-tabs-wrap {
    padding: 10px 0;
    margin: 0;
  }
}
.page-wrapper .page-content .content-tabs-wrap.inner-sidebar-wrap {
  padding: 0;
}
.page-wrapper .page-content .content-tabs-wrap.inner-sidebar-wrap .tab-pane {
  padding: 25px 18px 50px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-content .content-tabs-wrap.inner-sidebar-wrap .tab-pane {
    padding: 10px 0 10px 20px;
  }
}
.page-wrapper .page-content .content-tabs-wrap .tab-content {
  /*width:100%;*/
  padding: 0;
  display: flex;
  flex-direction: column;
}
.page-wrapper .page-content .content-tabs-wrap .tab-content #pills-settings {
  background: #fff;
  z-index: 2;
  position: relative;
}
.page-wrapper .page-content .content-tabs-wrap .tab-content .tab-pane {
  padding-bottom: 50px;
  position: relative;
  flex-grow: 1;
}
.page-wrapper .page-content .mobile-admin-header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.page-wrapper .page-content .mobile-admin-header .mobile-brand {
  width: 90px;
  display: inline-block;
}
.page-wrapper .page-content .mobile-admin-header .mobile-brand svg {
  width: 100%;
}
.page-wrapper .page-content .mobile-admin-header .mobile-brand svg .transp {
  fill: black;
}
.page-wrapper .page-content .mobile-admin-header .mobile-brand svg .central {
  fill: #F5821F;
}
.page-wrapper .page-content .mobile-admin-header .mobile-toolbar {
  display: none;
  position: absolute;
  right: 10px;
  top: 15px;
}
.page-wrapper .page-content .mobile-admin-header .mobile-toolbar a {
  margin-left: 5px;
  padding: 2px 4px;
}
.page-wrapper .page-content .mobile-admin-header .mobile-toolbar a .material-icons {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-content .mobile-admin-header .mobile-toolbar {
    display: inline-flex;
    align-items: center;
  }
}

.st8 {
  opacity: 0.2;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #161f3a;
}

.st12 {
  fill: #212529;
}

.st13 {
  fill: #0a7cc2;
}

.sidebar-wrapper {
  width: 320px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -370px;
  z-index: 999;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .sidebar-wrapper {
    width: 100%;
    left: 0;
  }
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar-wrapper a {
  text-decoration: none;
}
.sidebar-wrapper .sidebar-header {
  padding: 20px 20px 0;
  overflow: hidden;
}
.sidebar-wrapper .sidebar-header .sidebar-brand {
  padding: 4px 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.sidebar-wrapper .sidebar-header .sidebar-brand > a {
  flex-grow: 1;
  /*text-transform: uppercase;
  font-weight: bold;
  */
}
.sidebar-wrapper .sidebar-header .sidebar-brand > a svg {
  width: 160px;
}
.sidebar-wrapper .sidebar-header .sidebar-brand .navbar-brand svg {
  height: 48px;
  width: 189px;
}
.sidebar-wrapper .sidebar-header .sidebar-brand .navbar-brand svg .logo-letter {
  fill: #fff;
}
.sidebar-wrapper .sidebar-header .sidebar-brand .st8 {
  opacity: 0.2;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #161f3a;
}
.sidebar-wrapper .sidebar-header .sidebar-brand .st12 {
  fill: #fff;
}
.sidebar-wrapper .sidebar-header .sidebar-brand .st13 {
  fill: #0a7cc2;
}
.sidebar-wrapper .sidebar-header .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 6px;
}
.sidebar-wrapper .sidebar-header .btn {
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .sidebar-wrapper .sidebar-header .btn {
    margin-top: 30px;
  }
}
.sidebar-wrapper .sidebar-header hr {
  border-top: 2px solid #495057;
  margin: 24px 0 0;
}
@media only screen and (max-width: 991px) {
  .sidebar-wrapper .sidebar-header hr {
    display: none;
  }
}
.sidebar-wrapper .sidebar-content {
  max-height: calc(100% - 160px);
  height: calc(100% - 160px);
  overflow-y: auto;
  position: relative;
  background: #4e4b4b;
  border-radius: 6px;
  margin: 5px;
  /*padding: 0 24px;*/
}
.sidebar-wrapper .sidebar-content .sidebar-menu {
  padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .header-menu {
  padding: 10px 24px 5px;
  font-weight: 600;
}
.sidebar-wrapper .sidebar-content .sidebar-menu ul li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 0 8px 0;
  font-size: 14px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu ul li a.btn-xs {
  padding: 4px 10px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu li:not(.sidebar-dropdown) {
  padding: 5px 10px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu li:not(.sidebar-dropdown) a:not(.btn) {
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}
.sidebar-wrapper .sidebar-content .sidebar-menu li:not(.sidebar-dropdown) a:not(.btn):hover {
  background: #495057;
}
.sidebar-wrapper .sidebar-content .sidebar-menu li:not(.sidebar-dropdown).active a:not(.btn) {
  background: #fff;
  color: #F15A24;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown {
  padding: 4px 16px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown > a {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 12px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Material Icons";
  font-size: 20px;
  content: "chevron_right";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 6px;
  top: 8px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown > a:hover {
  background: #495057;
  border-radius: 8px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu {
  padding: 0 0;
  /*                    .btn{
      margin:0;
  }*/
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu .title {
  padding: 5px 16px;
  font-size: 18px;
  font-weight: 700;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu .material-icons, .sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu .material-icons-outlined {
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu a:not(.btn) {
  padding: 8px 14px;
  /*font-size: 16px;*/
  border-radius: 8px;
  /*font-weight:400;*/
  /*@include transition;*/
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu a:not(.btn):hover {
  background-color: #868E96;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 12px;
  margin: 10px 0;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  /*font-weight: 500;*/
  margin: 0 0 8px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
  font-weight: 400;
  /*font-size:14px;*/
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu li.active a:not(.btn), .sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu a:not(.btn).active {
  background-color: #fff;
  color: #F15A24;
  font-weight: 600;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown .sidebar-submenu hr {
  border-top: 2px solid #868E96;
  margin: 6px 12px 12px;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-wrapper .sidebar-content .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 0;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border: 0px none #ffffff;
  border-radius: 2px;
  cursor: pointer;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-thumb:hover {
  background: #d8d8d8;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-thumb:active {
  background: #d8d8d8;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-track {
  background: #7d7d7d;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-track:hover {
  background: transparent;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-track:active {
  background: transparent;
}
.sidebar-wrapper .sidebar-content::-webkit-scrollbar-corner {
  background: transparent;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.sidebar-footer a {
  display: inline-flex;
  margin: 12px 24px;
}
.sidebar-footer a .user-pic {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.sidebar-footer a .user-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.sidebar-footer a .user-info span {
  display: block;
}

.chiller-theme .sidebar-wrapper {
  background: #343A40;
  color: #fff;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info {
  color: #b8bfce;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role {
  color: #818896;
}
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status {
  color: #818896;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i {
  /*background: #3a3f48;*/
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a {
  /*color: #b8bfce;*/
}
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active {
  background: #495057;
  padding-bottom: 15px;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a {
  /*color: #b8bfce;*/
}
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div {
  /*background: #3a3f48;*/
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #6c7b88;
}
.chiller-theme .sidebar-wrapper .sidebar-brand > a {
  color: #818896;
}
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover {
  color: #b8bfce;
}
.chiller-theme .sidebar-footer {
  /*background: #3a3f48;*/
  /*box-shadow: 0px -1px 5px #282c33;
  border-top: 1px solid #464a52;*/
}
.chiller-theme .sidebar-footer > a {
  display: inline-flex;
  align-items: center;
}
.chiller-theme .sidebar-footer > a .material-icons {
  width: 24px;
  margin-right: 15px;
}

#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  padding: 2px 0 0 6px;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 991px) {
  #show-sidebar {
    background: #fff;
    color: #343A40;
    border: none;
    z-index: 8;
  }
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #868E96;
}
.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.tab-pane .sidebar-wrapper {
  /*position: absolute;*/
  top: 175px;
  height: calc(100vh - 175px);
}
.tab-pane .sidebar-wrapper .sidebar-menu {
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .tab-pane .sidebar-wrapper {
    top: 130px;
    height: calc(100vh - 130px);
  }
}

.page-wrapper .inner-sidebar-wrap .sidebar-wrapper {
  left: 0;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .inner-sidebar-wrap .sidebar-wrapper {
    left: calc(-100vw + 5px);
  }
}
.page-wrapper .page-content .content-tabs-wrap.inner-sidebar-wrap #show-sidebar {
  position: absolute;
  background: #343A40;
  right: -30px;
  left: unset;
  top: 30px;
  padding: 10px;
  z-index: 2;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .page-wrapper .page-content .content-tabs-wrap.inner-sidebar-wrap #show-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .page-wrapper .page-content .content-tabs-wrap.inner-sidebar-wrap .tab-pane:not(#pills-settings) {
    padding-left: 320px;
  }
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
  left: 0px;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
  left: -40px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper.toggled .sidebar-wrapper {
    left: -100vw;
    /*left: 0px;*/
  }
  .page-wrapper.toggled #show-sidebar {
    /*left: -40px;
    left: -40px;*/
    left: 10px;
    top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper.toggled .inner-sidebar-wrap .sidebar-wrapper {
    width: 90%;
    left: -15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .page-wrapper.toggled:not(.no-sidebar) .page-content {
    padding-left: 320px;
  }
}
.content-header {
  align-items: center;
  padding: 32px 18px 16px;
}
@media only screen and (max-width: 991px) {
  .content-header {
    text-align: center;
    padding: 55px 10px 10px;
  }
}
.content-header .back-link {
  display: inline-flex;
  align-items: center;
}
.content-header .back-link .material-icons {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .content-header .back-link {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .content-header .back-link span:last-child {
    display: none;
  }
}
.content-header .header-controls-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.content-header .header-controls-wrap .search-wrap {
  flex-grow: 1;
  margin-right: 24px;
}
@media only screen and (max-width: 991px) {
  .content-header .header-controls-wrap .search-wrap {
    margin: 10px 0;
    display: none;
  }
  .content-header .header-controls-wrap .search-wrap .btn, .content-header .header-controls-wrap .search-wrap .form-control {
    padding: 5px;
    margin: 0 5px;
    background-color: transparent;
  }
  .content-header .header-controls-wrap .search-wrap .btn .material-icons {
    margin-right: 0;
  }
}
.content-header .header-controls-wrap .add-btn {
  min-width: 230px;
}
@media only screen and (max-width: 991px) {
  .content-header .header-controls-wrap .add-btn {
    position: fixed;
    bottom: 20px;
    right: 35px;
    width: 60px;
    min-width: unset;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
  }
}
.content-header .header-controls-wrap .add-btn .material-icons.d-lg-none {
  margin: 0;
  font-size: 25px;
}
.content-header .header-breadcrumb {
  color: #ADB5BD;
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .content-header .header-breadcrumb {
    display: none;
  }
}

.content-tab-header {
  padding: 0;
  box-shadow: rgba(100, 100, 100, 0.1) 0 5px 6px;
  position: relative;
  z-index: 4;
  /*margin-bottom:20px;*/
}
.content-tab-header > div {
  padding: 0;
}
.content-tab-header > div .nav-item {
  margin-left: 15px;
}
.content-tab-header .tiles-view-options {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .content-tab-header .tiles-view-options {
    top: 0;
    right: 10px;
  }
}
.content-tab-header .tiles-view-options .view-option-btn {
  position: relative;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  color: #ADB5BD;
  font-size: 14px;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
}
.content-tab-header .tiles-view-options .view-option-btn:not(:last-child):after {
  content: "";
  position: absolute;
  right: -5px;
  top: 2px;
  width: 1px;
  height: 20px;
  background: #ADB5BD;
  cursor: default;
}
.content-tab-header .tiles-view-options .view-option-btn:hover {
  color: #868E96;
}
.content-tab-header .tiles-view-options .view-option-btn.active {
  color: #343A40;
}

.nav-tabs .nav-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #868E96;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #F15A24;
  color: #F15A24;
}

.tiles-tab {
  position: relative;
}
.tiles-tab .tiles-container {
  /*default: grid view*/
}
.tiles-tab .tiles-container ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  /*justify-content: space-between;*/
}
.tiles-tab .tiles-container ul li {
  width: 31%;
  height: 15vw;
  border-radius: 8px;
  margin: 1% 1.1%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .tiles-tab .tiles-container ul li {
    height: 20vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tiles-tab .tiles-container ul li {
    width: 46%;
    height: 38vw;
    margin: 1% 2%;
  }
}
@media only screen and (max-width: 575px) {
  .tiles-tab .tiles-container ul li {
    width: 46%;
    height: auto;
    margin: 1% 2%;
  }
}
.tiles-tab .tiles-container ul li .tile {
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .tiles-tab .tiles-container ul li .tile {
    padding: 0;
    color: #343A40;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
.tiles-tab .tiles-container ul li .tile .tile-bg {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
  background-color: #CED4DA;
  background-image: url("~/img/admin/item-bg.png");
  transition: 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .tiles-tab .tiles-container ul li .tile .tile-bg {
    position: relative;
    margin-bottom: 2px;
    height: 38vw;
  }
}
.tiles-tab .tiles-container ul li .tile .tile-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.tiles-tab .tiles-container ul li .tile .tile-name, .tiles-tab .tiles-container ul li .tile .tile-child-count {
  position: relative;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tiles-tab .tiles-container ul li .tile .tile-name, .tiles-tab .tiles-container ul li .tile .tile-child-count {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 575px) {
  .tiles-tab .tiles-container ul li .tile .tile-child-count {
    color: #868E96;
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .tiles-tab .tiles-container ul li .tile:hover .tile-bg {
    transform: scale(1.1);
    transform-style: preserve-3d;
  }
}
.tiles-tab .tiles-container:not(.view-mode-list) .tile-edit-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: transparent;
  border-color: transparent;
}
.tiles-tab .tiles-container:not(.view-mode-list) .tile-edit-btn span {
  display: none;
}
.tiles-tab .tiles-container.view-mode-list ul {
  margin-top: 15px;
}
.tiles-tab .tiles-container.view-mode-list ul li {
  width: 100%;
  height: auto;
  background: none;
  font-size: 16px;
  font-weight: 600;
  background: #F1F3F5;
  margin: 0;
}
.tiles-tab .tiles-container.view-mode-list ul li:nth-child(even) {
  background: #fff;
}
.tiles-tab .tiles-container.view-mode-list ul li .tile {
  padding: 16px;
  color: #343A40;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .tiles-tab .tiles-container.view-mode-list ul li .tile {
    padding: 8px 12px;
  }
}
.tiles-tab .tiles-container.view-mode-list ul li .tile .tile-bg {
  display: none;
}
.tiles-tab .tiles-container.view-mode-list ul li .tile .tile-name {
  font-size: 16px;
  flex-grow: 4;
}
.tiles-tab .tiles-container.view-mode-list ul li .tile .tile-edit-btn {
  position: relative;
  width: auto;
  height: auto;
  left: unset;
  top: unset;
  margin-left: 15px;
}
.tiles-tab .tiles-container.view-mode-list ul li .tile .tile-edit-btn span {
  display: block;
}
.tiles-tab .tiles-container.view-mode-cards ul {
  margin-top: 15px;
}
.tiles-tab .tiles-container.view-mode-cards ul li {
  width: 100%;
  height: auto;
  background: none;
  font-size: 16px;
  padding: 8px 18px;
  font-weight: 600;
  /*background: $grey-1;*/
  margin: 0 0 15px;
  border: 1px solid #ADB5BD;
}
.tiles-tab .tiles-container.view-mode-cards ul li .tile {
  padding: 4px 16px;
  color: #343A40;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.tiles-tab .tiles-container.view-mode-cards ul li .tile .tile-name {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
}
.tiles-tab .tiles-container.view-mode-cards ul li .tile .tile-name .material-icons {
  margin-right: 15px;
  font-size: 28px;
}
.tiles-tab .tiles-container.view-mode-cards ul li .tile .btn {
  margin-left: 12px;
}
@media only screen and (max-width: 991px) {
  .tiles-tab .tiles-container.view-mode-cards ul li .tile {
    padding: 4px 12px;
  }
}
.tiles-tab .tiles-container.table-view table {
  border: none;
  width: 100%;
}
.tiles-tab .tiles-container.table-view table thead th {
  border: none;
}
.tiles-tab .tiles-container.table-view table thead th:first-child {
  padding: 10px 16px;
}
.tiles-tab .tiles-container.table-view table thead th:last-child {
  padding: 10px 25px 10px 16px;
}
@media (max-width: 1200px) {
  .tiles-tab .tiles-container.table-view table thead th:not(:first-child, :nth-child(2), :last-child) {
    display: none;
  }
}
.tiles-tab .tiles-container.table-view table td {
  border: none;
}
@media (max-width: 1200px) {
  .tiles-tab .tiles-container.table-view table td:not(:first-child, :nth-child(2), :last-child) {
    display: none;
  }
}
.tiles-tab .tiles-container.table-view table .btn-mini {
  margin-right: 5px;
}
.tiles-tab .tiles-container.table-view table .btn-mini .material-icons-outlined {
  font-size: 18px;
  margin: 0 5px;
}
.tiles-tab .tiles-container.table-view table tr {
  width: 100%;
}
.tiles-tab .tiles-container.table-view table tr.active td {
  background-color: #DEE2E6 !important;
  /*color: $primary-color;*/
  font-weight: bold;
}
.tiles-tab .tiles-container.table-view table tr td {
  /*padding: 0;*/
  padding: 14px 16px !important;
}
.tiles-tab .tiles-container.table-view table tr td:last-child {
  width: 320px;
}
.tiles-tab .tiles-container.table-view table tr td:last-child > a {
  padding: 10px;
}
.tiles-tab .tiles-container.table-view table tr td:last-child form {
  display: inline-block;
}
.tiles-tab .tiles-container.table-view table tr td:last-child form button {
  padding: 10px;
}
@media only screen and (max-width: 575px) {
  .tiles-tab .tiles-container.table-view table tr td {
    font-size: 14px;
  }
}
.tiles-tab .tiles-container.table-view table tbody tr {
  /*display:flex;*/
  /*justify-content:space-between;*/
  line-height: 22px;
  border-radius: 8px;
}
.tiles-tab .tiles-container.table-view table tbody tr:nth-child(odd) td {
  background: #E9ECEF;
}
.tiles-tab .tiles-container.table-view table tbody tr td {
  padding-bottom: 0;
  vertical-align: middle;
}
.tiles-tab .tiles-container.table-view table .ui-sortable-helper {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px;
  display: inline-flex;
  background: #fff !important;
}
.tiles-tab .tiles-container.table-view table .ui-sortable-helper td {
  background: #fff !important;
}
.tiles-tab .tiles-container.table-view table.click-row tr {
  cursor: pointer;
}
.tiles-tab .tiles-container.table-view table.click-row tr:hover td {
  color: #868E96;
}
.tiles-tab .tiles-container.table-view tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tiles-tab .tiles-container.table-view tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.single-image-upload {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 5px;
  border: "";
  background-color: #F1F3F5;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-image-upload > input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.single-image-upload .material-icons-outlined.remove-image {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  color: #F13F3C;
  display: none;
  cursor: pointer;
}
.single-image-upload .upload-message {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.single-image-upload .upload-message .material-icons-outlined.image-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.single-image-upload .upload-message p {
  font-size: 1.2em;
}
.single-image-upload .upload-message p > span {
  font-weight: 600;
  color: #fff;
  background-color: #3849E5;
  background-image: url("");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.upload .container-upload {
  width: 100%;
  height: 200px;
  background-color: #E9ECEF;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}
.upload .container-upload > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: auto;
}
.upload .container-upload > .upload-icon {
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  font-size: 45px;
}
.upload .container-upload .imagem-upload {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.upload .container-upload .imagem-upload .excluir-foto {
  background-color: #F1F3F5;
  width: 24px;
  text-align: center;
  padding-top: 3px;
  height: 24px;
  border-radius: 4px;
  color: #F13F3C;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
  z-index: 9;
  cursor: pointer;
}
.upload .container-upload input[type=file] {
  display: none;
}
.upload a {
  width: 300px;
  height: 50px;
  text-align: center;
  color: white;
  line-height: 50px;
  background-color: #6EB08A;
  display: block;
  font-size: 48px;
  border-radius: 0 0 5px 5px;
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 24px;
  cursor: pointer;
}
.btn .material-icons, .btn .material-icons-outlined {
  margin-right: 12px;
}
.btn.btn-light {
  background: #fff;
  color: #495057;
  border-color: #495057;
}
.btn.btn-light:hover {
  color: #495057;
  border-color: #495057;
  background: #fff;
}
.btn.btn-outline-light:hover {
  color: #868E96 !important;
}
.btn.btn-mini {
  padding: 5px 16px;
  font-size: 14px;
}
.btn.btn-mini .material-icons, .btn.btn-mini .material-icons-outlined {
  font-size: 18px;
}
.btn.btn-danger {
  color: #fff !important;
}

.btn-primary {
  background: #F15A24;
  border-color: #F15A24;
  color: #fff !important;
}
.btn-primary:hover {
  background: #FC713F;
  border-color: #FC713F;
}
.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  background: #D9440F;
  border-color: #D9440F;
  box-shadow: none !important;
}

.btn-secondary {
  background: #343A40;
  border-color: #343A40;
  color: #fff !important;
}
.btn-secondary:hover {
  background: #495057;
  border-color: #495057;
}
.btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #212529;
  border-color: #212529;
  box-shadow: none !important;
}

.btn-outline-secondary, .btn-outline {
  background: #fff;
  border-color: #343A40;
  color: #343A40 !important;
}
.btn-outline-secondary.btn-outline, .btn-outline.btn-outline {
  background: transparent;
}
.btn-outline-secondary:hover, .btn-outline:hover {
  background: #fff;
  color: #495057 !important;
  border-color: #868E96 !important;
}
.btn-outline-secondary:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline:focus, .btn-outline:not(:disabled):not(.disabled):active {
  background: #fff;
  color: #212529 !important;
  border-color: #212529 !important;
  box-shadow: none !important;
}

.input-group {
  border: 1px solid #343A40;
  align-items: center;
  border-radius: 8px;
}
.input-group .btn, .input-group .form-control {
  border: none;
  padding: 12px 16px;
  font-size: 16px;
}

.form-control:focus, .btn:focus {
  box-shadow: none;
}

.imagem-wrapper {
  width: 100%;
  display: flex !important;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin-bottom: 5px;
  background: #fff;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
}
.imagem-wrapper img {
  vertical-align: middle;
  border-style: none;
  max-width: 100px;
  max-height: 100px;
}

.form-row {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -12px 0 0 -12px;
  width: calc(100% + 12px);
  margin-bottom: 32px;
}
.form-row .form-group {
  flex-grow: 1;
  margin: 12px 0 0 12px;
}

.form-group {
  margin-bottom: 32px;
}
.form-group label, .form-group .control-label {
  font-weight: 600;
}
.form-group .form-control {
  border: 1px solid #343A40;
  border-radius: 8px;
  font-size: 16px;
  padding: 14px 16px;
  height: unset;
  position: relative;
}
.form-group .form-control.form-icon {
  padding-left: 40px;
}
.form-group .form-control.form-icon .material-icons:first-child {
  position: absolute;
  left: 10px;
}
.form-group .form-control[type=color] {
  height: 40px;
  padding: 5px;
  max-width: 120px;
}
.form-group.audio-group .controls-wrap {
  display: inline-flex;
  width: 100%;
}
.form-group.audio-group .controls-wrap .form-control {
  flex-grow: 3;
  margin-right: 10px;
  height: 56px;
}
.form-group.audio-group .controls-wrap .form-control .form-text {
  margin-top: 0;
}
.form-group.audio-group .controls-wrap .form-control .placeholder {
  color: #ADB5BD;
}
.form-group.audio-group .controls-wrap .btn {
  min-width: 128px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-group.audio-group .controls-wrap .remove-file {
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.form-group.audio-group .controls-wrap input {
  opacity: 0;
  height: 0;
  width: 0;
}
.form-group.audio-group .text-success {
  margin-top: 10px;
}
.form-group.btns-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 24px;
}
@media only screen and (max-width: 991px) {
  .form-group.btns-row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .form-group.btns-row .btn {
    margin-bottom: 24px;
  }
}
.form-group.btns-row .btn-danger {
  float: left;
}
.filter-wrapper {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 8px;
}
.filter-wrapper .btn {
  padding: 5px;
  background: #fff;
  border: none;
  font-size: 16px;
}
.filter-wrapper .btn .material-icons {
  margin: 0 0 0 5px;
  font-size: 18px;
}
.filter-wrapper .filter-control {
  background: none;
}
.filter-wrapper .filter-control .dropdown-item.active, .filter-wrapper .filter-control .dropdown-item:active {
  background: #868E96;
}

.form-check {
  /*padding:0;*/
}
.form-check .form-check-label {
  display: inline-flex;
  align-items: center;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin: 0 0 0 10px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CED4DA;
  transition: 0.4s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #F15A24;
}
.switch input:checked + .slider:before {
  transform: translateX(23px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.inner-table {
  width: 100%;
  position: relative;
}
.inner-table tbody tr {
  border-bottom: 1px solid #dedede;
}
.inner-table tbody tr:last-child {
  border: none;
}
.inner-table tbody .image-thumb {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.inner-table td:last-child, .inner-table th:last-child {
  text-align: right;
}
.inner-table td:first-child, .inner-table th:first-child {
  width: 70%;
  text-align: left;
}
.inner-table td:first-child input[type=checkbox], .inner-table th:first-child input[type=checkbox] {
  margin: 10px 0;
}

.multi-image-upload {
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 5px;
  border: "";
  background-color: #F1F3F5;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.multi-image-upload .image-preview {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.multi-image-upload .image-preview > .image-card {
  display: flex;
  position: relative;
  width: 120px;
  height: 120px;
  background-color: transparent;
  background-image: url("");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  border: 1px solid red;
}
.multi-image-upload > input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.multi-image-upload .material-icons-outlined.remove-image {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  color: #F13F3C;
  /*display: none;*/
  cursor: pointer;
}
.multi-image-upload .upload-message {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.multi-image-upload .upload-message .material-icons-outlined.image-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.multi-image-upload .upload-message p {
  font-size: 1.2em;
}
.multi-image-upload .upload-message p > span {
  font-weight: 600;
  color: #fff;
  background-color: #3849E5;
  background-image: url("");
  background-position: 0 0;
  background-repeat: no-repeat;
}/*# sourceMappingURL=admin-main.css.map */