@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

*[ng-click] {
  cursor: pointer;
  user-select: none;
}

.form-group {
  margin-bottom: 2rem;
}

::-webkit-calendar-picker-indicator {
  filter: invert(34%) sepia(5%) saturate(2336%) hue-rotate(202deg) brightness(94%) contrast(89%);
}

body {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
  background: #f9fafb;
  color: #3D3F41;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  /* color: #ffffff; */
  opacity: 0.4;
}

.btn i {
  color: inherit;
}
.global-loading {
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms, visibility 500ms;
  transition-delay: 500ms;
}

body.show-global-loading {
  overflow: hidden;
}

body.show-global-loading .global-loading {
  visibility: visible;
  opacity: 100;
  transition: none;
}

.fade:not(.show) {
  visibility: hidden;
}
th.desc::after {
  content: "arrow_drop_down";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
}
th.asc::after {
  content: "arrow_drop_up";
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
}

.btn.btn-icon i {
  line-height: initial;
}

.hover-show-container .hover-show-item {
  visibility: hidden;
}

.hover-show-container:hover .hover-show-item {
  visibility: visible;
}

.impresso-logo .image-input-wrapper.foto-perfil {
  height: 120px;
  width: 240px;
  background-size: contain;
  background-position: center;
  background-color: #d9e1e3;
  border-radius: 10px;
  box-shadow: none;
}
.impresso-logo img {
  width: 240px;
  min-width: 240px;
  height: auto;
  display: block;
  border-radius: 10px;
}

.impresso-wideImg .image-input.image-input-outline.image-input-circle {
  width: 100%;
}
.impresso-wideImg .image-input-wrapper.foto-perfil {
  height: 90px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-color: #d9e1e3;
  border-radius: 10px;
  box-shadow: none;
}
.impresso-wideImg img {
  height: 90px;
  width: auto;
  display: block;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.input-btn {
  position: absolute;
  top: 2px;
  right: 10px;
  background: #fff;
}

.modal-fixed-height .modal-body {
  max-height: calc(90vh - 135px);
  overflow-y: scroll;
}

.form-group {
  margin-bottom: 2rem;
}

/* input[type="date"] {
  color: #565674;
}

input[type="date"].ng-touched {
  color: #ffffff;
} */
/* ::-webkit-calendar-picker-indicator {
  filter: invert(34%) sepia(5%) saturate(2336%) hue-rotate(202deg)
    brightness(94%) contrast(89%);
} */

.form-control {
  font-weight: normal !important;
}

label {
  /* text-transform: capitalize; */
}

.form-select.is-invalid, .form-control.is-invalid {
  border-color: #E55C5C;
}

.image-input-wrapper.foto-perfil {
  position: relative;
  width: 120px;
  height: 120px;
}
.image-input-wrapper.foto-perfil .spinner {
  display: none;
  margin: 10px auto;
  margin: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
}
.image-input-wrapper.foto-perfil.loading .spinner {
  display: block;
}

@media (min-width: 992px) {
  .image-input-wrapper.foto-perfil {
    width: 160px;
    height: 160px;
  }
}

.header {
  background: transparent;
  height: auto;
}

.aside {
  background: #f2f3f5;
}
.aside .aside-menu {
  align-items: center;
  display: flex;
  width: 100%;
}

@media (min-width: 992px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    height: 80px;
    flex-direction: unset;
  }
  .aside {
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 50px !important;
    z-index: 100;
    overflow: hidden;
    width: 300px !important;
    border-radius: 2rem;
    transform: unset !important;
  }
  .container {
    padding: 0 30px !important;
  }
}
/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url("../lib/fonts/icons/material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.card-shrink {
  height: calc(100% - 1.25rem);
}

.icon-gold {
  color: gold;
}

.icon-silver {
  color: silver;
}

.icon-copper {
  color: coral;
}

.ind-chart-wrapper {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.text-captalize {
  text-transform: capitalize !important;
}

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

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

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

.toast.toast-dark {
  --bs-toast-bg: rgba(0, 0, 0, 0.85);
  --bs-toast-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-toast-header-color: #6D6D80;
  --bs-toast-header-bg: rgba(0, 0, 0, 0.85);
  --bs-toast-header-border-color: rgba(255, 255, 255, 0.05);
}
.toast.toast-dark .btn-close {
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: center;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
.collapse {
  overflow: hidden;
  transition: all ease 0.5s !important;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0080FC;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.card-spinner {
  text-align: center;
}

core-card-spinner.position-absolute {
  left: 0;
  right: 0;
  z-index: 1;
}

.date-range-group {
  position: relative;
}
.date-range-group button span {
  margin-right: 1rem;
  vertical-align: middle;
}
.date-range-group button i {
  vertical-align: middle;
  line-height: 1;
}
.date-range-group .easepick-wrapper {
  position: absolute !important;
  top: 100%;
  right: 0px;
}
.date-range-group input {
  display: none;
}

/* Agendamento */

.print-background {
  background: #ccc;
  background-image: url("../lib/img/print_bg.png");
  background-size: 10px;
}

.page-container {
  background: #fff;
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 755px;
  height: 1055px;
}
.page-container .row:nth-child(2) {
  flex: 1 1 auto;
}

@media print {
  .modal-backdrop.print {
    background: #fff;
    opacity: 1;
  }
  .modal-print .modal-dialog {
    margin: 0px;
    max-width: 100%;
  }
  .modal-print .modal-content {
    box-shadow: none;
  }
  .modal-print .modal-content .modal-header, .modal-print .modal-content .modal-footer {
    display: none;
  }
  .modal-print .modal-content .print-background {
    height: auto;
  }
  .modal-print .modal-content .page-container {
    width: 100% !important;
    height: calc(100vh - 48px) !important;
  }
}