﻿@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
address {
  display: inline !important;
}

/*
@font-face {
    font-family: 'Coldesac';
    font-weight: normal;
    src: url("../fonts/Coldesac.otf") format("opentype");
    font-display: swap;
}*/
@font-face {
  font-family: "Comfortaa", cursive !important;
  font-display: swap;
}
@font-face {
  font-family: "Anton", sans-serif;
  font-display: swap;
}
/*    
@font-face {
    font-family: 'Comfortaa', cursive !important;
    src: url('/fonts/Comfortaa-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anton', sans-serif;
    src: url('/fonts/Anton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
.bg-blue {
  background-color: #00A5CF !important;
}

.bg-yellow {
  background-color: #FFD300 !important;
}

.bg-green-highlight {
  background-color: #8DC73F !important;
}

.bg-orange {
  background-color: #F26321 !important;
}

.bg-light-gray {
  background-color: #e5e5e5 !important;
}

.bg-lightest-gray {
  background-color: #E5E4E2 !important;
}

.bg-gray {
  background-color: #919191 !important;
}

.bg-dark-gray {
  background-color: #232323 !important;
}

.bg-red {
  background-color: #d70f00 !important;
}

.bg-logo {
  background-color: #303031 !important;
}

.bg-beige {
  background-color: #f8f8f8 !important;
}

.bg-light-gray {
  background-color: #e5e5e5 !important;
}

.bg-light-orange {
  background-color: #fdefe7 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-img-composition {
  background-image: url("../../images/slideshow/slide-1.webp");
  background-size: 100%;
  /*background-color: $color-white;*/
}

.lh28 {
  line-height: 32px !important;
}

.lh15 {
  line-height: 1.5rem !important;
}

.lh22 {
  line-height: 22px !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-gray {
  color: #919191 !important;
}

.color-lightest-gray {
  color: #E5E4E2 !important;
}

.color-light-gray {
  color: #e5e5e5 !important;
}

.color-black {
  color: #000000 !important;
}

.color-gray {
  color: #232323 !important;
}

.color-yellow {
  color: #FFD300 !important;
}

.color-dark-gray {
  color: #232323 !important;
}

.color-gray-new2 {
  color: #cecece !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-red {
  color: #d70f00 !important;
}

.color-dark-red {
  color: #C41E3A !important;
}

.color-green-highlight {
  color: #8DC73F !important;
}

.color-orange {
  color: #F26321 !important;
}

.color-red {
  color: #d70f00 !important;
}

.btn-orange {
  background-color: #F26321 !important;
  border-color: #F26321 !important;
  color: #FFFFFF !important;
}

.btn-light-gray {
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #000000 !important;
}

.btn-orange-transparent {
  background-color: transparent !important;
  border-color: #F26321 !important;
  color: #F26321 !important;
}

.btn-black-transparent {
  background-color: transparent !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.f8 {
  font-size: 8px !important;
}

.f10 {
  font-size: 10px !important;
}

.f12 {
  font-size: 12px !important;
}

.f14 {
  font-size: 14px !important;
}

.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f22 {
  font-size: 22px !important;
}

.f24 {
  font-size: 24px !important;
}

.f28 {
  font-size: 28px !important;
}

.f32 {
  font-size: 32px !important;
}

.f36 {
  font-size: 36px !important;
}

.f39 {
  font-size: 39px !important;
}

.f42 {
  font-size: 42px !important;
}

.f48 {
  font-size: 48px !important;
}

.f60 {
  font-size: 60px !important;
}

.f64 {
  font-size: 64px !important;
}

.f68 {
  font-size: 68px !important;
}

.f72 {
  font-size: 72px !important;
}

.f78 {
  font-size: 78px !important;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.lh40 {
  line-height: 40px !important;
}

.dib {
  display: inline-block !important;
}

html, body {
  background-color: #FFFFFF;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 20px !important;
}

.title {
  /*font-family: Coldesac;*/
  font-family: Comfortaa;
}

.title-2 {
  font-family: Anton;
}

.subtitle {
  font-family: Comfortaa;
  font-weight: 400;
  line-height: 2rem;
}

a, .btn-link {
  color: #0071c1;
}

.link-black {
  color: #232323;
  text-decoration: none;
  font-size: 20px !important;
  cursor: pointer !important;
}
.link-black:hover {
  color: #F26321 !important;
}

.link-orange {
  color: #F26321;
  text-decoration: none;
  font-size: 20px !important;
  cursor: pointer !important;
}
.link-orange:hover {
  color: #232323 !important;
}

.link-orange-white {
  color: #F26321;
  text-decoration: none;
  font-size: 20px !important;
  cursor: pointer !important;
}
.link-orange-white:hover {
  color: #FFFFFF !important;
}

.link-light-gray {
  color: #e5e5e5;
  text-decoration: none;
  font-size: 20px !important;
  cursor: pointer !important;
}
.link-light-gray:hover {
  color: #FFFFFF !important;
}

.link-lightest-gray {
  color: #E5E4E2;
  text-decoration: none;
  font-size: 20px !important;
  cursor: pointer !important;
}
.link-lightest-gray:hover {
  color: #FFFFFF !important;
}

.link-icon {
  color: #919191;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 32px;
  /*transition: all 0.2s linear;*/
  /*opacity: 0.5;*/
}
.link-icon:hover {
  color: #FFFFFF;
  /*opacity: 1;*/
}

.link-anime {
  /*    background: linear-gradient(to bottom, var(--$color-orange) 0%, var(--$color-orange) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 3px 3px;*/
  color: #000;
  text-decoration-color: #F26321;
  text-underline-offset: 4px !important;
  text-decoration-thickness: 1.5px !important;
  /*text-decoration: none;*/
}

.link-anime:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23F26321' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: auto 3px;
  background-repeat: repeat-x;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link-notification, .nav-link-notification:hover, .nav-link-notification:focus {
  color: #FFF !important;
  display: inline-block !important;
  text-decoration: none !important;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.item {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: #ffcc00;
  text-align: center;
  color: #FFF;
  font-size: 3em;
}

.content-block-left {
  position: absolute;
  width: 50%;
  height: 100%;
  text-align: left;
  left: 50px;
}

.content-block-right {
  position: absolute;
  width: 50%;
  height: 100%;
  text-align: right;
  right: 50px;
}

.image-block {
  position: relative;
}

.container-slideshow {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.e-carousel .e-carousel-indicators .e-indicator-bar.e-active .e-indicator div {
  background-color: #F26321 !important;
  border-color: #F26321 !important;
}

.review-card {
  padding: 20px;
  background-color: #f8f8f8;
}

.clean-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clean-ul li {
  margin-bottom: 10px;
}

.e-search-icon {
  background-color: #F26321 !important;
  color: #FFFFFF !important;
}

.parallax {
  background-image: url("/_content/Dexa.Assets/images/parallax/book-appointment.webp");
  /*background-image: url("/images/parallax/book-appointment.jpg");*/
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table !important;
}
.parallax .parallax-child {
  display: table-cell !important;
}

/*.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.vertical-align {
  align-items: center;
}

/*BUTTONS*/
/*$bg-color: #F1E9DA;*/
/*$button-bg-1: #E2445C;
$button-bg-2: #D90368;
$button-bg-3: #104547;
$button-bg-4: #4F000B;
$button-bg-5: #F28123;*/
/*
.dm-btns {
    a {
        margin-right: 20px;



        &:nth-child(2) {
            background-color: $button-bg-1;
        }

        &:nth-child(3) {
            background-color: $button-bg-2;
        }

        &:nth-child(4) {
            background-color: $button-bg-3;
        }

        &:nth-child(5) {
            background-color: $button-bg-4;
        }

        &:nth-child(6) {
            background-color: $button-bg-5;
        }

        &:last-child {
            margin-right: 0px;
        }
    }
}*/
.dm-btn {
  /*    margin-left: -5px !important;
  */
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  /*text-transform: capitalize;*/
  text-transform: uppercase !important;
  background-color: #FFCC00;
  padding: 20px 0px;
  /*width: 200px;*/
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}
.dm-btn:before {
  font-family: FontAwesome;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -35px;
  width: 45px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 3px 3px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.dm-btn:hover {
  text-indent: -30px;
}
.dm-btn:hover:before {
  right: 0;
  text-indent: 0px;
}

.btn-50 {
  width: 50px;
}

.btn-100 {
  width: 100px;
}

.btn-150 {
  width: 150px;
}

.btn-200 {
  width: 200px;
}

.btn-250 {
  width: 250px;
}

.btn-300 {
  width: 300px;
}

.btn-350 {
  width: 350px;
}

.btn-400 {
  width: 400px;
}

.btn-450 {
  width: 450px;
}

.dm-btn.book:before {
  content: "\f044";
}

.dm-btn.subscribe:before {
  content: "\f303";
}

.dm-btn.purchase:before {
  /*content: "\f09d";*/
  content: "\f044";
}

.dm-btn.submit:before {
  content: "\f1d8";
}

/*.dm-btn.add {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f129";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

.dm-btn.confirm {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

.dm-btn.save {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f0c7";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

.dm-btn.cancel {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

.dm-btn.return {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f060";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

.dm-btn.arrow-right {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}

.dm-btn.activate {
    transition: all 0.2s linear 0s;

    &:before {
        content: "\f1e6";
        font-family: FontAwesome;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: -30px;
        width: 30px;
        height: 100%;
        background-color: rgba($overlay-color,0.3);
        border-radius: 0px $border-radius $border-radius 0px;
        transition: all 0.2s linear 0s;
        text-align: center;
    }

    &:hover {
        text-indent: -30px;

        &:before {
            right: 0;
            text-indent: 0px;
        }
    }
}*/
.e-btn:focus, .e-css.e-btn:focus {
  box-shadow: none !important;
}

.e-control-container {
  border-color: #CED4DF !important;
  box-shadow: none !important;
}

a.top-menu {
  background-image: linear-gradient(to right, #F26321, #F26321 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  font-size: 18px !important;
}

a.top-menu:before {
  content: "";
  background: #F26321;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0px;
  transition: all 0.3s ease-in-out;
}

a.top-menu:hover {
  background-position: 0;
}

a.top-menu:hover::before {
  width: 100%;
}

a.top-menu-notification {
  background-image: linear-gradient(to right, #F26321, #F26321 50%, #FFF 50%);
  padding: 0 !important;
}

.e-carousel .e-carousel-indicators .e-indicator-bars .e-indicator-bar .e-indicator {
  margin-bottom: 20px !important;
}

.welcome-notification {
  margin: 0 auto;
  text-align: center;
  font-family: Comfortaa;
  /*font-weight: 600;*/
  color: #ffffff;
  overflow: hidden;
  /*   background: #000000;*/
}

.welcome {
  animation-name: titleflip;
  animation: titleflip 500s ease-in-out infinite;
  animation-duration: 15s;
  /*transform: translate(0px, -4.5em);*/
}

.welcome-header {
  margin: 0 auto;
  /*margin: 6.25em auto;*/
  height: 2em;
  overflow: hidden;
  width: 100%;
}
.welcome-header ul {
  padding-left: 0 !important;
}

.welcome li {
  height: 13.5em;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style-type: none;
  margin: 0px 0 1px 0;
  height: 1em !important;
  padding: 0px 0 0px 0;
  font-size: 2em;
  /*text-transform: uppercase;*/
  width: 100%;
}

@-webkit-keyframes titleflip {
  0%, 20% {
    /*transform: translate(0px, -12.50em);*/
    transform: translate(0px, -6.5em);
  }
  20%, 30% {
    /*transform: translate(0px, -9.375em);*/
    transform: translate(0px, -4.5em);
  }
  30%, 40% {
    /*-webkit-transform: translate(0px, -6.44em);*/
    -webkit-transform: translate(0px, -2.55em);
  }
  40%, 50% {
    /*transform: translate(0px, -3.44em);*/
    transform: translate(0px, -0.3em);
  }
  50%, 60% {
    /*transform: translate(0px, -0.315em);*/
    transform: translate(0px, -6.5em);
  }
  100%, 0% {
    transform: translate(0px, -6.5em);
    /*transform: translate(0px, -12.50em);*/
  }
}
.e-tab .e-tab-header .e-toolbar-item.e-active {
  background: #919191;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon {
  color: #FFFFFF !important;
}

.tab-header-overview .e-toolbar-item {
  height: 50px !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item .e-tab-icon {
  color: #232323 !important;
}

.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text:hover,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon:hover {
  color: #232323 !important;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover {
  background: #cecece !important;
  border: none !important;
}

.bg-light {
  --bs-bg-opacity: 0 !important;
  background-color: none !important;
}

.dropdown-menu {
  border: 0 !important;
  /*background: none !important;*/
  text-align: center !important;
  padding: 20px !important;
  width: 350px;
}

/*.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
    display: inline-block !important;
}
*/
.e-schedule .e-month-agenda-view .e-appointment {
  border: none !important;
  padding: 0 !important;
}

.e-message {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.bg-membership {
  background-color: #FB6F92 !important;
  color: #FFFFFF !important;
  border: 1px solid #FB6F92 !important;
}

.chip-membership {
  width: 75px !important;
  background-color: #FB6F92 !important;
  color: #FFFFFF !important;
  border: 1px solid #FB6F92 !important;
}

.chip-courtesy {
  width: 75px !important;
  background-color: #7AE582 !important;
  color: #FFFFFF !important;
  border: 1px solid #7AE582 !important;
}

.bg-courtesy {
  background-color: #7AE582 !important;
  color: #FFFFFF !important;
  border: 1px solid #7AE582 !important;
}

.bg-season {
  background-color: #00A5CF !important;
  color: #FFFFFF !important;
  border: 1px solid #00A5CF !important;
}

.chip-season {
  width: 75px !important;
  background-color: #00A5CF !important;
  color: #FFFFFF !important;
  border: 1px solid #00A5CF !important;
}

.bg-single {
  background-color: #e5e5e5 !important;
  color: #000000 !important;
  border: 1px solid #e5e5e5 !important;
}

.chip-single {
  width: 75px !important;
  background-color: #e5e5e5 !important;
  color: #000000 !important;
  border: 1px solid #e5e5e5 !important;
}

.bg-partner {
  background-color: #FFD300 !important;
  color: #000000 !important;
  border: 1px solid #FFD300 !important;
}

.chip-partner {
  width: 75px !important;
  background-color: #FFD300 !important;
  color: #000000 !important;
  border: 1px solid #FFD300 !important;
}

.btn-appointment-booked {
  background-color: #fdefe7 !important;
  color: #F26321 !important;
  border: 1px solid #F26321 !important;
  /*background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
  color: #842029 !important;*/
}

.btn-appointment-completed {
  /*background-color: $color-green !important;
      color: $color-white !important;
      border: 1px solid $color-green !important;
  */
}

.btn-appointment-booked-membership {
  background-color: #FB6F92 !important;
  color: #FFFFFF !important;
  border: 1px solid #FB6F92 !important;
}

.btn-appointment-booked-season {
  background-color: #00A5CF !important;
  color: #FFFFFF !important;
  border: 1px solid #00A5CF !important;
}

.btn-appointment-booked-partner {
  background-color: #FFD300 !important;
  color: #000000 !important;
  border: 1px solid #FFD300 !important;
}

.btn-appointment-booked-admin {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  /*background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
  color: #842029 !important;*/
}

.btn-appointment-unavailable {
  background-color: #e5e5e5 !important;
  color: #232323 !important;
  border: 1px solid #919191 !important;
  /*background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
  color: #842029 !important;*/
}

.btn-appointment-no-show {
  /*background-color: $color-dark-red !important;
  color: $color-white !important;
  border: 1px solid $color-dark-red !important;
  position: relative;


  &:before {
      content: "\f714";
      font-family: FontAwesome;
      font-weight: 900;   
      position: absolute;
      left: 5px; 
      color: $color-white !important;
  }*/
}

.icon-status:before {
  position: absolute;
  font-family: FontAwesome !important;
  font-weight: 900;
  left: 5px;
  font-size: 16px !important;
  color: #FFFFFF !important;
}

.icon-noshow:before {
  content: "\f714";
}

.icon-canceled:before {
  content: "\f00d";
}

.icon-completed:before {
  content: "\f00c";
}

.icon-rescheduled:before {
  content: "\f021";
}

.btn-appointment-canceled {
  /*background-color: $color-purple !important;
  color: $color-white !important;
  border: 1px solid $color-purple !important;
  position: relative;


  &:before {
      content: "\f05e";
      font-family: FontAwesome;
      font-weight: 900;
      position: absolute;
      left: 5px;
      color: $color-white !important;
  }*/
}

.btn-appointment-open {
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
  color: #0f5132 !important;
}

.btn-flip {
  opacity: 1;
  outline: 0;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: Comfortaa !important;
  width: 148px;
  padding: 0;
  margin: 0 4px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .btn-flip {
    width: 100px;
  }
  .btn-flip:before {
    padding: 0 22px;
  }
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  transition: 0.5s;
  position: absolute;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  padding: 0 28px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

.popover {
  max-width: 325px !important;
}

.popover-body {
  font-size: 12px !important;
}

.btn-multiline {
  display: inline-block;
}

.btn-multiline span {
  display: block;
}

.btn-flip-off {
  opacity: 1;
  outline: 0;
  line-height: 20px !important;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: Comfortaa !important;
  width: 148px;
  margin: 0 4px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .btn-flip-off {
    width: 100px;
  }
  .btn-flip-off:before {
    padding: 0 22px;
  }
}

.btn-appointment-disabled {
  /*pointer-events: none;*/
  cursor: default;
}

.btn-appointment-enabled {
  cursor: pointer;
}

.e-schedule .e-month-view .e-current-date .e-date-header, .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
  background: #F26321 !important;
}

.e-schedule .e-month-view .e-selected-cell, .e-schedule .e-month-agenda-view .e-selected-cell {
  background: none !important;
}

.e-month-agenda-view .e-selected-cell .e-date-header {
  border-radius: 50%;
  background: #232323 !important;
  color: #FFFFFF !important;
  width: 24px !important;
  /*height: 24px;
  line-height: 24.5px;
  margin: 4px auto 0;
  text-align: center;*/
}

.e-schedule .e-month-agenda-view .e-work-cells:hover {
  background: none !important;
}

.e-month-agenda-view .e-current-date .e-date-header {
  border-radius: 50%;
  background: #F26321 !important;
  color: #FFFFFF !important;
  width: 24px !important;
}

.e-schedule .e-month-agenda-view .e-date-header {
  cursor: pointer !important;
}

.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
  display: none !important;
}

.book-dialog {
  padding: 15px !important;
}
.book-dialog .e-dlg-header {
  color: #F26321 !important;
  width: 100% !important;
  white-space: initial !important;
}
.book-dialog .e-footer-content {
  text-align: left !important;
}
.book-dialog p {
  font-size: 16px !important;
  font-weight: normal !important;
}

.text-danger-dexa {
  color: #F26321 !important;
}

ul.e-month-agenda-view {
  display: flex;
  flex-wrap: wrap;
}

.e-schedule .e-month-agenda-view .e-appointment-wrap {
  /*padding: 0 5px !important;*/
  padding: 0 !important;
}

.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
  padding: 10px 0 0 !important;
  display: inline-block !important;
}

.toast-icons {
  font-family: "Toast_icons" !important;
  speak: none;
  font-size: 55px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toast-icons.e-error::before {
  content: "\e700";
}

.e-toast-orange {
  background-color: #fdefe7 !important;
  border: 1px solid #F26321 !important;
  color: #F26321 !important;
  /*color: $color-white !important;*/
}

.e-schedule .e-month-agenda-view .e-appointment:hover,
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
  background: none !important;
}

.form-logout {
  display: inline-block !important;
}

.e-card-header-title {
  font-weight: bold !important;
}

.e-card-sub-title {
  padding-top: 0 !important;
}

.e-tab .e-tab-header::before {
  border: 0 !important;
}

.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
  background-color: #F26321 !important;
  color: #fff;
}

.e-switch-wrapper .e-switch-inner.e-switch-active, .e-css.e-switch-wrapper .e-switch-inner.e-switch-active {
  background-color: #F26321 !important;
  border-color: #F26321 !important;
}

.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
  background-color: #F26321 !important;
}

.e-tooltip-wrap.e-popup {
  background-color: #f8f9fa !important;
  border: 2px solid #000;
  /*border: none !important;*/
}

.e-tooltip-wrap .e-tip-content {
  color: #000 !important;
}

.e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom {
  color: #f8f9fa !important;
}

.pointer {
  cursor: pointer;
}

#userCard .e-card-header {
  padding-bottom: 12px !important;
}

.user-card {
  font-size: 18px !important;
}

.dashboard-card {
  padding: 20px;
}

.summary-cards {
  padding-top: 30px;
  padding-bottom: 30px;
}

.dashboard-card-description {
  height: 120px !important;
  overflow: auto;
}

.validation-summary-errors ul {
  padding-left: 0 !important;
  list-style-type: none !important;
}

.tab-auth .e-toolbar {
  border-bottom: 1px solid #919191 !important;
}

.icon-modal {
  color: #F26321 !important;
  font-size: 20px !important;
  margin-right: 10px !important;
  display: inline-block !important;
}

.default-carousel {
  position: relative;
}
.default-carousel .title-carousel {
  position: absolute;
  top: 75px;
}
.default-carousel .title-carousel h2 {
  font-family: Comfortaa !important;
}
.default-carousel .title-carousel h1 {
  font-family: Anton !important;
}

.navbar-mobile {
  padding: 0 !important;
}

.navbar-toggler-mobile,
.navbar-toggler-mobile:hover,
.navbar-toggler-mobile:focus {
  width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
}

@keyframes slideTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.slide-top {
  animation: slideTop 0.5s ease-out;
}

.body-composition-block {
  position: relative;
}
.body-composition-block .body-composition-chart {
  position: absolute;
  top: 180px;
  left: -50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .body-composition-block .body-composition-chart {
    top: -90px;
    left: -20px;
  }
}
.body-composition-block .body-composition-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Adjust styles for tablets */
/* Media query for smaller tablets and large phones */
/* Media query for standard phones */
@media (max-width: 480px) {
  .f78 {
    font-size: 68px !important;
  }
}
/* Media query for smaller phones */
@media (max-width: 320px) {
  .f78 {
    font-size: 68px !important;
  }
}
blockquote {
  font-style: italic !important;
  font-size: 24px !important;
}

.summary-user {
  border-radius: 10px;
  border: 1px solid dotted;
  /*background-color: $color-lightest-gray !important;*/
}

.summary-last {
  border-radius: 10px;
  background-color: #fdefe7 !important;
}

.summary-comparison {
  border-radius: 10px;
  background-color: #E5E4E2 !important;
}

.tab-header-background {
  position: absolute !important;
  background-color: #cecece !important;
  left: 0;
  height: 50px;
}

.tab-header-overview .e-tab-text {
  /*font-size: 18px !important;*/
}

#grid-summary-last {
  background-color: #fdefe7 !important;
}

#grid-summary {
  background-color: transparent !important;
}

.e-headertext-tooltip {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.e-accordion {
  border: none !important;
}
.e-accordion .e-acrdn-item.e-select.e-active .e-acrdn-header {
  background-color: #e5e5e5 !important;
}
.e-accordion .e-acrdn-item.e-select.e-active .e-acrdn-header .e-acrdn-header-content {
  color: #F26321 !important;
}
.e-accordion .e-acrdn-header:focus {
  border: none !important;
}
.e-accordion .e-acrdn-header:hover {
  color: #F26321 !important;
}

.book-pricing {
  font-size: 22px !important;
  font-weight: 500 !important;
}

.spinner-form {
  position: relative !important;
  top: 35px !important;
}
.spinner-form .e-spinner-inner {
  left: 155px !important;
}
.spinner-form .e-spinner-inner .e-spin-material {
  stroke: #F26321 !important;
}

.btn-progress-block {
  width: 100% !important;
  text-align: center;
}

.cents {
  font-size: 0.6em;
  vertical-align: super;
}

::-webkit-scrollbar {
  width: 2px;
  border: 0px solid #d5d5d5;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #F26321;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #F26321;
  border-radius: 1px;
}

.h-show-1 {
  padding: 20px;
  background: #000000;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 100;
  display: inline-block !important;
}

.h-show-2 {
  padding: 20px;
  background: #F26321;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 100;
  display: inline-block !important;
}

.dexa-badge {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: inline-block;
  padding-top: 4px;
  font-weight: bold;
  font-size: 13px !important;
}

.user-review {
  padding: 0 !important;
}

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #F26321;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 12px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #F26321;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}

video {
  object-fit: fill;
}

.default-carousel .e-carousel-navigators {
  display: none !important;
}

/*.why-important-chart {
    position: relative;

    .human-body {
        position: absolute;
        z-index: 2;

        img {
            background: transparent !important;
        }
    }

    .human-chart {
        position: absolute;
        z-index: 1;
    }
}*/
.no-overflow {
  overflow: hidden !important;
}

.tooltip {
  background-color: #FFFFFF; /* Change background color */
  border: 1px solid #000000; /* Add a border */
  border-radius: 4px; /* Add rounded corners */
  font-size: 14px !important;
  padding: 5px; /* Add padding */
}

/* Customize the tooltip content */
.tooltip-inner {
  color: #000000 !important;
  padding: 10px;
  max-width: 300px !important;
  width: 300px !important;
  background-color: transparent !important;
  text-align: left !important;
}

/* Customize the tooltip arrow */
.tooltip-arrow {
  color: #000000; /* Change arrow color to match background */
}

.custom-tooltip {
  background: #FFFFFF !important;
  max-width: 300px !important;
  width: 300px !important;
  opacity: 1 !important;
}

.e-no-event {
  font-size: 18px !important;
  padding: 10px !important;
  font-style: italic !important;
  text-wrap: wrap !important;
  background-color: #F8F9FA !important;
  color: #000000 !important;
  border: 1px solid #DEE2E6 !important;
  border-top: none !important;
}

.paper {
  /*width: 200px;
  height: 200px;
  padding: 10px;*/
  border: 1px solid #ddd;
  background-size: cover;
  background-clip: content-box;
  /*background-color: #f66f6f;*/
  box-sizing: border-box;
  position: relative;
  margin: auto;
  /*top: 30px;
  font: 400 2em/180px 'Oswald', sans-serif;*/
  color: #fbfbfb;
  /*text-indent: 20px;*/
}
.paper img, .paper video {
  border-radius: 0;
  border: 0;
}

.paper:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fefefe;
  bottom: -60px;
  right: -65px;
  box-shadow: 0px 7px 6px -9px black;
  transform: rotate(135deg);
}

.paper:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fefefe;
  top: -60px;
  left: -65px;
  box-shadow: 0px -7px 6px -9px black;
  transform: rotate(135deg);
}

.pricing-card {
  border-width: 1px;
  border-radius: 15px;
  border-style: solid;
  padding: 20px;
  text-align: center;
  background-color: #f7F7F7;
  border-color: #e5e5e5;
}

.cookies-consent-modal {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 0;
  margin: 0;
  z-index: 1050; /* Ensure it's above the content */
}
.cookies-consent-modal .modal-content {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3) !important;
}
.cookies-consent-modal .modal-content .modal-body {
  padding: 15px !important;
  font-size: 16px !important;
}
.cookies-consent-modal .modal-content .modal-body button {
  padding: 5px !important;
  font-size: 14px !important;
  margin-right: 5px !important;
}
