/* core/src/styles.scss */
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("./media/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
:root {
  --background-header: #03A64A;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  min-height: 100vh;
  font-weight: normal !important;
}
.card-body {
  background: #fff !important;
}
.cdk-overlay-container {
  z-index: 1500 !important;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #03A64A !important;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  height: 48px;
  font-family: helvetica;
}
.btn-secondary {
  color: #ffffff !important;
  background-color: #0E54FF !important;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: helvetica;
}
.btn-cancel {
  color: #ffffff !important;
  background-color: #EF6A4D !important;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: helvetica;
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px #0E54FF !important;
  box-shadow: 0 0 0 3px #0E54FF !important;
}
.btn-default {
  color: #000000;
  background-color: #ffffff !important;
  border-radius: 8px;
  font-size: 16px;
  height: 48px;
  font-family: helvetica;
}
.point {
  cursor: pointer;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #03A64A;
}
.switch label input[type=checkbox]:checked + .lever-general {
  background-color: #03A64A;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #ffffff;
  left: 26px;
}
.has-danger {
  border: 1px solid #dc3545 !important;
}
.modal-profile-component .modal-dialog {
  max-width: 665px;
  margin: 1.75rem auto;
}
.modal-close-offers .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-image-size .modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
}
.modal-profile-worker .modal-dialog {
  max-width: 847px;
  margin: 1.75rem auto;
}
.modal-edit-addres-company-profile .modal-dialog {
  max-width: 847px;
  margin: 1.75rem auto;
}
.modal-edit-offers .pac-container {
  z-index: 1056 !important;
}
.modal-edit-offers .modal-dialog {
  max-width: 878px;
  margin: 1.75rem auto;
}
.pac-container {
  z-index: 1130 !important;
}
.modal-dialog .modal-content {
  border-radius: 8px !important;
}
.modal-paymenth-metodo .modal-dialog {
  max-width: 450px;
  margin: 1.75rem auto;
}
.modal-paymenth-metodo .modal-dialog .modal-content {
  border-radius: 5px !important;
}
.modal-cancel-subscription .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-cancel-subscription .modal-dialog .modal-content {
  border-radius: 5px !important;
}
.has-danger-input {
  border-color: #d2322d !important;
}
.round {
  position: relative;
}
.round label {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 0;
}
.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  position: absolute;
  transform: rotate(-45deg);
  left: 5px;
  top: 5px;
  width: 10px;
}
.round input[type=checkbox] {
  visibility: hidden !important;
}
.round input[type=checkbox]:checked + label {
  background-color: #0E54FF;
  border-color: #0E54FF;
}
.round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.round input[type=radio] {
  visibility: hidden !important;
}
.round input[type=radio]:checked + label {
  background-color: #0E54FF;
  border-color: #0E54FF;
}
.round input[type=radio]:checked + label:after {
  opacity: 1;
}
.form-select-especial {
  background-image: url(/assets/icons/select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.5rem bottom 0.75rem !important;
  background-size: 12px 12px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.float-rigth {
  float: right;
}
.tooltip-inner {
  max-width: 350px !important;
  padding: 0.25rem 0.5rem;
  color: #ffffff !important;
  text-align: justify !important;
  background-color: rgba(0, 0, 0, 0.7490196078) !important;
  border-radius: 0.25rem;
  font-size: 12px;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: transparent !important;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: transparent !important;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: transparent !important;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: transparent !important;
}
.tooltip.show {
  opacity: 1 !important;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1220px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 780px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 540px;
  }
}
.round-new-form {
  position: relative;
}
.round-new-form label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  border: 1px solid #878787;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
.round-new-form label:after {
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.round-new-form input[type=checkbox] {
  visibility: hidden !important;
}
.round-new-form input[type=checkbox]:checked + label {
  background-color: #03A64A;
  border-color: #03A64A;
}
.round-new-form input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.round-new-form input[type=radio] {
  visibility: hidden !important;
}
.round-new-form input[type=radio]:checked + label {
  background-color: #f2930a;
  border-color: #f2930a;
}
.round-new-form input[type=radio]:checked + label:after {
  opacity: 1;
}
.round-little label {
  height: 21px;
  width: 21px;
  top: 5px;
  border: 1px solid #cdcdcf !important;
}
.round-little label:after {
  height: 6px;
  left: 5px;
  top: 5px;
  width: 10px;
}
.owl-carousel .owl-nav button.owl-prev:before {
  font-size: 15px;
}
.owl-carousel .owl-nav button.owl-next:before {
  font-size: 15px;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.show-background-img-user {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease background;
  position: absolute;
  border-radius: 0px 0px 8px 8px;
  top: 77px;
  left: 16px;
}
.show-background-img-user label {
  color: white;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  margin-bottom: 2px;
}
.size-background-img-user {
  width: 97px;
  height: 20px;
}
.asterisco {
  color: #eb5f4b;
  font-size: 15px;
}
.btn-calendar {
  background: white;
  color: #ff9e4d;
  border: 1px solid #cdcdcf;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.mat-mdc-snack-bar-container {
  position: fixed !important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: #000 !important;
  color: #FFFFFF !important;
}
.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) {
  color: var(--mat-snack-bar-button-color);
  --mat-text-button-state-layer-color: #000000 !important;
}
.mat-simple-snackbar-action {
  color: #ffffff;
}
.ngb-dp-day.disabled,
.ngb-dp-day.hidden {
  color: #999 !important;
}
.vodiapicker {
  display: none;
}
#a {
  padding-left: 0px;
  margin-bottom: 0px;
}
#a img,
.btn-select img {
  width: 104px;
  padding-left: 6px;
}
.list li {
  margin-bottom: 0px !important;
}
#a li {
  list-style: none;
  padding-top: 1px;
  padding-bottom: 4px;
}
#a li:hover {
  background-color: #F4F3F3;
}
#a li img {
  margin: 5px;
}
#a li span,
.btn-select li span {
  margin-left: 5px;
  font-weight: lighter;
  color: #4c4c4c;
  font-size: 14px !important;
}
.b {
  display: none;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding-left: 6px;
}
.open {
  display: show !important;
}
.btn-select {
  margin-top: 10px;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: url(/assets/icons/select.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.5rem bottom 0.75rem !important;
  background-size: 12px 12px !important;
}
.btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}
.btn-select:hover li {
  margin-left: 0px;
}
.btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}
.btn-select:focus {
  outline: none;
}
.img-profile {
  width: 97px;
  height: 97px;
  border-radius: 8px;
}
.text-blue-disponibleApp {
  color: #0E54FF !important;
}
.summernote .note-editable {
  text-align: justify;
}
.chat_online {
  vertical-align: baseline;
}
.tooltip-inner-3.tooltip > .tooltip-inner {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #FFFFFF !important;
  max-width: 395px !important;
  padding: 0.25rem 1rem;
  font-size: 12px;
  text-align: start !important;
  margin-top: 10px;
}
.tooltip-inner-3.tooltip > .tooltip-inner p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: rgba(34, 50, 107, 0.898) !important;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  white-space: nowrap;
  opacity: 0;
  z-index: 99999;
  border-radius: 5px;
  position: fixed;
  margin-top: -300px;
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 50%;
}
[data-title] {
  position: relative;
}
.modal-view-pdf .modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}
.modal-view-pdf .modal-dialog .modal-content {
  border-radius: 0px !important;
}
.pointer {
  cursor: pointer;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
