﻿.cityname:focus {
    border-color: #297cbb;
}

input::placeholder {
    padding-bottom: 80px;
}

input[type="text"]::placeholder {
    margin-top: 100px !important;
}

.fill-white {
    fill: white
}
#dateRange::placeholder {
    font-weight: 500; /* Set font weight */
    font-size: 1rem; /* Set font size */
    font-family: inherit; /* Inherit font family from the input */
}
.notification {
    position: absolute;
    background-color: #ff8c00;
    text-align: center;
    border-radius: 12px;
    min-width: 17px;
    height: 17px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 15px;
    top: -10px;
    right: 10px;
    letter-spacing: -1px
}
.h-130 {
    height: 130%;
}

:root {
    --loading-grey: #f0f0f0;
    --skeleton-grey: #e0e0e0;
    --skeleton-loading-grey: #f0f0f0;
}

.skeleton-card {
    width: 320px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
}

.skeleton-image,
.skeleton-slide,
.skeleton-box,
.skeleton-title,
.skeleton-description,
.skeleton-icon {
    background-color: var(--skeleton-grey);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--skeleton-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s skeleton-loading ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-progress-bar {
    background-color: var(--skeleton-loading-grey);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--skeleton-loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: skeleton-loading 1s ease-in-out infinite;
    height: 100%;
    width: 100%;
}

.skeleton-progress {
    background-color: var(--skeleton-grey);
    height: 7px;
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.skeleton-image {
    height: 200px;
}

    .skeleton-image img {
        display: block;
        width: 100%;
        height: inherit;
        object-fit: cover;
    }

.skeleton-content {
    padding: 2rem 1.8rem;
}

    .skeleton-content h4 {
        margin: 0 0 1rem;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

.skeleton-description {
    font-size: 1rem;
    line-height: 1.4rem;
}

.loading .skeleton-image,
.loading h4,
.loading .skeleton-description {
    background-color: var(--loading-grey);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--loading-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
}

.skeleton-btn,
.skeleton-location {
    background-color: var(--skeleton-grey);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--skeleton-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
}

.skeleton-btn {
    height: 10px;
    width: 16px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.skeleton-location {
    height: 10px;
    width: 80%;
    border-radius: 4px;
    bottom: 10px;
    left: 10px;
    animation-delay: .05s;
}

.skeleton-tab-card {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
    padding: 1rem;
}

    .skeleton-tab-card .skeleton-tab-image,
    .skeleton-tab-card .skeleton-tab-title,
    .skeleton-tab-card .skeleton-tab-badge,
    .skeleton-tab-card .skeleton-tab-stars,
    .skeleton-tab-card .skeleton-tab-location {
        background-color: var(--skeleton-loading-grey);
        background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--skeleton-loading-grey);
        background-size: 200% 100%;
        background-position-x: 180%;
        animation: 1s skeleton-loading ease-in-out infinite;
        border-radius: 4px;
    }

    .skeleton-tab-card .skeleton-tab-image {
        height: 150px;
    }

    .skeleton-tab-card .skeleton-tab-title {
        height: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .skeleton-tab-card .skeleton-tab-badge {
        height: 1rem;
        width: 4rem;
        margin-bottom: 0.5rem;
    }

    .skeleton-tab-card .skeleton-tab-stars {
        height: 1rem;
        width: 5rem;
        margin-bottom: 0.5rem;
    }

    .skeleton-tab-card .skeleton-tab-location {
        height: 1rem;
        width: 8rem;
        margin-bottom: 0.5rem;
    }
.skeleton-heading {
    width: 80%;
    height: 24px;
    margin: 16px auto;
}

.skeleton-subtitle {
    width: 60%;
    height: 16px;
    margin: 8px auto;
}

.skeleton-review-category {
    width: 50%;
    height: 16px;
}

.skeleton-review-points {
    width: 30%;
    height: 16px;
}

.skeleton-progress {
    background: #e0e0e0;
}
.attention {
    animation: colorAndOpacityChange 2s infinite;
}

@keyframes colorAndOpacityChange {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
@keyframes loading {
    to {
        background-position-x: -20%;
    }
}

@keyframes skeleton-loading {
    to {
        background-position-x: -20%;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes flip-in {
    from {
        transform: rotateY(-90deg);
        opacity: 0;
    }

    to {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flip-out {
    from {
        transform: rotateY(0deg);
        opacity: 1;
    }

    to {
        transform: rotateY(90deg);
        opacity: 0;
    }
}

.flip-in {
    animation: flip-in 0.8s ease-in-out;
}

.flip-out {
    animation: flip-out 0.5s ease-in-out;
}

/*.hospital-card {
    animation: fadeIn 0.5s ease-in;
}*/

.loading h4 {
    min-height: 1.6rem;
    border-radius: 4px;
    animation-delay: .05s;
}

.loading .skeleton-description {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .06s;
}

.skeleton-slide {
    height: 150px; /* Adjust according to your needs */
    width: 100%;
    background-color: var(--skeleton-grey);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--skeleton-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s skeleton-loading ease-in-out infinite;
    border-radius: 4px;
}

.skeleton-box {
    width: 60px;
    height: 30px;
    margin-bottom: 0.5rem;
}

.skeleton-title {
    width: 120px;
    height: 1.5rem;
    margin-bottom: 0.5rem;
}

.skeleton-description {
    width: 200px;
    height: 1rem;
    margin-bottom: 0.5rem;
}

.skeleton-icon {
    width: 25px;
    height: 25px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 50%;
}

.skeleton-slide {
    height: 170px;
    width: 240px;
    background-color: var(--skeleton-grey);
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) var(--skeleton-grey);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s skeleton-loading ease-in-out infinite;
    border-radius: 4px;
}
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3); /* Change to the desired ripple color */
    pointer-events: none;
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
} 

@keyframes ripple-animation {
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.card-active {
    border: 3px solid #2d1582 !important;
    box-shadow: 0 0 15px 3px rgba(45, 21, 130, 0.7);
}
.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.range-value {
    margin: 0;
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0;
    text-align: center;
}

.range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.ui-slider-range {
    background: #003580;
}

.ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #06b9c0;
    height: 17px;
    width: 17px;
    top: -0.5em !important;
    cursor: pointer;
}
#dateRange::placeholder {
    color: #3b444f;
    font-weight: 500;
}