.service_anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.appointment_cancelled {
    text-decoration: line-through;
}

.group_class_schedule_url {
    font: 1em/24px "Raleway-Medium";
}

.profile_order_list_state_0 {
    color: #d0d0d0;
}

.profile_order_list_state_1 {
    color: #ff0000;
}

.profile_order_list_state_2 {
    color: #5ca463;
}

.profile_order_list_state_3 {
    color: #ce7d00;
}

.profile_order_list_state_4 {
    color: #0481dc;
    font-weight: bold;
    font-size: 1em;
}

.appointment_cancel_button {
    background: #a45c5c;
    color: #fff !important;
    width: 300px !important;
    height: 48px
}

.btn.appointment_cancel_button::after {
    content: none;
}

.follow_url_block {
    cursor: pointer;
}

/*******************************************************/
@media screen and (min-width: 1024px) {
    .hide_desktop {
        display: none;
    }
}

/* @media screen and (max-width: 1024px) { 

} */

/* @media screen and (max-width: 667px) {

} */

.copy-to-clipboard-element {
    color: #0481dc;
    font-weight: bold;
    cursor: pointer;
}

