/* Minification failed. Returning unminified contents.
(690,72): run-time error CSS1030: Expected identifier, found '.'
(690,93): run-time error CSS1031: Expected selector, found ')'
(690,93): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 16px 34% 30px 30px;
}
.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 900px;
  margin: 20px auto 5px;
  border: none;
  z-index: 0;
}
@media screen and (max-width: 1023.98px) {
  .process-model {
    display: none;
  }
}
.process-model li::after {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  position: absolute;
  right: -90px;
  top: 25px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1125.98px) {
  .process-model li::after {
    right: -80px;
  }
}
.process-model li:last-child::after {
  width: 0;
}
.process-model li {
  display: inline-block;
  width: 20%;
  text-align: center;
  float: none;
}
.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}
.process-model li a {
  padding: 0;
  border: none;
  color: #606060;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}
.process-model li i {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  background: #f5f6f7;
  border: 2px solid #e5e5e5;
  line-height: 48px;
  font-size: 25px;
  border-radius: 50%;
}
.process-model li p {
  font-size: 14px;
  margin-top: 5px;
}
.process-model.contact-us-tab li.visited a,
.process-model.contact-us-tab li.visited p {
  color: #606060 !important;
  font-weight: normal;
}
.process-model.contact-us-tab li::after {
  display: none;
}
.process-model.contact-us-tab li.visited i {
  border-color: #e5e5e5;
}
@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}

.fd-zone {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */
  width: 100%;
  margin: auto;
  /*padding: 18px;*/
  text-align: center;
  background-color: white;
  vertical-align: middle;
  border: dashed 2px black;
  cursor: pointer;
}
.zoneDragDrop {
  text-align: left;
}
.drop-active {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */
  width: 100%;
  margin: auto;
  /*padding: 18px;*/
  background-color: lightblue;
  vertical-align: middle;
  border: dashed 2px black;
  cursor: pointer;
}
.fd-zone:hover {
  position: relative;
  overflow: hidden;
  /* The following are not required but create a pretty box: */
  width: 100%;
  margin: auto;
  /*padding: 18px;*/
  background-color: lightblue;
  vertical-align: middle;
  border: dashed 2px black;
  cursor: pointer;
}
/* Hides <input type="file"> while simulating "Browse" button: */

.fd-file {
  opacity: 0;
  font-size: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 200px;
}
.dragAndDropLink {
  cursor: pointer !important;
  text-decoration: underline !important;
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright � 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    /*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
    .pika-single:before,
    .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both
    }

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

    .pika-prev:hover,
    .pika-next:hover {
        opacity: 1;
    }

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

    .pika-prev.is-disabled,
    .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table th,
    .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.icon {
  width: 150px;
  display: block;
  margin: 25px auto 25px;
  border-radius: 50%;
  stroke: #31afb4;
  -webkit-animation: bounceIcon 0.17s ease-in-out;
  animation: bounceIcon 0.17s ease-in-out;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.circle {
  stroke-dasharray: 190;
  stroke-dashoffset: 190;
  stroke-width: 9;
  stroke: #31afb4;
  fill: none;
  -webkit-animation: drawCircle .5s linear;
  animation: drawCircle .5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.check {
  stroke-width: 7;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  -webkit-animation: drawCheckmark 0.5s cubic-bezier(0.89, 0.09, 0.91, 0.67);
  animation: drawCheckmark 0.5s cubic-bezier(0.89, 0.09, 0.91, 0.67) forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
@keyframes drawCircle {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCheckmark {
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}
@keyframes bounceIcon {
  0% {
    transform: none;
  }
  50% {
    transform: scale3D(0.9, 0.9, 1);
  }
  100% {
    transform: none;
  }
}
.confirmationIE {
  display: none;
}
.confirmationNonIE {
  display: inherit;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .confirmationNonIE {
    display: none !important;
  }
  .confirmationIE {
    display: inherit !important;
  }
}
@media (min-width: 767.8px) {
  .confirmationDiv {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.summernoteRenderWrap img,
.note-editable img {
  height: auto !important;
  max-width: 100% !important;
}
.summernoteOriginalAddOn {
  padding-top: 10px;
  z-index: 7;
}
@media (min-width: 1024.1px) {
  .note-video-clip {
    max-width: 750px !important;
  }
}
@media (max-width: 1024px) and (min-width: 800.1px) {
  .note-video-clip {
    max-width: 517.325px !important;
    max-height: 290.995px !important;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .note-video-clip {
    max-width: 368px !important;
    max-height: 207px !important;
  }
}
@media (max-width: 767.98px) and (min-width: 400px) {
  .note-video-clip {
    max-width: 354.4px;
    max-height: 199.35px;
  }
}
@media (max-width: 399.98px) and (min-width: 330px) {
  .note-video-clip {
    max-width: 315.2px;
    max-height: 177.3px;
  }
}
@media (max-width: 329.98px) {
  .note-video-clip {
    max-width: 260px;
    max-height: 146.25px;
  }
}
.note-editable div,
.note-editable span,
.note-editable p,
.note-editable h1,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h5,
.note-editable tr,
.note-editable tbody,
.note-editable h2 {
  max-width: 100% !important;
}
.summernoteRenderWrap div,
.summernoteRenderWrap span,
.summernoteRenderWrap tr,
.summernoteRenderWrap tbody,
.summernoteRenderWrap p,
.summernoteRenderWrap h1,
.summernoteRenderWrap h3,
.summernoteRenderWrap h4,
.summernoteRenderWrap h5,
.summernoteRenderWrap h5,
.summernoteRenderWrap h2 {
  max-width: 100% !important;
}
@media (max-width: 767.98px) {
  .summernoteRenderWrap td,
  .note-editable td {
    max-width: 50px !important;
    overflow: auto;
  }
  .summernoteRenderWrap td span,
  .note-editable td span {
    font-size: 14px !important;
  }
}
.sa-button-container button {
  font-family: Rift !important;
}
.summernoteRenderWrap {
  overflow: hidden;
}
.note-popover > .modal-backdrop {
  display: none !important;
}
.summernoteRenderWrap img.note-float-right {
  margin-left: 10px;
}
.summernoteRenderWrap img.note-float-left {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .fr-text-uppercase,
  .fr-text-spaced,
  .fr-text {
    white-space: pre-wrap !important;
    /* CSS3 */
    white-space: -moz-pre-wrap !important;
    /* Firefox */
    white-space: -pre-wrap !important;
    /* Opera <7 */
    white-space: -o-pre-wrap !important;
    /* Opera 7 */
    word-wrap: break-word !important;
    /* IE */
  
  }
}
.note-toolbar {
  z-index: 10 !important;
}
/* ----------------------------------------------------------------
   Fix: Some toolbar buttons in summernote 0.9.x inherit text-transform
   styling from ancestor / Bootstrap styles, rendering custom button
   labels in ALL CAPS (e.g. "UTILISER UN MODÈLE" instead of
   "Utiliser un modèle"). Force the natural casing on every Summernote
   button.
   ---------------------------------------------------------------- */

.note-editor .note-toolbar .note-btn,
.note-editor .note-toolbar .note-btn-group .note-btn,
.note-editor .note-popover .note-btn,
.note-editor .note-popover .note-btn-group .note-btn,
.note-editor .note-toolbar .note-btn *,
.note-editor .note-popover .note-btn * {
  text-transform: none !important;
  font-variant: normal !important;
  letter-spacing: normal !important;
}
/* ----------------------------------------------------------------
   Fix: Summernote toolbar dropdowns (font name / size / style /
   paragraph) collapse to icon-only width on some pages, hiding the
   item labels and leaving only the check-mark icons visible.
   Force a usable minimum width and ensure each item displays its
   label on a single line.
   ---------------------------------------------------------------- */

.note-toolbar .note-btn-group .dropdown-menu,
.note-popover .note-btn-group .dropdown-menu {
  min-width: 180px !important;
}
.note-toolbar .note-btn-group .dropdown-menu li,
.note-popover .note-btn-group .dropdown-menu li,
.note-toolbar .note-btn-group .dropdown-menu li > a,
.note-popover .note-btn-group .dropdown-menu li > a {
  white-space: nowrap;
  min-width: 180px;
  padding-right: 12px;
}
/* The font-name dropdown shows each label rendered with its own
   font-family (e.g. style="font-family:'Serif'"). Make sure the
   span itself is allowed to take the space it needs. */

.note-toolbar .note-btn-group .dropdown-menu li > a > span,
.note-popover .note-btn-group .dropdown-menu li > a > span {
  display: inline-block;
  overflow: visible;
}
/* ----------------------------------------------------------------
   Fix: when summernote is re-initialized on the same field (modal
   re-open, partial re-render, etc.) it wraps the existing dropdown
   item structure inside an additional <i class="note-icon-menu-check">
   each time, producing a Russian-doll nesting:
       <i><i><i><a><i><span>Arial</span></i></a></i></i></i>
   Each wrapper renders its own ::before glyph (\f10c), so we end up
   with 3-4 stacked check-marks before each font name.

   Solution: hide the ::before on any .note-icon-menu-check that
   contains another .note-icon-menu-check or an <a> as descendant
   (the wrapper layers). The innermost <i> only contains <span> so
   it does not match the :has() selectors and keeps its glyph.
   ---------------------------------------------------------------- */

.note-toolbar .note-btn-group .dropdown-menu .note-icon-menu-check:has(.note-icon-menu-check)::before,
.note-toolbar .note-btn-group .dropdown-menu .note-icon-menu-check:has(a)::before,
.note-popover .note-btn-group .dropdown-menu .note-icon-menu-check:has(.note-icon-menu-check)::before,
.note-popover .note-btn-group .dropdown-menu .note-icon-menu-check:has(a)::before {
  content: none !important;
}
.dropdown-menu.note-check li a i {
  visibility: visible !important;
  color: black !important;
  cursor: pointer;
}
.dropdown-menu.note-check li a {
  padding: 3px 8px !important;
}
.note-icon-menu-check::before {
  content: none !important;
}

body.stop-scrolling {
    height: 100%;
    /*overflow: hidden;*/
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    padding-top: 20px !important;
    padding-bottom: 35px !important;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert .sa-error-container p {
        display: inline-block;
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #7ecff4;
    }

    .sweet-alert button:active {
        background-color: #5dc2f1;
    }

    .sweet-alert button.cancel {
        background-color: #C1C1C1;
    }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9;
        }

        .sweet-alert button.cancel:active {
            background-color: #a8a8a8;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet-alert button.confirm[disabled] {
        color: transparent;
    }

        .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #F27474;
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #F8BB86;
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86;
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86;
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #C9DAE1;
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1;
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #A5DC86;
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}
/*
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}
*/
.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}
/*
@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}
    */
.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9;
    }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

    .la-ball-fall.la-dark {
        color: #333;
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-fall {
    width: 54px;
    height: 18px;
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms;
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms;
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms;
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px;
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px;
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px;
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px;
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px;
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px;
        }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

/*BEGIN modify button on active*/

.sa-button-container .cancel:active,
.sa-button-container .confirm:active,
.sa-button-container .cancel:focus,
.sa-button-container .confirm:focus {
    border: 3px rgba(40, 170, 163, 0.8) solid;
}

/*END modify button on active*/

.sa-button-container > .cancel {
  background-color: #b9b9b9 !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: 2px solid #b9b9b9 !important;
  width: 140px !important;
  font-family: 'Lato' !important;
}
.sa-button-container > .cancel:hover {
  background-color: white !important;
  box-shadow: none !important;
  color: #b9b9b9 !important;
}
.sa-button-container > .cancelOcean {
  background-color: #31afb4 !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  border: 2px solid #31afb4 !important;
  width: 140px !important;
  font-family: 'Lato' !important;
}
.sa-button-container > .cancelOcean:hover {
  background-color: white !important;
  box-shadow: none !important;
  color: #31afb4 !important;
}
.sa-confirm-button-container > .confirm {
  background-color: #31afb4 !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  border: 2px solid #31afb4 !important;
  width: 140px !important;
  font-family: 'Lato' !important;
}
.sa-confirm-button-container > .confirm:hover {
  background-color: white !important;
  box-shadow: none !important;
  color: #31afb4 !important;
}
.sweet-alert p {
  font-size: 19px !important;
}
.sweet-alert h2 {
  color: #14212d !important;
}
.sweet-alert {
  padding-top: 20px !important;
  padding-bottom: 35px !important;
}
@media (min-width: 768px) {
  .sweet-alert {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.sweet-alert p {
  font-size: 18px !important;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #31afb4 !important;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  background-color: #31afb4 !important;
}
@keyframes pulseWarningIns {
  0% {
    border-color: #31afb4 !important;
  }
  100% {
    border-color: #31afb4 !important;
  }
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #31afb4 !important;
  }
  100% {
    border-color: #31afb4 !important;
  }
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  background-color: #31afb4 !important;
}
body {
  padding-right: 0 !important;
}

/* ============================================
   BOOKING PAGE - MODERN DESIGN
   ============================================ */

/* --- Logo --- */

#LogoSrcPreview {
  max-height: 95px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  max-width: 300px;
  border-radius: 6px;
}
#LogoSrcPreviewDiv {
  margin: auto;
  text-align: center;
  margin-bottom: -10px;
  margin-top: 30px;
}
#currentViewMobile {
  display: none;
}
#confirmationCustomerFormDiv {
  margin-top: 45px;
}
/* --- Main Card Container --- */

#mainDivWebPage {
  min-height: 400px;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06) !important;
  padding: 32px 48px 40px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 767.98px) {
  #mainDivWebPage {
    border-radius: 12px;
    padding: 20px 16px 28px;
  }
}
/* --- Page Title --- */

.booking-header {
  margin-bottom: 10px;
}
h2 {
  text-align: center;
  font-size: 22px !important;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.01em;
  margin-top: 12px;
  margin-bottom: 4px;
}
/* --- Booking Direction Subtitle --- */

.bookingDirection {
  font-size: 15px;
  color: #6b7280;
  font-weight: 400;
  line-height: 1.5;
}
/* ============================================
   MODERN STEPPER
   ============================================ */

.process-model {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin: 16px auto 0px !important;
  padding: 0 !important;
  border: none;
  list-style: none;
}
.process-model li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 140px;
  width: auto !important;
  text-align: center;
  float: none;
  position: relative;
}
.process-model li::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px !important;
  top: 20px !important;
  left: calc(72%) !important;
  right: calc(-28%) !important;
  width: auto !important;
  margin: 0;
  background: #e5e5e5;
  transition: background 0.4s ease;
  z-index: -1;
}
.process-model li:last-child::after {
  display: none;
  width: 0 !important;
}
.process-model li i {
  display: block;
  height: 42px !important;
  width: 42px !important;
  line-height: 40px !important;
  font-size: 17px !important;
  border: 2px solid #e0e0e0;
  background: white;
  color: #b0b0b0;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-align: center;
  margin: 0 auto;
}
/* Active/visited icon fill colors are in inline <style> using @Model.ThemeColor */

.nav-tabs.process-model > li.active > a,
.nav-tabs.process-model > li.active > a:hover,
.nav-tabs.process-model > li.active > a:focus,
.process-model li a:hover,
.process-model li a:focus {
  border: none;
  background: transparent;
}
.process-model li a {
  padding: 0;
  border: none;
  color: #9ca3af;
  text-decoration: none;
}
.process-model li p,
.bookingStepText {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 500;
  color: #9ca3af;
  transition: color 0.3s ease;
}
.process-model li.active p,
.process-model li.visited p {
  font-weight: 600;
}
@media (max-width: 1200.98px) {
  .bookingStepText {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .process-model {
    display: none !important;
  }
}
.visited > * > i.processNavigationIcon {
  cursor: pointer !important;
}
/* ============================================
   DATE SELECTION HEADER
   ============================================ */

.booking-date-header {
  background: #f8fafb;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
  margin-top: 12px;
  text-align: center;
}
.booking-date-instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.booking-date-title {
  font-size: 15px;
  color: #6b7280;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
.booking-date-practitioner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 4px 14px 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.booking-date-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e5e7eb;
}
.booking-date-name {
  font-weight: 600;
  color: #1a1a2e;
  font-size: 14px;
}
.booking-date-badge {
  display: inline-block;
  background: #eef6ff;
  color: #1a5276;
  border-radius: 16px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 500;
}
.booking-date-badge-outline {
  background: white;
  border: 1px solid #e5e7eb;
  color: #374151;
}
.booking-date-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  text-decoration: none !important;
}
.booking-date-edit-btn:hover {
  background: #f0f4f8;
  border-color: #d0d5dd;
}
.booking-date-calendar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: white;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.2s ease;
  margin-left: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.booking-date-calendar-btn:hover {
  background: #f0f4f8;
  transform: scale(1.05);
}
.booking-date-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
}
.booking-timezone-select {
  max-width: 300px;
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .booking-date-header {
    padding: 16px;
  }
  .booking-date-instruction {
    flex-direction: column;
    gap: 6px;
  }
  .booking-date-controls {
    flex-direction: column;
    gap: 10px;
  }
  .booking-timezone-select {
    max-width: 100%;
    width: 100%;
  }
}
/* ============================================
   AVAILABILITY SLOTS
   ============================================ */

.weeklyDayWrapper {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  float: left;
  width: 14%;
}
.dayName {
  font-weight: 600;
  font-size: 13px;
  color: #1a1a2e;
}
.dayDate {
  color: #9ca3af;
  font-weight: 400;
  font-size: 13px;
}
.availabilities-slot {
  background-color: #eef6ff;
  border: 1px solid #d4e4f7;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  margin: 8px 0;
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
  color: #1a5276;
}
.no-availabilities-slot {
  background-color: whitesmoke;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  margin: 8px 0;
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
  color: #999999;
}
.dropdown-toggle-imageList {
  background-color: #eef6ff !important;
  border: 1px solid #d4e4f7 !important;
}
.availabilities-slot:hover,
.availabilities-slot-active {
  background-color: #b8d9f5;
  border-color: #a8cff0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
/* ============================================
   KEYBOARD ACCESSIBILITY - FOCUS STYLES
   ============================================ */

.availabilities-slot:focus,
.mainCategoryWrapper:focus,
.subCategoryInsideWrapper:focus,
.practitionerCard_js:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.2);
}
.processNavigationIcon:focus {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
  border-radius: 50%;
}
.availabilities-slot:focus-visible,
.mainCategoryWrapper:focus-visible,
.subCategoryInsideWrapper:focus-visible {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}
#calendarPicker:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
  border-radius: 4px;
}
.cancelLinkModale:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.showPractitionerDescription_js:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.AvaliabilityArrow:focus {
  outline: 2px solid #0066cc;
  outline-offset: 3px;
  border-radius: 4px;
}
.dropdown-toggle-imageList:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.dropdown-menu-imageListLi:focus {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
  background-color: #f0f0f0;
}
.code-input:focus {
  outline: 2px solid #0066cc;
  border-color: #0066cc;
}
#removeFile:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.zoneDragDrop:focus-within {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
/* ============================================
   INFO BUBBLES
   ============================================ */

.questionBubble {
  position: absolute !important;
  top: 30%;
  right: -5px;
  z-index: 3;
}
.questionBubbleCategory {
  position: absolute !important;
  top: 30%;
  right: -5px;
  z-index: 3;
}
/* ============================================
   NAVIGATION ARROWS
   ============================================ */

.AvaliabilityArrow {
  font-size: 20px;
  position: absolute;
  top: 10px;
  cursor: pointer;
  z-index: 4;
  color: #4b5563;
  transition: color 0.2s ease, transform 0.2s ease;
  background: white;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}
.AvaliabilityArrow:hover {
  color: #1a1a2e;
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
#nextAvaliabilities {
  right: -20px;
}
#lastAvaliabilities {
  left: -25px;
}
@media (min-width: 1600.98px) and (max-width: 1900px) {
  #nextAvaliabilities {
    right: 40px !important;
  }
  #lastAvaliabilities {
    left: 17px !important;
  }
}
@media (min-width: 1900px) {
  #nextAvaliabilities {
    right: 40px !important;
  }
  #lastAvaliabilities {
    left: 35px !important;
  }
}
@media (max-width: 1600.98px) and (min-width: 1400.98px) {
  #nextAvaliabilities {
    right: 35px !important;
  }
  #lastAvaliabilities {
    left: 15px !important;
  }
}
@media (max-width: 999.98px) {
  #nextAvaliabilities {
    right: 30px !important;
  }
  #lastAvaliabilities {
    left: 25px !important;
  }
  .weeklyDayWrapper {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 99% !important;
  }
}
/* ============================================
   WEEKLY DAY LAYOUT
   ============================================ */

#weeklyDayWrapperFit {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
/* ============================================
   FILE UPLOAD
   ============================================ */

#fileSrcFileUploadPreview {
  max-width: 260px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
#fileSrcFileUploadPreviewDiv {
  text-align: center;
  margin: auto;
  margin-top: 20px !important;
}
#removeFile {
  cursor: pointer;
  color: #ef4444;
  transition: color 0.2s ease;
}
#removeFileWrapper {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
#removeFile:hover {
  color: #dc2626;
}
.generalInformationTitleWrapper {
  text-align: center;
  margin-bottom: 25px;
}
/* ============================================
   CALENDAR / DATE PICKER
   ============================================ */

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: #31afb4 !important;
}
.is-selected .pika-button,
.has-event .pika-button {
  background: #14212d !important;
}
.pika-single {
  z-index: 20 !important;
  width: 260px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}
@media (max-width: 1700.1px) {
  .pika-single {
    z-index: 5 !important;
    width: 190px !important;
  }
  .pika-lendar {
    width: 160px !important;
  }
}
#calendarPicker {
  cursor: pointer;
  font-size: 18px;
  transition: all 0.2s ease;
}
#calendarPicker:hover {
  opacity: 0.8;
}
.pika-single,
#datePickerWrapper,
#datePickerWrapperInside {
  z-index: 5 !important;
}
#datePickerWrapperInside {
  position: absolute;
  top: -150px;
  left: 55%;
}
@media (max-width: 1023.98px) {
  #datePickerWrapperInside {
    position: absolute;
    top: -150px;
    left: 0% !important;
  }
}
@media (min-width: 1023.98px) and (max-width: 1500.98px) {
  #datePickerWrapperInside {
    position: absolute;
    top: -150px;
    left: 70%;
  }
}
/* ============================================
   CONTENT AREAS
   ============================================ */

#appoihtmentSearch {
  max-width: 1600px;
  margin: auto;
}
#screens {
  max-width: 1600px;
  margin: 16px auto 8px;
}
@media (min-width: 1024.1px) {
  #appoihtmentSearch {
    min-height: 700px;
  }
}
/* ============================================
   PRACTITIONER IMAGES
   ============================================ */

.practiImage {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -5px;
  object-fit: cover;
}
.practiImageShort {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -5px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  #practitionerDiv {
    margin-top: 5px !important;
  }
}
/* ============================================
   CATEGORY NAMES
   ============================================ */

.longCategoryName {
  font-size: 12px !important;
}
.superLongCategoryName {
  font-size: 9px !important;
}
@media (max-width: 1610.98px) and (min-width: 1110.99px) {
  .longCategoryName {
    font-size: 11px !important;
  }
  .superLongCategoryName {
    font-size: 8px !important;
  }
}
@media (max-width: 1110.98px) and (min-width: 768.98px) {
  .longCategoryName {
    font-size: 10px !important;
  }
  .superLongCategoryName {
    font-size: 7px !important;
  }
}
/* ============================================
   PRACTITIONER CARDS
   ============================================ */

.activePractitionerCard {
  color: white !important;
  background-color: #14212d !important;
  border-color: #14212d !important;
  box-shadow: 0 4px 16px rgba(20, 33, 45, 0.25) !important;
}
.activePractitionerCard .descriptionLink {
  color: white !important;
}
.practitionerCard {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: inline-grid;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #14212d;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  width: 155px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 821px) {
  .practitionerCard {
    width: 220px !important;
  }
}
.practitionerCard .practitionerCardImageWrapper {
  text-align: center;
  margin: auto;
}
.practitionerCard .practitionerNameDiv {
  font-size: 13px;
  padding: 12px;
  font-weight: 600;
  height: 85px;
}
.practitionerCard .practitionerDescriptionDiv {
  height: 30px;
  font-size: 14px;
}
.practitionerCard .descriptionLink {
  text-decoration: underline !important;
}
.practitionerCard .practitionerCardImage {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  text-align: center;
  margin: auto;
  height: auto;
}
.practitionerCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
}
.practitionerCard :hover {
  opacity: 1;
  cursor: pointer;
}
/* ============================================
   FORM STYLES
   ============================================ */

.firstPageContainer {
  min-width: 320px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 28px;
  background: #fafbfc;
}
.webFieldset {
  margin-bottom: 25px !important;
}
#lastAppointmentsDiv {
  text-align: center;
  margin: auto;
  margin-top: 20px !important;
}
.lastAvailabilitiesNoAvailability {
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px !important;
  color: #4b5563;
  transition: color 0.2s ease;
}
.lastAvailabilitiesNoAvailability:hover {
  color: #1a1a2e;
}
/* ============================================
   PRACTITIONER MODAL
   ============================================ */

.practitioner-modal {
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
}
.practitioner-avatar-wrapper {
  margin-top: -60px;
  width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.practitioner-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  background: #f8f8f8;
}
.practitioner-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #1a1a2e;
}
.practitioner-description {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #4b5563;
  padding: 0 10px;
}
.cancelLinkModale {
  display: inline-block;
  margin-top: 20px;
  color: #31afb4;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.cancelLinkModale:hover {
  text-decoration: underline;
  color: #26888c;
}
/* ============================================
   MISC ELEMENTS
   ============================================ */

.waitlistWrapper {
  text-align: center;
  margin-top: 15px;
}
#upWaitlistWrapper {
  text-align: center;
}
@media (max-width: 1023.98px) {
  #upWaitlistWrapper {
    display: none !important;
  }
}
.signinWrapper {
  text-align: center;
  margin: auto;
  margin-bottom: 15px !important;
  margin-top: -15px !important;
}
/* ============================================
   BOOKING SUMMARY CARD (Verification step)
   ============================================ */

.booking-summary-card {
  background: #f8fafb;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.booking-summary-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8ecf0;
}
.booking-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.booking-summary-item {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.booking-summary-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.booking-summary-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9ca3af;
  margin-bottom: 4px;
}
.booking-summary-label i {
  margin-right: 4px;
  font-size: 10px;
}
.booking-summary-value {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  word-break: break-word;
}
.booking-summary-custom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e8ecf0;
}
.booking-summary-answer {
  margin-top: 6px;
  font-size: 14px;
  color: #374151;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 14px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .booking-summary-grid {
    grid-template-columns: 1fr;
  }
  .booking-summary-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #f0f0f0;
  }
  .booking-summary-item:last-child {
    border-bottom: none;
  }
  .booking-summary-card {
    padding: 16px;
  }
}
/* ============================================
   OTP / EMAIL VERIFICATION
   ============================================ */

.otp-input-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.code-input {
  width: 52px;
  height: 52px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fafbfc;
}
.code-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  background: white;
}
/* ============================================
   CONSISTENT SCREEN SPACING
   ============================================ */

.booking-screen-content {
  margin-top: 16px;
}
.booking-screen-intro {
  text-align: center;
}
/* ============================================
   CONSISTENT NAVIGATION FOOTER
   ============================================ */

.booking-nav-footer {
  text-align: center;
  margin-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}
.booking-back-link {
  clear: both;
  text-align: center;
  padding-top: 12px;
}
/* ============================================
   CUSTOM DROPDOWN (sched-dropdown style)
   ============================================ */

.booking-date-controls .sched-dropdown {
  position: relative;
  user-select: none;
}
.booking-date-controls .sched-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #1c1917;
  cursor: pointer;
  min-width: 200px;
  justify-content: space-between;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.booking-date-controls .sched-dropdown-btn:hover {
  border-color: rgba(0, 0, 0, 0.25);
}
.booking-date-controls .sched-dropdown-btn.open {
  border-color: rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.booking-date-controls .sched-dropdown-btn svg {
  width: 14px;
  height: 14px;
  color: #a8a29e;
  transition: transform 0.2s;
  flex-shrink: 0;
}
.booking-date-controls .sched-dropdown-btn.open svg {
  transform: rotate(180deg);
}
.booking-date-controls .sched-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 200;
  max-height: 240px;
  overflow-y: auto;
}
.booking-date-controls .sched-dropdown-menu.open {
  display: block;
}
.booking-date-controls .sched-dropdown-item {
  padding: 9px 14px;
  font-size: 13px;
  color: #1c1917;
  cursor: pointer;
  transition: background 0.12s;
}
.booking-date-controls .sched-dropdown-item:hover {
  background: #f5f5f4;
}
.booking-date-controls .sched-dropdown-item.sched-item-selected {
  background: #e6f1fb;
  color: #185fa5;
  font-weight: 500;
}
.booking-date-controls .sched-dropdown-item:last-child {
  border-radius: 0 0 8px 8px;
}
@media (max-width: 767.98px) {
  .booking-date-controls .sched-dropdown-btn {
    min-width: 100%;
  }
}
/* ============================================
   RESPONSIVE OVERRIDES
   ============================================ */

@media screen and (min-width: 767.1px) and (max-width: 820.1px) {
  .innerBoxShadow {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#LogoSrcPreview {
  max-height: 95px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.13);
  max-width: 300px;
}
#LogoSrcPreviewDiv {
  margin: auto;
  text-align: center;
  margin-bottom: -10px;
  margin-top: 30px;
}
#confirmationCustomerFormDiv {
  margin-top: 45px;
}
.logo {
  border-radius: 5px;
}
#mainDivWebPage {
  border-radius: 5px;
}
#mainDivWebPage {
  padding-bottom: 20px;
}
.headerWrapper {
  padding-top: 35px;
}
.headerWrapper #addrsssWrapper {
  margin-bottom: 5px;
  margin-top: 5px;
}
@media (min-width: 480px) {
  .headerWrapper {
    display: inline-flex;
  }
  .headerWrapper .titleWrapper {
    display: block;
  }
  .headerWrapper .titleWrapper .practiceMainTitle {
    font-weight: bold;
    font-size: 32px;
    line-height: 45px !important;
    padding-top: 0px;
    margin: 0 0 0 0 !important;
  }
  .headerWrapper .titleWrapper .campaignSubTitle {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
  }
  .headerWrapper .logoWrapper {
    padding-right: 35px;
  }
}
.headerWrapper .logoWrapper {
  text-align: center;
}
.headerWrapper .logoWrapper .logo {
  height: 100px;
  width: auto;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
.logo {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
#headerWrapper {
  margin-top: 20px;
}
.practiceMainTitle {
  color: #14212d;
}
@media (max-width: 767.98px) {
  .logoWrapper {
    text-align: center;
  }
  .logoWrapper .logo {
    height: 60px !important;
    width: auto;
  }
  .practiceMainTitle {
    padding-top: 0px !important;
    font-size: 31px !important;
  }
  .titleWrapper {
    text-align: center;
  }
}
@media (max-width: 1023.98px) {
  .headerWrapper {
    padding-top: 10px;
  }
  .practiceMainTitle {
    font-size: 31px !important;
    padding-top: 0px !important;
  }
  .logoWrapper {
    text-align: center;
  }
  .logoWrapper .logo {
    height: 80px !important;
    width: auto;
  }
  #confirmationCustomerFormDiv {
    margin-top: 25px !important;
  }
}
.contactPracticeHeaderLink {
  font-weight: bold;
  font-size: 17px;
  margin-right: 10px;
}
.contactPracticeHeaderLink:hover {
  opacity: 0.8;
  cursor: pointer;
}
.favoriteStar {
  margin-left: 15px;
  color: #31afb4 !important;
  cursor: pointer;
}
.favoriteStar:hover {
  opacity: 0.8;
}
.favoriteStar {
  font-size: 22px;
}
.addrsssWrapperMarker {
  margin-right: 6px;
}

