@charset "UTF-8";
header#topbar .top-row .search-bar .input-group > *:first-child, header#topbar .top-row .search-bar .input-group > *:first-child > * {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
header#topbar .top-row .search-bar .input-group > *:last-child, header#topbar .top-row .search-bar .input-group > *:last-child > * {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
header#topbar .top-row .search-bar .input-group .input-group-prepend, header#topbar .top-row .search-bar .input-group .input-group-append {
  margin-bottom: 0;
}
header#topbar .top-row .search-bar .input-group .input-group-text {
  height: 100%;
  background: white;
}
header#topbar .top-row .search-bar .input-group .input-group-prepend + .form-control {
  border-left: none;
}
header#topbar .top-row .search-bar .input-group .input-group-append + .form-control {
  border-right: none;
}
header#topbar .top-row .search-bar .input-group .input-group-prepend .input-group-text {
  border-right: none;
}
header#topbar .top-row .search-bar .input-group .input-group-append .input-group-text {
  border-left: none;
}

.chat-img, .file .file-image {
  width: 100%;
  height: auto;
}
.chat-img:before, .file .file-image:before {
  content: "";
  display: block;
  padding-top: 100%;
  z-index: -99;
}

:root {
  --bg-color: #f0f1fa;
}

html {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body, html > body {
  min-height: 100%;
  background-color: var(--bg-color);
  font-family: "Roboto", sans-serif;
}

html > body a, html > body a:hover {
  color: inherit;
  text-decoration: none;
}

select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

.container.full-size, .row.full-size {
  width: 100%;
  height: 100%;
}

.clip {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.small {
  font-size: 12px;
}

.m {
  font-size: 14px;
}

.g {
  font-size: 18px;
}

.gg {
  font-size: 20px;
}

.big {
  font-size: 24px;
}

.biggest {
  font-size: 32px;
}

.logo {
  width: 100px;
  height: 30px;
  background-image: url("../img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  flex-grow: 1;
}

.logo21live {
  width: 140px;
  height: 42px;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-size: cover;
}

section.main {
  position: absolute;
  left: 290px;
  right: 30px;
  top: 94px;
  /*bottom: $main-gutter;*/
  transition: margin 0.3s linear 0.1s;
}
section.main > * {
  padding-bottom: 0.1px;
}
section.main.closed, section.main.mobile {
  margin-left: -260px;
}
section.main .card {
  padding: 20px;
}
section.main .card.full {
  display: block;
  margin-bottom: 30px;
  overflow-x: auto;
}
section.main .card > .card-header {
  padding: 0 15px 0 15px;
  margin: -5px -15px 0 -15px;
  background-color: white;
  overflow: auto;
}
section.main .card > .card-header > .card-title {
  display: inline-block;
  margin-bottom: 15px;
}
section.main table.table-view {
  max-width: calc(100% + 30px) !important;
  display: table;
  border-bottom: 1px solid #dadee7;
  border-bottom: 1px solid #dadee7;
  margin-bottom: 15px !important;
  padding-left: 0;
}
section.main table.table-view td, section.main table.table-view th {
  vertical-align: middle;
}
section.main table.table-view .row-controls .btn-sm {
  width: 32px;
  height: 32px;
  text-align: center;
}

.fa-select, .fa-select option {
  font-family: "Roboto", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
}

.fa-select {
  font-weight: 700;
}

.btn-outline-teal {
  color: var(--teal);
  border-color: var(--teal);
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: var(--teal);
  border-color: var(--teal);
}
.btn-outline-teal:not(:disabled):not(.disabled).active, .btn-outline-teal:not(:disabled):not(.disabled):active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: var(--teal);
  border-color: var(--teal);
}
.btn-outline-teal.focus, .btn-outline-teal:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}

.link {
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.link.blue {
  color: #007bff;
}

.animated-ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "…"; /* ascii code for the ellipsis character */
  width: 0;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

/** -- Componentes -- **/
@media (min-width: 1440px) {
  .col-xxl-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.m-color {
  color: var(--main);
}

.m-bg, #menu .menu-cat:before {
  background-color: var(--main);
}

.m-border {
  border-color: var(--main);
}

.m-bg.active, .m-bg .active {
  background-color: var(--high-darker);
}

.disabled {
  cursor: default !important;
}

.s-color {
  color: var(--secn);
}

.s-bg {
  background-color: var(--secn);
}

.s-border {
  border-color: var(--secn);
}

.mh-color {
  color: var(--high);
}

.mh-bg {
  background-color: var(--high);
}

.mh-border {
  border-color: var(--high) !important;
}

#lock {
  display: none;
}

#lock + .lockIcon {
  display: block;
  margin-top: 9px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-right: 10px;
}

#lock + .lockIcon:before {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  border-radius: 15px 15px 0 0;
  border: solid #E0E0E0;
  border-width: 3px 3px 0 3px;
  position: absolute;
  left: 3px;
  top: -9px;
  -webkit-transform-origin: 1px 100%;
  -ms-transform-origin: 1px 100%;
  transform-origin: 1px 100%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

#lock + .lockIcon i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 15px;
  background: #E0E0E0;
  position: relative;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

#lock + .lockIcon i:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #484848;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -2px;
}

#lock + .lockIcon i:after {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  background: #484848;
  border-radius: 0 0 50% 50%;
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -1px;
}

#lock:checked + .lockIcon i {
  background: #A1A1A1;
}

#lock:checked + .lockIcon:before {
  border-color: #A1A1A1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.lib-img {
  width: 33%;
  height: auto;
  padding: 10px;
}

header#topbar {
  height: 64px;
  background-color: white;
  position: fixed;
  left: 260px;
  right: 0;
  z-index: 99;
  display: flex;
  transition: margin 0.3s linear 0.1s;
}
header#topbar.closed {
  margin-left: -260px;
}
header#topbar .top-row {
  height: 100%;
  flex-grow: 1;
  display: flex;
}
header#topbar .top-row > * {
  display: inline-block;
  align-self: center;
}
header#topbar .top-row .menu-toggle {
  padding: 0 30px;
  max-width: 85px;
}
header#topbar .top-row .menu-toggle .menu-show {
  display: none;
}
header#topbar .top-row .search-bar {
  flex-grow: 1;
  padding-right: 15px;
}
header#topbar .top-row .search-bar #main-search {
  border-right: none;
}
header#topbar .top-row #main-search::placeholder {
  color: black;
  opacity: 0.33;
}
header#topbar .view-site {
  max-width: 520px;
  height: 64px;
  display: flex;
  padding: 0 12px;
  padding-right: 30px;
  align-content: center;
}
header#topbar .unit {
  align-self: center;
}
@media screen and (max-width: 768px) {
  header#topbar .unit {
    display: none;
  }
}
header#topbar .notifications {
  display: flex;
  align-self: center;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  header#topbar .notifications {
    padding: 0 30px 0 15px;
  }
}
header#topbar .notifications > *:not(:last-child) {
  margin-right: 15px;
}
header#topbar .notifications > * {
  position: relative;
}
header#topbar .notifications > * > .notif {
  position: absolute;
  right: -8px;
  top: -4px;
  background: red;
  color: white;
  font-size: 10px;
  padding: 0 4px;
  border-radius: 8px;
}
header#topbar .notifications > a:hover, header#topbar .notifications > .menu-button > a:hover {
  color: var(--high);
}
header#topbar .profile-bar {
  min-width: 200px;
  display: flex;
  align-self: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  header#topbar .profile-bar {
    min-width: auto;
  }
}
header#topbar .profile-bar .profile-info {
  height: 100%;
  display: flex;
  cursor: pointer;
}
header#topbar .profile-bar .profile-info .unit {
  padding: 0 15px;
}
header#topbar .profile-bar .profile-info .profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: #f0f1fa;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: content-box;
}
header#topbar .profile-bar .profile-arrow {
  margin-left: 10px;
  align-self: center;
}
header#topbar .profile-bar .profile-menu {
  display: none;
}
header#topbar .profile-bar .profile-menu.show {
  width: calc(100% + (15px));
  position: absolute;
  top: 59px;
  right: -15px;
  background-color: white;
  display: block;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  header#topbar .profile-bar .profile-menu.show {
    min-width: 220px;
    right: -25px;
  }
}
header#topbar .profile-bar .profile-menu a {
  display: block;
  padding: 9px 12px;
}
header#topbar .profile-bar .profile-menu a:hover {
  background-color: var(--main);
  color: var(--secn);
}
header#topbar .profile-bar .profile-menu .notifications {
  width: 100%;
  align-items: center;
}
header#topbar .profile-bar .profile-menu .notifications > * {
  margin: auto;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header#topbar .menu-show, header#topbar .menu-hide {
    display: none !important;
  }
}
header#topbar .dropdown-menu {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: 0;
}

.menu-button {
  position: relative;
}
.menu-button .float-menu {
  display: none;
  min-width: 300px;
  background-color: white;
  position: absolute;
  top: 49px;
  right: -15px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.menu-button .float-menu .menu-header {
  padding: 8px 12px;
  border-bottom: 1px solid #666;
  background-color: #999;
  color: white;
}
.menu-button .float-menu .menu-body > * {
  padding: 1rem;
  display: block;
  position: relative;
}
.menu-button .float-menu .menu-body > *:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.menu-button .float-menu .menu-body > *:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  background-image: linear-gradient(to right, white 0%, #d9d9d9 30%, #d9d9d9 70%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-button .float-menu .menu-body > *:last-child:after {
  content: none;
}
.menu-button .float-menu .menu-body p {
  margin-bottom: 0;
}
.menu-button .float-menu .menu-footer {
  background-color: var(--high);
  color: white;
  font-size: 0.75rem;
  padding: 12px;
  text-align: center;
}
.menu-button .float-menu .menu-footer a:hover {
  text-decoration: underline;
}

.notif.badge {
  background-color: red;
  border-radius: 50%;
  color: white;
  position: absolute;
  font-size: 65%;
  right: -50%;
  top: -10%;
}

.dropleft {
  margin: -12px;
  padding: 0 12px;
}
.dropleft:hover {
  background-color: var(--main);
}
.dropleft:hover .dropdown-hover.mh-color {
  color: #fff;
}
.dropleft:hover .dropdown-menu {
  display: block;
}
.dropleft .dropdown-hover::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-hover:hover + .dropdown-menu {
  display: block;
}
.dropleft .dropdown-menu:hover {
  display: block;
}
.dropleft .dropdown-menu a {
  padding: 0 0.5rem;
}

@media screen and (max-width: 384px) {
  header#topbar .notifications {
    padding: 0 5px 0 0;
  }
}
aside#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 260px;
  max-height: 100vh;
  color: #fff;
  transition: margin 0.3s linear 0.1s;
  z-index: 98;
}
aside#sidebar.closed {
  margin-left: -260px;
}
aside#sidebar .sidebar-header {
  display: flex;
  align-content: center;
  padding: 30px 50px 10px 50px;
}
aside#sidebar .sidebar-header .logo {
  width: 200px;
  height: 80px;
}
aside#sidebar > nav > ul {
  padding: 0;
  list-style: none;
}
aside#sidebar a {
  color: white;
}
aside#sidebar hr {
  border-color: white;
}

#menu {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
  max-height: calc(99vh - 289px);
  overflow: auto;
}
#menu::-webkit-scrollbar {
  width: 0.75rem;
}
#menu::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 0.75rem;
}
#menu:hover::-webkit-scrollbar-thumb {
  background-color: var(--high);
}
#menu::-webkit-scrollbar-track {
  background-color: var(--main);
}

#sub-menu {
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#sub-menu p {
  margin: auto;
  width: 160px;
}

a.menu-opt {
  display: block;
  height: 56px;
  padding: 0 12px 0 50px;
  line-height: 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
a.menu-opt.active {
  padding: 0 12px 0 40px;
  border-left: 10px solid;
}
a.menu-opt i {
  margin-right: 5px;
  font-family: "Roboto", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
}

#sidebar a.menu-opt:hover {
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: 0.2s linear;
}

.menu-cat {
  height: 28px;
  border-bottom: 1px dashed white;
  margin-bottom: 28px;
}
.menu-cat.title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom-color: transparent;
}
.menu-cat::before {
  content: attr(data-title);
  display: inline-block;
  padding: 14px 12px;
  background-color: #3f4a59;
}

#overlay, .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#overlay:not(.close-less), .overlay:not(.close-less) {
  cursor: pointer;
}
#overlay #overlay-holder, #overlay .overlay-holder, .overlay #overlay-holder, .overlay .overlay-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: initial;
}
#overlay #overlay-holder > .card, #overlay .overlay-holder > .card, .overlay #overlay-holder > .card, .overlay .overlay-holder > .card {
  max-width: 85vw;
  max-height: 85vh;
  overflow: auto;
}
#overlay #overlay-holder > .card.card-max, #overlay .overlay-holder > .card.card-max, .overlay #overlay-holder > .card.card-max, .overlay .overlay-holder > .card.card-max {
  width: 85vw;
}
#overlay #overlay-holder .custom, #overlay .overlay-holder .custom, .overlay #overlay-holder .custom, .overlay .overlay-holder .custom {
  min-width: 680px;
}
#overlay #overlay-holder > .close, #overlay .overlay-holder > .close, .overlay #overlay-holder > .close, .overlay .overlay-holder > .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  font-size: 0.75em;
  cursor: pointer;
}
#overlay #overlay-holder .image-overlay img, #overlay .overlay-holder .image-overlay img, .overlay #overlay-holder .image-overlay img, .overlay .overlay-holder .image-overlay img {
  max-width: 85vw;
  max-height: 85vh;
}

body:has(#overlay) {
  overflow: hidden;
}

.select2-selection__rendered {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container {
  font-family: "Roboto", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
}
.select2-container .select2-selection--single {
  height: 44px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 8px !important;
}

.select2.form-control + .select2-container,
#perms.form-control + .select2-container,
.d-block.form-control + .select2-container {
  display: block;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: none !important;
  font-family: "Roboto", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  border: none !important;
}

button.btn.buttons-html5:before {
  content: "?";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5em;
}
button.btn.buttons-html5.buttons-csv:before {
  content: "\f6dd";
}
button.btn.buttons-html5.buttons-excel:before {
  content: "\f1c3";
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  div.dt-buttons {
    flex-wrap: nowrap !important;
  }
  div.dt-buttons button.btn.buttons-html5 {
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  div.dataTables_wrapper #dataTable_length.dataTables_length {
    text-align: left;
  }
  div.dataTables_wrapper .dataTables_info {
    white-space: normal !important;
  }
  div.dataTables_wrapper div.dataTables_filter input.form-control:first-child {
    margin-left: 13px;
  }
}
#tickets .dataTables_wrapper {
  position: relative;
}
#tickets .dataTables_wrapper table.table-view {
  position: relative;
  left: 15px;
  right: 15px;
  width: 100% !important;
}

.tree-view {
  padding-left: 0;
  list-style: none;
}
.tree-view small var {
  font-size: 12px;
}
.tree-view var {
  font-style: normal;
  font-family: monospace;
  font-weight: bold;
  font-size: 1.15rem;
}
.tree-view > li .branch-holder {
  background-color: #ddd;
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 30px;
}
.tree-view > li .branch-holder .branch-title {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.tree-view > li .branch-holder .branch-title .badge + .text-muted {
  padding-left: 34px;
}
.tree-view > li .branch-holder .branch-title:hover {
  border-color: #ccc;
}
.tree-view > li .branch-holder .branch-title i.fas {
  margin-right: 0.25rem;
}
.tree-view > li .branch-holder .branch-title .form-check:hover {
  color: #26a0da;
}
.tree-view > li .branch-holder .branch li.child {
  padding-left: 0.5rem;
  display: flex;
}
.tree-view > li .branch-holder .branch li.child .form-check:hover {
  color: #26a0da;
}
.tree-view > li .branch-holder .branch .text-muted {
  user-select: none;
}
.tree-view ul {
  list-style: none;
  padding-top: 8px;
}
.tree-view .form-check {
  display: inline-block;
  flex-grow: 1;
}
.tree-view .parent > .b-handler {
  margin-right: 5px;
  cursor: pointer;
  transition: color 0.2s linear 0.1s;
}
.tree-view .parent > .b-handler:hover {
  color: var(--info);
}

/* original idea http://www.bootply.com/phf8mnMtpe */
.tree {
  min-height: 20px;
  padding: 19px;
  background-color: #fbfbfb;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tree > ul {
  padding-left: 0;
}
.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}
.tree li::before, .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}
.tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
.tree li::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 30px;
  width: 25px;
}
.tree li span {
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
.tree li.parent_li > span {
  cursor: pointer;
}
.tree li:last-child::before {
  height: 30px;
}
.tree li.parent_li > span:hover, .tree li .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}
.tree > ul > li::before, .tree > ul > li::after {
  border: 0;
}

.message a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.message a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.nao-lido {
  background-color: #ffffc7;
}

.msg-soul-sell {
  display: block;
  text-align: center;
  font-size: 20px;
  background-color: #EEE;
  padding: 1em 0;
}
.msg-soul-sell input#soul-selling {
  transform: scale(2);
  margin-right: 0.5em;
}

.tab-options {
  background-color: #eee;
  border-right: 5px #fff solid;
  padding-right: 0 !important;
}
.tab-options .nav-tabs .nav-link:hover:not(.active) {
  background-color: rgba(255, 255, 255, 0.75);
}

.nav-tabs.flex-column {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .nav-tabs.flex-column .nav-link {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
  }
}

.dropzone.dropzone {
  display: block;
  border: 1px dashed var(--primary);
  border-radius: 0.375rem;
  text-align: center;
  min-height: 250px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.dropzone.dropzone .dz-message {
  color: var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.dropzone.dropzone .dz-message span {
  display: inline-block;
  user-select: none;
}
.dropzone.dropzone .dz-preview {
  padding: 0.375rem;
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0.75);
}
.dropzone.dropzone .dz-preview .dz-progress {
  z-index: 0;
}
.dropzone.dropzone .dz-preview .dz-image {
  width: 120px;
  border: 1px solid var(--primary);
}
.dropzone.dropzone .dz-preview .dz-error-mark, .dropzone.dropzone .dz-preview .dz-success-mark {
  margin-left: -24px !important;
  top: 40px !important;
}
.dropzone.dropzone .dz-filename span[data-dz-name] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.dropzone.dropzone .dz-filename span[data-dz-name]:hover {
  width: auto;
  display: inline-block;
  overflow: visible;
  z-index: 999;
  position: relative;
  background-color: white;
  padding: 0.375rem;
  border-radius: 0.375rem;
  filter: drop-shadow(0.25rem 0.25rem 0.25rem black);
}

.sisbtn {
  width: 100%;
  min-width: 160px;
  min-height: 160px;
  background-color: white;
  border: 1px solid #dadee7;
  position: relative;
}
.sisbtn:before {
  content: "";
  float: left;
  padding-bottom: 100%;
  margin-right: -100%;
}
.sisbtn:after {
  content: "";
  display: table;
  clear: both;
}
.sisbtn .sisbtn-holder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
}
.sisbtn .sisbtn-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  line-height: 1.2;
  padding: 0 10px;
}
.sisbtn .sisbtn-icon {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sisbtn .sisbtn-icon .fa-stack {
  vertical-align: top;
  width: 4.5vw;
  height: 4.5vw;
  line-height: 4.5vw;
  font-size: 2vw;
}
.sisbtn .sisbtn-icon .fa-stack .fa-sm {
  top: -0.5em;
}
.sisbtn .sisbtn-icon i:not([class*=fa-stack-]) {
  font-size: 4.5vw;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
}
@media screen and (max-width: 768px) {
  .sisbtn .sisbtn-icon i:not([class*=fa-stack-]) {
    font-size: 4rem;
  }
}
.sisbtn .sisbtn-icon > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sisbtn .sisbtn-icon .emojicon {
  font-size: 64px;
}
.sisbtn .set-info {
  text-align: center;
  margin-bottom: 15px;
}

.btn-row {
  margin-bottom: -30px;
}
.btn-row .sisbtn {
  margin-bottom: 30px;
}

#downByUser > .sisbtn .fa-download.fa-sm {
  top: 0.3em;
}

.dataTable_new .dt-buttons {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dataTable_new .dt-buttons > * {
  transition: 0.2s background;
  padding: 6px 12px;
  border: none;
  color: white;
  background: #7a7a7a;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.dataTable_new .dt-buttons button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.dataTable_new .dt-buttons .buttons-csv:not(:disabled):hover {
  background: #4f4f4f;
}
.dataTable_new .dt-buttons .buttons-excel {
  background: #28a745;
  border: #28a745;
}
.dataTable_new .dt-buttons .buttons-excel:not(:disabled):hover {
  background: #1f7533;
}
.dataTable_new .avatarTable {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  object-fit: contain;
}
.dataTable_new .searchable {
  margin-left: 5px;
  cursor: default;
}
.dataTable_new .searchable i {
  font-size: 12px;
  color: #0240d1;
}
.dataTable_new .dataTables_filter small {
  font-size: 70%;
  margin-top: 2px;
}
.dataTable_new .dataTables_filter small i {
  font-size: 12px;
  color: #0240d1;
}
.dataTable_new .dataTables_filter input {
  width: 73% !important;
}
.dataTable_new .code {
  font-family: monospace;
  word-break: break-all;
}
.dataTable_new .code pre {
  white-space: pre-wrap; /* Mantém os \n */
  word-break: break-word; /* Quebra palavras longas se precisar */
  max-width: 100%; /* Garante que não estoure o container */
  overflow-x: auto;
}
.dataTable_new .badge-logs {
  max-width: 80%;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.btn {
  transition: 0.2s background, 0.2s color;
}

.loading {
  cursor: wait;
  filter: brightness(50%);
}

/** -- Páginas -- **/
section#login, section#register {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
section#login .card, section#register .card {
  border-radius: 36px;
}
section#login .card .card-header, section#register .card .card-header {
  padding: 30px 20px;
  border-radius: 35px 35px 0 0;
}
section#login .card .card-header .logo, section#register .card .card-header .logo {
  width: 180px;
  height: 70px;
  margin: auto;
}
section#login .card .card-body, section#register .card .card-body {
  padding: 50px 20px;
}
section#login a, section#register a {
  border-bottom: 2px solid #c1c3c7;
}
section#login .input-group, section#register .input-group {
  max-width: 330px;
  margin: auto;
  border-bottom: 1px solid #e4e7ee;
  align-items: baseline;
}
section#login .input-group .input-group-text, section#login .input-group .form-control, section#register .input-group .input-group-text, section#register .input-group .form-control {
  background: none;
  border: none;
}
section#login .input-group input::placeholder, section#register .input-group input::placeholder {
  font-weight: 300;
}
section#login .custom-icon-eye, section#register .custom-icon-eye {
  font-size: 1.2em;
}
section#login button[type=submit], section#login .login-button, section#register button[type=submit], section#register .login-button {
  display: block;
  margin: auto;
  width: 220px;
  border-radius: 20px;
  color: white;
}
section#login button[type=submit]:after, section#login .login-button:after, section#register button[type=submit]:after, section#register .login-button:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  float: right;
}
section#login .logo21live, section#register .logo21live {
  margin: 0 auto 8px auto;
}
section#login .whitestroke, section#register .whitestroke {
  text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 768px) {
  section#login .row.full-size, section#register .row.full-size {
    width: auto;
  }
}

#signup, #askpswd-screen {
  background: #a4a4a4;
  background: -moz-linear-gradient(top, #a4a4a4 0%, #c1c1c1 47%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #a4a4a4 0%, #c1c1c1 47%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #a4a4a4 0%, #c1c1c1 47%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a4a4a4", endColorstr="#f7f7f7",GradientType=0 );
  min-height: 100vh;
  height: 100%;
}
#signup section, #askpswd-screen section {
  min-height: 100vh;
  display: flex;
}

.flow-fill-title {
  text-align: center;
  text-transform: uppercase;
}

#fill-steps {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  position: relative;
}
#fill-steps:before {
  content: "";
  width: 100%;
  width: calc(100% - 48px);
  height: 5px;
  margin-top: 1.25rem;
  margin-left: 24px;
  background-color: #ebeaef;
  position: absolute;
  z-index: 1;
}
#fill-steps .step-button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 100%;
  text-align: center;
  background-color: white;
  z-index: 2;
  position: relative;
  margin: auto;
  border: 2px solid #f9f1db;
}
#fill-steps .step-button.active {
  background-color: var(--high);
  color: white;
  border-color: var(--high);
}
#fill-steps .step-title {
  margin-top: 18px;
  text-transform: uppercase;
  padding: 0 4px;
  text-align: center;
}

#askpswd-screen {
  overflow: hidden;
  display: flex;
}

.folder {
  width: 100%;
  background: white;
  border: 1px solid #dadee7;
  position: relative;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.folder.link {
  text-decoration: none !important;
}
.folder:before {
  content: "";
  float: left;
  padding-bottom: 100%;
  margin-right: -100%;
}
.folder:after {
  content: "";
  display: table;
  clear: both;
}
.folder .folder-holder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  bottom: 0;
}
.folder .folder-holder .folder-top-left {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 4;
  display: none;
}
.folder .folder-holder:hover .folder-top-left {
  display: flex;
}
.folder .folder-holder .folder-buttons {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
  flex-direction: column;
}
.folder .folder-holder:hover .folder-buttons {
  display: flex;
}
.folder .folder-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  padding: 0 15px;
}
.folder .folder-icon {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.folder .folder-icon > i {
  align-self: center;
  font-size: 4.5vw;
}
@media screen and (max-width: 768px) {
  .folder .folder-icon > i {
    font-size: 4rem;
  }
}
.folder .folder-icon i.fas, .folder .folder-icon i.far, .folder .folder-icon i.fab {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
}
.folder .folder-icon > .fa-stack {
  vertical-align: top;
  align-self: center;
  font-size: 2.25vw;
  margin-bottom: 48px;
}
.folder .folder-icon > .fa-stack .link-arrow {
  position: absolute;
  left: 1vw;
  bottom: 3.75vw;
  font-size: 1.25vw;
  box-shadow: 0.55vw 2.25vw 0 0.7vw var(--high);
}
.folder .folder-info {
  text-align: center;
  margin-bottom: 15px;
}
.folder .folder-opt {
  font-size: 12px;
  padding: 5px 10px;
}
.folder .folder-access-private {
  display: block;
  padding: 4px;
  font-size: 11pt;
  border-radius: 4px;
  border-width: thin;
  margin-bottom: 0;
}
.folder .folder-access-public {
  background-color: #aaff99;
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
}

.file {
  background: white;
  border: 1px solid #dadee7;
  margin-bottom: 30px;
}
.col-md-3:last-of-type > .file {
  margin-bottom: 0;
}
.col-md-2:last-of-type > .file {
  margin-bottom: 0;
}
.file .file-holder .file-top-left {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 4;
  display: flex;
}
.file .file-holder .file-top-left > * {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  line-height: 32px;
  border-radius: 50%;
  transition: all 0.1s linear 0.1s;
  position: relative;
}
.file .file-holder .file-top-left > *:hover {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-top: -7px;
  margin-left: -7px;
  font-size: 24px;
}
.file .file-holder .file-top-left > .btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file .file-holder .file-top-left > .btn:hover {
  color: var(--main);
}
.file .file-holder .selector {
  background-color: #f8f9fa;
  text-align: center;
}
.file .file-holder .selector:hover {
  color: var(--warning);
}
.file .file-holder .selector .sel-check:before {
  content: "\f0c8";
}
.file .file-holder .selector.checked .sel-check:before {
  content: "\f14a";
}
.file .file-holder .emblem {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
  transition: all 0.1s linear 0.1s;
  max-height: 38px;
}
.file .file-holder .emblem b {
  display: none;
}
.file:hover .file-holder .emblem b {
  display: inline;
}
.file .file-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f0f1fa;
  position: relative;
}
.file .file-image .file-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}
.file .file-image:hover .file-buttons {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.file .file-image:hover .file-buttons > object:not(:last-child) {
  margin-bottom: 10px;
}
.file .file-title {
  padding: 15px 0;
  text-align: center;
}
.file .file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file .file-options {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0;
  text-align: center;
}
.file a.btn-light.download:hover {
  color: var(--success);
  transition: color 0.2s linear 0.1s;
}
.file a.btn-light.edit:hover {
  color: var(--info);
  transition: color 0.2s linear 0.1s;
}
.file a.btn-light.copy:hover {
  color: var(--teal);
  transition: color 0.2s linear 0.1s;
}
.file a.btn-light.list:hover {
  color: var(--success);
  transition: color 0.2s linear 0.1s;
}
.file a.btn-light.delete:hover {
  color: var(--danger);
  transition: color 0.2s linear 0.1s;
}
.file a.btn-light.custom:hover {
  color: var(--primary);
  transition: color 0.2s linear 0.1s;
}

.folder-view .file .files-buttons-list {
  display: none;
}
.folder-view.folder-view-list .row {
  flex-direction: column;
}
.folder-view.folder-view-list .row div {
  max-width: 100%;
  margin-bottom: 0;
}
.folder-view.folder-view-list .folder:before {
  content: none;
}
.folder-view.folder-view-list .folder .folder-holder {
  height: 72px;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .folder .folder-holder {
    height: auto;
    flex-wrap: wrap;
  }
}
.folder-view.folder-view-list .folder .folder-holder .folder-title {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .folder .folder-holder .folder-title {
    width: calc(100% - 102px);
    flex-grow: 1;
  }
  .folder-view.folder-view-list .folder .folder-holder .folder-title:after {
    content: "";
    display: block;
    flex-basis: 100%;
    height: 0;
  }
}
.folder-view.folder-view-list .folder .folder-holder .folder-icon {
  order: -1;
  min-width: 240px;
  margin-right: 30px;
  padding: 0;
}
.folder-view.folder-view-list .folder .folder-holder .folder-icon > i {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .folder .folder-holder .folder-icon {
    width: auto;
    flex-grow: 0;
    min-width: 72px;
    margin: 9px 9px 9px 0;
  }
  .folder-view.folder-view-list .folder .folder-holder .folder-icon > i {
    font-size: 32px;
  }
}
.folder-view.folder-view-list .folder .folder-holder .folder-info {
  width: 100%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 15px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .folder .folder-holder .folder-info {
    background-color: #eee;
    margin: 0;
    padding: 7.5px;
  }
}
.folder-view.folder-view-list .folder .folder-holder .folder-info .folder-access {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.folder-view.folder-view-list .folder .folder-holder .folder-info .progress {
  min-width: 100px;
}
.folder-view.folder-view-list .folder .folder-holder .folder-info .private-list {
  margin-right: 2rem;
  margin-bottom: 0;
}
.folder-view.folder-view-list .folder .folder-holder .folder-info .btn-text {
  display: none;
}
.folder-view.folder-view-list .folder .folder-holder .folder-info .badge.badge-pill {
  margin-right: 1em;
}
.folder-view.folder-view-list .folder .folder-holder .custom-button-list {
  margin-right: 5px;
}
.folder-view.folder-view-list .file .file-holder {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .file .file-holder {
    flex-wrap: wrap;
  }
}
.folder-view.folder-view-list .file .file-holder .file-image {
  max-height: 128px;
  max-width: 240px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .file .file-holder .file-image {
    max-width: 72px;
    max-height: none;
  }
  .folder-view.folder-view-list .file .file-holder .file-image .selector {
    display: none;
  }
}
.folder-view.folder-view-list .file .file-holder .file-image .file-buttons {
  display: none;
}
.folder-view.folder-view-list .file .file-holder .file-title {
  margin: 0 0 0 30px;
  width: 100%;
  text-align: start;
  font-weight: bold;
  font-size: 18px;
  padding: 0.25rem 0.25rem 0.25rem 0;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .file .file-holder .file-title {
    width: calc(100% - 102px);
    margin-left: 15px;
  }
  .folder-view.folder-view-list .file .file-holder .file-title:after {
    content: "";
    display: block;
    flex-basis: 100%;
    height: 0;
  }
}
.folder-view.folder-view-list .file .file-holder .files-buttons-list {
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .file .file-holder .files-buttons-list {
    width: 100%;
    text-align: right;
    background-color: #eee;
    margin: 0;
    padding: 7.5px;
  }
}
.folder-view.folder-view-list .file .file-options {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0;
  text-align: center;
}
.folder-view.folder-view-list .file .file-info {
  flex-direction: row;
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.folder-view.folder-view-list .file .file-info > * {
  margin: 0 15px;
}
.folder-view.folder-view-list .file .view {
  position: relative;
}
.folder-view.folder-view-list .file .view::before {
  left: 120px;
  margin-top: -17.5px;
  margin-left: -25px;
  width: 50px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .folder-view.folder-view-list .file .view::before {
    left: 36px;
    margin-top: 0;
    top: 17.5px;
  }
}

.curr-img {
  width: 100%;
  max-height: 450px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  background-color: #ccc;
  padding: 30px 15px 30px 15px;
}
.curr-img::before {
  content: "Imagem Atual";
  display: block;
  text-align: center;
  margin-bottom: 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px #ffffff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  font-weight: 800;
}
.curr-img img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
}

.file-tag {
  color: var(--info);
  border: 1px solid var(--info);
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  display: inline-block;
}
.file-tag:last-of-type {
  margin-bottom: 4px;
}

.view {
  position: relative;
}
.view::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -50px;
  width: 100px;
  height: 70px;
  background-image: url("../img/yt_icon_rgb.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.2s ease-in 0.1s;
}
.view:hover::before {
  transform: scale(1.2);
}
.view .file-buttons {
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .toolbar {
    flex-direction: column;
  }
  .toolbar a.btn:not(:last-child) {
    margin-bottom: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .button-switch-list-grid {
    clear: both;
    width: 100%;
    margin-bottom: 18px;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #selection {
    display: none;
  }
}

.post-divider {
  margin-bottom: 8px;
}

.post-divider:not(:last-child) {
  border-right: 2px solid var(--secondary);
  margin-right: 4px;
  padding-right: 8px;
  border-radius: 2px;
}

.folder-view-list .file.approval .file-image {
  max-height: 96px !important;
}

.text-green {
  color: var(--green);
}

.text-red {
  color: var(--red);
}

.error-code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #dc3545;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.toolbar {
  display: inline-block;
  float: right;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .toolbar {
    display: flex;
    float: none;
    margin-bottom: 15px;
    justify-content: space-evenly;
  }
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}
@media screen and (max-width: 768px) {
  .breadcrumb-item {
    display: none;
  }
  .breadcrumb-item:nth-last-child(-n+2) {
    display: inline;
  }
  .breadcrumb-item:nth-last-child(2):not([data-id=""]):before {
    content: "..";
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.color {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 0.2rem;
  border: 1px solid #6c757d;
  box-shadow: inset 2px 2px 0 white, inset -2px -2px 0 white;
  margin-right: 4px;
}

.avatar {
  position: relative;
}
.avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-sizing: content-box;
}
.avatar .avatar-bg {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  z-index: 1;
}

.page-icon {
  width: 48px;
  height: 48px;
  box-sizing: content-box;
  border-radius: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.btn.btn-status {
  padding: 0 0.5rem;
  font-size: 0.75rem;
  color: #FFF;
  line-height: 1.5;
  border-radius: 0.2rem;
  cursor: default !important;
}

#img-preview-holder.loading {
  position: relative;
}
#img-preview-holder.loading:before {
  content: "Carregando, aguarde...";
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: wait;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.img-preview {
  padding: 15px;
  background-color: #CCC;
  text-align: center;
}

@media screen and (max-width: 768px) {
  table.table-view.mobile-vertical {
    margin-top: 15px !important;
  }
  table.table-view.mobile-vertical thead {
    display: none;
  }
  table.table-view.mobile-vertical tr {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #dadee7;
  }
  table.table-view.mobile-vertical tr:first-child {
    margin-top: 0;
  }
  table.table-view.mobile-vertical tr:last-child {
    margin-bottom: 0;
  }
  table.table-view.mobile-vertical td, table.table-view.mobile-vertical th {
    display: block;
    text-align: right;
    position: relative;
  }
  table.table-view.mobile-vertical td[data-header]:not([data-header=""]), table.table-view.mobile-vertical th[data-header]:not([data-header=""]) {
    padding-left: 40% !important;
  }
  table.table-view.mobile-vertical td[data-header]:not([data-header=""]):before, table.table-view.mobile-vertical th[data-header]:not([data-header=""]):before {
    content: attr(data-header);
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-size: 0.75rem;
  }
  table.table-view.mobile-vertical td[data-header]:not([data-header=""])[data-header=Status].text-center, table.table-view.mobile-vertical th[data-header]:not([data-header=""])[data-header=Status].text-center {
    text-align: right !important;
  }
  table.table-view.mobile-vertical td .row-controls, table.table-view.mobile-vertical th .row-controls {
    text-align: center;
  }
}

#nav-msgcontent > .tab-pane {
  display: none;
}
#nav-msgcontent > .tab-pane.active {
  display: block;
}

#nav-bt a.active {
  background-color: #222;
  color: #FFFFFF;
  border-bottom-color: #222;
}

#private.black-thread {
  background-color: #222;
  color: #FFFFFF;
}
#private.black-thread .card-header {
  background-color: #222;
  border-bottom-color: #FFF;
}

.tab-holder-bordered {
  border: 1px solid #dadee7;
  border-top-width: 0;
  padding: 1rem 1rem 0;
  border-radius: 0 0 0.25em 0.25em;
}

[data-toggle=collapse] {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  user-select: none;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[data-toggle=collapse]:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
[data-toggle=collapse]:after {
  content: "?";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--gray);
  float: right;
}
[data-toggle=collapse][aria-expanded=false]:after {
  content: "\f078";
}
[data-toggle=collapse][aria-expanded=true]:after {
  content: "\f077";
}

.expandable {
  cursor: zoom-in;
}
.expandable > .file-image {
  position: relative;
}
.expandable > .file-image:after {
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "\f00e";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  transition: all 0.15s ease-in-out;
}
.expandable > .file-image:hover:after {
  opacity: 1;
}
.expandable.downloadOnly {
  cursor: pointer;
}
.expandable.downloadOnly > .file-image:after {
  content: "\f019";
}

.dataTables_wrapper {
  width: calc(100% + 15px);
  margin: 0 -15px -20px -15px;
  padding-left: 15px;
}
.dataTables_wrapper > table.table.table-view {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card.full .dataTables_wrapper ul.pagination.pagination {
    justify-content: center;
    margin-top: 30px;
  }
}

.row-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-controls .btn.btn-sm:not(:last-child) {
  margin-right: 0.5em;
}

#img-preview-holder.customize-preview, #canvasContainer > .canvas {
  background-color: #f0f1fa;
  text-align: center;
  border: 1px solid #dadee7;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.flag.flag-icon-background {
  width: 20px;
  height: 12px;
  display: inline-block;
}

/**
* Solicitações Tickets
 */
#tickets {
  padding-right: 15px;
}

/**
 * Categorias de Solicitações
 */
#cat-export .child-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 1em;
  border: 1px solid #ccc;
  margin: 0;
}
#cat-export .child-label:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
#cat-export .child-label:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#cat-export .child-label:not(:last-child) {
  border-bottom: 0;
}
#cat-export .child-label:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#cat-export .tenant-img {
  background-color: #CCC;
  border: 1px solid #FFF;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0.5em 1em;
}

/**
 * Interações
 */
.chat-img {
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-color: #f0f1fa;
  border: 1px solid #dadee7;
}

.interaction .file-thumb {
  border: 2px solid #dadee7;
}

.interaction a:not(.btn) {
  color: #007bff;
}

/**
 * Banners
 */
#banner a.link {
  color: #007bff;
}
#banner .file {
  margin: 0.5em 0;
}

/**
 *  Stepper
 */
.stepper .nav {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}
.stepper .nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.stepper .nav > .step {
  padding: 20px;
  background-color: white;
  z-index: 2;
  cursor: pointer;
}
.stepper .nav > .step:hover {
  background-color: #f0f0f0;
}
.stepper .circle {
  background-color: var(--primary);
  color: var(--white);
  width: 2em;
  height: 2em;
  padding: 0.5em;
  line-height: 1.25em;
  margin: 0.25em;
  border-radius: 1em;
  display: inline-flex;
  align-content: center;
  justify-content: center;
}
.stepper .circle:before {
  content: attr(content);
}
.stepper .label {
  font-weight: 600;
}
.stepper .disabled .circle {
  background-color: var(--secondary);
}
.stepper .disabled .label {
  color: var(--gray);
}
.stepper .done .circle {
  background-color: var(--success);
  line-height: 1em;
}
.stepper .done .circle:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free", Roboto, sans-serif;
  font-weight: 900;
}
.stepper .done:hover .circle:before {
  content: attr(content);
}

/**
 *  Video
 */
.folder .progress, .file.video .progress {
  margin: 15px;
}

.folder-trigger {
  background-color: #FFF;
  border-radius: 2px;
  padding: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: space-between;
}
.folder-trigger:last-child {
  margin-bottom: 0;
}
.folder-trigger span {
  line-height: 32px;
}

/**
 * Config
 */
#settings .badge {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 2.5vw;
  margin-left: 1.75vw;
  font-size: 20px;
}

/**
Quiz
 */
.questionaire .question-title {
  display: flex;
  align-items: center;
}
.questionaire .question-title p {
  margin-bottom: 0;
}
.questionaire .answers {
  width: 100%;
  list-style: lower-alpha;
}
.questionaire .answers .form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}
.questionaire .answers .form-check .form-check-label {
  border: 1px #ccc solid;
  border-radius: 3px;
  padding: 3px 6px;
  margin-bottom: 0.5em;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.questionaire .answers .form-check .form-check-input {
  margin-left: 0;
  margin-right: 0.25rem;
  position: relative;
}

/**
Cookies
 */
#cookie-policy .blue {
  color: #007bff;
}
#cookie-policy .blue:hover {
  text-decoration: underline;
}

/**
  Swagger-UI
 */
#swagger-ui .swagger-ui .info {
  margin-top: 20px;
}
#swagger-ui .swagger-ui .scheme-container {
  margin: 0 30px 20px;
}
#swagger-ui .swagger-ui .model {
  padding-left: 20px;
  display: block;
}
#swagger-ui .swagger-ui .btn.authorize.modal-btn.auth.button {
  margin-right: 14px;
}

input[type=checkbox][data-toggle=collapse]:after {
  content: "" !important;
}

.user-folder, .checkbox-list {
  max-height: 100px;
  overflow-y: auto;
  padding: 0.375rem 0.75rem;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.user-folder label, .checkbox-list label {
  display: block;
  margin-bottom: 0;
}

.check-opt {
  font-size: 0.75rem;
  transition: color 0.2s linear 0.1s;
}
.check-opt:hover {
  color: var(--info);
}

.sp-replacer.full-spectrum {
  width: 100%;
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #e9ecef;
  padding: 8px 12px;
}
.sp-replacer.full-spectrum .sp-preview {
  flex-grow: 1;
}

.help {
  text-decoration: underline dotted;
  cursor: help;
}

.select2-dropdown {
  height: auto;
}

.select2-container {
  max-width: 100%;
}

.form-control[type=file] {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-group.required > label:after {
  content: "*";
  color: red;
}

@media only screen and (min-width: 768px) {
  .nav-tabs.tabs-left {
    height: 100%;
    border-bottom: 0;
    border-right: 1px solid #dee2e6;
  }
  .nav-tabs.tabs-left > .nav-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .nav-tabs.tabs-left > .nav-item > .nav-link.active {
    border-color: #dee2e6 white #dee2e6 #dee2e6;
  }
}
@media only screen and (max-width: 768px) {
  .nav-tabs {
    flex-direction: row !important;
  }
}

#tags.form-control {
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5em 0.75em 0;
}

input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: var(--secondary);
  border-radius: 25px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background-color: var(--primary);
}
input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px 0 rgb(0, 0, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

output.range-out {
  background-color: var(--primary);
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
output.range-out:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: var(--primary);
  top: -1px;
  left: 50%;
}
output.range-out:after {
  content: attr(value);
}

.permissions .select2.select2-container {
  display: block;
  min-width: 100%;
}

/**
jstree
 */
.jstree.jstree-default {
  overflow-x: auto;
  border: 1px solid #dadee7;
  padding: 12px 4px;
}
.jstree.jstree-default .jstree-anchor {
  padding-right: 8px;
  margin: 4px 0;
}
.jstree.jstree-default .jstree-disabled {
  cursor: no-drop;
}
.jstree.jstree-default .jstree-icon.fas {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif;
}

/**
Quiz
 */
#questions {
  padding: 0;
  list-style: none;
}
#questions .question {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 15px 15px 15px 0;
}
#questions .question .question-col:first-child {
  padding: 0 15px;
}
#questions .question .question-col:last-child {
  flex-grow: 1;
}
#questions .question:has(.question-handle:hover) {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #eee;
}
#questions .question .question-handle {
  cursor: move;
}
#questions .question .remove-question {
  font-size: 12px;
  display: none;
}
#questions .question:hover .remove-question {
  display: block;
}
#questions .question.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 999;
  list-style: none;
}
#questions .placeholder {
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
#questions > .placeholder {
  min-height: 300px;
}

ul.answers {
  list-style: decimal;
}
ul.answers .remove {
  display: none;
  text-align: right;
  float: right;
}
ul.answers li:has(.ans-handle:hover) {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #eee;
}
ul.answers li:hover .remove {
  display: block;
}
ul.answers li:hover .remove:hover {
  cursor: pointer;
  color: var(--danger);
}
ul.answers > li {
  padding: 4px 15px 4px 0;
  border: 1px solid transparent;
}
ul.answers > li .ans-handle {
  cursor: move;
}
ul.answers > li.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 999;
  list-style: none;
}
ul.answers > li.addmore {
  list-style: none;
  cursor: pointer;
}
ul.answers > li.addmore:before {
  content: "+";
  margin-left: -1rem;
  padding-right: 0.5em;
  font-weight: bold;
}
ul.answers .form-row {
  align-items: center;
}

.destinatarios .select2-selection.select2-selection--multiple {
  min-height: 62px !important;
}
.destinatarios input {
  text-align: center;
}

/**
Instancias
 */
#tenant-edit-content {
  padding-left: 15px;
}

/**
Link
 */
.options .select2 {
  display: block;
}

/**
Materiais
 */
.sel2-height .select2-container {
  height: 100%;
}
.sel2-height .select2-container--default .select2-selection--multiple {
  height: 100%;
}

.material-list li > * {
  flex-grow: 1;
}
.material-list li .material-image {
  flex-grow: 0;
}
.material-list li .material-image[data-path] {
  cursor: zoom-in;
}
.material-list li .material-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.7);
  object-fit: contain;
  margin-right: 1rem;
}

#logs .card {
  height: 100%;
}
#logs .btn-row {
  margin-bottom: -30px;
}
#logs > .row {
  margin-bottom: 30px;
}

.canvas-container {
  min-height: 220px;
  position: relative;
  height: 100%;
}

.acessos-holder .acesso {
  display: flex;
  padding: 2px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.acessos-holder .acesso > * {
  flex-grow: 1;
}
.acessos-holder .acesso > *:last-child {
  text-align: right;
}
.acessos-holder .acesso:last-child {
  border-bottom: none;
}
.acessos-holder .acesso:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.acessos-holder, .down-holder {
  max-height: 375px;
  padding-right: 0.25rem;
  margin: 0 -20px -20px;
  overflow-y: auto;
}

#profile .card-header {
  overflow: visible;
}
#profile .card-header .profile-pic {
  margin-bottom: -37px;
}
#profile .profile-pic {
  width: 64px;
  height: 64px;
  background-color: white;
  border-radius: 37px;
  border: 5px solid #ccc;
  box-sizing: content-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#profile .profile-pic img {
  max-width: 100%;
}

#fb-after-post .btn {
  width: 256px;
  margin-bottom: 8px;
}

.fc-toolbar .fc-center > h2 {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .fc-toolbar .fc-left, .fc-toolbar .fc-left > *, .fc-toolbar .fc-right, .fc-toolbar .fc-right > * {
    float: none !important;
    margin-bottom: 0.5em;
  }
}

.fb-share-image-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.fb-share-image-col .curr-img {
  max-height: none;
  height: 100%;
}

.insta-outline {
  color: #E1306C;
  border-color: #E1306C;
}
.insta-outline:hover, .insta-outline:not(:disabled):not(.disabled).active, .insta-outline:not(:disabled):not(.disabled):active, .show > .insta-outline.dropdown-toggle {
  color: #fff;
  background-color: #E1306C;
  border-color: #E1306C;
}
.insta-outline.focus, .insta-outline:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 48, 108, 0.5019607843);
}

.btn-fb {
  background-color: #4267B2;
  border-color: #4267B2;
}
.btn-fb.focus, .btn-fb:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 103, 178, 0.5019607843);
}

.btn-insta {
  background-color: #E1306C;
  border-color: #E1306C;
}
.btn-insta.focus, .btn-insta:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 48, 108, 0.5019607843);
}

.fbPost {
  width: 502px;
  background-color: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif, "Segoe UI Emoji";
  font-size: 14px;
}
.fbPost > * {
  min-width: 502px;
}
.fbPost .post-header {
  padding: 1em 1em 0 1em;
}
.fbPost .post-header .page-pic {
  padding-bottom: 3px;
  margin-right: 8px;
  float: left;
}
.fbPost .post-header .page-pic img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fbPost .post-header .page-info .page-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 2px;
  padding-right: 22px;
  color: #385898;
  cursor: pointer;
  text-decoration: none;
}
.fbPost .post-header .page-info .page-name:hover {
  text-decoration: underline;
}
.fbPost .post-content {
  clear: both;
  padding: 0 1em 1em 1em;
}
.fbPost .post-content p {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  white-space: pre;
}
.fbPost .post-content span.hashtag {
  color: #385898;
}
.fbPost .post-image img {
  width: 500px;
}
.fbPost .post-footer .post-buttons .fbClutter {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -3px;
}
.fbPost .post-footer .post-buttons .post-buttons-holder {
  display: flex;
  margin: 0 12px;
  min-height: 32px;
  padding: 4px 0;
}
.fbPost .post-footer .post-buttons .post-buttons-holder > div {
  height: 32px;
  color: #606770;
  padding: 0 2px;
  font-size: 13px;
  font-weight: 600;
  transition: 400ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}
.fbPost .post-footer .post-buttons .post-buttons-holder > div:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.fbPost .post-footer .post-comments {
  border-top: 1px solid #dadde1;
}
.fbPost .fbClutter {
  width: 18px;
  height: 18px;
  background-image: url("../img/social/fbClutter.png");
  background-size: auto;
  background-repeat: no-repeat;
}
.fbPost .fbClutter.like {
  background-position: 0 -444px;
}
.fbPost .fbClutter.comment {
  background-position: 0 -171px;
}
.fbPost .fbClutter.share {
  background-position: 0 -190px;
}
.fbPost .fbClutter.fbClutter3 {
  background-image: url("../img/social/fbClutter3.png");
}
.fbPost .fbClutter2 {
  background-image: url("../img/social/fbClutter2.png");
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
}
.fbPost .fbClutter2.public {
  background-position: 0 -371px;
  bottom: -1px;
  margin-bottom: -5px;
  position: relative;
  vertical-align: top;
}

.instaPost {
  width: 470px;
  background-color: #fff;
  border: 1px solid rgb(219, 219, 219);
  border-radius: 8px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.instaPost .page-name {
  font-weight: 600;
  color: rgb(38, 38, 38);
  font-size: 14px;
  line-height: 18px;
}
.instaPost button {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 8px;
}
.instaPost .post-header {
  height: 56px;
  border-bottom: 1px solid rgb(219, 219, 219);
  display: flex;
  align-content: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex: 0 0 auto;
}
.instaPost .post-header header {
  margin: 8px 4px 8px 12px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: calc(100% - 48px);
  position: relative;
}
.instaPost .post-header header .page-pic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
}
.instaPost .post-header header .page-pic img {
  width: 100%;
}
.instaPost .post-header header .page-pic:after {
  border: 1px solid rgba(0, 0, 0, 0.0975);
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.instaPost .post-header header .page-info {
  margin-left: 14px;
  display: flex;
  align-items: center;
}
.instaPost .post-header .post-extra {
  justify-content: center;
  padding-right: 4px;
}
.instaPost .post-image img {
  width: 100%;
}
.instaPost .post-footer > * {
  margin: 0 0 auto;
  padding: 0 12px;
}
.instaPost .post-footer .post-buttons {
  display: flex;
  padding: 0 4px 6px 4px;
}
.instaPost .post-footer .post-buttons svg:hover {
  color: #8e8e8e;
  fill: #8e8e8e;
}
.instaPost .post-footer .post-time {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: rgb(142, 142, 142);
  font-size: 10px;
  line-height: 12px;
}

#file-custom-canvas #canvas-fields {
  display: flex;
  flex-direction: column;
}
#file-custom-canvas .layer-canvas {
  cursor: pointer;
}
#file-custom-canvas .layer-canvas div[class^=LayersView].container-fluid {
  padding: 8px 10px !important;
}
#file-custom-canvas .layer-canvas .LayerName i {
  margin-right: 0.25rem;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#file-custom-canvas .layer-canvas .LayerName i.fas {
  font-weight: 900;
}
#file-custom-canvas .layer-canvas .LayerButton {
  font-size: 12px;
}
#file-custom-canvas .layer-canvas:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}
#file-custom-canvas .controls {
  flex: 1;
}
#file-custom-canvas .card-container {
  overflow-x: auto;
}
#file-custom-canvas .layer-selected {
  background-color: #6c757d;
  color: white !important;
}
#file-custom-canvas .custom-selected {
  background-color: #6c757d;
  color: white;
}
#file-custom-canvas .layer {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#file-custom-canvas .layer .btn-toolbar .btn-group {
  width: 100%;
}
#file-custom-canvas .layer .btn-toolbar .btn-group:not(:last-child) {
  margin-bottom: 0.5rem;
}
#file-custom-canvas .layer .list-canvas-elements {
  margin-bottom: 20px;
  min-height: 346px;
  border: 1px solid #dfdfdf;
  overflow-y: auto;
  flex-grow: 1;
}
#file-custom-canvas .layer .LayerIcon {
  float: right;
}

.white {
  color: #dfdfdf !important;
}

#image-wait {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

#containerControlText {
  display: flex;
  flex-direction: row;
  z-index: 98;
  justify-content: flex-start;
  position: relative;
}
#containerControlText .controlTextItem {
  margin-left: 30px;
  flex: 1;
}
#containerControlText .controlText {
  display: flex !important;
  flex-wrap: nowrap;
  background-color: white;
  padding: 12px;
  z-index: 98;
  top: 30px;
  border-radius: 4px;
}
#containerControlText .close-control-container {
  padding: 0;
  margin: 0;
  position: relative;
  background-color: red !important;
  color: white;
  border-radius: 50%;
  right: 2px;
  bottom: 18px;
  height: 24px;
  width: 24px;
}

.customBox.overlay {
  margin-top: 4px;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.customBox.overlay > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.arrow_box {
  width: 50vw;
  min-width: 450px;
  position: relative;
  background: #fff;
  border: 1px solid #444;
  padding: 0px 15px 10px 15px;
}
.arrow_box .box_products {
  overflow: auto;
  white-space: nowrap;
}
.arrow_box .box_products .col-md-3 {
  display: inline-block;
  float: none;
}
.arrow_box .box_products .col-md-2 {
  display: inline-block;
  float: none;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(184, 184, 184, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -29px;
}

.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 6px;
  margin-left: -30px;
}

.arrow-box-product {
  width: 25vw;
  min-width: 200px;
  min-height: 208px;
  position: relative;
  background: #fff;
  border: 1px solid #444;
  padding: 0px 15px 10px 15px;
  overflow: hidden;
}
.arrow-box-product .box_products {
  overflow: hidden;
  white-space: nowrap;
}
.arrow-box-product .box_products .col-md-3 {
  display: inline-block;
  float: none;
}
.arrow-box-product .box_products .col-md-2 {
  display: inline-block;
  float: none;
}

.arrow-box-product:after, .arrow-box-product:before {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow-box-product:after {
  border-color: rgba(184, 184, 184, 0);
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -29px;
}

.arrow-box-product:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 6px;
  margin-left: -30px;
}

.layout-container {
  width: 100%;
}

.sidebar {
  background-color: #FFF;
  z-index: 99;
  height: calc(100vh - 64px);
  width: 25vw;
  position: fixed;
  top: 64px;
  right: 0;
  float: right;
  border-left: 1px solid #7a7a7a;
  box-shadow: -2px 0 1px 0 hsla(0, 0%, 0%, 0.2);
  transform: translateX(100%);
  animation: slide-in 0.5s forwards;
  animation-delay: 0.5s;
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.layout-container:after {
  clear: both;
}

.images-container {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.5em;
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
}

.product-container {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2px 4px;
}
.product-container img {
  object-fit: contain;
}
.product-container:hover {
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateY(-2px);
  background-color: rgba(231, 230, 230, 0.8980392157);
}

.products-container {
  overflow-y: auto;
  white-space: nowrap;
  padding: 0.5em;
}

.shadowContainer {
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
}

.product-name {
  display: inline-block;
  width: 7vw;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(255, 170, 0);
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

.hide {
  display: none;
}

#polygon_bg_trans:checked + .slider {
  background-color: var(--dark);
}

#polygon_bg_trans:focus + .slider {
  box-shadow: 0 0 1px var(--dark);
}

#polygon_bg_trans:checked + .slider:before {
  transform: translateX(12px);
}

#polygon_border_trans:checked + .slider {
  background-color: var(--dark);
}

#polygon_border_trans:focus + .slider {
  box-shadow: 0 0 1px var(--dark);
}

#polygon_border_trans:checked + .slider:before {
  transform: translateX(12px);
}

#add_img_lib_inside_polygon:checked + .slider {
  background-color: var(--dark);
}

#add_img_lib_inside_polygon:focus + .slider {
  box-shadow: 0 0 1px var(--dark);
}

#add_img_lib_inside_polygon:checked + .slider:before {
  transform: translateX(12px);
}

#lockUnlockLayer:checked + .slider {
  background-color: var(--dark);
}

#lockUnlockLayer:focus + .slider {
  box-shadow: 0 0 1px var(--dark);
}

#lockUnlockLayer:checked + .slider:before {
  transform: translateX(12px);
}

#showHideGrades:checked + .slider {
  background-color: var(--dark);
}

#showHideGrades:focus + .slider {
  box-shadow: 0 0 1px var(--dark);
}

#showHideGrades:checked + .slider:before {
  transform: translateX(12px);
}

#lockUnlockLayerLogo:checked + .slider {
  background-color: var(--dark);
}

#lockUnlockLayerLogo:focus + .slider {
  box-shadow: 0 0 1px var(--dark);
}

#lockUnlockLayerLogo:checked + .slider:before {
  transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.overlay-grades {
  z-index: 999;
  position: absolute;
  top: 92px;
  left: 30px;
  width: 200px;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #000;
  padding: 2px;
}
.overlay-grades::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px; /* Metade da largura da seta */
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent rgb(0, 0, 0) transparent;
}

.ModalLogoColor .modalLogo {
  flex: 1;
  cursor: pointer;
}
.ModalLogoColor .modalLogo img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  cursor: pointer;
  margin: auto;
}

#dashboard .canvas-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #dashboard .container > .row > .col-12.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #dashboard .container > .row > .col-12.col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#dashboard .container > .row .card {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

#dashboard .down, #swap .down {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#dashboard .down > a, #swap .down > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 15px;
}
#dashboard .down:nth-of-type(odd) > a, #swap .down:nth-of-type(odd) > a {
  background-color: rgba(0, 0, 0, 0.05);
}
#dashboard .down:last-child, #swap .down:last-child {
  border-bottom: none;
}
#dashboard .dash-image, #swap .dash-image {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f1fa;
  border: 1px solid #dadee7;
}

#swap {
  min-width: 375px;
  overflow-x: hidden !important;
}
#swap #search {
  width: calc(100% - 30px);
  margin: 0 15px 15px;
}
#swap .holder {
  margin-bottom: -15px;
}
#swap .client {
  flex-grow: 1;
  min-width: 33.333%;
  border: none;
  margin-bottom: 15px;
}
#swap .client a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}
#swap .client a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
}
#swap .card-body {
  padding: 0 inherit;
}
#swap .dash-image {
  margin: 0.75rem 1rem;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 4px solid;
}

#card-logs-shortcut .sisbtn .sisbtn-icon > i {
  font-size: 64px;
}
#card-logs-shortcut .sisbtn i.fa-sm.fa-stack-1x.fa-download {
  font-size: 32px;
  top: 11px;
}
#card-logs-shortcut .sisbtn i.fa-fw.fa-stack-2x.fa-user {
  font-size: 64px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  #card-logs-shortcut .sisbtn .sisbtn-title {
    font-size: 16px;
  }
  #card-logs-shortcut .sisbtn .sisbtn-icon > i {
    font-size: 48px;
  }
}

#banner-dash {
  min-height: 300px;
  border: 1px solid #dadee7;
}
#banner-dash .carousel-inner {
  height: 100%;
}
#banner-dash .carousel-item {
  min-height: 300px;
}
#banner-dash .carousel-item .carousel-caption {
  text-shadow: 0 0 0 transparent, -1px -1px 0 #000, 0px -1px 0 #000, 1px -1px 0 #000, -1px 0px 0 #000, 0px 0px 0 #000, 1px 0px 0 #000, -1px 1px 0 #000, 0px 1px 0 #000, 1px 1px 0 #000;
}
#banner-dash .carousel-item .img {
  width: 100%;
  aspect-ratio: 4/1;
  background-position: center;
  background-size: cover;
}
#banner-dash .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 10px 3px;
}
#banner-dash .carousel-indicators li.active {
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 29%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
}

#dash-map {
  width: 100%;
  height: 655px;
}

.col-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.col-icon .fas {
  font-size: 26px;
  margin-top: 34px;
  margin-right: -15px;
}

.dash-card {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 15px 10px 10px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
.dash-card > b {
  margin-left: 5px;
}
.dash-card label {
  font-size: 13px;
  font-weight: 500;
}
.dash-card span {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: block;
}
.dash-card .chart {
  position: relative;
  height: 250px;
  margin-top: 20px;
}
.dash-card .chart.chart-xl {
  height: auto !important;
}
.dash-card .geral-icon {
  font-size: 28px;
  color: #2f5496;
  margin: 10px;
}
.dash-card .geral-number {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  background-color: #2f5496;
  border-radius: 3px;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.dash-card .geral-number ~ span {
  margin-top: 5px;
}
.dash-card .report-icon {
  display: block;
  width: 100%;
  color: #2f5496;
  font-size: 52px;
  background: #f4f4f4;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 30px;
  border: 0;
  outline: none;
}
.dash-card .report-icon:hover, .dash-card .report-icon:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border: 0;
}
.dash-card .report-icon:active {
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #banner-dash .carousel-item .img {
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.course-holder:not(:first-child) {
  margin-top: 25px;
}

.course a > * {
  margin: 0 0.5em;
}
.course i {
  font-family: "Roboto", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
}
.course .folder-title {
  min-width: 20%;
  max-width: 60%;
  text-align: justify;
}
.course .progress {
  flex-grow: 1;
  max-width: 25%;
  border: 1px solid #6c757d;
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.reportbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  gap: 10px;
  max-width: 210px;
  max-height: 220px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  background: white;
}
.reportbtn p {
  font-weight: bold;
}
.reportbtn i {
  font-size: 2rem;
}
@media (max-width: 1100px) {
  .reportbtn {
    max-width: 150px;
    max-height: 160px;
  }
}
@media (max-width: 850px) {
  .reportbtn {
    max-width: 140px;
    max-height: 150px;
    gap: 0;
  }
}
@media (max-width: 460px) {
  .reportbtn {
    padding: 1rem;
  }
  .reportbtn i {
    font-size: 1.5rem;
  }
}

.reportnav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  padding: 1rem;
  justify-content: center;
  background: white;
  border-radius: 6px;
}
@media (max-width: 400px) {
  .reportnav {
    padding: 0.5rem;
  }
}

#dynamicDash {
  display: flex;
  gap: 30px;
}

#dynamicDash #postsSection > :first-child > :first-child, #userDash #postsSection > :first-child > :first-child {
  border: none;
}
#dynamicDash .down, #userDash .down {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#dynamicDash .down > a, #userDash .down > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 30px/2;
}
#dynamicDash .down:nth-of-type(odd) > a, #userDash .down:nth-of-type(odd) > a {
  background-color: rgba(0, 0, 0, 0.05);
}
#dynamicDash .down:last-child, #userDash .down:last-child {
  border-bottom: none;
}
#dynamicDash .down .dash-image, #userDash .down .dash-image {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f1fa;
  border: 1px solid #dadee7;
}

#ref-number {
  display: flex;
}
#ref-number .card {
  flex-grow: 1;
}
#ref-number .card .card-body {
  display: flex;
  align-items: center;
}
#ref-number .card .card-body .row {
  width: 100%;
  height: 100%;
}
#ref-number .card .card-body .row .col {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#ref-number .card .card-body .row .col .big {
  font-size: 3em;
  font-weight: bolder;
}

#ticket-approve {
  min-width: 800px;
  width: 80vw;
  height: 80vw;
}
@media screen and (max-width: 768px) {
  #ticket-approve {
    min-width: 85vw;
    height: 85vh;
  }
}
#ticket-approve .row.no-gutters {
  height: 100%;
}
#ticket-approve .row.no-gutters > * {
  height: 100%;
}
#ticket-approve .col-md-7.d-flex {
  background-color: #6c757d;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ticket-approve .col-md-7.d-flex {
    max-height: 50vh;
  }
}
#ticket-approve .col-md-7.d-flex.text {
  background-color: var(--bg-color);
}
#ticket-approve .col-md-7.d-flex > .d-flex {
  width: 100%;
  height: calc(85vh - 2px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #ticket-approve .col-md-7.d-flex > .d-flex {
    max-height: 50vh;
  }
}
#ticket-approve .col-md-7.d-flex > .d-flex img {
  width: 100%;
  height: 80%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #ticket-approve .col-md-7.d-flex > .d-flex img {
    width: 95%;
    height: 95%;
    max-height: 50vh;
  }
}
#ticket-approve .col-md-7.d-flex > .d-flex object {
  width: 100%;
  height: 100%;
}
#ticket-approve .col-md-5 .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#ticket-approve .col-md-5 .card-body .card-text {
  flex-grow: 1;
}
#ticket-approve .col-md-5 .card-body .d-flex {
  width: 100%;
  height: 80px;
  background-color: white;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  #ticket-approve .col-md-5 .card-body .d-flex {
    justify-content: space-between;
  }
}
#ticket-approve .col-md-5 .card-body .d-flex > * {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ticket-approve .col-md-5 .card-body .d-flex > * {
    max-width: 48%;
  }
}

ul.chat {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.chat > li {
  display: flex;
  flex-direction: column;
}
ul.chat > li.text-center {
  align-items: center;
  justify-content: center;
}
ul.chat li.right > .row {
  flex-direction: row-reverse;
}
ul.chat > li:not(:last-child) > .row:last-child:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #d2d3db;
  margin: 15px 0;
}
ul.chat ul {
  list-style: disc;
}
ul.chat ol {
  list-style: decimal;
}
ul.chat .row {
  width: 100%;
}
ul.chat .file-thumb:not(.box-thumb) {
  cursor: zoom-in;
}
ul.chat .replies {
  width: 90%;
  margin-left: auto;
}
ul.chat .replies > li {
  list-style: none;
  position: relative;
  padding: 0 15px;
}
ul.chat .replies > li > .row {
  padding: 15px 0;
}
ul.chat .replies > li::before, ul.chat .replies > li::after {
  content: "";
  left: -25px;
  position: absolute;
  right: auto;
}
ul.chat .replies > li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}
ul.chat .replies > li::after {
  border-top: 1px solid #999;
  height: 50%;
  top: 50%;
  width: 25px;
}
ul.chat .replies > li:last-child::before {
  height: 50%;
}

.interaction .annex-text-preview {
  max-height: 150px;
  overflow: auto;
  border: 2px solid #dadee7;
  cursor: zoom-in;
  user-select: none;
}
.interaction .annex-text-preview * {
  cursor: zoom-in !important;
}
.interaction .annex-text-preview img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .interaction .chat-img {
    width: 96px;
    height: 96px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .interaction .chat-body > p {
    text-align: justify;
  }
}
.interaction .header .header-info {
  float: right;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .interaction .header .header-info {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .interaction .header {
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .interaction > .row {
    flex-grow: 1;
  }
}

#textPreview {
  width: 1024px;
}
#textPreview img {
  max-width: 100%;
}
#textPreview table {
  width: 100%;
  max-width: 100%;
  border-collapse: separate;
  margin: 20px 0;
  box-shadow: rgb(221, 221, 221) 0 0 0 1px;
  table-layout: fixed;
}
#textPreview table th, #textPreview table td {
  border: 1px solid rgb(204, 204, 204);
  box-sizing: border-box;
  min-width: 1em;
  padding: 3px 5px;
  position: relative;
  vertical-align: top;
}
#textPreview table th {
  background-color: rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

#ticket-approve #textPreview {
  width: 100%;
  max-width: 100%;
  padding: 1em;
  overflow-y: auto;
}

.folder-view .file-holder .annex-text-preview {
  height: calc(100vw - 144px);
  overflow-y: auto;
  padding: 1em;
}
.folder-view .file-holder .annex-text-preview img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .folder-view .file-holder .annex-text-preview {
    max-height: calc(33.33vw - 157px);
  }
}
@media (min-width: 1440px) {
  .folder-view .file-holder .annex-text-preview {
    max-height: calc(25vw - 129px);
  }
}

.annex-text-preview {
  background-color: #f0f1fa;
}

/** -- Temas -- **/
html.dark body {
  background-color: var(--dk-bg-color);
  color: var(--light);
}
html.dark hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}
html.dark pre {
  color: #EB5757;
  background: rgba(135, 131, 120, 0.15);
  padding: 0.2em 0.4em;
}
html.dark .input-group .input-group-text {
  background-color: var(--dark);
  color: var(--light);
}
html.dark .dropdown-item {
  color: white;
}
html.dark .dropdown-item:hover, html.dark .dropdown-item:focus {
  color: #212529;
}
html.dark .btn-dark {
  color: #212529;
  background-color: var(--light);
  border-color: var(--light);
}
html.dark .btn-dark:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
html.dark .btn-dark:not(:disabled):not(.disabled).active, html.dark .btn-dark:not(:disabled):not(.disabled):active, .show > html.dark .btn-dark.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
html.dark .btn-dark:not(:disabled):not(.disabled).active:focus, html.dark .btn-dark:not(:disabled):not(.disabled):active:focus, .show > html.dark .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
html.dark .btn-dark.focus, html.dark .btn-dark:focus {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
html.dark .btn-light {
  color: white;
  background-color: var(--dark);
  border-color: var(--dark);
}
html.dark .btn-light:hover {
  background-color: #23272b;
  border-color: #1d2124;
}
html.dark .btn-light:not(:disabled):not(.disabled).active, html.dark .btn-light:not(:disabled):not(.disabled):active, .show > html.dark .btn-light.dropdown-toggle {
  color: white;
  background-color: #1d2124;
  border-color: #171a1d;
}
html.dark .btn-light:not(:disabled):not(.disabled).active:focus, html.dark .btn-light:not(:disabled):not(.disabled):active:focus, .show > html.dark .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
html.dark .btn-light.focus, html.dark .btn-light:focus {
  color: white;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
html.dark .toast {
  background-color: rgba(65, 65, 75, 0.85);
  border-bottom: rgba(255, 255, 255, 0.5);
}
html.dark .toast .toast-header {
  background-color: rgba(65, 65, 75, 0.85);
  border-bottom: rgba(255, 255, 255, 0.5);
  color: var(--light);
}
html.dark header#topbar {
  background-color: var(--dark);
}
html.dark header#topbar .top-row #main-search::placeholder {
  color: white;
  opacity: 0.33;
}
html.dark header#topbar .top-row .search-bar .input-group .input-group-text {
  background-color: var(--dark);
  color: var(--light);
}
html.dark header#topbar .profile-menu.show {
  background-color: var(--dark);
}
.msg-menu .menu-body > html.dark header#topbar:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
html.dark .card {
  background-color: var(--dark);
}
html.dark .card .card-header {
  border-bottom-color: rgba(255, 255, 255, 0.125);
}
html.dark section.main .card > .card-header {
  background-color: var(--dark);
}
html.dark .folder, html.dark .file, html.dark .sisbtn {
  background-color: var(--dark);
  border-color: var(--dk-border-color);
}
html.dark .folder .file-image, html.dark .folder.annex-text-preview, html.dark .folder .annex-text-preview, html.dark .folder .interaction .annex-text-preview, html.dark .file .file-image, html.dark .file.annex-text-preview, html.dark .file .annex-text-preview, html.dark .file .interaction .annex-text-preview, html.dark .sisbtn .file-image, html.dark .sisbtn.annex-text-preview, html.dark .sisbtn .annex-text-preview, html.dark .sisbtn .interaction .annex-text-preview {
  background-color: var(--dk-bg-color);
}
html.dark .folder .file-holder .selector, html.dark .file .file-holder .selector, html.dark .sisbtn .file-holder .selector {
  background-color: var(--dk-bg-color);
}
html.dark .form-control {
  background-color: var(--dark);
  color: var(--light);
}
html.dark .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
html.dark .form-control > option {
  background-color: var(--dark);
}
html.dark .dropdown-menu {
  background-color: var(--dark);
}
html.dark .menu-body {
  background-color: var(--dark);
}
html.dark .menu-button .float-menu .menu-header {
  background-color: #666;
  border-bottom-color: #999;
}
html.dark table.dataTable.table {
  color: var(--light);
}
html.dark .table {
  color: var(--light);
}
html.dark .page-item.disabled .page-link {
  background-color: var(--dark);
  color: var(--light);
}
html.dark .page-item.active .page-link {
  background-color: var(--primary);
}
html.dark .page-link {
  background-color: var(--dark);
}
html.dark #profile .profile-pic {
  border-color: var(--dk-border-color);
}
html.dark .dataTable_new .avatarTable {
  border-color: rgba(255, 255, 255, 0.7);
}
html.dark #login .m-color.biggest {
  color: var(--high);
}
html.dark #ticket-approve .col-md-7.d-flex {
  background-color: #40414a;
}
html.dark #ticket-approve .col-md-7.d-flex.text {
  background-color: var(--dk-bg-color);
}
html.dark #ticket-approve .col-md-5 .card-body .d-flex {
  background-color: var(--dark);
}
html.dark .curr-img {
  background-color: var(--dk-bg-color);
}
html.dark .curr-img::before {
  text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
html.dark .tab-options {
  background-color: rgba(17, 17, 17, 0.666);
  border-right-color: var(--dark);
}
html.dark .nav-tabs.tabs-left {
  border-right-color: var(--dk-border-color);
}
html.dark .nav-tabs.tabs-left > .nav-item > .nav-link.active {
  border-color: var(--dk-border-color) var(--dark) var(--dk-border-color) var(--dk-border-color);
}
html.dark .nav-tabs .nav-item.show .nav-link, html.dark .nav-tabs .nav-link.active {
  background-color: var(--dark);
  color: var(--light);
  border-bottom-color: var(--dark);
}
html.dark table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.05);
}
html.dark .tree {
  background-color: var(--dk-bg-color);
}
html.dark .tree li::before {
  border-color: var(--dk-border-color);
}
html.dark .tree-view .form-check, html.dark .breadcrumb {
  color: #000;
}
html.dark .sidebar {
  background-color: var(--dark);
}
html.dark .sidebar #add_img_lib_inside_polygon:checked + .slider, html.dark .sidebar #polygon_border_trans:checked + .slider, html.dark .sidebar #polygon_bg_trans:checked + .slider {
  background-color: var(--primary);
}
html.dark .stepper .nav::before {
  background-color: white;
}
html.dark .stepper .nav > .step {
  background-color: var(--dark);
}
html.dark .list-group-item {
  background-color: var(--dk-bg-color);
}
html.dark #cat-export .child-label {
  border-color: #666;
}
html.dark #cat-export .child-label:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
html.dark .swagger-ui {
  color: var(--light);
}
html.dark .swagger-ui .info .title, html.dark .swagger-ui .info li, html.dark .swagger-ui .info p, html.dark .swagger-ui .info table {
  color: var(--light);
}
html.dark .swagger-ui .scheme-container {
  background-color: rgba(248, 249, 250, 0.95);
  color: var(--dark);
  box-shadow: 0 1px 2px 0 rgba(248, 249, 250, 0.95);
}
html.dark .swagger-ui .opblock-tag {
  border-bottom: 1px solid rgba(248, 249, 250, 0.3);
}
html.dark .swagger-ui section.models {
  border: 1px solid rgba(248, 249, 250, 0.95);
}
html.dark .swagger-ui section.models.is-open h4 {
  border-bottom: 1px solid rgba(248, 249, 250, 0.95);
}
html.dark .swagger-ui .info h1, html.dark .swagger-ui .info h2, html.dark .swagger-ui .info h3, html.dark .swagger-ui .info h4, html.dark .swagger-ui .info h5 {
  color: var(--light);
}
html.dark .swagger-ui .btn.authorize span {
  color: #49cc90;
}
html.dark .swagger-ui .prop-type {
  color: #aa7855;
}
html.dark .swagger-ui .property.primitive {
  color: #9b9b9b;
}
html.dark .swagger-ui section.models h4 {
  color: #c0c0c0;
}
html.dark .swagger-ui .model-title {
  color: #d0d0d0;
}
html.dark .swagger-ui .btn, html.dark .swagger-ui .model, html.dark .swagger-ui section h3, html.dark .swagger-ui .opblock-tag small, html.dark .swagger-ui .opblock .opblock-summary-operation-id, html.dark .swagger-ui .opblock .opblock-summary-path, html.dark .swagger-ui .opblock .opblock-summary-path__deprecated,
html.dark .swagger-ui .opblock-description-wrapper p, html.dark .swagger-ui .opblock-external-docs-wrapper p, html.dark .swagger-ui .opblock-title_normal p, html.dark .swagger-ui .opblock .opblock-summary-description, html.dark .swagger-ui .opblock .opblock-section-header h4, html.dark .swagger-ui .response-col_links, html.dark .swagger-ui .response-col_status, html.dark .swagger-ui .parameter__name,
html.dark .swagger-ui table thead tr td, html.dark .swagger-ui table thead tr th, html.dark .swagger-ui .tab li, html.dark .swagger-ui table.headers td {
  color: var(--light);
}
html.dark .swagger-ui .parameter__type {
  color: #b5bac9;
}
html.dark .swagger-ui .opblock .opblock-section-header {
  background-color: transparent;
  color: var(--light);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.25);
}
html.dark .swagger-ui .expand-operation, html.dark .swagger-ui .opblock-control-arrow, html.dark .swagger-ui .authorization__btn {
  fill: white;
}
html.dark .swagger-ui .modal-ux {
  background-color: var(--dk-bg-color);
  color: white;
}
html.dark .swagger-ui .modal-ux .modal-ux-header h3, html.dark .swagger-ui .modal-ux label {
  color: white;
}
html.dark .swagger-ui .btn.authorize {
  color: #49cc90;
}
html.dark .modal-content {
  background-color: var(--dk-bg-color);
}
html.dark .select2-container--default .select2-results > .select2-results__options {
  background-color: var(--dk-bg-color);
}
html.dark .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--dk-border-color);
}
html.dark .select2-search.select2-search--dropdown {
  background-color: var(--dk-bg-color);
}
html.dark #file-custom-canvas .layer-canvas .LayerButton {
  border-color: white;
  color: white;
}
html.dark #file-custom-canvas .layer-canvas .LayerButton:hover {
  background-color: white;
  color: var(--dark);
}

:root {
  --dk-bg-color: #40414a;
  --dk-border-color: #6a6e77;
}

html.mequi aside#sidebar a.menu-opt.active {
  background-color: var(--high);
  border-color: #F0AD00 !important;
}
html.mequi aside#sidebar a.menu-opt.active > .mh-color, html.mequi aside#sidebar a.menu-opt.active .s-color {
  color: #000;
}
html.mequi #btn-approve {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}
html.mequi #btn-approve:focus, html.mequi #btn-approve:not(:disabled):not(.disabled).active:focus, html.mequi #btn-approve:not(:disabled):not(.disabled):active:focus, .show > html.mequi #btn-approve.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
html.mequi #btn-tickets:focus, html.mequi #btn-tickets:not(:disabled):not(.disabled).active:focus, html.mequi #btn-tickets:not(:disabled):not(.disabled):active:focus, .show > html.mequi #btn-tickets.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 20, 0.5);
}
html.mequi section.main .btn:not(.btn-status) {
  background-color: var(--high);
  color: #000;
  border-color: #F0AD00;
}
html.mequi section.main .btn:not(.btn-status):hover {
  background-color: #F0AD00;
}
html.mequi section.main .btn:not(.btn-status):not(:disabled):not(.disabled).active, html.mequi section.main .btn:not(.btn-status):not(:disabled):not(.disabled):active, .show > html.mequi section.main .btn:not(.btn-status).dropdown-toggle {
  background-color: var(--high);
  border-color: #F0AD00;
}
html.mequi section.main .btn:not(.btn-status):focus, html.mequi section.main .btn:not(.btn-status):not(:disabled):not(.disabled).active:focus, html.mequi section.main .btn:not(.btn-status):not(:disabled):not(.disabled):active:focus, .show > html.mequi section.main .btn:not(.btn-status).dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 20, 0.5);
}

/*# sourceMappingURL=/public/css/style.min.css.map */