/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom CSS below this line */

/* General Styles */

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.form-group label {
    color: var(--e-global-color-c9a2810 , #282828);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.b-text-14 {
    color: var(--e-global-color-c9a2810 , #282828);
		/* 14/Reg */
		font-size: 14px;
		line-height: 20px; /* 142.857% */
}
.form-group input {
    display: flex;
    /* height: 48px; */
    padding: 12px 16px 12px 20px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
	
}
.form-group input[type="checkbox"],.verification-data input[type="checkbox"],.terms input[type="checkbox"],.map-info  input[type="checkbox"],.schedule-type-btn input[type="radio"]{
	cursor:pointer;
}
.day-row:has(.disableTime) .shift-row {
    display: none;
}

input:focus-visible {
    outline-width: 0;
    border: 1px solid var( --e-global-color-primary );
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: var( --e-global-color-primary , #F7C845);
}
.btn {
    width: 100%;
    display: flex !important;
    padding: 13px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px !important;
    border: 0;
}

.b-text-16 {
    color: var(--e-global-color-c9a2810 , #282828);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.yellow-highlight {
	color: var( --e-global-color-primary , #F7C845);
	font-weight:700;
}

p {
    margin: 0;
}

.input-icon-wrap p {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.input-icon-wrap input {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.08px;
}

/* shortcde custom_therapist_search Styles */

#custom-therapist-search-form {
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.50);
}

#custom-therapist-search-form #meeting-mode {
    width: 100%;
}
#custom-therapist-search-form .meeting-mode-option {
    display: none;
    padding: 12px 16px 12px 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
	cursor: pointer;
}
#custom-therapist-search-form .meeting-mode-option.active {
    display: flex;
}
#custom-therapist-search-form .meeting-mode-option.active.selected {
    border-radius: 8px;
    border: 1px solid var(--Brand-Secondary, #F7C845);
    background: #FAFAFA;
}
#custom-therapist-search-form .mmo-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

#custom-therapist-search-form #location-dropdown, .therapistFinderLocation #location-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    width: 100%;
    max-height: 225px;
}
#custom-therapist-search-form .location-option, .therapistFinderLocation .location-option{
    padding: 8px 20px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    font-family: 'Poppins';
    font-size: 16px;
}

#custom-therapist-search-form #location-field, .therapistFinderLocation {
    position: relative;
}

#custom-therapist-search-form .location-option:hover, .therapistFinderLocation .location-option:hover {
    background-color: #ffc700;
}

#detect-location {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
#detect-location.usemyLocation  {
	position: unset !important;
}

.locating {
  animation: rotate 1s infinite ease-in-out;
}

@keyframes rotate {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(1.1); }
  100% { transform: rotate(360deg) scale(1); }
}

/* Subscribe form */

.subscribe-form {
    display: flex;
    /* width: 498px; */
    padding: 12px 12px 12px 32px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #5C5C5C;
    background: rgba(255, 255, 255, 0.08);
}

.subscribe-form .wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 18px;
    top: 26px;
}
.subscribe-form p {
    margin: 0;
}
.subscribe-form input {
    border: 0;
}
.subscribe-form .input-icon-wrap {
    max-width: 60%;
}
.subscribe-form .input-icon-wrap input {
    background: transparent;
    text-align: left;
    padding: 0;
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.08px;
	border:none;
}
.subscribe-form .icon {
    line-height: 1;
	margin-top: 1px;
}
.subscribe-form .wpcf7-submit {
    padding: 14px 36.5px 14px 36.5px !important;
}
.verify-box label,.work-box label {
    cursor: pointer;
}
div#step-4 #location.error-field + span .select2-selection.select2-selection--multiple{
	border-color: red !important;
}
.social-profile h2 {
    font-size: 24px !important;
	line-height:1 !important;
	margin:0 0 24px!important;
	
}
#lostPasswordForm p:first-of-type {
    text-align: center;
    margin: 0px 0 16px;
    color:#28282899;
    font-size: 15px;
    line-height: 1.6;
}

#lostPasswordForm label {
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-c9a2810);
    padding-bottom: 10px;
    line-height: 1 !important;
    width: 100%;
}

#lostPasswordForm .formField {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 8px;
    background-color: #FAFAFA;
    font-size: 15px;
    line-height: 1.4;
	
    min-height: 40px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left 15px;
}

#lostPasswordForm input:last-of-type {
    width: 100%;
}

.resetPassowrContainer small#password-message {
    font-size: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.page-id-6141 .page-header {
    display: none;
}

.forgetPassword {
    padding: 100px 20px;
}

.resetPassowrContainer {
    width:100%;
    max-width:546px;
    margin:0 auto;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.5);
    padding:50px 24px;    
}
.profile-tab-header th {
    padding-top: 0px !important;
}
.schedule-type-btn input {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.schedule-type-btn label::after {
    width: 13px;
    height: 13px;
    content: "";
    border: 1px solid black;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -17px;
}

.schedule-type-btn label {
    position: relative;
    line-height: 1 !important;
}

.schedule-type-btn input:checked + label::before {
    width: 9px;
    height: 9px;
    content: "";
    background-color:#f7c845;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -14.8px;
}
.userWebsiteAddress .elementor-button-text {
   white-space: nowrap;     
   overflow: hidden;          
   text-overflow: ellipsis;  
   display: inline-block;     
   width: 100%;
    text-align:left;
}

.userWebsiteAddress a {
    width: 100%;
    display: block;
}
.meeting-mode-dropdown .dropdown-arrow {
    position: absolute;
    top: 13px;
	z-index: 999;
    right: 14px;
}

@media screen and (max-width: 1024px){
	.forgetPassword {
		padding: 50px 20px;
	}
}
@media screen and (max-width: 768px){
	.subscribe-form .wpcf7-submit, .subscribe-form {
    padding: 10px 14px !important;
    font-size: 14px !important;
	}
	.subscribe-form .input-icon-wrap input {
    font-size: 14px;
	}
	.subscribe-form .input-icon-wrap {
    max-width: 60%;
	}
}



/* loader */

.upper_loader_div_search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgb(95 95 95 / 26%); /* Optional background for overlay */
}
.search_loader_results {
    width: 50px;
    height: 50px;
    border: 8px solid #f7c845;
    border-top: 8px solid #000;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

/* Keyframes for loader spinning animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* My Account Dashboard */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: #f6f7fb;
}

/* Sidebar */
div#custom-dashboard .sidebar {
    position: fixed;
    top: 110px;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    padding-top: 60px;
    z-index: 1000;
}
div#custom-dashboard .sidebar.active {
    left: 70px;
}
div#custom-dashboard .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#custom-dashboard .sidebar ul li {
    padding: 20px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 14px;
}
div#custom-dashboard .sidebar ul li.active {
    background: transparent;
    font-weight: 500;
    color: #F7C845;
    font-size: 14px;
}
div#custom-dashboard .sidebar ul li:hover {
    background: #f9f9f9;
}

/* Sidebar button */
.sidebar-button {
    position: sticky;
    top: 0;
    z-index: 900;
    margin-top: 60px;
    margin-left: -20px;
}
.hamburger {
    font-size: 22px;
    cursor: pointer;
}

/* Content */
div#custom-dashboard .content {
    margin-left: 0;
    padding: 20px;
    transition: margin-left 0.3s ease;
}
div#custom-dashboard .sidebar.active ~ .content {
    margin-left: 250px;
}
div#custom-dashboard .tab-content {
    background: #fff;
    padding: 24px;
}

/* Profile inner tabs */
div#custom-dashboard .profile-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
div#custom-dashboard .profile-tabs li {
    padding: 6px 16px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    font-weight: 400;
    font-size: 14px;
    font-family: poppins;
}
div#custom-dashboard .profile-tabs li.active {
    border-bottom: 1px solid #F7C845;
    font-weight: 500;
    color: #F7C845;
}
div#custom-dashboard .profile-tab-content {

    background: #fff;

}


/* Search box */
div#custom-dashboard .search-box input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    width: 250px;
}

/* Table */
div#custom-dashboard table {
    width: 100%;
    border-collapse: collapse;
    margin: 0px 0px;
}
div#custom-dashboard table th, div#custom-dashboard table td {
    text-align: left;
    padding: 10px;
    border-bottom: 0;
    font-size: 14px;
    color: #000000a1;
    font-weight: 500;
    font-family: poppins;
    border: none;
}
tr.profile-tab-header {
    border-bottom: 1px solid #eee;
}
#custom-dashboard table tbody>tr:nth-child(odd)>td, #custom-dashboard table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
div#custom-dashboard .status {
    background: #ffe0b2;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}
div#custom-dashboard .btn-edit {
    color: #ff9800;
    font-size: 14px;
    cursor: pointer;
}

/* Profile Top Bar */
div#custom-dashboard .profile-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Account form */
div#custom-dashboard div#account {
    background: #fff;
    padding: 24px;
}
div#custom-dashboard .dash-form-group {
    display: flex;
    flex-direction: column;

    margin-bottom: 24px;
}
div#custom-dashboard .dash-form-group label {
    font-size: 16px;
    font-weight: 500;
	    margin-bottom: 12px;
}
div#custom-dashboard .dash-form-group input,
div#custom-dashboard .dash-form-group textarea {
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
}
div#custom-dashboard .dash-form-group small {
    font-size: 12px;
    font-weight: 400;
}
div#custom-dashboard input.submit-changes {
    border-radius: 8px;
    background: #F7C845;
    border: none;
    width: 100%;
    max-width: 200px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.therapistTabAccount .e-n-tabs-heading {
    height: fit-content;
    flex: 0 0 240px;
    position: sticky;
    top: 0;
    align-self: flex-start;
    overflow: hidden;
    top: 150px;
}




/* Responsive tweaks */
@media only screen and (max-width: 1100px) {
    div#custom-dashboard .profile-top-bar {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive table {
        min-width: 600px;
    }
}
@media only screen and (max-width: 767px) {
	.therapistFinderLocation {
		padding: 14px 20px;
	}

	#detect-location span {
		font-size: 0px;
	}

	#detect-location.usemyLocation {
		padding: 0px;
		max-width: max-content;
		border-left: 0px;
		gap: 0px;
		position: absolute !important;
		right: 20px;
		top: 10px;
	}

	.therapistFinderLocation > img {
		display: none;
	}
	.therapistFinderLocation {
		padding: 14px 20px !important;
	}
div#custom-dashboard table:has(td[colspan="6"]) tr td {
	padding: 0;
	border-bottom: 0px !IMPORTANT;
	text-align: center;
}
	div#custom-dashboard table:has(td[colspan="6"]) tr {
    border-bottom: 0px;
    margin: 0;
}
}
@media only screen and (max-width: 650px) {
    div#custom-dashboard ul.profile-tabs {
        overflow: auto;
    }
    div#custom-dashboard .profile-tabs li {
        padding: 4px 8px;
        font-size: 12px;
    }
}
