.wf_h {
    padding: 1.2rem 0.8rem;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--background-color);
    background: linear-gradient(90deg, #8e01cb, #490184);
}
.wf_h #toggle-s {
    display: none;
}
@media (max-width: 1024px) {
    .wf_h #toggle-s:checked ~ form {
        position: fixed;
        top: 8rem;
        left: 0;
        display: flex;
        border-radius: 0;
        width: 100%;
        background-color: #ffffff1a;
        z-index: 100;
    }
}
.wf_h #toggle-aside {
    position: relative;
    display: inline-block;
    width: 3.1rem;
    height: 1.95rem;
    cursor: pointer;
}
.wf_h #toggle-aside span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.3rem;
    background-color: #fff;
    transition: 0.3s ease;
    left: 0;
}
.wf_h #toggle-aside span:nth-child(1) {
    top: 0;
}
.wf_h #toggle-aside span:nth-child(2) {
    top: 0.825rem;
}
.wf_h #toggle-aside span:nth-child(3) {
    top: 1.65rem;
}
.wf_h #toggle-aside.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 0.8rem;
}
.wf_h #toggle-aside.active span:nth-child(2) {
    opacity: 0;
}
.wf_h #toggle-aside.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0.8rem;
}
@media (min-width: 1024px) {
    .wf_h #toggle-aside {
        display: none;
    }
}
.wf_h_logo {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-right: auto;
}
.wf_h_logo p {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    display: none;
}
.wf_h_logo p strong {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
}
@media (min-width: 500px) {
    .wf_h_logo p {
        display: block;
    }
}
.wf_h label[for="toggle-s"] {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff1a;
    border-radius: 50%;
}
.wf_h label[for="toggle-s"] svg {
    fill: #fff;
}
.wf_h form {
    border-radius: 3rem;
    background-color: #ffffff1a;
    padding: 1rem 1rem 1rem 2.5rem;
    height: 4rem;
    outline: 0.1rem solid transparent;
    transition: outline 0.15s;
    display: none;
}
.wf_h form input {
    background-color: transparent;
    border: 0;
    flex: 1;
    color: #fff;
    font-size: 1.3rem;
}
.wf_h form input.placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1.3rem;
}
.wf_h form input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1.3rem;
}
.wf_h form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1.3rem;
}
.wf_h form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1.3rem;
}
.wf_h form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 1.3rem;
}
.wf_h form svg {
    fill: #fff;
}
.wf_h form:focus-within {
    outline: 0.1rem solid #fff;
}
.wf_h_date {
    display: flex;
    color: #fff;
    align-items: center;
    display: none;
}
.wf_h_date strong {
    font-size: 3rem;
    font-weight: 400;
    width: 7.2rem;
}
.wf_h_date b {
    font-size: 1.6rem;
    font-weight: 400;
}
.wf_h_date p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.2rem;
    margin: 0 0 0 1.2rem;
    border-left: 0.1rem solid #fff;
    font-size: 1.4rem;
}
.wf_h_notifications {
    margin-left: 1.4rem;
    position: relative;
}
.wf_h_notifications input {
    display: none;
}
.wf_h_notifications input:checked ~ ul {
    display: block;
}
.wf_h_notifications input:checked ~ div:after {
    opacity: 0.4;
}
.wf_h_notifications label {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.wf_h_notifications label svg {
    width: 3rem;
    height: 3rem;
}
.wf_h_notifications label p {
    margin: 0;
    display: none;
}
.wf_h_notifications label span {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.6rem;
    left: -1.4rem;
    background-color: #fff;
    color: var(--wf-primary);
    font-weight: 600;
    width: 2rem;
    height: 2rem;
}
.wf_h_notifications ul {
    position: absolute;
    background-color: #fff;
    border-radius: 1rem;
    padding: 2.3rem 2.4rem 1.8rem 1.6rem;
    width: 90vw;
    left: -70vw;
    top: 8rem;
    max-height: 35rem;
    display: none;
    z-index: 5;
    overflow-y: auto;
}
.wf_h_notifications ul::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_h_notifications ul::-webkit-scrollbar {
    width: 0.8rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_h_notifications ul::-webkit-scrollbar-thumb {
    background-color: #be1e9c;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_h_notifications ul {
        scrollbar-color: #fff #be1e9c;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
.wf_h_notifications ul li {
    position: relative;
    padding-left: 2.4rem;
}
.wf_h_notifications ul li.unread:after {
	border: solid 0.1rem var(--wf-accent);
	content: "";
	display: block;
	width: calc(100% + 0.2rem);
	height: calc(100% + 0.2rem);
	position: absolute;
	top: -0.1rem;
	left: -0.1rem
}
.wf_h_notifications ul li.red {
	background: rgba(255, 0, 0, 0.1);
}
.wf_h_notifications ul li.yellow {
	background: rgba(255, 225, 0, 0.1);
}
.wf_h_notifications ul li.green {
	background: rgba(0, 255, 0, 0.1);
}
.wf_h_notifications ul li strong {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--wf-dark);
    margin-bottom: 0.7rem;
    display: block;
}
.wf_h_notifications ul li p {
    margin: 0;
    font-size: 1.2rem;
    color: #373737;
}
.wf_h_notifications ul li p strong {
    display: inline;
}
.wf_h_notifications ul li + li {
    margin-top: 1.7rem;
}
.wf_h_notifications ul li:before {
    content: "";
    left: 0;
    top: 0.4rem;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: var(--wf-accent);
}
.wf_h_notifications div:after {
    content: "";
    position: fixed;
    top: 7.8rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 7.8rem);
    background: #000;
    mix-blend-mode: normal;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.wf_h_notifications.active label strong {
    position: relative;
}
.wf_h_notifications.active label strong:after {
    content: "!";
    position: absolute;
    color: var(--wf-primary);
    left: 1.8rem;
    top: -0.1rem;
}
.wf_h_user {
    display: flex;
    align-items: center;
    column-gap: 1.4rem;
}
.wf_h_user img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}
.wf_h_user p {
    color: #fff;
    text-align: right;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: none;
}
.wf_h_user strong {
    font-size: 1.6rem;
    font-weight: 600;
}
.wf_h_user img {
    border-radius: 50%;
    outline: 0.2rem solid #fff;
}
@media (min-width: 500px) {
    .wf_h_notifications ul {
        width: 80vw;
        left: -70vw;
    }
}
@media (min-width: 768px) {
    .wf_h {
        padding: 1.2rem 2.7rem;
    }
    .wf_h_logo p {
        font-size: 1.3rem;
    }
    .wf_h_logo p strong {
        font-size: 1.8rem;
    }
    .wf_h_user img {
        width: 5.4rem;
        height: 5.4rem;
    }
    .wf_h_user p {
        display: flex;
        flex-direction: column;
    }
    .wf_h_notifications ul {
        left: -15rem;
        width: 36rem;
    }
}
@media (min-width: 1024px) {
    .wf_h label[for="toggle-s"] {
        display: none;
    }
    .wf_h form {
        display: flex;
        flex: 1;
        max-width: 67rem;
    }
    .wf_h form input,
    .wf_h form input.placeholder {
        font-size: 1.6rem;
    }
    .wf_h form input:-moz-placeholder {
        font-size: 1.6rem;
    }
    .wf_h form input::-moz-placeholder {
        font-size: 1.6rem;
    }
    .wf_h form input:-ms-input-placeholder {
        font-size: 1.6rem;
    }
    .wf_h form input::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
    .wf_h_date {
        display: flex;
    }
}
@media (min-width: 1440px) {
    .wf_h {
        gap: 0;
    }
    .wf_h_logo {
        margin-right: 5%;
    }
    .wf_h form {
        margin-right: 3%;
    }
    .wf_h_date {
        margin-right: 3.5%;
    }
    .wf_h_date strong {
        font-size: 3.6rem;
        width: 9rem;
    }
    .wf_h_date b {
        font-size: 2.1rem;
    }
    .wf_h_date p {
        font-size: 1.6rem;
        padding-left: 2.1rem;
        margin: 0 0 0 2.1rem;
    }
    .wf_h_notifications {
        margin-right: 4%;
    }
    .wf_h_notifications ul {
        left: -4rem;
    }
    .wf_h_notifications label p {
        display: block;
    }
    .wf_h_notifications label span {
        width: 4rem;
        height: 4rem;
        background-color: #ffffff1a;
        position: static;
        color: #fff;
    }
}
.wf_h_user {
    position: relative;
}
.wf_h_user:hover .wf_h_user_exit {
    display: block;
}
.wf_h_user_exit {
    background: #490184;
    padding: 2rem;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}
.wf_h_user_exit a {
    font-size: 1.8rem;
    color: #fff;
}
.wf_f {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.2rem;
    letter-spacing: 0.36px;
    padding: 0.8rem 1.8rem;
    align-items: center;
    background-color: #ced0d6;
}
.wf_f a {
    display: flex;
    align-items: center;
}
.wf_f p {
    margin: 0;
}
.wf_f svg {
    fill: #fff;
    width: 10rem;
    height: 1.6rem;
    margin-left: 0.85rem;
}
.wf_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: 100%;
}
.wf_login img {
    margin-bottom: 2rem;
}
.wf_login h1 {
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 4.3rem;
}
.wf_login h1 strong {
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 700;
}
.wf_login form {
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 2px 4px #00000034;
    padding: 2rem;
    max-width: 62rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2rem;
}
.wf_login form h2 {
    color: var(--wf-primary);
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2.1rem;
}
.wf_login form .wf_input {
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    width: 100%;
    position: relative;
}
.wf_login form .wf_input label {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
}
.wf_login form .wf_input label:after {
    content: "*";
    display: inline-block;
    color: var(--wf-accent);
}
.wf_login form .wf_input button {
    position: absolute;
    right: 1.4rem;
    bottom: 0;
    height: 4.5rem;
}
.wf_login form .wf_input button svg {
    width: 2.2rem;
    height: 1.7rem;
}
.wf_login form .wf_input + .wf_input {
    margin-top: 1rem;
}
.wf_login form .wf_checkbox {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
}
.wf_login form .wf_checkbox label {
    font-size: 1.5rem;
}
.wf_login form .wf_link {
    width: 100%;
    margin-top: 1rem;
}
.wf_login form .wf_checkbox,
.wf_login form button {
    margin-top: 2.1rem;
}
.wf_login form input[type="email"],
.wf_login form input[type="text"],
.wf_login form input[type="password"] {
    height: 4.5rem;
    border-radius: 0.6rem;
    border: 0.1rem solid var(--wf-primary);
    outline: 0.2rem solid transparent;
    outline-offset: 0.1rem;
    transition: outline 0.15s;
    padding: 0 2.1rem;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.wf_login form input[type="email"]:focus,
.wf_login form input[type="text"]:focus,
.wf_login form input[type="password"]:focus {
    outline: 0.2rem solid var(--wf-accent);
}
.wf_login form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0.2rem solid #6f01ab;
    box-shadow: 0 0.1rem 0.2rem #0000000d, inset 0 -1.5rem 1rem -1.2rem #0000000d;
    display: inline-block;
    position: relative;
    transition: background-color 0.2s ease-in;
    margin-right: 1.2rem;
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 50%;
}
.wf_login form input[type="checkbox"]:before {
    transform: rotate(45deg) translate(-0.09rem, -0.09rem) scaleX(0);
    transition: transform 0.2s ease-in 0.2s;
}
.wf_login form input[type="checkbox"]:after {
    width: 0.9rem;
    transform: rotate(-45deg) translateY(0.36rem) scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s ease-in;
}
.wf_login form input[type="checkbox"]:before,
.wf_login form input[type="checkbox"]:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 0.54rem;
    height: 0.18rem;
    top: 50%;
    left: 20%;
    transform-origin: left center;
}
.wf_login form input[type="checkbox"]:checked {
    background-color: #6f01ab;
}
.wf_login form input[type="checkbox"]:checked:before {
    transform: rotate(45deg) translate(-0.09rem, -0.09rem) scaleX(1);
    transition: transform 0.2s ease-in;
}
.wf_login form input[type="checkbox"]:checked:after {
    width: 0.9rem;
    transform: rotate(-45deg) translateY(0.36rem) scaleX(1);
    transition: transform 0.2s ease-out 0.2s;
}
.wf_login form button[type="submit"] {
    color: #fff;
    background-color: var(--wf-dark);
    height: 4rem;
    border-radius: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5.7rem;
    font-size: 1.6rem;
    font-weight: 600;
}
.wf_login form button[type="submit"]:hover {
    background-color: var(--wf-accent);
}
.wf_login form a {
    font-size: 1.4rem;
    color: var(--wf-primary);
    letter-spacing: 0.42px;
}
.wf_aside {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: translate(-100%);
    z-index: 100;
    background: linear-gradient(180deg, #8e01cb, #490184 100% 100%);
}
.wf_aside ul li a {
    display: flex;
    align-items: center;
    height: 5rem;
    padding-left: 3.8rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    gap: 3rem;
    position: relative;
}
.wf_aside ul li a svg {
    fill: #fff;
}
.wf_aside ul li a.active {
    background-color: #ffffff1a;
}
.wf_aside ul li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 0.5rem;
    transition: width 0.3s;
    background-color: var(--wf-active);
}
.wf_aside ul li a.new:after {
    content: var(--box-content, "!");
    position: absolute;
    right: 0;
    background-color: #ffffff1a;
    border-radius: 0.7rem;
    display: flex;
    right: 1rem;
    align-items: center;
    justify-content: center;
    width: 3.7rem;
    height: 1.7rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}
.wf_aside ul li a:hover {
    opacity: 1;
}
.wf_aside ul li a:hover.active:before {
    width: 1rem;
}
@media (min-height: 850px) {
    .wf_aside ul li a {
        height: 6rem;
    }
}
.wf_aside > input[type="checkbox"] {
    display: none;
}
.wf_aside > input[type="checkbox"]:checked ~ .wf_aside_patient ul {
    display: block;
}
.wf_aside label {
    display: flex;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    column-gap: 1.4rem;
    padding: 1.5rem 1rem 1.5rem 2.2rem;
}
.wf_aside label img {
    border-radius: 50%;
    outline: 0.2rem solid #fff;
	width: 54px;
	height: 54px;
	object-fit: cover;
}
.wf_aside label strong {
    font-size: 1.4rem;
}
.wf_aside label span {
    width: 4rem;
    height: 4rem;
    background-color: #ffffff1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.wf_aside label svg {
    fill: #fff;
}
.wf_aside label p {
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 1.2rem;
}
.wf_aside_patient {
    margin-top: auto;
}
.wf_aside_patient ul {
    display: none;
}
.wf_aside_calendar {
    padding: 0 2rem;
    margin: auto 0 5rem;
    max-width: 31rem;
}
.wf_aside_calendar_h {
    display: flex;
    align-items: center;
    margin-bottom: 2.8rem;
}
.wf_aside_calendar_h h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.wf_aside_calendar_h svg {
    fill: var(--wf-accent);
}
.wf_aside_calendar_h .prev {
    margin-left: auto;
}
.wf_aside_calendar_h .prev svg {
    transform: rotate(-90deg);
}
.wf_aside_calendar_h .next {
    margin-left: 2rem;
}
.wf_aside_calendar_h .next svg {
    transform: rotate(90deg);
}
.wf_aside_calendar_grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.3rem;
}
.wf_aside_calendar_grid .day-name {
    font-weight: 700;
    font-size: 1.4rem;
}
.wf_aside_calendar_grid .day {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.wf_aside_calendar_grid .day.inactive {
    opacity: 0.5;
    pointer-events: none;
}
.wf_aside_calendar_grid .day.active {
    background: #fff;
    color: var(--wf-dark);
    font-weight: 700;
}
.wf_aside_calendar_grid .day:hover {
    background: #fff3;
    opacity: 1;
}
.wf_aside.show {
    transform: translate(0);
    top: 7.7rem;
    max-height: calc(100vh - 7.7rem);
    height: 100%;
    overflow-x: auto;
}
.wf_aside.show::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_aside.show::-webkit-scrollbar {
    height: 1rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_aside.show::-webkit-scrollbar-thumb {
    background-color: #be1e9c;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_aside.show {
        scrollbar-color: #fff #be1e9c;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
@media (min-width: 1024px) {
    .wf_aside {
        position: fixed;
        top: 7.8rem;
        width: 31rem;
        display: flex;
        flex-direction: column;
        height: calc(100vh - 7.8rem);
        overflow: hidden;
        transform: unset;
        overflow: auto;
    }
    .wf_aside::-webkit-scrollbar-track {
        border-radius: 0.5rem;
    }
    .wf_aside::-webkit-scrollbar {
        height: 0.6rem;
        width: 0.6rem;
        background-color: #d8d8d826;
        border-radius: 0.5rem;
    }
    .wf_aside::-webkit-scrollbar-thumb {
        background-color: #490071;
        border-radius: 0.5rem;
    }
    @supports (-moz-appearance: none) {
        .wf_aside {
            scrollbar-color: #fff #490071;
            scrollbar-width: thin;
            border-radius: 0.5rem;
        }
    }
}
.wf_about {
    border-radius: 2rem;
    background-color: #fff;
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.wf_about h2 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #00000080;
    width: 100%;
}
.wf_about h2 strong {
    font-size: 2.1rem;
    font-weight: 700;
    color: #000;
}
.wf_about .l {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem;
    width: 100%;
}
.wf_about .l img {
    object-fit: cover;
    width: 100%;
    height: 26.5rem;
    border-radius: 1rem;
}
.wf_about .l ul {
    border-radius: 1rem;
    background-color: #f8fafd;
    padding: 1.6rem;
    width: 100%;
    margin: 0;
}
.wf_about .l ul li {
    font-size: 1.4rem;
    display: flex;
}
.wf_about .l ul li span {
    color: #00000080;
    width: 8.8rem;
    display: flex;
}
.wf_about .l ul li p {
    margin: 0;
}
.wf_about .l ul li p + p {
    margin-top: 0.8rem;
}
.wf_about .l ul li + li {
    margin-top: 0.8rem;
}
.wf_about .r {
    text-align: center;
    width: 100%;
    margin: 2.7rem 0;
}
.wf_about .r div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.wf_about .r h3 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-bottom: 0.2rem;
}
.wf_about .r h4 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.42px;
    font-weight: 400;
}
.wf_about .r p {
    background-color: var(--wf-accent);
    border-radius: 1.8rem;
    color: #fff;
    padding: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding-inline: 0.5rem;
}
.wf_about .r p.lg {
    width: 100%;
}
.wf_about .r p.sm {
    width: calc((100% - 1rem) / 2);
    padding: 2.2rem 1rem;
    height: 6.5rem;
}
.wf_about .r p.md {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    gap: 0.7rem;
    width: calc((100% - 1rem) / 2);
}
.wf_about .r p.md span:nth-of-type(1) {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.wf_about .r p.md span:nth-of-type(2) {
    letter-spacing: 0.48px;
}
.wf_about .r p.md span:nth-of-type(3) {
    font-size: 1rem;
}
.wf_about .r p.md.gray {
    color: #7e7e7e;
    background-color: #eeeff2;
}
.wf_about .r p.md.purple {
    color: #fff;
    background-color: var(--wf-primary);
}
.wf_about .r p.md.purple span:nth-of-type(2) {
    font-size: 1.8rem;
}
.wf_about .r p.md.purple span:nth-of-type(2) b {
    font-size: 1.4rem;
    font-weight: 400;
}
.wf_about .r p.md--full {
    width: 100%;
}
@media (min-width: 768px) {
    .wf_about .l img {
        width: 25rem;
        height: 100%;
    }
    .wf_about .l ul {
        flex: 1;
    }
}
.wf_about .l,
.wf_about .r {
    margin-bottom: 1.8rem;
}
@media (min-width: 1440px) {
    .wf_about {
        padding: 2rem 3rem;
        justify-content: space-between;
    }
}
@media (min-width: 1800px) {
    .wf_about {
        justify-content: space-between;
    }
    .wf_about .l {
        max-width: 68.6rem;
    }
    .wf_about .l img {
        width: 30rem;
    }
    .wf_about .r {
        flex: 1;
        margin: 0 0 1.8rem 2.7rem;
    }
}
.wf_team {
    border-radius: 2rem;
    background-color: #eeeff2;
    width: 100%;
}
.wf_team h2 {
    background-color: #fff;
    height: 6.2rem;
    border-radius: 2rem;
    line-height: 6.2rem;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    position: relative;
}
.wf_team h2 span {
    width: 4.5rem;
    height: 4.5rem;
    background-color: #f8fafd;
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    color: var(--wf-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
}
.wf_team_inner {
    padding-right: 0.9rem;
}
.wf_team_inner .prevent {
    max-height: 24rem;
    margin: 1rem 0 2rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    overflow: auto;
}
.wf_team_inner .prevent::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_team_inner .prevent::-webkit-scrollbar {
    height: 0.6rem;
    width: 0.6rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_team_inner .prevent::-webkit-scrollbar-thumb {
    background-color: #490071;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_team_inner .prevent {
        scrollbar-color: #fff #490071;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
.wf_team.unpaid h2 {
    background-color: var(--wf-accent);
    color: #fff;
}
.wf_team.unpaid .wf_person {
    background-color: var(--wf-light);
}
@media (min-width: 768px) {
    .wf_team_inner .wf_person {
        width: calc((100% - 1rem) / 2);
    }
}
@media (min-width: 1024px) {
    .wf_team_inner .wf_person {
        width: 100%;
    }
}
@media (min-width: 1440px) {
    .wf_team_inner .wf_person {
        width: calc((100% - 1rem) / 2);
    }
}
.wf_team,
.wf_goals {
    height: 31rem;
    overflow: hidden;
}
.wf_goals {
    background-color: var(--wf-dark);
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.wf_goals h2 {
    font-size: 2.1rem;
    color: #fff;
    letter-spacing: 0.63px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 1.9rem 0.5rem;
}
.wf_goals div {
    background-color: #fff;
    border-radius: 2rem 2rem 0 0;
    padding: 2rem 1rem 0 0;
    padding: 0 1rem 0 0;
    margin-top: auto;
}
.wf_goals ul {
    padding: 1rem 2rem 0;
    margin: 0;
    border-radius: 2rem;
    max-height: 24.7rem;
    overflow: auto;
}
.wf_goals ul::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_goals ul::-webkit-scrollbar {
    height: 0.6rem;
    width: 0.6rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_goals ul::-webkit-scrollbar-thumb {
    background-color: #490071;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_goals ul {
        scrollbar-color: #fff #490071;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
.wf_goals ul li {
    display: flex;
}
.wf_goals ul li svg {
    flex-shrink: 0;
    margin-right: 1.6rem;
    width: 3rem;
    height: 3rem;
}
.wf_goals ul li p {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 0.36px;
}
.wf_goals ul li strong {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.wf_goals ul li + li {
    margin-top: 3rem;
}
@media (min-width: 1440px) {
    .wf_goals ul {
        padding: 3.5rem 4rem;
    }
}
.wf_course {
    width: 100%;
    border-radius: 2rem;
    overflow: hidden;
    background-color: #eeeff2;
}
.wf_course .t {
    background-color: #fff;
    padding: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}
.wf_course.pink .t {
	background: var(--wf-light);
}
.wf_course .t div {
    display: flex;
    flex-direction: column;
    border-radius: 1.8rem;
    background-color: #f8fafd;
    text-align: center;
    padding: 1rem;
    width: 100%;
}
.wf_course .t div p {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.36px;
    color: #7e7e7e;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}
.wf_course .t div strong {
    font-weight: 600;
    letter-spacing: 0.48px;
    color: var(--wf-dark);
    margin-bottom: 0.6rem;
}
.wf_course .t div span {
    font-size: 1rem;
    font-weight: 600;
}
.wf_course .t div bdi {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.wf_course .t div img {
    object-fit: cover;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}
.wf_course .t div.row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    gap: 1.3rem;
    padding: 0.8rem 1.3rem;
}
.wf_course .b {
    padding: 1.2rem;
}
.wf_course .b_list {
    margin-top: 2.2rem;
    background-color: #fff;
    border-radius: 3rem;
    height: 100%;
}
.wf_course .b_list h2 {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    background-color: var(--wf-light);
    color: var(--wf-dark);
    padding: 2.1rem 6.3rem 2.1rem 3.8rem;
    border-radius: 3rem;
    text-transform: uppercase;
    gap: 2rem;
    margin: 0;
    width: max-content;
}
.wf_course .b_list h2 svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: var(--wf-accent);
}
.wf_course .b_list ul {
    padding: 1.8rem 3rem 4.4rem;
    margin: 0;
}
.wf_course .b_list ul li {
    position: relative;
    padding-left: 3.1rem;
    font-size: 1.4rem;
}
.wf_course .b_list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.1rem;
    height: 1.8rem;
    background-image: url(/wp-content/themes/webfactor/assets/images/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.wf_course .b_list ul li + li {
    margin-top: 1.2rem;
}
@media (min-width: 425px) {
    .wf_course .t {
        gap: 1rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .wf_course .t div {
        width: 100%;
    }
    .wf_course .t div img {
        width: 6rem;
        height: 6rem;
    }
}
@media (min-width: 768px) {
    .wf_course .b {
        display: flex;
        column-gap: 2.6rem;
    }
    .wf_course .b .wf_gallery {
        width: 29rem;
        flex-shrink: 0;
    }
    .wf_course .b_list {
        margin: 0;
    }
    .wf_course .b_list h2 {
        transform: translate(-1rem);
    }
}
@media (min-width: 1440px) {
    .wf_course .t {
        padding: 1.2rem 1.2rem 1.2rem 3.2rem;
        gap: 2.5rem;
        display: flex;
    }
    .wf_course .t div {
        max-width: 13.2rem;
    }
    .wf_course .t div.row {
        max-width: unset;
        flex: 1;
        width: 100%;
    }
    .wf_course .t div img {
        width: 4.5rem;
        height: 4.5rem;
    }
    .wf_course .b {
        padding: 2.2rem 3rem;
        flex-direction: column;
    }
}
@media (min-width: 1800px) {
    .wf_course .b {
        flex-direction: row;
    }
    .wf_course .t {
        padding: 1.2rem 4.7rem 1.2rem 3.2rem;
    }
    .wf_course .t div bdi {
        font-size: 1.2rem;
    }
    .wf_course .t div bdi b {
        font-size: 1.6rem;
    }
    .wf_course .t div img {
        width: 6.9rem;
        height: 6.9rem;
    }
    .wf_course .t div.row {
        max-width: 22.6rem;
    }
}
.wf_content_tab {
    max-width: 103rem;
    border-radius: 3rem;
    padding-bottom: 1rem;
}
.wf_content_tab h2,
.wf_content_tab label {
    color: #ffffff80;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2.5rem 3.4rem 3.3rem 3.3rem;
    margin: 0;
}
.wf_content_tab h2 strong,
.wf_content_tab label strong {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}
.wf_content_tab > label {
    display: flex;
    align-items: center;
}
.wf_content_tab > label svg {
    fill: #fff;
    margin-left: auto;
    transform: rotate(-180deg);
    transition: transform 0.3s;
}
.wf_content_tab > label strong {
    margin-right: 2rem;
}
.wf_content_tab > input {
    display: none;
}
.wf_content_tab > input:checked ~ label svg {
    transform: rotate(0);
}
.wf_content_tab > input:not(:checked) ~ .wf_content_tab_inner {
    display: none;
}
.wf_content_tab_inner {
    background-color: #fff;
    border-radius: 3rem;
    padding: 1.2rem;
}
.wf_content_tab.purple {
    background-color: var(--wf-primary);
}
.wf_content_tab.pink {
    background-color: var(--wf-accent);
}
.wf_content_tab.lg {
    max-width: unset;
    width: 100%;
}
@media (min-width: 1440px) {
    .wf_content_tab.lg .wf_goals_list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1660px) {
    .wf_content_tab_inner {
        padding: 3.8rem 3.5rem;
    }
}
.wf_numbered_list {
    counter-reset: my-counter;
    margin: 0;
}
.wf_numbered_list li {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 2rem;
    counter-increment: my-counter;
}
.wf_numbered_list li strong {
    margin-bottom: 1rem;
}
.wf_numbered_list li:before {
    content: counter(my-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}
.wf_numbered_list li + li {
    margin-top: 4rem;
}
.wf_goals_list {
    padding: 1.8rem;
    margin: 0;
    display: grid;
    gap: 2.5rem;
}
.wf_goals_list li {
    position: relative;
    padding-left: 4.6rem;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.42px;
}
.wf_goals_list li strong {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.wf_goals_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.4rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    background-image: url(/wp-content/uploads/target.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 1024px) {
    .wf_goals_list {
        gap: 4rem;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1440px) {
    .wf_goals_list {
        gap: 4rem 6.2rem;
    }
}
.wf_results_list input {
    display: none;
}
.wf_results_list label {
    color: #ffffff80;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2.5rem 0 3.3rem 3.3rem;
    margin: 0;
}
.wf_results_list label strong {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}
.wf_results_list ul {
    padding: 1.8rem;
    margin: 0;
    gap: 2.5rem;
}
.wf_results_list ul li {
    position: relative;
    padding-left: 4.6rem;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.42px;
}
.wf_results_list ul li + li {
    margin-top: 4rem;
}
.wf_results_list ul li strong {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.wf_results_list ul li:before,
.wf_numbered_list.wf_numbered_list--arrows li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.4rem;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.4rem;
    background-image: url(/wp-content/uploads/arrow-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.wf_documents {
    border-radius: 3rem;
    overflow: hidden;
}
.wf_documents h2 {
    color: #ffffff80;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 2.5rem 3.4rem 3.3rem 3.3rem;
    margin: 0;
    background-color: var(--wf-primary);
}
.wf_documents h2 strong {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
}
.wf_documents .t {
    box-shadow: 0 2px 5px #00000034;
    border-radius: 3rem;
    overflow: hidden;
}
.wf_documents .t_row {
    background-color: #fff;
    padding: 2.5rem;
    display: grid;
    gap: 1.75rem;
}
@media (min-width: 600px) {
    .wf_documents .t_row {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .wf_documents .t_row {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1440px) {
    .wf_documents .t_row {
        gap: 2.5rem;
        padding: 1rem 4rem 2.5rem 4rem;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1800px) {
    .wf_documents .t_row {
        gap: 3rem 3.5rem;
        grid-template-columns: repeat(5, 1fr);
    }
}
.wf_documents .t_btn {
    border-radius: 1.8rem;
    background-color: #eeeff2;
    height: 4rem;
    padding: 0 8.2rem;
    letter-spacing: 0.48px;
    font-weight: 600;
    color: #373737;
    grid-column: 1/-1;
    width: max-content;
    margin: 0 auto;
}
.wf_documents .b {
    background-color: #fff;
    padding: 3.2rem 3.7rem 12.1rem;
    margin-top: 2rem;
    box-shadow: 0 2px 5px #00000034;
    border-radius: 3rem;
    overflow: hidden;
    display: grid;
    padding: 2.5rem;
    gap: 2rem 2.5rem;
}
.wf_documents .b a {
    display: flex;
    align-items: center;
    background-color: #f8fafd;
    padding: 1.5rem;
    border-radius: 1.8rem;
}
.wf_documents .b a svg {
    flex-shrink: 0;
}
.wf_documents .b a .i-pdf {
    fill: none;
    stroke: var(--wf-dark);
    stroke-width: 1rem;
    width: 3.2rem;
    height: 3.2rem;
}
.wf_documents .b a .i-download {
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    fill: var(--wf-dark);
}
.wf_documents .b a p {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin: 0 0 0 1rem;
    color: var(--wf-dark);
    letter-spacing: 0.48px;
    font-size: 1.4rem;
    font-weight: 600;
}
.wf_documents .b a strong {
    text-transform: uppercase;
    font-size: 1rem;
    color: #7e7e7e;
    letter-spacing: 0.36px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .wf_documents .b {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 768px) {
    .wf_documents .b a .i-pdf {
        width: 4.8rem;
        height: 4.8rem;
    }
    .wf_documents .b a .i-download {
        width: 2.8rem;
        height: 2.8rem;
    }
    .wf_documents .b a p {
        margin: 0 0 0 2.3rem;
        font-size: 1.6rem;
    }
    .wf_documents .b a strong {
        font-size: 1.2rem;
    }
}
@media (min-width: 1024px) {
    .wf_documents .b {
        padding: 3.2rem 3.7rem 12.1rem;
    }
    .wf_documents .b a {
        padding: 1.5rem 2.5rem;
    }
}
.wf_chat {
    max-width: 84.2rem;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2.5rem;
	position: relative;
}
.wf_chat form {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5rem;
}
.wf_chat form h2 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.72px;
    margin-bottom: 1.3rem;
}
.wf_chat form h3 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.42px;
    margin-bottom: 3.6rem;
}
.wf_chat form label {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.4rem;
}
.wf_chat form textarea {
    border: 0.1rem solid #eff0f2;
    background-color: #f8fafd;
    border-radius: 1rem;
    padding: 1.5rem 2.4rem;
    resize: none;
    height: 15.3rem;
    margin-bottom: 1.3rem;
    outline: 0.2rem solid transparent;
    outline-offset: 0.1rem;
    transition: outline 0.15s;
}
.wf_chat form textarea:focus {
    outline: 0.2rem solid var(--wf-accent);
}
.wf_chat form button {
    height: 4.2rem;
    background-color: var(--wf-primary);
    border-radius: 1.2rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 5.6rem;
    width: max-content;
    margin-left: auto;
}
.wf_chat form button:hover {
    background-color: var(--wf-dark);
}
.wf_chat h4 {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.42px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}
.wf_chat h4:after {
    content: "";
    display: inline-block;
    flex: 1;
    height: 0.1rem;
    width: 100%;
    background-color: #979797;
    margin-left: 1.4rem;
}
.wf_chat_messages {
    position: relative;
}
.wf_chat_messages .wf_message {
    display: grid;
    grid-template-columns: 5.5rem 1fr 5.5rem;
    gap: 0.8rem;
    max-width: 74.2rem;
}
.wf_chat_messages .wf_message img {
    grid-column: 1;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
	object-fit: cover;
}

.wf_chat_messages .wf_message.right img {
	grid-column: 3;
}

.wf_chat_messages .wf_message div {
    grid-column: 2;
	grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
}
.wf_chat_messages .wf_message.right div
{
	align-items: end;
}
.wf_chat_messages .wf_message div strong {
    font-weight: 700;
    font-size: 1.4rem;
}
.wf_chat_messages .wf_message div span {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
}
.wf_chat_messages .wf_message div b {
    position: absolute;
    font-size: 1.2rem;
    letter-spacing: 0.36px;
    font-weight: 400;
}
.wf_chat_messages .wf_message:not(.right) div b {
    right: 0;
    bottom: 0;
}
.wf_chat_messages .wf_message.right div b {
	left: 0;
    bottom: 0;
}
.wf_chat_messages .wf_message p {
    grid-column: 1/-1;
	grid-row: 2;
    padding: 1.2rem;
    background-color: #f8fafd;
    margin: 0;
    border-radius: 1rem;
    font-size: 1.4rem;
    border: 0.1rem solid #eff0f2;
    letter-spacing: 0.42px;
    line-height: 2.4rem;
}
.wf_chat_messages .wf_message:not(.right) p {
    background-color: var(--wf-light);
}
.wf_chat_messages .wf_message + .wf_message {
    margin-top: 4rem;
}
.wf_chat .wf_chat_load-more {
    position: absolute;
    right: 4rem;
    bottom: 4.5rem;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 1rem;
    border: 0.1rem solid #f3f3f5;
    background-color: #f8fafd;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s;
}
.wf_chat .wf_chat_load-more svg {
    fill: var(--wf-accent);
    transform: rotate(180deg);
}
.wf_chat .wf_chat_load-more:active {
    transform: scale(0.9);
}
@media (min-width: 1024px) {
    .wf_chat {
        padding: 3.7rem 4rem 6rem;
    }
    .wf_chat .wf_message div strong {
        font-size: 1.6rem;
    }
    .wf_chat .wf_message p {
        grid-column: 2;
        padding: 1.5rem 2.5rem;
        font-size: 1.6rem;
    }
}
.wf_patients {
    background-color: #eeeff2;
    border-radius: 2rem;
    overflow: auto;
}
.wf_patients h2 {
    letter-spacing: 0.72px;
    padding: 1.6rem 2.4rem;
    background-color: #fff;
    border-radius: 2rem;
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wf_patients h2 span {
    width: 4.5rem;
    height: 4.5rem;
    background-color: #f8fafd;
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    color: var(--wf-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
}
.wf_patients h2 a {
    margin-left: auto;
    font-size: 1rem;
    font-weight: 600;
    color: var(--wf-accent);
    text-transform: uppercase;
    text-decoration: underline;
}
.wf_patients h2 a img {
    border-radius: 50%;
    object-fit: cover;
    width: 5.4rem;
    height: 5.4rem;
    outline: 0.2rem solid #fff;
    margin-left: 1rem;
}
.wf_patients h2:has(a) span {
    margin-left: 1.1rem;
}
.wf_patients_list {
    padding: 1.6rem;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.wf_patients + .wf_patients {
    margin-top: 3rem;
}
@media (min-width: 500px) {
    .wf_patients .wf_person {
        width: calc((100% - 1rem) / 2);
    }
}
@media (min-width: 768px) {
    .wf_patients .wf_person {
        width: calc((100% - 2rem) / 3);
    }
}
@media (min-width: 1024px) {
    .wf_patients .wf_person {
        width: calc((100% - 1rem) / 2);
    }
}
@media (min-width: 1300px) {
    .wf_patients .wf_person {
        width: calc((100% - 3rem) / 4);
    }
}
@media (min-width: 1600px) {
    .wf_patients .wf_person {
        width: calc((100% - 4rem) / 5);
    }
}
@media (min-width: 1800px) {
    .wf_patients .wf_person {
        width: calc((100% - 5rem) / 6);
    }
}
@media (min-width: 768px) {
    .wf_patients h2 {
        font-size: 2.4rem;
    }
    .wf_patients_list {
        padding: 2.1rem 2.4rem;
    }
}
div:where(.swal2-container) div:where(.swal2-html-container) {
    overflow: unset !important;
}
div:where(.swal2-container) div:where(.swal2-actions) {
    z-index: 0 !important;
}
.swal2-actions {
    gap: 1.5rem;
}
.wf_calendar_popup_field {
    position: relative;
    z-index: 1000;
}
.wf_calendar_popup_field:nth-of-type(1) {
    z-index: 1030;
}
.wf_calendar_popup_field:nth-of-type(2) {
    z-index: 1020;
}
.wf_calendar_popup_field:nth-of-type(3) {
    z-index: 1010;
}
.custom-dropdown {
    position: relative;
}
.custom-dropdown .custom-dropdown-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 15rem;
    overflow-y: auto;
    border: 0.1rem solid #ccc;
    background: #fff;
    display: none;
}
.custom-dropdown .custom-dropdown-item {
    padding: 0.6rem 1rem;
    cursor: pointer;
}
.custom-dropdown .custom-dropdown-item:hover {
    background: #eee;
}
.wf_calendar {
    background-color: #fff;
    border-radius: 2rem;
    padding: 4.3rem 2rem 2rem;
}
.wf_calendar #calendar {
    max-width: 100rem;
    margin: 0 auto;
    height: 82rem;
    overflow-x: auto;
}
.wf_calendar #calendar::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_calendar #calendar::-webkit-scrollbar {
    height: 1rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_calendar #calendar::-webkit-scrollbar-thumb {
    background-color: #be1e9c;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_calendar #calendar {
        scrollbar-color: #fff #be1e9c;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
.wf_calendar #calendar table {
    margin: 0;
}
.wf_calendar_popup option {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
}
.wf_calendar_popup_title {
    margin-bottom: 2.2rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.wf_calendar_popup_subtitle {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.wf_calendar_popup_form {
    display: block;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfe9;
    border-radius: 0.475rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wf_calendar_popup_form + .wf_calendar_popup_form {
    margin-top: 1rem;
}
.wf_calendar_popup_form.placeholder {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
}
.wf_calendar_popup_form:-moz-placeholder {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
}
.wf_calendar_popup_form::-moz-placeholder {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
}
.wf_calendar_popup_form:-ms-input-placeholder {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
}
.wf_calendar_popup_form::-webkit-input-placeholder {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #4b5675;
}
.wf_calendar_popup_field {
    margin: 1rem 0;
}
.wf_calendar_legend {
    max-width: 100rem;
    margin: 1.8rem auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.6rem;
}
.wf_calendar_legend div {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.2rem;
}
.wf_calendar_legend div:before {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-color: var(--legend-color);
}
.swal2-popup {
    padding: 2.6rem;
    border-radius: 0.6rem;
}
.swal2-popup .swal2-info {
    border-color: var(--wf-dark);
    color: var(--wf-dark);
    width: 6.5rem;
    height: 6.5rem;
    line-height: 6.5rem;
}
.swal2-popup .swal2-info .swal2-icon-content {
    font-size: 4.8rem;
}
.swal2-popup .swal2-confirm {
    background-color: var(--wf-dark);
    color: #fff;
}
.swal2-popup .swal2-confirm:hover {
    background-color: var(--wf-accent);
}
.swal2-popup .swal2-cancel {
    margin-left: 1rem;
}
.swal2-popup .swal2-cancel:hover {
    background-color: #dcdee3;
}
.swal2-popup .swal2-cancel,
.swal2-popup .swal2-confirm {
    padding: 1rem 2rem;
    border-radius: 0.6rem;
    font-weight: 500;
    font-size: 1.4rem;
}
:root {
    --fc-button-active-bg-color: #dcdee3;
    --fc-button-active-border-color: #dcdee3;
    --fc-button-text-color: #373737;
    --fc-button-bg-color: #eeeff2;
    --fc-button-border-color: #eeeff2;
    --fc-button-hover-bg-color: #490071;
    --fc-button-hover-border-color: #490071;
}
.fc .fc-toolbar {
    flex-wrap: wrap;
    gap: 1rem 2rem;
}
.fc .fc-more-link {
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 1.4rem;
    border-radius: 1.2rem;
}
.fc .fc-list-event:hover td {
    background-color: unset !important;
}
.fc .fc-event {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 0.5rem 1.4rem;
    border-radius: 1.2rem;
    text-transform: capitalize;
    border: unset;
    cursor: pointer;
}
.fc .fc-event .fc-daygrid-event-dot {
    display: none;
}
.fc .fc-event-future,
.fc .fc-event-today {
    background-color: var(--wf-primary);
    color: #fff;
}
.fc .fc-event-past {
    background-color: #eeeff2 !important;
    color: #929394 !important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--wf-light);
}
.fc .fc-icon-chevron-right:before,
.fc .fc-icon-chevron-left:before {
    color: var(--wf-accent);
}
.fc .fc-button {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
}
.fc .fc-button-primary:hover {
    color: #fff;
    background-color: var(--wf-dark);
}
.fc .fc-button-primary:hover .fc-icon-chevron-right:before,
.fc .fc-button-primary:hover .fc-icon-chevron-left:before {
    color: #fff;
}
.fc .fc-toolbar-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.72px;
    text-transform: capitalize;
}
.fc .fc-col-header-cell-cushion {
    padding: 1rem;
    font-weight: 600;
    text-transform: capitalize;
}
.fc .fc-daygrid-day-number {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
}
.fc .fc-timegrid-col-events .fc-timegrid-event-harness:nth-of-type(1) .fc-event-future {
    background-color: var(--wf-accent);
}
.fc .fc-timegrid-slot-label-cushion {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.42px;
}
.fc .fc-timegrid-slot-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 2.4rem;
}
.fc .fc-timegrid-slot-minor {
    border-top: unset;
}
.fc .fc-timegrid-axis {
    opacity: 0;
}
@media (max-width: 1024px) {
    .fc .fc-view {
        overflow-x: auto;
    }
    .fc .fc-view::-webkit-scrollbar-track {
        border-radius: 0.5rem;
    }
    .fc .fc-view::-webkit-scrollbar {
        height: 1rem;
        background-color: #d8d8d826;
        border-radius: 0.5rem;
    }
    .fc .fc-view::-webkit-scrollbar-thumb {
        background-color: #be1e9c;
        border-radius: 0.5rem;
    }
    @supports (-moz-appearance: none) {
        .fc .fc-view {
            scrollbar-color: #fff #be1e9c;
            scrollbar-width: thin;
            border-radius: 0.5rem;
        }
    }
    .fc .fc-view-harness {
        width: 100rem;
    }
}
.fc-listWeek-view .fc-event td {
    border: unset !important;
}
.fc-listWeek-view .fc-event {
    width: 98%;
    margin: 0.5rem auto 0;
}
.wf_box {
    position: absolute;
    left: 6px;
    right: 6px;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding: 4px 6px;
    transition: opacity 0.3s;
    cursor: pointer;
}
.wf_box:hover {
    opacity: 0.6;
}
.wf_admin {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.wf_admin .wf_team h2 {
    text-transform: uppercase;
}
.wf_admin .t {
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: 0 2px 5px #00000034;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 2.2rem;
}
.wf_admin .t h2 {
    font-size: 2.1rem;
    font-weight: 600;
    color: #00000080;
    width: 100%;
    margin-bottom: 0;
}
.wf_admin .t h2 strong {
    color: #000;
    font-weight: 700;
}
.wf_admin .t_sliders {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem;
}
.wf_admin .t_stats {
    background-color: #f8fafd;
    padding: 1.4rem 2.5rem;
    border-radius: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wf_admin .t_stats div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 1rem 2.2rem;
    border-radius: 1.8rem;
    background-color: var(--wf-light);
    height: 8rem;
}
.wf_admin .t_stats div + div {
    margin-top: 1rem;
}
.wf_admin .t_stats b {
    font-size: 1.2rem;
    letter-spacing: 0.36px;
    color: var(--wf-accent);
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}
.wf_admin .t_stats strong {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.wf_admin .t_stats span {
    font-size: 1rem;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: var(--wf-accent);
}
.wf_admin .b {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
@media (min-width: 600px) {
    .wf_admin .wf_stats_slider,
    .wf_admin .t_stats {
        width: calc((100% - 1.8rem) / 2);
    }
    .wf_admin .b .wf_team {
        width: calc((100% - 2rem) / 2);
    }
}
@media (min-width: 1024px) {
    .wf_admin .t {
        padding: 2rem 3.1rem;
    }
}
@media (min-width: 1440px) {
    .wf_admin .wf_table {
        max-width: calc((100% - 5.7rem) / 2);
    }
    .wf_admin .wf_table + .wf_table {
        margin-left: auto;
    }
    .wf_admin .b .wf_team {
        width: calc((100% - 4rem) / 3);
    }
    .wf_admin .wf_stats_slider {
        width: calc((100% - 3.6rem) / 3);
        margin-top: 1.4rem;
    }
    .wf_admin .t_stats {
        width: 100%;
    }
}
@media (min-width: 1660px) {
    .wf_admin .wf_stats_slider {
        width: calc((100% - 33.4rem) / 3);
    }
    .wf_admin .t_stats {
        max-width: 28rem;
    }
}
.wf_taxes {
    border-radius: 2rem;
    background-color: #fff;
    padding: 3.2rem 2.7rem;
}
.wf_taxes_inner {
    max-width: 125rem;
}
.wf_taxes .l {
    overflow-y: auto;
}
.wf_taxes .l::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_taxes .l::-webkit-scrollbar {
    width: 0.8rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_taxes .l::-webkit-scrollbar-thumb {
    background-color: #be1e9c;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_taxes .l {
        scrollbar-color: #fff #be1e9c;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
.wf_taxes .l_h_month {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2.5rem;
}
.wf_taxes .l_h_month p {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.72px;
    margin: 0;
}
.wf_taxes .l_h_month svg {
    width: 1.3rem;
}
.wf_taxes .l_h_month .prev,
.wf_taxes .l_h_month .next {
    width: 4.1rem;
    height: 3.5rem;
    background-color: #eeeff2;
}
.wf_taxes .l_h_month .prev svg,
.wf_taxes .l_h_month .next svg {
    fill: var(--wf-accent);
}
.wf_taxes .l_h_month .prev {
    border-radius: 0.5rem 0 0 0.5rem;
}
.wf_taxes .l_h_month .prev svg {
    transform: rotate(-90deg);
}
.wf_taxes .l_h_month .next {
    border-radius: 0 0.5rem 0.5rem 0;
}
.wf_taxes .l_h_month .next svg {
    transform: rotate(90deg);
}
.wf_taxes .l_h_day {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 1.8rem;
    background-color: var(--wf-light);
    padding: 1.1rem 1.5rem;
}
.wf_taxes .l_h_day .prev svg,
.wf_taxes .l_h_day .next svg {
    fill: var(--wf-accent);
}
.wf_taxes .l_h_day .prev svg {
    transform: rotate(-90deg);
}
.wf_taxes .l_h_day .next svg {
    transform: rotate(90deg);
}
.wf_taxes .l_h_day p {
    display: flex;
    flex-direction: column;
    margin: 0;
    text-align: center;
    color: var(--wf-dark);
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    font-weight: 600;
}
.wf_taxes .l_summary p {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.7rem;
    align-items: center;
    gap: 0.3rem;
    border-radius: 1rem;
    margin: 0;
}
.wf_taxes .l_summary p + p {
    margin-top: 1rem;
}
.wf_taxes .l_summary p strong {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.36px;
    font-weight: 600;
}
.wf_taxes .l_summary p span {
    font-size: 1.4rem;
    font-weight: 600;
}
.wf_taxes .l_summary p:nth-child(1) {
    background-color: #f8fafd;
}
.wf_taxes .l_summary p:nth-child(1) strong {
    color: #7e7e7e;
}
.wf_taxes .l_summary p:nth-child(1) span {
    color: var(--wf-dark);
}
.wf_taxes .l_summary p:nth-child(2) {
    background-color: var(--wf-primary);
    color: #fff;
}
.wf_taxes .l table {
    border-collapse: separate;
    margin: auto;
    border-spacing: 0 1rem !important;
}
.wf_taxes .l table thead {
    height: 4rem;
    font-weight: 600;
}
.wf_taxes .l table thead tr th:nth-of-type(1),
.wf_taxes .l table tfoot tr th:nth-of-type(1) {
    opacity: 0;
    border: 0;
    box-shadow: unset;
}
.wf_taxes .l table thead tr th:nth-of-type(2),
.wf_taxes .l table tfoot tr th:nth-of-type(2) {
    border-radius: 1rem 0 0 1rem;
}
.wf_taxes .l table thead tr th:last-of-type,
.wf_taxes .l table tfoot tr th:last-of-type {
    border-radius: 0 1rem 1rem 0;
}
.wf_taxes .l table th,
.wf_taxes .l table td {
    padding: 1rem 0.5rem;
    text-align: center;
    min-width: 5rem;
    font-size: 1.2rem;
    letter-spacing: 0.36px;
}
.wf_taxes .l table th {
    background: #fff7fd;
    font-weight: 600;
}
.wf_taxes .l table td:first-child,
.wf_taxes .l table th:first-child {
    background: #fef6fb;
    left: 0;
    z-index: 1;
    font-weight: 600;
    border-radius: 1rem;
    transform: translate(-1rem);
}
.wf_taxes .l table tbody tr {
    border-radius: 1rem;
}
.wf_taxes .l table tbody tr td {
    background-color: #f8fafd;
}
.wf_taxes .l table tbody tr td:nth-of-type(2) {
    border-radius: 1rem 0 0 1rem;
}
.wf_taxes .l table tbody tr td:last-of-type {
    border-radius: 0 1rem 1rem 0;
}
.wf_taxes .l table td:first-child {
    min-width: 13.7rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    padding: 0.9rem 1.5rem 1.5rem;
}
.wf_taxes .l table .footer td:nth-of-type(1) {
    opacity: 0;
    border: 0;
    box-shadow: unset;
}
.wf_taxes .l table .footer td {
    background: #fef6fb;
    font-weight: 600;
}
.wf_taxes .l table .pink {
    color: var(--wf-accent);
}
.wf_taxes .l table .green {
    color: #07af06;
}
.wf_taxes .l table .gray {
    color: #37373759;
    text-decoration: line-through;
}
.wf_taxes .r {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    gap: 1.8rem;
}
@media (min-width: 768px) {
    .wf_taxes .wf_stats_slider {
        width: calc((100% - 1.8rem) / 2);
    }
}
@media (min-width: 1440px) {
    .wf_taxes .wf_stats_slider {
        width: calc((100% - 9rem) / 3);
    }
}
@media (min-width: 1660px) {
    .wf_taxes_inner {
        display: flex;
        justify-content: space-between;
    }
    .wf_taxes .l {
        max-width: 74.6rem;
        width: 100%;
    }
    .wf_taxes .l_h_month,
    .wf_taxes .l_h_day {
        margin-left: auto;
        max-width: 60rem;
    }
    .wf_taxes .r {
        gap: 3rem;
        flex-wrap: unset;
        flex-direction: column;
    }
    .wf_taxes .wf_stats_slider {
        width: 100%;
    }
}
.wf_stats_slider {
    width: 100%;
}
.wf_stats_slider_h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 1.8rem;
    background-color: var(--wf-light);
    padding: 1rem 1.8rem 1.4rem 1rem;
    margin-bottom: 0.9rem;
}
.wf_stats_slider_h .prev svg,
.wf_stats_slider_h .next svg {
    fill: var(--wf-accent);
}
.wf_stats_slider_h .prev svg {
    transform: rotate(-90deg);
}
.wf_stats_slider_h p {
    display: flex;
    flex-direction: column;
    margin: 0;
    text-align: center;
    color: var(--wf-dark);
    font-size: 2.1rem;
    font-weight: 600;
}
.wf_stats_slider_h p span {
    text-transform: capitalize;
    font-size: 1rem;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: var(--wf-accent);
}
.wf_stats_slider_h .next svg {
    transform: rotate(90deg);
}
.wf_stats_slider_cnt {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}
.wf_stats_slider_cnt p {
    display: flex;
    flex-direction: column;
    padding: 1rem 0.3rem;
    text-align: center;
    background-color: #f8fafd;
    border-radius: 1.8rem;
    width: calc((100% - 0.9rem) / 2);
    gap: 0.6rem;
    margin: 0;
    min-height: 6.5rem;
}
.wf_stats_slider_cnt p b {
    text-transform: uppercase;
    color: #7e7e7e;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.36px;
}
.wf_stats_slider_cnt p strong {
    font-weight: 600;
    color: var(--wf-dark);
}
.wf_stats_slider_cnt p span {
    font-size: 1rem;
    color: #7e7e7e;
    text-transform: capitalize;
    font-weight: 600;
}
.wf_stats_slider_cnt p.purple {
    background-color: var(--wf-primary);
}
.wf_stats_slider_cnt p.purple b,
.wf_stats_slider_cnt p.purple strong,
.wf_stats_slider_cnt p.purple span {
    color: #fff;
}
.wf_stats_slider_cnt p.pink {
    background-color: var(--wf-accent);
}
.wf_stats_slider_cnt p.pink b,
.wf_stats_slider_cnt p.pink strong,
.wf_stats_slider_cnt p.pink span {
    color: #fff;
}
@media (min-width: 1440px) {
    .wf_stats_slider_cnt p {
        width: calc((100% - 1.8rem) / 3);
    }
}
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
html {
    font-family: var(--font-family);
    max-width: 100%;
    overflow-x: hidden;
    font-size: 62.5%;
}
main {
    flex: 1;
}
body {
    background: var(--background-color);
    font-size: var(--default-font-size);
    line-height: var(--line-height);
    color: var(--text-color);
    max-width: 100vw;
    overflow-x: hidden;
    counter-reset: div;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
textarea,
input {
    font-family: var(--font-family) !important;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
textarea::placeholder,
input::placeholder {
    font-family: var(--font-family) !important;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
    will-change: opacity;
}
a:hover {
    opacity: 0.6;
}
blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3rem;
}
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.6rem;
}
h1 {
    margin-bottom: 2.2rem;
}
li {
    list-style: none;
    list-style-type: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    user-select: none;
}
a[href],
input[type="submit"],
input[type="image"],
label[for],
select,
button {
    cursor: pointer;
    user-select: none;
}
button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-family: var(--font-family) !important;
    transition: color 0.3s, background-color 0.3s;
}
a {
    text-decoration: none;
    transition: opacity 0.3s, color 0.3s;
}
section {
    padding: 0 1.4rem;
}
@media (min-width: 1600px) {
    section {
        padding: 0;
    }
}
.shell {
    max-width: 1440px;
    margin: 0 auto;
}
main {
    padding-top: 7.8rem;
}
main.wf_login_page {
    padding: 0;
}
.prevent {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}
.wf_cs_error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-100%);
    background-color: #f44336;
    color: #fff;
    text-align: center;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 20px #0003;
    font-size: 1rem;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 9999;
    pointer-events: none;
}
.wf_cs_error.visible {
    opacity: 1;
    transform: translateY(0);
}
.i-arrows,
.i-chat {
    font-size: 2rem;
    width: 1em;
    height: 1em;
}
.i-check {
    font-size: 2rem;
    width: 0.9999978939em;
    height: 0.9999978939em;
}
.i-chevron {
    font-size: 1rem;
    width: 1.6em;
    height: 1.6em;
}
.i-close,
.i-download,
.i-group {
    font-size: 2rem;
    width: 1em;
    height: 1em;
}
.i-hide {
    font-size: 1.7rem;
    width: 1.2941176471em;
    height: 1.2941176471em;
}
.i-home {
    font-size: 2rem;
    width: 1.125em;
    height: 1.125em;
}
.i-list,
.i-medical-file {
    font-size: 2rem;
    width: 1em;
    height: 1em;
}
.i-notification {
    font-size: 2rem;
    width: 0.9333333333em;
    height: 0.9333333333em;
}
.i-paper,
.i-pay,
.i-pdf,
.i-play-button-arrowhead,
.i-right-arrow,
.i-schedule,
.i-search,
.i-star,
.i-target,
.i-target2,
.i-user,
.i-warning {
    font-size: 2rem;
    width: 1em;
    height: 1em;
}
.i-wf {
    font-size: 1.6rem;
    width: 6.25em;
    height: 6.25em;
}
@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(-5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate(-5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate(5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.wf_aside_calendar,
.wf_calendar,
.wf_profile,
.wf_patient_content {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out 0.3s both;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}
.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}
.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}
.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}
.f-throwOutDown {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}
@keyframes f-zoomInUp {
    0% {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }
}
@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}
.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}
@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}
.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}
.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}
@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeFastOut {
    to {
        opacity: 0;
    }
}
.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}
.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}
@keyframes f-fadeSlowIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeSlowOut {
    to {
        opacity: 0;
    }
}
.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
    z-index: 2;
}
.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
    z-index: 1;
}
@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}
.f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
    0% {
        transform: translate(100%);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNext {
    0% {
        transform: translate(-100%);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNext {
    to {
        transform: translate(-100%);
    }
}
@keyframes f-slideOutPrev {
    to {
        transform: translate(100%);
    }
}
.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}
.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}
.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}
.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}
@keyframes f-classicInNext {
    0% {
        transform: translate(-75px);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        transform: translate(75px);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes f-classicOutNext {
    to {
        transform: translate(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    to {
        transform: translate(75px);
        opacity: 0;
    }
}
:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}
@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}
.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
    outline: none;
}
.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}
.f-button[disabled] {
    cursor: default;
}
.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translate(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
    transform: rotate(90deg);
}
.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none;
}
html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}
html.with-fancybox body {
    touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0) + var(--fancybox-scrollbar-compensate, 0));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    inset: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}
.fancybox__container *,
.fancybox__container *:before,
.fancybox__container *:after {
    box-sizing: inherit;
}
.fancybox__container::backdrop {
    background-color: #0000;
}
.fancybox__backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}
.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}
.fancybox__viewport {
    width: 100%;
    height: 100%;
}
.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}
.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}
.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}
.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video,
.fancybox__slide.has-image {
    overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible;
}
.fancybox__slide:before,
.fancybox__slide:after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}
.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
    display: block;
}
.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}
.is-loading .fancybox__content {
    opacity: 0;
}
.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}
.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}
.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}
.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
    cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: #0000;
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height;
}
.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0);
}
.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}
.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}
.is-compact .fancybox__caption {
    padding-bottom: 0;
}
.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1;
}
.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}
.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #18181b80;
}
.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}
.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    inset: -30px -20px;
    z-index: 1;
}
.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}
.fancybox-protected {
    position: absolute;
    inset: 0;
    z-index: 40;
    user-select: none;
}
.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}
.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide > *:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide > *:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}
.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
    padding: 0;
    background: #18181be6;
    color: #fff;
}
.has-map .fancybox__content {
    background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: #0000;
}
.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}
.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}
.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}
.f-thumbs .f-spinner svg {
    display: none;
}
.f-thumbs.is-vertical {
    height: 100%;
}
.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translateZ(0);
}
.f-thumbs__track {
    display: flex;
}
.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}
.f-thumbs__slide.is-loading img {
    opacity: 0;
}
.is-classic .f-thumbs__viewport {
    height: 100%;
}
.is-modern .f-thumbs__track {
    width: max-content;
}
.is-modern .f-thumbs__track:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}
.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}
.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}
.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0px -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: #0000;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}
.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}
.is-modern .f-thumbs__slide__button {
    --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    clip-path: var(--clip-path);
}
.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}
.is-classic .is-nav-selected .f-thumbs__slide__button:after {
    content: "";
    position: absolute;
    inset: 0;
    height: auto;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}
.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}
.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(#ffffff1a, #ffffff0d);
}
.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(#ffffff1a, #ffffff0d);
}
.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
    max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
    transition: none !important;
}
.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI Adjusted, Segoe UI, Liberation Sans, sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}
.fancybox__toolbar:focus-visible {
    z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none;
}
.fancybox__infobar span {
    padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
    position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex;
}
.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}
:root {
    --wf-preloader-z: 999;
    --wf-header-z: 100;
    --font-family: "Montserrat", sans-serif;
    --background-color: linear-gradient(90deg, #8e01cb 0%, #490184 100%);
    --default-font-size: 1.6rem;
    --line-height: 1.3;
    --text-color: #373737;
    --wf-primary: #6f01ab;
    --wf-accent: #be1e9c;
    --wf-dark: #490071;
    --wf-active: #0d95f5;
    --wf-light: #ffe7fa;
}
.wf_dashboard_layout {
    padding-right: 0 !important;
}
.wf_dashboard_layout header {
    grid-area: header;
}
.wf_dashboard_layout aside {
    grid-area: aside;
}
.wf_dashboard_layout main {
    grid-area: main;
    background-color: #dcdee3;
}
.wf_dashboard_layout footer {
    grid-area: footer;
}
@media (min-width: 1024px) {
    .wf_dashboard_layout {
        display: grid;
        grid-template-areas: "header header" "aside main" "aside footer";
        grid-template-columns: 31rem 1fr;
        grid-template-rows: auto 1fr auto;
    }
}
.wf_patient_content {
    padding: 1rem;
    background-color: #dcdee3;
}
@media (min-width: 1024px) {
    .wf_patient_content {
        padding: 2rem;
    }
}
.wf_patient_content--grid {
    display: grid;
    gap: 1.7rem;
}
@media (min-width: 1440px) {
    .wf_patient_content--grid {
        grid-template-columns: 1fr 1fr;
    }
}
.wf_profile {
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: #dcdee3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1rem;
}
@media (min-width: 1024px) {
    .wf_profile {
        padding: 2rem;
    }
}
@media (min-width: 1800px) {
    .wf_profile {
        display: grid;
        grid-template-columns: 68% 1fr;
        gap: 2rem;
        height: auto;
        grid-template-areas: "one two" "one three" "bottom bottom";
    }
}
@media (min-width: 1024px) {
    .wf_profile .wf_team,
    .wf_profile .wf_goals {
        width: calc((100% - 2rem) / 2);
    }
}
@media (min-width: 1800px) {
    .wf_profile .wf_team,
    .wf_profile .wf_goals {
        width: 100%;
    }
}
.cell-1 {
    grid-area: one;
}
.cell-2 {
    grid-area: two;
}
.cell-3 {
    grid-area: three;
}
.cell-bottom {
    grid-area: bottom;
    display: grid;
    width: 100%;
    gap: 2rem;
}
@media (min-width: 1440px) {
    .cell-bottom {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1800px) {
    .cell-bottom {
        grid-template-columns: 1fr 1fr;
    }
}
.wf_gallery {
    position: relative;
}
.wf_gallery h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--wf-dark);
    text-align: center;
    margin-bottom: 1.3rem;
}
.wf_gallery img {
    object-fit: cover;
    width: 100%;
/* 	height: 100%; */
	height: 36rem;
    border-radius: 2rem;
	max-width: 29rem;
/* 	max-height: 38rem; */
}
.wf_gallery button {
    position: absolute;
    top: calc(50% + 2.3rem);
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #0003;
    width: 6.2rem;
    height: 6.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s;
}
.wf_gallery button svg {
    fill: #fff;
    width: 2.5rem;
    height: 2.8rem;
    margin-left: 0.5rem;
}
.wf_gallery button:active {
    transform: translate(-50%, -50%) scale(0.95);
}
.wf_gallery p {
    position: absolute;
    border-radius: 2rem;
    background-color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.36px;
    bottom: 0.8rem;
    right: 0.8rem;
    padding: 0.8rem 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.wf_gallery p strong {
    font-weight: 400;
    font-size: 2.1rem;
    letter-spacing: 0.63px;
}
.wf_person {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    background-color: #fff;
    padding: 0.8rem 1rem;
    width: 100%;
    transition: background-color 0.3s;
}
.wf_person.inactive {
	background: lightgray;
}
.wf_person img {
    border-radius: 50%;
    object-fit: cover;
    width: 4.8rem;
    height: 4.8rem;
}
.wf_person strong {
    font-size: 1.4rem;
    letter-spacing: 0.48px;
    margin-bottom: 0.7rem;
}
.wf_person p {
    display: flex;
    flex-direction: column;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.wf_person:hover {
    background-color: var(--wf-light);
    opacity: 1;
}
.wf_person:hover strong {
    color: var(--wf-dark);
}
@media (min-width: 1800px) {
    .wf_person img {
        width: 6.9rem;
        height: 6.9rem;
    }
    .wf_person strong {
        font-size: 1.6rem;
    }
}
.wf_table {
    width: 100%;
    margin-bottom: 2.7rem;
}
.wf_table h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--wf-dark);
    text-transform: uppercase;
    background-color: var(--wf-light);
    border-radius: 3rem;
    height: 4.5rem;
    padding: 0 2.3rem;
    line-height: 4.5rem;
    min-width: 24.7rem;
    width: max-content;
}
.wf_table .table {
    border: 0.1rem solid #dcdee3;
    border-radius: 2rem;
    padding-right: 1.7rem;
}
.wf_table .table_inner {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    max-height: 16.6rem;
    margin: 1.7rem 0;
    padding-left: 1.7rem;
    overflow: auto;
}
.wf_table .table_inner::-webkit-scrollbar-track {
    border-radius: 0.5rem;
}
.wf_table .table_inner::-webkit-scrollbar {
    height: 0.6rem;
    width: 0.6rem;
    background-color: #d8d8d826;
    border-radius: 0.5rem;
}
.wf_table .table_inner::-webkit-scrollbar-thumb {
    background-color: #490071;
    border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
    .wf_table .table_inner {
        scrollbar-color: #fff #490071;
        scrollbar-width: thin;
        border-radius: 0.5rem;
    }
}
.wf_table .table_inner div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dcdee3;
    padding: 1.3rem 0.5rem;
    margin-right: 1.3rem;
    min-width: 42.5rem;
}
.wf_table .table_inner div svg {
    fill: var(--wf-accent);
}
.wf_table .table_inner div:nth-of-type(1) {
    padding: 0 0 1.9rem;
    font-weight: 700;
    color: var(--wf-dark);
}
.wf_table .table_inner div.inactive {
    opacity: 0.5;
}
.wf_table .table_inner div.unpaid,
.wf_table .table_inner div.canceled,
.wf_table .table_inner div.unapproved {
    position: relative;
}
.wf_table .table_inner div.unpaid {
    color: var(--wf-accent);
}
.wf_table .table_inner div.canceled {
    color: black;
}
.wf_table .table_inner div.unapproved {
    color: black;
}
.wf_table .table_inner div.unpaid:after,
.wf_table .table_inner div.canceled:after, 
.wf_table .table_inner div.unapproved:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    right: -1rem;
    width: calc(100% + 2rem);
    height: 100%;
    border-radius: 3rem;
}
.wf_table .table_inner div.unpaid:after {
	background-color: var(--wf-light);
}
.wf_table .table_inner div.canceled:after {
	background-color: lightgray;
	opacity: 0.5;
}
.wf_table .table_inner div.unapproved:after {
	background-color: yellow;
	opacity: 0.5;
}
.wf_table .table_inner div.unpaid span,
.wf_table .table_inner div.canceled span, 
.wf_table .table_inner div.unapproved span {
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
}
.wf_table .table_inner div.unapproved {
    position: relative;
}
.wf_table .table_inner div.unapproved:after {
    background-color: yellow;
}
.wf_table .table_inner div.paid span:nth-of-type(4) {
    color: #21a02f;
}
.wf_table .table span {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    flex: 1;
	padding-right: 1rem;
}
.wf_table .table span:last-child {
	padding-right: 0rem;
}
@media (min-width: 1440px) {
    .wf_table {
        margin-bottom: 0;
        max-width: calc((100% - 2rem) / 2);
    }
}
.wf_gallery p.wf_gallery_date {
	position: static;
	text-align: center;
	color: var(--wf-primary);
	font-size: 1.7rem;
	font-weight: 600;
	margin: 0;
	height: 4.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}