* All of the CSS for your public-facing functionality should be
/**
 * included in this file.
 */


/* Elementor Widget */
.filter-bar-wrap{
    background-color:#F1F1F1;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.filter-bar-wrap .search-block-wrap{
    width: 210px;
}
.filter-bar-wrap .search-block-wrap input{
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    border: 0;
    color: #B6B6B6;
}
.filter-bar-wrap .trigger-filter-icon {
    background-color: #fff;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.filter-bar-wrap .trigger-filter-icon:hover{
    background-color: #DF1756;
    color: #fff;
}

.offcanvase-filter-wrap select{
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 5px 15px;
    box-shadow: none;
}
.offcanvase-filter-title-wrap input[type="submit"]{
    height: auto;
    border: 0;
    padding: 8px 26px!important;
    margin-left: 10px;
    line-height: 1;
}

.offcanvase-filter-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 85;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}
.logged-in.wp-admin .offcanvase-filter-wrap{
    top: 32px;
}
span.close-filter {
    color: #df1756;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
span.close-filter i{
    margin-right: 5px;
}
.offcanvase-filter-wrap .filter-close{
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}
.offcanvase-filter-wrap.is-active,
.offcanvase-filter-wrap.is-active .filter-close{
    opacity: 1;
    visibility: visible;
}
.offcanvase-filter-wrap .offcanvase-filter-content-wrap{
    width: 450px;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    padding: 30px;
    position: relative;
    z-index: 2;
    height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transform-origin: right;
    transition: all 400ms ease-in-out;
}
.offcanvase-filter-wrap.is-active .offcanvase-filter-content-wrap{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.offcanvase-filter-wrap .offcanvase-filter-title-wrap{
    padding: 20px 30px;
    margin: -30px -30px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offcanvase-filter-wrap .filter-button-wrap a.wpee-filter-reset {
    color: #5E3DBF;
}

.form-sidebar-title{
    margin-bottom: 0;
}
.form-group.age-wrap{
    flex-wrap: wrap;
}
.form-group.age-wrap select {
    width: calc(50% - 5px);
}

label{
    color: #9A9A9A;
    font-weight: normal;
    width: 100%;
}

.main-member-list-wrap{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.main-member-list-wrap .member-detail-wrap{
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    background-color: #fff;
    min-height: 440px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0,0,0,0.07);
    transition: all 400ms ease-in-out;
}
.main-member-list-wrap .member-detail-wrap:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 45px rgba(0,0,0,0.09);
}
.main-member-list-wrap .member-detail-wrap .img-holder{
    border-radius: 0;
}
.main-member-list-wrap .member-detail-wrap .img-holder a,
.main-member-list-wrap .member-detail-wrap .img-holder img{
    width: 100%;
}
.member-detail-wrap .user-detail-content p{
    margin-bottom: 0;
}
.member-detail-wrap .member-user-name{
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 10px;
}
.member-detail-wrap .member-user-name .dspdp-status-off,
.member-detail-wrap .member-user-name .dspdp-status-on{
    width: 12px;
    height: 12px;
}
.dspdp-online-status {
    left: calc(100% + 5px);
    top: 5px;
}
.member-detail-wrap .user-details{
    padding: 20px;
    color: #888888;
}
/* Members end */

/* Profile */
.notices.alert.alert-warning.alert-dismissible{
    position: fixed;
    bottom:16px;
    left: 16px;
    right:16px;
        text-align: center;
    z-index: 9999;
    padding: 8px 32px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0;
    background-color: #f44336;
    color: #FFF;
}

.notices.alert.alert-warning.alert-dismissible p:last-child{
    margin: 0;
}

.wpee-profile-header .profile-cover-photo{
    line-height: 0;
    background-color: #df1756;
}
.wpee-profile-header .profile-cover-photo .profile-cover-image {
    min-height: 450px;
    display: inline-block;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.profile-header-menu .ham-icon{
    display: none;
}

.wpee-profile-header .profile-user-details {
    width: 100%;
    margin-top: -180px;
    position: relative;
    z-index: 5;
}
.wpee-profile-header .profile-user-details .profile-img figure {
    width: 270px;
    height: 270px;
    border: 3px solid #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 8%);
    border-radius: 5px;
}

.wpee-profile-header .profile-user-details .user-info-wrapper{
    margin-left: 30px;
    display: flex;
    min-height: 181px;
    flex-direction: column;
    justify-content: flex-end;
}
.wpee-profile-header .profile-user-details .user-info-wrapper .account-status{
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    display: inline-block;
    border-radius: 5px;
    width: fit-content;
}
.wpee-profile-header .user-info-wrapper .age-location-wrap{
    margin-bottom: 15px;
}

.wpee-profile-header .profile-user-details .profile-header-right{
    margin-left: auto;
}
.wpee-profile-header .profile-user-details .profile-header-right,
.wpee-profile-header .profile-user-details .user-info-wrapper{
    margin-bottom: 120px;
}
.wpee-profile-header .profile-user-details .change-cover-photo form{
    display: none;
}
.wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo,
.profile-header-right .wpee-friend-request a,
.profile-header-right .wpee-block-user a {
    font-size: 15px;
    display: inline-block;
    padding: 15px 35px;
    line-height: 1;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    text-align: right;
    color: #000;
    border: 1px solid #fff;
    text-decoration: none!important;
    font-weight: 600;
}
.wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo:hover,
.profile-header-right .wpee-friend-request a,
.profile-header-right .wpee-block-user a {
    background-color: transparent;
    color: #fff;
}
.profile-header-right .wpee-friend-request a:hover,
.profile-header-right .wpee-block-user a:hover{
    background-color: #fff;
    color: #000;
}
.profile-header-right .wpee-block-user{
    margin-left: 15px;
}

.wpee-profile-header .update_profile_text_div{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
.wpee-profile-header .update_profile_text_div>a{
    display: inline-flex;
    line-height: 1;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.profile-menu-wrapper .profile-menu-tab {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
    z-index: 5;
}
.profile-menu-wrapper .profile-menu-tab>li:not(:last-child){
    margin-right: 25px;
}
.profile-menu-wrapper .profile-menu-tab>li>a{
    color: #343434;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.profile-menu-wrapper .profile-menu-tab>li.active>a,
.profile-menu-wrapper .profile-menu-tab>li>a:hover{
    color: #df1756;
}

.profile-content-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.profile-content-inner .profile-activity-sidebar{
    width: 20%;
}

.main-profile-mid-wrapper {
    width: 55%;
    padding: 0 40px;
}
.no-left-bar .main-profile-mid-wrapper{
    width: 75%;
    padding-left: 0;
}
.no-right-bar .main-profile-mid-wrapper{
    width: 80%;
    padding-right: 0;
}
.no-left-bar.no-right-bar .main-profile-mid-wrapper{
    padding: 0;
    width: 100%;
}
.profile-activity-right-sidebar{
    width: 25%;
}

.wpee-block {
    border: 1px solid #ececec;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
}
.profile-detail-list>li{
    color: #9A9A9A;
}
.profile-detail-list>li>span{
    font-weight: 700;
    margin-right: 5px;
    color: #000;
}
.profile-user-details .profile-detail-list>li:not(:last-child){
    margin-bottom: 15px;
}

.wpee-block{
    margin-bottom: 30px;
}
.wpee-block .wpee-block-content{
    list-style-type: none;
    padding: 20px;
    margin: 0;
}
.wpee-block ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wpee-block ul br{
    display: none;
}
.wpee-block .wpee-block-title{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    background-color: #F5F5F5;
    margin: 0;
}
.wpee-block .wpee-block-footer{
    border-top: 1px solid #ececec;
}
.wpee-block .wpee-block-footer a{
    color: #5E3DBF;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}
.wpee-block .wpee-block-footer a:hover {
    color: #000000;
}
ul.profile-section-tab,
.main-tab-wrap .main-title-tab-wrap,
.wpee-search-block .wpee-search-tab .search-tab{
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding:0 20px;
    display: flex;
    justify-content: flex-start;
    background-color: #F5F5F5;
    border-radius: 10px 10px 0 0;
}
ul.profile-section-tab li:not(:last-child),
.main-tab-wrap .search-tab-title:not(:last-child),
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:not(:last-child){
    margin-right: 30px;
}
ul.profile-section-tab li a,
.main-tab-wrap .search-tab-title,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 15px 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
    border-radius: 5px 5px 0 0;
}
ul.profile-section-tab li a:hover,
ul.profile-section-tab li.active a,
.main-tab-wrap .search-tab-title:hover,
.main-tab-wrap .search-tab-title.active,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:hover,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title.active{
    color: #5E3DBF;
}

ul.profile-section-tab li a::before,
.main-tab-wrap .search-tab-title::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #5E3DBF;
    transition: all 400ms ease-in-out;
    opacity: 0;
}
ul.profile-section-tab li a:hover::before,
ul.profile-section-tab li.active a::before,
.main-tab-wrap .search-tab-title:hover::before,
.main-tab-wrap .search-tab-title.active::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title:hover::before,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title.active::before{
    opacity: 1;
    width: 100%;
}
.main-tab-wrap .search-tab-title,
.wpee-search-block .wpee-search-tab .search-tab .search-tab-title{
    transition: all 400ms ease-in-out;
    cursor: pointer;
}
.wpee-search-block .wpee-search-tab .edit-profile .form-group:nth-child(3){
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpee-search-block .wpee-search-tab .edit-profile .form-group:nth-child(3) label{
    width: 100%;
}
.wpee-search-block .wpee-search-tab .edit-profile .form-group:nth-child(3) select{
    width: calc(50% - 15px);
}

.wpee-search-tab{
    width: 75%;
}
.wpee-search-block .wpee-search-tab{
    width: auto;
    margin-bottom: 0;
}

.wpee-profile-content .heading-submenu{
    display: none;
}
.wpee-search-tab .heading-submenu{
    display: block;
}

.wpee-search-tab .tab-content-wrapper{
    padding: 30px;
    border: 1px solid #ececec;
}

.main-tab-wrap{
    width: 75%;
}
.wpee-search-tab .heading-submenu {
    display: block;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,0.10);
    font-size: 22px;
    color: #000;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
}
.wpee-search-tab .heading-submenu .near-me-message{
    font-size: 16px;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0;
    margin-top: 10px;
}
.wpee-search-tab .heading-submenu::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 75px;
    height: 1px;
    background-color: #5E3DBF;
}
.wpee-search-tab .tab-content-wrapper {
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0 0 5px 5px;
}
.wpee-search-tab .edit-profile {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.wpee-search-tab .edit-profile>li{
    display: inline-flex;
    width: calc(50% - 20px);
    flex-direction: column;
    margin: 0 10px 20px;
}

.wpee-search-tab .edit-profile>li:nth-child(3)>span.dspdp-control-label{
    width: 100%;
}
.wpee-search-tab .edit-profile>li:nth-child(3)>.dspdp-col-sm-3{
    width: calc(50% - 10px);
}
.wpee-search-tab .edit-profile>li:nth-child(3){
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpee-search-tab .edit-profile>li::before,
.wpee-search-tab .edit-profile>li::after{
    content: none;
}
.wpee-search-tab .edit-profile>li .dspdp-col-sm-6,
.wpee-search-tab .edit-profile>li .dspdp-col-sm-3{
    width: auto;
    display: inline-block;
    padding: 0;
}
.wpee-search-tab .edit-profile>li .dspdp-control-label{
    text-align: left;
    color: #9A9A9A;
    font-size: 15px;
}
.wpee-search-tab .additional-search>li select,
.wpee-search-tab .additional-search>li input[type="text"]{
    height: 50px;
    padding:0 15px;
}
.wpee-search-tab .additional-search>li.save-search{
    justify-content: flex-start;
}
.wpee-search-tab .additional-search>li.save-search .dsp-sm-5{
    margin-left: -45px;
}


.wpee-search-tab form select,
.wpee-search-tab form input{
    height: 50px;
    padding: 10px 15px;
}
.wpee-search-tab form input[type="checkbox"]{
    height: auto;
    padding: 0;
}

.wpee-search-tab input[type="submit"] {
    background-color: #DF1756;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    transition: all 400ms ease-in-out;
    border: 1px solid #DF1756;
}
.wpee-search-tab input[type="submit"]:hover{
    background-color: transparent;
    color: #DF1756;
}


.wpee-search-tab .tab-content-list.basic-search .additional-search .edit-profile,
.wpee-search-tab .tab-content-list.basic-search .additional-search .edit-profile li:last-child{
    margin-bottom: 0;
}

.wpee-search-tab{
    margin-bottom: 60px;
}

.wpee-search-tab .box-border {
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}

.advance-search-page ul,
ul.wpee-notification-links,
ul.zip-search {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.wpee-notification-links{
    display: flex;
}
ul.wpee-notification-links>li>a {
    font-size: 0;
    display: inline-block;
    position: relative;
}
.wpee-notification-links>li.wpee-menu>a .wpee-count-num {
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -11px;
    background-color: #df1756;
    color: #fff;
    line-height: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.wpee-notification-links li a:hover,
ul.wpee-notification-links li.wpee_active_link a{
    color: #df1756;
}
ul.wpee-notification-links.different-user li a {
    font-size: 0;
    display: inline-flex;
    width: 30px;
    height: 30px;
    color: #df1756;
    align-items: center;
    justify-content: center;
    border: 1px solid #df1756;
}

ul.wpee-notification-links.different-user li a:hover{
    background-color: #df1756;
    color: #fff;
}
ul.wpee-notification-links li:not(:last-child) {
    margin-right: 20px;
}
ul.wpee-notification-links li a i{
    font-size: 16px;
}

.wpee-register-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 85;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}
.wpee-register-form.is-open{
    transform: scaleY(1);
}
.wpee-register-form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgb(0 0 0 / 85%);
    opacity: 0;
    transform: scale(0.90);
    transition: all 400ms ease-in-out;
    visibility: hidden;
}
.wpee-register-form-wrap {
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 6px 40px rgb(0 0 0 / 16%);
    width: 570px;
    margin: 0 auto;
    transition: all 400ms ease-in-out;
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
}
.wpee-lr-tab-content-wrap form.login-form input[type="checkbox"],
.wpee-register-form-wrap #wpee-registration-form .form-group input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 5px;
}
.wpee-lr-tab-content-wrap form.login-form input[type="checkbox"]{
    margin-top: 0;
}
.wpee-register-form-wrap #wpee-registration-form .form-inline.dob-wrap{
    flex-wrap: wrap;
}
.wpee-register-form-wrap #wpee-registration-form .form-inline.dob-wrap label {
    width: 100%;
}
.wpee-register-form-wrap #wpee-registration-form .form-inline.dob-wrap select {
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
}
#wpee-registration-form a{
    color: #df1756;
}
#wpee-registration-form a:hover{
    color: #000;
}

.wpee-register-form.is-open,
.wpee-register-form.is-open::after,
.wpee-register-form.is-open .wpee-register-form-wrap{
    opacity: 1;
    visibility: visible;
}
.wpee-register-form.is-open .wpee-register-form-wrap{
    transform: translateY(0);
}
.wpee-register-form.is-open::after{
    transform: scale(1);
}
.wpee-register-form-wrap .wpee-lr-tab {
    display: flex;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.wpee-lr-tab .wpee-lr-tab-title {
    width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #E5E5E5;
    padding: 20px;
    margin: 0;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    color: #343434;
    text-transform: uppercase;
}
.wpee-lr-tab .wpee-lr-tab-title:hover,
.wpee-lr-tab .wpee-lr-tab-title.active{
    background-color: #fff;
    color: #000;
}
.wpee-lr-tab-content-wrap {
    position: relative;
    transition: all 400ms ease-in-out;
}

.wpee-lr-tab-content-wrap .wpee-lr-content-tab {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(45px);
    transition: all 400ms ease-in-out;
}
.wpee-lr-tab-content-wrap .wpee-lr-content-tab.lr-register .dob-wrap{
    flex-wrap: wrap;
}
.wpee-lr-tab-content-wrap{
    height: auto;
    padding: 50px;
    max-height: calc(100vh - 50px - 60px);
    overflow: auto;
}
@media screen and (max-width:575px){
    .wpee-lr-tab-content-wrap{
        padding: 16px;
    }
}
.wpee-lr-tab-content-wrap .wpee-lr-content-tab:not(.active){
    display: none;
    max-height: 0;
}
.wpee-lr-tab-content-wrap .wpee-lr-content-tab{
    position: static;
}
.wpee-lr-tab-content-wrap[data-tab="lr-login"] .wpdating-theme-fb{
    margin-top:10px;
}

.wpee-lr-tab-content-wrap .wpee-lr-content-tab.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wpee-lr-tab-content-wrap form input,
.wpee-lr-tab-content-wrap form select,
.wpee-lr-tab-content-wrap form button{
    width: 100%;
    padding: 0 15px;
    height: 50px;
}

.login-tab-trigger{
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}
.wpee-lr-content-tab.lr-forget form input[type="text"]{
    margin-bottom: 20px;
}
#loading_reset{
    display: none;
}

.wpee-register-form-wrap .form-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 5;
    transform: rotate(45deg);
    cursor: pointer;
    box-shadow: 0 0 45px rgb(0 0 0 / 20%);
    transition: all 400ms ease-in-out;
}
.wpee-register-form-wrap .form-close:hover{
    background-color: #DF1756;
}

span.form-close::before,
span.form-close::after {
    content: '';
    background-color: #DF1756;
    border-radius: 5px;
    position: absolute;
    transition: all 400ms ease-in-out;
}
.wpee-register-form-wrap .form-close:hover::before,
.wpee-register-form-wrap .form-close:hover::after{
    background-color: #fff;
}
span.form-close::before {
    height: 4px;
    top: 50%;
    transform: translate(0, -50%);
    left: 13px;
    right: 13px;
}
span.form-close::after {
    width: 4px;
    top: 13px;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
}

.wpee-profile-header h4.username.text-white {
    font-size: 32px;
    text-transform: capitalize;
}

.user-info-wrapper .age-location-wrap{
    font-size: 15px;
}
.profile-header-menu .profile-menu-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.wpee-notification-links li a{
    color: #343434;
}
.profile-menu-tab li a{
    color: #343434;
}
.wpee-notification-links li a:hover,
.profile-menu-tab li a:hover{
    color:#5E3DBF ;
}
.profile-header-menu {
    width: auto;
    margin-left: 305px;
    margin-top: -65px;
    position: relative;
    z-index: 6;
}

.wpee-profile-header .wpee-profile-header {
    position: relative;
    padding-bottom: 23px;
}
.wpee-profile-header .wpee-profile-header::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.wpee-profile-header.no-ph-menu::after{
    content: none;
}

#news-feed .feeds-content>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#news-feed .feed-header .feed-profile-img a,
.profle-status .profile-status-img{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    border: 3px solid #fff;
    box-shadow: 0 0 32px rgb(0 0 0 / 9%);
}
#news-feed .feed-header,
.profle-status .profile-status-img{
    margin-bottom: 15px;
}
.profle-status form.wpee-status-form {
    display: flex;
    align-items: flex-start;
}
.profle-status form.wpee-status-form .form-group{
    margin-bottom: 0;
}
.profle-status form.wpee-status-form input[type="submit"]{
    height: auto;
    border-radius: 2px;
    border: 1px solid #DF1756;
    background-color: #DF1756;
    color: #fff;
    transition: all 400ms ease-in-out;
    margin-top: 10px;
    padding: 8px 20px;
    line-height: 1;
}
.profle-status form.wpee-status-form input[type="submit"]:hover{
    border: 1px solid #DF1756;
    background-color: transparent;
    color: #DF1756;
}
#news-feed .dspdp-bordered-item{
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0;
}
#news-feed .feeds-content>ul>li,
.profle-status{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
.feed-profile-img {
    margin-right: 10px;
}
.feed-title-wrap .feed-title{
    font-size: 16px;
}
.feed-title-wrap .feed-title a{
    color: #000;
}
.feed-title-wrap .feed-title a:hover{
    color: #5E3DBF;
}
#news-feed .feeds-content>ul>li:not(:last-child),
.profle-status{
    margin-bottom: 35px;
}


.profile-quick-search-inner form input[type="submit"] {
    display: inline-block!important;
    width: 100%;
    height: 40px;
    background-color: #DF1756;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 0;
}
.profile-content-inner.edit-profile .wpee-edit-profile-inner.profile-section-content .thanks p {
    font-size: 16px;
}
.profile-quick-search-inner form .edit-profile>li{
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
}
.profile-quick-search-inner form .edit-profile li:nth-child(3){
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.profile-quick-search-inner form .edit-profile{
    padding-bottom: 0;
}
.profile-quick-search-inner form .edit-profile li:nth-child(3) .dsp-sm-3 {
    width: calc(50% - 5px);
}
.profile-quick-search-inner form .edit-profile li:nth-child(3) .dspdp-control-label{
    width: 100%;
}
.profile-quick-search-inner form .edit-profile>li,
.profile-quick-search-inner form .edit-profile>li>span,
.profile-quick-search-inner form .edit-profile>li select{
    width: 100%;
    padding: 0;
    text-align: left;
}
.profile-quick-search-inner form .edit-profile>li>span.dspdp-control-label{
    color: #9A9A9A;
}
.profile-quick-search-inner form .edit-profile>li select{
    padding: 0 15px;
    height: 40px;
}
.profile-content-inner.edit-profile .wpee-edit-profile-inner.profile-section-content form input[type="checkbox"] {
    height: auto;
    margin: 0 5px 0 0;
}

.profile-activity-right-sidebar .box-border,
.box-border{
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.meet-to-info{
    margin-bottom: 30px;
}
.meet-to-info h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
}
.meet-to-info .image-box{
    margin-bottom: 0;
    line-height: 0;
}
.meet-to-info .image-box a{
    display: inline-block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 100%;
}
.meet-to-info .image-box a img{
    width: 100%;
}
.meet-to-info.no-user-profiles {
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.meet-to-info .user-meetto-info {
    text-align: left;
    font-size: 16px;
    color: #888888;
    padding: 20px 20px 40px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 35px rgb(0 0 0 / 9%);
}
.meet-to-info .user-meetto-info .user-name{
    font-weight: 800;
    font-size: 22px;
    color: #000;
}

.meet-to-info .wpee-meetme-action-wrap{
    margin-top: -25px;
}

.meet-to-info .wpee-meetme-action-wrap a {
    font-size: 0;
    display: inline-flex;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 35px rgb(0 0 0 / 11%);
    align-items: center;
    justify-content: center;
    color: #ABABAB;
    text-decoration: none!important;
    padding-top: 2px;
}
.meet-to-info .wpee-meetme-action-wrap a[data-action='yes']{
    color:#DF1756 ;
}
.meet-to-info .wpee-meetme-action-wrap a i {
    font-size: 18px;
}

#news-feed .feeds-content>button#loadMore {
    background-color: #343434;
    color: #fff;
    border: 1px solid #343434;
    padding: 10px 20px;
    margin-top: 20px;
}
#news-feed .feeds-content>button#loadMore:hover{
    background-color: transparent;
    color: #343434;
}

.wpee-gifts-received-wrapper .dsp-gift-container {
    padding: 0;
}

.wpee-gifts-received-wrapper .dsp-gift-container .dspdp-member-col{
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    padding: 0;
}

.wpee-gifts-received-wrapper,
.wpee-winks-wrapper,
.wpee-comments-wrapper,
.wpee-member-list-wrapper {
    display: inline-block;
}
.profile-section-content{
    padding: 30px;
    border-radius: 0 0 10px 10px ;
    border: 1px solid #e5e5e5;
}
.profile-section-content .profile-section-content{
    padding:0;
    border-radius: 0 ;
    border: none;
}
.friends-section{
    margin: 0;
    padding: 0;
}

.wpee-popup-message-inner form#wpee-gift-form {
    background-color: #fff;
    padding: 30px;
}
.wpee-popup-message-inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    background-color: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.profile-quick-search.wpee-block .general-search .heading-submenu.dsp-none {
    display: none;
}

.wpee-profile-content .wpee-profile-content-wrap .profile-menu-wrapper {
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.wpee-profile-content-wrap.has-profile-menu .profile-menu-wrapper{
    padding: 15px 0;
}
.wpee-profile-content-wrap.has-profile-menu .profile-menu-wrapper::before,
.wpee-profile-content-wrap.has-profile-menu .profile-menu-wrapper::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #e5e5e5;
    left: -100%;
    right: -100%;
}
.wpee-profile-content-wrap.has-profile-menu .profile-menu-wrapper::before{
    top: 0;
}
.wpee-profile-content-wrap.has-profile-menu .profile-menu-wrapper::after {
    bottom: 0;
}

form .form-inline{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
form .form-inline .form-group{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.form-group.age-field{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-group.age-field label{width: 100%;}
.form-group.age-field select{
    width: calc(50% - 10px);
}

.profile-content-inner.gifts .profile-section-content{
    display: inline-block;
    width: 100%;
}

.profile-content-inner.gifts .profile-section-content .dspdp-member-col,
.profile-content-inner.winks .profile-section-content .dspdp-member-col,
.profile-content-inner.comments .profile-section-content .dspdp-member-col
{
    box-shadow:0 13px 35px rgb(0 0 0 / 8%)
}

.zip-search{
    margin-bottom: 20px;
}
.zip-search .form-group {
    margin-right: 15px;
}
.zip-search a.wpee-create-button {
    display: inline-block;
    padding: 10px 30px;
}
.zip-search .wpee-create-button::before {
    display: none;
}
.zip-search .dspdp-btn-group {
    display: flex;
}
.zip-search .dspdp-btn-group .form-group {
    width: auto;
}
.profile-content-inner.media table.table .template-download {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
}
.profile-content-inner.media table.table .template-download a {
    display: inline-block;
    width: 100%;
    line-height: 0;
}
.profile-content-inner.media table.table tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.profile-content-inner.media table.table tbody img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.online-members-section{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 -2px -4px;
}
.online-members-section>li {
    width: calc(57px - 4px);
    border-radius: 50%;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    margin: 0 2px 4px;
    height: calc(57px - 4px);
}
.online-members-section>li:hover{
    border: 2px solid #5E3DBF;
}
.online-members-section>li a{
    display: inline-block;
}

.settings-list-wrapper form .dspdp-form-group {
    flex-direction: column;
    display: flex;
    margin: 0 0 20px;
}
.settings-list-wrapper form .dspdp-form-group .dspdp-col-sm-3,
.settings-list-wrapper form .dspdp-form-group .dspdp-col-sm-4,
.settings-list-wrapper form .dspdp-form-group .dspdp-col-sm-6{
    text-align: left;
    width: 100%;
    padding: 0;
}
.settings-list-wrapper form input,
.settings-list-wrapper form select{
    height: 50px;
    padding: 10px 15px;
}
.dspdp-help-block{display: none;}

.settings-list-wrapper form .btn-row {
    margin: 0;
}

.settings-list-wrapper form  .select-gender.dspdp-form-group{
    display: none;
}

.friends-favourites ul.friends-section {
    margin: 0 -15px -30px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.friends-favourites ul.friends-section li{
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
}

.friends-favourites ul.friends-section li figure a img {
    width: 100%!important;
    height: auto!important;
    border-radius: 10px 10px 0 0;
}
.friends-favourites ul.friends-section li .fav-content .user-name-show{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.friends-favourites ul.friends-section li .fav-content .user-name-show a:hover{
    color: #DF1756;
}
.friends-favourites ul.friends-section li .fav-content{
    padding: 20px 30px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.friends-favourites ul.friends-section li .fav-content .wpee-remove-fav{
    font-size: 18px;
    color: #de1756;
}

/*Homepage Search Block */
.wpee-small-quick-search-wrap form .form-inline{
    align-items: flex-end;
}
.wpee-small-quick-search-wrap form .form-inline .form-group {
    width: 20%;
    margin-bottom: 0;
}
.wpee-small-quick-search-wrap form .form-inline .form-group label {
    font-size: 14px;
    font-weight: 500;
}
.wpee-small-quick-search-wrap form .form-inline .form-group select {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
}
.wpee-small-quick-search-wrap form .form-inline .form-group.submit-wrap i {
    color: #fff;
    background-color: #df1756;
    border: 1px solid #df1756;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    transition: all 400ms ease-in-out;
}
.wpee-small-quick-search-wrap form .form-inline .form-group.submit-wrap:hover i {
    color: #DF1756;
    background-color: transparent;
}
.wpee-small-quick-search-wrap .form-group.submit-wrap input[type="submit"] {
    margin: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.wpee-small-quick-search-wrap .form-group.submit-wrap {
    position: relative;
    height: 45px;
    width: 45px!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Tab */
.member-list-tab-wrap ul.filters-button-group{
    justify-content: center;
    margin-bottom: 30px;
}
.member-list-tab-wrap ul.filters-button-group>li {
    cursor: pointer;
    color: #fff;
    padding: 14px 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 1;
    margin: 0 10px;
    transition: all 400ms ease-in-out;
}
.member-list-tab-wrap ul.filters-button-group>li:hover,
.member-list-tab-wrap ul.filters-button-group>li.is-checked{
    background-color: #fff;
    color: #000;
}
.member-list-tab-wrap ul.filters-button-group>li>i{
    margin-right: 5px;
}


.wpee-notification-links>li{
    position: relative;
}

.wpee-notification-links ul.wpee-sub-menu,
.wpee-notification-links .wpee-report-user-form-wrap.wpee-popup-message,
.wpee-notification-links .wpee-gift-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    width: 240px;
    border-radius: 5px;
    box-shadow: 0 0 25px rgb(0 0 0 / 9%);
    padding: 25px;
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}
.wpee-notification-links .wpee-report-user-form-wrap.wpee-popup-message {
    width: 350px;
}
.wpee-notification-links .wpee-report-user-form-wrap.wpee-popup-message form textarea{
    padding: 15px;
    height: 120px;
}

.wpee-notification-links>li:hover>.wpee-report-user-form-wrap.wpee-popup-message,
.wpee-notification-links>li:hover>.wpee-gift-dropdown,
.wpee-notification-links>li:hover>ul.wpee-sub-menu {
    transform: translateY(5px);
    opacity: 1;
    visibility: visible;
}
.wpee-notification-links ul.wpee-sub-menu>li:not(:last-child){
    margin: 0 0 15px;
}
.wpee-notification-links ul.wpee-sub-menu>li>a>i {
    margin-right: 5px;
}

span.image-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
}
.wpee-feed-list .feed-content span.image-bg {
    min-height: 350px;
}
.no-right-bar .main-profile-mid-wrapper .wpee-feed-list .feed-content span.image-bg ,
.no-left-bar .main-profile-mid-wrapper .wpee-feed-list .feed-content span.image-bg {
    min-height: 550px;
}
.feeds-content.no-feeds {
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.feeds-content.no-feeds h4{
    margin-bottom: 0;
}
.profile-photo-list  .photos-list a{
    display: inline-block;
    width: 55px;
    line-height: 0;
    border-radius: 5px;
    overflow: hidden;
}
.profile-photo-list .photos-list{
    width: calc(25% - 4px);
    margin: 0 2px 4px;
    line-height: 0;
}
.profile-content-inner.media .profile-photo-list  .photos-list{
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
}
.profile-photo-list  .photos-list span.image-bg {
    min-height: 55px;
}
.profile-photo-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px -4px!important;
}
.profile-content-inner.media .profile-photo-list .photos-list a{
    width: 100%;
}
.profile-content-inner.media table.table .template-download .image-bg,
.profile-content-inner.media .profile-photo-list  .photos-list .image-bg {
    min-height: 300px;
    border-radius: 5px;
}
.friends-member.wpee-block ul>li{
    display: flex;
    align-items: flex-start;
}
.friends-member.wpee-block ul>li:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.friends-member.wpee-block ul>li figure{
    width: 60px;
    border-radius: 5px;
    overflow: hidden;
}
.friends-member.wpee-block ul>li .user-name-show{
    width: calc(100% - 80px);
    margin-left: 20px;
}
.friends-member.wpee-block ul>li .user-name-show a{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.friends-member.wpee-block ul>li .user-name-show a:hover{
    color: #DF1756;
}
.friends-member.wpee-block ul>li .user-name-show .count-friends {
    display: block;
    color: #9A9A9A;
    font-size: 16px;
}

.wpee-edit-profile-inner form select,
.wpee-edit-profile-inner form input[type="text"],
.wpee-edit-profile-form .wpee-question select{
    width: 100%!important;
    height: 45px;
    padding: 0 10px;
}

.wpee-edit-profile-form .wpee-question{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpee-edit-profile-form .wpee-question .form-group{
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.wpee-edit-profile-form .wpee-question .form-group:nth-last-child(2),
.wpee-edit-profile-form .wpee-question .form-group:nth-last-child(3){
    width: 100%;
}
.wpee-edit-profile-form .dsp-sm-6.dspdp-col-sm-6{
    width: 100%;
    padding: 0;
}
.wpee-edit-profile-form .heading-submenu {
    display: block;
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    letter-spacing: 0;
    padding-bottom: 10px;
    position: relative;
}

.wpee-edit-profile-form .heading-submenu::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 80px;
    background-color: #000;
}
.form-inline.age-group .form-group:nth-child(2){
    margin: 0 20px;
}
.wpee-edit-profile-form input[type="submit"] {
    padding: 14px 45px!important;
    height: auto;
    font-size: 15px!important;
}

.friend-request-list .wpee-friend-request-action span {
    font-size: 0;
}
.friend-request-list.wpee-listing>li.view-list {
    width: calc(50% - 10px);
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 20px;
}
.friend-request-list.wpee-listing>li>.user-details{
    margin-right: auto;
    margin-left: 20px;
}
.friend-request-list.wpee-listing>li>.user-details .member-user-name{
    font-size: 18px;
    font-weight: 700;
}
.friend-request-list.wpee-listing>li>.user-details .member-user-name a{
    color: #000;
}
.friend-request-list.wpee-listing>li.view-list figure {
    width: 75px;
    border-radius: 5px;
    overflow: hidden;
}
ul.friend-request-list.wpee-listing.no-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
.friend-request-list .wpee-friend-request-action a{
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    background-color: #9A9A9A;
}
.friend-request-list .wpee-friend-request-action a:nth-child(2){
    background-color: #DF1756;
}
.friend-request-list .wpee-friend-request-action i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.profile-content-inner.chat .profile-section-content .dc_content_header_wrap {
    display: none;
}
.profile-content-inner.chat .profile-section-content .row{
    margin: 0;
}
.profile-content-inner.chat .profile-section-content ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.wpee-gift-inner form {
    display: inline-flex;
    margin-left: 0;
    flex-wrap: wrap;
}
.wpee-gift-inner form .form-group{
    display: inline-block;
    width:calc(33.33% - 20px);
    margin-left: 20px;
    position: relative;
}
.wpee-gift-inner form input[type="submit"],
.wpee-wink-inner form input[type="submit"]{
    width: 100%;
}
.wpee-gift-inner form .form-group input.wpee-gift {
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.wpee-gift-inner form .form-group input[type="radio"]:checked+img{
    border: 2px solid #DF1756;
}

.profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap{
    width: calc(33.33% - 30px);
    min-height: 345px;
}
.main-member-list-wrap .member-detail-wrap .member-user-name a{
    color: #000;
}
.main-member-list-wrap .member-detail-wrap .member-user-name a:hover{
    color: #DF1756;
}

.wpee-user-stories-wrap .content-wrap {
    justify-content: space-between;
}
.wpee-user-stories-wrap .content-wrap .content-wrap-inner {
    width: calc(50% - 20px);
}
.wpee-user-stories-wrap .user-story-wrap figure a,
.wpee-user-stories-wrap .user-story-wrap figure img{
    width: 100%;
    max-width: none;
}
.wpee-user-stories-wrap .content-wrap-inner.right-wrap .user-story-wrap:not(:last-child){
    margin-bottom: 40px;
}
.wpee-user-stories-wrap .content-wrap-inner.right-wrap .user-story-wrap figure{
    max-height:255px;
}
.wpee-user-stories-wrap .content-wrap-inner.left-wrap .user-story-wrap figure{
    max-height:535px;
}

.contat-permission>li:not(:last-child){
    margin-right: 15px;
}
.contat-permission input[type="checkbox"] {
    height: auto;
    margin-right: 5px;
}

.wpee-plan-item-wrapper {
    margin-bottom: -20px;
}
.wpee-plan-item-wrapper.d-flex{
    flex-wrap: wrap;
}
.wpee-plan-item-wrapper .wpee-plan-item {
    width: calc(33.33% - 20px);
    background-color: #f5f5f5;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.wpee-plan-item-wrapper .wpee-plan-name {
    font-size: 20px;
    margin: 20px 0;
}
.wpee-plan-item-wrapper .wpee-plan-desc {
    font-size: 16px;
    margin-top: 20px;
}
.wpee-plan-item-wrapper form{
    margin-bottom: 20px;
}
.wpee-plan-item form input[type="submit"] {
    padding: 10px!important;
    width: 100%;
}
.settings-list-wrapper .wpee-premium-area .dspdp-row {
    display: inline-block;
    width: 100%;
    padding: 30px;
    background-color: #f1f1f1;
    border-radius: 5px;
    margin:0 0 30px;
}

.settings-list-wrapper .wpee-premium-area .premium-content-msg {
    margin-bottom: 5px;
}
.settings-list-wrapper .wpee-premium-area img {
    margin: 0 15px 0 0;
    float: left;
}
.settings-list-wrapper .wpee-premium-area .logo-premium {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.wpee-plan-item-wrapper .wpee-plan-item br{
    display: none;
}

/* ==============================================
Form Button Styling
================================================= */
.settings-list-wrapper form input[type="submit"],
.wpee-gift-inner form input[type="submit"],
.wpee-wink-inner form input[type="submit"],
.wpee-report-user-form-wrap form input[type="submit"],
.profile-content-inner.edit-profile .wpee-edit-profile-inner.profile-section-content form input[type="submit"],
.wpee-register-form form input[type="submit"],
.offcanvase-filter-title-wrap input[type="submit"],
.profile-section-content form input#reset_password,
form.message-block-compose input[type="submit"],
.profile-content-inner.message form input[type="submit"],
.wpee-user-comment-form-wrapper form input[type="submit"] {
    height: auto;
    border: 1px solid #DF1756;
    background-color: #DF1756;
    padding: 12px 45px;
    font-size: 16px;
}
.settings-list-wrapper form [type="submit"]:hover,
.wpee-gift-inner form input[type="submit"]:hover,
.wpee-wink-inner form input[type="submit"]
.wpee-report-user-form-wrap form input[type="submit"]:hover,
.profile-content-inner.edit-profile .wpee-edit-profile-inner.profile-section-content form input[type="submit"]:hover,
.wpee-register-form form input[type="submit"]:hover,
.offcanvase-filter-title-wrap input[type="submit"]:hover,
.profile-section-content form input#reset_password:hover,
form.message-block-compose input[type="submit"]:hover,
.profile-content-inner.message form input[type="submit"]:hover,
.wpee-user-comment-form-wrapper form input[type="submit"]:hover {
    color:  #DF1756;
    background-color: transparent;
}
.wpee-register-form form input[type="submit"]{
    height: 50px;
}
.profile-content-inner.reset_password form input[type="password"] {
    width: 300px;
    height: 45px;
    padding: 0 10px;
}

.profile-content-inner.chat .dc_instant_chat_wrap.message-pg input#dsp-chat-user-search {
    width: 100%!important;
    margin-bottom: 2px;
}
.profile-content-inner.chat .dc_instant_chat_wrap.message-pg #contacts ul li.contact .wrap .meta{
    display: flex;
    flex-wrap: wrap;
}
.profile-content-inner.chat .dc_instant_chat_wrap.message-pg #contacts ul li.contact .wrap .meta p{
    padding: 0;
}
.profile-content-inner.chat .dc_instant_chat_wrap.message-pg #contacts ul li.contact .wrap .meta .meta_user_name{
    font-size: 16px;
}

.main-member-list-wrap .records-not-found {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #343434;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin:0 15px;
}
.main-member-list-wrap .records-not-found>p {
    margin-bottom: 0;
}
.member-list-tab-wrap .main-member-list-wrap .records-not-found{
    color: #fff;
    border: 1px solid #fff;
}
.profile-img.change-profile-image figure a{
    width: 100%;
}
.profile-img.change-profile-image figure a img{
    width: 100%;
    max-width: none;
}

.wpee-edit-profile-inner.profile-section-content .wpee-sub-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.view-details-content-wrap.section2 {
    margin-top: 30px;
}
.view-details-content-wrap ul li strong {
    margin-right: 6px;
}
.view-details-content-wrap ul li:not(:last-child) {
    margin-bottom: 10px;
}
.view-details-content-wrap ul li {
    width: calc(50% - 15px);
}
.view-details-content-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ===========================================================================
 Message Block Styling
============================================================================== */

/* Compose Message Block Styling */
form.message-block-compose input[type="text"],
form.message-block-compose select {
    height: 45px;
    padding: 0 15px;
}
form.message-block-compose textarea{
    height: 150px;
    padding: 15px;
}
form.message-block-compose input[type="submit"]{
    height: auto;
    padding: 12px 35px;
}
form.message-block-compose .form-inline{
    justify-content: flex-start;
}
form.message-block-compose .form-inline .form-group{
    width: auto;
    margin-right: 15px;
}

/* Sent Message Block Styling */
.profile-content-inner.message form input[type=checkbox]{
    height: auto;
}

form.message-block-sent .sent-message-page {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
form.message-block-sent .sent-message-page .msg-info li.name {
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
}
form.message-block-sent .sent-message-page li .msg-info,
form.message-block-sent .sent-message-page li span.image{
    width: auto;
}

/* Inbox Message Block Styling */
form.message-block-inbox .email-page,
form.message-block-delete .email-page,
form.message-block-draft .email-page{
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
form.message-block-inbox .heading-top,
form.message-block-delete .heading-top,
form.message-block-draft .heading-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
form.message-block-inbox .heading-top strong,
form.message-block-delete .heading-top strong,
form.message-block-draft .heading-top strong{
    width: 50%;
}
form.message-block-inbox .email-page li.wpee-received-details,
form.message-block-delete .email-page li.wpee-received-details,
form.message-block-draft .email-page li.draft-detail-wrap{
    width: 55%;
}
form.message-block-inbox .email-page .wpee-received-checkbox,
form.message-block-delete .email-page .wpee-received-checkbox,
form.message-block-draft .email-page .wpee-received-checkbox{
    margin-right: 10px;
}
form.message-block-inbox .email-page .wpee-received-details span.name a,
form.message-block-delete .email-page .wpee-received-details span.name a,
form.message-block-draft .email-page span.name a,
.dspdp-text-info{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
form.message-block-inbox .email-page .wpee-received-details span.name a:hover,
form.message-block-delete .email-page .wpee-received-details span.name a:hover,
form.message-block-draft .email-page span.name a:hover{
    color:#5E3DBF;
}
form.message-block-inbox .email-page .wpee-received-details a.dsp-email-photo img,
form.message-block-delete .email-page .wpee-received-details a.dsp-email-photo img{
    margin-right: 15px;
}
form.message-block-inbox .email-page{
    background-color: transparent;
}
.edit-wrap h6{
    font-size: 16px;
}

.login-form-trigger{
    position: relative;
}
.login-form-trigger .link-cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.logged-in .login-form-trigger .link-cover{
    display: none;
}
.form-inline.remember-me-group{
    align-items: center;
    margin-top: -10px;
}
.form-inline.remember-me-group .form-group:first-child{
    display: inline-flex;
    align-items: center;
}
.form-inline.remember-me-group .form-group:last-child{
    text-align: right;
}
.form-inline.remember-me-group .form-group label{
    margin-bottom: 0;
    line-height: 1;
}
.form-inline.remember-me-group .login-tab-trigger{
    margin-top: 0;
    line-height: 1;
}
.form-group-error {
    position: relative;
}
.form-group-error .input-error i{
    margin-right: 5px;
}
.form-group-error .input-error{
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    line-height: 1;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: red;
    color: #fff;
}
.form-group-error .input-error::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 40%;
    border: 6px solid transparent;
    border-bottom-color: red;
}
.blockUI.blockOverlay{
    opacity: 0.9!important;
}
.blockUI.blockMsg.blockElement {
    border: 0!important;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0!important;
    background-color: transparent!important;
}
.blockUI.blockMsg.blockElement h1 {
    margin-bottom: 0;
    font-size: 40px;
    background-color: transparent;
}

span.close-trigger {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DF1756;
    color: #ffffff;
    font-size: 16px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px rgb(0 0 0 / 12%);
    cursor: pointer;
}

.wpee-gifts-received-wrapper .gift-user-image,
.wpee-winks-wrapper .wpee-wink-content .wink-user-image,
.wpee-comments-wrapper .wpee-comment-content .comment-user-image {
    max-width: 75px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
    line-height: 0;
}
.wpee-gifts-received-wrapper .gift-user-name>a,
.wpee-winks-wrapper .wpee-wink-content .row-comment .wink-user-name>a,
.wpee-comments-wrapper .wpee-comment-content .row-comment .comment-user-name>a
{
    font-size: 18px;
    color: #000;
}
.wpee-gifts-received-wrapper .gift-user-name>a:hover,
.wpee-winks-wrapper .wpee-wink-content .row-comment .wink-user-name>a:hover,
.wpee-comments-wrapper .wpee-comment-content .row-comment .comment-user-name>a:hover{
    color: #df1756;
}
.wpee-gifts-received-wrapper .wpee-gifts-received-content>.row-comment,
.wpee-winks-wrapper .wpee-wink-content>.row-comment,
.wpee-comments-wrapper .wpee-comment-content>.row-comment {
    display: flex;
    align-items: center;
}
.wpee-gifts-received-wrapper .wpee-gifts-received-content,
.wpee-winks-wrapper .wpee-wink-content,
.wpee-comments-wrapper .wpee-comment-content {
    width:100%;
}
.wpee-gifts-received-wrapper .gift-action,
.wpee-winks-wrapper .wink-action,
.wpee-comments-wrapper .comment-action{
    margin-left: auto;
}
.wpee-gifts-received-wrapper .gift-image {
    max-width: 50px;
}
.wpee-gifts-received-wrapper .gift-user-image img,
.wpee-winks-wrapper .wpee-wink-content .wink-user-image img,
.wpee-comments-wrapper .wpee-comment-content .comment-user-image img{
    margin-bottom: 0;
}
.wpee-gifts-received-wrapper .gift-action a.gift-action-trigger,
.wpee-winks-wrapper .wink-action a,
.wpee-comments-wrapper .comment-action a {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 0;
    border-radius: 50%;
}
.wpee-gifts-received-wrapper .gift-action a.gift-action-trigger i,
.wpee-winks-wrapper .wink-action a i,
.wpee-comments-wrapper .comment-action a i {
    font-size: 18px;
}
.wpee-gifts-received-wrapper .gift-user-name,
.gift-sent-wrap .row-comment .gift-user-name {
    margin-right: 20px;
}
.wpee-gifts-received-wrapper .gift-user-name>a,
.gift-sent-wrap .row-comment .gift-user-name>a,
.wpee-winks-wrapper .wpee-wink-content .row-comment .wink-user-name>a,
.wpee-comments-wrapper .wpee-comment-content .row-comment .comment-user-name>a{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.wpee-gifts-received-wrapper .wpee-gifts-received-content:last-child,
.wpee-winks-wrapper .wpee-wink-content:last-child,
.wpee-comments-wrapper .wpee-comment-content:last-child {
    margin-bottom: 0;
}
.wpee-gifts-received-wrapper,
.wpee-winks-wrapper,
.wpee-comments-wrapper {
    display: inline-block;
    width: 100%;
}
.gift-sent-wrap .row-comment .dsp-friend-image-holder {
    max-width: 75px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 20px;
}
.gift-sent-wrap .row-comment .dsp-friend-image-holder a,
.gift-sent-wrap .row-comment .dsp-friend-image-holder img{
    margin-bottom: 0;
}
.gift-sent-wrap .row-comment .show-comment img{
    max-width: 50px;
    max-height: none;
    min-height: 0;
}
.gift-sent-wrap:nth-child(odd) {
    margin-right: 20px;
}
.gift-sent-wrap {
    width: calc(50% - 20px);
    display: inline-block;
}

.register-terms-group label {
    margin: 0;
    line-height: 1;
}
.register-terms-group label {
    margin: 0;
    line-height: 1;
}
.register-terms-group {
    display: flex;
    align-items: center;
}

/* Album Styling */
.album-main-wrapper,
.audio-main-wrapper,
.video-main-wrapper{
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.album-main-wrapper>li,
.audio-main-wrapper>li,
.video-main-wrapper>li{
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
}
.album-wrapper .image-holder a {
    display: inline-block;
    width: 100%;
}
.album-wrapper,
.video-wrapper,
.audio-wrapper{
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.10);
    background-color: #ffffff;
    overflow: hidden;
}
.album-wrapper .image-holder span.image-bg{
    min-height: 250px;
    width: 100%;
}
.album-wrapper .album-content-wrap,
.video-wrapper .video-content-wrap,
.audio-wrapper .audio-content-wrap{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px 25px;
}
.audio-wrapper{
    padding: 25px;
}
.audio-wrapper .audio-content-wrap{
    padding: 0;
}
.album-content-wrap .wpee-edit-button{
    margin: 0 10px 0 auto;
}
.title-wrapper h6{
    margin-bottom: 0;
    font-size: 20px;
}
.wpee-album-details {
    margin-bottom: 15px;
}
.popup-main-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
}
.popup-main-wrapper.is-open{
    opacity: 1;
    visibility: visible;
}
.popup-wrapper {
    width: 600px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.popup-main-wrapper .popup-title{
    width: 100%;
    margin: 0;
    padding: 15px 0;
    background-color: #E5E5E5;
    text-align: center;
    font-size: 20px;
}
.popup-main-wrapper .popup-form{
    padding: 50px;
}
.popup-main-wrapper .popup-form input[type="text"]{
    width: 100%;
    padding: 10px 15px;
}
.popup-main-wrapper .popup-form input[type="checkbox"]{
    margin: -5px 5px 0 0;
    height: auto;
}
.popup-main-wrapper .popup-form .form-group{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-main-wrapper .popup-form .form-group:last-child {
    margin: -20px 0 0;
}
.popup-main-wrapper .popup-form button.save-button {
    width: 100%;
    border: 0;
    padding: 15px 0;
    color: #fff;
    background-color: #df1756;
}
.popup-main-wrapper .popup-form .form-group label{
    width: auto;
}
.popup-main-wrapper .pop-up-bg{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    z-index: 1;
    cursor: pointer;
}

.wpee-album-details,
.video-content-wrap{
    display: flex;
    align-items: center;
}
.wpee-album-details .wpee-album-back-button-section a {
    font-size: 0;
    background-color: transparent;
    border-color: #d5d5d5;
    padding: 5px 10px;
    margin: 0 5px 2px 0;
    color: #000;
}
.wpee-album-details .wpee-album-back-button-section a:hover{
    background-color: #d5d5d5;
}
.wpee-album-details .wpee-album-back-button-section a::before{
    content:'\f053';
    font-family: 'Fontawesome';
    font-size: 16px;
}
.video-wrapper .video-thumbnail video{
    height: auto;
}
a.wpee-create-button {
    background-color: #B6B6B6;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
}
a.wpee-create-button:hover{
    color: #fff;
    background-color: #df1756;
}
a.wpee-create-button::before{
    content:'\f067';
    font-family:'fontawesome';
    font-size: 16px;
    margin-right: 5px;
}
.popup-wrapper input[type="file"]{
    border: 1px solid rgba(0,0,0,0.10);
    width: 100%;
    height: auto;
    padding: 10px;
}

/* ---------- Error Message Styling -------------- */
.dsp-info-message,
.dsp-success-message{
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 25px 15px 80px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    position: relative;
}
.dsp-info-message p,
.dsp-success-message p{
    margin-bottom: 0;
    text-align: left!important;
}

.dsp-info-message::before,
.dsp-success-message::before{
    content: "/f129";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dsp-info-message::before,
.dsp-success-message::before{
    content: "\f129";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60px;
    background-color: #5E3DBF;
    border-radius: 5px 0 0 5px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dsp-success-message::before{
    background-color: #28a745;
}

/* Instant Chat Styling */
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel{
    width: 30%;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content{
    width: 70%;
}
.profile-content-inner.instant-chat #frame #sidepanel #search input{
    width: 100%;
}
.profile-content-inner.instant-chat .dsp-user-list ul,
.messages.dsp-chat-list ul{
    list-style-type: none;
    margin: 0;
    padding:0;
}
.profile-content-inner.instant-chat .dsp-file-input img{
    width: auto;
}
.profile-content-inner.instant-chat .dsp-user-list ul label{
    width: auto;
}
.profile-content-inner.instant-chat .dsp-user-list ul p{
    margin-bottom: 0;
}
.profile-content-inner.instant-chat .dsp-chat-user-search-input label{
    width: auto;
}
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame,
.profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content{
    min-width: 0!important;
}

.chat-user-search-box input[type="checkbox"]{
    height: auto;
    margin-right: 5px;
}
.chat-user-search-box label{
    width: auto;
    line-height: 1;
}
.chat-main-container .send-message-container .chat-text {
    margin: 0;
    padding: 5px;
    width: 100%;
}
.chat-main-container .send-message-container.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}
.chat-main-container .send-message-container .chat-sent-button{
    margin: 0;
}
.chat-main-container .send-message-container.row .dsp-xs-6{
    width: 72%;
    margin: 0 5px;
    position: relative;
}
.chat-main-container .send-message-container .image-selector img {
    width: auto;
    height: 35px;
    margin: 0;
}
.chat-main-container .file-input img{
    width: auto;
}

/* ===========================================================================
Responsive Styling
============================================================================== */
@media only screen and (max-width: 1600px){
    .profile-user-photos .photos-list a{
        width: 100%;
    }
    .profile-user-photos .photos-list span.image-bg{
        min-height: 40px;
    }

    .profile-content-inner.media table.table .template-download .image-bg,
    .profile-content-inner.media .profile-photo-list .photos-list .image-bg{
        min-height: 215px;
    }
    #frame .content{
        width: 60%
    }
    .member_main_section.dc_instant_chat_wrap #frame #sidepanel {
        max-width: none;
        min-width: 0;
        width: 40%;
    }
    .member_main_section.dc_instant_chat_wrap #frame .content {
        width: 60%;
    }
}

@media only screen and (max-width: 1199px){
    .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap,
    .friends-favourites ul.friends-section li{
        width: calc(50% - 30px);
    }
    footer .content-wrap{
        margin: 0!important;
    }
}
@media only screen and (max-width: 1024px){
    .wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo,
    .profile-header-right .wpee-friend-request a,
    .profile-header-right .wpee-block-user a {
        padding: 10px 20px;
    }
    .gift-sent-wrap {
        width: 100%;
        margin-right: 0!important
    }
}
@media only screen and (max-width: 991px){
    .wpee-rating-profile .wpee-rate-user-form .rate-user-heading,
    .wpee-rating-profile .wpee-rate-user-form #wpee-cancel-edit-your-ranking {
        display: block;
    }
    .wpee-rating-profile .wpee-rate-user-form #wpee-cancel-edit-your-ranking {
        margin: 0;
        float: none;
    }
    .site-header .right-content .main-navigation{
        height: 100vh;
    }
    .site-header.scrollUp .right-content .main-navigation{
        top: 35px;
    }
    .site-header.header-shadow .left-content.move {
        transform: translateX(10px);
    }
    .wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo,
    .profile-header-right .wpee-friend-request a{
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
    }
    .wpee-profile-header .profile-user-details .change-cover-photo .trigger-cover-photo:hover,
    .profile-header-right .wpee-friend-request a:hover{
        background-color: transparent;
        color: #000;
    }
    .profile-header-right .wpee-block-user a{
        background-color: transparent;
        color: #df1756;
        border: 1px solid #df1756;
    }
    .profile-header-right .wpee-block-user a:hover{
        background-color: #df1756;
        color: #fff;
    }

    .main-member-list-wrap .member-detail-wrap{
        width: calc(33.33% - 30px);
        min-height:380px ;
    }
    .wpee-profile-header .profile-header-menu{
        padding-top: 23px;
        margin-top: 60px;
        position: relative;
        margin-left: 0;
    }
    .wpee-profile-header .profile-user-details{
        flex-direction: column;
        align-items: center;
    }
    .wpee-profile-header .profile-cover-photo .profile-cover-image{
        min-height: 300px;
    }
    .user-info-wrapper .text-white {
        color: #000;
    }
    .wpee-profile-header .profile-user-details .profile-header-right,
    .wpee-profile-header .profile-user-details .user-info-wrapper {
        margin: 0;
        text-align: center;
    }
    .wpee-profile-header .profile-user-details .user-info-wrapper{
        margin-bottom: 25px;
    }
    .profile-activity-sidebar {
        display: none;
    }

    .main-profile-mid-wrapper {
        width: 70%!important;
        padding: 0 40px 0 0;
    }
    .profile-activity-right-sidebar {
        width: 30%;
    }
    .friend-request-list.wpee-listing>li.view-list{
        width: 100%
    }
    footer .content-wrap.col-4>div {
        width: calc(50% - 40px)!important;
        margin: 0 0 30px;
    }
    .member-list-tab-wrap ul.filters-button-group>li{
        padding: 14px 30px;
    }

    .wpee-plan-item-wrapper .wpee-plan-item {
        width: calc(50% - 20px);
        background-color: #f5f5f5;
        padding: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .wpee-plan-item-wrapper {
        flex-wrap: wrap;
    }
    .wpee-plan-item .input-credits input{
        margin-top: 0!important;
    }
    form.message-block-draft input[type="checkbox"]{
        margin-right: 10px
    }
    .meet-to-info h2{
        font-size: 20px!important;
    }
    .profile-content-inner.media table.table .template-download,
    .profile-content-inner.media .profile-photo-list .photos-list{
        width: calc(50% - 10px);
    }
    .wpee-gifts-received-wrapper .gift-action,
    .wpee-winks-wrapper .wink-action,
    .wpee-comments-wrapper .comment-action{
        margin-left: 0;
    }
    .wpee-gifts-received-wrapper .wpee-gifts-received-content,
    .wpee-winks-wrapper .wpee-wink-content,
    .wpee-comments-wrapper .wpee-comment-content {
        padding: 30px;
    }
    .wpee-gifts-received-wrapper .gift-user-image,
    .wpee-winks-wrapper .wpee-wink-content .wink-user-image,
    .wpee-comments-wrapper .wpee-comment-content .comment-user-image {
        margin-right: 0;
        margin-bottom: 10px
    }
    .wpee-gifts-received-wrapper .gift-user-name,
    .gift-sent-wrap .row-comment .gift-user-name,
    .wpee-winks-wrapper .wpee-wink-content .row-comment .wink-user-name,
    .wpee-comments-wrapper .wpee-comment-content .row-comment .comment-user-name {
        margin-right: 0
    }
    .wpee-gifts-received-wrapper .gift-action a.gift-action-trigger,
    .wpee-winks-wrapper .wink-action a,
    .wpee-comments-wrapper .comment-action a {
        margin-top: 15px;
    }
    .wpee-gifts-received-wrapper .wpee-gifts-received-content>.row-comment,
    .wpee-winks-wrapper .wpee-wink-content .row-comment,
    .wpee-comments-wrapper .wpee-comment-content .row-comment {
        flex-direction: column;
    }
    .album-main-wrapper>li, .audio-main-wrapper>li, .video-main-wrapper>li{
        width: calc(50% - 20px);
    }
    .no-left-bar.no-right-bar .main-profile-mid-wrapper {
        padding: 0;
        width: 100%!important;
    }
    .wpee-winks-wrapper .wpee-wink-content .row-comment .wink-text-and-date,
    .wpee-comments-wrapper .wpee-comment-content .row-comment .comment-text-and-date {
        text-align: center;
        order: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px){
    .main-member-list-wrap .member-detail-wrap{
        width: calc(50% - 30px);
        min-height:380px ;
    }
    .profile-activity-right-sidebar{
        display: none;
    }
    .main-profile-mid-wrapper {
        width: 100%!important;
        padding: 0;
    }
    .friends-favourites ul.friends-section li .fav-content .user-name-show a {
        font-size: 16px;
    }
    .friends-favourites ul.friends-section li .fav-content{
        padding: 15px
    }
    footer .content-wrap.col-4>div {
        width: 100%!important;
        margin: 0 0 30px;
    }
    footer .copyright-wrap {
        flex-direction: column;
        text-align: center;
    }
    footer .copyright-wrap .copyright{
        margin-bottom: 15px
    }
    header.site-header{
        padding: 15px 15px;
    }
    header.site-header.header-shadow{
        padding: 10px 15px;
    }
    .profile-menu-wrapper .profile-menu-tab {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 30px;
        width: 220px;
        box-shadow: 0 0 5px rgb(0 0 0 / 15%);
        border-radius: 5px;
        transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        transition: all 400ms ease-in-out;
    }
    .profile-menu-wrapper .profile-menu-tab.is-open{
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .profile-menu-wrapper .profile-menu-tab>li:not(:last-child) {
        margin-bottom: 14px;
        margin-right: 0;
    }

    .wpee-profile-header .wpee-profile-header {
        padding-bottom: 0;
        position: relative
    }
    .wpee-profile-header .wpee-profile-header::after{
        content: none;
    }
    .wpee-profile-header .profile-header-menu {
        padding: 15px 20px;
        margin-top: 20px;
        background-color: #e5e5e5;
        border-radius: 5px;
    }

    .wpee-profile-header .profile-header-menu .profile-menu-wrapper::before{
        content: none;
    }
    .wpee-search-tab{
        margin-bottom: 0
    }
    footer .copyright-wrap{
        margin-top: 0;
    }
    .member-list-tab-wrap ul.filters-button-group>li {
        padding: 10px 14px;
        font-size: 13px;
        margin: 0 5px 10px;
    }
    .member-list-tab-wrap ul.filters-button-group{
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .login-wrap .btn-wrap>a.header-login-btn {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    .login-wrap .btn-wrap>a.header-login-btn i {
        font-size: 20px;
        margin-right: 0;
    }

    .view-details-content-wrap ul li {
        width: 100%;
    }
    .profile-header-menu .profile-menu-wrapper{
        align-items: center;
    }
    form.message-block-sent .sent-message-page li .msg-info{
        width: 100%;
    }
    form.message-block-sent .sent-message-page{
        position: relative;
    }
    .wpee-profile-header h4.username.text-white {
        font-size: 25px;
        margin-top: 10px;
    }
    #news-feed .feed-header {
        align-items: flex-start;
    }

    .profile-header-menu .ham-icon{
        display: inline-flex;
    }
    .profile-content-inner.message .view-message .dspdp-col-sm-2 {
        width: 80px;
    }
    .profile-content-inner.message .view-message {
        display: flex;
    }
    .profile-content-inner.message .view-message .dsp-msg-date{
        margin-bottom: 10px;
    }

    .wpee-register-form-wrap{
        width: 80%;
    }
    span.close-trigger{
        display: inline-flex;
    }
    span.close-filter{
        display: inline-block;
    }

    .profile-content-inner.instant-chat #frame .content .contact-profile{
        position: relative;
    }
    .profile-content-inner.instant-chat #frame .content .delete-chat-icon{
        padding: 0;
        margin: 0;
        position: absolute;
        right: 10px;
    }
}

@media only screen and (max-width: 699px){
    .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel{
        width: 15%;
    }
    .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content{
        width: 85%;
    }
}

@media only screen and (max-width: 575px){

    ul.profile-section-tab{
        padding: 0;
        flex-direction: column;
    }
    ul.profile-section-tab>li{
        margin-right: 0!important;
    }
    ul.profile-section-tab>li>a {
        width: 100%;
        padding: 15px 20px;
        color: #cacaca;
    }
    .wpee-plan-item-wrapper .wpee-plan-item {
        width: 100%;
    }
    .settings-list-wrapper .wpee-premium-area img {
        margin: 0 auto 15px;
        float: none;
    }
    .settings-list-wrapper .wpee-premium-area .dspdp-row{
        text-align: center;
    }
    .view-details-content-wrap ul li {
        width: calc(50% - 15px);
    }
    .wpee-notification-links .wpee-report-user-form-wrap.wpee-popup-message {
        width: 290px;
    }
    .profile-activity-right-sidebar,
    .profile-content-inner .profile-activity-sidebar{
        width: 100%;
        display: block;
    }
    .profile-activity-right-sidebar{
        margin-top: 40px;
    }
    .profile-user-photos .photos-list {
        width: 70px;
    }
    .profile-user-photos .photos-list span.image-bg {
        min-height: 70px;
    }

    form.message-block-inbox .email-page,
    form.message-block-delete .email-page,
    form.message-block-draft .email-page{
        flex-wrap: wrap;
    }
    form.message-block-inbox .email-page li.wpee-received-details,
    form.message-block-delete .email-page li.wpee-received-details,
    form.message-block-draft .email-page li.draft-detail-wrap{
        width: calc(100% - 23px);
        display: flex;
        flex-direction: column;
    }
    form.message-block-inbox .email-page li.wpee-received-details br,
    form.message-block-delete .email-page li.wpee-received-details br,
    form.message-block-draft .email-page li.draft-detail-wrap br{
        display: none;
    }
    form.message-block-inbox .email-page li:last-child,
    form.message-block-delete .email-page li:last-child,
    form.message-block-draft .email-page li.draft-subject-wrap{
        width: calc(100% - 23px)!important;
        margin-left: 23px;
        margin-top: 15px;
    }
    form.message-block-inbox .heading-top,
    form.message-block-delete .heading-top,
    form.message-block-draft .heading-top{
        display: none;
    }

    form.message-block-draft .email-page{
        position: relative;
    }
    li.edit-wrap {
        position: absolute;
        top: 0;
        right: 0;
    }
    form.message-block-draft .email-page li.draft-detail-wrap {
        margin-left: 8px;
    }
    form.message-block-inbox .email-page .wpee-received-checkbox,
    form.message-block-delete .email-page .wpee-received-checkbox,
    form.message-block-draft .email-page .wpee-received-checkbox{
        float: left;
    }
    .album-main-wrapper>li, .audio-main-wrapper>li, .video-main-wrapper>li{
        width: 100%;
    }
}

@media only screen and (max-width: 481px){
    .main-member-list-wrap,
    .friends-favourites ul.friends-section{
        margin: 0 0 -30px;
    }
    .main-member-list-wrap .member-detail-wrap,
    .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap,
    .friends-favourites ul.friends-section li{
        width: 100%;
        min-height:0;
        margin: 0 0 30px;
    }
    .offcanvase-filter-wrap .offcanvase-filter-content-wrap{
        width: 100%
    }
    .profile-section-wrap.main-profile-mid-wrapper .main-member-list-wrap .member-detail-wrap,
    .friends-favourites ul.friends-section li{
        width: 100%;
    }
    form .form-inline{
        flex-wrap: wrap;
    }
    form .form-inline .form-group{
        width: 100%
    }
    .friend-request-list.wpee-listing>li.view-list {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .friend-request-list.wpee-listing>li>.user-details{
        margin: 15px 0 5px;
    }
    .friend-request-list.wpee-listing>li.view-list figure{
        width: auto;
    }
    .wpee-feed-list audio{
        width: 100%;
    }
    .wpee-feed-list .feed-content span.image-bg {
        min-height: 250px;
    }
    .user-login>ul.wpee-notification-links>li:not(:last-child){
        display: none;
    }
    .profile-user-details .profile-header-right {
        flex-direction: column;
        width: 100%;
    }
    .profile-user-details .profile-header-right a{
        width: 100%;
        padding: 15px 20px!important;
        text-align: center!important;
    }
    .profile-header-right .wpee-block-user{
        margin: 10px 0 0;
    }
    .form-inline.age-group .form-group:nth-child(2) {
        margin: 0 0 20px;
    }
    .wpee-edit-profile-form .wpee-question .form-group,
    .profile-content-inner.message form input[type="submit"] {
        width: 100%;
    }
    form.message-block-compose .form-inline .form-group {
        width: 100%;
        margin-right: 0;
    }
    .settings-list-wrapper form input[type="submit"] {
        width: 100%;
        padding: 14px 0;
    }
    .wpee-lr-tab-content-wrap[data-tab="lr-login"],
    .wpee-lr-tab-content-wrap[data-tab="lr-forget"] {
        height: 370px;
    }
    .wpee-lr-tab-content-wrap .wpee-lr-content-tab {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
    }
    .wpee-lr-tab-content-wrap form input,
    .wpee-lr-tab-content-wrap form select{
        height: 45px;
        margin-top: 0;
    }
    .wpee-register-form-wrap #wpee-registration-form .form-inline.dob-wrap select{
        width: 100%;
    }
    form .form-group{
        margin-bottom: 15px!important;
    }
    form .form-group input,
    form .form-group select{
        margin-top: 0 !important;
    }
    .profile-content-inner.media table.table .template-download,
    .profile-content-inner.media .profile-photo-list .photos-list{
        width: 100%;
        margin: 0 5px 10px;
    }
    .form-inline.remember-me-group {
        margin-top: 0;
    }
    .form-inline.remember-me-group .form-group:last-child {
        text-align: left;
    }
    .gift-sent-wrap .row-comment {
        flex-direction: column;
        padding: 20px;
    }
    .gift-sent-wrap .row-comment .dsp-friend-image-holder{
        margin-right: 0;
    }
    .album-wrapper .image-holder span.image-bg {
        min-height: 170px;
    }
    .dsp-info-message::before,
    .dsp-success-message::before {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        font-size: 12px;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .dsp-info-message p, .dsp-success-message p{
        text-align: center!important;
    }
    .dsp-info-message, .dsp-success-message {
        padding: 15px 20px;
        font-size: 14px;
    }
    .form-inline.verification-option-button-group .form-group {
        width: auto;
    }
    .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame #sidepanel{
        width: 22%;
    }
    .profile-content-inner.instant-chat .dc_instant_chat_wrap #frame .content{
        width: 78%;
    }
}

@media only screen and (max-width: 360px){
    .wpee-plan-item-wrapper .wpee-plan-item,
    .settings-list-wrapper .wpee-premium-area .dspdp-row{
        padding: 20px;
    }
    .wpee-notification-links .wpee-report-user-form-wrap.wpee-popup-message {
        width: 257px;
        right: -20px;
    }
    form.message-block-inbox .email-page li.wpee-received-details {
        width: calc(100% - 23px);
        display: flex;
        flex-direction: column;
    }
    form.message-block-inbox .email-page li.wpee-received-details br{
        display: none;
    }
}

.wpee-album-name-label{
    font-weight: bold;
}

.wpee-lr-tab-content-wrap.verification-form-content-active[data-tab="lr-register"] {
    height: 350px;
}

.verification-form-content-active[data-tab="lr-register"] .lr-register{
    overflow: hidden;
}

.form-inline.verification-option-button-group {
    align-items: center;
    margin-top: -10px;
}

.form-inline.verification-option-button-group .form-group:first-child {
    display: inline-flex;
    align-items: center;
}

.form-inline.verification-option-button-group .form-group:last-child {
    text-align: right;
}

.profile-activity-right-sidebar .online-members-section>li a span {
    width: 57px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 57px;
    display: block;
}

.profile-friend-cover-thumb {
    width: 60px;
    height: 60px;
    display: block;
    background-position: center !important;
}

.wpee-discount-wrapper .dsp-check-coupan-code {
    color: white;
    background-color: #df1756;
    margin-top: 6px;
}

.wpee-error-text {
    text-align: center;
    color: red;
    padding: 30px;
}

.dsp-save-search {
    border: 1px solid #c1d0db;
    border-radius: 5px;
	padding: 0;
	margin: 0;
	list-style: none
}
ul.dsp-save-search li {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1d0db;
	margin: 0
}
ul.dsp-save-search li:not(:first-child) {
	font-size: 14px
}
ul.dsp-save-search li:last-child {
    border-bottom: none;
}
.name.dsp-pull-right, .delete.dsp-pull-right {
    text-align: right;
}
.dsp-none {
    display: none !important;
}
.dsp-delete-action .delete::before {
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 13px;
    color: rgb(246, 17, 0);
}
.dsp-delete-action .delete {
    color: rgb(246, 17, 0);
}
.wpee-notification-links .wpee-item-not-found,
.wpee-notification-links .popup-main-wrapper .wpee-error-message,
.popup-main-wrapper .wpee-info-message {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    margin: 10px;
}

.wpee-notification-links .popup-main-wrapper .wpee-error-message {
    color: #ff0000;
}

.wpee-notification-links .popup-main-wrapper .send-wink-popup-form {
    font-size: 16px;
}

.wpee-notification-links .popup-main-wrapper .popup-form select {
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
}

.popup-main-wrapper .popup-form .select-form-group,
.popup-main-wrapper .popup-form .textarea-form-group{
    margin-bottom: 40px;
}

.wpee-notification-links .popup-main-wrapper
.wpee-error-message {
    padding: 15px;
    margin: 15px;
    text-align: center;
    color: #ff0000;
}

.wpee-notification-links .popup-main-wrapper .popup-form .form-error-message {
    padding: 0 3px;
    color: #ff0000;
}
.wpee-winks-wrapper .wpee-wink-content>.row-comment,
.wpee-comments-wrapper .wpee-comment-content>.row-comment {
    flex-wrap: wrap;
    padding: 15px;
}
.wpee-winks-wrapper .wpee-wink-content .wink-text-and-date,
.wpee-comments-wrapper .wpee-comment-content .comment-text-and-date {
    display: inline-grid;
    width: 100%;
    text-align: left;
    margin-right: 30px;
    order: 2;
    flex: 0 0 100%;
}
.wpee-winks-wrapper .wpee-wink-content .wink-user-image,
.wpee-comments-wrapper .wpee-comment-content .comment-user-image {
    margin-bottom: 15px;
    max-width: 55px;
}

.wpee-winks-wrapper .wpee-wink-content .wink-text,
.wpee-comments-wrapper .wpee-comment-content .comment-text{
    margin-bottom: 5px;
}

.wpee-winks-wrapper .wpee-wink-content .wink-sent-date,
.wpee-comments-wrapper .wpee-comment-content .comment-sent-date {
    font-size: 10px;
    color: #a7959a;
}

.wpee-winks-wrapper .wpee-wink-content .wink-user-name,
.wpee-comments-wrapper .wpee-comment-content .comment-user-name {
    line-height: 1.1;
    text-align: left;
}

.wpee-data-loading {
    padding: 30px;
    text-align: center;
    height: 150px;
    opacity: 0.5;
    font-size: 18px;
}

.form-input-error-message {
    color: #ff0000;
    display: block;
    margin-bottom: 9px;
    padding-left: 8px;
}

.profile-content-inner .profile-section-wrap .wpee-rating-profile,
.profile-content-inner .profile-section-wrap .wpee-user-comment-wrapper {
    margin-top: 10px;
    border-radius: 10px;
}

.profile-content-inner .profile-section-wrap .wpee-rating-profile ul li {
    width: 100%;
}

.wpee-rating-stars {
    color: #ffd700;
    padding: 2px;
}

.wpee-your-rating-wrapper .wpee-rating-stars {
    font-size: 30px;
}

.wpee-rating-menu {
    display: inline;
    float: right;
    font-size: 18px;
    padding: 10px;
}

.wpee-rating-menu a {
    padding: 0 3px;
}

.wpee-rating-menu #wpee-edit-your-ranking {
    color: #0000ff;
}

.wpee-rating-menu #wpee-delete-your-ranking,
#wpee-cancel-edit-your-ranking,
.wpee-logged-out-notification {
    color: #FF0004;
}

#wpee-cancel-edit-your-ranking {
    float: right;
    padding: 10px;
}

.rate-user-heading {
    font-size: 18px;
    padding: 5px;
    margin-right: 20px;
}

/* Comment */
.wpee-comment-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wpee-comment-list .wpee-comment {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start
}

.wpee-comment-list li .wpee-comment-author-avatar a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.wpee-comment-list li .wpee-comment-author-avatar img {
   display: block;
    width: 100%;
}

.wpee-comment-list .wpee-comment-header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.wpee-comment-list .wpee-comment-header .wpee-comment-author-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
}

.wpee-comment-list .wpee-comment-body-inner {
    padding-right: 15px;
}

.wpee-comment-list .wpee-comment-body {
   width: 100%;
}

@media screen  and (max-width: 768px) {
    .wpee-comment-list .wpee-comment-body .wpee-comment-body-inner {
        margin-top: 5px;
    }

}

.wpee-comment-list .wpee-comment-body .wpee-comment-body-inner .wpee-comment-text {
    margin-bottom: 0;
    color: #000;
    line-height: 1.4;
    font-size: 14px;
}

.wpee-comment-list .wpee-comment-body .wpee-comment-date {
    font-weight: 500;
    font-size: 12px;
    color: #687a86;
    display: block;
    line-height: 1.2;
}
.wpee-comment-list .wpee-comment-body .wpee-comment-date::before {
    content: '♥';
    font-size: 12px;
    color: #DF1756;
    margin-right: 10px;
}

.wpee-comment-header .wpee-comment-name {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}

.wpee-comment-list .wpee-comment-body .wpee-comment-footer {
    color: #656c7a;
}

.wpee-comment-menu.wpee-notification-links {
    margin-left: auto;
}

.wpee-user-comment-wrapper textarea {
    padding: 15px;
    height: 120px;
}

.wpee-comment-list .wpee-comment-menu ul.wpee-sub-menu {
    top: 25%;
    width: 100px;
    padding: 12px;
    text-align: left;
    font-size: 12px;
    gap: 10px;
}

.wpee-comment-list .wpee-comment-menu i {
    color: #687a86;
    margin-left: 10px;
}

.wpee-user-comment-form-wrapper{
    margin-bottom: 35px;
}

.wpee-comment-menu.wpee-notification-links ul.wpee-sub-menu>li:not(:last-child) {
    margin: 0;
}
.wpee-comment-list .wpee-no-record {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 10px;
}
.wpee-user-comment-wrapper  .dsp_submit_button  {
    padding: 8px 40px;
}

.wpee-plan-item-wrapper {
    gap: 30px;
}

.wpee-plan-item-wrapper .wpee-plan-credits-number {
    margin-bottom: 10px;
}

.search-distance-range {
    width: 100%;
    padding-left: 8px;
}
.form-inline.form-inline-wrap {
    flex-wrap: wrap;
}
.mt-0 {
    margin-top: 0 !important;
}
/* My matches css */
.my-matches-list-wrapper.wpee-search-tab .tab-content-wrapper  {
    border-radius: 0;
    border-bottom: 0;
}

.my-matches-list-wrapper.wpee-search-tab .tab-content-wrapper .dsp_button-group  a{
    color: #5E3DBF;
}

.my-matches-list-wrapper.wpee-search-tab .tab-content-wrapper  .profile-section-content {
    border: 1px solid #ececec;
}

.no-left-bar .my-matches-list-wrapper ul.profile-section-tab{
    overflow: visible;
}

.gap-2 {
    gap: 20px;
}

.gap-x-2 {
    column-gap: 20px;
}

/* tootltip */

.wpee-custom-tooltip {
	position: relative;
	cursor: pointer;
  }

  .wpee-custom-tooltip-text {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 5px 8px;
	position: absolute;
	z-index: 99;
	bottom: 140%;
	left: 50%;
	transform: translateX(-50%);
    min-width: 120px;
    max-width: 240px;
    font-size: 12px;
    line-height: 1.6;
    width: max-content;
    white-space: normal;
  }

  .wpee-custom-tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
  }

  .wpee-custom-tooltip:hover .wpee-custom-tooltip-text {
	visibility: visible;
  }

.profile-section-tab-title .wpee-custom-tooltip {
    font-size: 18px;
    margin-left: 5px;
}

/* Meeting loading */
.dsp-meet-to-info-loading.meet-to-info .image-box {
    position: relative;
}

.dsp-meet-to-info-loading.meet-to-info .image-box img {
    visibility: hidden;
    opacity: 0;
}

.dsp-meet-to-info-loading.meet-to-info .image-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(190, 190, 190, .6) 25%, rgba(129, 129, 129, .24) 37%, rgba(190, 190, 190, .6) 63%);
    background-size: 400% 100%;
    -webkit-animation: skeleton-loading 1.4s ease infinite;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 10px;
}

.dsp-meet-to-info-loading.meet-to-info .user-info, .dsp-meet-to-info-loading.meet-to-info .user-name {
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.dsp-meet-to-info-loading.meet-to-info .user-meetto-info::before {
    content: "";
    display: block;
    width: 80%;
    height: 15.19px;
    background: linear-gradient(90deg, rgba(190, 190, 190, .6) 25%, rgba(129, 129, 129, .24) 37%, rgba(190, 190, 190, .6) 63%);
    background-size: 400% 100%;
    -webkit-animation: skeleton-loading 1.4s ease infinite;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 4px;
}

.dsp-meet-to-info-loading.meet-to-info .user-meetto-info::after {
    content: "";
    display: block;
    width: 100%;
    height: 25.39px;
    background: linear-gradient(90deg, rgba(190, 190, 190, .6) 25%, rgba(129, 129, 129, .24) 37%, rgba(190, 190, 190, .6) 63%);
    background-size: 400% 100%;
    -webkit-animation: skeleton-loading 1.4s ease infinite;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 4px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.dsp-meet-to-info-loading.meet-to-info .wpee-meetme-action-wrap a{
    pointer-events: none;
    position: relative;
}

.dsp-meet-to-info-loading.meet-to-info .wpee-meetme-action-wrap a i{
    opacity: 0;
    visibility: hidden;
}

.dsp-meet-to-info-loading.meet-to-info .wpee-meetme-action-wrap a::before {
    background: linear-gradient(90deg, rgba(190, 190, 190, .6) 25%, rgba(129, 129, 129, .24) 37%, rgba(190, 190, 190, .6) 63%);
    background-size: 400% 100%;
    -webkit-animation: skeleton-loading 1.4s ease infinite;
    animation: skeleton-loading 1.4s ease infinite;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/* Its a date */

.wpee-date-popup .popup-wrapper {
    max-width: 600px;
    width: 450px;
    border-radius: 20px;
    overflow: visible;
}

@media screen and (max-width: 601px) {
    .wpee-date-popup .popup-wrapper {
        width: 86%;
    }
}

.wpee-date-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 30px 50px;
    flex-direction: column;
    background-position: 46% 20%;
    background-repeat: no-repeat no-repeat;
    background-size: 35%;
}


@media screen and (max-width: 601px) {
    .wpee-date-wrapper  {
        padding: 30px 20px 40px;
    }
    .wpee-date-wrapper .wpee-date-image-wrapper {
        padding: 30px 20px 20px !important;
    }
}


.wpee-date-wrapper h3 {
    font-size: 48px !important;
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 0 0 60px rgba(0, 0, 0, 40%);
    margin-bottom: 15px;
}

.wpee-date-wrapper h3 span {
    font-size: 22px;
    color: #DF1756;
    margin-left: 18px;
    display: block;
}

.wpee-date-wrapper .wpee-date-img {
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    width: 160px;
    transform: rotate(-0.05turn) translateX(5px);
    box-shadow: 0 0 35px rgba(0, 0, 0, 40%);
    background: #f1f1f1
}


@media screen and (max-width: 601px) {
    .wpee-date-wrapper h3 {
        font-size: 42px !important;
    }

    .wpee-date-wrapper {
        background-position: 46% 20%;
        background-size: 33%;
    }

    .wpee-date-wrapper .wpee-date-img {
        height: 180px;
        width: 140px;
    }
}

@media screen and (max-width: 420px) {
    .wpee-date-wrapper h3 {
        font-size: 38px !important;
    }

    .wpee-date-wrapper {
        background-size: 35%;
        background-position: 46% 22%;
    }
    .wpee-date-wrapper .wpee-date-img {
        height: 160px;
        width: 120px;
    }
}

.wpee-date-wrapper .wpee-date-img:last-child {
    transform: rotate(0.03turn) scale(1.1) translateX(-5px);
    border: 2px solid #DF1756;
    padding: 1px;
}

.wpee-date-wrapper .wpee-date-img img {
    display: block;
    object-fit: cover;
    border-radius: 10px;
    height: 100%;
}
.wpee-date-wrapper .wpee-date-image-wrapper {
    display: flex;
    padding: 40px;
    margin-top: 20px;
}

.wpee-date-wrapper .wpee-date-button-wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    gap: 10px;
    margin-top: 15px;
}

.wpee-date-button-wrapper .dspdp-btn.dspdp-btn-default{
    border-color:  #de1756;
    background-color: #de1756;
    padding-block: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
}

.wpee-date-button-wrapper .dspdp-btn.dspdp-btn-link{
    font-size: 16px;
    color: #333;
}

.wpee-date-button-wrapper .dspdp-btn.dspdp-btn-link:hover{
    color: #000;
}

.site-info-popup-wrapper div div{
    font-weight: bold;
    color: black;
    padding: 30px;
    text-align: center;
}

.site-info-popup-wrapper .wpee-upgrade-content{
    font-size: 14px;
    font-weight: 400;
}
.site-info-popup-wrapper .wpee-upgrade-btn{
    font-size: 16px;
    line-height: 1;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff;
    background-color: #DF1756;
    border: 1px solid #DF1756;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}
.site-info-popup-wrapper .wpee-upgrade-btn:hover{
    color: #DF1756;
    background-color: #DF175600;
}
.site-info-popup-wrapper .wpee-icn-wrapper{
    height: 60px;
    width: 60px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin-top: -60px;
    padding: 15px;
}
.site-info-popup-wrapper .wpee-icn-wrapper svg {
    fill: #df1756;
}

.site-info-popup-wrapper .wpee-confirm-message a {
    padding: 12px 20px;
}

.site-info-popup-wrapper a:visited {
    color: #343434;
}

.edit-profile .wpee-mandatory-input{
    font-size: 18px;
    padding: 3px;
    color: red;
}

.error {
    color: #ff0000;
}

.wpee-meet-me-box .meet-to-info .dsp-meetme-image,
.wpee-meet-me-box .meet-to-info .user-meetto-info {
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .wpee-meet-me-box .meet-to-info .dsp-meetme-image,
    .wpee-meet-me-box .meet-to-info .user-meetto-info {
        width: 70%;
    }
}

#news-feed .wpee-feed-loader {
    text-align: center;
    padding: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.wpee-online {
    position: absolute;
    right: 0;
    top: 55px;
    width: 16px;
    height: 16px;
    background-color: #6C6;
    border: 2px solid #FFF;
    border-radius: 16px;
}

.dsp_box-out .dsp_box-in input {
    height: 2.5em;
    margin-bottom: .7em;
}

button.upgrade-account-button {
    margin-top: .8rem;
    margin-bottom: .8rem;
    height: 3rem;
    background-color: #DF1756;
    border: none;
}

button.upgrade-account-button a {
    color: #fff;
}

button.upgrade-account-button:hover {
    background-color: #c40c46;
}

/* instant password validation */
div.password-criteria {
    margin: auto;
    width: 50%;
    display: none;
}

div.password-criteria p {
    font-size: 0.9rem;
    margin-bottom: .5rem;
    color: #9a9a9a;
}

div.password-criteria div span {
    padding-left: 0.5em;
}

div.password-criteria div label {
    display: inline;
    padding-left: 2px;
}

div.password-criteria div:last-child {
    margin-bottom: 15px;
}

div.password-criteria .bi-check-circle-fill {
    color: green;
}

div.password-criteria .bi-x-circle-fill {
    color: red;
}

/* Custom Css */
.wpee-wink-error-link a {
    font-size: unset !important;
    display: inline !important;
    border: unset !important;
    color: #5E3DBF !important;
}

.wpee-wink-error-link a:hover {
    background-color: unset !important;
    color: #df1756 !important;
}

.wpee-comment-error {
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
}

/*
 * Property styles in unhighlighted state.
 */
.property {
  align-items: center;
  background-color: #df1756;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.property::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #df1756;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 91%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  border-radius : 50%;
}

.property .profile-icon {
    border-radius : 50%;
	max-width: 100% !important;
}


.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.property .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 80px;
  padding: 8px 15px;
  width: auto;
}

.property.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
  display: flex;
    text-align: center;
}
.wpee-error-message {
    color: red;
    background: #f3f3f3;
    padding: 7px 20px;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}

.wpee-error-message-link {
    color: #343434;
    font-weight: bold;
}