/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1766504192
Updated: 2025-12-23 15:36:32

*/

.cdc-step{display:none}
.cdc-step.active{display:block}
.cdc-progress{width:100%;background:#eee;border-radius:10px;margin-bottom:20px}
.cdc-progress-bar{height:10px;width:0;background:#4CAF50;border-radius:10px;transition:.3s}
.cdc-buttons{display:flex;justify-content:space-between;margin-top:20px}
.ques p
 {
    margin-bottom: 0px;
}
.ques {
    margin-bottom: 10px;
}
.cdc-step.active input {
    margin-bottom: 15px;
}

.centre-listing-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
}
.centre-listing-wrapper img {
    width: 100%;
    object-fit: contain;
    justify-items: center;
}
.Filter-sec {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.Filter-sec h4 {
    margin: 0px !important;
    font-family: 'Poppins';
    font-size: 20px;
    color: black;
}

form.therapist-filter {
    margin-bottom: 0px !important;
    width: 30%;
}
.therapist-right {
    font-family: 'Inter';
}

ul.therapist-spec {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px;
}
ul.therapist-spec strong {
    width: 100%;
}
.profile-header {
    display: flex;
    gap: 30px;
    background: #f9fbff;
    padding: 30px;
}

.profile-info p {
    margin: 5px;
}
.sidearea {
    width: 30%;
}
.related-therapists p {
    margin-bottom: 0px;
}
.box {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

p.location {
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}

a.assist-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #25d366;
    color: #ffffff !important;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin: 30px 0;
}

.um-profile-nav {
    display: none !important;
}

.therapist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.therapist-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.therapist-left img {
    border-radius: 8px;
}

.therapist-right h3 {
    margin: 0;
    font-size: 18px;
}

.therapist-profession {
    color: #666;
    margin-bottom: 10px;
}

.therapist-spec {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

.therapist-spec li {
    font-size: 14px;
}

.profile-avatar.logo-img img {
    width: 300px;
}

.therapist-actions {
    margin-top: 15px;
    display: flex;
    gap: 10px;
	 justify-content: space-between;
}

.btn-outline {
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.btn-primary {
    padding: 8px 14px;
    background: #4CAF50;
    color: #fff;
    border-radius: 6px;
}

.therapist-card p {
    margin-bottom: 0px;
}

h1.entry-title {
    text-align: center;
}

.therapist-pagination {
    margin-top: 40px;
}
section.dashboard-header {
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #25d366 0%, #25d36670 100%);
}

.dashboard-wrap {
    display: flex;
    gap: 50px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 20px;
	 margin-right: 20px;
	
}
input#um-submit-btn {
    background-color: #25D366;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #25D366;
    border-radius: 12px 12px 12px 12px;
    padding: 14px 28px 14px 28px;
}

a.um-button.um-alt {
    background-color: #A8E6CF00 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    fill: #25D366 !important;
    color: #25D366 !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #25D366;
    border-radius: 12px 12px 12px 12px;
    padding: 15px 30px 15px 30px;
    box-shadow: none !important;
}

.dashboard-sidebar {
    width: 230px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    
}

.dashboard-sidebar h3 {
    margin-bottom: 15px;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.sidebar-menu li {
    margin-bottom: 10px;
}

.sidebar-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.dashboard-content {
    flex: 1;
}

.card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}


.btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 25px;
    text-decoration: none;
    margin-right: 10px;
}

.btn-primary {
    background: #2ecc71;
    color: #fff;
}

.btn-green {
    background: #27ae60;
    color: #fff;
}

.btn-outline {
    border: 2px solid #2ecc71;
    color: #2ecc71;
    background: transparent;
}

.child-actions {
    margin-top: 20px;
}

.child-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.child-table th,
.child-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

.dashboard-disclaimer {
    margin-top: 50px;
    background: #25d36605;
    padding: 15px;
    border-radius: 10px;
	text-align: center;
}
.login-prompt {
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(135deg, #25d366 0%, #25d36670 100%);
}
.hide-fields {
    display: none;
}
table th {
    text-align: left;
}
.find-btn {
    margin-top: 40px;
}

.acf-form .acf-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.acf-form .acf-field.half-width {
    width: calc(50% - 10px);
	padding: 0px !important;
	border-top-width: 0px !important;
}

.acf-form .acf-field:not(.half-width) {
    width: 100%;
}

@media (max-width: 991px) {
    .acf-form .acf-field.half-width {
        width: calc(50% - 10px);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .acf-form .acf-field.half-width {
        width: 100%;
    }
}


/*.therapist-card {
  background:#fff;
  padding:20px;
  border-radius:8px;
  margin-bottom:20px;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.therapist-actions .btn {
  margin-right:10px;
}

.therapist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.therapist-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.therapist-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.therapist-card h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #0f172a;
}

.therapist-card p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
}
.therapist-info p{
	font-size: 16px;
	color: #000;
	margin-bottom:5px;
}

.therapist-actions {
    display: block;
    margin-top: 15px;
}

.therapist-actions .btn {
    padding: 10px 14px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-outline {
    border: 1px solid #25D366;
    color: #25D366;
}

.btn-outline:hover {
    background: #25D366;
    color: #fff;
}*/
.parent-dashboard { padding-bottom: 40px; }

.dashboard-wrap {
    display: flex;
    gap: 30px;
}

.dashboard-sidebar {
    width: 260px;
}

.dashboard-content {
    flex: 1;
}

.appointment-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.card-row {
    margin-bottom: 8px;
    font-size: 15px;
}

.card-notes {
    margin-top: 12px;
}

.card-notes p {
    margin: 5px 0 0;
    white-space: pre-wrap;
}

.status {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}

.status-pending { background: #fff3cd; color: #856404; }
.status-confirmed { background: #d4edda; color: #155724; }
.status-cancelled { background: #f8d7da; color: #721c24; }

.appointment-card {
    padding: 20px;
    border: 1px solid #25d366;
    border-radius: 10px;
    margin-bottom: 20px;
}
.um-login .um-button.um-alt
 {
    display: none !important;
}

.related-therapists {
    margin: 40px 0;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.related-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
    .dashboard-wrap {
        flex-direction: column;
    }
    .dashboard-sidebar {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .therapist-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .therapist-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:768px) and (min-width:320px){
    .dashboard-wrap  {
        flex-direction: column;
    }
    .dashboard-sidebar {
        width: 100%;
    }
	.sidearea {
    width: 100%;
}
}