@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    Theme Name: Template Name Matchreal HTML5 Template
    Author: Md. Nahid Hasan
    Support:
    Description:
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. HEADER CSS

**********************************************/

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
/* Import Root CSS  */
@import url(./root.css);
@import url(./custome-animition-modal.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-family: var(--mr-ff-body);
    font-size: var(--mr-fs-body);
    font-weight: var(--mr-fw-normal);
    color: var(--mr-text);
    line-height: 26px;
    background: var(--mr-main-bg);
}

a {
    text-decoration: none;
    /* color: inherit !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--mr-heading);
    margin-top: 0px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: var(--mr-fs-h1);
}

h2 {
    font-size: var(--mr-fs-h2);
}

h3 {
    font-size: var(--mr-fs-h3);
}

h4 {
    font-size: var(--mr-fs-h4);
}

h5 {
    font-size: var(--mr-fs-h5);
}

h6 {
    font-size: var(--mr-fs-h6);
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

p {
    font-family: var(--mr-ff-p);
    font-size: var(--mr-fs-body);
    font-weight: var(--mr-fw-normal);
    color: var(--mr-text);
    line-height: 26px;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

/* Login CSS  */


.auth-wrap h1 {
    margin-bottom: 72px;
    font-weight: var(--mr-fw-bold);
}

.auth-input {
    height: 74px;
    border-radius: 50px;
    padding: 0 70px;
    margin-bottom: 20px;
    font-size: 22px;
    border: 1px solid var(--mr-white) !important;
}

.auth-input:focus {
    box-shadow: none !important;
    border: 1px solid var(--mr-theme-primary) !important;
}



.form-check.text-start.rememberMe label {
    color: var(--mr-theme-primary);
}

.form-check.text-start.rememberMe input {
    border: var(--mr-theme-primary);
    background-color: var(--mr-theme-primary) !important;
    height: 15px;
    width: 15px;
    margin-top: 6px !important;
    margin-right: 10px;
}

.form-check.text-start.rememberMe input:focus {
    box-shadow: none !important;
}

.auth-icon {
    top: 20px;
    left: 30px;
}

/* Select me  */
/* Im man woman  */
.heading {
    text-align: center;
    font-size: 0.8em;
}

.center-align {
    display: flex;
    justify-content: start;
    margin-left: -3px;
    margin-top: 10px;
}

.center-align input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
}

.label {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: rgb(233, 9, 249, 30%);
    color: var(--mr-common-white);
    transition: all .3s ease-out;
    font-size: 18px;
    font-weight: var(--mr-fw-medium);
    border-radius: 8px;
    border: 0;
}

.label.man {
    font-size: var(--mr-fs-h6);
    background-color: var(--mr-white) !important;
    border: 4px solid var(--mr-white);
    padding: 10px;
    background: #E1E6FF !important;
    border-radius: 80px;
}

input[type="radio"]:checked+.label.man {
    border: 4px solid var(--mr-theme-primary);
    border-radius: 80px;
    padding: 10px;
    background: #E1E6FF !important;
    color: #17265C;
    font-size: var(--mr-fs-h6);
}

.label.woman {
    background-color: var(--mr-white) !important;
    border: 4px solid var(--mr-white);
    background: #FFE1F8 !important;
    border-radius: 80px;
    padding: 10px;
    color: #17265C;
    font-size: var(--mr-fs-h6);
}

input[type="radio"]:checked+.label.woman {
    font-size: var(--mr-fs-h6);
    border: 4px solid var(--mr-theme-primary);
    border-radius: 80px;
    background: #FFE1F8 !important;
    border-radius: 80px;
    padding: 10px;
}


.auth-input input:focus {
    box-shadow: none;
}

.label img {
    position: relative;
    margin: 5px 0;
}

.blueBg:after {
    content: '';
    background: var(--mr-male);
    position: absolute;
    height: 100px;
    width: 100px;
    left: 10px;
    top: -30px;
    border-radius: 50px;
}

.blueBg {
    position: relative;
    display: block;
}

.blueBg img {
    z-index: 1;
}

.im-title {
    margin: 0 0 0 auto;
    font-size: var(--mr-fs-h3);
    font-weight: var(--mr-fw-medium);
    color: #010101;
    margin-right: 20px;
}

/* Select me end  */


/* Basic Layout Config  */

.main-header {
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.badge.rounded-pill.sidebar-state {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--mr-active);
    font-size: 10px;
    height: 25px;
    line-height: 18px;
    color: var(--mr-black);
}

.left-sidebar {
    position: fixed;
    height: 100%;
    left: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
    overflow: scroll;
    padding-bottom: 80px;
    background: #fff;
    margin-top: -30px;
    padding-top: 30px;
}

.right-sidebar {
    position: fixed;
    height: 100%;
    right: 0;
    flex: 0 0 auto;
    width: 16.66666667%;
    overflow: scroll;
    padding-bottom: 80px;
}


/* Sidebar Menu  */

.sidebar-menu-wrap ul li i {
    font-size: 23px;
    margin-right: 8px;
    color: var(--mr-text-1);
}

.sidebar-menu-wrap ul li span {
    color: var(--mr-text-1);
    font-size: 17px;
    margin-left: 8px;
}

.sidebar-menu-wrap ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: -15px;
    cursor: pointer;
}

.sidebar-menu-wrap li:hover {
    background: var(--mr-active);
    border-radius: 5px;
    transition: .4s;
}

.sidebar-menu-wrap .active {
    background: var(--mr-active);
    border-radius: 5px;
    transition: .4s;
}

.sidebar-menu-wrap ul {
    transition: .4s;
    padding: 10px;
}

.widget-card {
    background-color: var(--mr-white);
    border-radius: 8px;
    /* border: 1px solid var(--mr-theme-primary); */
    margin-bottom: 20px;
    padding: 5px;
}

.widget-card img {
    width: 100%;
}

.slider-grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
}

.user-card-wrap img {
    border-radius: 8px;
}


.inner-widget-body-sng-item {
    margin: 5px !important;
}

.inner-widget-body-sng-item img {
    width: 100%;
    height: 241px;
    border-radius: 8px 8px 0 0;
}

.mt-6 {
    margin-top: 6rem;
}

.inner-widget-body-sng-item {
    border: 1px solid var(--mr-theme-border);
    border-radius: 8px;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.inner-widget-body-img {
    height: 240px;
    background-size: cover;
    background-position: top;
    border-radius: 8px 8px 0 0;
}

.theme-btn-2 {
    background: #e7f3ff;
    border-radius: 6px;
    padding: 7px 35px;
    width: 100%;
    transition: .3s;
}

.theme-btn-2:hover {
    background: #DBE7F2;
    transition: .3s;
}

.slick-next.pull-right.sr.slick-arrow {
    background: var(--mr-white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    /* top:40%; */
    top: 167px;
    right: -40px;
    font-size: 25px;
}

.slick-prev.pull-left.sl.slick-arrow {
    background: var(--mr-white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    /* top:40%; */
    top: 167px;
    left: -40px;
    font-size: 25px;
    z-index: 1;
}

.slick-next.pull-right.sr.slick-arrow:hover,
.slick-prev.pull-left.sl.slick-arrow:hover {
    background: #F2F2F2;
}

.inner-widget-icon img {
    width: 20px;
    height: 20px;
}

.inner-widget-dp {
    position: relative;
}

.spotlight {
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    width: 50%;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: linear-gradient(#FCC52E, #FFD765);
    z-index: 1;
    text-align: center;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .theme-btn-1 {
    background: transparent;
    border: 2px solid var(--mr-male);
    border-radius: 6px;
    color: var(--mr-male);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 7px 25px;
    text-align: center;
    text-transform: capitalize;
    transition: .4s;
}

.theme-btn-1:hover {
    background: var(--mr-male);
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, .1);
    color: var(--mr-white);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: .4s;
} */

/* Header  */
.form-control:focus {
    box-shadow: none !important;
}

.header-main-menu-wrap ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main-menu-wrap ul li {
    list-style: none;
    float: left;
    padding: 0px 25px;
}

.header-main-menu-wrap ul li a {
    font-size: 18px;
}

.header-main-menu-wrap .active {
    border-bottom: 2px solid;
    margin-top: 25px;
    padding-bottom: 20px;
}

.user-dp {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
}

.header-logo input {
    padding: 10px 20px;
    height: 50px;
}

.header-notifaction {
    height: 50px;
    width: 50px;
    background: #e4e6eb;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    margin-right: 15px;
}

.header-notifaction img {
    cursor: pointer;
}

/* Notification Section  */
.notification-dropdown {
    background: var(--mr-white);
    height: 450px;
    width: 450px;
    margin-left: -335px !important;
    margin-top: 20px;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    overflow: scroll;
}

.notification-item {
    transition: .4s;
    padding: 10px;
    border-radius: 8px;
    line-height: initial;
}

.notification-item:hover {
    background-color: var(--mr-active);
    transition: .4s;
    cursor: pointer;
}

.notification-user-dp {
    width: 120px;
    height: 80px;
    border-radius: 50%;
    margin-right: 13px;
    background-position: top;
    background-size: cover;
}

.profile-dropdown {
    background: var(--mr-white);
    height: 450px;
    width: 350px !important;
    margin-left: -300px !important;
    margin-top: 20px;
    border-radius: 8px;
    text-align: left;
    overflow: scroll;
    position: absolute;
}

.dropdown-profile-header {
    background: var(--mr-black);
    padding: 15px;
}

.dropdown-profile-header h3 {
    color: var(--mr-white);
}

.dropdown-profile-menu {
    font-size: 18px;
    width: 95%;
    display: block;
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
}

.dropdown-profile-menu:hover {
    background: var(--mr-active);
    color: var(--mr-black);
}

.dropdown-profile-menu span {
    background: var(--mr-active);
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin-right: 15px;
    border: 1px solid var(--mr-white);
}

.sidebar-menu-wrap .active span {
    color: var(--mr-theme-primary);
    font-size: var(--mr-fs-body);
    font-weight: var(--mr-fw-medium);
}

.header-search i {
    position: absolute;
    left: 0;
}

.header-search input {
    height: 50px;
    padding: 20px;
    background: var(--mr-active);
    border: 1px solid var(--mr-white);
}

.header-search input:focus {
    border: 1px solid var(--mr-theme-primary);
}

.sidebarMenuFixed {
    margin-top: -15px !important;
    display: block;
}

.sign-out-btn {
    background: red;
    color: #fff;
    border: 0;
    padding: 10px 40px;
    font-weight: bold;
}

/* Dashboard Style Start  */
.db-user-dp {
    height: 500px;
    border-radius: 5px;
    background-size: cover;
    background-position: top;
}

.user-dp-inner-action {
    position: absolute;
    bottom: -50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.db-user-details-wrap {
    background-color: var(--mr-active);
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
}

.db-user-bio p {
    font-size: var(--mr-fs-h5);
    font-weight: var(--mr-fw-regular);
}

.theme-btn-3 {
    background: transparent;
    border: 1px solid var(--mr-theme-primary);
    padding: 10px;
    width: 170px;
    margin-right: 10px;
    border-radius: 50px;
    color: var(--mr-theme-primary);
    font-size: var(--mr-fs-h5);
    font-weight: var(--mr-fw-regular);
}

.theme-btn-3:hover {
    background-color: var(--mr-theme-primary);
    color: var(--mr-white);
    box-shadow: 0 3px 51px rgb(46, 164, 252, 52%);
}

.update-btn {
    border-color: gold;
}

.update-btn:hover {
    box-shadow: 0 3px 51px rgb(252, 197, 46, 52%) !important;
}

.view-more-btn {
    background: var(--mr-theme-primary);
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--mr-white) !important;
    text-transform: capitalize;
    font-weight: var(--mr-fw-medium);
}

.view-more-btn:hover {
    box-shadow: 0 3px 51px rgb(46, 164, 252, 52%);
}

/* Single User Card  */
.single-user-card-wrap {
    background-color: var(--mr-white);
    margin: 10px;
    padding: 0 !important;
    border-radius: 50px;
}

.card-user-dp {
    height: 247px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.single-user-header {
    display: flex;
    width: 100%;
    border-radius: 70px;
}

@media screen and (max-width: 1440px) {
    .single-user-header {
        width: 100%;
    }

    .single-user-action-btn {
        width: 88px !important;
        height: 40px !important;
    }

    .single-user-action-btn img {
        width: 15px;
    }
}


.single-user-header>div:first-child {
    border-top-left-radius: 50px;
}

.single-user-header>div:last-child {
    border-top-right-radius: 50px;
}

.single-user-profile {
    width: 124px;
    height: 124px;
    border-radius: 100px;
    border: 2px solid var(--mr-white);
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}

.single-user-body {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.single-user-action-btn {
    width: 128px;
    height: 60px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-user-action {
    margin-bottom: 35px;
    display: none !important;
    transition: .3s;
}

.single-user-card-wrap:hover .single-user-action {
    display: flex !important;
    transition: .3s;
}

/* My Match Page CSS  */
.switchBtn input {
    height: 28px;
    width: 50px !important;
    cursor: pointer
}

.switchBtn input:focus {
    box-shadow: none !important;
}

.beeSeenHere-slider-item {
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
    border-radius: 52px;
    margin-left: 20px;
}

.beeSeenHere-slider-inner-item {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    border-radius: 0 0 52px 52px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    padding-bottom: 20px;
    padding-top: 70px;
}

.beeSeenHere-slider-inner-item h3 {
    color: #fff;
}

/* Activity paeg CSS */
.activity-menu.active {
    background: rgb(242, 89, 159, 13%);
    border-radius: 100px;
    padding: 10px;
}

.activity-menu {
    background: var(--mr-white);
    border-radius: 100px;
    padding: 10px;
}

.activity-menu span {
    opacity: 0;
    display: block;
    padding: 10px 0;
    font-size: 13px;
    line-height: 17px;
}

.activity-menu.active span {
    opacity: 1;
}

/* Search Page  */
.modal-bg {
    background-color: var(--mr-active) !important;
}

.search-tab-btn {
    background: #fff;
    /* padding: 20px; */
    color: #010101;
    /* border-radius: 100px; */
    width: 200px;
}

.search-tab-btn.active {
    background: var(--mr-blue);
    color: #fff;
    border-radius: 100px;
    padding: 20px;
}

.nh {
    background: #Ffff;
    border-radius: 100px;
    padding: 0px;
}

/* Range 2 Way Start */
[age_range_slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 20px 0 10px 0;
}

[age_range_slider]>div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
}

[age_range_slider]>div>[inverse-left] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 10px;
    background-color: var(--mr-blue)54;
    margin: 0 7px;
}

[age_range_slider]>div>[inverse-right] {
    position: absolute;
    right: 0;
    height: 14px;
    border-radius: 10px;
    background-color: var(--mr-blue)54;
    margin: 0 7px;
}

[age_range_slider]>div>[range] {
    position: absolute;
    left: 0;
    height: 14px;
    border-radius: 14px;
    background-color: var(--mr-blue) !important;
}

[age_range_slider]>div>[thumb] {
    position: absolute;
    top: -7px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #FFF;
    border-radius: 50%;
    outline: none;
}

[age_range_slider]>input[type=range] {
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[age_range_slider]>input[type=range]::-ms-track {

    background: transparent;
    color: transparent;
}

div[age_range_slider]>input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[age_range_slider]>input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[age_range_slider]>input[type=range]:focus {
    outline: none;
}

div[age_range_slider]>input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[age_range_slider]>input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[age_range_slider]>input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[age_range_slider]>input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[age_range_slider]>input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[age_range_slider]>input[type=range]::-ms-tooltip {
    display: none;
}

[age_range_slider]>div>[sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index: 3;
    background-color: var(--mr-blue) !important;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[age_range_slider]>div>[sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: var(--mr-blue) !important;
}

[age_range_slider]>div>[sign]>span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

/* [age_range_slider]:hover > div > [sign] { */
[age_range_slider]>div>[sign] {
    opacity: 1;
}

.age-rangerSlider-wrap h3 {
    margin-bottom: 50px;
    font-weight: var(--mr-fw-medium);
}

/* Range 2 Way Stop */
.search-innerItemDropdown-wrap {
    width: 50%;
    margin: 0 auto;
    margin: 30px auto;
}

.search-innerItemDropdown-wrap select {
    padding: 20px;
    border-radius: 100px;
    border: 0;
    color: #969598;
    font-size: 18px;
    padding: 20px 30px;
}

.search-innerItemDropdown-wrap select:focus {
    box-shadow: none !important;
}

.show-result-btn {
    width: 30%;
    padding: 20px;
    border-radius: 50px;
    margin: 0 auto;
    background: var(--mr-theme-primary);
    color: var(--mr-white);
    font-weight: var(--mr-fw-sbold);
    margin-top: 30px;
}

.show-result-btn:hover {
    box-shadow: 0 3px 51px rgb(46, 164, 252, 52%);
}

.search-select-wrap {
    margin-top: 30px;
}

.search-select-wrap div {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 10px;
    margin-right: 40px;
}

.search-select-wrap input {
    cursor: pointer;
    height: 28px;
    width: 55px !important;
}

.search-select-wrap input:focus {
    box-shadow: none !important;
}

.form-switch input:checked~.form-check-label {
    color: var(--mr-blue);
}

/* Search Result  */
.search-result-item p {
    padding-bottom: 30px;
}

.search-result-item .single-user-action {
    padding-bottom: 30px;
    margin-top: -30px;
}

.search-result-item {
    height: 500px;
}

/* profile details */

.profile-details-wrap {
    background-color: var(--mr-active);
}

.pd-menu {
    display: flex;
    justify-content: center;
}

.pd-menu a {
    background: var(--mr-blue);
    margin: 0 10px;
    color: var(--mr-white) !important;
    padding: 10px 40px;
    border-radius: 50px;
}

.pd-menu a:hover {
    box-shadow: 0 3px 51px rgb(46, 164, 252, 52%);
}

.details-inner-box-header {
    background-color: rgb(46, 164, 252, 20%);
    border-radius: 5px 5px 0 0;
    padding: 15px;
    text-align: center;
}

.details-inner-content {
    border-radius: 0 0 5px 5px;
}

.locking-matches-dp {
    width: 228px;
    height: 228px;
    border-radius: 100%;
    background-size: cover;
    background-position: top;
    margin: 0 auto;
}

.matches-text {
    padding: 20px;
    border-radius: 50px;
    width: 170px;
    margin: 0 auto;
}

/* .locking-matches-body {
    margin-top: 20px;
} */

.locking-matches-body h3 {
    font-size: 18px;
    font-weight: bold;
}

.locking-matches-body p {
    font-size: 14px;
}

.user-gallery-item {
    width: 100%;
    height: 275px;
    margin-bottom: 25px;
    border-radius: 5px;
    background-size: cover;
    background-position: top;
}

/* Settings  */
/* Edit Profile */

.edit-profile-dp {
    height: 500px;
    width: 100%;
    border-radius: 5px;
}

.dp-uplaod-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edit-profile-info button {
    background: var(--mr-blue);
    color: var(--mr-white);
    padding: 10px 40px;
    border-radius: 50px;
    margin-right: 10px;
    box-shadow: 0 3px 51px rgb(46, 164, 252, 52%);
}

.edit-profile-info p {
    font-size: var(--mr-fs-h5);
}

.photos-you-can img {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    width: 70px;
}

.photos-you-can h3 {
    margin: 10px 0;
}

.user-gallery-photo-uploader {
    height: 275px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    margin-bottom: 25px;
    background-color: var(--mr-active);
}

.acc-privicy {
    margin: 5px;
    background: var(--mr-main-bg);
    text-align: center;
    padding: 25px;
    border-radius: 15px;
}

.acc-privicy img {
    width: 80px;
    margin-bottom: 20px;
}

.acc-privicy h4 {
    margin-bottom: 10px;
}

.acc-privicy button {
    background: var(--mr-blue);
    color: var(--mr-white);
    border-radius: 50px;
    padding: 10px 30px;
}

.acc-privicy button:hover {
    box-shadow: 0 3px 51px rgb(46, 164, 252, 52%);
}

/*
    ///////////////////////////////////// 
 
                Messenger css Start

    /////////////////////////////////////  
*/
/* Hide scrollbar for Chrome */
::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/* Hide scrollbar for Firefox */
html {
    scrollbar-width: none;
}

body::-moz-scrollbar {
    width: 0.5em;
}

body::-moz-scrollbar-thumb {
    background-color: transparent;
}

/* Messenger Sidebar  */


.search-converstion i {
    position: absolute;
    top: 30px;
    left: 15px;
}

.search-converstion {
    position: relative;
}

.msngr-search {
    width: 100%;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 50px;
    border: 0;
    background: #F3F3F5;
    font-size: 14px;
}

.message-list-item {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 2px;
    cursor: pointer;
}

.message-list-item.active {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
}

.message-list-item:hover {
    background: #F5F5F5;
}

.message-item-dp {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-size: cover;
    background-position: top;
    position: relative;
}

.message-item-dp.active::after {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 0;
    background: #55CA36;
    height: 10px;
    width: 10px;
    border-radius: 100px;
}

.message-list-user h4 {
    font-size: 16px;
    font-weight: normal;
    color: #010101;
}

.message-list-user p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    /* line-height: 18px; */
}

.message-list-more-option {
    margin: 0 0 0 auto;
    opacity: 0;
}

.message-list-item.active .message-list-more-option {
    opacity: 1;
}

.message-list-item:hover .message-list-more-option {
    opacity: 1;
}


.chat-input {
    padding: 10px 15px;
    width: 100%;
    border-radius: 50px;
    border: 0;
    background: #F3F3F5;
}

.chat-footer {
    position: fixed;
    width: 54%;
    bottom: 4px;
    background: #fff;
    padding-top: 15px;
}

.message-item-wrap {
    height: calc(100vh - 15vh);
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.chat-message-box {
    height: calc(100vh - 235px);
    overflow-y: scroll;
    margin-bottom: 50px;
}

.messenger-profile-details p {
    font-size: 14px;
}

.msngr-profile-btn.active {
    border-bottom: 2px solid;

}

.msngr-profile-btn {
    margin-right: 20px;
    padding-bottom: 5px;
    width: 100px;
}

.msngr-profile-media-wrap {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    margin: 30px;
}

.msngr-profile-media-item {
    border-radius: 5px;
    width: 100%;
    height: 130px;
    background-position: top;
    background-size: cover;
}

.msngr-profile-file-wrap {
    margin: 30px;
}

.msngr-profile-file-item {
    display: flex;
    align-items: center;
}

.msngr-profile-file-item p {
    margin: 0;
    font-size: 16px;
}

.msngr-profile-file-item span {
    text-align: left !important;
    display: block;
    font-size: 14px;
}

.msngr-profile-file-item img {
    background-color: #F7F8FA;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    margin-right: 10px;
}

.bg-blue-500 {
    background: #4299E1;
    color: #fff;
}

.bg-gray-100 {
    background: #E4E6EB;
    /* color: #010101; */
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.receved-message-dp {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
    /* background-repeat: no-repeat; */
    padding: 30px;
}

.d-flex.items-center.group:hover .message-hover-icon {
    opacity: 1;
}

.message-hover-icon {
    margin-top: -10px;
    opacity: 0;
}

.messenger-modal-dialog-end {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    width: 100%;
    float: right;
    margin-right: 56px;
    margin-top: 120px;
}

/*
    ///////////////////////////////////// 
 
                Messenger css End

    /////////////////////////////////////  
*/

/*
    ///////////////////////////////////// 
 
    Prolanding and small widget css Start

    /////////////////////////////////////  
*/

.no-bg {
    background-color: #fff !important;
}

.pro-hero-area {
    text-align: center;
    padding: 100px 0;
}

.pro-hero-area h2 {
    font-size: 60px;
    font-weight: 800;
    background: linear-gradient(45deg, var(--mr-theme-primary), var(--mr-pink));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}

.pro-hero-area small {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pro-hero-area small:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 25px;
    width: 40%;
    height: 2px;
    background: #d2d2d2;
    border-radius: 5px;
}

.pro-hero-area small:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 25px;
    width: 40%;
    height: 2px;
    background: #d2d2d2;
    border-radius: 5px;
}

.pro-hero-area h1 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
}

.pro-hero-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.hero-watch-video-btn {
    border: 1px solid;
    width: 250px;
    height: 60px;
    border-radius: 100px;
    margin-right: 15px;
}


.join-singlerr-pro-btn {
    background-color: var(--mr-theme-primary);
    display: inline-block;
    border: 1px solid var(--mr-theme-primary);
    border-radius: 100px;
    margin-right: 15px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    color: var(--mr-white) !important;
}

.pro-inner-widget-content h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #0a0c4a;
}

.pro-inner-widget-content small {
    margin-bottom: 5px;
    color: var(--mr-pink);
    font-size: 18px;
    font-weight: 500;
}

.pro-inner-widget-content a {
    background-color: var(--mr-theme-primary);
    display: inline-block;
    border: 1px solid var(--mr-theme-primary);
    border-radius: 100px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: var(--mr-white) !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.pro-inner-widget-content p {
    color: #3c3c3c;
    line-height: 28px;
    margin-bottom: 25px;
    text-transform: lowercase;
}

.pro-step-widget-one {
    background-image: linear-gradient(to bottom, #fff, rgb(0, 102, 204, 10%), #fff);
}

.pro-inner-single-widget {
    margin-bottom: 150px;
}

.start-now-btn {
    background-color: var(--mr-pink);
    display: inline-block;
    border: 1px solid var(--mr-pink);
    border-radius: 100px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: var(--mr-white) !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.features-wrap {
    margin-bottom: 150px;
}

.product-image img {
    transition: .3s;
    cursor: cell;
}

.product-image img:hover {
    margin-top: -5px;
    transition: .3s;
}

.price-section-title {
    font-size: 50px !important;
    font-weight: 800;
    text-transform: capitalize;
}

.price-plan-box {
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 20px;
    height: 550px;
}

.price-plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.plan-price {
    display: flex;
    align-items: center;
}

.plan__price-count {
    font-size: 40px;
    margin-right: 10px;
    margin-top: 0px;
    color: var(--mr-black);
    font-weight: 500;
}

.plan-type h2 {
    font-size: 25px;
}

.plan-type small {
    text-transform: uppercase;
}

.price-plan-details ul li i {
    font-size: 30px;
    margin-right: 10px;
}

.price-plan-details ul li {
    margin-bottom: 20px;
    font-size: 20px;
    display: flex;
}

.new-request {
    text-align: center;
    /* background-image: linear-gradient(to right, #db2777, #eab308); */
    background-image: linear-gradient(to right, var(--mr-theme-primary), var(--mr-pink));
    display: block;
    color: var(--mr-white) !important;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    margin-top: 35px;
}

.text-close {
    color: #FF3A75;
}

.text-check {
    color: #26E4B1;
}


.sidebar-menu-pro {
    background: #262626;
    margin: 10px;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    border-radius: 7px;
}

.sidebar-menu-pro img {
    margin-top: -35px;
}

.sidebar-menu-pro a {
    background: var(--mr-theme-primary);
    color: var(--mr-white) !important;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 20px;
    border-radius: 100px;
}

.checkout-title i {
    box-shadow: 3px 6px 7px rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    margin-right: 5px;
    color: var(--mr-theme-primary);
}

.checkout-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.checkout-title p {
    margin-bottom: 0;
    font-size: 15px;
    margin-left: 6px;
    color: var(--mr-theme-primary);
    font-weight: 500;
}

.checkout-price {
    margin-bottom: 30px;
}

.checkout-price span {
    font-size: 40px;
    color: #000;
    margin-right: 6px;
}

.checkout-price p {
    font-size: 14px;
}

.checkout-des {
    margin-top: 20px;
    font-size: 17px;
    line-height: 25px;
}




input[type="radio"] {
    display: none;
}

.form-check-label {
    border: 2px solid #ededed;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    cursor: pointer;
    transition: .3s;
    position: relative;
}

.form-check {
    padding-left: 0 !important;
}

.form-check-input:checked+.form-check-label {
    border: 2px solid var(--mr-pink);
    transition: .3s;
}

.select-price-plan {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-price-plan-icon {
    margin-right: 10px;
}

.select-price-plan-desc p {
    font-size: 14px;
    line-height: 20px;
}

.select-price-plan-old-price {
    font-size: 14px;
    color: var(--mr-pink);
    font-weight: 600;
}

.select-price-plan-desc {
    width: 70%;
}

.price-plan-price {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background: var(--mr-pink);
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.price-plan-price p {
    color: var(--mr-white) !important;
    margin: 0;
}

.upgrade-to-pro-btn {
    background-image: linear-gradient(to right, var(--mr-theme-primary), var(--mr-pink));
    width: 100%;
    border-radius: 5px;
    height: 50px;
    color: var(--mr-white);
}

.my-plan-item {
    display: flex;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 15px;
    align-items: center;
    position: relative;
    min-height: 130px;
}

.my-plan-icon {
    margin-right: 15px;
}

.my-plan-text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
}

.your-current-plan {
    position: absolute;
    background: var(--mr-pink);
    bottom: 0;
    right: 0;
    height: 30px;
    font-size: 14px;
    width: 140px;
    text-align: center;
    border-radius: 10px 0;
    color: var(--mr-white);
}

.my-plan-text p a {
    color: var(--mr-blue);
}




/*
    ///////////////////////////////////// 
 
    Prolanding and small widget css End

    /////////////////////////////////////  
*/