@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.iti {
  --iti-path-flags-1x: url("../images/flags.png");
  --iti-path-flags-2x: url("../images//flags@2x.png");
  --iti-path-globe-1x: url("../images//globe.png");
  --iti-path-globe-2x: url("../images//globe@2x.png");
}

.iti__selected-dial-code {
  font-size: 14px !important;
}

.iti__search-input {
  height: 40px !important;
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
}

input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=checkbox]:before {
  content: "✔";
  color: transparent !important;
  display: block;
}

input[type=checkbox]:checked:before {
  color: #fff !important;
}
.doctor-quick-appointment__closed input[type=checkbox]:checked:before {
  color: #003487 !important;
}

.doctor-quick-appointment {
  width: 100%;
}
.doctor-quick-appointment--green .doctor-quick-appointment__head .doctor-quick-appointment__container,
.doctor-quick-appointment--green .doctor-quick-appointment__main .doctor-quick-appointment__container {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(204, 236, 212) 100%);
  border-color: transparent;
  box-shadow: 0px 0px 45px 0px rgba(0, 135, 51, 0.3);
}
.doctor-quick-appointment--green .doctor-quick-appointment__badge-title {
  color: #37853e;
}
@media (max-width: 768px) {
  .doctor-quick-appointment--green .doctor-quick-appointment__badge-icon img {
    width: 50px;
  }
}
.doctor-quick-appointment--green .doctor-quick-appointment__step::after {
  background: url("../images/tick2.svg") no-repeat center;
}
.doctor-quick-appointment--red .doctor-quick-appointment__head .doctor-quick-appointment__container,
.doctor-quick-appointment--red .doctor-quick-appointment__main .doctor-quick-appointment__container {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(255, 220, 220) 100%);
  border-color: transparent;
  box-shadow: 0px 10px 45px 0px rgba(133, 55, 55, 0.25) !important;
}
.doctor-quick-appointment--red .doctor-quick-appointment__summary-wrapper-l {
  background-color: #870000;
}
.doctor-quick-appointment--red .doctor-quick-appointment__badge-title {
  color: #853737;
}
@media (max-width: 768px) {
  .doctor-quick-appointment--red .doctor-quick-appointment__badge-icon img {
    width: 50px;
  }
}
.doctor-quick-appointment--red .doctor-quick-appointment__step::after {
  background: url("../images/tick2.svg") no-repeat center;
}
.doctor-quick-appointment__container {
  width: 100%;
  position: relative;
  flex-direction: column;
  display: flex;
  gap: 20px;
  border: 1px solid #eef0f7;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.055);
  transform: translateY(-90px);
  margin-bottom: -90px;
  padding: 20px 20px;
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__container {
    gap: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 20px;
    transform: translateY(-110px);
    margin-bottom: -110px;
  }
}
.doctor-quick-appointment__container--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__container--reverse {
    flex-direction: row;
  }
}
.doctor-quick-appointment__left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: -20px;
  height: auto;
}
@media (max-width: 992px) {
  .doctor-quick-appointment__left {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: 30%;
    height: auto;
  }
  .doctor-quick-appointment__left--center {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .doctor-quick-appointment__left--summary {
    margin-bottom: 0px !important;
    margin-top: -20px !important;
  }
}
.doctor-quick-appointment__right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__right {
    width: 70%;
    padding: 0;
  }
}
.doctor-quick-appointment__right form {
  width: 100% !important;
  position: relative;
}
.doctor-quick-appointment__head {
  display: none;
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__head {
    height: 80px;
    width: 250px;
    background-color: #24a9e1;
    color: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media (min-width: 768px) {
  .doctor-quick-appointment__head-title {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
  }
}
.doctor-quick-appointment__main {
  background: #f7f7f7;
  position: relative;
  padding: 20px 20px;
}
.doctor-quick-appointment__main--green {
  background-color: #72c987;
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__main {
    padding: 40px 0;
  }
}
.doctor-quick-appointment__main--loading:before {
  content: "";
  z-index: 999;
  background: linear-gradient(0deg, rgba(247, 247, 247, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.doctor-quick-appointment__main--loading:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  margin-top: -11px;
  position: absolute;
  width: 63px;
  height: 63px;
  border: 5px solid #25aae1;
  border-bottom-color: #fff;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 99998;
  box-shadow: 0px 0px 0px 8px rgb(8, 37, 98);
}
.doctor-quick-appointment__main--loading > img {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  margin-top: -12px;
}
.doctor-quick-appointment__main--loading > .loading-text {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: 55px;
  text-align: center;
  width: 161px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  color: #082562;
  z-index: 999;
  letter-spacing: -0.5px;
}
.doctor-quick-appointment__steps {
  position: relative;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
  }
}
.doctor-quick-appointment__progress {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #3992c9;
  z-index: 0;
}
.doctor-quick-appointment__progress-bar {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 0%;
  transform: translateY(-50%);
  height: 1px;
  height: 1px;
  background-color: #00377b;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__step {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #3992c9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    opacity: 1;
    z-index: 2;
    position: relative;
  }
  .doctor-quick-appointment__step::after {
    content: "";
    position: relative;
    background: url("../images/tick.svg") no-repeat center;
    background-size: 100%;
    width: 12px;
    height: 12px;
  }
}
.doctor-quick-appointment__step--active {
  opacity: 1;
  background-color: #00377b;
}
.doctor-quick-appointment__appointment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__appointment {
    display: flex;
    gap: 0;
    width: auto;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.doctor-quick-appointment__selectboxes {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__selectboxes {
    width: 30%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.doctor-quick-appointment__badge {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 20px;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__badge {
    padding: 50px 20px;
    flex-direction: column;
    border-radius: 15px;
  }
}
.doctor-quick-appointment__badge-icon img {
  width: 35px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__badge-icon img {
    width: 100px;
  }
}
.doctor-quick-appointment__badge-title {
  color: #fff;
  text-align: center;
  font-size: 25px;
  width: calc(100% - 60px);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .doctor-quick-appointment__badge-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .doctor-quick-appointment__badge-title {
    font-size: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .doctor-quick-appointment__badge {
    flex-direction: row;
  }
}
.doctor-quick-appointment__selectbox {
  width: 100%;
  height: 59px;
  position: relative;
}
.doctor-quick-appointment__selectbox-icon {
  position: absolute;
  background: url("../images/arrow-left.svg") no-repeat center;
  width: 17px;
  height: 17px;
  background-size: 100%;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.doctor-quick-appointment__selectbox select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  border: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1e2022;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.015);
  width: 100%;
  height: 100%;
  padding: 0 25px 0 15px;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
  border-radius: 10px;
  cursor: pointer;
}
.doctor-quick-appointment__selectbox select:disabled {
  cursor: default;
  background-color: #eef0f7;
  border: 1px solid #eef0f7;
  color: #677788;
}
.doctor-quick-appointment__selectbox select:focus {
  outline: 0;
}
.doctor-quick-appointment__selectbox select option {
  height: 50px;
}
.doctor-quick-appointment__day-selection {
  width: 100%;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__day-selection {
    width: 70%;
    margin: 0 0px;
    padding-left: 20px;
  }
}
.doctor-quick-appointment__tab {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.015);
}
.doctor-quick-appointment__tab-buttons {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0px;
}
.doctor-quick-appointment__tab-buttons .doctor-quick-appointment__tab-button:first-child {
  border-radius: 10px 0 0 0 !important;
}
.doctor-quick-appointment__tab-buttons .doctor-quick-appointment__tab-button:last-child {
  border-radius: 0 10px 0 0 !important;
}
.doctor-quick-appointment__tab-button {
  width: calc(50% - 0px);
  background-color: #f3f4f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid #ededed;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__tab-button {
    padding: 0 15px;
    width: calc(50% - 0px);
    height: 50px;
    flex-direction: row;
  }
}
.doctor-quick-appointment__tab-button-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
}
.doctor-quick-appointment__tab-button-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) saturate(100%) invert(46%) sepia(11%) saturate(635%) hue-rotate(170deg) brightness(96%) contrast(94%);
}
@media (min-width: 768px) {
  .doctor-quick-appointment__tab-button-icon {
    display: block;
  }
}
.doctor-quick-appointment__tab-button-title {
  width: calc(100% - 0px);
  font-size: 10.5px;
  font-weight: 400;
  color: #677788;
  line-height: 125%;
  text-align: center;
  white-space: normal;
  padding: 0 5px;
}
@media (min-width: 325px) {
  .doctor-quick-appointment__tab-button-title {
    font-size: 12.5px;
    padding: 0 10px;
  }
}
@media (min-width: 390px) {
  .doctor-quick-appointment__tab-button-title {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .doctor-quick-appointment__tab-button-title {
    width: -moz-max-content;
    width: max-content;
    font-size: 14.5px;
    font-weight: 600;
    padding-left: 5px;
    white-space: nowrap;
  }
}
.doctor-quick-appointment__tab-button--active {
  background-color: #fff;
  border: 1px solid #ededed;
  border-bottom: 1px solid transparent;
  pointer-events: none;
}
.doctor-quick-appointment__tab-button--active .doctor-quick-appointment__tab-button-title {
  color: #1e2022;
}
.doctor-quick-appointment__tab-button--active .doctor-quick-appointment__tab-button-icon {
  filter: brightness(0) saturate(100%) invert(12%) sepia(92%) saturate(2994%) hue-rotate(212deg) brightness(88%) contrast(101%);
}
.doctor-quick-appointment__tab-sections {
  width: 100%;
}
.doctor-quick-appointment__tab-section {
  background-color: #fff;
  border: 1px solid #ededed;
  border-top: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__tab-section {
    border-radius: 0 0 10px 10px;
  }
}
.doctor-quick-appointment__clocks {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
  position: relative;
}
.doctor-quick-appointment__clocks .doctor-quick-appointment__main--loading {
  background: #f3f4f9 !important;
  min-height: 210px;
  width: 100%;
  border-radius: 10px;
}
.doctor-quick-appointment__clock {
  position: relative;
  width: calc(25% - 8px);
  height: 45px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__clock {
    width: calc(20% - 8px);
  }
}
.doctor-quick-appointment__clock .clock {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}
.doctor-quick-appointment__clock .clock input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.doctor-quick-appointment__clock .clock input:checked ~ .clock__checkmark {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.doctor-quick-appointment__clock .clock input:checked ~ .clock__title {
  color: #155724 !important;
}
.doctor-quick-appointment__clock .clock input:disabled ~ .clock__checkmark {
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}
.doctor-quick-appointment__clock .clock input:disabled ~ .clock__title {
  color: #a0a0a0 !important;
}
.doctor-quick-appointment__clock .clock__title {
  font-weight: 600;
  font-size: 12px;
  color: #155724;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (min-width: 325px) {
  .doctor-quick-appointment__clock .clock__title {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .doctor-quick-appointment__clock .clock__title {
    font-size: 16px;
  }
}
.doctor-quick-appointment__clock .clock__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(212, 237, 218, 0.1);
  border: 1px solid #c3e6cb;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__clock .clock__checkmark {
    border-radius: 5px;
  }
}
.doctor-quick-appointment__date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.doctor-quick-appointment__date-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__date-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 0;
  }
}
.doctor-quick-appointment__date-right {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__date-right {
    width: 32%;
  }
}
.doctor-quick-appointment__day {
  border: 1px solid #f0f0f0 !important;
  background-color: #f9f9f9;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__day {
    width: 206px;
    height: 40px;
    max-width: 100%;
    padding: 0 15px;
  }
}
.doctor-quick-appointment__day-previous, .doctor-quick-appointment__day-forward {
  width: 30px;
  height: 30px;
  background-color: #f2f3f6;
  border: 1px solid transparent !important;
  color: #003981;
  border: 0;
  border-radius: 5px;
}
@media (min-width: 325px) {
  .doctor-quick-appointment__day-previous, .doctor-quick-appointment__day-forward {
    width: 35px;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .doctor-quick-appointment__day-previous, .doctor-quick-appointment__day-forward {
    width: 40px;
    height: 40px;
  }
}
.doctor-quick-appointment__day-previous:disabled, .doctor-quick-appointment__day-forward:disabled {
  opacity: 0.4;
  cursor: pointer;
}
.doctor-quick-appointment__day-previous {
  position: relative;
  cursor: pointer;
}
.doctor-quick-appointment__day-previous::after {
  background: url("../images/arrow-left.svg") no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.doctor-quick-appointment__day-forward {
  position: relative;
  cursor: pointer;
}
.doctor-quick-appointment__day-forward::after {
  background: url("../images/arrow-left.svg") no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.doctor-quick-appointment__day-text {
  color: #003981;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 11px;
  position: relative;
}
@media (min-width: 325px) {
  .doctor-quick-appointment__day-text {
    font-size: 13px;
  }
}
@media (min-width: 390px) {
  .doctor-quick-appointment__day-text {
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  .doctor-quick-appointment__day-text {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .doctor-quick-appointment__day-text {
    font-size: 16px;
    width: 200px;
    text-align: center;
  }
}
.doctor-quick-appointment__day-placeholder {
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  background-color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 0px);
  border: 1px solid #ccc;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__day-placeholder {
    padding: 0 0px;
  }
}
.doctor-quick-appointment__day-placeholder-icon {
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__day-placeholder-icon {
    width: 14px;
  }
}
.doctor-quick-appointment__day-placeholder-icon img {
  width: 100%;
}
.doctor-quick-appointment__day-placeholder-text {
  color: #1e2022;
  font-weight: 400;
  font-size: 12px;
  padding-left: 10px;
}
@media (min-width: 325px) {
  .doctor-quick-appointment__day-placeholder-text {
    font-size: 14px;
  }
}
.doctor-quick-appointment__create-appointment {
  height: 50px;
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s ease all;
  opacity: 1;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__create-appointment {
    border-radius: 10px;
  }
}
.doctor-quick-appointment__create-appointment:disabled {
  cursor: auto;
  background-color: #f3f4f9;
  color: #677788;
  opacity: 0.5;
}
.doctor-quick-appointment__footnote {
  text-align: left;
  width: 100%;
  font-size: 12px;
  margin-top: 15px;
  opacity: 0.8;
  color: #677797;
  line-height: 125%;
}
.doctor-quick-appointment__footnote strong {
  font-weight: 600;
}
.doctor-quick-appointment__nearest-day {
  font-size: 12px;
  font-weight: 500;
  color: #55d466;
  line-height: 125%;
  position: relative;
  letter-spacing: -0.3;
  padding-bottom: 2px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.doctor-quick-appointment__login {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__login {
    padding-left: 30px;
  }
}
.doctor-quick-appointment__login-title {
  font-size: 18px;
  color: #1e2022;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
.doctor-quick-appointment__login-title-2 {
  font-size: 16px;
  color: #1e2022;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eef0f7;
  padding: 0px 5px 10px 5px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__login-title-2 {
    padding: 5px 5px 20px 5px;
  }
}
.doctor-quick-appointment__login-info {
  background-color: #f8fafd;
  border: 1px solid #eef0f7;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  padding: 20px 20px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 100%;
}
.doctor-quick-appointment__login-info strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__login-info {
    margin-top: 0px;
    height: calc(100% + 20px);
    transform: translate(-20px, -20px);
    border-radius: 10px 0 0 10px;
  }
}
.doctor-quick-appointment__login-content {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #677797;
  line-height: 150%;
  margin: 15px auto;
}
.doctor-quick-appointment__login-content strong {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__login-content {
    max-width: 75%;
  }
}
.doctor-quick-appointment__login-form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__login-form {
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__login-form {
    flex-direction: row;
  }
}
.doctor-quick-appointment__login-input {
  width: calc(100% - 0px);
  position: relative;
  height: 59px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__login-input {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__login-input {
    width: calc(50% - 10px);
  }
}
.doctor-quick-appointment__login-input input {
  border: 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1e2022;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.015);
  transition: 0.3s ease all;
}
.doctor-quick-appointment__login-input input::-moz-placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__login-input input::placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__login-input input:focus {
  outline: 0;
  border: 1px solid #1e2022;
}
.doctor-quick-appointment__login-input-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #1e2022;
  background-color: #fff;
  pointer-events: none;
  padding: 5px 14px;
  left: 2px;
  transition: 0.1s ease all;
}
.doctor-quick-appointment__login-input-placeholder--hidden {
  opacity: 0;
}
.doctor-quick-appointment__login-continue {
  height: 50px;
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__login-continue {
    border-radius: 10px;
  }
}
.doctor-quick-appointment__login-continue:disabled {
  cursor: auto;
  background-color: rgba(36, 169, 225, 0.5);
}
.doctor-quick-appointment__login .g-recaptcha {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .doctor-quick-appointment__login .g-recaptcha {
    transform: scale(0.7);
    width: 50% !important;
    margin-left: -50%;
  }
  .doctor-quick-appointment__login .g-recaptcha > div {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .doctor-quick-appointment__login .g-recaptcha {
    transform: scale(1);
  }
}
.doctor-quick-appointment__information-completion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__information-completion {
    padding-left: 30px;
  }
}
.doctor-quick-appointment__information-completion-title {
  font-size: 18px;
  color: #1e2022;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
.doctor-quick-appointment__information-completion-info {
  background-color: #0085c0;
  border: 1px solid rgba(9, 44, 116, 0.1490196078);
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
}
.doctor-quick-appointment__information-completion-info strong {
  font-weight: 500;
}
.doctor-quick-appointment__information-completion-content {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #677797;
  line-height: 125%;
  max-width: 100%;
  margin: 15px auto;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__information-completion-content {
    max-width: 100%;
  }
}
.doctor-quick-appointment__information-completion-content strong {
  font-weight: 700;
}
.doctor-quick-appointment__information-completion-form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__information-completion-form {
    flex-direction: row;
  }
}
.doctor-quick-appointment__information-completion-input {
  height: 58px;
  width: calc(100% - 0px) !important;
  position: relative;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__information-completion-input {
    width: calc(50% - 10px) !important;
  }
}
.doctor-quick-appointment__information-completion-input input {
  border: 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1e2022;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.015);
  transition: 0.3s ease all;
}
.doctor-quick-appointment__information-completion-input input::-moz-placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__information-completion-input input::placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__information-completion-input input:focus {
  outline: 0;
  border: 1px solid #1e2022;
}
.doctor-quick-appointment__information-completion-input .iti {
  width: calc(100% - 0px);
  height: 100%;
  color: #161616 !important;
}
.doctor-quick-appointment__information-completion-input .iti input {
  width: 100% !important;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__information-completion-input .iti {
    width: calc(100% - 0px) !important;
  }
}
.doctor-quick-appointment__information-completion-continue {
  height: 50px;
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__information-completion-continue {
    border-radius: 10px;
  }
}
.doctor-quick-appointment__information-completion-continue:disabled {
  cursor: auto;
  background-color: rgba(36, 169, 225, 0.5);
}
.doctor-quick-appointment__sms {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__sms {
    padding-left: 30px;
  }
}
.doctor-quick-appointment__sms-title {
  font-size: 18px;
  color: #1e2022;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding-top: 5px;
}
.doctor-quick-appointment__sms-info {
  background-color: #0085c0;
  border: 1px solid rgba(9, 44, 116, 0.1490196078);
  font-size: 14px;
  line-height: 150%;
  color: #677797;
  padding: 10px 20px;
  text-align: center;
  margin-top: 15px;
  border-radius: 10px;
  width: 100%;
}
.doctor-quick-appointment__sms-info strong {
  font-weight: 500;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__sms-info {
    max-width: 70%;
  }
}
.doctor-quick-appointment__sms-content {
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #677797;
  line-height: 125%;
  max-width: 100%;
  margin: 15px auto 0 auto;
}
.doctor-quick-appointment__sms-content strong {
  font-weight: 700;
}
.doctor-quick-appointment__sms-content-retry {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #677797;
  line-height: 125%;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__sms-content {
    max-width: 75%;
  }
}
.doctor-quick-appointment__sms-form {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.doctor-quick-appointment__sms-form input:first-child {
  width: 100% !important;
}
.doctor-quick-appointment__sms-form input {
  border: 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #eef0f7;
  border: 1px solid #ccc;
  color: #1e2022;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.015);
  transition: 0.3s ease all;
  border-radius: 5px;
}
.doctor-quick-appointment__sms-form input::-moz-placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__sms-form input::placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__sms-form input:focus {
  outline: 0;
  border: 1px solid #1e2022;
}
.doctor-quick-appointment__sms-form .iti {
  width: calc(50% - 10px);
}
.doctor-quick-appointment__sms-form .iti input {
  width: 100% !important;
}
.doctor-quick-appointment__sms-continue {
  height: 50px;
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__sms-continue {
    border-radius: 10px;
  }
}
.doctor-quick-appointment__sms-continue:disabled {
  cursor: auto;
  background-color: rgba(36, 169, 225, 0.5);
}
.doctor-quick-appointment__sms-codes {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  background-color: #eef0f7;
  padding: 5px;
  border-radius: 10px;
}
.doctor-quick-appointment__sms-codes input {
  width: calc(20% - 5px);
  box-sizing: border-box;
  border: 0;
  height: 50px;
  text-align: center;
  font-size: 20px;
  border: 2px solid #eef0f7;
  color: #003487;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.doctor-quick-appointment__sms-codes input:focus {
  outline: 0;
  border: 2px solid #c9c9c9;
}
.doctor-quick-appointment__sms-codes input:required:valid {
  border-color: #000;
}
.doctor-quick-appointment__sms-footnote {
  width: 100%;
  font-size: 12px;
  margin-top: 15px;
  opacity: 0.8;
  color: #677797;
  line-height: 125%;
  text-align: center;
}
.doctor-quick-appointment__sms-footnote strong {
  font-weight: 600;
  opacity: 1;
}
.doctor-quick-appointment__sms-counter {
  display: flex;
  gap: 10px;
  margin: 10px auto;
  align-items: center;
}
.doctor-quick-appointment__sms-counter-icon {
  background: url("../images/counter.png") no-repeat center;
  background-size: 100%;
  width: 30px;
  height: 30px;
  position: relative;
  content: "";
  display: block;
  filter: invert(50%) sepia(6%) saturate(1842%) hue-rotate(182deg) brightness(91%) contrast(90%);
}
.doctor-quick-appointment__sms-counter-text {
  font-size: 25px;
  color: #677797;
  font-weight: 700;
}
.doctor-quick-appointment__sms-error {
  border: 1px solid #924951;
  background-color: #f5c6cb;
  text-align: left;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.doctor-quick-appointment__sms-error p {
  font-size: 12px;
  line-height: 125%;
  font-weight: 400;
  width: calc(100% - 35px);
  color: #924951;
}
.doctor-quick-appointment__sms-error img {
  width: 30px;
  margin-right: 5px;
}
.doctor-quick-appointment__summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__summary {
    padding-left: 30px;
  }
}
.doctor-quick-appointment__summary-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.doctor-quick-appointment__summary-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  height: 340px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__summary-wrapper {
    align-items: flex-start;
    height: 320px;
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .doctor-quick-appointment__summary-wrapper {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__summary-wrapper {
    max-width: 100%;
  }
}
.doctor-quick-appointment__summary-wrapper::before {
  background: url("../images/acibadem-a.png") no-repeat center;
  background-size: 100%;
  width: 300px;
  height: 300px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .doctor-quick-appointment__summary-wrapper::before {
    right: -100px;
    bottom: -100px;
  }
}
.doctor-quick-appointment__summary-wrapper-l {
  width: 40px;
  background-color: #008733;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__summary-wrapper-l {
    width: 80px;
  }
}
.doctor-quick-appointment__summary-wrapper-r {
  width: calc(100% - 40px);
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__summary-wrapper-r {
    width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__summary-wrapper-r {
    padding: 30px 50px 50px 50px;
    gap: 30px;
  }
}
.doctor-quick-appointment__summary-sub-title {
  transform: rotate(-90deg);
  width: 350px;
  white-space: nowrap;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__summary-sub-title {
    font-size: 25px;
    height: 80px;
  }
}
.doctor-quick-appointment__summary-info {
  font-size: 14px;
  line-height: 125%;
  color: #003487;
  font-weight: 400;
}
.doctor-quick-appointment__summary-info strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__summary-info {
    font-size: 16px;
  }
}
.doctor-quick-appointment__summary-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__summary-table {
    gap: 10px;
  }
}
.doctor-quick-appointment__summary-table-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__summary-table-row {
    flex-direction: row;
    gap: 0;
    width: 100%;
  }
}
.doctor-quick-appointment__summary-table-title {
  width: 100%;
  font-size: 14px;
  color: #677788;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__summary-table-title {
    width: 120px;
    font-size: 16px;
  }
  .doctor-quick-appointment__summary-table-title::after {
    content: ":";
    position: absolute;
    right: 0;
  }
}
.doctor-quick-appointment__summary-table-desc {
  width: 100%;
  font-size: 14px;
  color: #1e2022;
  font-weight: 500;
  line-height: 125%;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__summary-table-desc {
    width: calc(100% - 120px);
    padding-left: 10px;
    font-size: 16px;
  }
}
.doctor-quick-appointment__summary-message {
  background-color: #fffbee;
  border: 1px solid rgba(133, 100, 4, 0.1);
  color: #856404;
  padding: 10px;
  border-radius: 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  position: relative;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__summary-message {
    padding: 5px;
  }
}
.doctor-quick-appointment__summary-message p {
  font-size: 13px;
  line-height: 135%;
  font-weight: 400;
  width: calc(100% - 35px);
}
.doctor-quick-appointment__summary-message img {
  width: 30px;
  margin-right: 5px;
}
.doctor-quick-appointment__summary-message strong {
  font-weight: 500;
}
.doctor-quick-appointment__add-to-calendar {
  color: #37853e;
  font-size: 12px;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}
.doctor-quick-appointment__add-to-calendar-icon {
  width: 14px;
  height: 14px;
  border: 2px solid #37853e;
  border-radius: 100px;
  margin-right: 5px;
}
.doctor-quick-appointment__closed {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__closed {
    display: flex;
    gap: 0;
    width: auto;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.doctor-quick-appointment__wrapper {
  width: 100%;
  margin: 0 0px;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper {
    width: 70%;
    padding-left: 20px;
  }
}
.doctor-quick-appointment__wrapper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-quick-appointment__wrapper-icon img {
  cursor: pointer;
}
.doctor-quick-appointment__wrapper-desc {
  text-align: center;
  width: 100%;
  margin: 20px 0;
  padding: 0 0px;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper-desc {
    padding: 0 100px;
  }
}
.doctor-quick-appointment__wrapper-desc strong {
  font-weight: 600;
}
.doctor-quick-appointment__wrapper-desc span {
  color: #003487;
  font-weight: 600;
  font-style: italic;
  margin: 5px 0;
  display: block;
  font-size: 14px;
}
.doctor-quick-appointment__wrapper-desc p {
  color: #fff;
  line-height: 135%;
  font-weight: 400;
  font-size: 14px;
}
.doctor-quick-appointment__wrapper-desc h6 {
  color: #fff;
  line-height: 135%;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.doctor-quick-appointment__wrapper-form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__wrapper-form {
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper-form {
    flex-direction: row;
    width: 100%;
  }
}
.doctor-quick-appointment__wrapper-form--stretch {
  align-items: stretch;
}
.doctor-quick-appointment__wrapper-form-left {
  display: none;
}
.doctor-quick-appointment__wrapper-form-left .doctor-quick-appointment__wrapper-input {
  width: 100%;
}
.doctor-quick-appointment__wrapper-form-left-desc {
  line-height: 125%;
  font-size: 15px;
  font-weight: 500;
  color: #01377b;
}
.doctor-quick-appointment__wrapper-form-left-desc strong {
  font-weight: 600;
  color: #002561;
}
.doctor-quick-appointment__wrapper-form-left-button {
  margin-top: auto;
  width: 100%;
}
.doctor-quick-appointment__wrapper-form-left-button button {
  height: 50px;
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: none;
  text-decoration: none;
}
.doctor-quick-appointment__wrapper-form-left-button button:disabled {
  cursor: auto;
  background-color: rgba(36, 169, 225, 0.5);
}
.doctor-quick-appointment__wrapper-form-left-button button img {
  margin-right: 5px;
}
.doctor-quick-appointment__wrapper-form-left-button button span {
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__wrapper-form-left-button button {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper-form-left-button button {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__wrapper-form-left-button button {
    border-radius: 10px;
    display: flex;
  }
}
.doctor-quick-appointment__wrapper-form-left-button a {
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  line-height: 125%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  padding: 10px 10px;
}
.doctor-quick-appointment__wrapper-form-left-button a:disabled {
  cursor: auto;
  background-color: rgba(36, 169, 225, 0.5);
}
.doctor-quick-appointment__wrapper-form-left-button a div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 10px;
}
.doctor-quick-appointment__wrapper-form-left-button a div span {
  text-decoration: none;
  display: block;
}
.doctor-quick-appointment__wrapper-form-left-button a div span:first {
  font-weight: 600;
  font-size: 14px;
}
.doctor-quick-appointment__wrapper-form-left-button a div span:last-child {
  font-weight: 400;
  font-size: 13px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__wrapper-form-left-button a {
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper-form-left-button a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .doctor-quick-appointment__wrapper-form-left-button a {
    width: 100%;
    display: none;
  }
}
.online-support-active .doctor-quick-appointment__wrapper-form-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .online-support-active .doctor-quick-appointment__wrapper-form-left {
    width: calc(40% - 10px);
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.doctor-quick-appointment__wrapper-form-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper-form-right .g-recaptcha {
    transform: scale(1);
  }
}
.online-support-active .doctor-quick-appointment__wrapper-form-right {
  width: 100%;
}
.online-support-active .doctor-quick-appointment__wrapper-form-right .doctor-quick-appointment__wrapper-input {
  width: 100%;
}
.online-support-active .doctor-quick-appointment__wrapper-form-right .doctor-quick-appointment__wrapper-label {
  width: calc(100% - 15px) !important;
}
@media (min-width: 1024px) {
  .online-support-active .doctor-quick-appointment__wrapper-form-right .g-recaptcha {
    transform: scale(0.95);
  }
}
@media (min-width: 1024px) {
  .online-support-active .doctor-quick-appointment__wrapper-form-right {
    border-left: 2px solid #f0f0f0;
    padding-left: 20px;
    width: calc(60% - 10px);
  }
}
.doctor-quick-appointment__wrapper-input {
  width: calc(100% - 0px);
  position: relative;
  height: 59px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__wrapper-input {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__wrapper-input {
    width: calc(50% - 10px);
  }
}
.doctor-quick-appointment__wrapper-input .iti {
  width: calc(100% - 0px);
  height: 100%;
}
.doctor-quick-appointment__wrapper-input .iti input {
  width: 100% !important;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__wrapper-input .iti {
    width: calc(100% - 0px) !important;
  }
}
.doctor-quick-appointment__wrapper-input input {
  border: 0;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #1e2022;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.015);
  transition: 0.3s ease all;
}
.doctor-quick-appointment__wrapper-input input::-moz-placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__wrapper-input input::placeholder {
  color: #1e2022;
  font-weight: 400;
}
.doctor-quick-appointment__wrapper-input input:focus {
  outline: 0;
  border: 1px solid #1e2022;
}
.doctor-quick-appointment__wrapper-continue {
  height: 50px;
  width: 100%;
  background-color: #24a9e1;
  color: #fff;
  border: 0;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__wrapper-continue {
    border-radius: 10px;
  }
}
.doctor-quick-appointment__wrapper-continue:disabled {
  cursor: auto;
  background-color: rgba(36, 169, 225, 0.5);
}
.doctor-quick-appointment__wrapper-gdpr {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  gap: 5px;
  line-height: 135%;
  width: 100%;
}
.doctor-quick-appointment__wrapper-label {
  width: calc(100% - 50px);
}
.doctor-quick-appointment__wrapper-label button {
  border: 0;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.doctor-quick-appointment__wrapper-checkbox {
  min-width: 15px;
  min-height: 15px;
  max-height: 15px;
  max-width: 15px;
  border: 1px solid #fff;
  background-color: transparent;
}
.doctor-quick-appointment__closed .doctor-quick-appointment__wrapper-checkbox {
  border: 1px solid #003487;
}
.doctor-quick-appointment__table {
  width: 100%;
  margin-top: 20px;
}
.doctor-quick-appointment__table-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__table-row {
    margin-bottom: 10px;
  }
}
.doctor-quick-appointment__table-row:last-child {
  margin-bottom: 0;
}
.doctor-quick-appointment__table-left {
  width: 70px;
  text-align: left;
  font-weight: 500;
  line-height: 125%;
  font-size: 14px;
  color: #1e2022;
}
.doctor-quick-appointment__table-right {
  width: calc(100% - 70px);
  text-align: left;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #677797;
}
.doctor-quick-appointment__doctor-message {
  background-color: #fffbee;
  border: 1px solid rgba(133, 100, 4, 0.1);
  color: #856404;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__doctor-message {
    padding: 15px;
  }
}
.doctor-quick-appointment__doctor-message p {
  font-size: 12px;
  line-height: 125%;
  font-weight: 400;
  width: calc(100% - 35px);
}
.doctor-quick-appointment__doctor-message img {
  width: 30px;
  margin-right: 5px;
}
.doctor-quick-appointment__doctor-message--big {
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__doctor-message--big {
    padding: 25px 20px;
  }
}
.doctor-quick-appointment__doctor-message--big p {
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  width: calc(100% - 35px);
}
.doctor-quick-appointment__doctor-message--big p strong {
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__doctor-message--big p {
    width: calc(100% - 45px);
    font-size: 17px;
  }
}
.doctor-quick-appointment__doctor-message--big img {
  width: 30px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__doctor-message--big img {
    width: 40px;
  }
}
.doctor-quick-appointment__success-message {
  background-color: #b8dfc1;
  border: 1px solid rgba(55, 133, 62, 0.1);
  color: #37853e;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__success-message {
    padding: 15px;
  }
}
.doctor-quick-appointment__success-message p {
  font-size: 18px;
  line-height: 125%;
  font-weight: 400;
  width: calc(100% - 0px);
}
.doctor-quick-appointment__success-message img {
  width: 60px;
  margin-bottom: 5px;
}
.doctor-quick-appointment__success-message--big {
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__success-message--big {
    padding: 25px 20px;
  }
}
.doctor-quick-appointment__success-message--big p {
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  width: calc(100% - 35px);
}
.doctor-quick-appointment__success-message--big p strong {
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__success-message--big p {
    width: calc(100% - 45px);
    font-size: 17px;
  }
}
.doctor-quick-appointment__success-message--big img {
  width: 30px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .doctor-quick-appointment__success-message--big img {
    width: 40px;
  }
}
.doctor-quick-appointment__hero-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 20px;
  height: 70px;
  background-color: #24a9e1;
  transform: translate(-21px, -21px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 42px);
  margin-bottom: -20px;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__hero-title {
    width: 350px;
    margin-bottom: 0;
    border-radius: 10px 0 10px 0px;
  }
}
.doctor-quick-appointment__previous-step {
  width: auto;
  height: 40px;
  border-radius: 5px;
  padding: 5px 5px 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  cursor: pointer;
  background: rgb(114, 114, 114);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(249, 249, 249) 100%);
  transition: 0.3s ease all;
  position: absolute;
  top: -5px;
  left: -10px;
}
.doctor-quick-appointment__previous-step img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  -o-object-position: center;
     object-position: center;
}
.doctor-quick-appointment__previous-step p {
  color: #002561;
  font-size: 13px;
  margin-left: -3px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__previous-step p {
    font-size: 14px;
    display: block;
    padding: 5px 10px 5px 5px;
  }
}
.doctor-quick-appointment__previous-step:hover {
  background-color: #f7f7f7;
}
.doctor-quick-appointment__previous-step::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 15px solid #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
}
@media (min-width: 992px) {
  .doctor-quick-appointment__previous-step::before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 15px solid #f5f5f5;
  }
}
@media (min-width: 992px) {
  .doctor-quick-appointment__previous-step {
    top: -5px;
    left: 0px;
    height: 40px;
  }
}
.doctor-quick-appointment__label-placeholder {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  font-size: 13px;
  color: #1e2022;
  opacity: 0.8;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: -20px;
}
.doctor-quick-appointment .g-recaptcha {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .doctor-quick-appointment .g-recaptcha {
    transform: scale(0.7);
    width: 50% !important;
    margin-left: -50%;
  }
  .doctor-quick-appointment .g-recaptcha > div {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .doctor-quick-appointment .g-recaptcha {
    transform: scale(1);
  }
}

.just-validate-error-label {
  position: absolute;
  top: 7px;
  left: 17px;
  font-size: 11px;
  color: #ff4747 !important;
  font-weight: 500;
  z-index: 1;
}
.doctor-quick-appointment__clocks .just-validate-error-label {
  display: none;
}
.iti .just-validate-error-label {
  left: 78px;
}

.just-validate-error-field {
  border: 1px solid #ff4747 !important;
}
.just-validate-error-field + .clock__checkmark {
  border: 1px solid #ff4747 !important;
}
.just-validate-error-field:disabled + .clock__checkmark {
  border: 1px solid #f2f2f2 !important;
}
.doctor-quick-appointment__sms-codes .just-validate-error-field {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #ff4747 !important;
}

.prevMonthDay {
  color: rgb(57, 57, 57) !important;
}

.flatpickr-day {
  color: #000 !important;
}

.flatpickr-disabled {
  color: rgba(0, 0, 0, 0.2) !important;
}

.doctorAppointmentLink--red {
  background-color: #cc7373 !important;
}

.doctorAppointmentLink--green {
  background-color: #72c987 !important;
}

.birthdate__placeholder-icon {
  position: absolute;
  right: 1px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.birthdate__placeholder-text {
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #1e2022;
  font-weight: 400;
  font-size: 14px;
  opacity: 0;
}
.birthdate__placeholder-text--active {
  opacity: 1;
}

#input-date-of-birth {
  color: #1e2022;
  font-weight: 400;
  font-size: 14px;
}
#input-date-of-birth:focus {
  cursor: text;
}
#input-date-of-birth::-moz-placeholder {
  color: #1e2022;
  font-weight: 400;
  font-size: 14px;
}
#input-date-of-birth::placeholder {
  color: #1e2022;
  font-weight: 400;
  font-size: 14px;
}

.doctor-quick-appointment__login-input--flexible {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .doctor-quick-appointment__login-input--flexible {
    max-width: 300px;
    margin-top: 0;
  }
}
.doctor-quick-appointment__login-input--flexible .just-validate-error-label {
  display: none !important;
}
.doctor-quick-appointment__login-input .select2-container {
  margin: 0 10px 0 0;
  width: calc(33.3% - 10px) !important;
  height: 100%;
}
.doctor-quick-appointment__login-input .select2-container .select2-selection--single {
  height: 100%;
}
.doctor-quick-appointment__login-input .select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  color: #1e2022 !important;
  font-size: 14px;
  border-radius: 10px !important;
}
.doctor-quick-appointment__login-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.doctor-quick-appointment__login-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-quick-appointment__login-input .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 !important;
  height: 100% !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-top: 0px !important;
  position: absolute;
  top: 50%;
  background: url(../images/arrow-left.svg) no-repeat center;
  background-size: 100%;
  transform: rotate(-90deg);
  left: auto;
  bottom: auto;
  top: 0;
  opacity: 0.5;
}
.doctor-quick-appointment__login-input .select2-container--open .select2-selection__arrow b {
  transform: rotate(90deg) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #092c74 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px !important;
  height: 45px;
}

.select2-dropdown {
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.select2-results__option {
  padding: 12.5px 7.5px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.select2-results__option:last-child {
  border-bottom: 0;
}

.just-validate-error-field + .select2-container .select2-selection--single {
  border: 1px solid #ff4747 !important;
}

.only-before-md {
  display: block;
}
@media (min-width: 768px) {
  .only-before-md {
    display: none;
  }
}

.only-after-md {
  display: none;
}
@media (min-width: 768px) {
  .only-after-md {
    display: block;
  }
}

.doctor-nearest-day {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #ccc;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
  height: auto;
  margin: 50px auto 0 auto;
  transition: 0.3s ease all;
  padding: 20px 20px 20px 50px;
}
@media (min-width: 992px) {
  .doctor-nearest-day {
    width: -moz-max-content;
    width: max-content;
    margin: 50px 0 0 0;
    padding: 20px 20px 20px 50px;
  }
}
.doctor-nearest-day__title {
  font-size: 16px !important;
  font-weight: 600;
  text-align: left;
  color: #fff !important;
  display: flex;
  align-items: center;
  font-style: normal !important;
  line-height: 125% !important;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.doctor-nearest-day__title::before {
  content: "";
  position: absolute;
  left: -31px;
  background: url("../images/doctor-schedule.svg") no-repeat center;
  background-size: 100%;
  width: 26px;
  margin-right: 5px;
  height: 26px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(49%) saturate(0%) hue-rotate(313deg) brightness(111%) contrast(101%);
}
.doctor-nearest-day__day {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 3px;
}
.doctor-nearest-day__day span {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
  color: #fff !important;
  display: block;
  font-style: normal !important;
  line-height: 125% !important;
  margin: 0 !important;
}
.doctor-nearest-day__day strong {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
  color: #fff !important;
  display: block;
  display: flex;
  align-items: center;
  padding-left: 14px;
  font-style: normal !important;
  line-height: 125% !important;
  margin: 0 !important;
}
.doctor-nearest-day__day strong::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
  display: block;
  transform: translateX(-7px);
}
.doctor-nearest-day--visible {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 0px;
}

.hhr-dialog {
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  z-index: 9999999999 !important;
  width: 100%;
}
@media (min-width: 992px) {
  .hhr-dialog {
    padding: 40px;
    width: 500px;
  }
}
.hhr-dialog p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #666;
  line-height: 150%;
}
.hhr-dialog h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.hhr-dialog__buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.hhr-dialog__buttons button {
  width: calc(50% - 5px);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #222;
  cursor: pointer;
}
.hhr-dialog__buttons button:first-child {
  background-color: #002561;
  color: #fff;
  border: 1px solid #002561;
}
.hhr-dialog--show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  bottom: -1px;
}
.hhr-dialog--active:before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(7, 37, 98, 0.5);
  left: 0;
  top: 0;
  z-index: 9999 !important;
}/*# sourceMappingURL=hhr.css.map */