@import "bootstrap.css";
@import "indigo-pink.css";

:root {
  --accent-color: var(--primary-500);
  --sidenav-color: var(--secondary-800);
  --background-color: var(--secondary-50);
  --hovertabla-color: #ffffea;

  --card-background: #ffffff;
  --card-stroke: var(--secondary-200);

  --primary-300: #f9cfb7;
  --primary-400: #FB9F6A;
  --primary-500: #F97F39;

  --secondary-25: #F7F6F6;
  --secondary-50: #F3F2F2;
  --secondary-100: #E7E5E4;
  --secondary-200: #CECBCA;
  --secondary-300: #B6B1AF;
  --secondary-400: #9E9794;
  --secondary-500: #6B6461;
  --secondary-600: #504B49;
  --secondary-700: #353231;
  --secondary-800: #201E1D;

  --third-color: #67d814;
  --fourth-color: #ed1a1a;

  --error: #FF2C2C;
  --success: #1BB008;
}

html {
  height: 100%;
}

body {
  color: var(--secondary-800);
  margin: 0px;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #F7F6F6;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(16px);
  z-index: -1;
}

@media (max-width: 580px) {
  body {
    font-size: 12px;
  }
}

a {
  cursor: pointer;
}

h1 {
  font-size: 20px;
  margin-bottom: 16px;
}

h1 > b {
  font-weight: 500;
  color: #4a4a4a;
}

h2 {
  font-size: 18px;
  font-weight: 500;
}

h3 {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  /* color: #4a4a4a; */
  font-size: 16px;
}

hr {
  border-top: 1px solid #979797;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
h3.grey {
  color: #929292;
  font-weight: bold;
}

h4 {
  font-size: 28px !important;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
  margin-top: 0;
  padding-left: 24px;
  width: 100%;
}

h4.thin {
  font-size: 16px;
  color: #757575;
  font-weight: 300;
  font-family: Roboto;
}

h5 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
}

p {
  margin: 0 0 0px;
  font-size: 14px;
  font-weight: 300;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #4a4a4a;
}

.tab-container {
  padding: 0 16px;
}

mat-toolbar span {
  padding-left: 12px;
}

.mat-tooltip {
  min-width: fit-content !important;
  width: fit-content !important;
  padding: 8px 14px;
  border-radius: 6px !important;
}

/* mat-tab-header {
  background-color: var(--sidenav-color);
} */

/* mat-card {
  width: 100%;
} */

app-menu {
  margin: 0;
  padding: 0;
}

.error {
  color: #f44336 !important;
}

.mat-progress-bar {
  position: relative !important;
  max-height: 2px !important;
  z-index: 2;
}

button.mat-menu-item,
button.mat-menu-item .mat-icon {
  color: #4a4a4a;
}

button.mat-menu-item {
  font-size: 14px;
}

.mat-menu-item .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 8px !important;
  vertical-align: sub !important;
}

.action-bar,
.tabs-action-bar {
  background-color: var(--accent-color);
  padding: 1px 5vw;
  position: sticky;
  top: 0;
  z-index: 2;
  margin: auto;
}

.tabs-action-bar .mat-tab-nav-bar {
  border-bottom: none;
}

.tabs-action-bar a {
  height: auto;
  min-width: auto;
  padding: 16px;
  border-radius: 40px;
  color: var(--secondary-50) !important;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 0;
  margin: 5px 0;
}

.tabs-action-bar a:focus {
  color: var(--secondary-700);
  text-decoration: none;
}

.tabs-action-bar a:hover {
  background: rgb(255 255 255 / 15%);
  color: white;
  text-shadow: 0 1px 2px #0000003b;
  /* box-shadow: inset 0 0 0 1px white; */
}

.tabs-action-bar .mat-tab-label-active {
  background: rgb(255 255 255 / 5%) !important;
  color: white;
  text-shadow: 0 1px 2px #0000003b;
  box-shadow: inset 0 0 0 1px white;
}

.tabs-action-bar .mat-ink-bar {
  display: none;
}

.mat-tab-links {
  justify-content: center;
  gap: 16px;
  padding: 1px 0;
}

.mat-tab-label:hover {
  color: var(--secondary-600);
}

.actions-area-lower-container {
  /* margin-bottom: 80px; */
  /* display: grid; */
}

.document-tab-content-action {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

/* .layout-manager-container {
  margin: 0 15px;
} */

.merchant-codes-description {
  background: var(--secondary-25);
  padding: 16px 20px;
  border-radius: 8px;
  margin-top: -20px;
}

.merchant-codes-add {
  margin-top: 32px;
  font-weight: 500;
  font-size: 16px;
}

.field-validation {
  margin-top: 16px;
  background: #fff1f2;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 8px;
  color: var(--accent-color);
  font-weight: 500;
}

.layout-manager-container .tab-container {
  padding: 32px !important;
  margin-top: 40px;
  border-radius: 16px !important;
  background: var(--card-background);
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.component-vertical {
  width: 100%;
  display: inline-block;
}

.component-vertical .row {
  margin: 0;
}

@media (max-width: 768px) {
  .action-bar {
    padding: 16px 18px 16px 16px;
  }
}

.action-bar h3 {
  color: #fff;
  font-weight: 300;
  margin-left: 28px;
}
@media (max-width: 768px) {
  .action-bar h3 {
    margin-left: 16px;
  }
}
.action-bar h3,
.action-bar .mat-button {
  line-height: unset;
  min-width: unset;
  display: inline-block;
  vertical-align: middle;
}
.action-bar .mat-button {
  padding: 0;
}
.action-bar .mat-button.action-menu {
  float: right;
}

.profile-dropdown.mat-button {
  font-size: 14px;
  font-weight: 400 !important;
  color: var(--secondary-600) !important;
  border: 1px solid var(--secondary-200);
  border-radius: 30px !important;
  margin-top: 6px;
  padding-left: 16px !important;
  padding-right: 6px !important;
  gap: 4px !important;
  transition: all 0.2s;
}

.profile-dropdown.mat-button:hover {
  background: var(--secondary-100);
}

@media (max-width: 580px) {
  .action-bar .mat-button .actions-label {
    display: none;
  }
}

@media (max-width: 580px) {
  .mat-card {
    padding: 8px !important;
  }
}

.mat-expansion-panel-body {
  padding: 0 12px 12px !important;
}
.mat-expansion-panel-header {
  padding: 0 24px 0 0 !important;
}

@media (min-width: 1280px) {
  .card-image {
    height: 175px; /*or your image's height*/
  }
}

@media (max-width: 500px) {
  .card-image {
    height: 80px; /*or your image's height*/
  }
}

.search-card.mat-card {
  padding: 0 8px !important;
}

.search-card .mat-form-field .mat-form-field-underline {
  display: none;
}

.search-card .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 10px;
}

.search-card .mat-focused .mat-input-placeholder {
  color: #000;
}
.search-card .mat-input-underline {
  display: none;
}
.search-card .mat-icon {
  vertical-align: bottom;
  margin-right: 8px;
}
.search-card .mat-form-field {
  font-size: 16px;
}

.no-results.mat-card {
  text-align: center;
}

.mat-ink-bar {
  background-color: var(--accent-color) !important;
}

.mat-tab-label,
.mat-tab-link {
  color: var(--secondary-400);
  opacity: 1 !important;
  /* border-radius: 8px; */
}

.mat-tab-label-active {
  color: var(--accent-color);
  /* pointer-events: none; */
}

.mat-grid-tile .mat-grid-tile-footer,
.mat-grid-tile .mat-grid-tile-header {
  display: flex;
  align-items: center;
  height: 48px !important;
  font-family: Roboto;
  color: #000 !important;
  opacity: 0.6;
  background: #ffffff !important;
  overflow: unset !important;
  padding: 0 16px;
  position: absolute;
}

/* .mat-card:not([class*="mat-elevation-z"]) {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1) !important;
} */

.mat-tab-header {
  /* -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); */
  border: none;
}

.mat-tab-label {
  padding: 0 24px;
  opacity: 1;
  min-width: auto;
}

.mat-tab-body-wrapper {
  margin-top: 16px;
}

@media (max-width: 580px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 581px) {
  .mat-icon.hide-desktop,
  .mat-chip-list-wrapper {
    display: inline-block !important;
  }
  .align-right-desktop {
    text-align: right;
  }
}

.mat-button.no-background {
  background-color: transparent;
}
.media-radio-group .mat-button {
  padding: 0;
  min-width: unset;
}

/* .mat-chip:not(.mat-basic-chip) {
  font-size: 12px;
  background-color: #9b9b9b;
  color: #fff;
  padding: 4px 12px 4px 12px !important;
} */

.mat-chip {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mat-chip.mat-standard-chip {
  background-color: transparent;
  border: 1px solid var(--secondary-300);
  color: var(--secondary-300);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: transparent;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.card-header {
  margin-bottom: 16px;
  padding: 0 30px;
}
.card-header .mat-chip-list label {
  margin-bottom: 0;
  margin-right: 8px;
  line-height: 24px;
}
.card-header > h1,
.card-header > div {
  display: inline-block;
}
.card-header > h1 {
  margin: 0;
}

@media (max-width: 768px) {
  .card-header {
    margin-bottom: 16px;
    padding: 0 24px;
  }
}
@media (max-width: 350px) {
  .card-header {
    padding: 0 16px;
  }
}

label {
  font-family: Roboto;
  font-size: 14px;
  text-align: left;
  color: #9b9b9b;
  font-weight: normal;
}
label.primary,
label > span.primary {
  color: #4a4a4a;
}

@media (max-width: 580px) {
  h4 {
    font-size: 12px;
  }
  h2,
  h3,
  h4.thin {
    font-size: 14px;
  }
  h2 b {
    font-size: 16px;
  }
  label,
  .mat-chip:not(.mat-basic-chip) {
    font-size: 10px;
  }
  h2 {
    -webkit-margin-after: 0;
  }
  h1 {
    font-size: 18px;
  }
}

@media (min-width: 581px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 580px) {
  .hide-mobile {
    display: none !important;
  }
}

.actions-area-buttons-center-container button {
  width: 200px;
}

.mat-button h4 {
  font-size: 14px;
  font-weight: 500;
  color: #929292;
}

.pay-button-bills {
  background-color: #7ed321 !important;
  color: #fff !important;
}

.mat-button,
.mat-raised-button {
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
  border-radius: 8px !important;
  background-color: transparent;
  color: var(--secondary-700);
  height: 40px;
  box-shadow: none !important;
}

.bordered,
.mat-button.bordered {
  font-size: 11px;
  font-weight: 500;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: thin solid;
  border-radius: 2px;
  border-color: #9b9b9b;
  color: #9b9b9b;
  background-color: #fff;
  line-height: normal;
}
.mat-button.bordered.grey {
  background-color: #636363;
  padding: 8px;
  vertical-align: text-bottom;
  border: 0px;
  color: #fff;
}
.mat-button.bordered.white {
  padding: 7px;
  opacity: 0.6;
}
.detail-header .mat-button.bordered {
  width: 100%;
}
.label-adherido-da-desktop,
.label-adherido-da-desktop.mat-button {
  margin-left: 8px;
}
@media (max-width: 650px) {
  .label-adherido-da-desktop,
  .label-adherido-da-desktop.mat-button {
    display: none;
  }
}
@media (min-width: 651px) {
  .label-adherido-da-mobile {
    display: none;
  }
}

@media (max-width: 580px) {
  [class*="recibos-table-"] .mat-button {
    padding: 0 8px !important;
  }
}

.ngx-datatable .mat-button {
  margin: 0 !important;
  margin-right: 8px !important;
}
.ngx-datatable .mat-button {
  line-height: 26px;
  display: inline-block;
  min-width: unset;
}
.ngx-datatable.disabled .mat-button {
  color: #989898 !important;
}
.btn-group .mat-button:disabled {
  opacity: 0.5;
}
.primary-button {
  background-color: #77c84c;
  color: #fff !important;
  font-weight: 500 !important;
}

.overdue-button {
  min-width: unset !important;
  background-color: #ef4136;
  color: #fff !important;
  margin-right: 8px !important;
}
.ngx-datatable .mat-button:hover {
  /* box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2),
    0 3px 4px 1px rgba(0, 0, 0, 0.14), 0 3px 4px -2px rgba(0, 0, 0, 0.12); */
    background: var(--secondary-50);
}
.ngx-datatable .mat-button.pay-button-bills:hover {
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2),
    0 3px 4px 1px rgba(0, 0, 0, 0.14), 0 3px 4px -2px rgba(0, 0, 0, 0.12),
    inset 0 0 100px #00000025;
}
.ngx-datatable .mat-button.pay-button-bills[disabled][disabled] {
  opacity: 0.5;
}
.ngx-datatable .mat-button[disabled][disabled]:hover {
  box-shadow: none;
}
.primary-button:hover {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 100px #00000025;
}

.primary-button .mat-icon,
.overdue-button .mat-icon {
  margin-right: 8px;
  font-size: 16px;
  width: 16px;
  height: 16px;
}
@media (max-width: 650px) {
  .overdue-button {
    position: absolute !important;
    right: 8px;
    bottom: 56px;
  }
}
@media (max-width: 400px) {
  .primary-button .mat-icon,
  .overdue-button .mat-icon {
    padding-right: 4px;
    font-size: 16px;
  }
  .primary-button,
  .overdue-button {
    min-width: unset !important;
    padding: 0 8px !important;
  }
}

/* .mat-button {
  font-size: 12px;
} */

.success-message-card {
  margin-top: 56px;
}
.mat-button-focus-overlay {
  display: none;
}
.show-hide-password,
.collapse-btn {
  min-width: unset !important;
  padding: 0 0px !important;
}

.header-checkbox .mat-icon {
  cursor: pointer;
}
.header-checkbox {
  width: 30px;
  height: 16px;
  border-radius: 8px;
  background-color: #eaeaea;
  display: inline;
  padding: 2px 4px;
  vertical-align: top;
}

div.header-checkbox > mat-checkbox.mat-checkbox {
  display: none;
}

.show-hide-password > mat-icon {
  font-size: 18px !important;
  height: 18px !important;
  width: 18px !important;
  margin-bottom: 2px;
}

*[class*="-card"] .show-hide-password {
  color: #eaeaea;
}

.align-vertical {
  display: table-cell;
  vertical-align: middle;
}

.inline-title {
  display: inline;
}

.service-header h3,
.service-header h3 > b {
  margin: unset;
}

.mat-card .footer-group {
  margin-top: 24px;
  margin-bottom: 8px;
}
.mat-card footer h2 {
  display: inline-block;
  margin: 0;
  line-height: 36px;
}
.mat-card footer .group-btn {
  float: right;
}

.mat-checkbox {
  margin-bottom: 8px;
}

.card-component {
  margin-top: 32px;
  margin-bottom: 16px;
}

app-task-view div.card-component {
  margin-top: unset;
}
app-task-view .mat-card {
  margin-bottom: 0;
}

.ticket-card h3 {
  display: inline-block;
  margin: 8px 0;
}
.ticket-card .primary-button {
  display: inline-block;
  float: right;
}

.row.item,
fieldset.item
  > flex-layout-root-widget
  > div
  > select-framework-widget
  > material-design-framework
  > div {
  border-radius: 2px;
  border: solid 1px rgba(216, 216, 216, 0.5) !important;
  margin: 4px 0 !important;
  padding: 8px 12px !important;
}

.row.item .mat-select {
  padding-top: unset;
  padding-bottom: unset;
}

.grey-background {
  background-color: #f5f5f5;
  color: #4a4a4a;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.usos-estado .social-rate {
  padding-left: 2px;
}
.usos-estado {
  float: right;
  display: flex;
}
.usos-estado > div {
  padding: 2px 12px 2px 14px;
  display: inline-block;
  position: relative;
}
.usos-estado > div.status {
  padding: 2px 16px 2px 24px;
}
.status {
  box-shadow: 0 0 1px #d0d0d0 inset;
  background-color: #ffffff;
}
.status mark {
  border-radius: 20px;
}
.status mark {
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
.usos-estado > div.status {
  padding: 2px 16px 2px 24px;
}
.status {
  box-shadow: 0 0 1px #d0d0d0 inset;
  background-color: #ffffff;
}
.status mark {
  border-radius: 20px;
}
.status mark {
  border-radius: 20px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.status.active {
  color: #7ed321;
}
.status.active mark {
  background-color: #7ed321;
}
.status.down {
  color: #ef4136;
}
.status.down mark {
  background-color: #ef4136;
}
@media (max-width: 992px) {
  .usos-estado {
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  .usos-estado > div {
    width: 50%;
  }
  .service-number {
    margin-bottom: 8px;
  }
}
@media (max-width: 580px) {
  .usos-estado .social-rate > span {
    top: unset;
  }
  .status mark {
    top: 6px;
    left: 32px;
  }
  .usos-estado > div {
    padding: 2px 8px;
    display: inline-block;
    position: relative;
  }
  .usos-estado > div.status {
    padding: 2px 8px 2px 18px;
  }
}
@media (max-width: 400px) {
  .usos-estado > div {
    padding: 2px 4px;
  }
  .usos-estado .social-rate > span {
    display: none;
  }
  .status mark {
    left: 16px;
  }
}

@media (max-width: 992px) {
  .card-footer .label-adherido-da-mobile .bordered {
    margin-top: 16px;
  }
}

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

.collapse-header .mat-button {
  line-height: 0;
}

.detail-header {
  padding-top: 12px;
  padding-bottom: 4px;
}

.detail-header-row {
  padding-top: 4px;
  padding-bottom: 4px;
}
.detail-header-row label {
  margin-bottom: 0;
}
.detail-header-row label,
.detail-header-row h4 {
  display: inline-block;
}

.align {
  display: inline-box;
}

.no-padding {
  padding: 0;
}

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

.align-center {
  text-align: center;
}
@media (max-width: 768px) and (min-width: 501px) {
  .align-center-tablet {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .align-center-mobile {
    text-align: center;
  }
  .align-right-mobile {
    text-align: right;
  }
  .no-padding-mobile {
    padding: 0;
  }
}

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

.align-bottom {
  vertical-align: bottom !important;
}

hr {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.mat-radio-container,
.mat-radio-outer-circle,
.mat-radio-inner-circle {
  height: 16px !important;
  width: 16px !important;
}
@media (max-width: 580px) {
  .mat-radio-container,
  .mat-radio-outer-circle,
  .mat-radio-inner-circle {
    height: 14px !important;
    width: 14px !important;
  }
}

.check_success.mat-checkbox-checked .mat-checkbox-inner-container {
  height: 42px !important;
  width: 42px !important;
}
.mat-checkbox .mat-checkbox-inner-container {
  height: 18px !important;
  width: 18px !important;
}
.mat-checkbox label {
  margin-bottom: 0;
}
.mat-radio-label {
  color: #4a4a4a;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--accent-color);
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: var(--accent-color);
}
.mat-checkbox-checked.mat-checkbox-disabled .mat-checkbox-background,
tr.disabled .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #d5d5d5;
}
.check_success.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--success);
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--accent-color);
}
.ngx-datatable .mat-checkbox {
  margin-left: 20px;
}

.mat-checkbox-frame,
.mat-checkbox-background {
  border-radius: 50% !important;
}

.mat-progress-bar-fill:after {
  background-color: #4a4a4a;
}
.mat-progress-bar-buffer {
  background-color: #c5cae9;
}

@media (max-width: 992px) {
  .detalle-consumo {
    margin-top: 16px;
  }
}
.mat-form-field {
  line-height: unset !important;
}
.mat-form-field.mat-primary {
  display: block;
}

.detalle-consumo-container {
  padding-top: 8px;
}
.consumo-header h3,
.consumo-header .mat-form-field {
  display: inline-block;
}
.consumo-header .mat-form-field:not(.table-select) {
  padding-bottom: 0;
  padding-top: 0;
  width: unset !important;
  float: left;
}
.consumo-header .mat-form-field:not(.table-select) .mat-form-field-infix {
  padding: 0;
}
.consumo-header .mat-form-field:not(.table-select) .mat-form-field-underline {
  display: none;
}
.period-detail,
.canvas-wrapper {
  margin-top: 16px;
}
.period-detail .period-dates .start-date,
.period-detail .period-dates .end-date {
  display: inline-block;
}
.period-detail .period-dates .start-date label,
.period-detail .period-dates .end-date label {
  display: block;
  text-align: center;
}
.start-date,
.end-date {
  width: 50%;
}
.period-data-list {
  padding-top: 16px;
  padding-bottom: 12px;
}
.period-data-list hr {
  border: 1px solid #ddd;
  margin-left: 12px;
  margin-right: 12px;
}
.period-data-row {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}
.period-data-row span {
  font-size: 12px;
}
.period-data-row div:first-child {
  text-align: left;
}
.period-data-row div:nth-child(2) {
  text-align: right;
}
.period-dates {
  text-align: center;
  display: table;
  width: 100%;
}
.period-dates label {
  color: #000;
}

.period-dates .bordered {
  padding: 4px 35px 4px 35px;
}
@media (min-width: 581px) {
  .period-dates .bordered {
    padding: 4px 85px 4px 85px;
  }
}
@media (min-width: 992px) {
  .period-dates .bordered {
    padding: 4px 35px 4px 35px;
  }
}
@media (min-width: 1280px) {
  .period-dates .bordered {
    padding: 4px 50px 4px 50px;
  }
}

.canvas-wrapper {
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
}

.mat-input-underline.mat-disabled,
[aria-disabled="true"] .mat-select-underline {
  background-image: none !important;
}
.mat-input-container {
  font-size: 16px;
}
@media (max-width: 580px) {
  .mat-input-container,
  .mat-select-trigger {
    font-size: 12px;
  }
  .mat-select-placeholder {
    margin-top: unset !important;
  }
  .mat-select-trigger {
    height: 21px !important;
  }
}
.mat-select-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -13px;
}
.mat-input-placeholder-wrapper {
  top: -1em;
}
.mat-input-underline {
  bottom: 0;
}
.mat-input-subscript-wrapper {
  top: unset;
}
.consumo-header .mat-select-value-text {
  margin-top: unset;
}
.login-container .mat-select,
.signup-container .mat-select {
  padding-bottom: unset;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.canvas-wrapper canvas {
  min-height: 200px;
  max-height: 200px;
}

mat-sidenav-container {
  padding-top: 56px;
}

.google-map-container {
  margin: 0 !important;
  /* padding: 12px 0; */
}

.map-container {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 6px #0000001c;
}

/* SIDENAV */

.menu-sidenav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.menu-sidenav {
  position: fixed;
  padding: 8px;
  padding-top: 68px;
  width: 260px;
  bottom: 0;
  overflow: auto;
  height: 100%;
}

.menu-sidenav,
.menu-sidenav.mat-sidenav-opened {
  background-color: var(--sidenav-color);
  box-shadow: none;
}

.menu-sidenav li {
  margin: 0;
  padding: 0;
}

.menu-sidenav li a {
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0 16px;
  padding-right: 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: pointer;
  border-radius: 4px;
}

.menu-sidenav li.subitem {
  /* background-color: rgba(0, 0, 0, 0.2); */
}

.menu-sidenav li.subitem a {
  padding-left: 24px;
}

@media (max-width: 768px) {
  .menu-sidenav li > a {
    padding-left: 20px;
  }
}

@media (max-width: 580px) {
  .menu-sidenav li > a {
    padding-left: 20px;
  }
}

.menu-sidenav li a.active {
  color: rgba(255, 255, 255, 1) !important;
}
.menu-sidenav li a.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-sidenav li.subitem a.active {
  background-color: transparent;
}

.menu-sidenav li a:hover {
  /* -webkit-box-shadow: 0 0 6px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.1); */
  background-color: rgba(255, 255, 255, 0.05);
}
.menu-sidenav li a mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-right: 20px;
  vertical-align: sub;
}

.menu-sidenav a .expand-arrow {
  float: right;
}

.menu-sidenav a .expand-arrow mat-icon {
  margin-right: 0;
}

/* END SIDENAV */

/* body,
.docs-component-sidenav-content {
  background-color: #f6f6f6;
  height: 100%;
  display: inline;
} */

.app-navbar {
  color: hsla(0, 0%, 100%, 0.87);
  z-index: 10;
  overflow: hidden;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  box-shadow: 0px 0px 6px rgb(0 0 0 / 40%);
  display: flex;
  background: white;
}
.app-navbar .docs-navbar {
  max-height: 58px;
  padding: 8px 5vw;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.menu-top-toolbar {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.menu-top-toolbar button {
  background-color: transparent !important;
}

.menu-top-toolbar button:active {
  color: var(--accent-color) !important;
}

/* .menu-top-toolbar mat-icon {
  margin-right: 8px;
} */

menu-top-toolbar {
  width: 100%;
}

.mat-sidenav-container {
  height: 100%;
  position: inherit !important;
  transform: none !important;
  min-width: 324px;
  background-color: transparent;
}
.mat-sidenav {
  position: fixed !important;
}
.mat-drawer-backdrop {
  position: fixed !important;
}

.docs-navbar a {
  margin: 0;
  width: 280px;
  min-width: 280px;
}

.docs-navbar a > img.logo {
  height: 40px;
}

.docs-navbar .pull-right {
  padding: 0 !important;
  width: 280px;
  min-width: 280px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.docs-navbar .pull-right button {
  margin: 0;
}

#notifications {
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100% !important;
  margin-right: 8px;
  border: 1px solid var(--secondary-200);
}

#notifications:hover, #notifications:focus {
  background-color: var(--secondary-50) !important;
}

#notifications:active {
  background-color: var(--secondary-100) !important;
}

.notifications-button .mat-icon {
  font-size: 20px !important;
  width: unset !important;
  height: unset !important;
}

.docs-navbar .menu-btn {
  margin-right: 16px;
  transition: all 0.2s;
}

.docs-navbar .menu-btn:hover {
  background: white;
}

@media (max-width: 768px) {
  .docs-navbar .menu-btn {
    margin: 0 8px;
  }
}

@media (max-width: 580px) {
  .docs-navbar .menu-btn {
    margin: 0 8px;
  }
}

.docs-navbar .primary-button {
  background-color: #4a4a4a;
  color: #fff;
  margin: 0 32px;
}
.docs-navbar a.padded {
  padding-left: 32px;
}
.payment-form .btn-tarjetas {
  margin-top: 16px;
}
.btn-tarjetas > a.btn {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
}
.btn-tarjetas > a.btn:hover {
  border: 1px solid #5f366e;
}
.btn-tarjetas > a.btn.active {
  border: 1px solid #5f366e;
  border-radius: 4px;
}

.flex {
  display: flex;
}
.notification-alert {
  padding: 16px 0;
  background-color: var(--error);
}
.notification-alert,
.notification-alert label,
.notification-alert a {
  color: #fff;
}
.notification-alert .row.flex div:first-child {
  flex: 1;
}
.notification-alert .row.flex div:nth-child(2) {
  flex: 0.1;
}
.notification-alert .close-alert .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  vertical-align: text-bottom !important;
}
.notification-alert .more-details.mat-button {
  line-height: 24px;
  padding: 0 24px;
  position: absolute;
  bottom: 0;
  right: 16px;
}
.notification-alert .close-alert.mat-button {
  display: block;
  float: right;
  line-height: 24px;
  padding: 0;
  min-width: unset;
}
.notification-alert .mat-button.more-details {
  background-color: #4a4a4a;
}
.notification-alert .alert-text {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
.notification-alert .alert-icon {
  min-height: 90px;
  min-width: 160px;

  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.notification-alert .alert-text h2 {
  margin: 0 0 8px 0;
}
.notification-alert .alert-text p {
  min-height: 42px;
}
.notification-alert .alert-icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 80px;
}
@media (max-width: 580px) {
  .notification-alert .alert-icon {
    display: none;
  }
  .notification-alert .alert-text {
    width: auto;
  }
  .notification-alert .mat-button.more-details {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .notification-alert .alert-icon {
    min-height: 90px;
    min-width: 120px;
  }
  .notification-alert .alert-icon img {
    max-height: 70px;
  }
}

.mat-input-underline .mat-input-ripple {
  height: 1px;
}

.mat-card label.info {
  padding: 8px 0;
}

.mat-select-trigger {
  height: 8px !important;
}

.profile-dropdown img {
  height: 24px;
  border-radius: 50%;
  border: solid 1px #979797;
}
.profile-dropdown .name-arrow-icon .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  padding-top: 1px;
  vertical-align: sub;
}
@media (max-width: 580px) {
  .profile-dropdown .mat-button-wrapper span {
    display: none;
  }
}

div.captcha {
  background-color: #eaeaea;
  line-height: 36px;
  text-align: center;
}

agm-map {
  height: 300px;
}

@media (max-width: 768px) {
  div.page-footer
    > div.third
    > div.container
    > div.row
    > div
    > div.container
    > div.row
    > div.col-xs-12
    > div.row:last-of-type
    > div.align-center-mobile
    > p {
    text-align: center;
    padding-top: 16px;
  }
}

.center-info {
  text-align: center;
  width: 250px;
  margin: 0 auto;
}
.center-info h4 {
  text-align: center;
}

/* footer .mat-raised-button {
  margin: 0 0 0 8px;
} */

.online-payment-method-wrapper {
  text-align: -webkit-center;
  margin-top: 12px;
}
.online-payment-method-container {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .online-payment-method-brand {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .online-payment-method-brand {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .online-payment-method-brand {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .online-payment-method-brand {
    width: 110px;
  }
}

.action-group {
  text-align: right;
  margin-top: 16px;
}
.action-group .mat-button {
  border: thin solid rgba(1, 1, 1, 0.2);
  box-shadow: none !important;
}
.action-group .mat-button:hover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.card-button-header {
  border-bottom: solid 1px rgba(216, 216, 216, 0.3);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.services-card .card-button-header {
  border-bottom: none;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.mat-expansion-panel-header .mat-icon {
  font-size: 14px;
  vertical-align: text-top !important;
}
.card-button-header .mat-button .mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.card-button-header .mat-button .mat-icon {
  vertical-align: sub !important;
}

.card-button-header .mat-button {
  padding: 0;
  min-width: unset;
  line-height: 0;
  color: #757575;
}
.card-button-header .mat-button.menu-button {
  margin-right: 16px;
}

/* DASHBOARD CARDS */

.dashboard-summary-card,
.dashboard-search-card {
  min-height: 138px;
}
.dashboard-summary-card h1,
.dashboard-search-card h1,
.dashboard-summary-card a,
.dashboard-search-card a,
.dashboard-summary-card span {
  color: #ffffff;
}
.dashboard-summary-card {
  background-color: #5a25c1;
}
.dashboard-search-card {
  background-color: #757575;
}
.dashboard-search-card .mat-form-field {
  background-color: #ffffff;
  border-radius: 4px;
  border: thin solid #eaeaea;
  margin: 4px 0 8px 0;
}
.dashboard-search-card .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.dashboard-search-card
  .mat-form-field
  .mat-form-field-wrapper
  .mat-form-field-flex {
  align-items: center;
}
.dashboard-search-card .mat-form-field .mat-icon {
  color: #a5a5a5;
}
.dashboard-search-card .mat-form-field .mat-form-field-infix {
  border-top: none;
  padding: 8px 0;
}
.dashboard-search-card .mat-form-field .mat-form-field-underline {
  display: none;
}
.dashboard-summary-card .counter {
  font-size: 38px;
  font-weight: 500;
}
.dashboard-summary-card .description {
  padding: 6px 0;
}
.dashboard-summary-card .bottom {
  text-align: center;
}
.dashboard-summary-card .bottom span {
  color: #f5a623;
  font-size: 14px;
  font-weight: 500;
}

.assigned-tasks .empty-results {
  text-align: center;
}
.assigned-tasks .empty-results a {
  font-weight: 500;
  color: #5a25c1;
}

.client-card > div > div:nth-child(2) {
  margin: 12px 0;
}

.client-card span.confirmed {
  color: #7ed321;
}
.client-card span.not-confirmed {
  color: #ef4136;
}

.client-card #email,
.client-card #name {
  font-size: 20px;
}

span.overdue {
  color: #ef4136;
}

.service-card {
  margin-top: 0;
}

.service-detail {
  margin-bottom: 16px;
}

/* END DASHBOARD CARDS */

/* TABLAS */

datatable-header-cell.datatable-header-cell.sortable.resizeable.ng-star-inserted {
  display: flex;
  align-items: center;
  background-color: var(--secondary-25);
}

.datatable-body-cell .ng-star-inserted > .material-icons {
  vertical-align: middle;
}

.datatable-body-cell-label a:hover {
  color: #4a4a4a;
}

.datatable-body-cell-label {
  height: 100%;
  display: flex;
  /* align-items: center; */
  white-space: nowrap;
}

.datatable-body-cell-label .field-container {
  margin: 8px 0;
  width: 100%;
  padding-left: 0;
}

.ngx-datatable.material {
  background: #fff;
  /* border-radius: 6px; */
  /* -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); */
}

.service-detail .ngx-datatable.material,
.delegate-card .ngx-datatable.material {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 16px;
}

.services-card .ngx-datatable.material,
.billing-card .ngx-datatable.material {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid var(--secondary-100);
  height: auto !important;
}

.ngx-datatable.material .datatable-header .datatable-header-cell {
  padding: 1rem 2rem;
  font-weight: 400 !important;
  color: var(--secondary-500);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

.ngx-datatable.material
  .datatable-body
  .datatable-body-row
  .datatable-body-cell {
  text-align: left;
  padding: 0.5rem 2rem;
  font-weight: 400;
  color: var(--secondary-700) !important;
}

.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection)
  .datatable-body-row:hover
  .datatable-row-group {
  background-color: #fffef3;
}

.ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
  /* min-height: 48px !important; */
  border-bottom: 1px solid var(--secondary-100) !important;
}

.ngx-datatable .datatable-body .datatable-row-detail {
  height: auto !important;
}

.empty-row {
  height: 100px;
  text-align: left;
  padding: 0.5rem 2rem;
  vertical-align: top;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 300;
}
.sub-table {
  background-color: #f4f4f4;
  padding: 4px 24px;
}
.sub-table
  datatable-header-cell.datatable-header-cell.sortable.resizeable.ng-star-inserted {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}

.datatable-body-cell-label a {
  margin-right: 12px;
  color: #4a4a4a;
}

.ngx-datatable.material .datatable-footer {
  border-top: 1px solid #eee;
  font-size: 12px;
  font-weight: 400;
  color: currentColor;
  margin-top: -5px;
}

.ngx-datatable .datatable-footer .datatable-footer-inner {
  /* height: 100px !important; */
}

.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.datatable-pager {
  margin: 0 24px !important;
}

.pager li > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 6px 0 !important;
  background-color: transparent;
  border: none;
  border-radius: 100% !important;
  font-size: 14px;
  height: 30px !important;
  width: 30px !important;
}

.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  cursor: default !important;
  border: none !important;
}

.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: transparent;
  color: var(--accent-color) !important;
  border: 1px solid #4a4a4a;
  font-weight: normal;
  cursor: default;
}

.ngx-datatable.material .datatable-footer .datatable-pager a {
  color: #4a4a4a !important;
}

.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: #4a4a4a !important;
  opacity: 0.25;
}

.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  /* color: var(--second-color) !important;
  border: 1px solid var(--second-color); */
  background-color: #4a4a4a;
}

.ngx-datatable .datatable-body-cell {
  overflow: hidden;
}

.datatable-icon-right,
.datatable-icon-left,
.datatable-icon-skip,
.datatable-icon-prev {
  font-size: 22px !important;
  padding: 0 !important;
  padding-top: 2px !important;
}

.mat-drawer.mat-drawer-side {
  z-index: 0 !important;
}

.mat-drawer-container {
  color: var(--secondary-800) !important;
}


.ngx-datatable
  .mat-radio-button.mat-radio-checked.active
  .mat-radio-outer-circle {
  border-color: #7ed321;
}
.ngx-datatable
  .mat-radio-button.mat-radio-checked.active
  .mat-radio-inner-circle {
  background-color: #7ed321;
}

.ngx-datatable
  .mat-radio-button.mat-radio-checked.suspended
  .mat-radio-outer-circle {
  border-color: #ef4136;
}
.ngx-datatable
  .mat-radio-button.mat-radio-checked.suspended
  .mat-radio-inner-circle {
  background-color: #ef4136;
}

.table .mat-button:hover {
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2),
    0 3px 4px 1px rgba(0, 0, 0, 0.14), 0 3px 4px -2px rgba(0, 0, 0, 0.12);
}

.table {
  margin-bottom: 0;
  margin-top: 16px;
}

.custom-table > .header,
.table > thead > tr > th,
table > thead > tr > th {
  color: #989898;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle !important;
  border-bottom: none;
}
*[class*="-list-desktop"] > thead > tr > th {
  font-weight: 300;
}

.services-table-mobile > .row {
  border: none;
}
.services-table-mobile .mat-radio-button {
  padding: 4px 8px;
}
.services-table-mobile:last-of-type {
  margin-bottom: 12px;
}
@media (min-width: 581px) {
  .services-table-mobile {
    display: none;
  }
}
@media (max-width: 580px) {
  .services-table-desktop {
    display: none;
  }
}

/*  new styles -------------- */

/* -------------------------- */

/* TITULO SEPARADOR */

.line-on-sides {
  overflow: hidden;
  text-align: center;
  margin: 24px 0;
  opacity: 0.7;
  text-transform: uppercase;
  color: var(--accent-color);
}

.line-on-sides:before,
.line-on-sides:after {
  background-color: var(--accent-color);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  opacity: 0.3;
}

.line-on-sides:before {
  right: 0.5em;
  margin-left: -50%;
}

.line-on-sides:after {
  left: 0.5em;
  margin-right: -50%;
}

/* --------------------- */

.searchbox {
  display: flex;
  align-items: center;
  outline: none;
}

.searchbox i {
  margin-right: 8px;
}

.search {
  width: 100%;
  border: 0;
  font-size: 16px !important;
}

.searchbox .flex-content {
  -ms-align-items: center;
  align-items: center;
}

.searchbox .flex-content span {
  padding: 0 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
}

app-location-button {
  white-space: nowrap;
  margin-right: 12px;
}

a#location-btn {
  font-weight: 400;
  font-size: 12px;
}

.menu-input-group {
  margin: 12px 12px 0;
}

/* panel dropdown */

.mat-select-panel {
  /* border: 1px solid var(--accent-color); */
  background: #fff;
  /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important; */
  box-shadow: 0 14px 28px rgba(0,0,0,0.20), 0 10px 10px rgba(0,0,0,0.12);
}

/* .mat-select-panel:not([class*="mat-elevation-z"]) {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
} */

.mat-option {
  font-family: inherit !important;
}

.mat-option-text {
  /* color: var(--second-color); */
  font-weight: 400;
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.06);
}

.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: var(--accent-color);
}


/* CALENDARIO */
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
  color: var(--second-color);
  font-size: 18px;
}

.mat-calendar-controls {
  display: flex;
  margin: 0 !important;
  margin-bottom: 8px !important;
}

.mat-calendar-arrow {
  margin: 0 0 0 12px;
  padding-bottom: 2px;
  border-top-color: var(--second-color);
}

.mat-calendar {
  display: unset !important;
  font-family: inherit;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 4px;
}

.mat-calendar-header {
  padding: 0px 8px 0 8px;
  width: 300px;
}

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-weight: 600;
}

/* ------- */

.collectingEntity-form {
  min-width: auto;
  max-width: 100% !important;
  /* width: auto !important; */
  margin-left: 0 !important;
}

/* SECCION NOTIFICACIONES */

.header-details-notification {
  background: #f2f2f2;
  text-align: center;
  padding: 12px 8px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 400;
  border-radius: 2px;
}

.label-alt {
  font-weight: 300;
  font-size: 12px;
  opacity: 0.7;
}

.label-res-alt {
  font-size: 16px;
  margin-bottom: 12px;
}

.collectingEntity-title {
  text-align: center;
  padding: 12px;
  background: #fafafa;
  font-size: 16px;
  font-weight: 300;
}

.mat-tab-group .ngx-datatable.material {
  box-shadow: none !important;
}

.contact-right .mat-tab-header {
  border-radius: 0 6px 0 0 !important;
}

.tabs-alone .mat-tab-header {
  border-radius: 6px 6px 0 0 !important;
}

/* -------------- */

.flex-content {
  display: flex;
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-wrap-content {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.flex-space-between-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.flex-space-between {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* POWERED BY */

.poweredby {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 240px;
  padding: 8px;
  background-color: #334148;
  border-top: 1px solid #3f5058;
}

.poweredby img {
  height: 14px;
  opacity: 0.3;
}

img.messenger-logo {
  width: 100% !important;
  height: 13px;
  opacity: 0.3;
}

.cashcontrol-title {
  opacity: 0.5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  font-style: normal;
}

/* --------------- */

.tit-add_new {
  display: flex;
}

.container-add_new-btn {
  width: 100%;
  text-align: right;
  padding-right: 16px;
  margin-top: -10px;
}

.add_new-btn-custom {
  background: var(--accent-color);
  color: #fff !important;
  padding: 4px !important;
  line-height: 0 !important;
  top: -68px;
  margin-right: 5px !important;
  width: 20px;
}

.cdk-overlay-pane {
  min-width: min-content;
  height: fit-content !important;
  width: min-content;
}

.mat-dialog-container {
  border-radius: 16px !important;
  color: var(--second-color) !important;
}

mat-dialog-container .box-footer {
  margin-top: 0;
  padding: 0;
}

.color-error {
  color: var(--error);
  position: absolute;
  margin-top: -12px;
}

/* MAT DIALOG */

.mat-dialog-content {
  margin: 0 !important;
  padding: 0 !important;
  /* max-height: 100% !important; */
}

.mat-dialog-actions {
  padding: 24px 0 12px 0 !important;
  margin-bottom: 0 !important;
  float: right;
}

/* ---------------- */

/* EDITOR ACE */

.ace_editor {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

/* .ace_gutter {
  padding: 8px 8px 8px 0;
} */

.ace_scroller {
  background: #fafafa !important;
}

/* ---------------- */

.identification {
  width: 118px;
  height: 38px;
  font-family: OpenSans;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f55e07;
}
.rendition {
  width: 102px;
  height: 30px;
  font-family: OpenSans;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.card-box-container {
  width: 619px;
  height: 417px;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.amount-payment-name-date {
  width: 355px;
  height: 45px;
}

.lebel-item-view {
  width: 128px;
  height: 17px;
  font-family: OpenSans;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.card-box {
  /* width: 387px; */
  height: 192px;
  border-radius: 6px;
  background-color: #f6f6f6;
}

.item-amount {
  width: 73px;
  height: 24px;
  /* font-family: OpenSans !important; */
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f55e07;
}

.item-date {
  width: 47px;
  height: 24px;
  font-family: OpenSans;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #f55e07;
}

.block-item {
  width: 130px;
  height: 40px;
}

.item-title {
  width: 52px;
  height: 17px;
  font-family: OpenSans;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.item-text {
  width: 47px;
  height: 19px;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--brownish-grey);
}

.title-redition-amount {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.block-item-rendition {
  padding-right: 7% !important;
}

.item-rendition-detail {
  margin-top: 10px;
}

.chart-rendition {
  margin-top: 38px !important;
}

.title-rendition-detail {
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
}

.line {
  width: 94%;
  margin-left: 2.9%;
  height: 1px;
  border: solid 1px #b9b9b9;
}

.advanced-search-button {
  width: 140px;
  height: 26px;
  font-size: 9px;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #666666;
  color: #ffffff;
  font-weight: 400;
  outline: none;
  border-radius: 0 0 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding-top: 3px;
}

.advanced-search-button i {
  margin-right: 4px;
  margin-left: -6px;
}

.search-advanced {
  float: right;
  margin: -4.7% 6.8% 0 0;
}

.content-detail-rendition {
  background-color: #f6f6f6;
  margin-top: 10% !important;
}

.table-rendition-items {
  margin-top: 5% !important;
}

.module-bg {
  width: 96%;
  height: 150px;
  margin-left: -2% !important;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--second-color);
}

.module-bar-bg {
  width: 80%;
  height: 10px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #36b9f6, #07f5bf);
}

.claim-title-bar {
  width: 50%;
  margin-top: 2%;
  margin-left: 2%;
  height: 30px;
  font-family: OpenSans;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.basic-container {
  padding: 30px;
}

.version-info {
  font-size: 8pt;
  float: right;
}

.mat-slider.mat-slider-horizontal .mat-slider-wrapper {
  top: 18px;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-wrapper {
  height: 12px;
  border-radius: 10px;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-background,
.mat-slider.mat-slider-horizontal .mat-slider-track-fill {
  height: 100%;
}
.mat-slider.mat-slider-horizontal .mat-slider-track-fill {
  background-image: linear-gradient(to right, #36b9f6, #07f5bf);
}
.mat-accent .mat-slider-thumb {
  width: 46px;
  height: 24px;
  border-radius: 13px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;

  bottom: -20px;
  right: -20px;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  background-color: white;
}

.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label,
.mat-accent .mat-slider-track-fill {
  background-color: #546e7a;
  color: black;
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: #eee;
  margin: 3px;
}

.content-number-claims {
  width: 93%;
  height: 40px;
  margin-top: 3%;
  margin-left: 36%;
  font-family: OpenSans !important;
  font-size: 37px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.76;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}
.content-claim-title {
  width: 52px;
  height: 16px;
  font-family: OpenSans !important;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
}

.content-claim-result {
  width: 58px;
  height: 16px;
  font-family: OpenSans !important;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
}

.export-box {
  width: 52px;
  height: 35px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.card-claim-button {
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  min-width: unset !important;
  white-space: normal !important;
  line-height: normal !important;
  padding: 8px 16px !important;
}

.line-vertical {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  border-left: 1px dotted #00000030 !important;
}

.table-line-dotted {
  border: 1px dotted #00000030 !important;
}

.shape {
  width: 12px;
  height: 7.4px;
  opacity: 0.7;
  background-color: #666666;
}
.expandgrey {
  width: 24px;
  height: 24px;
}

.card-component {
  margin-top: 25px;
  margin-left: -5%;
  width: 102%;
}

.table-column-detail {
  background: #e6e6e6 !important;
  vertical-align: middle !important;
  padding-left: 8px !important;
  padding-right: unset !important;
  font-weight: 600;
}

.container-checkbox {
  padding-right: unset;
}

.content-filter-advanced {
  margin-bottom: 56px !important;
}

.main-filter-container .mat-checkbox {
  margin-top: 20px;
}

.card-icon-expanded {
  font-size: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.card-expanded {
  background-color: #f6f6f6;
  border-radius: 6px 6px 0 0;
}

.card-checkbox-button {
  margin: 8px 0 8px 0 !important;
}

.round {
  position: relative;
}

.round label {
  background-color: #ffffff;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  margin-left: 5px;
}

.round label:after {
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  content: "";
  height: 7px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 13px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: var(--accent-color);
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.card-selected {
  background-color: var(--hovertabla-color) !important;
  box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, 0.15),
    inset 0 0 0 2px var(--accent-color) !important;
}

.card-expanded-selected {
  background: rgba(0, 0, 0, 0.04) !important;
}

.card-expanded-selected-table {
  background: rgba(0, 0, 0, 0.07) !important;
}

.rendition-chart {
  margin: 16px 0 0 0 !important;
}

.rectangle-amount {
  border-radius: 2px;
  background-color: #f6f6f6;
  margin-left: -15px;
  padding: 8px 0 8px 0;
}

.title-payment-detail {
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
}

.item-payment-detail {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}

.card-elements-position {
  width: 100%;
  /* padding-top: 10px; */
}
.card-elements-position .edit-screen {
  margin-left: 0;
}

.card-elements-position-fixed {
  float: right;
  width: 48px;
  margin-left: 8px;
}

.card-show-generate-claim {
  width: 166px !important;
}

.article-card {
  margin-top: 32px;
}

.card-amount-equals {
  color: #77c209 !important;
}

.card-amount-distinct {
  color: #f50707 !important;
}

.claim-content-action {
  display: flex;
  margin-right: 16px;
}

.claim-action {
  display: flex;
  text-align: right;
}

.claim-export-button {
  background: #ffffff !important;
  color: #666 !important;
}

.mat-paginator {
  background: none !important;
}

.mat-paginator-range-label {
  margin: 0 48px 0 48px !important;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: inherit !important;
  font-size: 12px !important;
}

.mat-paginator-page-size-label {
  font-size: 14px;
}

.card-hidden {
  background-color: inherit;
  box-shadow: unset !important;
}

.mat-snack-bar-container {
  border-radius: 8px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #2f2f2f;
  height: 56px;
  margin-bottom: 8px !important;
}

.card-checkbox-disabled {
  border: 1px solid #9292926e !important;
}

.card-payment-reverse {
  border-radius: 3px;
  background-color: #f50707;
  margin: -12px 8px -12px -12px;
  width: 4px;
}

.payment-reverse-status {
  color: #f50707 !important;
  font-weight: normal !important;
}

.conciliation-amount-distinct {
  border-radius: 3px;
  background-color: #ffeded;
  width: 100% !important;
  padding: 4px 8px 4px 0;
  margin-left: 8px;
}

.fit-content {
  max-width: fit-content;
}

.button-processedFile-reprocess {
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
  text-transform: inherit !important;
  margin-left: 8px !important;
  /* font-weight: bold; */
  min-width: 88px !important;
  height: 24px;
  line-height: 22px !important;
}

.import-file-spinner {
  zoom: 0.2 !important;
  margin-left: 56px !important;
}

/* RESPONSIVE */

@media (max-width: 1700px) {
  .payment-reference {
    font-size: 13.7px !important;
  }
}

@media (max-width: 1350px) {
  .payment-reference {
    font-size: 12.7px !important;
  }
}

@media (max-width: 1200px) {
  .content,
  .content-notopmenu {
    padding: 40px 4% 100px 4% !important;
  }
}

@media (max-width: 900px) {
  .notifications-sidenav {
    width: 100%;
  }

  .mat-toolbar-row,
  .mat-toolbar-single-row {
    padding: 0 8px 0 0px !important;
  }

  img.topbar-logo {
    display: none;
  }

  .content,
  .content-notopmenu {
    padding: 40px 5% 100px 5% !important;
  }

  .indicator-card {
    margin-bottom: 8px;
  }

  .mat-progress-bar {
    /* margin-top: -40px; */
  }
}

@media (max-width: 550px) {
  h4 {
    padding-left: 8px;
  }

  .chart-comment {
    margin-left: 8px;
  }

  .searchbox {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .searchbox .flex-content {
    justify-content: center;
    margin-bottom: 12px;
  }
}

.error {
  color: #f44336 !important;
}

/* END RESPONSIVE   */

/* LOADING */

.loading {
  position: fixed;
  z-index: 2500;
  height: 2em;
  width: 2em;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 60px;
  height: 60px;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border: solid 5px var(--accent-color);
  border-radius: 50%;
  border-color: transparent var(--accent-color) var(--accent-color)
    var(--accent-color);
}

.processing {
  width: 386px;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  color: var(--accent-color);
  position: absolute;
  top: 96px;
  left: -140px;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* END LOADING */

/* no results */

.noresults {
  text-align: center;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  color: var(--accent-color);
}

.noresults2 {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 100px 0;
  opacity: 0.7;
}

.noresults2 img {
  width: 110px;
  height: 110px;
  margin-bottom: 12px;
}

.nores_1line {
  font-size: 30px;
  font-weight: 600;
  display: none;
}

.nores_2line {
  font-size: 22px;
}

.nores_3line {
  font-size: 16px;
  font-weight: 300;
}

/* ------------- */


/* MAT BUTTONS */

/* .mat-raised-button mat-icon {
  margin: 8px !important;
} */

.mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}

/* PRIMARY */
.mat-raised-button.mat-primary {
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  background: var(--accent-color);
  color: #fff !important;
  transition: all .2s ease-in-out !important;
  border: none;
  cursor: pointer;
  height: 40px;
  min-width: 40px;
}

.mat-raised-button.mat-primary:hover, .mat-raised-button.mat-primary:focus {
  background-color: var(--primary-400);
}

.mat-raised-button.mat-primary:active {
  background-color: var(--primary-300);
}

.mat-raised-button.mat-primary i {
  margin-left: 8px;
}

/* SECONDARY */

.mat-raised-button.mat-secondary {
  border: 1px solid var(--secondary-200);
  background: var(--secondary-25);
}

.mat-raised-button.mat-secondary:hover, .mat-raised-button.mat-secondary:focus {
  background-color: white !important;
}

.mat-raised-button.mat-secondary:active {
  background-color: var(--secondary-50) !important;
}

/* TERTIARY */

.mat-raised-button.mat-tertiary {
  background: var(--fourth-color) !important;
  color: #fff !important;
  border-color: var(--fourth-color) !important;
}

/* BOTONES CARDS */

.metadata-button {
  width: 40px !important;
  height: 40px !important;
  min-width: auto !important;
  line-height: 0 !important;
  border-radius: 100% !important;
  padding: 0 !important;
  transition: all ease 0.2s;
  color: var(--secondary-700);
  background-color: rgba(255, 255, 255, 30%);
}

.metadata-button:hover {
  background: white;
}


/* END MAT BUTTONS */

.content,
.content-notopmenu {
  padding: 40px 5% !important;
}

.box-footer {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  margin-top: 24px;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.property-label-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-400);
  margin-left: 16px;
  margin-bottom: 4px;
  margin-right: 16px;
}

.property-item-text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 16px;
}

.main-property-label-title {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--secondary-400);
  margin-left: 16px;
  margin-bottom: 4px;
  display: none;
}

.main-property-item-text {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-500);
  background: #DDF1F5;
  padding: 12px 18px;
  border-radius: 8px;
  margin-bottom: -16px;
}

.indicator-card {
  border-radius: 2px;
  margin: 0 -8px;
  width: 100% !important;
}

.indicator-card .mat-card-title {
  font-size: 12px !important;
  font-weight: 400;
  color: var(--accent-color);
  text-transform: uppercase;
}

.indicator-card .mat-card-subtitle {
  white-space: normal;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 8px;
  margin-top: 0 !important;
  color: var(--second-color) !important;
}

.indicator-card-total {
  font-size: 40px;
}


.box {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, 0.15);
  padding: 16px;
}

.nopadding {
  padding: 0 !important;
}

.noSideMargins {
  margin: 0 -15px;
}

/* --------------- */

/* ALERTAS */

.alert {
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-success {
  color: #388e3c !important;
  background-color: #f9fbe7 !important;
  border-color: #c5e1a5 !important;
}

.alert-warning {
  color: #f57f17 !important;
  background-color: #fffde7 !important;
  border-color: #ffee58 !important;
}

/* --------------- */

/* CHARTS */

.chart-details {
  background: #eee;
  color: #484848;
  padding: 16px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 42px;
  margin-top: -8px;
  border-top: none;
}

.chart-details-title {
  margin-bottom: 4px;
  font-size: 18px;
}

.chart-details-title a {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #484848;
}

.chart-comment {
  font-weight: 300;
  /* font-style: italic; */
  font-size: 14px;
  margin-bottom: 26px;
  margin-left: 32px;
  margin-top: -28px;
}

.chart-legend {
  display: block !important;
}
.chart-legend .legend-labels {
  width: unset !important;
  background: none !important;
}
.chart-legend .legend-label {
  display: inline-block !important;
}

.nochartdata {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 32px;
  font-size: 16px;
  font-weight: 300;
  color: #888888;
}

.mat-card-content {
  display: inline-flex !important;
  align-items: center;
  width: 100%;
  padding-top: 16px;
}

.mat-card {
  padding: 16px !important;
  color: var(--second-color) !important;
  border-radius: 16px !important;
  background: var(--card-background);
  transition: none !important;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.mat-card .mat-card {
  padding: 0px !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}

.add_new-btn {
  background: var(--accent-color);
  color: #fff !important;
  padding: 4px !important;
  line-height: 0 !important;
  top: 9px;
  margin-right: 5px !important;
  width: 20px;
}

.add_new-btn-custom {
  background: var(--accent-color);
  color: #fff !important;
  padding: 4px !important;
  line-height: 0 !important;
  top: -68px;
  margin-right: 5px !important;
  width: 20px;
}

.tit-add_new {
  margin-top: 10px;
}


.customer-button {
  margin: 16px 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}

/* CONTACT USER */

.contact-left {
  text-align: center;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-left i {
  font-size: 120px;
  opacity: 0.4;
  width: 100%;
  margin-bottom: 12px;
}

.contact-name {
  font-size: 24px;
  font-weight: 500;
  /* white-space: nowrap; */
}

.contact-account {
  font-size: 18px;
  font-weight: 300;
  margin-top: 8px;
  white-space: nowrap;
}

.contact-right {
  background: #fafafa;
  padding: 0;
  border-left: 1px solid #eee;
  border-radius: 0 6px 6px 0;
  width: 100%;
}

.contact-entity {
  font-weight: 300;
  font-style: italic;
  margin-top: 8px;
}

.contact-right .mat-tab-nav-bar {
  box-shadow: none;
  padding: 0;
  width: auto;
  position: unset !important;
  border-radius: 0 6px 0 0;
  background: #efefef;
}

.contact-right .mat-tab-nav-bar .mat-tab-links a {
  color: var(--second-color) !important;
}

.contact-right .mat-tab-nav-bar .mat-tab-links .mat-ink-bar {
  background-color: var(--second-color) !important;
}

.contact-tab-content {
  padding: 24px;
}

.contact-tab-content label {
  margin-bottom: 8px;
  font-weight: 500;
}

.contact-data {
  border-radius: 6px;
  background: #f5f5f5;
  padding: 6px 12px;
  margin-bottom: 10px;
  border: 1px solid;
  border-color: #f5f5f5;
  width: 100%;
}

.verify {
  margin-left: 8px;
  margin-right: 2px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: var(--accent-color);
  padding: 6px 10px;
  border-radius: 2px;
}

.verify:hover {
  color: #fff !important;
}

.contact-info {
  margin-left: 18px;
}

.email {
  text-transform: lowercase;
}

.create_date {
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  opacity: 0.8;
}

/* Calendar **/

.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}

.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}

.cal-month-view .cal-cell-top {
  min-height: 78px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cal-month-view .cal-cell-row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cal-month-view .cal-cell {
  float: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}

.cal-month-view .cal-day-cell {
  min-height: 100px;
}
@media all and (-ms-high-contrast: none) {
  .cal-month-view .cal-day-cell {
    display: block;
  }
}

.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}

.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}

.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
}

.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}

.cal-month-view .cal-events {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}

.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}

.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}

.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}

.cal-month-view .cal-open-day-events {
  padding: 15px;
}

.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}

.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}

.cal-month-view .cal-draggable {
  cursor: move;
}

.cal-month-view .cal-drag-active * {
  pointer-events: none;
}

.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}

.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  -webkit-box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cal-week-view * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view
  .cal-all-day-events
  .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: "\00a0";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view
  .cal-time-events
  .cal-day-columns:not(.cal-resize-active)
  .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}

.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

.cal-day-view .cal-event,
.cal-day-view .cal-header {
  color: white;
  font-weight: bold;
}

.mat-button-toggle-checked .mat-button-toggle-label-content {
  color: var(--primary);
}

.payment-create {
  margin-left: 15px;
}

.lead-view {
  margin-left: 25px;
}

.expediente-editable {
  margin-left: 20px;
}

.expediente-property {
  margin-top: 15px;
}

.mediopago-form {
  display: block;
  margin-left: 10px;
}

.cobranza-search {
  display: block;
  margin-left: 17px;
  margin-right: 20px;
  padding-top: 17px;
}

.cobranza-card-invoices {
  display: inline-block;
}

.edit-screen {
  margin-left: 25px;
}

.edit-screen-p {
  padding-left: 25px;
}


.contactos-view {
  display: block;
  margin-left: 17px;
  margin-right: 20px;
  padding-top: 17px;
  margin-top: 15px;
}

div.danger {
  color: #fff !important;
  padding: 16px !important;
  padding-left: 32px !important;
  top: 66px;
  width: auto !important;
  max-width: 500px;
  min-width: 400px;
  right: 8px;
  transform: none !important;
  left: auto !important;
  bottom: auto !important;
  justify-content: space-between !important;
}

div.danger p {
  width: 100% !important;
  overflow-wrap: break-word;
  overflow: hidden;
}

div.danger a {
  margin-left: 24px!important;
}

.open-dialog-overflow-auto {
  overflow-x: auto !important;
  overflow-y: auto !important;
}



/* STEPERS */

.mat-stepper-horizontal, .mat-stepper-vertical {
  border-radius: 8px;
  border: 1px solid var(--card-stroke);
  background: var(--card-background);
  /* margin-top: 48px; */
}

.mat-stepper-horizontal .mat-card {
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.mat-horizontal-stepper-header-container {
  padding: 0;
  background: #fafafa;
  border-radius: 8px 8px 0 0;
  /* box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); */
  margin-bottom: 32px;
}

.mat-step-header {
  /*pointer-events: none !important;*/
  height: 48px !important;
  padding: 8px 8px !important;
  margin: 8px 24px !important;
  border-radius: 8px;
}

.mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.mat-step-header .mat-step-icon {
  background-color: transparent;
  color: var(--accent-color);
  border: 2px solid;
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.mat-step-label {
  font-size: 16px;
  font-weight: 400;
}

.mat-step-label-active {
  color: var(--accent-color) !important;
}

.mat-step-header .mat-step-icon-not-touched {
  background-color: #e0e0e0;
  color: #fff;
  width: 40px;
  height: 40px;
}

.mat-stepper-horizontal-line {
  border-top-style: dashed;
  border-top-color: #e0e0e0;
}

/* ------------------ */


.logoDisplay img {
	
width: 100px;
height: 100px;
	
}

.field-container {
  margin-bottom: 16px;
}

.card-second-row-container {
  display: none;
}

.global-actions-container {
  margin: 0;
  display: flex;
  align-items: center;
}

.actions-area-first-container {
  margin-bottom: 32px !important;
}

.actions-area-first-container h4 {
  margin: 0;
}

.actions-area-main-container {
  margin: 0;
}

.actions-area-container{
  display: flex;
  align-items: center;
  padding: 0;
}

.actions-area-title-container {
  width: -webkit-fill-available;
}

.actions-area-buttons-container {
  width: -webkit-fill-available;
  justify-content: right;
  display: flex;
  padding-right: 16px;
}

.actions-area-buttons-container button {
  margin: 0 !important;
  margin-right: 16px !important;
}

.action-area-title-container {
  display: flex;
  align-items: center;
  padding: 0 !important;
  gap: 16px;
  width: 100%;
}

.action-area-title-container .metadata-button {
  margin: 0 !important;
  margin-right: 8px !important;
}

.title-left-container {
  margin: 0 !important;
  padding: 0 !important;
}

.action-area-button-container {
  padding: 16px 0;
}

.action-area-button-container .mat-primary {
  margin: 0 !important;
}

/* END TITULO + BOTONES */


.mat-menu-panel {
  min-width: 200px !important;
  max-width: 280px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 48px);
  border-radius: 4px;
  outline: 0;
  min-height: auto !important;
  position: relative;
}

.mat-menu-content:not(:empty) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.global-buttons-container {
  margin-bottom: 48px;
}

.mat-tab-body-content {
  overflow: inherit !important;
}

.promotion-participating-offer-letter {
  background: #fff1f2;
  margin: 0;
  padding: 32px;
  text-align: center;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 8px;
}

.discount-property {
  font-style: normal;
  line-height: normal;
  color: #fff;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  padding: 8px 16px;
}

.discount-property-value {
  font-size: 32px;
  font-weight: 600;
}

.discount-property-text {
  font-size: 12px;
}

.installments-property {
  font-style: normal;
  line-height: normal;
  color: #fff;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  padding: 8px 16px;
}

.installments-property-value {
  font-size: 32px;
  font-weight: 600;
}

.installments-property-text {
  font-size: 12px;
}

.announcement-discount-installments-container {
  padding-right: 24px;
}

.announcement-message-container {
  padding-top: 16px;
  padding-left: 0;
  background: #F7F6F6;
}

.announcement-message-container .property-item-text mat-icon {
  margin-left: -8px;
  position: absolute;
  margin-top: -6px;
}

.announcement-message-container .property-item-text span {
  padding-left: 16px;
  display: block;
}

.img-card-brand-type-container {
    /* height: 32px;
    width: 48px;
    background-size: contain; */
}

.img-modo-container {
	height: 28px;
    width: 64px;
}

.promotion-participating-cards, .promotion-participating-days, .promotion-participating-dates {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-400);
  text-align: right;
  margin-top: 6px;
}

.content-category {
  margin-left: -32px;
  display: inline-flex;
  position: absolute;
  margin-left: 10px !important;
  top: -12px;
}

.content-category > * {
  margin-right: 0;
}

.content-category-item {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 -16px;
}

.content-category-item span {
  background: inherit;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: invert(1) grayscale(1) contrast(100);
}

.content-category-display {
   background-color: gray;
   width: 100%;
   color: #fff;
   white-space: nowrap;
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   padding: 4px 8px;
   border-radius: 4px;
   margin-left: 10px
}

.notifications-sidenav {
  padding: 56px 16px 0px !important;
  background-color: var(--secondary-50) !important;
}

.notifications-sidenav .mat-drawer-inner-container {
  width: auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.notifications-sidenav .notifications-header {
  padding: 16px 8px !important;
}

.notifications-sidenav .notifications-subheader {
  padding: 4px 8px;
  background-color: transparent !important;
  border-bottom: none !important;
}

.notifications-sidenav .notifications-subheader h3 {
  color: unset !important;
  font-weight: 600;
  font-size: 14px !important;
  margin: 8px 0;
}

.notifications-sidenav .notification-item {
  padding: 16px !important;
  border-bottom: inherit !important;
  display: flex;
  flex-direction: column;
  /* border: 1px solid var(--secondary-200) !important; */
  /* box-shadow: inset 0 0 0 1px var(--secondary-300); */
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all ease 0.2s;
  background-color: white;
}

.notifications-sidenav .notification-item:hover {
  /* box-shadow: inset 0 0 0 2px var(--secondary-300); */
  background-color: var(--secondary-100) !important;
}

span.notification-item-description {
  color: var(--secondary-700);
  margin-top: 4px;
}

ccs-link a {
   color: var(--primary-500) !important;
   text-decoration: none;
}

.check-box-suffix {
   cursor: pointer;
   color: var(--accent-color);
}

.check-box-suffix:hover {
  text-decoration: underline;
}

/* OV */


.show-hide-password,
.close-notifications,
.collapse-btn{
  min-width: unset !important;
  padding: 0 0px !important;
}
/*[class*="recibos-table-"] .mat-button{
  padding: 0 0px !important;
  min-width: unset !important;
}*/
@media (max-width: 580px){
  [class*="recibos-table-"] .mat-button{
    padding: 0 8px !important;
  }
}

@media (max-width: 580px){
  .profile-dropdown .mat-button-wrapper span{
    display: none;
  }
}
@media (min-width: 581px){
  .profile-dropdown.mat-button:not(:hover) {
    color: #4a4a4a;
  }
}

.card-amount-equals {
  color: #77C209 !important;
}

.card-amount-distinct {
  color: #F50707 !important;
}

.claim-content-action {
  display: flex;
  margin-right: 16px;
}

.claim-action {
  display: flex;
  text-align: right;
}

.claim-export-button {
  background: #ffffff !important;
  color: #666 !important;
}

.mat-paginator-range-label {
  margin: 0 48px 0 48px !important;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: inherit !important;
  font-size: 12px !important;
}

.mat-paginator-page-size-label {
  font-size: 14px;
}

.card-hidden {
  background-color: inherit;
  box-shadow: unset !important;
}

.mat-snack-bar-container {
  border-radius: 3px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #2f2f2f;
  height: 56px;
  margin-bottom: 8px !important;
}

.card-checkbox-disabled {
  border: 1px solid #9292926e !important;
}

.card-payment-reverse {
  border-radius: 3px;
  background-color: #f50707;
  margin: -12px 8px -12px -12px;
  width: 4px;
}

.payment-reverse-status {
  color: #f50707 !important;
  font-weight: normal !important;
}

.conciliation-amount-distinct {
  border-radius: 3px;
  background-color: #ffeded;
  width:100% !important;
  padding: 4px 8px 4px 0;
  margin-left: 8px;
}

.fit-content {
  max-width: fit-content;
}

.button-processedFile-reprocess {
  padding: 0 !important;
  border: 0 !important;
  font-size: 12px !important;
  text-transform: inherit !important;
  margin-left: 8px !important;
  /* font-weight: bold; */
  min-width: 88px !important;
  height: 24px;
  line-height: 22px !important;
}

.import-file-spinner {
  zoom: 0.2 !important;
  margin-left: 56px !important;
}


.content, .content-notopmenu {
  padding: 64px 5vw 100px 5vw !important;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.box-footer {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
  margin-top: 24px;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em
}

.indicator-card {
  border-radius: 2px;
  margin: 0 -8px;
  width: 100% !important;
}

.indicator-card .mat-card-title {
  font-size: 12px !important;
  font-weight: 400;
  color: var(--accent-color);
  text-transform: uppercase;
}

.indicator-card .mat-card-subtitle {
  white-space: normal;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 8px;
  margin-top: 0 !important;
  color: var(--second-color) !important;
}

.indicator-card-total {
  font-size: 40px;
}




.box {
  background: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0.07em 0.125em 0 rgba(0, 0, 0, .15);
  padding: 16px;
}

.nopadding {
  padding: 0 !important;
}

.noSideMargins {
  margin: 0 -15px;
}

/* --------------- */




.cobranza-card-invoices {display: inline-block;}

.login-background {
  width: 420px;
  margin: auto;
}

.container-logo-signup {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.logo-signup {
  height: 64px;
}

.signup-container a {
  color: var(--accent-color) !important;
}

#backLogin {
  margin-right: 16px;
}

.edit-screen {
 margin-left: 25px  
}

.register-title-container {
  display: flex;
  justify-content: center;
}

.register-title {
  color: var(--secondary-700) !important;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 600;
}

.actions-area-main-container .mat-card {
  padding: 16px !important;
  /* padding-bottom: 0 !important; */
  /* box-shadow: none; */
  border-radius: 10px !important;
  border: 1px solid var(--card-stroke);
}

.recover-password-container .mat-card {
  padding: 32px !important;
}

.under-footer {
  padding-bottom: 40px;
}

.payment-form{
  padding:25px;
}

.search-card .mat-form-field .mat-form-field-underline{
  display: none;
}

.search-card .mat-form-field .mat-form-field-wrapper{
  padding-bottom: 10px;
}

.search-card .mat-focused .mat-input-placeholder{
  color: #000;
}
.search-card .mat-input-underline{
  display: none;
}
.search-card .mat-icon{
  vertical-align: bottom;
  margin-right: 8px;
}
.search-card .mat-form-field{
  font-size: 16px;
}

.no-results.mat-card{
  text-align: center;
}

.mat-ink-bar {
    background-color: #ffffff;
}

.mat-grid-tile .mat-grid-tile-footer, .mat-grid-tile .mat-grid-tile-header{
  display: flex;
  align-items: center;
  height: 48px !important;
  font-family: Roboto;
  color: #000 !important;
  opacity: .6;
  background: #ffffff !important;
  overflow: unset !important;
  padding: 0 16px;
  position: absolute;
}

a {
  color: var(--accent-color);
}

.container-logo-payment {
  display: flex;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.logo-payment {
  height: 80px;
}

@media (min-width: 769px) {
  ccs-payment-form .mat-card {
    width: 70%;
  }
  ccs-payment-form .card-component {
    margin-top: 0px;
    margin-left: -5%;
    width: 80%;
  }
}

@media (max-width: 768px) {
  ccs-payment-form .mat-card {
    width: 100%;
	margin-left: 16px;
  }
  ccs-vertical-wizard-layout mat-stepper {
  	margin-left: -28px;
    margin-right: -40px;
  }
  ccs-vertical-wizard-layout ngx-datatable {
  	margin-left: -28px;
    margin-right: -40px;
  }
  ccs-vertical-wizard-layout .mat-card {
  	margin-left: -20px;
    margin-right: -40px;
    width: 98%;
  }
}

.loading-spinner-label {
	font-size: 14px !important;
}

.payment-view-expired-proof-message {
  background: rgb(216 93 93 / 5%);
  border: 1px solid rgb(216 93 93 / 50%);
  margin: 0;
  padding: 16px 24px;
  text-align: center;
  text-wrap: pretty;
  color: #D85D5D;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  border-radius: 8px;
}


.message-success-container{
  background: rgb(93 216 93 / 5%);
  border: 1px solid rgb(93 216 93 / 50%);
  margin: 0;
  padding: 16px 24px;
  text-align: center;
  text-wrap: pretty;
  color: green;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  border-radius: 8px;
}

.message-warning-container{
  background: rgba(224, 224, 3, 0.2);
  border: 1px solid rgb(227 204 112 / 50%);
  margin: 0;
  padding: 16px 24px;
  text-align: center;
  text-wrap: pretty;
  color: gray;
  font-size: 16px;
  font-weight: 500;
  margin-top: 24px;
  border-radius: 8px;
}






.payment-view-exceeded-amount-message {
  background: #fff1f2;
  margin: 0;
  padding: 32px;
  text-align: center;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 8px;
}

.card-form-payment-button {
  background-color: var(--accent-color);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center; 
}

.img-successful-payment-container {
    width: 96px;
    background-size: contain;
    margin-top: 28px;
}

.payment-container .content-category {
  width: 100%;
  display: flex;
  justify-content: center;
}

.payment-successful-mesagge {
  margin-left: 24px;
  margin-top: 108px;
  color: #201E1D;
  font-size: 20px;
  font-weight: 700;
}

.payment-sucessful-summary {
  margin-left: 24px;
  color: #201E1D;
  font-size: 16px;
  font-weight: 700;
}

.payment-view-without-debt mat-card {
  background: transparent;
}

.payment-view-without-debt-mesagge {
  margin-top: 128px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

@media (max-width:  580px) {
  .content {
  	padding: 8px 8px !important;
  }
  .mat-card {
	padding: 8px 0px !important;
  }
  .mat-tab-group {
    padding: 0 !important;
  }
}

.preview-image{
  height: 575px;
  width: 475px;
}
  
.desktop-show-image{
height: 800px;
width: 1200px;
}
  
.mobile-show-image{
height: 300px;	
width: 320px;
}

.document-preview-image{
  height: 375px;
  width: 475px;
}

 
.roundabout-preview-image{
  height: 375px;
  width: 430px;
}



.action-area-float-right{
  display: flex;
}

@media (max-width: 768px) {
  
  .roundabout-preview-image{
    width: auto;
    height: 300px;
    max-width: 100%;
  }

  .preview-image{
    width: auto;
    height: 300px;
    max-width: 100%;
  }
  .actions-area-float-right{
    float: left;
  }
}

/* END OV */