body > *:not(.custom-loader) {
  visibility: hidden; }

body.loaded > *:not(.custom-loader) {
  visibility: visible; }

.custom-loader {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 10px solid #f3f3f3;
  /* Light grey */
  border-top: 10px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite; }

.text-right {
  text-align: right; }

#viewer #main {
  height: 500px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
p {
  font-size: 15px; }

.full-screen-height-container {
  height: 100vh; }

.half-height-row {
  height: 50%; }

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.custom-select {
  width: auto;
  margin-right: 1em;
  padding: 0.65rem 2.5rem 0.65rem 1rem; }

.tooltip-wrapper {
  cursor: pointer; }

.tooltip-wrapper object {
  filter: invert(10%) sepia(94%) saturate(7452%) hue-rotate(245deg) brightness(90%) contrast(124%);
  vertical-align: sub;
  pointer-events: none;
  width: 1.2em; }

.stars-rating .hover-chosen, .stars-rating .chosen {
  color: orange; }

.filter-wrapper {
  margin-bottom: 2em; }

.delete-filter {
  padding-top: 0.5em;
  cursor: pointer; }

.fc-timegrid-event {
  cursor: pointer;
  font-size: 1em; }

.permission-group-wrapper .row {
  border-bottom: 1px solid blue;
  margin-bottom: 1em; }

.permission-group-wrapper .checkbox {
  display: inline-flex;
  padding: 0;
  padding-right: 2em;
  font-size: 1.1em; }

.recharge-sms-msg {
  margin-top: 1em; }

.small-diff {
  color: yellow; }

.medium-diff {
  color: orange; }

.big-diff {
  color: red; }

.good-diff {
  color: green; }

.dimensions-limits {
  padding: 0;
  list-style-position: inside; }

.crop-image-wrapper {
  margin-bottom: 1em; }

.preview-crop-image canvas {
  width: 100%; }

.dz-preview {
  position: relative;
  display: inline-block; }

.dz-remove-btn, .dz-link-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer !important;
  z-index: 50;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

.dz-remove-btn i, .dz-link-btn i {
  cursor: pointer !important;
  color: #4d4d52; }

.dz-remove-btn {
  top: 5px;
  right: 5px; }

.dz-link-btn {
  top: 5px;
  left: 5px; }

.form-title {
  margin: 1em 0; }

form .row > [class*=col-] {
  align-self: flex-end; }

form .itemBuildersWrapper .row-wrapper {
  position: relative;
  margin: 2em;
  padding-top: 1em;
  margin-right: 1em;
  border-radius: 5px;
  box-shadow: 0px 0px 15px #54545466; }

form .delete-row-btn {
  position: absolute;
  top: 5px;
  right: 0; }

form button.delete-row {
  font-size: 1.2em;
  cursor: pointer;
  border: 0;
  background-color: transparent !important;
  outline: 0 !important; }

form button.delete-row:hover, form button.delete-row:focus, form button.delete-row:active {
  background: transparent; }

.input-group {
  flex-wrap: nowrap; }

input[type='color'] {
  border-radius: 0px;
  width: 40px;
  padding: 0.1em; }

.required-field {
  color: red; }

select.select2 {
  opacity: 1; }

.select2-container {
  flex-grow: 1; }

label.checkbox {
  padding: 0.65em 0; }

label.checkbox span {
  margin-right: 0.5em;
  background-color: #d0d0d2; }

.control-label {
  color: red;
  padding: 0;
  list-style-position: inside; }

.bulk-action-label {
  margin-right: 1em; }

form[name='general-login'] a {
  padding: 0.65em 0;
  display: block;
  text-align: right; }

.image-input input[type='file'] {
  display: none; }

.image-input, .image-input .image-input-wrapper {
  width: 100%; }

.image-input .image-input-wrapper {
  background-size: cover;
  background-position: center center; }

.image-input .image-input-wrapper embed {
  height: 100%; }

.browse-files-icon-2 {
  position: absolute;
  top: -10px;
  right: -5px; }

.upload-top-right-icon, .upload-top-left-icon, .upload-bottom-right-icon, .upload-bottom-left-icon {
  position: absolute; }

.upload-top-right-icon {
  top: -10px;
  right: -10px; }

.upload-top-left-icon {
  top: -10px;
  left: -10px; }

.upload-bottom-right-icon {
  bottom: -10px;
  right: -10px; }

.upload-bottom-left-icon {
  bottom: -10px;
  left: -10px; }

.delete-file-icon {
  position: absolute;
  bottom: -15px;
  right: -5px; }

.file-field-img {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.no-data-chart {
  padding: 5em 1em;
  margin: 2px;
  background-color: cornsilk;
  border: 1px solid #ede3bd; }

.logo-wrapper {
  margin-bottom: 1.5em;
  text-align: center; }

.logo-wrapper img {
  max-width: 300px; }

.centered-logo {
  display: block;
  text-align: center;
  margin-bottom: 40px; }

.centered-logo img {
  max-width: 300px; }

.brand-logo {
  height: 100%;
  padding: 0.3em; }

.brand-logo img {
  object-fit: contain;
  width: 100%; }

#kt_header_mobile a {
  height: 100%;
  padding: 0.8em 0; }

#kt_header_mobile a img {
  height: 100%; }

.listing-widgets {
  background: white;
  padding: 2em 1em; }

.table-responsive {
  background: white;
  padding: 2em 1em;
  margin-bottom: 2em; }

.table thead th, .table td {
  vertical-align: middle; }

.table th:first-child, tr td:first-child {
  padding-left: 0; }

.table th:last-child, tr td:last-child {
  padding-right: 0;
  min-width: 120px; }

thead th.sorting a, thead th.sorting-asc a, thead th.sorting-desc a {
  text-decoration: none; }

thead th.sorting, thead th.sorting-asc, thead th.sorting-desc {
  padding-right: 15px; }

.action-col {
  min-width: 100px; }

.action img {
  width: 16px;
  cursor: pointer; }

.listing-info {
  padding: 0;
  padding-right: 12.5px;
  margin-bottom: 0.7em; }

.listing-info .pagination {
  margin: 0; }

.modal-dialog {
  max-width: 1100px;
  padding: 2em; }

.modal .modal-header .close span {
  display: inline; }

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }

.alert ul {
  padding: 0;
  list-style-position: inside; }

.tab-pane {
  background: white;
  margin-top: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }

.menu-text {
  transition: color 0.7s; }

.aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
  color: #e3f7ff !important; }

.xl-card .card-custom .card-stretch.gutter-b {
  height: calc(100% - 50px);
  justify-content: center;
  text-align: center; }
.xl-card .card-custom > .card-body {
  flex-grow: 0;
  color: #fff; }
  .xl-card .card-custom > .card-body .card-title, .xl-card .card-custom > .card-body .card-number {
    font-size: 2em;
    font-weight: 500; }
  .xl-card .card-custom > .card-body .card-title {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
.xl-card .card-subtitle-b {
  margin-top: 0.5em; }

.svg-icon.menu-icon object {
  width: 1.5em;
  height: 1.5em;
  filter: invert(87%) sepia(88%) saturate(4%) hue-rotate(189deg) brightness(104%) contrast(87%);
  transition: filter 0.7s; }

li.menu-item:hover object {
  filter: invert(17%) sepia(98%) saturate(6205%) hue-rotate(246deg) brightness(104%) contrast(106%); }

.export-icon {
  max-width: 48px;
  cursor: pointer; }

.pricing-card {
  margin: 1.7em 0;
  border-radius: 15px 15px 0 0; }

.pricing-card .card-body {
  padding: 1.5em; }

.pricing-features {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #6c757d;
  font-size: 1.2em; }

.pricing-features li {
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem 0; }

.pricing-features li:last-child {
  border-bottom: 0; }

.pricing-features i {
  font-size: 1.3em;
  width: 1.2em;
  color: green; }

.feature-inexistent i {
  color: red; }

.pricing-border {
  border: 0;
  border-top: 1px solid #dee2e6; }

.plan-period {
  font-size: 0.8rem; }

.plan .card-title {
  border-radius: 15px 15px 0 0;
  background-color: #8c8cf9;
  color: #fff;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0; }

.card-price {
  font-size: 3.5rem;
  margin-bottom: 0; }

.money-symbol {
  font-size: 20px;
  margin-right: 30px;
  vertical-align: text-top; }

.plan-info {
  font-size: 20px; }

.report {
  background: white;
  padding: 2.5em 1.5em;
  margin: 1.5em 0;
  border-radius: 5px;
  box-shadow: 1px 0px 5px #b5b5b5; }

.report h1 {
  margin: 2em 0; }

.report h2 {
  margin: 1.5em 0; }

.report h3 {
  margin: 1em 0; }

.report-period-row {
  background-color: white;
  padding: 2em 0; }

.report-group-row {
  background-color: white;
  padding: 2em 0; }

.stat-card object {
  width: 64px;
  height: 64px; }

.start-tour-wrapper {
  text-align: right; }

.shepherd-centered {
  right: 20px;
  bottom: 20px;
  top: initial !important;
  left: initial !important;
  transform: translate(0%, 0%) !important; }

.title-divider {
  margin-top: 1em;
  margin-bottom: 0.5em;
  width: 80px;
  margin-left: 0;
  height: 4px; }

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: white; }

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px; }

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: white; }

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent; }

.switch-wrapper [type="radio"]:checked#monthly + label[for="yearly"] ~ .highlighter {
  transform: none; }

.switch-wrapper [type="radio"]:checked#yearly + label[for="monthly"] ~ .highlighter {
  transform: translateX(100%); }

.switch-wrapper label {
  padding: 0 1em;
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out; }

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: blue;
  transition: transform 0.25s ease-in-out; }

/**
 * 
 * Mobiles and low resolution tablets
 */
@media (max-width: 767px) {
  .brand-logo {
    padding-right: 7em; }

  .listing-info > div {
    width: 100%; }

  .header {
    margin-top: 1.25rem; }

  .shepherd-centered {
    right: initial !important; }

  .form-group.filter-widget-wrapper {
    margin-bottom: 0; }

  .filter.row:has(+ .filter.row) > div:first-child {
    border-bottom: 1px solid #e2e2e2;
    box-sizing: content-box;
    padding: 0 0 10px 0;
    margin: 0 12.5px 20px 12.5px; }

  .filter.row > div:has(> .delete-filter) {
    order: -1; }

  .filter.row > div:has(> .delete-filter) i {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 2; }

  .input-group:has(> .search-input) {
    margin-bottom: 1.5em; }

  .filter-buttons {
    margin-top: 1em; } }
/**
 *
 * Laptops and desktops
 */
@media (min-width: 1025px) {
  .header-fixed.subheader-fixed.subheader-enabled .wrapper {
    padding-top: 70px; }

  .login-form {
    width: 400px; } }
.login.login-4 .login-container .login-content {
  width: 450px; }

.login.login-4 .login-container .login-content .wizard-nav {
  padding: 0; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step {
  padding: 0.75rem 0;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  margin-bottom: 1.5rem; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background-color: #F3F6F9;
  margin-right: 1rem; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
  display: none;
  font-size: 1.4rem; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
  font-weight: 600;
  color: #3F4254;
  font-size: 1.35rem; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
  color: #181C32;
  font-weight: 600;
  font-size: 1.24rem; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
  color: #B5B5C3;
  font-size: 0.925rem; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  background-color: #C9F7F5; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-check {
  color: #1BC5BD;
  display: inline-block; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-icon .wizard-number {
  display: none; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-title {
  color: #B5B5C3; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="done"] .wizard-label .wizard-desc {
  color: #D1D3E0; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  background-color: #C9F7F5; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-check {
  color: #1BC5BD;
  display: none; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .wizard-number {
  color: #1BC5BD; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-title {
  color: #181C32; }

.login.login-4 .login-container .login-content .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-label .wizard-desc {
  color: #B5B5C3; }

.login.login-4 .login-container .login-content.login-content-signup {
  width: 800px; }

.login.login-4 .login-aside {
  background: linear-gradient(147.04deg, #4a6f42 0.74%, #aaf7ff 99.61%);
  width: 600px; }

.login.login-4 .login-aside .login-conteiner {
  height: 100%; }

@media (min-width: 992px) {
  .login.login-4 .login-aside .login-conteiner {
    min-height: 610px !important;
    background-size: 580px; } }
@media (min-width: 992px) and (max-width: 1399.98px) {
  .login.login-4 .login-aside .login-conteiner {
    min-height: 420px !important;
    background-size: 400px; } }
@media (max-width: 991.98px) {
  .login.login-4 .login-container .wizard-nav {
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center; }

  .login.login-4 .login-container .wizard-nav .wizard-steps .wizard-step {
    margin-bottom: .5rem; }

  .login.login-4 .login-aside {
    width: 100% !important; }

  .login.login-4 .login-aside .login-conteiner {
    min-height: 210px !important;
    background-size: 200px; } }
@media (max-width: 575.98px) {
  .login.login-4 .login-container {
    width: 100%; }

  .login.login-4 .login-container .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .login.login-4 .login-container .wizard-nav .wizard-steps .wizard-step {
    width: 100%; }

  .login.login-4 .login-container .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .svg-icon {
    display: none; }

  .login.login-4 .login-container .login-content {
    width: 100%; }

  .login.login-4 .login-container .login-content.login-content-signup {
    width: 100%; }

  .login.login-4 .login-aside {
    width: 100% !important; } }

/*# sourceMappingURL=custom.css.map */
