/*! Place your custom styles here */
.row>* {
    position: relative;
}
.accordion-button span.h3 {
    font-size: 1.5em !important;
}
.accordion-button:focus {
    border-color: inherit;
    box-shadow: inherit;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}
.accordion-button {
    padding: 0.6em 1em;
}
.dropdown>.dropdown__trigger:after {
    font-size: 15px;
    color: #fff;
}
.accordian-font{
    font-size: 1.2em;
    line-height: 1.6em;
}
.chat-main li.active {
    background-color: #fff2f4 !important;
    border-left: 4px solid #950045 !important;
}
.bg--facebook:hover {
    background: #3b5998;
    color: #fff;
}
.btn {
    padding: 0.5rem 1.6rem;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 3px;
}
button[type="submit"].btn {
    width: auto;
}
.btn-primary {
    background-color: #950045;
    border-color: #950045;
}

.btn-primary:hover{
    background-color: #a81837;
    border-color: #a81837;
}
.btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active {
    background-color: #a81837 !important;
    border-color: #a81837 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 129, 129, .5);
}
.credit-badge {
    padding: 0.5rem 0.9rem !important;
}

.badge-success {
    background: #36893b !important;
    color: white !important;
}
.badge-warning {
    background: #ffc107 !important;
    color: black !important;
}

.w-35 {
    width: 35% !important;
}

div.slim {
    border-radius: 12px;
}

a.disabled {
    color: #aaaaaa;
    cursor: pointer;
}

a.disabled>.icon-circle:hover {
    cursor: default;
    border: none;
    color: #aaaaaa;
}

.primary-border-bottom {
    border-bottom: 2px solid #ff4f4f;
}

a.fprIlH {
    display: none;
}

.o-1 {
    opacity: 1 !important;
}

/* ul.menu-horizontal li.active {
    border-bottom: 2px solid white !important;
} */

/*
.menu-horizontal > li:hover{
	border-bottom: 2px solid white !important;
}

.menu-horizontal > li > a:hover{
	color: white !important;
}*/

ul.text-tabs li {
    padding: 0.4em 2.25em !important;
}

.pricing .h1 {
    font-size: 3em !important;
    font-weight: normal;
}

.pricing .h1 .pricing__dollar {
    bottom: 14px !important;
}

.process-2:before {
    background-color: #4a90e2 !important;
}

.process__item:after {
    border-color: #4a90e2 !important;
}

.modal-content {
    background-color: transparent !important;
}

input,
select {
    /* height: auto !important; */
    font-size: 1.1rem !important;
}

.input-radio .input__label {
    font-size: 1.1rem;
}
input[type], textarea, select {
    border: 1px solid #666; 
}

.form-control {
   border: 1px solid #666; 
}

.input-radio--innerlabel label {
    border: 1px solid #666;
}

select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

select option {
    font-size: 1.1rem !important;
}

.sibling-text {
    width: 36px !important;
    padding: 0.46428571em !important;
    text-align: center !important;
}

.singling-container {
    /* width: 80px !important; */
    margin: 0 5px;
    display: inline-block !important;
    text-align: center !important;
}

.line-height-1 {
    margin-top: 5px;
    line-height: 1.3 !important;
}

.dropzone input[type="file"] {
    display: none;
}

span.file-icon {
    font-size: 50px;
    color: #ccc;
}

span.file-icon:before {
    content: "\e800";
}

label.age_preference span,
label.height_preference span {
    color: #f6931f;
    font-weight: bold;
}

.alert {
    border-color: transparent !important;
}

.input-checkbox+span {
    margin-left: 0.5em !important;
}

form label {
    font-size: 1.1rem !important;
    color: #333333 !important;
    padding-top: 0.35rem;
}

a.photo_guidelines {
    font-size: 0.85em !important;
    font-weight: normal !important;
    float: right;
}

/* .feature-2 i{
    width: 18% !important;
} */

/* .feature-2 i.icon--sm{
    font-size: 2em !important;
} */

.feature-6 p {
    min-height: auto !important;
}

.accordion li .accordion__content,
.accordion li.active .accordion__content {
    max-height: auto !important;
}

.bg--transparent-secondary {
    background-color: rgba(250, 250, 250, 0.5);
    border: 1px solid rgba(50, 50, 50, 0.1);
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));

    background: -webkit-radial-gradient(rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.8));
}

.loading:after {
    content: "";
    display: block;
    font-size: 10px;
    width: 30px;
    height: 30px;
    margin-top: -0.5em;
    animation: pulsate 0.7s ease-out infinite;
    border: 3px solid #a66d97;
    border-radius: 30px;
}

.masonry__item img {
    margin-bottom: 0;
    border-radius: 6px;
}

.select2-container--default .select2-results__group {
    background-color: #f0f0f0;
}

input[type="submit"] {
    width: auto !important;
    padding: 2px 20px !important;
    font-size: 13px !important;
    background-color: #950045;
}

span.select2-selection__choice__display {
    color: #495057 !important;
}

.text-content p,
.text-content ul li {
    font-size: 1em !important;
    line-height: 1.6 !important;
    color: #333333 !important;
}

.delete-profile-container a i {
    color: #333333;
}

.delete-profile-container a:hover {
    text-decoration: none;
}

.delete-profile-container a p {
    color: #999999;
    font-weight: normal;
}

.delete-profile-container a:hover .boxed {
    border: 1px solid #d9d9d9;
}

input[type="submit"].btn-light {
    background-color: #f1f1f2 !important;
    border-color: #f1f1f2 !important;
    color: #666666 !important;
}

a.anchor_btn {
    font-size: 13px !important;
    padding: 4px 20px !important;
    border-radius: 3px !important;
}

a.anchor_btn:hover {
    color: #ffffff !important;
}

.img-thumbnail {
    padding: 0.15rem;
}

.icon-lg {
    font-size: 3em !important;
}

.icon-sm {
    font-size: 1.1em !important;
}

.icon-md {
    font-size: 1.4em !important;
}

.icon-md1 {
    font-size: 1.91em !important;
}

.icon-md2 {
    font-size: 2em !important;
}

.icon-md3 {
    font-size: 3.5em !important;
}

a.i-link {
    display: table;
}

a.i-link span.mdi {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 1.4em;
}

span.i-link {
    display: table;
}

span.i-link span.mdi {
    vertical-align: middle;
    padding-right: 10px;
    font-size: 1.4em;
}

.card {
    border: 1px solid #ececec;
    /* border-radius: 1rem !important; */
}

a:hover .card {
    border: 1px solid #d9d9d9;
}

.circle-icon {
    background: #eaeaea;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 5px;
}

.green-bg {
    background-color: #26c100;
    color: rgba(250, 250, 250, 0.5) !important;
}

.blue-bg {
    background-color: #12a3f0;
    color: rgba(250, 250, 250, 0.5) !important;
}

.orange-bg {
    background-color: #fd6e53;
    color: rgba(250, 250, 250, 0.5) !important;
}

.yellow-bg {
    background-color: #ffc107;
    color: rgba(250, 250, 250, 0.5) !important;
}

.purple-bg {
    background-color: #b05985;
    color: rgba(250, 250, 250, 0.5) !important;
}

.brown-bg {
    /* color: #BF6D4E; */
    background-color: #bf877a;
    color: rgba(250, 250, 250, 0.5) !important;
}

.green-text {
    color: #4ebf56;
}

.blue-text {
    color: #12a3f0;
}

.orange-text {
    color: #fd6e53;
}

.yellow-text {
    color: #ffc107 !important;
}

.purple-text {
    color: #b05985;
}

.brown-text {
    color: #bf877a;
}

.slider .flickity-prev-next-button {
    visibility: hidden !important;
}

.slider:hover .flickity-prev-next-button {
    visibility: visible !important;
}

.type-fade {
    opacity: 0.6 !important;
}

.accordion__title span.mdi {
    width: 40px;
}

.accordion .accordion__title span {
    vertical-align: bottom;
}

.sub-title,
.breadcrumbs li {
    font-size: 1.1em !important;
}

.boxed-overflow {
    overflow: visible !important;
}

.hidden-menu ul {
    line-height: 1.85714286em;
}

.hidden-menu a {
    text-decoration: none;
    font-size: 1.2em;
    /* text-transform: uppercase; */
}

ul.link-underline {
    /* border-bottom: 1px solid #CCC !important; */
}

ul.link-underline li {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 8px !important;
    padding-top: 12px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

ul.link-underline li.active {
    border-bottom: 2px solid #000 !important;
}

ul.link-underline li a {
    font-size: 1.1rem;
}

.menu-horizontal>li {
    position: relative;
}

ul.menu-horizontal:not(.link-underline) li.active {
    position: relative;
}

/* ul.menu-horizontal:not(.link-underline) li.active a::after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -7px;
    border-bottom: 7px solid #ffc107;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
} */

.border-light-gray {
    border-color: #dddddd !important;
    border-width: 4px !important;
}

.app-container {
    /* background: url('../images/full-bg.jpg') no-repeat center center / cover; */
    background-image: url("../images/full-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*now this is known for the safari*/
}

.toggle_favorite {
    background-color: #ffffff;
    /* border: 1px solid #F3F3F3; */
    padding: 4px;
    border-radius: 100px;
    display: block;
    width: 36px;
    text-align: center;
}

.menu-dots {
    background-color: #ffffff;
    /* border: 1px solid #F3F3F3; */
    padding: 4px;
    border-radius: 100px;
    display: block;
    width: 36px;
    text-align: center;
}

.toggle_favorite:hover,
.menu-dots:hover {
    background-color: #f3f3f3;
}

.sub-heading>li>a:hover {
    color: #6e6b6b;
}

.type--fade--2 {
    opacity: 0.6;
}

element.style {
    font-size: 1em;
}

.input-checkbox-span {
    display: inline-block;
    position: relative;
    bottom: 8px;
    margin-right: 0.5em;
    font-size: 1em !important;
    white-space: nowrap;
}

.z-index-5 {
    z-index: 5;
}

.img-thumbnail {
    border: none !important;
    border-radius: 20px !important;
}

.chat-panel {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    top: 30%;
    max-height: inherit;
    width: 245px;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(223, 224, 227);
    border-left: 1px solid rgb(223, 224, 227);
    /* border-right: 1px solid rgb(223, 224, 227); */
    will-change: top;
    overflow: scroll;
}

ul.horizontal-slide {
    margin: 0;
    padding: 10px;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

ul.horizontal-slide li[class*="span"] {
    display: inline-block;
    float: none;
}

ul.horizontal-slide li[class*="span"]:first-child {
    margin-left: 0;
}

ul.horizontal-slide::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
ul.horizontal-slide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.img-bg {
    background-image: url("http://localhost/projects/perfectrishta/public/images/full-bg.jpg");
    background-size: cover;
}

.feature.feature-6 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.img-box {
    margin-bottom: 20px;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 82%, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.pattern-box1 {
    top: 4%;
    right: 11%;
    position: absolute;
    width: 280px;
}

.pattern-box2 {
    bottom: 9%;
    left: 4%;
    position: absolute;
    width: 280px;
}

.pattern-box3 {
    top: 3%;
    left: -4%;
    position: absolute;
    width: 280px;
}

.pattern-box4 {
    bottom: 9%;
    right: -4%;
    position: absolute;
    width: 280px;
}

.tabs {
    border: none;
    border-bottom: 1px solid #ECECEC;
    border-radius: 0;
}

.tab__title span {
    font-size: 1.3rem !important;
}

.tabs li.active {
    border-bottom: 3px solid #950045;
}
.tabs li:not(:last-child) {
    border-right: none;
}
.tabs li:not(.active) {
    opacity: 0.75 !important;
}
.pattern-box5 {
    top: 20%;
    right: -4%;
    position: absolute;
    width: 280px;
}

.feature.feature-6 {
    background-color: transparent !important;
}

.accordion__title span.h3 {
    font-size: 1.5em !important;
}

ul.custom-accordion li .accordion__content p {
    font-size: 1.2em;
    line-height: 1.6em;
}

.premium-label-large {
    position: absolute;
    top: 20px;
    left: 0px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #4ebf56;
    color: white;
    font-size: 1.2rem;
    padding: 4px 10px;
    line-height: 1;
}

ul.search-filter {
    height: 200px;
    overflow-y: auto;
}

/*
 *  STYLE 3
 */

.style-3::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); */
    background-color: #f5f5f5;
}

.style-3::-webkit-scrollbar {
    width: 2px;
    background-color: #fefefe;
}

.style-3::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background-color: #c4a4ff;
}

.lg-download {
    display: none !important;
}

.btn-warning {
    border-color: transparent !important;
}

span#countdown,
span#countdown span {
    color: #ffc107 !important;
}

.bg--transparent {
    background-color: transparent !important;
}

.border-none {
    border: none !important;
}

.menu-horizontal>li.heart-hover>a::before,
.menu-horizontal>li.active>a::before {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    content: "\f004";
    font-family: FontAwesome;
    position: absolute;
    top: -20px;
    left: 48%;
    font-size: 0.75rem;
    color: #ffc107;
    opacity: 0;
}

.menu-horizontal>li.heart-hover:hover>a::before,
.menu-horizontal>li.active>a::before {
    opacity: 1;
}

/* div#countdown span {
     font-size: 1.8em !important;
     padding-left: 10px;
 } */

@media (max-width: 576px) {
    /* .menu-horizontal > li.heart-hover > a::after,
  .menu-horizontal > li.active > a::after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 0.75rem;
    color: #ffc107;
    opacity: 1;
  } */

    .menu-horizontal>li.heart-hover>a::before,
    .menu-horizontal>li.active>a::before {
        top: 8px;
        right: 10px;
        left: auto;
    }

    .chitchat-container {
        height: calc(100vh - 55px);
    }

    section.unpad {
        overflow: unset;
        overflow-x: hidden;
    }

    .offset-sm-1 {
        margin-left: 8.333333% !important;
    }

    .offset-sm-2 {
        margin-left: 16.666667% !important;
    }

    .text-sm-center {
        text-align: center;
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .mb-xs-0 {
        margin-bottom: 0px !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    /* .boxed div[class*='col-']:not(.boxed) {
    padding-left: 15px;
    padding-right: 15px;
    } */

    .pl-xs-1 {
        padding-left: 7.5px !important;
    }

    .pr-xs-1 {
        padding-right: 7.5px !important;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pt-xs-1 {
        padding-top: 10px;
    }

    .pt-xs-2 {
        padding-top: 20px !important;
    }

    h5.card-title {
        font-size: 1.25em !important;
    }

    h6.card-sub-title {
        font-size: 1em !important;
    }

    .input-checkbox.input-checkbox--switch label:before {
        width: 16px;
        height: 16px;
    }

    .input-checkbox.input-checkbox--switch input:checked+label:before {
        left: 0px;
    }

    .bg--xs-primary {
        background-color: #950045;
    }

    .bg--xs-dark {
        background-color: #252525;
    }

    .menu-horizontal>li,
    ul.menu-horizontal li.active {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgb(255, 255, 255, 0.3) !important;
    }

    .menu-horizontal>li:last-child,
    .logged-in.menu-horizontal>li:nth-last-child(2) {
        border-bottom: none !important;
    }

    .menu-horizontal>li>a {
        color: white !important;
        opacity: 0.8;
    }

    .text-sm-center {
        text-align: center !important;
    }

    ul.menu-horizontal:not(.link-underline) li.active a {
        color: #8265b8;
        padding-left: 12px;
        font-size: 1em;
        opacity: 1;
    }

    /* ul.menu-horizontal:not(.link-underline) li.active a::after {
    content: none;
  } */

    .bar-1 .menu-horizontal>li>.dropdown__trigger {
        color: white !important;
    }

    .dropdown .dropdown__content:not([class="bg--dark"]) .menu-vertical a {
        line-height: 2.166666666666667em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #252525;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .p-sm-0 {
        padding: 0px;
    }

    .profile-details span.h5 {
        font-size: 1.25em !important;
    }

    .profile-details span.type--fine-print {
        font-size: 1em !important;
    }

    .bottom-shadow {
        /* -webkit-box-shadow: inset 0px -100px 20px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    inset 0px -100px 20px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         inset 0px -100px 20px 0px rgba(50, 50, 50, 0.75); */
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.6),
                rgba(0, 0, 0, 0.6),
                rgba(0, 0, 0, 0));
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        /* width: 100%; */
        height: 50%;
        position: absolute;
        bottom: 0;
        margin: 0.15rem;
        left: 0rem;
        right: 0rem;
        text-align: center;
    }

    .detail-container {
        bottom: 16px;
        left: 16px;
        z-index: 2;
        color: white !important;
        position: absolute;
    }

    /* .detail-container h4,
    .profile-title {
        color: white;
    } */

    hr{
        opacity: 1;
    }

    hr.col-12 {
        /* border-color: rgb(255, 255, 255, 0.4); */
    }

    .light {
        border: 1px solid rgb(255, 255, 255, 0.4);
    }

    .text-center-xs {
        text-align: center !important;
    }

    html {
        overflow-x: hidden;
    }

    .list-inline:not(.social-list):not(.list-inline--images) li {
        display: inline-block;
        padding: 0 10px;
    }

    /* .containerMeasure{
        display: none;
    } */

    button.select2-selection__choice__remove {
        margin-top: 0px !important;
    }

    .mobile-favorite-link {
        position: absolute;
        top: 20px;
        right: 10px;
        background-color: rgb(0, 0, 0, 0.4);
        height: 36px;
        padding: 7px;
    }

    a.mobile-favorite-link:hover,
    a.menu-dots:hover {
        background-color: rgb(0, 0, 0, 0.6);
    }

    .mobile-menu-absolute {
        position: absolute;
        z-index: 3;
    }

    .mobile-menu-link {
        position: absolute;
        top: 60px;
        right: 12px;
    }

    .mobile-menu-link .dropdown__container {
        left: -150px !important;
        top: 40px !important;
    }

    .mobile-menu-link .dropdown__container ul.menu-vertical li {
        padding: 4px 14px;
        margin-bottom: 0px;
        border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    }

    .menu-dots {
        background-color: rgb(0, 0, 0, 0.4);
        color: white !important;
        height: 36px;
        padding: 7px;
    }

    .bar--sm .row .col a span {
        line-height: 1 !important;
    }

    .bar--sm .row .col.active {
        -moz-box-shadow: inset 0 0 50px rgb(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 0 50px rgb(0, 0, 0, 0.2);
        box-shadow: inset 0 0 50px rgb(0, 0, 0, 0.2);
    }

    .modal-content .singling-container {
        width: 70px !important;
    }

    div.input-group-append button {
        margin-top: 0 !important;
    }

    .input-radio input:checked+label:after {
        top: 5px;
        left: 5px;
    }

    .feature-2 .feature__body {
        width: 80%;
        float: right;
    }

    .accordion .accordion__title:before {
        top: 10px !important;
    }

    ul.tabs {
        background-color: white !important;
    }

    .tabs li {
        display: inline-block !important;
        background-color: white !important;
    }

    .tabs li:not(:last-child) {
        border-bottom: none !important;
        border-right: 1px solid #ececec !important;
    }

    .boxed {
        border-radius: 20px !important;
    }

    .height-80 {
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px);
        height: calc(100vh - 100px);
    }
}

@media (min-width: 576px) {

    .offset-sm-1 {
        margin-left: 0 !important;
    }

    .offset-sm-2 {
        margin-left: 0 !important;
    }

    .text-sm-center {
        text-align: left !important;
    }

    .mt-sm-4 {
        margin-top: 0 !important;
    }

    .mx-sm-auto {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .h3{
        line-height: 1.2em;
    }
}

.align-items-center {
    align-items: center !important;
}
.overlay-box:before {
        opacity: 0.3;
        /* position: absolute; */
        content: '';
        background: #252525;
        /* width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; */
    
}
.iti {
    display: block;
}
.iti--inline-dropdown .iti__dropdown-content{
    z-index: 500 !important;
}
.iti__country-name, .iti__dial-code {
    color: #000 !important;
}

li.span2 > a.btn:not([class*='primary']) {
    border-color: #2d2d2d;
}
.text-success {
    color: #00c014 !important;
}
.type--fine-print {
    color: #666;
}

.floating-buy-membership-btn {
    position: fixed;
    bottom: 20px;
    z-index: 2000;
    left: 12px;
    right: 12px;

}