   /* Shimmer placeholder effect */
   .shimmer-placeholder {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    border: 0px !important;
}

.shimmer-placeholder::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 0.75s infinite;
}

.shimmer-loaded {
    position: relative;
    overflow: hidden;
}

.shimmer-loaded::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 0.75s infinite;
}

.help-in-main-section .help-in-main-section-rezerwation .help-in-main-section-rezerwation-txt .form-box .form-box-date .form-box-date-col .date-col-hour-booked {
    text-decoration: line-through !important;
    background-color: #E6E5E5;
    color: #8C8B8A;
    border-color: grey;
    cursor: no-drop;
}

.umow-wizyte .umow-spec-row .calendar-days .calendar-days-content .form-box-date .form-box-date-col .date-col-hour-booked {
    text-decoration: line-through !important;
    background-color: #E6E5E5;
    color: #8C8B8A;
    border-color: grey;
    cursor: no-drop;
}



.help-in-main-section .help-in-main-section-rezerwation .help-in-main-section-rezerwation-txt .form-box .form-box-date .form-box-date-col .date-col-hour-active {
    cursor: no-drop;
}

.hidden-hour {
    display: none;
}
.empty-hour {
    display: hidden;
    border: 0px !important;
}

.date-col-hour.date-col-hour-normal:hover {
    background-color: #dd8259;
    color: white;
}


.date-col-hour.date-col-hour-normal .place-url-psycholog-wroclaw-kielbasnicza-1 {
    border: 1px solid #e44a04
    color: white;
}

.date-col-hour.place-url-psycholog-wroclaw-kielbasnicza-1 {
    background-color: #f753090a;
    
}
.date-col-hour.place-url-psycholog-wroclaw-grobla {
    background-color: #8686860d;
    
}



.date-col-hour.place-url-psycholog-online {
    background-color: #007acc;
    color: white;
}
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.desc-place-url-psycholog-wroclaw-kielbasnicza-1 {

    color: #ff8559;
}
.desc-place-url-psycholog-wroclaw-grobla {

    color: #b8b8b8;
}





.stars-container {
    position: relative;
    display: inline-block;
    width: 81px; /* Szerokość pełnych gwiazdek */
    height: 14px; /* Wysokość pełnych gwiazdek */
    background: url('../images/stars_empty.png') no-repeat; /* Tło z pustymi gwiazdkami */
    background-size: cover;
}

.stars-filled {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: 14px; /* Wysokość pełnych gwiazdek */
    background: url('../images/stars.png') no-repeat; /* Tło z zapełnionymi gwiazdkami */
    background-size: cover;
    overflow: hidden;
}

.tippy-box[data-theme~='mentali'] {
    background-color:   #f7f7f7;

    /* color: yellow; */
  }

.umow-wizyte .umow-spec-row-m .img-spec .img-spec-more .box-3,.specialist-main .help-in-main-section-rezerwation .help-in-main-section-rezerwation-txt .spec-m .img-spec .img-spec-more .box-3 {
    font-size: 2.65625vw;
}

.specialist-main .help-in-main-section-white .help-in-main-section-white-content .umow-spec .info-spec .name-spec-row .rate-spec,.umow-wizyte .umow-spec-row .umow-spec .info-spec .name-spec-row .rate-spec {
    font-weight: normal;
}

.umow-wizyte .umow-spec-row-m .spec-adr {
    font-size: 3.625vw;
    line-height: 5.09375vw;
    margin-bottom: 2.5625vw;
    font-weight: 400;
    text-align: center;
}

.umow-wizyte .umow-spec-row .umow-spec .info-spec .spec-adr {
    margin-bottom: 1.512605042vw;
    font-size: 1.2131932773vw;
    line-height: 1.3857142857vw;
}

@media (min-width: 1190px) {
    .umow-wizyte .umow-spec-row .umow-spec .info-spec .spec-adr  {

        font-size: 15px;
        line-height: 19px;
        margin-bottom: 10px;

    }
}

.umow-wizyte .umow-spec-row-m .name-spec h2 a,.umow-wizyte .umow-spec-row .umow-spec .info-spec .name-spec-row .name-spec h2 a {
    color: inherit; /* Zachowuje kolor z h2 */
    text-decoration: none; /* Usuwa podkreślenie */
}

.umow-wizyte .umow-spec-row-m .name-spec h2 a:hover,.umow-wizyte .umow-spec-row-m .name-spec h2 a:focus,.umow-wizyte .umow-spec-row .umow-spec .info-spec .name-spec-row .name-spec h2 a:hover,
.umow-wizyte .umow-spec-row .umow-spec .info-spec .name-spec-row .name-spec h2 a:focus {
    text-decoration: none;
    color: #000000aa;
}

.umow-wizyte .umow-spec-row {
    display:block;
}
.umow-wizyte .umow-spec-row-m{
    display:block;
}