.overflow-y-hidden {
  overflow-y: hidden !important;
}

.pagination .btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
}

.pagination .btn-icon-i {
  padding: 0.5rem !important;
  -webkit-box-align: initial !important;
  ms-flex-align: initial !important;
  align-items: initial !important;
  -webkit-box-pack: initial !important;
}

/**
header-navbar-logo.
 */
.header-navbar-logo.navbar {
  display: unset !important;
}

.header-navbar-logo .navbar-brand {
  padding: 0px !important;
}

.header-navbar-logo .div-brand-logo {
  height: 65px;
  width: 270px;
}

.header-navbar-logo .navbar-header {
  margin-left: -104px !important;
}

.header-navbar-2 {
  top: 60px !important;
}

.header-navbar-3 {
  top: 126px !important;
}

.horizontal-menu.navbar-sticky .content > .content-wrapper {
  margin-top: 14rem;
}

.vertical-overlay-menu .header-navbar-logo {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  display: none;
}

.vertical-overlay-menu .header-navbar-2 {
  transform: translate3d(0, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  top: 0px !important;
}

.vertical-overlay-menu .header-navbar-3 {
  transform: translate3d(0, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  top: 68px !important;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: 0px !important;
}

.main-menu .navbar-header .navbar-brand .div-brand-logo {
  width: 160px !important;
  height: 45px !important;
}

/*
widget-todo
 */
.widget-todo .widget-todo-list-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.box-shadow-13 {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13) !important;
}

.checkbox label {
  color: #475F7B !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}

.underline {
  text-decoration: underline;
}

#treeview .list-group {
  border: none;
  display: unset;
}

#treeview .list-group .list-group-item {
  padding: 2rem 0rem 0rem 2rem;
  border: none;
}

#treeview .list-group .list-group-item .li-title {
  border-bottom: 1px solid #DFE3E7;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.picker__input[readonly] {
  background-color: #F2F4F4 !important;
  opacity: 1;
}

.d-flex-root {
  display: flow-root;
}

.li-active {
  background: #f2f4f4;
}

.line-through {
  text-decoration: line-through;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #ddd;
  border-color: #a8a8a8;
}

.has-error .select2-selection {
  border-color: #FF5B5C;
  padding-right: calc(1.4em + 1.269rem);
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.235rem) center;
  background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #939eaa;
  content: var(--bs-breadcrumb-divider, "/");
}

.text-decoration-underline {
  text-decoration: underline;
}

.dataTables_filter label {
  display: flow-root;
}

.dz-preview {
  display: none;
}

.fileAllegati-preview .dz-preview {
  display: block !important;
}

/**
* Indicador de aguarde
*/
.indicator-progress {
  display: none;
}

[data-cs-indicator=on] > .indicator-progress {
  display: inline-block;
}

[data-cs-indicator=on] > .indicator-label {
  display: none;
}

.img-logo-conv {
  max-width: 150px;
}

/*Fonte*/
.font-family-montserrat {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
}

.fw-light {
  font-weight: 300 !important;
}

.text-bolder {
  font-family: "Montserrat Black", "Montserrat", Helvetica, Arial, sans-serif !important;
  font-weight: 800 !important;
  font-size: 2.8rem !important;
}

.text-5fc3d9 {
  color: #5fc3d9 !important;
}

/* Border left */
.border-left-5FC3D9 {
  border-left: 1px solid #5FC3D9;
}

#view-file .modal-dialog {
  height: 100% !important;
}

#view-file .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.iframe-full-view-file {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.card-title {
  text-transform: unset !important;
}

.widget-chat .chat-content .chat-body .chat-message-block {
  background: #727E8C !important;
  box-shadow: 0 2px 4px 0 rgba(114, 126, 140, 0.6) !important;
}

.bullet.bullet-blue {
  background-color: #007aa4;
}

.bullet.bullet-white {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgb(114, 126, 140) !important;
}

.bullet.bullet-dark-grayish {
  background-color: #727E8C;
  box-shadow: 0 2px 4px 0 rgb(114, 126, 140) !important;
}

.pulse {
  position: relative;
  cursor: default !important;
}

.pulse-success {
  animation: animate_success 3s linear infinite;
}

.pulse-warning {
  animation: animate_warning 3s linear infinite;
}

.pulse-danger {
  animation: animate_danger 3s linear infinite;
}

.pulse i {
  position: relative;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
  cursor: default;
}

@keyframes animate_success {
  0% {
    box-shadow: 0 0 0 0 rgba(57, 218, 137, 0.7), 0 0 0 0 rgba(57, 218, 137, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(57, 218, 137, 0), 0 0 0 0 rgba(57, 218, 137, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(57, 218, 137, 0), 0 0 0 30px rgba(57, 218, 137, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(57, 218, 137, 0), 0 0 0 30px rgba(57, 218, 137, 0);
  }
}
@keyframes animate_warning {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 172, 65, 0.7), 0 0 0 0 rgba(253, 172, 65, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(253, 172, 65, 0), 0 0 0 0 rgba(253, 172, 65, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(253, 172, 65, 0), 0 0 0 30px rgba(253, 172, 65, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 172, 65, 0), 0 0 0 30px rgba(253, 172, 65, 0);
  }
}
@keyframes animate_danger {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 91, 92, 0.7), 0 0 0 0 rgba(255, 91, 92, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 91, 92, 0), 0 0 0 0 rgba(255, 91, 92, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 91, 92, 0), 0 0 0 30px rgba(255, 91, 92, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 91, 92, 0), 0 0 0 30px rgba(255, 91, 92, 0);
  }
}
/**
form-label-group label
*/
.form-label-group label.active {
  padding: 0.25rem 0;
  font-size: 0.7rem;
  top: -20px;
  left: 3px;
  color: #007aa4 !important;
  opacity: 1;
}

.list-group-item.active-light {
  background: rgba(0, 122, 164, 0.2);
  color: #007aa4;
  border-left: 4px solid #007aa4;
  padding-left: 1.4rem;
}

/*
Assistenza */
.assistenza .nav-tabs .nav-link {
  border: none;
  background: transparent;
  box-shadow: none;
  color: #475F7B;
}

.assistenza .nav.nav-tabs .nav-item .nav-link.active {
  box-shadow: none !important;
  color: var(--primary);
}

.assistenza .nav.nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  height: 0.188rem;
  width: 100%;
  border-radius: 1.5px;
  background-color: #d4d8dd;
}

.assistenza .nav.nav-tabs .nav-item .nav-link.active:after {
  margin: auto;
  border-left: none;
  border-right: none;
  border-bottom: none;
  background-color: var(--primary);
}

.assistenza .nav.nav-tabs .nav-item .nav-link.active:before {
  content: none;
}

.assistenza .nav.nav-tabs .nav-item .nav-link.active:hover,
.assistenza .nav.nav-tabs .nav-item .nav-link.active:hover span {
  color: var(--primary);
}

.assistenza .nav.nav-tabs {
  border-bottom: none;
}

/*
text-grad
*/
.text-grad.show {
  pointer-events: none;
  min-height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ff0000", endColorstr="#FFFFFF",GradientType=0 );
}

/*
application-chat quill-wrapper
*/
.application-chat .quill-wrapper {
  padding: 1.3rem 1.7rem;
}

.application-chat .quill-wrapper .snow-container {
  position: relative;
}

.application-chat .quill-wrapper .snow-container .ql-snow .ql-tooltip {
  left: 0 !important;
}

.application-chat .quill-wrapper .snow-container .ql-container.ql-snow {
  border: none;
}

.application-chat .quill-wrapper .snow-container .ql-toolbar {
  border: none;
}

.application-chat .quill-wrapper .snow-container .send-btn {
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6);
  font-weight: 500;
  padding: 0.2rem 1rem;
}

.application-chat .quill-wrapper .ql-editor.ql-blank::before {
  left: 0;
}

.application-chat .quill-wrapper .ql-editor {
  min-height: 80px;
  padding-left: 0;
  padding-right: 0;
}

/*
page-loading
*/
.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #121519;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.page-loading.active {
  opacity: 0.8;
  visibility: visible;
}

.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.page-loading.active > .page-loading-inner {
  opacity: 1;
}

.page-loading-inner > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #6f788b;
  color: #fff;
  opacity: 0.6;
}

.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  background-color: #d7dde2;
  border-radius: 50%;
  opacity: 0;
  animation: spinner 0.75s linear infinite;
}

.dark-mode .page-spinner {
  background-color: rgba(255, 255, 255, 0.25);
}
@keyframes spinner {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.mxh-400 {
  max-height: 400px;
  overflow-y: auto;
}

.mxh-600 {
  max-height: 600px;
  overflow-y: auto;
}

#view-file .modal-dialog {
  height: 100% !important;
}

#view-file .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.iframe-full-view-file {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

/* Timeline */
/* ---------------- */
.widget-timeline li {
  padding: 1.1rem 0;
  list-style: none;
  position: relative;
}

.widget-timeline li.timeline-items:before {
  position: absolute;
  content: "";
  left: -37px;
  top: 17px;
  border: 3px solid #FFFFFF;
  box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, 0.3);
  border-radius: 50%;
  background: #5A8DEE;
  height: 13px;
  width: 13px;
  z-index: 2;
}

.widget-timeline li.timeline-items.active:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  background: #dfe3e7;
  left: -31px;
  top: 22px;
  height: 100%;
  z-index: 1;
}

.widget-timeline li.timeline-items .timeline-content {
  padding: 0.5rem 1rem;
  background-color: #fafbfb;
  border-radius: 0.267rem;
  display: flex;
  align-items: center;
}

.widget-timeline li .timeline-time {
  float: right;
  color: #828D99;
  font-size: 0.9rem;
}

.widget-timeline li .timeline-title {
  margin-bottom: 0.25rem;
}

.widget-timeline li .timeline-text {
  margin-bottom: 0.5rem;
}

/** select2 wrap **/
.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

@media (min-width: 768px) {
  .font-md-large-3 {
    font-size: 4rem !important;
  }
}
/**
    * Select 2
*/
.select2-selection--multiple, .select2-selection--single {
  overflow: hidden !important;
  height: auto !important;
}

/**
gap
*/
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.swal-wide {
  width: 850px !important;
}

.bg-4BA811 {
  background-color: #4BA811 !important;
}

.bg-primary.bg-light {
  background-color: #E2ECFF !important;
}

.bg-secondary.bg-light {
  background-color: #E6EAEE !important;
}

.bg-success.bg-light {
  background-color: #D2FFE8 !important;
}

.bg-info.bg-light {
  background-color: #CCF5F8 !important;
}

.bg-warning.bg-light {
  background-color: #FFEED9 !important;
}

.bg-danger.bg-light {
  background-color: #FFDEDE !important;
}

/* Tighten gutters and vertical spacing inside the edit modal */
.modal_spacing .modal-body .row {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.modal_spacing .modal-body .row > [class^=col-],
.modal_spacing .modal-body .row > [class*=" col-"] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.modal_spacing .modal-body .form-group {
  margin-bottom: 0.5rem;
}
