.wd-footer .menu-item a {
    color: #4b5563;
}

.single-trainer #main-content {
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
}
.removeImage,
.parentElement-remove{
    padding: 0;
    min-height: auto;
}
.parentElement-remove{
    background: #0000;
}
#active-filters button {
    padding: 0;
    min-width: auto;
    min-height: auto;
    background: #0000;
    padding-top: 2px;
}

#clear-all-filters {
    margin-left: 0.5rem;
    padding: 0.25rem 0.75rem!important;
    background-color: #FFF!important;
    border: solid 1px #ddd!important;
    color: #374151;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
    gap: 0!important;
}
#clear-all-filters svg{
    width: 12px!important;
    height: 12px!important;
}
#clear-all-filters:hover {
    background-color: #eee!important;
}
/* .social-contactx a > div{
    min-height: 35px;
    min-width: 35px;
} */
 .social-contactx a > div{
    width: 30.5px!important;
    height: 30.5px!important;
 }
.social-contactx a .ig svg{
    width: 30.5px!important;
    height: 30.5px!important;
}
.page-template-page-contact #main-content,
.page-template-page-about #main-content,
.page-template-page-home #main-content,
.page-template-page-home #main-content,
.page-template-page-find-trainer #main-content,
.page-template-page-user-profile #main-content,
.page-template-page-profile #main-content {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-template-page-profile select,
.page-template-page-profile input,
.page-template-page-user-profile select,
.page-template-page-user-profile input,
.page-template-page-find-trainer select,
.page-template-page-find-trainer input,
.page-template-page-home select,
.page-template-page-home input {
    box-sizing: border-box!important;
        padding-left: 0.65rem!important;
    padding-right: 0.65rem!important;
    color: #111827!important;
}

.page-template-page-profile button,
.page-template-page-user-profile button,
.page-template-page-find-trainer button,
.page-template-page-home button {
    min-height: auto !important;
}
.page-template-page-profile button {
    min-height: auto !important;
}
button.star {
    background: #0000;
}
select#sortBy {
    width: auto;
}
.search-input{
        padding-left: 0.25rem!important;
    padding-right: 0.25rem!important;
}


.favorite-btn{
    min-height: auto!important;
}
/* .border, */
.border-2x{
    border: solid;
    border-width: 2px!important;
}

a.border-1,
button.border-1,
a.border-2,
button.border-2 {
    border: solid;
}
.search-input {
    border: 0!important;
}
.text-white.hover\:bg-red-700:hover,
.text-white.hover\:bg-red-600:hover,
.text-white.hover\:bg-brand-600,
.text-white.hover\:bg-brand-700 {
    color: #FFF!important;
}

.wpt-container{
    max-width: 1245px!important;
}
.changeProfilePicture{
    padding: 0;
}
.wrap-input-search{
    border: solid 1px rgb(0 0 0 / 10%);
}
input#kw {
    padding-left: 0 !important;
}
.text-brand-600 {
    color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
.wpt-gallery-thumbs button{
    padding: 0!important;
}
.contact-links a > .rounded-full {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 9px;
}
.contact-links a > .rounded-full.ig{
    padding: 0;
}
.border-solid{
    border-style: solid !important;
}
.hover\:text-white:hover {
    color: #FFF !important;
}
.bg-mail-link{
    background-color: #ffbf00;
}
.border-w-1 {
    border-width: 1px !important;
    border: solid;
}
#security-section button:not(#changePasswordButton) {
    min-height: auto !important;
    padding: 0!important;
    background: #0000 !important;
}
.contact-links-icon{
    max-height: 35px;
}
#main-content {
    background: #FFFFFF;
}
@media (max-width: 767px) {
    #search {
    margin-top: 15px;
}
    .wrap-banner {
        padding-top: 0 !important;
    }
}

/* Active Filters Tags */
.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #fff1f1;
    color: #7f1d1d;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    animation: slideIn 0.2s ease-out;
}

.active-filter-tag a {
    color: inherit;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
}

.active-filter-tag a:hover {
    color: #991b1b;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Filter Sidebar */
.filter-sidebar .gender-filter,
.filter-sidebar .experience-filter,
.filter-sidebar .rating-filter {
    cursor: pointer;
}

.filter-sidebar .gender-filter:checked,
.filter-sidebar .experience-filter:checked,
.filter-sidebar .rating-filter:checked {
    background-color: #dc2626;
}

/* Select2 Custom Styling */

.select2-basic .select2-selection__clear {
    background: #f10 !important;
    min-height: 5px;
    height: 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    min-width: 15px;
    left: 17px;
    color: #FFF;
    border-radius: 50px;
}

.select2-basic .select2-container--default .select2-selection--single {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
    color: #111827;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
}

.select2-basic .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111827;
    padding: 0 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.select2-basic .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0.75rem;
    height: 42px;
    display: flex;
    align-items: center;
}

.select2-basic .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6b7280 transparent transparent transparent;
}

.select2-basic .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6b7280 transparent;
}

.select2-basic .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
}

.select2-basic .select2-container--default .select2-results__option {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    color: #111827;
}


.select2-basic .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fef2f2;
    color: #111827;
}

.select2-basic .select2-dropdown {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}



