/* 
Theme Name: Mobasher Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Mobasher Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: mobasher-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 styles here */
/* .agent-list-container {
    background-color: red !important;
    font-family: 'IRANYekan', sans-serif !important;
    width: 100% !important;
    border: none;
}
.agent-list-profile-card {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #02B7A9;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.agent-list-profile-card img.agent-list-avatar {
    border-radius: 50px !important;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.agent-list-profile-card h1.agent-list-fullname {
    font-size: 1.25rem;
    margin-top: 1rem;
    color: #0E2050 !important;
    font-weight: bold;
}
.agent-list-profile-card .agent-list-proficiency {
    font-size: 1rem;
    color: #706F6F;
    margin-top: 0.5rem;
}
.agent-list-profile-card .agent-list-history {
    font-size: 1rem;
    color: #6D85C4;
    margin-top: 0.5rem;
}
.agent-list-profile-card .agent-list-city {
    font-size: 1rem;
    color: #6D85C4;
    margin-top: 0.5rem;
}
.agent-list-profile-card .agent-list-rating .star {
    color: #FFD700;
}
.agent-list-profile-card .btn {
    border-radius: 1.25rem;
    border: 1px solid #02B7A9;
    color: #02B7A9;
    transition: background-color 0.3s, color 0.3s;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}
.agent-list-profile-card .btn:hover {
    background-color: #02B7A9;
    color: white;
} */



/*Agent-slider*/
#profile-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    overflow-x: scroll;
}
.col-md-3{
    display: table-cell!important;
        margin-bottom: 20px;
        margin-left: 16px;
}
.agent-list-profile-card{
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #02B7A9;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
}
.agent-list-profile-card img.agent-list-avatar{
    border-radius: 100px !important;
}
/*Load-more-btn-old*/
#load-more-container{
    display: none!important;
}
/*filter-container*/
.filter-container {
    width: 300px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 20px auto;
    direction: rtl; /* Right to Left */
    text-align: right;
    font-family: 'IranYekan'!important;
}

.filter-container h2 {
    margin-bottom: 20px;
    font-family: 'IranYekan'!important;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group label {
    display: block;
    margin-bottom: 5px;
    font-family: 'IranYekan'!important;
}

.filter-group select,
.filter-group input[type="range"],
.filter-group input[type="checkbox"] {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-family: 'IranYekan'!important;
    color: #706F6F;
    font-size: 14px;
    background-color: #FAFAFA;
}

.filter-group input[type="checkbox"] {
    font-size: 12px;
    color: #706F6F;
}

.filter-divider {
    border-top: 1px solid #BDBDBD;
    padding-top: 15px;
}

.filter-group .price-values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
     font-family: 'IranYekan'!important;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-item {
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.checkbox-item input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 10px;
}

.checkbox-item label {
    font-size: 12px;
    color: #706F6F;
}

@media (max-width: 768px) {
    .filter-container {
        width: 80%;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .filter-container {
        width: 95%;
        padding: 10px;
    }
}
#services{
    width: 100%;
    padding: 8px;
    border-radius: 8px;
}
#branches{
    width: 100%;
    padding: 8px;
    border-radius: 8px;
}
#location{
    width: 100%;
    padding: 8px;
    border-radius: 8px;
}
#fullname-search{
    width: 100%;
    padding: 8px;
    border-radius: 8px;
}
.filter-container{
    background-color: white;
    border-radius: 8px;
}
.filter-group{
    padding-top: 10px;
}
/*Scroll-Bar*/
::-webkit-scrollbar {
  width: 4px;
      border-radius: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
    width: 4px;
        border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
  background: #02B7A9;
    width: 4px;
}
/*agent-loop*/

.agent-profile-loop {
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 20px;
    background: white;
    margin-bottom: 20px;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.agent-photo-container{
	width: 150px;
}
.agent-photo-container img{
	border-radius: 100px;
}
.agent-loop-top-row{
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.agent-profile-info-container{
    margin-right:20px;
}
.agent-fullname{
        font-size: 1.2rem;
    font-weight: bold;
}
.agent-payment-options{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.payment-option{
    margin: 20px 20px 0px 0px;
    padding: 4px;
    border-radius: 8px
}
.agent-contact-options{
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.contact-option{
    margin: 10px 20px 0px 0px;
    padding: 4px;
    border-radius: 8px
}
.agent-extra-info {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    align-content: space-between;
}
.agent-extra-options {
    display: flex;
    background: #CCECEB;
    color: block;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    margin-top: 8px;
    margin-left: 8px;
    width: max-content;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.9rem;
}
.agent-loop-middle-row{
    width: max-content;
    flex-grow: 100;
}
.agent-loop-button-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.agent-loop-button{
    border: 1px solid #02B7A9!important;
    padding: 12px!important;
    border-radius: 24px!important;
    margin-top:20px!important;
    background-color: #02B7A9!important;
    color: white!important;
}