@charset "UTF-8";
.accordion .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.accordion .card-header.collapsed {
  color: #000000;
}
.accordion .card-header.collapsed:after {
  content: "+";
}
.accordion .card-header:after {
  content: "-";
  float: right;
  color: #662d91;
  font-size: 2rem;
}
.accordion .card-body {
  font-size: 1.1rem;
}

.alert-purple {
  color: #662d91;
  background-color: rgba(125, 60, 146, 0.1);
  border-color: rgba(125, 60, 146, 0.1);
  border-radius: 50rem;
}

@media (min-width: 0px) and (max-width: 768px) {
  .alert-purple {
    border-radius: 20px;
  }
}
.inner-page-banner {
  height: 454px;
}
.inner-page-banner[type=about] {
  background-image: url("../../dist/img/banner/about.jpg");
}
.inner-page-banner[type=services] {
  background-image: url("../../img/banner/contact.png");
}
.inner-page-banner[type=cart] {
  background-image: url("../../img/banner/contact.png");
}
.inner-page-banner[type=contact] {
  background-image: url("../../img/banner/contact.png");
}
@media screen and (max-width: 767px) {
  .inner-page-banner {
    height: 256px;
    background-position: right;
  }
}

.box-product {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.box-product .box-header {
  border-bottom: 1px solid #eeeeee;
}
.box-product .box-header img {
  border-radius: 10px 10px 0 0;
  transition: all 0.3s;
}
.box-product .box-content {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 0 0 10px 10px;
}
.box-product .box-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
}
.box-product .box-content span {
  font-size: 1.25rem;
  color: #333333;
}
.box-product:hover img {
  transition: all 0.3s;
}

.btn {
  border-radius: 0.25rem;
}
.btn.btn-light {
  border-color: #e9e9e9;
}
.btn.btn-service-category {
  background: #f0e7f7;
  color: #662d91;
}
.btn.btn-service-category.active {
  background-color: #662d91;
  color: #ffffff;
}

.btn-reservation {
  display: inline-block;
  cursor: pointer;
  padding: 0 40px;
  height: 55px;
  font-weight: bold;
  color: #662d91;
  text-align: center;
  line-height: 53px;
  letter-spacing: 1.8px;
  border: 2px solid #662d91;
  transition: all 0.4s;
  background: transparent;
  border-radius: 50rem;
  text-transform: uppercase;
}

@media (min-width: 0px) and (max-width: 768px) {
  .btn-reservation {
    padding: 0 30px;
    height: 45px;
    line-height: 43px;
    letter-spacing: 1.4px;
    font-size: 0.9rem;
  }
}
.btn-reservation-sm {
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
}

.btn-reservation:hover,
.btn-reservation:focus {
  border-color: #472065;
  background-color: #472065;
  color: #fff;
}

.btn-reservation-invert {
  border: none;
  background-color: #662d91;
  color: #fff;
}

.btn-reservation-white {
  border: none;
  background-color: white;
  color: #662d91;
}

.btn-reservation-invert:hover,
.btn-reservation-invert:focus {
  background-color: #4e226f;
  color: #ffffff;
}

.btn-reservation-white:hover,
.btn-reservation-white:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #662d91;
}

.btn-reservation-100 {
  width: 100%;
}

.btn-reservation a {
  color: white !important;
}

.card {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12) !important;
  border: 0;
}
.card .card-header {
  background-color: #ffffff;
  color: #662d91;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card .card-header {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 767px) {
  .card .card-body {
    font-size: 1rem;
  }
}
.card .card-body .card-information {
  border-bottom: 1px solid #dddddd;
}
.card .card-body .card-information:last-child {
  border-bottom: 0;
}
.card .card-body .card-information[type=time] {
  padding: 0.5rem 0;
}
.card .card-body .card-information[type=employee] {
  padding: 0.5rem 0;
}
.card .card-body .card-information[type=total] {
  padding-top: 0.5rem;
}

.card-columns {
  column-count: 2;
}
@media (max-width: 960px) {
  .card-columns {
    column-count: 1;
  }
}

.box-contact {
  background-color: #fafafa;
  border-radius: 15px;
  padding: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.box-contact:hover {
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 960px) {
  .box-contact {
    display: flex;
    gap: 15px;
    padding: 20px;
  }
}
.box-contact .box-contact-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #662d91;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.5rem;
  line-height: 50px;
  margin-bottom: 1rem;
}
.box-contact h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.box-contact p {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.container-contact-form {
  background-color: #fafafa;
  border-radius: 15px;
  padding: 35px 0;
  transition: all 0.3s ease;
}
.container-contact-form:hover {
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.2);
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: auto;
}
.content h4 {
  font-size: 1.5rem;
}
.content h5 {
  font-weight: 400;
}
.content p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.content ul {
  padding-left: 15px;
  list-style: disc;
}

.banner-caption h1 {
  color: #ffffff;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .banner-caption h1 {
    font-size: 1.5rem;
  }
}
.banner-caption p {
  color: #ffffff;
}

.text-primary {
  color: #662d91 !important;
}

.text-gradient {
  background: -webkit-linear-gradient(180deg, #953dd0 25%, #662d91 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #662d91;
}

.form-group .control-label {
  display: block;
  margin-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  font-weight: 500;
  font-size: 80%;
  color: #723197;
  user-select: none;
}
.form-group .form-control[disabled] {
  cursor: no-drop;
}
.form-group .form-control:is(select) {
  border: 1px solid #d8d8d8;
}
.form-group .form-control:not(select) {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  border: 2px solid #ced6e0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  padding: 5px 15px;
  background: none;
  color: #662d91;
  font-weight: bold;
  z-index: 1;
  position: relative;
}
/* .form-group .form-control:not(select):focus, .form-group .form-control:not(select):hover {
  background-color: transparent;
  border-color: #723197;
  margin-top: -35px;
  height: 85px;
  padding: 35px 15px 15px 15px;
  box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
} */
.form-group .form-control .is-invalid {
  border-color: #dc3545 !important;
}
.form-group textarea.form-control {
  height: 120px;
  background: transparent !important;
  padding: 35px 15px 15px 15px;
}
.form-group textarea.form-control:focus, .form-group textarea.form-control:hover {
  border-color: #723197;
  margin-top: -35px;
  height: 155px;
  padding: 35px 15px 15px 15px;
}

.form-group .input-group .form-control {
  border-color: #ced4da;
}

.select2 {
  height: 50px;
}
.select2 .selection {
  height: 50px;
}
.select2 .selection .select2-selection {
  height: 50px;
  border: 2px solid #ced6e0;
  display: flex;
  align-items: center;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  font-size: 1rem;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--open .select2-dropdown {
  border-width: 2px;
  border-color: #ced6e0;
}
.select2-container--bootstrap.select2-container--focus .select2-selection {
  box-shadow: none;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #723197;
  color: #ffffff;
}

/*
label {
    &.r-label {
        display: block;
        margin-bottom: 5px;
        padding-left: 1rem;
        padding-right: 1rem;
        width: 100%;
        font-weight: 500;
        font-size: 80%;
        color: #723197;
        user-select: none;
    }
}

.r-input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 2px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #662d91;
    font-weight: bold;
    z-index: 1;
    position: relative;

    &:hover,
    &:focus {
        border-color: #723197;
        margin-top: -35px;
        height: 85px;
        padding: 35px 15px 15px 15px;
    }

    &:focus {
        box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
    }
}
*/
.modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 1.25rem;
}

.rounded-xl {
  border-radius: 20px;
}

.appointment-text p {
  line-height: 2rem;
}

ul.list-custom li {
  font-size: 1.1rem;
  line-height: 28px;
  color: #333;
  padding-left: 28px;
  position: relative;
  margin: 0 0 5px;
}
ul.list-custom li:before {
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  content: "✓";
  font-family: FontAwesome;
  color: #662d91;
}

.service-item .thumb img {
  height: 256px;
  object-fit: cover;
}

#smartwizard #service-categories .nav-item .nav-link {
  background-color: #f0e7f7;
  color: #662d91;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
}
#smartwizard #service-categories .nav-item .nav-link svg {
  width: 96px;
  height: 96px;
}
#smartwizard #service-categories .nav-item .nav-link:hover {
  background-color: #662d91;
  color: #ffffff;
}
#smartwizard #service-categories .nav-item .nav-link.active {
  background-color: #662d91;
  color: #ffffff;
}
#smartwizard #service-categories .nav-item .nav-service-category-selected {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px top 5px;
  background-size: 20px;
  transition: all 0.4s;
}
#smartwizard #service-categories .tab-content {
  width: 100%;
}
#smartwizard #service-categories .custom-checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#smartwizard #service-categories .custom-checkbox input:checked ~ label {
  background-color: #662d91;
  border-color: #662d91;
}
#smartwizard #service-categories .custom-checkbox input:checked ~ label h4, #smartwizard #service-categories .custom-checkbox input:checked ~ label span {
  color: #ffffff;
}
#smartwizard #service-categories .custom-checkbox label {
  display: block;
  padding: 15px 20px;
  border: 2px solid #ced6e0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#smartwizard #service-categories .custom-checkbox label h4 {
  font-size: 18px;
  font-weight: 600;
  color: #662d91;
  margin-bottom: 0;
}
#smartwizard #service-categories .custom-checkbox label span {
  font-size: 14px;
}
#smartwizard #service-categories .custom-checkbox label:hover {
  background-color: #9f6ec4;
  border-color: #9965c0;
}
#smartwizard #service-categories .custom-checkbox label:hover h4, #smartwizard #service-categories .custom-checkbox label:hover span {
  color: #ffffff;
}
#smartwizard .card {
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12) !important;
  border: 0;
}
#smartwizard .card .card-header {
  background-color: #ffffff;
  color: #662d91;
  font-size: 1.5rem;
}
#smartwizard .card .card-body .card-information {
  border-bottom: 1px solid #dddddd;
}
#smartwizard .card .card-body .card-information:last-child {
  border-bottom: 0;
}
#smartwizard .card .card-body .card-information[type=time] {
  padding: 0.5rem 0;
}
#smartwizard .card .card-body .card-information[type=employee] {
  padding: 0.5rem 0;
}
#smartwizard .card .card-body .card-information[type=total] {
  padding-top: 0.5rem;
}
#smartwizard .form-hour input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#smartwizard .form-hour input:checked ~ label {
  background-color: #662d91;
  border-color: #662d91;
  color: #ffffff;
}
#smartwizard .form-hour label {
  display: block;
  font-size: 1rem;
  padding: 10px 20px;
  border: 2px solid #ced6e0;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#smartwizard .form-hour label:hover {
  background-color: #662d91;
  border-color: #662d91;
  color: #ffffff;
}
#smartwizard .alert p {
  margin-bottom: 0;
}
#smartwizard .toolbar {
  text-align: center;
}
#smartwizard .toolbar .btn {
  display: inline-block;
  cursor: pointer;
  height: 55px;
  font-weight: bold;
  color: #662d91;
  text-align: center;
  line-height: 53px;
  letter-spacing: 1.8px;
  border: 2px solid #662d91;
  transition: all 0.4s;
  background: transparent;
  border-radius: 50rem;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 50%;
}
#smartwizard .toolbar .btn:hover {
  background-color: #662d91;
  color: #ffffff;
}
#smartwizard .toolbar .sw-btn-prev {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3B%7D.st1%7Bfill:none%3Bstroke:%23662D91%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3B%7D%3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpolyline class='st1' points='15 6 9 12 15 18 '/%3E%3C/svg%3E");
  background-position: center left 15px;
  background-size: 28px;
  padding: 0 35px 0 50px;
}
#smartwizard .toolbar .sw-btn-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3B%7D.st1%7Bfill:none%3Bstroke:%23FFFFFF%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3B%7D%3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpolyline class='st1' points='15 6 9 12 15 18 '/%3E%3C/svg%3E");
}
#smartwizard .toolbar .sw-btn-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3B%7D.st1%7Bfill:none%3Bstroke:%23662D91%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3B%7D%3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpolyline class='st1' points='9 6 15 12 9 18 '/%3E%3C/svg%3E");
  background-position: center right 15px;
  background-size: 28px;
  padding: 0 50px 0 35px;
}
#smartwizard .toolbar .sw-btn-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3B%7D.st1%7Bfill:none%3Bstroke:%23FFFFFF%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3B%7D%3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpolyline class='st1' points='9 6 15 12 9 18 '/%3E%3C/svg%3E");
}
#smartwizard .toolbar .sw-btn-finish {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3B%7D.st1%7Bfill:none%3Bstroke:%23662D91%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3B%7D%3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpath class='st1' d='M9 5H7C5.9 5 5 5.9 5 7v12c0 1.1 0.9 2 2 2h10c1.1 0 2-0.9 2-2V7c0-1.1-0.9-2-2-2h-2'/%3E%3Cpath class='st1' d='M11 3h2c1.1 0 2 0.9 2 2l0 0c0 1.1-0.9 2-2 2h-2C9.9 7 9 6.1 9 5l0 0C9 3.9 9.9 3 11 3z'/%3E%3Cpath class='st1' d='M9 12h6'/%3E%3Cpath class='st1' d='M9 16h6'/%3E%3C/svg%3E");
  background-position: center left 15px;
  background-size: 28px;
  padding: 0 35px 0 50px;
}
#smartwizard .toolbar .sw-btn-finish:hover {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3B%7D.st1%7Bfill:none%3Bstroke:%23ffffff%3Bstroke-width:2%3Bstroke-linecap:round%3Bstroke-linejoin:round%3B%7D%3C/style%3E%3Cpath class='st0' d='M0 0h24v24H0V0z'/%3E%3Cpath class='st1' d='M9 5H7C5.9 5 5 5.9 5 7v12c0 1.1 0.9 2 2 2h10c1.1 0 2-0.9 2-2V7c0-1.1-0.9-2-2-2h-2'/%3E%3Cpath class='st1' d='M11 3h2c1.1 0 2 0.9 2 2l0 0c0 1.1-0.9 2-2 2h-2C9.9 7 9 6.1 9 5l0 0C9 3.9 9.9 3 11 3z'/%3E%3Cpath class='st1' d='M9 12h6'/%3E%3Cpath class='st1' d='M9 16h6'/%3E%3C/svg%3E");
}

@media (min-width: 0px) {
  .ui-datepicker {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .ui-datepicker {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /*
  .ui-datepicker {
      width: 25%;
  }
  */
  .ui-datepicker table {
    width: auto;
  }
}
.ui-datepicker {
  padding: 0.2em 0.2em 0;
  display: none;
  text-align: center;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker .ui-datepicker-header {
  /*position: relative;*/
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 1rem;
  margin-right: 0.5rem;
  width: 1.3em;
  height: 1.3em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  right: 10%;
}

.ui-datepicker .ui-datepicker-next {
  right: 0%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 477.175 477.175' viewBox='0 0 477.175 477.175' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m145.188 238.575 215.5-215.5c5.3-5.3 5.3-13.8 0-19.1s-13.8-5.3-19.1 0l-225.1 225.1c-5.3 5.3-5.3 13.8 0 19.1l225.1 225c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4c5.3-5.3 5.3-13.8 0-19.1z'/%3E%3C/svg%3E");
}

.ui-datepicker .ui-datepicker-next span {
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 477.175 477.175' viewBox='0 0 477.175 477.175' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m360.731 229.075-225.1-225.1c-5.3-5.3-13.8-5.3-19.1 0s-5.3 13.8 0 19.1l215.5 215.5-215.5 215.5c-5.3 5.3-5.3 13.8 0 19.1 2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4l225.1-225.1c5.3-5.2 5.3-13.8.1-19z'/%3E%3C/svg%3E");
}

.ui-datepicker .ui-datepicker-title {
  /*margin: 0 2.3em;
  line-height: 1.8em;*/
  text-align: center;
  display: table-cell;
  font-size: 24px;
  /*width: 200px;*/
}

.ui-datepicker .ui-datepicker-title select {
  margin: 0.8rem 0 0 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC") !important;
  background-size: 12px !important;
  background-position: 88% 55% !important;
  background-repeat: no-repeat !important;
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced6e0;
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
  background: none;
  color: #662d91;
  font-weight: bold;
}

.ui-datepicker-month {
  font-weight: lighter !important;
}

.ui-datepicker-year {
  font-weight: bold !important;
}

.ui-datepicker table {
  font-size: 1em;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
}

#birthday.ui-datepicker table {
  width: 50% !important;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  color: #662d91;
}

.ui-datepicker td {
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  width: 16px;
  height: 16px;
  padding: 20px;
  margin: 5px auto;
  line-height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

#birthday.ui-datepicker-row-break {
  width: 50% !important;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-widget-header {
  color: #662d91;
  font-size: 1.75rem;
  line-height: 0.6;
  margin-bottom: 10px;
}

.ui-widget-header a {
  color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: bolder;
  color: #662d91;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #662d91;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ui-datepicker td span, .ui-datepicker td a {
    padding: 12px;
  }
}
#newsletter {
  background-size: cover;
  display: inline-block;
  width: 100%;
}
#newsletter .btn:hover {
  background-color: #662d91;
  border-color: #662d91;
  color: #ffffff;
}

.sidebar-border {
  border: 2px solid #f0e7f7 !important;
}

#topbar {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.dropdown .dropdown-menu {
  width: 100%;
}

.footer-top {
  width: 100%;
  float: left;
  height: auto;
  padding: 70px 0;
  background: #662d91;
  color: #ffffff;
}
.footer-top .footer-widget p {
  color: #ffffff;
}
.footer-top ul {
  float: none;
}
.footer-top ul li {
  color: #ffffff;
  float: none;
}
.footer-top ul li a {
  color: #ffffff;
  margin-right: 10px;
}
.footer-top ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-top .btn-social {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #ffffff;
  border: 2px solid #662d91;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-top .btn-social i {
  color: #662d91;
  font-size: 1.1rem;
}
.footer-top .btn-social:hover {
  background: #662d91;
  border-color: #ffffff;
}
.footer-top .btn-social:hover i {
  color: #ffffff;
}

.footer-bottom {
  width: 100%;
  float: left;
  height: auto;
  background: #662d91;
  color: #ffffff;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom .copyright p {
  font-size: 1.15rem;
  color: #ffffff;
  margin-bottom: 0;
}

.navbar {
  transition: all 0.4s;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link:hover {
  background: -webkit-linear-gradient(180deg, #662d91, #775be8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-item li {
  display: block;
  float: left;
  text-align: center;
  width: 25%;
  height: 100%;
  transition: all ease-in-out 0.2s;
}

.different {
  border: none;
  position: relative;
  color: #662d91;
}

.different:hover {
  border: none;
}

.different::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  left: 50%;
  bottom: 0;
  /*background-color: #662d91;*/
  background: linear-gradient(180deg, #662d91, #775be8);
  background-size: 100% 100%;
  -webkit-animation: gradient 5s ease infinite;
  -moz-animation: gradient 5s ease infinite;
  -o-animation: gradient 5s ease infinite;
  animation: gradient 5s ease infinite;
  transition: all ease-in-out 0.2s;
}

.different:hover::after {
  width: 100%;
  left: 0;
}

.outer-menu .checkbox-toggle {
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 100px;
  opacity: 0;
  margin-top: -40px;
  position: absolute;
}

.outer-menu .checkbox-toggle:checked {
  z-index: 9999;
}

.outer-menu .checkbox-toggle:checked + .hamburger > .menu-bg {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > .menu-bg:before,
.outer-menu .checkbox-toggle:checked + .hamburger > .menu-bg:after {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.outer-menu .checkbox-toggle:checked + .hamburger > .menu-bg:after {
  opacity: 0;
}

.outer-menu .checkbox-toggle:checked ~ .menus {
  pointer-events: auto;
  visibility: visible;
}

.outer-menu .checkbox-toggle:checked ~ .menus > .menu-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

.outer-menu .checkbox-toggle:checked ~ .menus > .menu-bg > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.outer-menu .hamburger {
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0.5em;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.outer-menu .hamburger > .menu-bg {
  position: relative;
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
  height: 2px;
  background: #662d91;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 9999;
}

.outer-menu .hamburger > .menu-bg:before,
.outer-menu .hamburger > .menu-bg:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.outer-menu .hamburger > .menu-bg:after {
  top: 8px;
}

.outer-menu .menus {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 999;
}

.outer-menu .menus > .menu-bg {
  width: 200vw;
  height: 200vw;
  color: #FEFEFE;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
  flex: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.outer-menu .menus > .menu-bg > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  flex: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
}

.outer-menu .menus > .menu-bg > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}

.outer-menu .menus > .menu-bg > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 18px;
  display: block;
}

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