.mentor-profile-card img {
    width: 50%;
}
.mentor-profile-card .mentor-profile {
    width: 50%;
    padding: 10px;
    display: table-cell;
    height: 225px;
    max-height: 225px;
}
.mentors-filters-wrapper {
    background: #F7F7F7;
    padding: 10px 15px;
    box-shadow: 0px 2px 6px rgba(8, 35, 48, 0.16), 0px 1px 2px rgba(8, 35, 48, 0.24);
    border-radius: 8px;
    position: relative;
    min-height: 650px;
}
.mentors-list-wrapper {
    background: #F7F6FE;
    padding: 15px;
    border-radius: 5px;
}
.mentor-profile-image{
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    background-position: center;
    border-radius: 8px 0 0 8px;
}
.mentor-filter-button {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
}
.toggle-filter-items{
    cursor: pointer;
}
.mentor-profile-card {
    box-shadow: 0px 2px 6px rgba(8, 35, 48, 0.16), 0px 1px 2px rgba(8, 35, 48, 0.24);
    border-radius: 8px;
    border: none;
    height: 225px;
}
.view-availabilty-btn{
    font-size: 14px;
    padding: 5px 25px;
    width: auto;
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
/* Mentor Profile Css Starts */
.profile-image > img {
    width: 150px;
    border-radius: 30px;
}
.profile-tabs-wrapper > ul.profile-tab-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #6E55DD;
}
.profile-tabs-wrapper > ul.profile-tab-items li.profile-tab-item {
    margin: 10px 20px 0px 0px;
    padding: 5px;
    cursor: pointer;
}
.profile-tabs-wrapper > ul.profile-tab-items li.profile-tab-item.active {
    border-bottom: 5px solid #6E55DD;
    font-family: var(--font-family-secondary-bold);
}
.profile-tabs-content {
    padding: 20px 10px;
}
.mentor-profile-module {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 25px;
    box-shadow: 0px 2px 6px rgba(8, 35, 48, 0.16), 0px 1px 2px rgba(8, 35, 48, 0.24);
}
/* Mentor Profile Css Ends */
/* Review Card Css Starts */
.ms-review-user-profile > img {
    width: 100px;
    border-radius: 25px;
    box-shadow: 0px 0px 5px 2px #fbfbfb;
}
.ms-review-user-profile {
    width: 120px;
    margin: auto;
}
.ms-review-content.ms-3 {
    width: calc(100% - 120px);
}

.ms-review-wrapper {
    display: flex;
}
.mentor-rating i.fa-heart {
    color: #DC6053;
}
/* Review Card Css Ends */

.mentor-filter-items input[type="checkbox"], input[type="checkbox"] {
    margin-right: 5px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 0px 5px 0px #cfcfcf;
    height: 20px;
    width: 20px;
}
.mentor-filter-items label {
    margin: 0 !important;
    line-height: 20px !important;
    padding: 0 !important;
}
.mm-session-search-box {
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(8, 35, 48, 0.16), 0px 1px 2px rgba(8, 35, 48, 0.24);
}
.mentor-profile-card-img {
    /* width: 200px; */
    /* width: auto; */
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 15px;
}
.mentor-profile-card-img img {
    border-radius: 30px;
    width: 200px;
    height: 200px;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -80px;
    background: #fff;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.25)) drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.15));
}
.mentor-profile-card-wrapper {
    box-shadow: 0px 2px 6px rgba(8, 35, 48, 0.16), 0px 1px 2px rgba(8, 35, 48, 0.24);
    border-radius: 15px;
    padding: 25px 25px 65px 25px;
    text-align: center;
    background: #fff;
    position: relative;
    margin-top: 70px;
    height: 85%;
}
a.view-availability-btn {
    width: fit-content;
    margin: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    position: absolute;
    padding: 5px 40px !important;
    font-size: 14px !important;
    font-family: var(--font-family-secondary-bold) !important;
}
option.disabled {
    color: #000;
    font-family: var(--font-family-secondary-bold);
}
.mprofile-sessions-list {
    max-height: 300px;
    overflow-y: scroll;
}

input[name="export-revenue"]{
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;  
}
