@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Template Name mf Highlights HTML5 Template
    Author: DeshiSmash
    Support:
    Description:
    Version: 1.0

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

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

    01. THEME DEFAULT CSS
    02. HEADER CSS

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

/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url(./responsive.css);
/* Montserrat & Outfit Font  */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
    /**
        @font family declaration
    */
    --mf-ff-body: 'Outfit', sans-serif;
    --mf-ff-heading: 'Outfit', sans-serif;
    --mf-ff-p: 'Montserrat', sans-serif;
    /**
        @color declaration
    */
    --mf-male: #1B68A9;
    --mf-theme-border: rgba(0, 0, 0, 0.1);
    --mf-active: #E4E6E9;
    --mf-main-bg: #F0F2F5;
    --mf-white: #ffffff;
    --mf-black: #000;
    --mf-heading-primary: #000;
    --mf-grey-1: #f5f8fb;
    --mf-grey-2: #e2ebf4;
    --mf-text-body: #888888;
    --mf-text-1: #000;
    --mf-theme-primary: #0660mf;
    --mf-border-1: #888888;
    --mf-border-2: #b7c3cf;
    /**
        @font weight declaration
    */
    --mf-fw-normal: normal;
    --mf-fw-elight: 200;
    --mf-fw-light: 300;
    --mf-fw-regular: 400;
    --mf-fw-medium: 500;
    --mf-fw-sbold: 600;
    --mf-fw-bold: 700;
    --mf-fw-ebold: 800;
    --mf-fw-black: 900;
    /**
        @font size declaration
    */
    --mf-fs-body: 14px;
    --mf-fs-p: 14px;
    --mf-fs-h1: 40px;
    --mf-fs-h2: 36px;
    --mf-fs-h3: 24px;
    --mf-fs-h4: 20px;
    --mf-fs-h5: 16px;
    --mf-fs-h6: 14px;
}

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

/* CSS to hide the scroll bar for all browsers */
body::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 0.5em;
}

body::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-radius: 0.5em;
}

::-webkit-scrollbar {
    display: none !important;
}

/* CSS for smooth scrolling on all browsers */
html {
    scroll-behavior: smooth;
}

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

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mf-ff-heading);
    color: var(--mf-heading-primary);
    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;
}

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

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

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

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

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

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

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

p {
    font-family: var(--mf-ff-p);
    font-size: var(--mf-fs-p);
    font-weight: var(--mf-fw-normal);
    color: var(--mf-text-body);
    margin-bottom: 15px;
    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%;
}

/* 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(--mf-border-2);
    font-size: 10px;
    height: 25px;
    line-height: 18px;
}

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

.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(--mf-text-1);
}

.sidebar-menu-wrap ul li span {
    color: var(--mf-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;
}

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

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

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

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

.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(--mf-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(--mf-white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    right: 10px;
    font-size: 25px;
}

.slick-prev.pull-left.sl.slick-arrow {
    background: var(--mf-white);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    left: 10px;
    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: 100%;
    left: 0;
    background: linear-gradient(to right, rgba(135, 224, 253, 0) 0%, rgba(184, 169, 189, 0) 20%, var(--mf-male) 49%, var(--mf-male) 50%, var(--mf-male) 51%, rgba(107, 138, 172, 0) 80%, rgba(5, 171, 224, 0) 100%);
    z-index: 1;
    text-align: center;
    bottom: 0;
}

.theme-btn-1 {
    background: transparent;
    border: 2px solid var(--mf-male);
    border-radius: 6px;
    color: var(--mf-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(--mf-male);
    box-shadow: 0 10px 15px 0 rgba(249, 0, 77, .1);
    color: var(--mf-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 img {
    cursor: pointer;
}

.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;
}

/* My Match Page   */
.bee-seen-here-switch input {
    padding: 12px 23px;
    margin: 0;
    cursor: pointer
}

.bee-seen-here-switch input:focus {
    box-shadow: none;
}

.theme-btn-1.matching-btn-padding {
    padding: 7px 15px;
    border: 1px solid;
    font-weight: normal !important;
    border-radius: 0;
}

.user-card-info h3 {
    position: relative;
    margin-bottom: 15px;
}

.verifyed-user::after {
    content: '';
    background: url('../images/user/verify.png');
    height: 20px;
    width: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 6px;
    margin-left: 10px;
}

/* Activity page  */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--mf-black);
    /* border-bottom: 1px solid var(--mf-border-1) !important; */
    background: var(--mf-active);
}

.nav-pills .nav-link:hover {
    background: var(--mf-active);
    color: var(--mf-black);
}

.inner-activity {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.activity-no-data-found img {
    width: 20%;
    margin-bottom: 20px;
}

.activity-no-data-found {
    text-align: center;
}

/* Bee Seen here Widget  */


.bee-seen-here-slider-wrap {
    /* display: grid;
    grid-template-columns: repeat(4, auto); */
    gap: 15px;
}

.bshs-single-item {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-right: 3px;
}

.bee-seen-here-info {
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background-image: linear-gradient(rgba(84, 84, 84, .8%), rgba(21, 21, 21, 80%), rgba(0, 0, 0, 90%));
    border-radius: 8px;
}

.bshs-single-item {
    position: relative;
}

.bee-seen-here-info h6 {
    color: var(--mf-white);
}

.bee-seen-here-info p {
    color: var(--mf-white);
    font-size: 12px;
}

/* User Profile  */

.tm-contact-details {
    background: var(--mf-grey-1);
    border-radius: 10px;
    padding: 30px;
}

.background-tm-wrap {
    margin-top: -15px;
}

.tm-matches-flex {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    /* text-align: center; */
    border-bottom: 1px solid var(--mf-border-2);
    margin: 15px 50px;
}

.tm-matches-flex.no-margin {
    margin: 0 !important;
    border-bottom: 0 !important;
}

.tm-matches-flex img {
    height: 120px;
    width: 120px;
    border-radius: 100px;
}

.tm-matches-flex h5 {
    background: var(--mf-male);
    color: var(--mf-white);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
}

.text-center.tm-matches-title {
    color: #17181D;
    font-weight: bold;
    margin-top: 15px;
}

.tm-check {
    width: 30px !important;
    /*! margin-right: 45px; */
}

.tm-matches-flex.text-left h6 {
    color: #17181D;
    font-weight: 500;
    font-size: 18px;
    /*! margin-left: 36px; */
}

.tm-matches-flex.text-left p {
    color: #17181D;
    /*! margin-left: 36px; */
}

.tm-matches-flex.text-left.paddingtop-reset {
    margin-top: -5px;
}

.coin-wrap {
    padding: 50px;
    border-radius: 10px;
}

.coin-wrap img {
    padding-bottom: 15px;
}

.payment-flex {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 40px;
}

.background-tm-wrap ul li {
    list-style: none;
    padding: 5px 0;
    font-size: 18px;
    color: var(--mf-text-body);
}

.background-tm-wrap ul {
    padding: 30px;
}

.family-dec {
    color: #58585D;
    font-size: 18px;
    margin-top: 15px;
}

.nav-pills .theme-btn-1.active,
.nav-pills .show>.theme-btn-1 {
    color: var(--mf-white);
    background: var(--mf-male);
}

.theme-btn-tab {
    margin-left: 10px;
    border: 0;
    border-radius: 5px;
}


/* Search Page  */


/* Search Result Page  */
.gap-0 {
    gap: 0 !important;
}


/* Notification Section  */
.notification-dropdown {
    background: var(--mf-white);
    height: 450px;
    width: 350px;
    margin-left: -235px !important;
    margin-top: 20px;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    overflow: scroll;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.4);
}

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

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

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

.profile-dropdown {
    background: var(--mf-white);
    height: 450px;
    width: 350px !important;
    margin-left: -300px !important;
    margin-top: 20px;
    border-radius: 8px;
    text-align: left;
    overflow: scroll;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
    box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.4);
    position: absolute;
}

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

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

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

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

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


/* Form CSS  */

/* Range Slider 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(--mf-male)54;
    margin: 0 7px;
}

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

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

[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;
    /* -webkit-appearance: 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 {
    /* -webkit-appearance: none; */
    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(--mf-male);
    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(--mf-male);
}

[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;
}

/* Range Slider 2 Way End */

/* Select 2  */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--mf-male);
    border: 1px solid var(--mf-male);
    color: var(--mf-white)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--mf-white)
}

/* Select 2 end  */

.hideSearchForm {
    font-size: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--mf-male);
    border: 1px solid var(--mf-male);
    color: var(--mf-white);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--mf-white);
}

.partner_preference {
    background: #fbfbfb;
    padding-top: 8px;
}

.partner_preference:hover {
    background: #f9f9f9;
}

.partner_preference .checkbox {
    width: 47%;
    color: #676666;
    background: #f3f3f3;
    height: 40px;
    margin: 0px 6px 10px 0px !important;
    box-shadow: 0px 0px 1px #9a9a9a;
    padding-top: 6px;
}

.partner_preference .checkbox label {
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.partner_preference .radio-inline,
.partner_preference .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
}

.label-block {
    font-weight: 600;
}


/* Message Page  */

.media {
    display: flex;
    align-items: start;
}

.text-small {
    font-size: 0.9rem;
}

.messages-box,
.chat-box {
    height: 80vh;
    overflow-y: scroll;
}

.rounded-lg {
    border-radius: 0.5rem;
}

input::placeholder {
    font-size: 0.9rem;
    color: #999;
}

/* Edit Profile  */

.wrappers .option {
    background: #ededed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.wrappers .option .dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
}

.wrappers .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #ff052b;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}


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

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2,
#option-3:checked:checked~.option-3 {
    border-color: #ff052b;
    background: #ff052b;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot,
#option-3:checked:checked~.option-3 .dot {
    background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before,
#option-3:checked:checked~.option-3 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrappers .option span {
    font-size: 20px;
    color: #808080;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span,
#option-3:checked:checked~.option-3 span {
    color: #fff;
}

.profilePicInfo.d-flex.list-unstyled li {
    border: 1px solid #ededed;
    margin: 2px;
}

.intro-yourself-inner-title {
    font-size: 18px;
    padding-left: 10px;
}

.capsule-btn {
    line-height: 1;
    cursor: pointer;
}

.capsule-btn label {
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 30px;
    overflow: hidden;
    font-weight: bold;
    background: #f0f2f5;
    border: 1px solid #ededed;
}

.capsule-btn input[type=checkbox]:checked+label {
    background: var(--mf-male);
    color: #fff !important;
    font-weight: bold;
    border: 1px solid var(--mf-male);
}

.capsule-btn input[type="radio"]:checked+label {
    background: var(--mf-male);
    color: #fff !important;
    font-weight: bold;
    border: 1px solid var(--mf-male);
}

.editProfileSelect {
    font-size: 13px;
    margin: 10px 0;
    margin-left: 10px;
}

.custom-select:focus {
    border-color: var(--mf-male);
    outline: 0;
    box-shadow: none !important;
}

.progress-bar {
    background-color: var(--mf-male) !important;
}

/* Photo Uploader  */


/* .photo-manager-uploader i {
    font-size: 30px;
    background: var(--mf-black);
    padding: 15px;
    border-radius: 50px;
    cursor: pointer;
}

.photo-manager-header i {
    font-size: 25px;
}

.photo-manager-header p {
    font-size: 20px;
    margin-left: 10px;
    margin: 0;
    padding: 0;
}

.photo-manager-footer p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.single-photo-manager-item {
    width: 100%;
    height: 375px;
    padding: 15px;
    border-radius: 15px;
    background-size: cover;
    background-position: top;
}


.photo-upload-inner-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #ededed;
    height: 375px;
    padding: 15px;
    border-radius: 15px;
    margin-top: -15px;
    width: 100%;
} */


.uploader-img-box-wrap {
    background: #F0F2F5;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 15px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.up-img-icon {
    color: #fff;
    background: var(--ds-male);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    border: 2px solid #F0F2F5;
    font-size: 30px;
    cursor: pointer;
}

.img-uploader-btn {
    position: absolute;
    bottom: -4px;
    right: -4px;
    background: var(--ds-male);
    padding: 5px;
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
}

.uploader-photo-top-title {
    text-align: center;
    padding: 10px;
}

/* ---  */
.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.uploader-padding {
    padding: 0 10px;
    border-radius: 15px;
    padding-bottom: 1px !important;
    margin-bottom: 10px;
}

/* Uploader 2  */
.photo-uploader-2 {
    background: #eb3b7a;
    color: #fff;
}

.photo-uploader-2 .uploader-img-box-wrap {
    background: #ffebeb;
    color: #eb3b7a;

}

.photo-uploader-2 .up-img-icon {
    background: #eb3b7a !important;
    border-color: #eb3b7a;
}

.photo-uploader-2 .img-uploader-btn {
    background: #eb3b7a !important;
    border-color: #fff;
}

/* Uploader 3  */
.photo-uploader-3 {
    background: #00909e;
    color: #fff;
}

.photo-uploader-3 .uploader-img-box-wrap {
    background: #ffebeb;
    color: #00909e;

}

.photo-uploader-3 .up-img-icon {
    background: #00909e !important;
    border-color: #00909e;
}

.photo-uploader-3 .img-uploader-btn {
    background: #00909e !important;
    border-color: #fff;
}

/* Uploader 4  */
.photo-uploader-4 {
    background: #ffac00;
    color: #fff;
}

.photo-uploader-4 .uploader-img-box-wrap {
    background: #ffebeb;
    color: #ffac00;

}

.photo-uploader-4 .up-img-icon {
    background: #ffac00 !important;
    border-color: #ffac00;
}

.photo-uploader-4 .img-uploader-btn {
    background: #ffac00 !important;
    border-color: #fff;
}

/* Uploader 5  */
.photo-uploader-5 {
    background: #00909e;
    color: #fff;
}

.photo-uploader-5 .uploader-img-box-wrap {
    background: #ffebeb;
    color: #00909e;

}

.photo-uploader-5 .up-img-icon {
    background: #00909e !important;
    border-color: #00909e;
}

.photo-uploader-5 .img-uploader-btn {
    background: #00909e !important;
    border-color: #fff;
}

/* Uploader 5  */
.photo-uploader-6 {
    background: var(--ds-male);
    color: #fff;
}

.photo-uploader-6 .uploader-img-box-wrap {
    background: #ffebeb;
    color: var(--ds-male);

}

.photo-uploader-6 .up-img-icon {
    background: var(--ds-male) !important;
    border-color: var(--ds-male);
}

.photo-uploader-6 .img-uploader-btn {
    background: var(--ds-male) !important;
    border-color: #fff;
}


.uploader-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.uploader-photo-submit {
    background: var(--ds-male);
    color: #fff;
    font-weight: bold;
    border: 0;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
}

label {
    color: inherit !important;
}

.img-uploder-image-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #000;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
}

.img-uploder-image-close button {
    background-color: inherit;
    border: 0;
}

.upload-preview-image-wrap {
    height: 300px !important;
    overflow: hidden;
    border-radius: 15px;
}

.upload-preview-image-wrap img {
    height: auto !important;
    width: 100%;
    border-radius: 15px;
}

/* Todays Match Slider try  */


/* New Changes  */
.referls-dp {
    height: 120px;
    width: 120px;
    border-radius: 100px;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
}

.modal-box-header h3 {
    font-weight: var(--mf-fw-bold);
}

.modal-box-main {
    margin-bottom: 30px;
}

.modal-share-link p {
    border-radius: 3em;
    font-size: 18px;
    font-weight: 700;
    margin: 1.5em 0;
    letter-spacing: 0.03em;
    text-align: center;
}

.ift-copy-code {
    border: 1px solid #222;
    border-radius: 2em;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 0.685em;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin-left: 1em;
    padding: 1em 1em;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gem-icon {
    background-image: url('../images/coin.png');
    height: 25px !important;
    width: 35px !important;
    display: block;
    margin: 0 auto;
}

/* Modal Animition CSS  */

/* For Referls Popup  */
.vivify {
    -webkit-animation-duration: .8s !important;
    -webkit-animation-fill-mode: both !important;
    animation-duration: .8s !important;
    animation-fill-mode: both !important;
}

.fadeInBottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@keyframes fadeInBottom {
    0% {
        -webkit-transform: translate3d(0, 400px, 0);
        transform: translate3d(0, 400px, 0);
        opacity: 0
    }

    50% {
        opacity: .2
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.delay-100 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.delay-300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.delay-400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-600 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.delay-800 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.delay-900 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}


.ifd-item+.ifd-item {
    border-top: 1px solid #e3e3e3;
    padding-top: 1em;
    margin-top: 1em;
}

/* Send Credit  */
.send-credits-header-dp {
    display: flex;
    justify-content: center;
}

.sch-my-dp {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: top;
    border-radius: 100px;
}

.sch-her-dp {
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: top;
    border-radius: 100px;
    margin-left: -5px;
}

.popIn {
    -webkit-animation-name: popIn;
    animation-name: popIn
}

@keyframes popIn {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    40% {
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
        -webkit-transform: scale3d(1.08, 1.08, 1.08);
        transform: scale3d(1.08, 1.08, 1.08)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    80% {
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.send-credit-btn {
    background: var(--mf-male);
    color: var(--mf-white);
    width: 100px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* Report Modal  */
.modal-dialog-right-end {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    display: flex;
    align-items: end;
    position: absolute;
    right: 10px;
}

.report-modal-dp {
    width: 95px;
    height: 95px;
    background-position: top;
    background-size: cover;
    border-radius: 100px;
}

.width400 {
    width: 400px;
    height: auto;
}

.report-check {
    padding: 10px 30px;
    margin-left: 0px;
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(37, 39, 44, 0.1), 0 2px 3px 0 rgba(37, 39, 44, 0.1) inset;
    margin-bottom: 10px;
}

/* Delete Conversition */
.dc-dp {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 10px;
    background-size: cover;
    background-position: top;
}

/* SendGift  */
.send-gift-dp {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    background-size: cover;
    background-position: top;
}

.modalHeaderbg {
    background-color: #4158D0 !important;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%) !important;
}

.modalHeaderbg h1 {
    color: var(--mf-white);
}

.gradient5 {
    background-color: #21D4FD !important;
    background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%) !important;
}

.sendGiftBox {
    border: 3px solid #ededed;
    cursor: pointer;
}

.sendGiftBox:hover {
    border-color: #B721FF;
    transition: 0.3s;
}

.gradient18 {
    background-color: #4158D0 !important;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%) !important;
}

.innerSmall-wrap {
    text-align: center;
}

.ovl-promo-label.vivify.popIn.delay-500.gradient18 {
    position: absolute;
    top: 110px;
    right: 50px;
}

#send-gift-btn {
    text-align: center;
    border-radius: 50px;
    border: 0;
    padding: 10px 40px;
}

/* Modal Open Effect  */

.swoopInBottom {
    -webkit-animation-name: swoopInBottom !important;
    animation-name: swoopInBottom !important;
    -webkit-animation-duration: .5s !important;
    animation-duration: .5s !important;
}

@keyframes swoopInBottom {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: scaleY(1.5) translate3d(0, 250px, 0);
        transform: scaleY(1.5) translate3d(0, 250px, 0)
    }

    40% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scaleY(1.2) translate3d(0, 0, 0);
        transform: scaleY(1.2) translate3d(0, 0, 0)
    }

    65% {
        -webkit-transform: scaleY(1) translate3d(0, -20px, 0);
        transform: scaleY(1) translate3d(0, -20px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scaleY(1) translate3d(0, 0, 0);
        transform: scaleY(1) translate3d(0, 0, 0)
    }
}

.swoopOutBottom {
    -webkit-animation-name: swoopOutBottom;
    animation-name: swoopOutBottom;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@keyframes swoopOutBottom {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scaleY(1) translate3d(0, 0, 0);
        transform: scaleY(1) translate3d(0, 0, 0)
    }

    40% {
        opacity: 1;
        -webkit-transform: scaleY(1) translate3d(0, -20px, 0);
        transform: scaleY(1) translate3d(0, -20px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scaleY(1.2) translate3d(0, 0, 0);
        transform: scaleY(1.2) translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: scaleY(1.5) translate3d(0, 200px, 0);
        transform: scaleY(1.5) translate3d(0, 200px, 0)
    }
}