

.max-w-\[1000px\] {
    max-width: 600px;
}

.search-select {
    padding: 5px;
    color: hsl(var(--text)/.9);
    color: #666;
    font-size: 12px;
    margin-left: 15px;
    min-width: 20%;
}
.search-select option {
    background:#fff;
    padding: 5px;
}
.mob-search-input {
    width: 120px;
}
@media(max-width:768px) {
    .search-select {
        /*width: 100%;*/
    }
}
.span-city {
    color: hsl(var(--text));
}

.swiper-free-mode > .swiper-wrapper {
    margin-bottom: 10px;
}

.doctor-summary {
    width: 100%;
    line-height: 2;
    text-align: right;
    font-size: 14px;
}

.mega-ul li {
    display: inline-block;
    width: 30%;
}

    .mega-ul li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.b-border {
    border-right: solid 2px;
    padding-right: 5px;
}

.w-100 {
    width: 100%;
}

.socialnet {
    display: inline-block;
    color: #000;
}

    .socialnet i {
        border-color: hsl(var(--border));
        display: block;
        vertical-align: middle;
        font-size: 25px;
        color: #000;
    }
.socialnet-mobile i {
    border-color: hsl(var(--border));
    display: block;
    vertical-align: middle;
    font-size: 25px;
    color: #000;
    font-size: 22px;
}

.info {
    font-size: .8rem;
}

.content {
    display: contents;
}

.ads-option {
    min-height: 43px;
}

.dr-img {
    height: 171px;
}

@media(max-width: 768px) {
    .dr-img {
        height: auto;
        max-height: 200px;
    }
}

@media(max-width: 1024px) {
    .dr-img {
        height: 130px;
    }
}

@media(max-width: 1380px) {
    .dr-img {
        height: 197px;
    }
}

.updatepanel {
    display: contents;
}

.lb-alert {
    width: 100%;
    padding: 5px 5px;
    font-size: 12px;
    /*display:block;*/
}

.error {
    color: #970b0b;
    background: #f5d0d0;
}

.success {
    color: #2a7e06;
    background: #ddfbd0;
}

.about {
    line-height: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-form {
}

.contact-info {
}

    .contact-info ul li {
        list-style: none;
        width: 100%;
        padding: 7px 5px;
        font-size: 12px;
    }

        .contact-info ul li span {
        }

        .contact-info ul li p, .contact-info ul li p a {
            color: #10b77f;
        }

        .contact-info ul li a {
            color: #10b77f;
            font-size: 15px;
            margin-left: 8px;
            margin-top: 10px;
        }

@media(max-width: 1200px) {
    .contact-form {
        width: 70%;
    }

    .contact-info {
        width: 30%;
    }
}

@media(max-width: 768px) {
    .contact-form {
        width: 100%;
    }

    .contact-info {
        width: 100%;
    }
}
@media(max-width: 920px) {
    .border-gradient {
        border: solid 1.5px hsl(var(--primary));       
    }
}
.bg-green {
    background-color: hsl(var(--primary));
}
.txt-right {
    text-align: right !important;
}
.doctor-map iframe {
    width: 100%;
    height: 300px;
    border: 0;
}
.small-banner {
    aspect-ratio: 443/221;
}
.introduction {
    color: hsl(var(--text));
    font-weight: bold;
    line-height: 2.5rem;
}
.blog-list img {
    max-height:220px;
}
.blog-list-sub {
    min-height: 50px;
}
.pagination {
    display: flex;
    column-gap: .5rem;
}
.pagination-button {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    background-color: hsl(var(--muted));
    text-align: center;
    line-height: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
}
.pagination .active {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    text-align: center;
    line-height: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;

    background-color: hsl(var(--primary-btn));
    --tw-text-opacity: 1;
    color: rgb(254 254 255 / var(--tw-text-opacity));
}
.panel-login {
    border: solid 1px #eee;
    border-radius: 10px;
    
}
.pb-6 {
    padding-bottom: 6px;
}
.flex-center {
    flex-direction: column;
}
.doctor-name {
    font-size:1rem;
    font-weight:bold;
}
.drdDate {
    padding:15px 10px;
    border:none;
    border-bottom: solid 1px #eee;
}
.active-date {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    padding: 5px 10px;
}
.description {
    font-size: .8rem;
    color: #666;
    padding: 10px 5px;
    display: block;
    width: 100%;
}
.selected {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
}

.appointment-date-wrapper {
    overflow-x: auto;
    padding: 10px 0;
}


.appointment-date-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
}
@media(max-width: 780px) {
    .appointment-date-wrapper {
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
        width: 350px;
        overflow-x: scroll;
    }
}
.appointment-date {
    display: inline-flex;
    gap: 10px;
    padding: 10px;
    min-width: max-content;
}

.date-item {
    flex: 0 0 auto;
    border: solid 1px #10b77f;
    padding: 8px 12px;
    border-radius: 6px;
    background-color: #f9f9f9;
    min-width: 80px;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.3s;
}

    .date-item .selected {
        background-color: #10b77f;
        color: white;
        font-weight: bold;
        border: 1px solid #088f65;
    }
.appointment-time-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0;
}

.time-item {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .time-item.available {
        background-color: #e6fff4;
        border: 1px solid #10b77f;
        color: #055c3a;
    }

    .time-item.unavailable {

        background-color: #f8d7da;
        border: 1px solid #dc3545;
        color: #721c24;
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

    .time-item:hover {
        background-color: #e9fdf6;
        border-color: #10b77f;
    }
