/*! CSS Used from: https://psychomedic.pl/wp-content/cache/minify/5a382.css ; media=all */
@media all {
  h2 a:hover,
  a {
    color: #9c59b6;
  }
  button {
    background-color: #9c59b6;
  }
}
/*! CSS Used from: Embedded */
a {
  color: inherit;
}
button {
  background-color: inherit;
}
.wyszukiwarka-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
/*! CSS Used from: https://psychomedic.pl/wp-content/cache/minify/39fd6.css ; media=all */
@media all {
  /*! @import https://psychomedic.pl/wp-content/themes/psychomedic/css/style.css?4252313222 */
  .custom-select-container .custom-select-opener {
    display: none;
  }
  .customSelect {
    -webkit-tap-highlight-color: transparent;
    float: left;
    width: 100%;
    height: 42px;
    clear: both;
    cursor: pointer;
    line-height: 40px;
    outline: 0;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
  }
  .customSelect.is-open:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .customSelect.is-open .custom-select-panel {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  .customSelect .custom-select-opener {
    display: block;
    width: 100%;
    padding-left: 18px;
    padding-right: 30px;
    color: #575756;
  }
  .customSelect .custom-select-panel {
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
      opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 30px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  }
  .doctor .custom-select-panel {
    max-height: 320px;
    overflow-y: auto;
  }
  .customSelect .custom-select-panel:hover .custom-select-option:not(:hover) {
    background-color: transparent !important;
  }
  .custom-select-opener {
    overflow: hidden;
  }
  .custom-select-opener span {
    padding-left: 10px;
    font-size: 14px;
  }
  .customSelect .custom-select-option {
    cursor: pointer;
    min-height: 32px;
    outline: 0;
    text-align: left;
    font-size: 0.875rem;
    -webkit-transition: all 0.2s;
  }
  .customSelect .custom-select-option:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .customSelect .custom-select-option.has-focus,
  .customSelect .custom-select-option.is-selected.has-focus,
  .customSelect .custom-select-option:hover {
    background-color: #6e2075;
  }
  .customSelect .custom-select-option.is-selected {
    font-weight: 700;
  }
  select {
    display: none;
  }
  input[readonly] {
    opacity: 1 !important;
  }
  a,
  div,
  form,
  h2,
  i,
  label,
  span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
  }
  .c-app .dash:after,
  .c-app:before,
  .customSelect .custom-select-panel {
    position: absolute;
    z-index: 5;
  }
  .c-app .dash:after,
  .c-app:before {
    display: block;
    content: " ";
  }
  .form-field,
  .o-btn,
  a {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .c-app:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-app .dash:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-app .form-group > div,
  .customSelect,
  .form-group,
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-app .dash {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .customSelect {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-app .form-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form-group,
  .form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-app,
  .c-app .dash,
  .customSelect {
    position: relative;
    z-index: 5;
  }
  button,
  input {
    background-color: transparent;
    border: none;
    border-color: inherit;
    border-radius: 0;
    font-family: PT Sans, sans-serif;
    color: inherit;
  }
  button {
    cursor: pointer;
  }
  input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-rendering: optimizeLegibility;
    font-family: PT Sans, sans-serif;
    cursor: text;
    color: inherit;
  }
  input[readonly] {
    opacity: 0.5;
  }
  input[type="text"] {
    width: 100%;
  }
  :invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-label {
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .form-field,
  .form-label {
    display: block;
    width: 100%;
  }
  .form-field {
    min-width: 0;
    height: 42px;
    background-color: #fff;
    padding: 0 20px;
  }
  .form-row {
    width: 100%;
    margin-bottom: 20px;
  }
  a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
  }
  a:active,
  a:focus,
  a:hover {
    outline: 0;
  }
  h2 {
    font-size: 1.45rem;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
  }
  ::selection {
    background-color: #575756;
    color: #fff;
  }
  .o-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    width: auto;
    height: 42px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    font-family: PT Sans, sans-serif;
    font-weight: 700;
  }
  .o-btn--big {
    border-radius: 10px;
    font-size: 1.25rem;
  }
  .o-btn--yellow {
    background-color: #f8b525;
    color: #fff;
  }
  .o-btn--yellow:hover {
    background-color: #e39d07;
  }
  button.o-btn span {
    width: 100%;
    padding-top: 2px;
  }
  .o-header {
    text-transform: uppercase;
    font-weight: 700;
  }
  .o-header--second {
    font-size: 1.375rem;
  }
  .o-header span {
    color: #f8b525;
  }
  [class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-search:before {
    content: "\E902";
  }
  @media screen and (max-width: 1250px) {
    .o-wrap {
      width: 100%;
    }
  }
  @media screen and (max-width: 640px) {
    .o-wrap {
      padding: 0 20px;
    }
  }
  .c-app {
    position: relative;
    min-height: 285px;
    background-color: #76227d;
    /* background-image: removed */
    background-size: cover;
    background-position: 50%;
    margin-bottom: 20px;
    padding: 30px 30px 0;
    color: #fff;
    z-index: 9;
  }
  @media screen and (max-width: 768px) {
    .c-app {
      padding-bottom: 15px;
    }
  }
  .c-app:before {
    top: 0;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 24px 29px 0;
  }
  .c-app .customSelect .custom-select-opener {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    color: #fff;
  }
  .c-app .customSelect .custom-select-panel {
    background-color: #76227d !important;
  }
  .c-app .customSelect .custom-select-option {
    text-align: center;
  }
  .c-app .customSelect .custom-select-option.has-focus,
  .c-app .customSelect .custom-select-option.is-selected.has-focus,
  .c-app .customSelect .custom-select-option:hover {
    color: #f8b525 !important;
  }
  .c-app .o-btn {
    width: 100%;
  }
  .c-app .o-btn .icon-search {
    margin-right: 8px;
  }
  .c-app .o-header {
    margin-bottom: 24px;
    text-align: center;
  }
  .c-app .o-wrap {
    max-width: 830px;
  }
  @media screen and (max-width: 480px) {
    .c-app .o-wrap {
      padding: 0;
    }
  }
  .c-app .dash {
    width: 14px;
    height: 42px;
    margin: 0 12px;
  }
  .c-app .dash:after {
    width: 100%;
    height: 4px;
    background-color: #fff;
  }
  .c-app .customSelect,
  .c-app .form-field {
    background-color: hsla(0, 0%, 100%, 0.17);
    border-radius: 10px;
  }
  .c-app .form-field {
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .c-app .form-field.calendar,
  .c-app .form-field.clock {
    line-height: 42px;
    text-align: center;
  }
  .c-app .form-field.calendar {
    background-image: url(/wp-content/themes/astra-child/img/icons/calendar.svg);
    background-size: 16px 18px;
  }
  .c-app .form-field.clock {
    background-image: url(/wp-content/themes/astra-child/img/icons/clock-o.svg);
    background-size: 17px 18px;
  }
  .c-app .form-field.calendar,
  .c-app .form-field.clock {
    padding: 0 10px;
  }
  .c-app .form-row {
    margin-bottom: 35px;
  }
  @media screen and (max-width: 768px) {
    .c-app .form-row {
      margin-bottom: 0;
    }
  }
  .c-app .form-label {
    text-transform: uppercase;
  }
  @media screen and (max-width: 480px) {
    .c-app .form-group > div {
      width: 100%;
    }
  }
  .c-app .form-col {
    width: 28%;
  }
  .c-app .form-row:nth-of-type(1) .form-col {
    width: 48%;
  }
  @media screen and (max-width: 768px) {
    .c-app .form-col {
      width: 50%;
      margin-bottom: 20px;
      padding: 0 10px;
      text-align: center;
    }
  }
  @media screen and (max-width: 480px) {
    .c-app .form-col {
      padding: 0;
    }
  }
  .c-app .form-col.specialty .customSelect .custom-select-opener {
    font-size: 1.125rem;
  }
  @media screen and (max-width: 768px) {
    .c-app .form-col.doctor {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .c-app .form-col.doctor .form-group,
    .c-app .form-col.submit {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 480px) {
    .c-app .form-col {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .o-wrap {
      flex-direction: column;
      display: flex;
    }
  }
  h2 {
    margin-bottom: 30px;
  }
  .form-group .customSelect span {
    color: #fff;
    font-weight: 700;
  }
  .searchForm .form-group button[type="submit"] span {
    color: #000;
  }
  .searchForm .form-group span {
    color: #fff;
  }
  @media only screen and (max-width: 740px) {
    .c-app .customSelect .custom-select-opener {
      padding: 0;
      text-align: center;
      font-size: 1rem;
      color: #fff;
    }
  }
  .c-app .customSelect .custom-select-option {
    text-align: left;
    padding-left: 12px;
    font-size: 12px;
  }
  @media only screen and (max-width: 740px) {
    .c-app .customSelect .custom-select-option {
      text-align: left;
      padding-left: 15px;
      font-size: 14px;
    }
  }
  .form-group span {
    color: #333334;
  }
  @media screen and (max-width: 1024px) {
    .form-group span {
      color: #fff;
    }
  }
  /*! end @import */
  /*! @import https://psychomedic.pl/wp-content/themes/psychomedic/css/stylzew.css?09022233 */
  .form-group {
    margin-bottom: 15px;
  }
  @media (max-width: 720px) and (min-width: 80px) {
    .form-group {
      margin-bottom: 10px !important;
    }
  }
  @media (max-width: 720px) and (min-width: 80px) {
    .form-group {
      margin-bottom: 10px !important;
    }
  }
  @media screen and (max-width: 1024px) {
    span {
      color: #333334;
    }
    .form-group span {
      color: #333334;
    }
  }
  /*! end @import */
}
/*! CSS Used from: Embedded */
.flatpickr-input[readonly] {
  cursor: pointer;
}
/*! CSS Used from: Embedded */
.doctor .custom-select-opener span {
  white-space: break-spaces;
  line-height: 17px;
  display: block;
}
.doctor .custom-select-container {
  padding: 10px 0;
}
.doctor .custom-input {
  padding: 0 15px;
}

.zaznaczone {
  font-weight: bold !important;
}
.doctor .custom-select-opener span {
  white-space: break-spaces;
  line-height: 17px;
  display: block;
}
.doctor .custom-select-container {
  padding: 10px 0;
}
.custom-select-option.text-filtered {
  display: none !important;
}
.doctor .custom-input {
  padding: 0 15px;
}

.doctor .custom-select-container input[type="text"] {
  display: block;
  background: transparent;
  border: none;
  color: white;
}
/*! CSS Used from: https://psychomedic.pl/wp-content/cache/minify/39fd6.css ; media=all */
/*! @import https://psychomedic.pl/wp-content/themes/psychomedic/css/style.css?4252313222 */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
input {
  background-color: transparent;
  border: none;
  border-color: inherit;
  border-radius: 0;
  font-family: PT Sans, sans-serif;
  color: inherit;
}
input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-rendering: optimizeLegibility;
  font-family: PT Sans, sans-serif;
  cursor: text;
  color: inherit;
}
input[type="text"] {
  width: 100%;
}
:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
::selection {
  background-color: #575756;
  color: #fff;
}

/*! CSS Used from: https://psychomedic.pl/wp-content/cache/minify/39fd6.css ; media=all */
/*! @import https://psychomedic.pl/wp-content/themes/psychomedic/css/style.css?4252313222 */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
input {
  background-color: transparent;
  border: none;
  border-color: inherit;
  border-radius: 0;
  font-family: PT Sans, sans-serif;
  color: inherit;
}
input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-rendering: optimizeLegibility;
  font-family: PT Sans, sans-serif;
  cursor: text;
  color: inherit;
}
input[type="text"] {
  width: 100%;
}
:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
::selection {
  background-color: #575756;
  color: #fff;
}

.searchForm h2,
.searchForm label,
.form-col .form-field,
.minApp .form-label {
  color: white;
}

#page .ast-container .form-group .form-field {
  border: none;
}

#page .ast-container .form-group .form-field:focus {
  background: hsla(0, 0%, 100%, 0.17);
}
.c-app.minApp .o-wrap {
  margin: auto;
}

@media (max-width: 480px) {
  .c-app.minApp .o-wrap {
    padding: 0 15px;
  }
}
