.card:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    content: "";
    background: linear-gradient(0deg, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0.1) 88%);
    z-index: 0;
}

.card-body {
    text-align: center;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.card img {
    --transition: all ease .5s;
}

.selectedTeamClass {
    border: 4px dashed grey;
    box-sizing: border-box;
}

.service-label-row {
    cursor: pointer;
    background: #f7fcff;
    margin-bottom: 22px;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-time {
    font-style: italic;
}


.service-description {
    padding: 10px 4px;
}


/*
    JQUERY DATE PICKER
    */

.ui-datepicker-inline {
    width: 100%;
    max-width: 400px;
    border: 0px !important;
}

.ui-datepicker-header {
    background: var(--bs-blue) !important;
    color: #fff !important;
    border-radius: 20px 20px 0 0 !important;
    height: 40px !important;
}

.ui-datepicker-calendar td {
    padding: 6px;
}

.ui-state-default {
    background: none !important;
    text-align: center !important;
    font-size: 17px !important;
    border: 0px !important;
    width: 39px;
}

.ui-state-active {
    background: var(--bs-orange) !important;
    border-radius: 25px !important;
    color: #fff !important;
    width: 39px;
}

.ui-state-highlight {
    color: #fff !important;
    background: var(--bs-blue) !important;
    width: 39px;
    border-radius: 25px !important;
}

/* Alap ikonok eltüntetése */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {}

/* Saját ikonok */
.ui-datepicker .ui-datepicker-prev {
    background: url('icons/prev-white.png') no-repeat center center;
    width: 24px;
    height: 24px;
}

.ui-datepicker .ui-datepicker-next {
    background: url('icons/next-white.png') no-repeat center center;
    width: 24px;
    height: 24px;
}

/* Datepicker legyen reszponzív mobilon */
.ui-datepicker {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* A táblázat se csússzon ki */
.ui-datepicker table {
    width: 100% !important;
    table-layout: fixed;
}

/* Fejléc szövegek törés nélkül */
.ui-datepicker th,
.ui-datepicker td,
.ui-datepicker-title {
    white-space: nowrap;
}

.section-title span {
    font-weight: 600 !important;
}


.appointment-wrap .appointment-box {
    border-radius: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-appointment {
    padding-left: 0px !important;
}