/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
a {
  text-decoration: none;
  display: contents;
}

input {
  border-radius: 13px;
  height: 52px;
  font-size: 12px;
  width: 100%;
  border: 1px solid lightgray;
}

button.btnPrincipal {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 5px 10px;
  border: none !important;
  background: var(--theme-color-primary);
  color: white;
  border-radius: 16px;
  outline: none;
  cursor: pointer;
}

button.btnPrincipal:focus {
  border: none !important;
  outline: none !important;
}

button.btnPrincipal:active {
  border: none !important;
  outline: none !important;
}

button.btnSecundario {
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 5px 10px;
  border: 1px solid var(--theme-color-primary);
  background: none;
  color: var(--theme-color-primary);
  border-radius: 16px;
  outline: none;
  cursor: pointer;
}

/* GLOBAL SCROLLBAR STYLING */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 20px;
  border: 1px solid transparent;
}

button.btnSecundario:focus {
  border: 1px solid var(--theme-color-primary);
  outline: none !important;
}

button.btnSecundario:active {
  border: 1px solid var(--theme-color-primary);
  outline: none !important;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.justify-center {
  justify-content: center;
}

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

.flex-cols {
  display: flex;
  flex-direction: column;
}

.flex-rows {
  display: flex;
  flex-direction: row;
}

.mat-mdc-dialog-container .mat-mdc-dialog-content {
  max-height: 85vh !important;
  margin: 0 -24px;
  overflow: auto;
}

.content-case-detail {
  width: 420px;
}

.mat-icon {
  height: unset;
  width: unset;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mr-20 {
  margin-right: 20px;
}

.a-table {
  border-radius: 15px;
  background: var(--theme-color-primary);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1411764706), 0 2px 1px rgba(0, 0, 0, 0.1215686275), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 65px;
  height: 14px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  letter-spacing: 0.175px;
  margin: 0 auto;
}

.mat-mdc-header-cell {
  background: #ededf0 !important;
}

.mat-mdc-paginator-container {
  justify-content: space-between !important;
  min-width: 850px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.m-0 {
  margin: 0 !important;
}

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

.filter-content {
  padding-left: 24px;
  max-height: 65vh;
  width: 100%;
  display: flex !important;
  justify-content: flex-end;
  overflow: hidden;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

html {
  --mat-sys-background: #faf9fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f0f4;
  --mat-sys-inverse-primary: #abc7ff;
  --mat-sys-inverse-surface: #2f3033;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #410002;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #001b3f;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #131c2b;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474e;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #00006e;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #74777f;
  --mat-sys-outline-variant: #c4c6d0;
  --mat-sys-primary: #005cbb;
  --mat-sys-primary-container: #d7e3ff;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #565e71;
  --mat-sys-secondary-container: #dae2f9;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf9fd;
  --mat-sys-surface-bright: #faf9fd;
  --mat-sys-surface-container: #efedf0;
  --mat-sys-surface-container-high: #e9e7eb;
  --mat-sys-surface-container-highest: #e3e2e6;
  --mat-sys-surface-container-low: #f4f3f6;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dbd9dd;
  --mat-sys-surface-tint: #005cbb;
  --mat-sys-surface-variant: #e0e2ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html {
  --mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}

/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Roboto";
  padding: 0;
  margin: 0;
}

.mat-paginator .mat-paginator-container {
  justify-content: space-between !important;
}

button {
  font-family: "Roboto";
}

.d-none {
  display: none;
}

.d-flex {
  display: flex;
}

.mb-3 {
  margin-bottom: 3rem;
}

a {
  text-decoration: none;
}

.icon-cut {
  height: auto !important;
  width: auto !important;
}

:root {
  --theme-font-family: "Roboto";
  --theme-color-primary: #ec0863;
  --theme-color-secondary: #d10758;
}

:root {
  --theme-font-family: "Roboto";
  --theme-color-primary: #ec0863;
  --theme-color-secondary: #d10758;
}

/* Header: Login and Register*/
img.custom-logo-header {
  position: relative !important;
  left: 26px !important;
  top: 17px !important;
}

input {
  border-radius: 13px;
  height: 52px;
  font-size: 12px;
  width: 100%;
  border: 1px solid lightgray;
}

.figure-one {
  position: absolute !important;
  margin-top: 0px !important;
  margin-left: -10px !important;
  z-index: -1 !important;
}

.img-background-chica {
  position: absolute !important;
  z-index: 0 !important;
  width: 26.305556vw;
  height: 72.976222vh;
  max-height: 565px;
  left: 54.083333vw;
  top: -4.926024vh;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

div.b-middle-signup > img.figure-one {
  margin-top: 38px !important;
}

.figure-two {
  position: absolute !important;
  bottom: 0px !important;
  right: 0px !important;
  z-index: -1 !important;
}

span.custom-text-header {
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  font-size: 14px !important;
  position: relative !important;
  top: 7px !important;
  left: 43px !important;
}

button.custom-button-header-login {
  min-width: 110px !important;
  max-width: 130px !important;
  height: 34px !important;
}

button.custom-button-header-register {
  width: 118.989px !important;
  height: 34.9886px !important;
}

button.custom-button-header-login,
button.custom-button-header-register {
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  position: relative !important;
  top: 4px !important;
  left: 39px !important;
  padding: 6px 25px !important;
  box-shadow: rgba(197, 194, 194, 0.61) 3px 3px 3px 0px !important;
}

img.custom-img-multi-header {
  position: relative !important;
  left: 71px !important;
  top: 4px !important;
}

select.custom-select-header {
  border: none !important;
  position: relative;
  left: 73px;
  top: 6px;
}

/* End*/
/* Thank Register*/
div.b-thank {
  height: 100%;
  width: 100%;
}

div.flex-column {
  margin-top: 250px !important;
}

.thank-figure-one,
.thank-figure-two,
.thank-figure-three,
.thank-figure-four {
  position: absolute !important;
  z-index: -1 !important;
}

.thank-figure-one {
  top: 0px !important;
  left: 0px !important;
}

.thank-figure-two {
  top: 0px !important;
  right: 0px !important;
}

.thank-figure-three {
  bottom: 0px !important;
  left: 0px !important;
}

.thank-figure-four {
  bottom: 0px !important;
  right: 0px !important;
}

.title-nexa {
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  font-size: 48px !important;
  color: #707070 !important;
  line-height: 1.33 !important;
  letter-spacing: normal !important;
}

.texto-nexa {
  font-family: var(--theme-font-family) !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
  color: #707070 !important;
}

.button-nexa {
  font-size: 26px !important;
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  min-width: 150px !important;
  max-width: 190px !important;
  height: 49px !important;
}

#btn-button-nexa:hover {
  background-color: #d10758 !important;
  color: white !important;
  border-color: #d10758 !important;
}

/* End*/
/* Login and Register*/
.custom-header-login {
  font-family: var(--theme-font-family) !important;
  color: #707070 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 28px !important;
  margin: 20px 0px !important;
  text-align: center;
  font-weight: 600;
}

.custom-subheader-login {
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  color: #707070 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px !important;
}

.custom-o-text {
  font-family: var(--theme-font-family) !important;
  font-size: 14px !important;
  color: #dddddf !important;
}

.custom-separator-login {
  margin: 11px 0px !important;
}

.custom-form-login {
  margin: 14px 0px !important;
}

.custom-button-google {
  font-family: var(--theme-font-family) !important;
  color: #707070 !important;
  font-size: 14px !important;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16) !important;
  border-color: #dddddf !important;
  background-color: #ffffff !important;
}

.custom-text-form {
  font-family: var(--theme-font-family) !important;
  color: #707070 !important;
  font-weight: 600;
  font-size: 14px !important;
  padding-left: 0px !important;
}

.custom-password-link {
  font-family: var(--theme-font-family) !important;
  font-weight: 300;
  color: #ec0863 !important;
  font-size: 11px !important;
  padding-right: 0px !important;
}

.custom-password-link:hover {
  font-family: var(--theme-font-family) !important;
  font-weight: 300;
  color: #d10758 !important;
  font-size: 11px !important;
  padding-right: 0px !important;
}

.custom-button-login {
  font-family: var(--theme-font-family) !important;
  color: #ffffff !important;
  font-size: 15px !important;
}

.custom-placeholder-login::placeholder {
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
  color: #dddddf !important;
  font-size: 11px !important;
}

.custom-placeholder-login {
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
  color: #000 !important;
  font-size: 11px !important;
}

.custom-card-form-login {
  box-shadow: 0 3px 26px 0 rgba(155, 125, 125, 0.43) !important;
  padding: 7px 60px 44px !important;
  background-color: #fff;
}

.custom-card-form-register {
  box-shadow: 0 3px 26px 0 rgba(155, 125, 125, 0.43) !important;
  padding: 7px 60px 7px !important;
}

.custom-icon-google {
  position: relative !important;
  top: -1px !important;
  left: -4px !important;
}

.custom-text-terms-register {
  font-family: var(--theme-font-family) !important;
  color: rgba(126, 125, 125, 0.47) !important;
  font-size: 11px !important;
  margin-bottom: 0px !important;
}

.custom-text-terms-register > a {
  text-decoration: none !important;
  color: rgba(126, 125, 125, 0.47) !important;
  text-decoration: underline !important;
}

.custom-card-form-signup {
  position: relative !important;
  bottom: 0px !important;
  left: 17.3611111111vw !important;
}

.custom-card-form-signup.mobile-card {
  left: 0px !important;
}

/* End*/
/* Modal Attach*/
p.custom-header-modal-attach {
  margin-top: -3px !important;
}

span.custom-title-modal-attach {
  font-size: 23px !important;
  font-family: var(--theme-font-family) !important;
  color: var(--theme-color-primary);
}

img.custom-header-img-modal-attach {
  margin-top: 6px !important;
  float: right !important;
}

div.custom-container-modal-attach {
  font-size: 11px !important;
  padding: 17px 16px !important;
  border: 2px dashed #dddddf !important;
  border-radius: 8px !important;
  color: #a3a4ac !important;
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
}

label.custom-text-button-modal-attach {
  margin-bottom: 0px !important;
}

div.custom-footer-button-modal {
  text-align: right !important;
  padding-right: 0px !important;
}

button.custom-footer-btn-primary-modal {
  margin-top: 9px !important;
  margin-right: 15px !important;
  font-family: var(--theme-font-family) !important;
}

button.custom-footer-btn-secondary-modal {
  margin-top: 9px !important;
  font-family: var(--theme-font-family) !important;
}

/* End*/
/* Modal Remove Service*/
p.custom-text-primary-modal-remove-service {
  font-size: 14px !important;
  margin-top: 2px !important;
}

p.custom-text-secondary-modal-remove-service {
  font-size: 14px !important;
  margin-left: -1px !important;
  margin-top: -3px !important;
}

/* End*/
/* Filter Content Search*/
div.custom-container-filter-content-search {
  margin-left: -56px !important;
}

div.custom-container-two-filter-content-search {
  margin-top: 35px !important;
}

div.custom-container-text-filter-content-search {
  padding-right: 0px !important;
  text-align: right !important;
}

div.custom-container-two-text-filter-content-search {
  padding-right: 0px !important;
  margin-left: 86px !important;
}

div.custom-select-option-filter-content-search {
  padding-left: 14px !important;
}

select.custom-select-filter-content-search {
  width: 192px !important;
  height: 29px !important;
}

button.custom-btn-primary-filter-content-search {
  margin-top: 0px !important;
  margin-right: 15px !important;
  width: 78px !important;
}

button.custom-btn-secondary-filter-content-search {
  margin-top: 0px !important;
  width: 111px !important;
}

/* End*/
/* Modal New Service Request*/
.custom-mat-tab-new-service-request {
  height: 23px !important;
}

th.custom-table-modal-new-service-request {
  text-align: center !important;
  vertical-align: middle !important;
}

td.custom-table-text-modal-new-service-request {
  vertical-align: middle !important;
}

p.custom-footer-text-modal-new-service-request {
  font-size: 8px !important;
}

tr.custom-mat-header-row-modal-new-service-request {
  background-color: #ededf0 !important;
  height: 46px !important;
}

/* Section Request Payment*/
span.custom-title-form-request-payment,
label.custom-title-form-request-payment {
  font-size: 12px !important;
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
}

span.custom-sub-title-form-request-payment {
  font-size: 10px !important;
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
}

span.custom-body-form-request-payment {
  font-size: 11px !important;
}

/* End*/
/* Custom List Services*/
tr.custom-table-text-list-service {
  vertical-align: middle !important;
}

tr.custom-table-text-two-list-service {
  background-color: #ededf0 !important;
  height: 46px !important;
}

a.custom-dropdown-item {
  text-decoration: none !important;
}

.custom-fom-field-list-service {
  color: #cbd4db !important;
}

.custom-label-list-service {
  font-size: 14px !important;
  margin-left: 24px !important;
}

.custom-span-list-service {
  width: 21px !important;
  height: 21px !important;
}

.custom-align-vertical-middle-list-service {
  vertical-align: middle !important;
}

.custom-align-middle-center-list-service {
  text-align: center !important;
  vertical-align: middle !important;
}

/* End*/
/* Modal Service Detail*/
span.custom-title-modal-service-detail {
  font-size: 18px !important;
  font-family: var(--theme-font-family) !important;
  font-weight: 900;
}

/* Detail Section*/
input.custom-service-input,
select.custom-service-input {
  width: 100% !important;
}

input.custom-category-input {
  width: 50% !important;
}

input.custom-detail-service-section {
  font-size: 11px !important;
  font-family: var(--theme-font-family) !important;
}

span.custom-status-input {
  box-sizing: border-box;
  height: 2.573rem;
  font-weight: 300;
  border-color: #28c95e;
  box-shadow: none;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  font-size: 11px !important;
  font-family: var(--theme-font-family) !important;
  padding: 0.65rem 1rem;
  line-height: 1.57142857;
  color: #fff;
  background-color: #28c95e;
  background-clip: padding-box;
  border: 1px solid #28c95e;
  border-radius: 0.215rem;
}

div.custom-service-description-input {
  box-sizing: border-box;
  font-weight: 300;
  border-color: #ededf0;
  box-shadow: none;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  font-size: 11px !important;
  font-family: var(--theme-font-family) !important;
  line-height: 1.57142857;
  color: #707070;
  background-color: #ededf0;
  background-clip: padding-box;
  border: 1px solid #ededf0;
  border-radius: 0.215rem;
  /*border-radius: 0.938rem;*/
}

/* Communication Section*/
span.custom-body-message {
  font-size: 11px !important;
}

div.custom-body-message-they {
  background-color: #ededf0 !important;
  border-radius: 17px 17px 17px 0px !important;
  padding: 10px 23px !important;
}

div.custom-body-message-my {
  background-color: var(--theme-color-primary) !important;
  color: #fff !important;
  border-radius: 17px 17px 0px !important;
  padding: 10px 23px !important;
}

span.custom-title-footer-message {
  font-size: 10px !important;
  color: #a3a4ac !important;
}

span.custom-title-footer-message,
span.custom-body-message {
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
}

/* End*/
.custom-tooltip {
  font-family: var(--theme-font-family) !important;
  font-weight: 300;
}

.custom-tooltip-right {
  font-family: var(--theme-font-family) !important;
  font-weight: 300;
}

.custom-tooltip-right {
  padding: 5px 20px 20px;
  border-radius: 10px;
  background: rgba(37, 36, 36, 0.9);
  overflow: visible;
}

.custom-tooltip-right .backdrop {
  display: none !important;
}

.custom-tooltip-right:after {
  position: absolute;
  content: " ";
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: rgba(37, 36, 36, 0.9) transparent transparent transparent;
}

.text-message {
  font-family: var(--theme-font-family) !important;
  font-weight: 300;
  font-size: 11px !important;
  margin-top: 3px !important;
  margin-bottom: 3px !important;
  /* margin-right: 325px !important;*/
  text-align: left !important;
}

.btn {
  font-size: 14px;
}

.btn-big {
  font-size: 16px;
  padding: 7px 32px;
}

.btn-primary {
  background-color: #ec0863 !important;
  color: white !important;
  border-color: #ec0863 !important;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #d10758 !important;
  color: white !important;
  border-color: #d10758 !important;
}

.btn-secondary {
  background-color: white !important;
  color: #ec0863 !important;
  border-color: #ec0863 !important;
}

.btn-secondary:hover,
.btn-secondary:active {
  background-color: #ec0863 !important;
  color: white !important;
  border-color: #ec0863 !important;
}

.btn-primary-claro {
  background-color: white !important;
  color: var(--theme-color-primary) !important;
  border-color: var(--theme-color-primary) !important;
}

.btn-primary-claro:hover,
.btn-primary-claro:active {
  background-color: var(--theme-color-secondary) !important;
  color: white !important;
  border-color: var(--theme-color-secondary) !important;
}

.btn-secondary-claro {
  background-color: white !important;
  color: #ec0863 !important;
  border-color: #ec0863 !important;
}

.btn-secondary-claro:hover,
.btn-secondary-claro:active {
  background-color: #ec0863 !important;
  color: white !important;
  border-color: #ec0863 !important;
}

.btn-terciary {
  background-color: white !important;
  color: var(--theme-color-primary) !important;
  border-color: var(--theme-color-primary) !important;
}

.btn-terciary-inverse {
  background-color: var(--theme-color-primary) !important;
  color: white !important;
  border-color: var(--theme-color-primary) !important;
}

.mat-send-theme-one {
  background-color: var(--theme-color-primary) !important;
  color: white !important;
  border-color: var(--theme-color-primary) !important;
  padding: 5px !important;
  border-radius: 100% !important;
}

.mat-remove-theme-one {
  background-color: #ff4c4c !important;
  color: #ffffff !important;
  border-color: #ff4c4c !important;
}

.mat-remove-theme-one:hover {
  background-color: #fc2020 !important;
  color: #ffffff !important;
  border-color: #fc2020 !important;
}

.mat-attach-theme-one {
  background-color: var(--theme-color-primary) !important;
  color: #ffffff !important;
  border-color: var(--theme-color-primary) !important;
}

.mat-attach-theme-one:hover {
  background-color: var(--theme-color-secondary) !important;
  color: #ffffff !important;
  border-color: var(--theme-color-secondary) !important;
}

.mat-upload-file-theme-one {
  background-color: #ffffff !important;
  color: var(--theme-color-primary) !important;
  border-color: #ffffff !important;
  border-radius: 13px !important;
}

.mat-upload-file-theme-one:hover {
  background-color: var(--theme-color-primary) !important;
  color: #ffffff !important;
  border-color: var(--theme-color-primary) !important;
  border-radius: 13px !important;
}

.mat-normal {
  background-color: #ffffff !important;
  color: #151b26 !important;
  border-color: #707070 !important;
}

.mat-remove-theme-one {
  background-color: #ff4c4c !important;
  color: #ffffff !important;
  border-color: #ff4c4c !important;
}

.mat-remove-theme-one:hover {
  background-color: #fc2020 !important;
  color: #ffffff !important;
  border-color: #fc2020 !important;
}

.mat-attach-theme-one {
  border-radius: 2px !important;
  background-color: var(--theme-color-primary) !important;
  color: #ffffff !important;
  border-color: var(--theme-color-primary) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}

.mat-attach-theme-one:hover {
  background-color: var(--theme-color-secondary) !important;
  color: #ffffff !important;
  border-color: var(--theme-color-secondary) !important;
}

.mat-normal {
  background-color: #ffffff !important;
  color: #151b26 !important;
  border-color: #707070 !important;
  box-shadow: none !important;
  border-radius: 2px !important;
}

.mat-normal:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
}

.custom-modal-remove-service mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 530px !important;
  max-width: 535px !important;
  min-height: 230px !important;
}

.custom-modal-attach-file mat-dialog-container {
  padding: 19px 24px 20px 28px;
  min-width: 491px !important;
  max-width: 491px !important;
  min-height: 230px !important;
}

.custom-modal-customer-contact-info mat-dialog-container {
  padding: 19px 24px 0px 28px;
  min-width: 491px !important;
  max-width: 491px !important;
  min-height: 380px !important;
}
.custom-modal-customer-contact-info app-modal-customer-contact-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 330px;
  justify-content: space-between;
}

.custom-modal-new-service-request mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 695px !important;
  max-width: 700px !important;
  min-height: 635px !important;
}

.custom-modal-new-case-request mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 595px !important;
  max-width: 600px !important;
  min-height: 535px !important;
}

.custom-modal-new-service mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 595px !important;
  max-width: 600px !important;
  min-height: 535px !important;
  border-radius: 20px;
}

.custom-modal-add-customer mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 595px !important;
  max-width: 600px !important;
  min-height: 234px !important;
  border-radius: 20px;
}

.custom-modal-message-request mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 495px !important;
  max-width: 400px !important;
  min-height: 535px !important;
}

.custom-modal-service-detail mat-dialog-container {
  min-width: 440px !important;
  max-width: 660px;
  padding: 15px 0px;
}

.custom-modal-case-detail mat-dialog-container {
  min-width: 440px !important;
  max-width: 600px !important;
  /* min-width: 735px!important;*/
  /* max-width: 735px!important;*/
  padding: 24px;
  border-radius: 15px;
}

.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: none !important;
}

.custom-modal-case-detail.custom-modal-customer-newcustomer mat-dialog-container {
  min-width: 100% !important;
  max-width: 736px !important;
}

.custom-modal-upgrade {
  background-color: white;
}
.custom-modal-upgrade mat-dialog-container {
  padding: 32px 35px 0px 35px;
  background: url('upgrade1.png'), url('upgrade2.png'), url('upgrade3.png'), url('upgrade4.png');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -15vw 10vh, -15vw 61vh, 91vw 78vh, 86vw 27vh;
  background-size: 300px, 400px, 350px, 400px;
}

bs-datepicker-container {
  z-index: 99999;
}

/*Agenda*/
.content-agenda .bs-datepicker-container,
.content-agenda bs-datepicker-inline-container,
.content-agenda bs-years-calendar-view,
.content-agenda bs-days-calendar-view,
.content-agenda bs-month-calendar-view {
  width: 100% !important;
}
.content-agenda .bs-datepicker {
  box-shadow: none !important;
}
.content-agenda .bs-datepicker-head {
  background: white;
  padding: 0px !important;
  height: 31px;
}
.content-agenda .bs-datepicker-container {
  padding: 0px;
}
.content-agenda button.next > span,
.content-agenda button.previous > span {
  color: #508ff4 !important;
  font-size: 30px;
}
.content-agenda button.current {
  color: #333333;
  font-family: var(--theme-font-family) !important;
  font-weight: 900;
  padding-right: 0px;
}
.content-agenda button.current {
  color: #333333;
  padding-left: 0px !important;
}
.content-agenda span.event {
  border-radius: 7px !important;
  background: white !important;
  color: #52575d !important;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16);
}
.content-agenda span.event::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 72px !important;
  background: #508ff4;
  position: absolute;
  bottom: 4px;
  left: 45%;
}
.content-agenda span.no-selected {
  border: none !important;
  box-shadow: none !important;
}
.content-agenda span.no-selected::after {
  display: none;
}
.content-agenda .bs-datepicker-body {
  border: 0px;
}
.content-agenda th.ng-star-inserted {
  color: #7e7d7d !important;
}
.content-agenda td.ng-star-inserted {
  padding: 5px;
}
.content-agenda span {
  color: #52575d !important;
  background-color: white !important;
}
.content-agenda span:hover,
.content-agenda .content-agenda button.current:hover,
.content-agenda .bs-datepicker-head button:hover {
  color: #52575d !important;
  background-color: white !important;
}
.content-agenda span.is-other-month {
  color: #b3b8bd !important;
}
.content-agenda button.current span,
.content-agenda td span {
  text-transform: capitalize;
}

.cdk-overlay-backdrop.cdk-overlay-dark-backdrop.cdk-overlay-backdrop-showing {
  background-color: rgba(212, 201, 201, 0.6);
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--theme-color-primary) !important;
}

.custom-modal-appointment-detail mat-dialog-container {
  min-width: 500px !important;
  max-width: 505px !important;
  min-height: 280px !important;
  max-height: 680px !important;
  overflow-y: hidden !important;
  border-radius: 6px !important;
  padding-bottom: 10px !important;
}
.custom-modal-appointment-detail .mat-dialog-content {
  overflow: hidden !important;
}
.custom-modal-appointment-detail mat-dialog-content {
  max-height: 70vh;
}

.custom-modal-cancel-appointment mat-dialog-container {
  padding: 20px 30px 21px;
  min-width: 530px !important;
  max-width: 535px !important;
  min-height: 220px !important;
  border-radius: 15px;
}

.modal-cancel-service mat-dialog-container {
  padding: 10px 24px 24px 24px;
}

.custom-modal-check-email mat-dialog-container {
  min-width: 520px !important;
  max-width: 525px !important;
  min-height: 200px !important;
}

.custom-modal-check-email-mobile mat-dialog-container {
  min-width: 300px !important;
  max-width: 525px !important;
  min-height: 200px !important;
}
.custom-modal-check-email-mobile mat-dialog-container .ml-0.custom-title-modal-attach.custom-check-email {
  font-size: 23px !important;
}
.custom-modal-check-email-mobile mat-dialog-container .custom-text-primary-modal-remove-service.custom-text-check-email,
.custom-modal-check-email-mobile mat-dialog-container .col-12.custom-text-primary-modal-remove-service.custom-text-check-email {
  text-align: center;
  font-size: 12px !important;
}
.custom-modal-check-email-mobile mat-dialog-container .custom-resend-link,
.custom-modal-check-email-mobile mat-dialog-container .custom-resend-text {
  font-size: 16px !important;
}

.custom-modal-add-quote mat-dialog-container {
  min-width: 38.194vw !important;
  max-width: 41.333vw !important;
  min-height: 77.2787318362vh;
}
.custom-modal-add-quote mat-dialog-content {
  max-height: 80vh !important;
}
.custom-modal-add-quote mat-dialog-actions {
  padding: 0 0 10px !important;
}

.custom-modal-services-detail mat-dialog-container {
  padding: 18px 30px 20px;
  min-width: 460px !important;
  max-width: 700px !important;
}
.custom-modal-services-detail .mat-dialog-title {
  margin: 0px 0 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-modal-services-detail mat-dialog-content {
  padding-left: 0px;
  padding-right: 0px;
  max-height: none;
}

/* Detail Section*/
input.custom-service-input,
select.custom-service-input {
  width: 100% !important;
}

input.custom-category-input {
  width: 100% !important;
}

input.custom-detail-service-section {
  font-size: 11px !important;
  font-family: var(--theme-font-family) !important;
}

span.custom-status-input {
  box-sizing: border-box;
  height: 2.573rem;
  font-weight: 300;
  border-color: #28c95e;
  box-shadow: none;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  font-size: 11px !important;
  font-family: var(--theme-font-family) !important;
  padding: 0.65rem 1rem;
  line-height: 1.57142857;
  color: #fff;
  background-color: #28c95e;
  background-clip: padding-box;
  border: 1px solid #28c95e;
  border-radius: 0.215rem;
}

div.custom-service-description-input {
  box-sizing: border-box;
  font-weight: 300;
  border-color: #ededf0;
  box-shadow: none;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  font-size: 11px !important;
  font-family: var(--theme-font-family) !important;
  line-height: 1.57142857;
  background-clip: padding-box;
  border: 1px solid #ededf0;
  border-radius: 0.215rem;
  background-color: #f2f5f7 !important;
  color: #707070 !important;
  opacity: 1;
}

.custom-modal-renew-password mat-dialog-container {
  padding: 25px 30px !important;
  min-width: 469px !important;
  max-width: 470px !important;
  min-height: 202px !important;
  border-radius: 6px !important;
}

.custom-modal-change-email mat-dialog-container {
  padding: 31px 35px 30px 36px;
  min-width: 491px !important;
  max-width: 530px !important;
  min-height: 230px !important;
  max-height: 475px !important;
}

.custom-modal-change-profileImage {
  /*
  .cropped-items hr{
    margin: 0px!important;
  }*/
}
.custom-modal-change-profileImage .img-control-service {
  max-height: 250px !important;
  max-width: 250px !important;
}
.custom-modal-change-profileImage mat-dialog-container {
  padding: 25px 19px 30px 20px;
  min-width: 700px !important;
  max-width: 800px !important;
  min-height: 230px !important;
  max-height: 495px !important;
  height: 495px;
  font-style: normal;
  border-radius: 15px;
}
.custom-modal-change-profileImage .cropped-items {
  align-items: flex-start;
  justify-content: center;
}
.custom-modal-change-profileImage .cropped-items .colorS {
  display: none;
}
.custom-modal-change-profileImage hr {
  color: #cfcfcf;
}
.custom-modal-change-profileImage .settings-button button.btn.btn-primary.cancel-btnc {
  border: none !important;
}

.custom-modal-save-changes mat-dialog-container {
  border-radius: 15px;
  max-width: 31rem;
}

.custom-modal-activate mat-dialog-container {
  padding: 20px 30px;
  width: 35.9027777778vw;
  height: 30.6472919419vh;
}

.custom-modal-activa-service-client mat-dialog-container {
  padding: 20px 30px;
  min-width: 30.9027777778vw;
  min-height: 31.4398943197vh;
  max-height: none !important;
  height: auto !important;
  overflow: hidden !important;
}
.custom-modal-activa-service-client mat-dialog-actions {
  display: initial;
}

.custom-modal-first-settings mat-dialog-container {
  height: auto !important;
  /*width: 41.666666666666664vw !important;*/
}

.custom-modal-notification-upgrade mat-dialog-container {
  padding: 4.6235138705vh 3.8194444444vw !important;
  height: auto !important;
  width: 41.6666666667vw !important;
}
.custom-modal-notification-upgrade mat-dialog-container .img-mobile {
  width: 219.56px !important;
  height: 42px !important;
}

.custom-modal-notification-upgrade-mobile mat-dialog-container {
  height: auto !important;
  width: auto !important;
}
.custom-modal-notification-upgrade-mobile mat-dialog-container .notification-header {
  align-items: center !important;
}
.custom-modal-notification-upgrade-mobile mat-dialog-container .img-mobile {
  width: 120px !important;
  height: 30px !important;
}
.custom-modal-notification-upgrade-mobile mat-dialog-container .notification-title {
  text-align: center !important;
}
.custom-modal-notification-upgrade-mobile mat-dialog-container .notification-title span {
  font-size: 20px;
}
.custom-modal-notification-upgrade-mobile mat-dialog-container .notification-text {
  text-align: center !important;
  flex-wrap: wrap !important;
}
.custom-modal-notification-upgrade-mobile mat-dialog-container .notification-text .first-text {
  margin-bottom: 15px !important;
}

.custom-modal-customer-detail mat-dialog-container {
  padding: 2.3778071334vh 2.3194444444vw 2.7741083223vh !important;
  height: auto !important;
  width: auto !important;
  /*min-width: 2.3778071334214004vh !important;*/
  min-width: 967px;
  min-height: 47.5561426684vh !important;
  overflow: hidden;
  border-radius: 15px;
}

.custom-modal-customer-detail.custom-modal-tabs-customer-detail mat-dialog-container {
  min-width: 60.475vw !important;
  min-height: 586px;
  width: 80vw !important;
  height: 80vh !important;
  max-width: 967px;
  max-height: 603px;
}
.custom-modal-customer-detail.custom-modal-tabs-customer-detail mat-dialog-container .table-data {
  min-height: 286px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.custom-modal-customer-detail.custom-modal-tabs-customer-detail mat-dialog-container table.mat-table {
  min-height: 286px;
  display: block;
  transition: all 0.3s ease-in-out;
  max-width: 900px;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
}

.custom-modal-customer-detail.custom-modal-tabs-customer-detail app-modal-customer-detail-section-service {
  width: 100% !important;
  max-width: 919px;
}

.modal-tanks-upgrade mat-dialog-container {
  padding: 35px 40px;
  height: auto !important;
  width: 594px !important;
}

.custom-modal-create-new-service {
  max-width: none !important;
}
.custom-modal-create-new-service mat-dialog-container {
  padding: 1.7173051519vh 1.7361111111vw !important;
  /* height: auto !important;*/
  /* width: auto !important;*/
  width: 83vw !important;
  height: 93vh !important;
  min-width: 41.1111111111vw !important;
  min-height: 90.5693527081vh !important;
}
.custom-modal-create-new-service mat-dialog-content {
  /* max-height: 79.26023778071334vh !important;*/
  max-height: none !important;
}

.custom-modal-create-new-service-detail {
  max-width: none !important;
}
.custom-modal-create-new-service-detail mat-dialog-container {
  padding: 1.7173051519vh 1.7361111111vw !important;
  /* height: auto !important;*/
  /* width: auto !important;*/
  /* width: 60vw !important;*/
  width: 735px !important;
  height: 93vh !important;
  /*min-width: 1.38.281vw !important;*/
  min-width: 38.281vw !important;
  min-height: 90.5693527081vh !important;
}
.custom-modal-create-new-service-detail mat-dialog-content {
  /* max-height: 79.26023778071334vh !important;*/
  max-height: none !important;
}

/*pagination*/
.content-pagination .mat-paginator {
  width: 100%;
}
.content-pagination .mat-paginator .mat-paginator-container {
  justify-content: space-between !important;
}
.content-pagination .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87) !important;
}

/*Botones estilos generales*/
button.btnC {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 15px;
  border: none;
  background: white;
  color: #151b26;
}

button.btnC.btn-cancel {
  box-shadow: none !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 15px;
  border: none;
  background: white;
  color: var(--theme-color-primary);
  height: 32px !important;
  width: 114px;
  border: solid 1px var(--theme-color-primary) !important;
  font-weight: 500;
}

button.filter-- {
  color: var(--theme-color-primary) !important;
  border: 1px solid var(--theme-color-primary) !important;
}

/*nuevos estilos botones*/
button.btnprincipal {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 15px;
  border: none;
  background: var(--theme-color-primary);
  color: white !important;
}

button.btnsecundario {
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 15px;
  border: 2px solid var(--theme-color-primary);
  background: white !important;
  color: var(--theme-color-primary) !important;
}

button.btnsecundario:focus {
  border: none;
}

/*fin nuevos estilos*/
/*botton azul*/
button.btn-principal {
  background: var(--theme-color-primary) !important;
  box-shadow: none !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 15px;
  border: none;
  color: #fff;
  height: 32px !important;
  width: 114px;
  border: solid 1px var(--theme-color-primary) !important;
  font-weight: 500;
}

button.btnP-icon {
  padding: 5px 10px 5px 3px;
  background: var(--theme-color-primary) !important;
  color: white;
}
button.btnP-icon span.material-icons-round {
  font-size: 28px !important;
  margin-right: 5px;
}

button.btnP-icon:hover,
button.btn-principal:hover {
  background: var(--theme-color-secondary) !important;
}

/*boton blanco azul*/
button.btnP2-icon {
  padding: 5px 10px 5px 3px;
}
button.btnP2-icon span.material-icons-round {
  font-size: 28px !important;
  margin-right: 5px;
  margin-left: 5px;
}

button.btn-principal-2:hover,
button.btnP2-icon:hover {
  background: var(--theme-color-primary) !important;
  color: white !important;
}

/* Spinner styles with primary theme color */
.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: var(--theme-color-primary);
}

.mat-mdc-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--theme-color-primary);
}

/*boton rojo*/
button.btn-secundario {
  height: 26px;
  background: #ff4c4c;
  color: white;
}

button.btn-secundario:hover {
  background: #fc2020 !important;
  color: white !important;
}

/*botton cancelar*/
button.btn-cancel {
  height: 26px;
  box-shadow: none !important;
}

button.btn-cancel:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16) !important;
}

.cdk-overlay-backdrop.cdk-overlay-dark-backdrop.cdk-overlay-backdrop-showing {
  background-color: rgba(212, 201, 201, 0.6);
}

/*input desahabilitados*/
.form-control:disabled,
.form-control[readonly] {
  background-color: #f2f5f7 !important;
  color: #707070 !important;
  opacity: 1;
  border-color: #ededf0;
}

.form-control.main-title:disabled {
  background-color: transparent !important;
  border: 0px;
  padding: 0px;
  color: #1e1e1e !important;
  font-family: Roboto;
  font-size: 14px !important;
}

/*input textarea*/
textarea.form-control {
  height: 18vh;
  min-width: 15vh;
  max-height: 18vh;
  font-size: 11px !important;
}

input.form-control,
select.form-control {
  font-size: 11px !important;
}

/*input buscar*/
div.input-group.mb-3 {
  width: 100%;
}
div.input-group.mb-3 input.input-search {
  border: none;
  border-bottom: 2px solid #e4eaec;
}
div.input-group.mb-3 span#basic-addon1 {
  background: white;
  border: none;
  font-size: 22px;
  border-bottom: 2px solid #e4eaec;
  color: #cbd4db;
}

/*Prueba*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #65696e;
  border: 0px none #ffffff;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #65696e;
}

::-webkit-scrollbar-thumb:active {
  background: #65696e;
}

::-webkit-scrollbar-track {
  background: #cbd4db;
  border: 5px double #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: #cbd4db;
}

::-webkit-scrollbar-track:active {
  background: #cbd4db;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/*contenedores*/
.container-principal {
  padding-top: 35px;
  padding-left: 88px;
  padding-right: 70px;
}

.content-router {
  padding-top: 20px;
}

.content-title {
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
}
.content-title .title {
  font-size: 30px !important;
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  text-align: center !important;
  color: #151b26 !important;
}

.content-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
  margin-bottom: 10px;
}

.content-table {
  box-shadow: 1px 5px 30px 0 rgba(82, 87, 93, 0.1);
  padding: 15px 15px 2px 15px;
  margin-top: 20px;
  border-radius: 6px;
}

.content-table-attached {
  padding: 15px 15px 2px 15px;
  margin-top: 20px;
  border-radius: 6px;
}

/*navegacion de secciones internas*/
#nav-tab > .active,
#nav-tab-center > .active {
  border-bottom: 3px solid var(--theme-color-primary) !important;
}

#nav-tab > a,
#nav-tab-center > a {
  background: none;
  color: #666666;
}

.panel {
  box-shadow: none !important;
}

div.nav#nav-tab > a.nav-link,
div.nav#nav-tab-center > a.nav-link {
  padding-bottom: 0px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

div.nav#nav-tab > a#nav-detallesPago-tab {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.active.nav-link {
  color: #151b26 !important;
}

.nav-link {
  font-size: 16px !important;
  font-family: var(--theme-font-family) !important;
}

.nav-link.desactivate {
  color: #cbd4db !important;
  border-bottom: 3px solid #cbd4db;
}

.nav-link.desactivate:hover {
  color: #65696e !important;
}

.line-menu {
  border: 1px solid #dddddf;
  margin-top: -2px;
  margin-bottom: 0px;
}

.nav#nav-tab {
  justify-content: flex-start !important;
}

.nav#nav-tab-center {
  justify-content: center;
}

/*table de datos principales*/
.table-data {
  width: 100%;
  margin: auto;
}
.table-data th.mat-header-cell {
  font-size: 16px;
  /*font-size: 14px;*/
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #151b26;
  background: #ededf0;
}
.table-data td.mat-cell.cdk-cell {
  font-family: var(--theme-font-family) !important;
  font-size: 12px;
  line-height: 1.58;
  justify-content: center;
  color: #151b26;
}
.table-data th.mat-header-cell.cdk-header-cell.cdk-column-options.mat-column-options,
.table-data td.mat-cell.cdk-cell.cdk-column-options.mat-column-options {
  max-width: 10px !important;
}
.table-data th.mat-header-cell.cdk-header-cell.cdk-column-options.mat-column-options .dropdown-menu.show,
.table-data td.mat-cell.cdk-cell.cdk-column-options.mat-column-options .dropdown-menu.show {
  padding: 0px !important;
}
.table-data th.mat-header-cell.cdk-header-cell.cdk-column-options.mat-column-options .dropdown-divider,
.table-data td.mat-cell.cdk-cell.cdk-column-options.mat-column-options .dropdown-divider {
  margin: 0px;
  width: 70%;
  margin-left: 10px;
}
.table-data th.mat-header-cell.cdk-header-cell.cdk-column-options.mat-column-options .dropdown-item,
.table-data td.mat-cell.cdk-cell.cdk-column-options.mat-column-options .dropdown-item {
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
  font-size: 11px !important;
  color: #65696e !important;
  margin: 0px !important;
  width: 100%;
}
.table-data th.mat-header-cell.cdk-header-cell.cdk-column-options.mat-column-options .text-activar:hover,
.table-data td.mat-cell.cdk-cell.cdk-column-options.mat-column-options .text-activar:hover {
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  color: #11c26d !important;
}
.table-data th.mat-header-cell.cdk-header-cell.cdk-column-options.mat-column-options .text-cancel:hover,
.table-data td.mat-cell.cdk-cell.cdk-column-options.mat-column-options .text-cancel:hover {
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  color: #ff4c52 !important;
}
.table-data span.material-icons-round.menu-options {
  font-size: 30px;
  color: rgb(57, 64, 73);
}

/*pill de estatus*/
span.badge.badge-pill {
  font-size: 12px;
  padding: 5px 7px;
  display: flex;
  flex-direction: row;
  width: max-content;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
span.badge.badge-pill span.material-icons-round {
  font-size: 18px;
  margin-right: 4px;
}

/*pill de estatus*/
.badge.badge-pill.badge-warning {
  background: #f5a122 !important;
}

/*texto*/
.text-success {
  color: #11c26d !important;
}

/*guia*/
.introjs-overlay {
  background-color: rgba(212, 201, 201, 0.6) !important;
}

.introjs-tooltip.introjs-floating {
  padding: 35px 40px !important;
}

.introjs-tooltip {
  min-width: 550px !important;
  width: 550px;
  min-height: 220px !important;
  padding: 35px 55px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.introjs-tooltip a.active {
  background-color: #ff0066 !important;
}
.introjs-tooltip h3.text-left.title-tour {
  font-family: var(--theme-font-family) !important;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.52;
  letter-spacing: normal;
  margin-top: 25px;
  color: #ff0066;
}
.introjs-tooltip p.text-left {
  font-family: var(--theme-font-family) !important;
  font-size: 15px;
  line-height: 1.47;
  color: #707070;
  height: 75px;
}

span.introjs-helperNumberLayer {
  display: none !important;
}

.introjs-bullets ul li a {
  width: 10px !important;
  height: 10px !important;
}

a.introjs-button.introjs-skipbutton {
  position: absolute;
  right: -30px;
  bottom: 195px;
  border: none;
  background: white;
}
a.introjs-button.introjs-skipbutton span.material-icons-round {
  border: none !important;
  background: white;
  font-size: 30px;
  color: #999999;
  padding: 0px;
}

a.introjs-button.introjs-skipbutton:hover {
  box-shadow: none !important;
}

a.introjs-button.introjs-nextbutton {
  border: none !important;
  background: white;
  font-size: 20px;
  color: #999999;
  padding: 0px;
  margin-left: 15px;
}

a.introjs-button.introjs-prevbutton.introjs-disabled,
a.introjs-button.introjs-prevbutton {
  border: none !important;
  background: white;
  font-size: 20px;
  color: #999999;
  padding: 0px;
}

.introjs-helperLayer {
  box-shadow: 0 3px 6px 0 #ffffff !important;
  border: solid 2px #ffffff !important;
  background: transparent !important;
}

.introjs-tooltip {
  text-align: center !important;
}

.introjs-tooltipbuttons {
  position: absolute;
  bottom: 30px;
  right: 55px;
}

.introjs-tooltip.finalizar .introjs-tooltipbuttons {
  position: relative !important;
  bottom: 0px !important;
  right: 0px !important;
  margin-top: 10px;
}
.introjs-tooltip.finalizar a.introjs-button.introjs-skipbutton {
  position: relative !important;
  top: 0;
  background: white;
  margin-right: 170px;
  box-shadow: 3px 3px 3px 0 rgba(197, 194, 194, 0.61);
  border: solid 1px #ec0863;
  background-color: #ffffff;
  font-family: var(--theme-font-family) !important;
  font-weight: bold;
  font-size: 18px;
  bottom: 0;
  color: #ff0066;
  right: 0;
}
.introjs-tooltip.finalizar h3.text-left.title-tour {
  text-align: center !important;
}
.introjs-tooltip.finalizar p.text-left {
  margin: 0px;
}

.introjs-tooltip.Inicio h3.text-left.title-tour {
  text-align: center !important;
}

.mat-mdc-dialog-surface {
  min-width: 500px;
  border-radius: 15px;
  min-height: 209px;
  padding: 24px 20px;
  overflow: hidden;
}

app-modal-customer-notification .mat-dialog-content p.text-modal {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.custom-modal-container-radius .mat-mdc-dialog-surface .mat-dialog-title.title {
  margin: 0px !important;
}

.mat-mdc-dialog-surface {
  min-width: 500px;
  border-radius: 15px;
  min-height: 209px;
  padding: 24px 20px;
  overflow: hidden;
}

.mat-mdc-dialog-surface {
  /*min-width: 500px!important;  */
  /*min-width: 382px!important; */
  /*min-height: 209px!important;*/
  /*border-radius: 15px!important;*/
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  /* .mat-dialog-title.title{*/
  /*   margin: 0px!important;*/
  /* } */
}
.mat-mdc-dialog-surface .flex-row- {
  /* min-height: 24px;*/
  /* max-height: 24px;*/
  /* min-height: 24px;*/
  /* display: flex;*/
  align-items: flex-start;
}
.mat-mdc-dialog-surface .material-symbols-outlined {
  font-size: 1.5rem;
}

app-modal-service-detail-section .contenedor-principal .flex-row- {
  align-items: flex-start;
}

.custom-modal-container-radius mat-dialog-container.mat-mdc-dialog-surface {
  border-radius: 15px;
}

.app-title {
  font-family: var(--theme-font-family) !important;
}

.app-text {
  font-family: var(--theme-font-family) !important;
}

/* open bloque adecuacion tabla*/
::ng-deep .mat-mdc-cell,
::ng-deep .mat-mdc-row {
  border-bottom: 1px solid #ededf0 !important;
}

::ng-deep .mat-mdc-cell,
::ng-deep .mat-mdc-table tbody {
  background-color: #fff !important;
}

::ng-deep .mat-mdc-header-cell {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #151b26 !important;
  text-align: center !important;
}

::ng-deep td {
  text-align: center !important;
}

::ng-deep td.mat-column-service {
  text-align: left !important;
}

.mat-mdc-header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}

.mat-mdc-cell,
.mat-mdc-table tbody,
.mat-mdc-paginator-container {
  background-color: #fff !important;
}

.mat-mdc-cell {
  font-size: 12px !important;
  line-height: 15px !important;
}

.mat-mdc-header-cell {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #151b26 !important;
  text-align: center !important;
}

::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-notch-piece {
  border: none;
  border-bottom: 1px solid #1e1e1e;
  border-radius: 0px;
}

::ng-deep .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mat-mdc-notch-piece {
  border: 0px;
  border-bottom: 1px solid #1e1e1e;
  border-radius: 0px;
}

.mat-mdc-cell,
.mat-mdc-row {
  border-bottom: 1px solid #ededf0 !important;
}

/*Retiro de borde izquierdo, super y derecho*/
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mat-mdc-notch-piece {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.6) !important;
}

/* close bloque adecuacion tabla*/
/*Tablets en horizonal y escritorios normales*/
@media (min-width: 768px) and (max-width: 1199px) {
  .custom-modal-first-settings mat-dialog-container {
    padding: 23px 25px !important;
    height: auto !important;
    width: 98vw !important;
    max-width: 98vw;
  }
  .custom-modal-customer-detail.custom-modal-tabs-customer-detail app-modal-customer-detail-section-service {
    width: 100% !important;
    max-width: 100%;
  }
  .content-pagination .mat-paginator .mat-paginator-container {
    justify-content: flex-end !important;
  }
  .content-pagination .mat-paginator .mat-paginator-page-size {
    display: none !important;
  }
  .modal-tanks-upgrade mat-dialog-container {
    padding: 20px 15px;
  }
}
/*Móviles en horizontal o tablets en vertical*/
@media (max-width: 767px) {
  .custom-modal-case-detail.custom-modal-customer-newcustomer mat-dialog-container {
    width: 100% !important;
    max-width: 367px !important;
    min-width: auto !important;
  }
  .custom-modal-first-settings mat-dialog-container {
    padding: 4.6235138705vh 3.8194444444vw !important;
    height: auto !important;
    width: 98vw !important;
    max-width: 98vw;
  }
  .content-pagination .mat-paginator .mat-paginator-container {
    justify-content: flex-end !important;
  }
  .content-pagination .mat-paginator .mat-paginator-page-size {
    display: none !important;
  }
  .cdk-overlay-pane {
    display: flex;
    justify-content: center;
    /*max-width: 90vw !important;*/
    pointer-events: auto;
    /*width: 90vw !important;*/
  }
  .cdk-overlay-pane.custom-modal-upgrade {
    max-width: 100vw !important;
    pointer-events: auto;
    width: 100vw !important;
    height: auto !important;
  }
  .cdk-overlay-pane.custom-modal-exchange-rate {
    max-width: 95vw !important;
    pointer-events: auto;
    width: 95vw !important;
    height: 70vh;
  }
  .cdk-overlay-pane.custom-modal-upgrade > mat-dialog-container.mat-mdc-dialog-surface {
    padding: 10px 5px;
    height: auto;
  }
  .custom-modal-sidebar {
    position: absolute !important;
    left: 0px;
    width: auto !important;
  }
  .custom-modal-sidebar > mat-dialog-container.mat-mdc-dialog-surface {
    padding: 0px;
    width: auto;
  }
  .custom-modal-notification-upgrade mat-dialog-container {
    width: 90vw !important;
  }
  .custom-modal-notification-upgrade mat-dialog-container .img-mobile {
    width: 160px !important;
    height: auto !important;
  }
  .notification-text span {
    text-align: center;
  }
  mat-dialog-container.mat-mdc-dialog-surface {
    min-width: 300px !important;
    min-height: 252px !important;
    padding: 24px 20px;
    /*.flex-row-{
      min-height: 46px;
      max-height: 46px;
      display: flex;
    }    */
  }
  .custom-modal-container-radius mat-dialog-container.mat-mdc-dialog-surface .flex-row- {
    align-items: flex-start;
  }
}
/*Móviles en vertical*/
@media (max-width: 480px) {
  .cdk-overlay-pane.custom-modal-exchange-rate {
    max-width: 100vw !important;
    pointer-events: auto;
    width: 100vw !important;
    height: 100vh;
  }
  .custom-modal-first-settings mat-dialog-container {
    padding: 23px 25px !important;
    height: auto !important;
    width: 98vw !important;
    max-width: 98vw;
  }
  .content-pagination .mat-paginator .mat-paginator-container {
    justify-content: flex-end !important;
  }
  .content-pagination .mat-paginator .mat-paginator-page-size {
    display: none !important;
  }
  .custom-modal-notification-upgrade mat-dialog-container {
    width: 90vw !important;
  }
  .custom-modal-notification-upgrade mat-dialog-container .img-mobile {
    width: 160px !important;
    height: auto !important;
  }
  .notification-text span {
    text-align: center;
  }
}
.content-agenda button.next > span,
.content-agenda button.previous > span {
  color: var(--theme-color-primary) !important;
}

.mat-snack-bar-container.ng-trigger.ng-trigger-state.snackbar.mat-snack-bar-center.ng-star-inserted {
  min-width: 240px !important;
}
.mat-snack-bar-container.ng-trigger.ng-trigger-state.snackbar.mat-snack-bar-center.ng-star-inserted .mat-simple-snackbar {
  justify-content: center !important;
}

.iti.iti--allow-dropdown {
  min-width: 100% !important;
}
.iti.iti--allow-dropdown input#telInput {
  padding-left: 50px !important;
}

/* Estilos dispositivos con un ancho menor de 760px*/
@media (max-width: 760px) {
  .custom-modal-case-detail {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-case-detail mat-dialog-container {
    max-width: 367px !important;
    width: 100% !important;
    min-width: 300px !important;
    max-height: 100% !important;
    /*padding: 3.582089552238806vh 6.779661016949152vw !important;*/
    padding: 24px 20px;
  }
  .custom-modal-case-detail mat-dialog-container p.mat-dialog-title.custom-header-modal-attach {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-case-detail mat-dialog-container div.col-12.mb-15.nmb-32 {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-case-detail mat-dialog-container div.col-12.mb-5.nmb-48 {
    margin-bottom: 7.1641791045vh !important;
  }
  .custom-modal-filter {
    max-width: none !important;
    height: 100% !important;
    width: 80% !important;
  }
  .custom-modal-filter .form-group.m-0.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .custom-modal-filter .row-form,
  .custom-modal-filter .row {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
  .custom-modal-filter .row-form .col-sm-8.col-sm-offset-4.text-center.mb-0.form-group,
  .custom-modal-filter .row .col-sm-8.col-sm-offset-4.text-center.mb-0.form-group {
    justify-content: center !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .custom-modal-filter .row-form label,
  .custom-modal-filter .row label {
    width: 100% !important;
  }
  .custom-modal-filter .row-form label.col-sm-4.text-right,
  .custom-modal-filter .row label.col-sm-4.text-right {
    text-align: left !important;
    flex: inherit !important;
    max-width: none !important;
    position: inherit !important;
    display: inherit !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .custom-modal-filter .row-form div.col-sm-8.form-group,
  .custom-modal-filter .row-form div.col-sm-8.content-input,
  .custom-modal-filter .row div.col-sm-8.form-group,
  .custom-modal-filter .row div.col-sm-8.content-input {
    flex: inherit !important;
    max-width: none !important;
    position: inherit !important;
    display: inherit !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .custom-modal-filter .row-form div.col-sm-8.form-group .form-control.ml-5,
  .custom-modal-filter .row-form div.col-sm-8.content-input .form-control.ml-5,
  .custom-modal-filter .row div.col-sm-8.form-group .form-control.ml-5,
  .custom-modal-filter .row div.col-sm-8.content-input .form-control.ml-5 {
    margin-left: 0px !important;
  }
  .custom-modal-filter .row-form div,
  .custom-modal-filter .row div {
    /*width: 100% !important;*/
  }
  .custom-modal-filter .row-form div .form-control,
  .custom-modal-filter .row div .form-control {
    width: 100% !important;
  }
  .custom-modal-filter .mat-dialog-actions {
    width: 100% !important;
    justify-content: flex-end !important;
  }
  .custom-modal-change-email mat-dialog-container {
    min-width: auto !important;
  }
  .custom-modal-change-profileImage mat-dialog-container {
    min-width: auto !important;
  }
  .custom-modal-user-confirm mat-dialog-container {
    width: auto !important;
  }
  .custom-modal-user-confirm mat-dialog-container .mTitle {
    font-size: 20px !important;
  }
  .custom-modal-user-confirm mat-dialog-container .cM p {
    font-size: 14px !important;
  }
  .custom-modal-sidebar.setting {
    position: absolute !important;
    left: 0px !important;
    width: auto !important;
  }
  .custom-modal-sidebar.setting mat-dialog-container.mat-mdc-dialog-surface {
    padding: 0px !important;
    width: auto !important;
  }
  .custom-modal-create-new-service-detail {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding: 3.5820895522vh 6.7796610169vw !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container p.mat-dialog-title.custom-header-modal-attach {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container div.col-12.mb-15.nmb-32 {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container div.col-12.mb-5.nmb-48 {
    margin-bottom: 7.1641791045vh !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container .movil-style {
    display: flex !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-create-new-service-detail mat-dialog-container .text-file {
    text-align: center;
  }
  .custom-modal-create-new-service-detail mat-dialog-container .well.my-drop-zone span,
  .custom-modal-create-new-service-detail mat-dialog-container .well.my-drop-zone label {
    display: flex;
    flex-shrink: 1;
  }
  .custom-modal-create-new-service-detail mat-dialog-actions {
    display: none !important;
  }
  .custom-modal-add-customer {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-add-customer mat-dialog-container {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding: 3.5820895522vh 6.7796610169vw !important;
  }
  .custom-modal-add-customer mat-dialog-container p.mat-dialog-title.custom-header-modal-attach {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-add-customer mat-dialog-container div.col-12.mb-15.nmb-32 {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-add-customer mat-dialog-container div.col-12.mb-5.nmb-48 {
    margin-bottom: 7.1641791045vh !important;
  }
  .custom-modal-add-customer mat-dialog-container .movil-style {
    display: flex !important;
  }
  .custom-modal-add-customer mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-add-customer mat-dialog-container .text-file {
    text-align: center;
  }
  .custom-modal-add-customer mat-dialog-container .well.my-drop-zone span,
  .custom-modal-add-customer mat-dialog-container .well.my-drop-zone label {
    display: flex;
    flex-shrink: 1;
  }
  .custom-modal-add-customer mat-dialog-actions {
    display: none !important;
  }
  .custom-modal-new-service {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-new-service mat-dialog-container {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding: 3.5820895522vh 6.7796610169vw !important;
  }
  .custom-modal-new-service mat-dialog-container p.mat-dialog-title.custom-header-modal-attach {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-new-service mat-dialog-container div.col-12.mb-15.nmb-32 {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-new-service mat-dialog-container div.col-12.mb-5.nmb-48 {
    margin-bottom: 7.1641791045vh !important;
  }
  .custom-modal-new-service mat-dialog-container .movil-style {
    display: flex !important;
  }
  .custom-modal-new-service mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-new-service mat-dialog-container .text-file {
    text-align: center;
  }
  .custom-modal-new-service mat-dialog-container .well.my-drop-zone span,
  .custom-modal-new-service mat-dialog-container .well.my-drop-zone label {
    display: flex;
    flex-shrink: 1;
  }
  .custom-modal-new-service mat-dialog-actions {
    display: none !important;
  }
  .custom-modal-new-case-request {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-new-case-request mat-dialog-container {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding: 3.5820895522vh 6.7796610169vw !important;
  }
  .custom-modal-new-case-request mat-dialog-container p.mat-dialog-title.custom-header-modal-attach {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-new-case-request mat-dialog-container div.col-12.mb-15.nmb-32 {
    margin-bottom: 4.776119403vh !important;
  }
  .custom-modal-new-case-request mat-dialog-container div.col-12.mb-5.nmb-48 {
    margin-bottom: 7.1641791045vh !important;
  }
  .custom-modal-new-case-request mat-dialog-container .movil-style {
    display: flex !important;
  }
  .custom-modal-new-case-request mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-new-case-request mat-dialog-container .text-file {
    text-align: center;
  }
  .custom-modal-new-case-request mat-dialog-container .well.my-drop-zone span,
  .custom-modal-new-case-request mat-dialog-container .well.my-drop-zone label {
    display: flex;
    flex-shrink: 1;
  }
  .custom-modal-new-case-request mat-dialog-actions {
    display: none !important;
  }
  .custom-modal-activate-inactivate {
    width: auto !important;
  }
  .custom-modal-cancel-appointment {
    width: auto !important;
    height: auto !important;
    max-height: none !important;
  }
  .custom-modal-cancel-appointment mat-dialog-container {
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 100% !important;
    padding: 25px !important;
  }
  .custom-modal-service-detail {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-service-detail mat-dialog-container {
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding: 0px !important;
    padding-top: 13px !important;
  }
  .custom-modal-service-detail mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-create-new-service {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-create-new-service mat-dialog-container {
    width: 100% !important;
    height: 100vh !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
  }
  .custom-modal-create-new-service mat-dialog-container .mat-dialog-content {
    /*max-height: none !important;*/
    height: 100%;
    max-height: 100% !important;
    overflow-y: scroll !important;
  }
  .custom-modal-add-quote {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-add-quote mat-dialog-container {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
  }
  .custom-modal-add-quote mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-appointment-detail {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-appointment-detail mat-dialog-container {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: hidden;
  }
  .custom-modal-appointment-detail mat-dialog-container .mat-dialog-content {
    max-height: none !important;
  }
  .custom-modal-customer-detail {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
  }
  .custom-modal-customer-detail .cdk-overlay-pane {
    max-width: 100% !important;
    pointer-events: auto;
    width: 100% !important;
  }
  .custom-modal-customer-detail mat-dialog-container {
    width: 100% !important;
    /*      max-width: 100% !important;*/
    max-height: 100% !important;
    /*      min-width: 100% !important;*/
    padding: 0px !important;
    padding-top: 13px !important;
    min-width: 300px !important;
    max-width: 367px !important;
    padding: 24px 20px !important;
  }
  .custom-modal-customer-detail mat-dialog-container .mat-dialog-content {
    max-height: none !important;
    padding: 0px !important;
    margin-left: 0px !important;
    width: initial !important;
    height: 100%;
  }
  .tabs-customer a#nav-comunicacion-tab,
  .tabs-customer a#nav-adjunto-tab,
  .tabs-customer a#nav-detalle-tab {
    width: 33, 3% !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-left: 16.6% !important;
    padding-right: 16.6% !important;
  }
}
/*contenido solapado*/
.select-amount-of-recharge-to-be-added button.btnC.btn-cancel {
  border: none !important;
  color: inherit;
  height: inherit !important;
  width: inherit;
  padding: 0px;
  margin: 0px;
  transform: translateX(-35px);
  margin-bottom: 8px;
}
.select-amount-of-recharge-to-be-added button.btn-cancel:hover {
  box-shadow: inherit !important;
}
.select-amount-of-recharge-to-be-added .material-icons {
  font-size: 20px;
}

/*contenido solapado*/
.snackbar-success {
  background-color: #4caf50 !important;
  color: white;
}

.snackbar-error {
  background-color: #f44336 !important;
  color: white;
}

.snackbar-warning {
  background-color: #ff9800 !important;
  color: white;
}

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