html:not([dir="rtl"]) .me-auto {
    margin-left: auto;
    margin-right: 20px !important;
}
html,
body {
    font-family: "Figtree", sans-serif;
}
.content-wrapper {
    justify-content: flex-start;
}
.hero-banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.hero-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(25, 25, 25);
    background: radial-gradient(
        circle,
        rgba(25, 25, 25, 0) 0%,
        rgba(25, 25, 25, 0.75) 100%
    );
}
.hero-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    background: rgb(25, 25, 25);
    background: linear-gradient(
        0deg,
        rgba(25, 25, 25, 1) 0%,
        rgba(25, 25, 25, 0) 100%
    );
}
.hero-banner .hero-image {
    width: 100%;
    height: 100%;
}
.hero-banner .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 90%;
}
.hero-content h1 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fafafa;
}
.landing-form {
    padding: 0 25px;
}
.landing-form .form-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 15px;
}
.light-style .landing-form .form-flex .bootstrap-select {
    background-color: transparent;
}
.light-style .landing-form .form-flex .dropdown-toggle {
    background-color: #fafafa;
}
.landing-form .form-flex label {
    font-size: 16px;
    font-weight: 500;
    color: #fafafa;
}
.form-flex .interest-gender {
    width: 15%;
}
.form-flex .interest-age {
    width: 20%;
}
.form-flex .interest-caste {
    width: 20%;
}
.form-flex .interest-living {
    width: 20%;
}
.form-flex .interest-age .age-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-flex .interest-age .age-box p {
    margin: 0 15px;
    color: #fafafa;
}
.form-flex .dropdown-menu .show-inputs .dropdown-menu {
    max-height: 375px !important;
}
.features-icon-wrapper h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #99172f;
}
.swiper-reviews-carousel .swiper-wrapper {
    padding-top: 75px;
}
.landing-pricing {
    background-color: #fefefe !important;
}
.footer-logo {
    width: 250px;
}
#hero {
    position: relative;
}
.navbar-toggler {
    color: #191516;
}
#signup {
    background-color: #f5f5f5;
    min-height: 100vh;
    padding-top: 150px;
}
.custom-option-basic .custom-option-content {
    padding: 0.75em;
    padding-left: 2.77em;
}
.month,
.day {
    width: 30%;
}
.year {
    width: 40%;
}
#signup,
#create-profile,
#register-success {
    position: relative;
}
#signup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/files/banner.jpg");
    z-index: 0;
    filter: blur(5px);
    opacity: 0.35;
}
.phone-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.filter-option-inner-inner small {
    display: none;
}
#create-profile {
    min-height: 100vh;
    background-color: #131313;
    padding-top: 150px;
}
#register-success {
    min-height: 100vh;
    background-color: #131313;
    padding-top: 150px;
}
#add-hobbies {
    height: 100vh;
    background-color: #131313;
    padding-top: 150px;
    overflow-y: scroll;
}
#register-success:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/files/banner5.jpg");
    z-index: 0;
    filter: blur(5px);
    opacity: 0.35;
}
#add-hobbies:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/files/banner6.jpg");
    z-index: 0;
    filter: blur(5px);
    opacity: 0.75;
}
#create-profile label:not(.form-check-label) {
    opacity: 0.75;
    font-weight: 500;
    margin-bottom: 5px;
}
#create-profile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/files/banner4.jpg");
    z-index: 0;
    filter: blur(5px);
    opacity: 0.5;
}
.profile-form .card .card-body {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.form-wrap {
    margin-bottom: 20px;
}
#profile-step-2 {
    display: none;
}
.step-reel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.step-reel:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 90%;
    height: 3px;
    background-color: #99172f;
}
.step-reel span {
    width: 24px;
    height: 24px;
    background-color: #99172f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative;
}
.step-reel span i {
    font-size: 14px;
    color: #fff;
    margin-left: -2px;
    margin-bottom: -2px;
    opacity: 0;
}
.step-reel span.active {
    background-color: #fff;
    border-color: #99172f;
    width: 28px;
    height: 28px;
}
.step-reel span.success i {
    opacity: 1;
}
.step-reel span.success {
    background-color: #64a164;
}

#relatedDiv {
    display: none;
}
.custom-switch .switch-toggle-slider {
    width: 200px;
}
.success-message img {
    height: 130px;
    margin: 25px auto;
    display: block;
}
.custom-radio-check {
    padding-left: 0;
}
.custom-radio-check label {
    padding: 5px 15px;
    border: 1px solid #eaeaea;
    border-radius: 40px;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
}
.custom-radio-check label:hover {
    border-color: #99172f;
}
.custom-radio-check input:checked ~ label {
    background-color: #99172f;
    color: #fff;
    border-color: #99172f;
}
.custom-radio-check input:checked ~ label img {
    filter: brightness(0) invert(1);
}
.new-cardbody {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.card-body ul li h5 {
    font-size: 15px;
}
.select-button {
    position: sticky;
    bottom: 0;
    padding: 10px 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#selected-count {
    font-weight: 600;
    /* padding:5px 15px; */
}
#selected-count i {
    display: none;
}
.complete {
    color: rgb(40, 199, 111);
}
#selected-count.complete i {
    display: inline-block;
}

.preference-parameter {
    padding: 15px 15px;
    border-bottom: 1px solid #eaeaea;
}
.icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #99172f;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}
.preference-values {
    /* position: absolute;
top:0;
left:0;
width: 100%; */
    padding: 25px 15px;
    background-color: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    z-index: 3;
    display: none;
}
.close-pv {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 600;
    display: none;
}
.display-preference {
    padding: 10px 15px;
}
.display-preference:hover {
    cursor: pointer;
}
.layout-navbar .navbar-nav-right {
    flex-basis: 20%;
}
.main-menu {
    flex-basis: 100%;
}
.menu-inner {
    justify-content: center;
}
.bg-menu-theme {
    box-shadow: none;
}
.layout-overlay {
    z-index: 999;
}
.account-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    margin-top: 20px;
}
.account-type .head p {
    opacity: 0.6;
    margin-bottom: 0;
    line-height: 1;
}
.account-type .head .lead {
    opacity: 1;
    margin-bottom: 0;
}
.red-color {
    color: #99172f;
}
.bg-gradient-primary {
    background-image: linear-gradient(
        to right top,
        #99172f,
        #9f1831,
        #a41933,
        #aa1b35,
        #b01c37
    ) !important;
}
.float-icon i {
    font-size: 48px;
    opacity: 0.2;
}
.opacity-4 {
    opacity: 0.3;
    filter: blur(1px);
}
.premium-badge {
    position: relative;
}
.premium-badge .badge {
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
    width: 32px;
    height: 32px;
    font-weight: 700;
    border-radius: 50%;
    font-size: 24px;
}
.bg-label-a {
    background-color: #99172f;
}
.bg-label-b {
    background-color: #006ba6;
}
.bg-label-c {
    background-color: #f1d302;
}
.like-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 5px 20px;
    z-index: 5;
}
#sidebar-profiles .like-action {
    padding: 0;
}
.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.mini-user-card {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    margin-bottom: 10px;
}
.hiddenclass {
    display: none;
}
#dashboard-profile-toggler {
    display: none !important;
}
.drag-target {
    display: none !important;
}
#close-dashboard-profile {
    display: none;
}
.top-main-part {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.prev-next {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.prev-next span {
    margin: 0 10px;
    width: 1px;
    background-color: #eaeaea;
    height: 30px;
}
.prev-next .next,
.prev-next .prev {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 24px;
    background-color: #99172f;
    color: #fff;
    border-radius: 8px;
}
.prev-next a h5,
.prev-prev a h5 {
    color: #fff;
}
.prev-next .next i,
.prev-next .prev i {
    margin-top: 8px;
}
.invert {
    filter: brightness(0);
}
.swiper-reviews-carousel .card,
.swiper-reviews-carousel .card .team-image-box {
    border-radius: 8px;
}
.no-circular {
    border-radius: 0;
}
.details-list {
    column-count: 2;
}
.match-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.match-flex .profile-action .match-details {
    padding-right: 25px;
}
.profile-action P {
    font-size: 14px;
}
.profile-action {
    border-left: 1px solid #eaeaea;
    width: 30%;
}
.top-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 25px;
}
.top-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-links ul:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-links ul:first-of-type li a {
    display: inline-block;
    padding: 10px 25px;
    color: #131313;
}
.top-links ul:first-of-type li .active {
    border-bottom: 2px solid #99172f;
    color: #99172f;
}
.timeline-indicator-advanced .ti {
    font-size: 24px;
}
.list-style-none {
    list-style: none;
    padding-left: 0;
}
.unlock-toview {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.user-match-wrap {
    position: relative;
}
.user-match-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 1px;
    background-color: #131313;
    z-index: 2;
    opacity: 0.15;
}
.user-profile-pic {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}
.profile1,
.profile2 {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}
.user-profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.match-preference {
    padding: 20px 25px;
}
.match-preference .match-single {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #cfcfcf;
}
.match-preference .match-single .match-type p {
    margin-bottom: 0;
}
.match-preference .match-single .match-type p span {
    display: block;
}
.match-preference .match-single .match-type p span:last-of-type {
    font-weight: 700;
}
.match-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    font-size: 13px;
    background-color: #fff;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    padding: 4px;
}
.match-cards .match-flex .match-image {
    width: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.match-cards .match-flex {
    align-items: flex-start;
}
.match-cards .match-flex .match-image .badge {
    position: absolute;
    top: 0;
    right: 5px;
    transform: scale(0.75);
    transform-origin: right top;
    margin-top: 10px;
    font-size: 14px;
}
.match-cards .match-flex .match-details {
    padding-left: 25px;
    width: calc(100% - 350px);
}
.match-cards .match-flex .profile-action {
    width: 200px;
}
.match-cards .match-flex .profile-action button {
    margin: 15px 0;
}
.match-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.d-flex-buttons a {
    font-size: 24px;
    color: #131313;
    opacity: 0.4;
}
.d-flex-buttons .active {
    color: #99172f;
    opacity: 1;
}

#close-filter {
    display: none;
}
#other-degree {
    display: none;
}
.filter-box {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}
.filter-box .filter-head {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: space-between;
}
.filter-box .filter-head {
    margin-bottom: 10px;
}
.filter-box .filter-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #fefcfe;
    /* display: none; */
}
#loader .loader-image {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}
#loader img {
    height: 400px;
    /* animation: myAnim 2s ease 0s infinite normal forwards; */
}
.is-loading {
    overflow: hidden;
}
.layout-navbar
    .navbar-dropdown.dropdown-shortcuts
    .dropdown-shortcuts-item
    .dropdown-shortcuts-icon {
    background-color: #99172f;
    color: #fff;
}
.nav-item .dropdown-menu .dropdown-item i {
    color: #99172f;
}
.menu-item i {
    color: #99172f;
}
.filter-button {
    display: none;
}

.light-style
    .bs-stepper
    .bs-stepper-header
    .step:not(.active).complete
    .bs-stepper-circle {
    background-color: #64a164;
    color: #fff;
}
.btn-label-secondary {
    background-color: #3c3c3c !important;
}
.btn-label-secondary:hover {
    background-color: #272525 !important;
}
.add-item {
    color: #fff;
}
.landing-footer .footer-logo {
    filter: brightness(0) invert(1);
}
.qrcode-etails, .commonwealth, .paypal {
    display: none;
}

#filter-icon {
    display: none !important;
}

/* Reposinsive */

@media only screen and (max-width: 1024px) {
    #filter-icon {
        display: block !important;
    }
    #filter-icon .ti {
        line-height: 1.7;
    }
}

@media only screen and (min-width: 992px) {
    #layout-menu {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
    .navbar-brand,
    .navbar-nav-right {
        position: relative;
        z-index: 2;
    }
    .menu-horizontal .menu-inner > .menu-item > .menu-toggle::after {
        opacity: 0;
    }
    .open .menu-sub {
        display: none !important;
    }
    #second-nav {
        box-shadow:
            rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
            rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        position: sticky;
        top: 60px;
        z-index: 6;
        background-color: #99172f;
    }
    #second-nav .nav-link {
        padding: 15px 0;
        margin: 0 15px;
        color: #fff;
    }
    #second-nav .nav-link.active {
        background-color: #fff;
        color: #99172f;
        box-shadow: none;
        font-weight: 800;
        border-top: 2px solid #99172f;
        border-radius: 0;
    }
    .triangle {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 16px solid #99172f;
        position: absolute;
        top: -15px;
        left: 37%;
        z-index: 99999;
    }
}
@media only screen and (max-width: 1024px) {
    .account-type p {
        font-size: 13px;
    }
    #profile-slide .card-body {
        padding: 10px;
    }
    .float-icon i {
        font-size: 20px;
    }
    .timeline .timeline-item {
        position: relative;
        padding-left: 2rem;
    }
    .layout-menu-toggle.navbar-nav {
        display: flex !important;
        align-items: center;
        flex-direction: row;
    }
    .app-brand-logo.demo {
        width: 140px;
    }
    #filter-card {
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 9999;
        width: 100%;
        background-color: #fff;
        overflow-y: scroll;
        height: 100vh;
        transform: translateX(-100%);
        transition: all ease-in-out 0.35s;
    }

    #filter-card.show-filter {
        transform: translateX(0%);
        transition: all ease-in-out 0.35s;
    }

    #filter-card #close-filter {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .d-flex-buttons {
        display: none;
    }
    .filter-button {
        display: block;
    }
    .match-head {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 600px) {
    .card-body {
        padding: 15px;
    }
    .hero-banner {
        height: auto;
    }
    .hero-content {
        position: relative;
        width: 100%;
        transform: none;
        margin-top: -75px;
        left: auto;
        bottom: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-banner .hero-image {
        height: auto;
    }
    .hero-content h1 {
        /* color: #131313; */
        font-size: 24px;
    }
    .landing-form {
        padding: 0;
    }
    .landing-form .form-flex {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
        padding-top: 40px;
    }
    .landing-form .form-flex label,
    .form-flex .interest-age .age-box p {
        color: #191516;
    }
    .form-flex .interest-gender,
    .form-flex .interest-age,
    .form-flex .interest-caste,
    .form-flex .interest-living,
    .form-button {
        width: 100%;
    }
    .landing-hero {
        border-radius: 0 0 3.5rem 3.5rem;
        padding: 3.25rem 0 20px 0;
    }
    .form-button button {
        width: 100%;
        margin-top: 10px;
    }
    .menu-inner {
        justify-content: flex-start;
        padding-top: 25px;
    }
    .opacity-4 {
        display: none;
    }
    .like-action {
        padding-right: 0;
        right: -15px;
    }
    .like-action .btn-icon.btn-lg {
        width: calc(2.25rem + 2px);
        height: calc(2.25rem + 2px);
    }
    .col-middle-content .avatar-xl {
        width: 2.75rem;
        height: 2.75rem;
    }
    #dashboard-profile {
        position: fixed;
        background-color: #fff;
        z-index: 9;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        top: 65px;
        left: 0;
        transition: all 0.25s ease;
        opacity: 0;
        transform: translateX(-100%);
    }
    #dashboard-profile.show {
        transform: translateX(0);
        opacity: 1;
    }
    #dashboard-profile-toggler {
        display: inline-block !important;
        float: right;
    }
    #close-dashboard-profile {
        position: absolute;
        top: 5px;
        right: 15px;
        z-index: 3;
        display: inline-block;
    }
    .card-body.text-nowrap {
        white-space: normal !important;
    }
    .card-body.text-nowrap p {
        padding-right: 60px;
    }
    .card-body.text-nowrap p br {
        display: none;
    }
    .imaged {
        position: absolute;
        right: 0;
    }
    .top-main-part {
        flex-wrap: wrap;
    }
    .prev-next {
        width: 100%;
        justify-content: space-between;
        margin-top: 15px;
    }
    
    .match-flex {
        flex-wrap: wrap;
    }
    .match-flex .match-details {
        padding-right: 0;
        width: 100%;
    }
    .profile-action {
        width: 100%;
        border: none;
        padding-left: 30px;
    }
    .details-list {
        columns: 1;
    }
    .top-links ul:first-of-type li a {
        padding: 10px 10px;
        font-size: 13px;
    }
    .unlock-toview {
        position: static;
    }
    .match-preference {
        padding: 20px 0;
    }
    .match-head h4 {
        font-size: 16px;
        width: 65%;
    }
    .match-cards .match-flex {
        flex-direction: column;
    }
    .match-cards .match-flex .match-image {
        width: 100%;
    }
    .match-cards .match-flex .match-details {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
    .match-cards .match-flex .profile-action {
        width: 100%;
        text-align: center;
    }
    #search-card .card-body {
        padding-left: 0;
        padding-right: 0;
    }
}

@keyframes myAnim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 100%;
    }

    10% {
        transform: rotate(2deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-4deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(4deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(2deg);
    }
}

/* NEW CSS */

.nav ~ .tab-content.no-bg {
    background-color: transparent;
    padding: 0;
}

.new-nav-bg {
    background-color: #fff;
    flex-wrap: wrap;
    border-radius: 0.375rem;
}

.new-nav-bg .nav-link.active {
    border-radius: 0.375rem !important;
}
.new-nav-bg .nav-item {
    width: 25%;
}

.tab-content a.btn {
    padding: 9px 13px;
    transform: scale(1);
}

.new-nav-bg .nav-item .nav-link {
    border-radius: 0;
    padding: 15px 0px;
}

.match-history .match-cards .match-flex .match-details {
    padding-right: 20px;
    width: calc(100% - 375px);
}

.match-history .match-cards .match-flex .profile-action {
    width: 225px;
}

.received-btn .btn {
    margin-bottom: 10px;
}

.more-match-wrapper .match-cards,
.more-match-wrapper .match-flex {
    display: block;
}

.more-match-wrapper .match-cards .match-flex .match-image {
    width: 100%;
}

.more-match-wrapper .match-cards .match-flex .profile-action {
    width: 100%;
    border-left: none;
    padding: 0;
}

.more-match-wrapper .match-cards .match-flex .match-details {
    width: 100%;
    padding: 0;
    padding-top: 12px;
}

.more-match-wrapper .more-user-info {
    margin-bottom: 10px;
}

.more-match-wrapper .user-job {
    display: block;
    line-height: 1;
}

.more-match-wrapper .match-cards .match-details a {
    font-size: 18px;
}

.profile-heading .profile-basic-info .user-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
}

.basic-info-table {
    width: 100%;
    table-layout: fixed;
}

.basic-info-table .w-new {
    width: 130px;
    vertical-align: top;
}
.manage-basic-info {
    position: relative;
}
.manage-basic-info::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 95%;
    left: -35px;
    top: 5px;
    background-color: #99172f;
}

.manage-basic-info .manage-title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}

.manage-info-lists {
    list-style-type: none;
    columns: 2;
    padding-left: 0;
}

.manage-info-lists li a {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
}
.info-edit-wrapper {
    margin-bottom: 35px;
}
.info-edit-wrapper .info-edit-title {
    font-size: 20px;
    font-weight: 600;
    color: #99172f;
}

.info-edit-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 8px;
    border-bottom: 2.5px solid #eaeaea;
    margin-bottom: 15px;
}
.table-left-border {
    position: relative;
}

.basic-info-table tr td {
    padding-bottom: 6px;
}

.basic-info-table tr td:last-child {
    padding-right: 25px;
}

.display-preference p {
    line-break: anywhere;
}

.table-left-border::before {
    content: "";
    position: absolute;
    width: 1.5px;
    height: 100%;
    top: 0;
    left: -26px;
    background-color: #eaeaea;
    opacity: 0.6;
}
.user-name-profile {
    font-size: 22px;
    font-weight: 600;
    color: #99172f;
    margin-bottom: 10px;
}
.mobile-none {
    display: block;
}
.custom-col {
    width: 20%;
}
.landing-pricing .custom-col .card-body {
    padding-left: 15px;
    padding-right: 10px;
}
.custom-col ul li h5 {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}
.custom-col ul li h5 span i {
    color: #64a164;
}
.accordion-body {
    border-top: 1px solid #eaeaea;
    padding: 25px;
}
.accordion-header + .accordion-collapse .accordion-body {
    padding-top: 25px;
}
#setting-main .accordion-item:first-of-type .accordion-button {
    font-size: 24px;
}
.app-chat .sidebar-body .chat-contact-list li.active {
    background: #99172f;
}
.app-chat .sidebar-body .chat-contact-list li.active:hover {
    background: #99172f;
}
.app-chat .sidebar-body .chat-contact-list li:hover {
    background-color: #f5f5f5;
}

.pricing-content {
    font-size: 28px;
    font-weight: 900;
    color: #99172f;
    margin-bottom: 0;
    margin-bottom: 16px;
}
.pricing-content span {
    font-size: 15px;
    display: block;
    opacity: 0.6;
    color: #131313;
}
.pricing-cost .discount {
    font-size: 14px;
    display: block;
    color: #64a164;
}
.pricing-cost .price {
    font-weight: 800;
    color: #99172f;
}
.pricing-cost small {
    display: block;
}
.landing-pricing .custom-col .card-body {
    padding-top: 0;
}
.pricing-page {
    margin-top: 70px;
}

.verify-text .text-icon i {
    color: #fff;
    opacity: 1;
}

.verify-text {
    color: #131313;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.verify-text .text-icon {
    display: inline-block;
    padding: 4px 6px;
    background-color: #99172f;
    margin-right: 7px;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
}

.no-style {
    border: none;
    background-color: transparent;
    margin-top: 6px;
    color: #99172f;
    font-weight: 600;
    cursor: pointer;
    /* color: #5CB65F; */
}

@media only screen and (max-width: 992px) {
    .table-left-border::before {
        display: none;
    }

    .partner-preference #dashboard-profile .card-body {
        padding: 15px;
    }
}
@media only screen and (max-width: 1300px) {
    .hero-banner {
        height: auto;
    }
}
@media only screen and (max-width: 600px) {
    .partner-preference #dashboard-profile {
        position: relative;
        height: auto;
        overflow-y: initial;
        top: 0;
        transform: translateX(0);
        opacity: 1;
    }
    .basic-info-table .w-new {
        width: 150px;
    }
    .mobile-none {
        display: none;
    }

    .info-edit-heading {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .info-edit-heading .info-edit-btn a {
        text-decoration: underline;
        font-weight: 600;
    }
    .new-nav-bg {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .new-nav-bg .nav-item {
        width: 50%;
    }
    .match-history .match-cards .match-flex .match-details {
        width: 100%;
        padding-right: 0;
    }
    .match-history .match-cards .match-flex .profile-action {
        width: 100%;
    }
}
.payment-opt label.checked {
    padding: 8px 10px;
}
.payment-opt input[type="radio"]:checked + label.checked {
    padding: 8px 10px;
    border: 1px solid #99172f;
    border-radius: 4px;
    position: relative;
}
.payment-opt input[type="radio"]:checked + label.checked::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    right: 4px;
    background-image: url("../img/files/circle-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.rec-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd700;
    width: 85%;
    padding: 5px 15px;
    text-align: center;
    font-weight: 500;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #99172f;
}
.rec-card a.btn {
    background-color: #ffd700;
    color: #131313;
}

.nav-tabs .nav-link {
    font-size: 20px;
}
.nav-tabs .nav-link.active {
    font-weight: 700;
    color: #fff;
    background-color: #99172f;
}
.rec-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd700;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#filter-icon {
    display: none !important;
}

/* Reposinsive */

@media only screen and (max-width: 1024px) {
    #filter-icon {
        display: block !important;
    }
    #filter-icon .ti {
        line-height: 1.7;
    }
}

@media only screen and (max-width: 600px) {
    .content-wrapper h4.text-start {
        font-size: 15px;
        margin-bottom: 5px !important;
        margin-top: 5px;
    }
    .prev-next {
        margin-top: 5px;
    }
    .prev-next .next,
    .prev-next .prev {
        padding: 6px 12px;
        margin-top: 2px;
    }
    .prev-next .next h5,
    .prev-next .prev h5 {
        font-size: 13px;
        margin-bottom: 0;
    }
    .prev-next .next i,
    .prev-next .prev i {
        margin: 0;
        margin-bottom: 0 !important;
    }
    .details-list {
        margin-bottom: 5px;
    }
    .details-list li p {
        font-size: 13px;
        margin-bottom: 2px;
    }
    .profile-action {
        padding-left: 0;
    }
    .profile-action a {
        display: block;
        text-align: center;
        font-size: 20px;
    }
    #filter-card {
        height: 100svh;
    }
}
