
.softplug-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.softplug-clinic, .softplug-doctor {
    width: 48%;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
}
.softplug-clinic-image, .softplug-doctor-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.softplug-clinic-logo {
    background: white;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
}
.softplug-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
.softplug-location, .softplug-review, .softplug-function {
    margin: 5px 0;
}
.softplug-profile-btn, .softplug-agenda-link {
    display: inline-block;
    padding: 8px 15px;
    background: #e63e3e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 5px 5px 0 0;
}
.softplug-agenda-link {
    background: #1e90ff;
}

.softglaze-featured-badge {
    background-color: #FFD700;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}

.softplug-g-rating {
    background-color: #f8f9fa;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.softplug-rev-point {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.softplug-location-distance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
.softplug-location, .softplug-distance {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    color: #333;
    margin-left: 15px;
}

.softplug-location-distance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 10px;
    margin-left: 15px;
}
.softplug-distance {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.softplug-g-rating {
    background-color: #fff3cd;
    padding: 8px;
    border: 1px solid #ffeeba;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #856404;
}

.softplug-clinics-related {
    margin-bottom: 10px;
}
.softplug-clinics-related ul {
    list-style: none;
    padding: 0;
}
.softplug-clinics-related li {
    margin-bottom: 8px;
    font-size: 14px;
}
.softplug-location-distance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.softplug-distance {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.softplug-col-half, .softplug-col-3 {
    box-sizing: border-box;
    padding: 10px;
    float: left;
}
.softplug-col-half {
    width: 48%;
    margin: 1%;
}
.softplug-col-3 {
    width: 30%;
    margin: 1.5%;
}
.softplug-clinic-card, .softplug-doctor-card, .softplug-image-ad {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.softplug-clinic-logo, .softplug-doctor-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px;
}
.softplug-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.softplug-profile-btn, .softplug-agenda-link {
    display: block;
    text-align: center;
    padding: 8px;
    background: #f67280;
    color: white;
    text-decoration: none;
    margin: 5px 0;
    border-radius: 5px;
}
.softplug-sponsored-label {
    background-color: #f9c74f;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: -10px;
    left: 10px;
    font-weight: bold;
    border-radius: 4px;
}
.softplug-pagination {
    clear: both;
    text-align: center;
    margin: 20px 0;
}
.softplug-pagination a, .softplug-pagination span {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
}
.softplug-pagination a:hover, .softplug-pagination .current {
    background: #f67280;
    color: white;
    border-color: #f67280;
}

.clinic-item{
	float: left;
	width: 100%;
	border: solid 2px rgb(229 231 235);
	border-radius: .25rem;
	position: relative;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	overflow: hidden;
}
.clinic-item .ci-image{
	position: absolute;
	left: 0;
	width: 16rem;
	top: 0;
	bottom: 0;
	background-size: cover !important;
	background-position: center top !important;
}
.clinic-item .ci-image .ci-logo{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #fff;
	padding: 6px 0;
}
.clinic-item .ci-image .ci-logo img{
	height: auto;
	max-height: 36px;
	width: auto;
	margin: auto;
	display: block;
}
.clinic-item .ci-detail{
	float: right;
	width: calc(100% - 16rem);
	padding: 1.25rem;
	box-sizing: border-box;
	color: rgb(100 116 139);
	position: relative;
	height: 100%;
	padding-bottom: calc(1.25rem + 50px);
	font-family: Poppins,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
.clinic-item .ci-detail .ci-rev{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0;
}
.clinic-item .ci-detail .ci-rev .label{
	font-size: .875rem;
	font-weight: 600;
	line-height: normal;
	color: rgb(234 179 8);
}
.clinic-item .ci-detail .ci-rev .value{
	color: rgb(156 163 175);
	font-size: .675rem;
	margin-left: .25rem;
	line-height: normal;	
}
.clinic-item .ci-detail .ci-title{
	color: rgb(30 41 59);
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: .875rem;
	line-height: 1.25rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.clinic-item .ci-detail .ci-location{
	float: left;
	width: 100%;
	font-size: .75rem;
	line-height: 1rem;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 3px;
	color: rgb(100 116 139);
}
.clinic-item .ci-detail .ci-cat{
	float: left;
	width: 100%;
	margin-top: 1.25rem;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.clinic-item .ci-detail .ci-cat li:first-child{
	margin: 0;
}
.clinic-item .ci-detail .ci-cat li{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: .75rem;
    line-height: 1rem;
	margin-top: 3px;
}
.clinic-item .ci-detail .ci-cat li span{
	margin-left: auto;
	font-weight: 700;
	color: rgb(246 114 128);
	font-size: 1.125rem;
	line-height: 1;
}
.clinic-item .ci-detail .ci-profile{
	float: left;
	clear: both;
	text-underline-offset: 2px;	
	text-decoration: underline;
	font-size: .75rem;
    line-height: 1rem;
	margin: .5rem 0 1.25rem 0;
	color: rgb(100 116 139);
    display: flex;
    align-items: center;
    gap: 4px;
}
.clinic-item .ci-detail .ci-short{
	float: left;
	width: 100%;
	font-size: .75rem;
    line-height: 1rem;
	color: rgb(246 114 128);
	font-weight: 600;
	font-size: .75rem;
	line-height: 1rem;
	margin: 0 0 .5rem 0;
	height: 32px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clinic-item .ci-detail .ci-agenda-link{
	position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 27px !important;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
}
.clinic-item .ci-detail .ci-agenda-link:hover{
	background: rgb(225 84 99);
    color: white;
}

.my-module .mm-links{
	float: left;
	width: 100%;
	overflow: hidden;
}
.my-module .mm-links ul{
	display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
	gap: 15px;
	border-bottom: solid 1px rgb(226 232 240);
	padding-bottom: 10px;
}
.my-module .mm-links ul li{
	display: block;
	text-align: center;
	opacity: .3;
	font-size: .675rem;
	width: 5rem;
}
.my-module .mm-links ul li svg{
	margin: auto;
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}
.my-module .mm-links ul li.active{
	opacity: 1;
}
.my-module .mm-listing{
	float: left;
	width: 100%;
	margin-top: 0px !important;
}
.my-module .mm-listing .mm-row{
	display: flex;
    flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.my-module .mm-listing .mm-row .mm-col-half{
	flex: 0 0 auto;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
.my-module .mm-listing .mm-row .mm-col-3{
	flex: 0 0 auto;
	width: 25%;
	padding: 0 0px 40px !important;
	box-sizing: border-box;
}

.font-medium {
    font-weight: 500;
}

.text-2xs {
    font-size: .675rem;
}

.right-0 {
    right: 10px;
}

.absolute {
    position: absolute;
}

/* Styling for the Gesponsord Label */
.softplug-gesponsord {
    color: #64748b;              /* Black text */
    font-size: .675rem;          /* Small font size */
    font-weight: 500;
    margin-left: 540px;                /* Align it to the right */
    position: inherit !important;
}
/* Recently Booked Section */
.softglaze-bookings {
    font-weight: 500;
    color: #475569;
    display: flex;
    justify-content: center; /* Center align the content */
    align-items: center;
    font-size: .675rem;
    position: absolute; /* Position it absolutely */
    left: 1.25rem;
    right: 1.25rem;
    bottom: 0px; /* Adjust this value to position it below the agenda button */
}

.dr-item{
	float: left;
	width: 100%;
	border: solid 2px rgb(229 231 235);
	border-radius: .25rem;
	position: relative;
	padding: 1.5rem;
	box-sizing: border-box;
	height: 100%;
}
.dr-item .dr-image{
	width: 96px;
	height: 96px;
	display: block;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
	background-size: cover !important;
	background-position: center top !important;
	border: solid 1px #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.dr-item .dr-name-word{
	width: 96px;
    height: 96px;
    display: block;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    background: #EBCBB6;
    color: #ffff;
    text-align: center;
    line-height: 96px;
    font-size: 50px;
    border: solid 1px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.dr-item .dr-detail{
	float: left;
	width: 100%;
	margin-top: 1rem;
	position: relative;
	padding-bottom: 45px;
	height: calc(100% - 158px);
	font-family: Poppins,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
.dr-item .dr-detail .dr-title{
	color: rgb(30 41 59);
	float: left;
	width: 100%;
	font-weight: 600;
	font-size: .875rem;
	line-height: 1.25rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dr-item .dr-detail .clinic{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000;
	opacity: .7;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}
.dr-item .dr-detail .clinic:last-of-type{
	margin-bottom: 1.25rem;
}
.dr-item .dr-detail .clinic a{
	color: #000;
	line-height: normal;
	text-decoration: none;
}
.dr-item .dr-detail .clinic a:hover{
	text-decoration: underline;
}
.dr-item .dr-detail .dr-item-list{
	float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
	opacity: .7;
    margin-bottom: 0px;
}
.dr-item .dr-detail .dr-item-list p {
    margin-left: auto;
    margin-bottom: 0;
    font-weight: 500;
}
.dr-item .dr-detail .dr-item-list p.price {
    font-size: 20px;
    font-weight: 600;
    color: #EB514B;
}
.dr-item .dr-detail .ci-cat{
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.dr-item .dr-detail .ci-cat li:first-child{
	margin: 0;
}
.dr-item .dr-detail .ci-cat li{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
    line-height: 1rem;
	margin-top: 3px;
}
.dr-item .dr-detail .ci-cat li span{
	margin-left: auto;
	font-weight: 700;
	color: rgb(246 114 128);
	font-size: 1.125rem;
	line-height: 1;
}
.dr-item .dr-detail .dr-profile{
	float: left;
	clear: both;
	text-underline-offset: 2px;	
	text-decoration: underline;
	font-size: 12px;
    line-height: 1rem;
	margin: .5rem 0 1.25rem 0;
	color: #000;
	opacity: .7;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dr-item .dr-detail .select-clinic{
	float: left;
	clear: both;
	width: 100%;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.dr-item .dr-detail .select-clinic span{
	float: left;
	clear: both;
	width: 100%;
	font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
	cursor: pointer;
}
.dr-item .dr-detail .select-clinic:hover ul{
	display: block;
}
.dr-item .dr-detail .select-clinic ul{
	position: absolute;
    left: 0;
	display: none;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: .25rem;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px;
    list-style: none;
    margin: 0;
}
.dr-item .dr-detail .select-clinic ul li, .dr-item .dr-detail .select-clinic ul li a{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000;
	opacity: .8;
}
.dr-item .dr-detail .select-clinic ul li a:hover{
	opacity: 1;
	text-decoration: underline;
}


.dr-item .dr-detail .dr-agenda-link{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
}
.dr-item .dr-detail .dr-agenda-link:hover{
	background: rgb(225 84 99);
}

.pagination-container {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
}

.pagination-container ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.pagination-container li {
    margin: 0;
}

.pagination-container li a,
.pagination-container li span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-right: 1px solid #ddd;
    background-color: #f9f9f9;
    font-weight: bold;
}

.pagination-container li a:hover {
    background-color: #f67280;
    color: #fff;
}

.pagination-container li span.current {
    background-color: #f67280;
    color: #fff;
}

.pagination-container li:last-child a,
.pagination-container li:last-child span {
    border-right: none;
}

.pagination-container li a svg {
    vertical-align: middle;
    fill: #333;
}

.pagination-container li a:hover svg {
    fill: #fff;
}
.ci-short{
	float: left;
	width: 100%;
	font-size: .75rem;
    line-height: 1rem;
	color: rgb(246 114 128);
	font-weight: 600;
	font-size: .75rem;
	line-height: 1rem;
	margin: 0 0 .5rem 0;
	height: 32px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ci-logo{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-color: #fff;
	padding: 6px 0;
}

.softplug-search-container {
    max-width: 500px;
    margin: 20px auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

#location-search, #service-filter {
    padding: 10px;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#search-btn {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#search-btn:hover {
    background-color: #005177;
}

.result-item {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 0;
}

.result-item img {
    max-width: 100%;
    display: block;
    margin: 10px 0;
}

.result-item a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.softplug-gesponsord-non-featured {
    color: #64748b;              /* Black text */
    font-size: .675rem;          /* Small font size */
    font-weight: 500;
    margin-left: 238px; 
    margin-top: -26px;               /* Align it to the right */
}

.mapboxgl-popup-content {
    cursor: pointer !important;
}

/* Default Layout (For Large Screens - Desktop) */
.clinic-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns for large screens */
    gap: 20px;
}

.dr-item-list-card {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    opacity: .7;
    margin-bottom: -8px;
}

.dr-item-list-card p {
    margin-left: auto;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
}

.dr-detail-soft {
    float: left;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    height: calc(100% - 158px);
    font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.clinic-soft {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    opacity: .7;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.clinic-soft a{
	color: #000;
	line-height: normal;
	text-decoration: none;
}

/* Medium Screens (Tablets: 768px - 1024px) */
@media screen and (max-width: 1024px) {
    .clinic-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
    }
}

/* Small Screens (Mobile Phones: Below 768px) */
@media screen and (max-width: 768px) {
    .clinic-container {
        grid-template-columns: repeat(1, 1fr); /* 1 column for small screens */
    }
}
.softglaze-bookings .fa-angle-up {
    font-size: 15px; /* Match the size of the previous flame icon */
    color: #ff0000; /* Adjust icon color as needed (e.g., red for emphasis) */
    vertical-align: middle; /* Aligns the icon vertically with the text */
}

/* New CSS Classes */
.my-module-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mm-listing .mm-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.mm-listing .mm-col-3 {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.dr-item {
    float: left;
    width: 100%;
    border: solid 2px rgb(229 231 235);
    border-radius: .25rem;
    position: relative;
    padding: 1.5rem;
    box-sizing: border-box;
    height: 100%;
}

.dr-item .dr-image {
    width: 96px;
    height: 96px;
    display: block;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover !important;
    background-position: center top !important;
    border: solid 1px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.dr-item .dr-name-word {
    width: 96px;
    height: 96px;
    display: block;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    background: #EBCBB6;
    color: #ffff;
    text-align: center;
    line-height: 96px;
    font-size: 50px;
    border: solid 1px #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.dr-item .dr-detail {
    float: left;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    padding-bottom: 45px;
    height: calc(100% - 158px);
    font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.dr-item .dr-detail .dr-title {
    color: rgb(30 41 59);
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dr-item .dr-detail .clinic {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    opacity: .7;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dr-item .dr-detail .clinic a {
    color: #000;
    line-height: normal;
    text-decoration: none;
}

.dr-item .dr-detail .clinic a:hover {
    text-decoration: underline;
}

.dr-item .dr-detail .dr-item-list {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    opacity: .7;
    margin-bottom: 0px;
}

.dr-item .dr-detail .dr-item-list p {
    margin-left: auto;
    margin-bottom: 0;
}

.dr-item .dr-detail .dr-item-list p.price {
    font-size: 20px;
    font-weight: 600;
    color: #EB514B;
}

.dr-item .dr-detail .ci-cat {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.dr-item .dr-detail .ci-cat li:first-child {
    margin: 0;
}

.dr-item .dr-detail .ci-cat li {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 3px;
}

.dr-item .dr-detail .ci-cat li span {
    margin-left: auto;
    font-weight: 700;
    color: rgb(246 114 128);
    font-size: 1.125rem;
    line-height: 1;
}

.dr-item .dr-detail .dr-profile {
    float: left;
    clear: both;
    text-underline-offset: 2px;
    text-decoration: underline;
    font-size: 12px;
    line-height: 1rem;
    margin: .5rem 0 1.25rem 0;
    color: #000;
    opacity: .7;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dr-item .dr-detail .select-clinic {
    float: left;
    clear: both;
    width: 100%;
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
}

.dr-item .dr-detail .select-clinic span {
    float: left;
    clear: both;
    width: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
    cursor: pointer;
}

.dr-item .dr-detail .select-clinic:hover ul {
    display: block;
}

.dr-item .dr-detail .select-clinic ul {
    position: absolute;
    left: 0;
    display: none;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: .25rem;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px;
    list-style: none;
    margin: 0;
}

.dr-item .dr-detail .select-clinic ul li,
.dr-item .dr-detail .select-clinic ul li a {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #000;
    opacity: .8;
}

.dr-item .dr-detail .select-clinic ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.dr-item .dr-detail .dr-agenda-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .875rem;
    line-height: 1.25rem;
    background: rgb(246 114 128);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: .25rem;
    color: #fff;
    font-weight: 600;
    gap: 9px;
    margin-bottom: -60px;
}

.dr-item .dr-detail .dr-agenda-link:hover {
    background: rgb(225 84 99);
}

.pagination-container {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
}

.pagination-container ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.pagination-container li {
    margin: 0;
}

.pagination-container li a,
.pagination-container li span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-right: 1px solid #ddd;
    background-color: #f9f9f9;
    font-weight: bold;
}

.pagination-container li a:hover {
    background-color: #f67280;
    color: #fff;
}

.pagination-container li span.current {
    background-color: #f67280;
    color: #fff;
}

.pagination-container li:last-child a,
.pagination-container li:last-child span {
    border-right: none;
}

.pagination-container li a svg {
    vertical-align: middle;
    fill: #333;
}

.pagination-container li a:hover svg {
    fill: #fff;
}


