/* global */

html, body {
    font-family: "Poppins", sans-serif;
    scrollbar-color: #a82137 #0f0d17;
    scrollbar-width: thin;
    background-color: #14111f;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 991px) {
    .d-pc {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .d-mobile {
        display: none;
    }
}

.container-smaller {
    max-width: 1050px !important;
}

.z-up {
    position: relative;
    z-index: 1;
}

.br-12 {
    border-radius: 12px;
}

.lady {
    width: 100%;
    height: 700px;
    position: absolute;
    background-image: url(../img/lady.png);
    left: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
}




.bg-1 {
    background-color: #191629;
    border-bottom: 2px solid #232037;
}

.bg-2 {
    background-color: #14111f;
}

.bg-2.has-bg {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-3 {
    background-color: #100e19;
}

.bg-4 {
    background-color: #db2b48;
}

.bg-5 {
    background-color: white;
}

.cta-main {
    background-color: #ef2e4e;
    color: white;
}

.cta-main:hover {
    background-color: #ef2e4e;
    color: white;
}

.cta-sub:hover {
    color: white;
    background-color: #14111f;
}

.cta-active {
    background-color: #ef2e4e !important;
    color: white !important;
}

@media only screen and (min-width: 992px) {
    .cta {
        font-size: 13px;
        margin: 0px 4px;
        text-transform: uppercase;
        padding: 8px 12px;
        border-radius: 6px;
        font-weight: 500;
        border: 0;
    }
}


@media only screen and (max-width: 991px) {
    .cta {
        font-size: 12px;
        margin: 0px 4px;
        text-transform: uppercase;
        padding: 8px 12px;
        border-radius: 6px;
        font-weight: 500;
        border: 0;
        display: inline-block;
    }
}


.cta-sub {
    color: #14111f;
    background-color: #ffffff;
}

.cta-pink {
    color: white;
    background-color: #ef2e4e;
    border: 0;
}

.cta-gold {
    color: white;
    background-color: transparent;
    border-left: 4px solid orange;
    border-right: 1px solid #3f395f;
    border-bottom: 1px solid #3f395f;
    border-top: 1px solid #3f395f;
    transition: background 0.5s ease;
}


.cta-gold:hover {
    color: white;
    background-color: orange;
    border-color: orange;
}

.cta-green {
    background-color: #4CAF50;
    border: 0;
    color: white;
}

.cta-green:hover {
    background-color: #3a8f3d;
    border: 0;
    color: white;
}

.text-grey {
    color: #908ba3;
    font-size: 14px;
    margin-bottom: 10px;
}




/* headlines */
.headline-box h1 {
    color: white;
    text-transform: uppercase;
}

.headline-box h2 {
    color: white;
    text-transform: uppercase;
}

.headline-box p {
    color: #9d93c3;
    font-size: 14px;
}


/* header */
.header-logo:hover {
    text-decoration: none;
}

.header-logo span {
    margin-top: -16px;
    font-size: 11px;
    color: #4caf50;
}

.header-logo span i {
    font-size: 38px;
    color: #4caf50;
    transition: color 0.5s ease;
}

.header-logo {
    color: white;
    text-transform: uppercase;

}

#header .search-container {
    position: relative;
}

#header #searchInput {
    width: 0;
    padding: 5px 10px;
    border: none;
    transition: width 0.5s ease;
    outline: none;
    font-size: 13px;
    border-radius: 6px;
}

#header #searchInputPC {
    width: 0;
    padding: 5px 10px;
    border: none;
    transition: width 0.5s ease;
    outline: none;
    font-size: 13px;
    border-radius: 6px;
}


#header #searchIcon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: white;
}

#searchform {
    position: relative;
    display: inline-block;
}

#searchformPC {
    position: relative;
    display: inline-block;
}

#datafetch {
    position: absolute;
    padding: 12px;
    width: 100%;
    z-index: 666;
}

#datafetch a {
    color: white;
    font-size: 12px;
    display: block;
    padding: 8px 10px;

    border-bottom: 1px solid #383257;
    background-color: #191629;
}

#header .user-basket a {
    color: white;
}

#header .search-container .field.open {
    background-color: white;
}

#header .search-container .field {
    background-color: transparent;
}

#header .user-loggedin .dropdown-menu a {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}

#header .user-loggedin .dropdown-menu {
    background-color: #e52848;
    padding: 12px;
    border: 0;
    box-shadow: 0px 4px 10px #00000052;
}

#header .user-loggedin .dropdown-divider {
    border-color: #cb223e;
}

#header .user-loggedin .dropdown-toggle::after {
    color: white;
}

@media only screen and (min-width: 992px) {

    .header-nav .nav-menu li:hover .sub-menu {
        display: block;
    }


    .header-nav .nav-menu li .sub-menu {
        display: none;
        position: absolute;
        background: #191629;
        margin: 0;
        padding: 0;
    }

    .header-nav .nav-menu {
        margin: 0;
    }

    .header-nav .nav-menu li a:hover {
        background-color: #14111f;
        color: #e52848;
        border-color: #e52848;
    }

    .header-nav .nav-menu li a {
        padding: 22px 10px;
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        color: white;

        border-bottom: 4px solid transparent;
        transition: color 0.5s ease, background-color 0.5s ease;
    }

    .header-nav .nav-menu li {
        display: inline-block;
    }
}

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


.headline-search input {
    position: relative;
    padding: 7px 18px;
    font-size: 14px;
    border-radius: 8px;
    border: 0;
    width: 100%;
    max-width: 260px;
}

.headline-search input:focus {
    outline: none;
}


/* userbox */

.user-vip-icon {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-width: 992px) {
    .user-box {
        max-width: 260px;
    }

    .user-box .user-box-inner {
        position: relative;
        min-height: 270px;
        max-width: 250px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #282435;
    }

    a.icon-profile {
        position: absolute;
        right: 10px;
        top: -30px;
        background-color: #db2b48;
        color: white;
        border-radius: 50%;
        width: 50px;
        padding: 5px 0px 5px 0px;
        font-size: 27px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .user-box {
        max-width: 180px;
    }

    .user-box .user-box-inner {
        position: relative;
        min-height: 270px;
        max-width: 190px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #282435;
    }

    a.icon-profile {
        position: absolute;
        right: 10px;
        top: -18px;
        background-color: #db2b48;
        color: white;
        border-radius: 50%;
        width: 40px;
        padding: 5px 0px 5px 0px;
        font-size: 20px;
        text-align: center;
    }
}

.tooltip-inner {
    --bs-tooltip-color: white;
    font-size: 12px;
}


.join-ads .user-box-inner {
    background-color: #db2b48;
    background-image: url('../img/join-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    border: 0;
}

.join-ads .user-box-inner a {
    color: white;
    font-size: 18px;
}

.join-ads .user-box-inner p {
    color: #eba9b4;
    font-size: 11px;
    text-shadow: 0px 0px 20px black;
}

.join-ads .user-box-inner i {
    font-size: 31px;
}



.user-box .user-box-data:before {
    content: " ";
    width: 120%;
    height: 130%;
    POSITION: absolute;
    left: -31px;
    top: 0;
    filter: blur(12px);
    background-color: #14111fcc;
}

.user-box .user-box-data {
    position: absolute;
    bottom: 0;
    background-color: #14111f29;
    width: 100%;
}

.user-box img {
    margin-left: -2px;
}


.status-online {
    background-color: #4CAF50;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
}

.status-offline {
    background-color: red;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
}

.online-status {
    display: inline-block;
}

.user-box .user-age {
    color: grey;
    font-size: 12px;
}

.user-box .user-name a {
    font-size: 12px;
    color: white;
    text-transform: capitalize;

}

.user-box .user-city {
    color: #afaac3;
    font-size: 11px;
}

.user-box .user-city i {
    color: #db2b48;
    font-size: 13px;
}

.user-box .user-verified {
    color: #db2b48;
    font-size: 13px;
}

.user-box .user-vip {
    color: #ffc107;
    font-size: 13px;
}

.user-border-up {
    border-top: 1px solid #ffffff5e;
    padding-top: 6px;
}

.user-box-ads {
    background: #db2b48;
}

.user-box-ads i {
    font-size: 31px;
    color: white;
}


.user-box-ads a {
    color: white;

}








.dragable {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #a82137 #0f0d17;
    scrollbar-width: thin;
    flex-wrap: nowrap;
}

.multiple-items {
    cursor: grab;
    display: inline-flex;
    align-items: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dragable .multiple-items .user-box {
    margin-right: 15px;
}

.dragable .multiple-items .testimonial {
    background-color: #29233f;
    margin-right: 10px;
    min-width: 350px;
    border-radius: 22px;
}

.testimonial .testi-comm {
    color: #9d93c3;
    font-size: 12px;
    min-height: 88px;
}

.testimonial .testi-img img {
    border-radius: 50%;
    border: 2px solid #483f69;
}

.testimonial .testi-since {
    color: #9d93c3;
    font-size: 11px;
}

.testimonial .testi-auth a {
    color: white;
    font-size: 13px;

    text-transform: capitalize;
    font-weight: 500;
}

.testimonial .testi-rating i {
    color: #FFC107;
    margin-right: 4px;
    font-size: 11px;
}

.testimonial .testi-img {
    max-width: 70px;
}


/* footer*/

.footer-menus ul {
    color: #db2b48;
    font-size: 11px;
}

.footer-menus ul li a {
    font-size: 12px;
    color: #9d93c3;

    line-height: 25px;
}

.footer-menus ul li a:hover {
    color: white;
    text-decoration: underline;
}

.footer-copyright p {
    font-size: 11px;
    color: #9d93c3;
}

.footer-fast-links a {
    color: white;
    font-size: 11px;

}

.footer-fast-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* bread */
.breadcrumbs {
    font-size: 12px;
    color: #9d93c3;
    text-transform: capitalize;
}

.breadcrumbs a {
    color: white;
}



/* user profile */
.user-main-in {
    background-color: #25213b;
    min-height: 200px;
    border-radius: 12px;
    border: 1px solid #2c273f;
}

#user-profile-image {
    border-radius: 32px;
    max-width: 160px;
    max-height: 160px;
    border: 6px solid #0000001c;
}

.user-main-in .user-main-author {
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    max-width: 240px;
}

.user-main-in .user-main-profile {
    max-width: 160px;
}

.user-main-in .user-is-vip {
    position: absolute;
    right: 0;
    bottom: 0;
}

.user-main-in .user-main-age {
    color: #9d93c3;
}

.user-background-image img {
    width: 100%;
    opacity: 0.5;
}

.user-background-image {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    z-index: 0;
    border-radius: 12px;
}

.user-background-image:after {
    content: " ";
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    background: linear-gradient(0deg, #25213b 0%, rgb(0 212 255 / 0%) 100%);
    bottom: 0;
}

.user-main-fast-data .user-fast-vip i {
    color: orange;
}

.user-main-fast-data .col i {
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 6px;
}

.user-main-fast-data .user-fast-city i {
    color: #ef2e4e;
}

.user-main-fast-data .user-fast-verified i {
    color: #ef2e4e;
}

.user-main-fast-data .col {
    width: fit-content;
    max-width: fit-content;
    min-width: fit-content;
    border: 1px solid #35304d;
    padding: 8px 12px 8px 32px;
    border-radius: 8px;
    background-color: #25213b;
    margin-right: 10px;
    position: relative;
}

.user-main-fast-data {
    font-size: 12px;
    color: white;
}

.user-fast-social a {
    font-size: 16px;
    margin-right: 6px;
    color: white;
    transition: color 0.3s ease;
}

.user-fast-social a:hover {
    color: #ef2e4e;
}

.user-fast-social {
    width: fit-content;
    max-width: fit-content;
    min-width: fit-content;
}

.user-data .meet-with, .user-data a {
    border: 1px solid #35304d;
    padding: 6px 10px 6px 10px;
    border-radius: 8px;
    background-color: #25213b;
    margin-right: 10px;
    color: white !important;
    font-size: 13px;
    display: inline-block;
}



/* content */
.content h1 {
    color: white;
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 4px;
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    color: white;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #ef2e4e;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 4px;
}

.content a {
    color: #ef2e4e;
}

.content hr {
    color: #b8a8f7;
}

.content ul li, .content ol li {
    font-size: 13px;
    color: #9d93c3;
}

.content p {
    font-size: 13px;
    color: #9d93c3;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table th {
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 8px;
    text-align: left;
}

.content table td {
    border-bottom: 1px solid #221d35;
    padding: 4px;
    text-align: left;
    font-size: 13px;
    color: white;
    text-transform: capitalize;
}

@media screen and (max-width: 600px) {
    .content table {
        border: 0;
    }

    .content table thead {
        display: none;
    }

    .content table tr {
        border-bottom: 2px solid #332e4b;
        display: block;
        margin-bottom: 10px;
    }

    .content table td {
        border-bottom: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .content table td:before {
        content: attr(data-label);
        font-weight: bold;
        margin-bottom: 5px;
    }
}

.content table td:first-child {
    color: #908ba3;
}



/* comments */
#user-comments-carousel .carousel-inner .user-comments .user-comment-bg p {
    background-color: #100e19;
    border-radius: 12px;
    padding: 12px;
    font-size: 11px;
    line-height: 18px;
    color: #908ba3;
}

.user-comment-image img {
    border-radius: 50%;
}

.user-comment-detail-date {
    color: #908ba3 !important;
    font-size: 11px;
}

.user-comment-detail-name a, .user-comment-detail-name {
    text-transform: capitalize;
    color: white;
    font-weight: 500;
}


#user-comments-carousel .carousel-control-next {
    top: 60%;
    right: 0 !important;
    left: 90%;
}

#user-comments-carousel .carousel-control-prev {
    top: 60%;
    right: 0 !important;
    left: 80%;
}










/* ads category */
.ads-category .ads-cat-icon img {
    border-radius: 50%;
    max-width: 60px;
    max-height: 60px;
}

.ads-cat-age {
    max-width: 100px !important;
}


@media only screen and (max-width: 991px) {
    .ads-cat-city {
        max-width: 160px !important;
    }
}

.ads-category .ads-cat-icon {
    max-width: 70px;
}

.ads-category .ads-category-bg h2 {
    font-size: 15px;
}

.ads-category .ads-category-bg h2 a {
    color: white;
    font-weight: 400;
}

.ads-category .ads-category-bg {
    background-color: #0e0c16;
    min-height: 100px;
    border-radius: 12px;
    border: 1px solid #1f1a2f;
}

.ads-category .ads-cat-description {
    font-size: 12px;
    color: #9d93c3;
}

.ads-category .ads-category-bg .ads-cat-count {
    font-size: 11px;
    color: #9d93c3;
}



/* listing  */
.listing-images-bg img {
    height: 100%;
    width: auto;
    max-height: 300px;
    min-height: 300px;
}

.listing-author-image img {
    border-radius: 50%;
}

.listing-author-image {
    max-width: 60px;
}

.listing-author-name {
    max-width: 200px;
}

.listing-author-name span {
    color: #9d93c3;
}

.listing-author-name p a {
    color: white;
    text-transform: capitalize;
}

.listing-author-name p {
    font-size: 15px;
}

.listing-author-data .cta {
    background-color: #302b4b;
    border: 1px solid #3f395f;
    color: white;
    border-radius: 8px;
    position: relative;
    padding: 8px 12px 8px 32px;
    text-transform: capitalize;
    font-size: 12px;
}

.listing-author-image .user-is-vip {
    position: absolute;
    right: 40px;
    bottom: -50px;
    z-index: 1;
}

.listing-author-data .list-author-city i, .listing-author-data .list-author-verified i {
    color: #ef2e4e;
}

.listing-author-data .cta i {
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 6px;
}

.listing-author-data .list-author-rating i {
    color: #FFC107;
}

.contact-cta .dropdown-menu li:last-child a {
    border: 0;
}

.contact-cta .dropdown-menu a {
    color: white;
    font-size: 13px;
    padding: 8px 12px;
    border-bottom: 1px solid #ff4e6b;
}

.contact-cta .dropdown-menu a:hover {
    background-color: black;
}

.contact-cta .dropdown-menu {
    background-color: #ef2e4e;
}

.contact-cta .dropdown-menu a:hover {
    background-color: #b91934;
}


.image-container {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    height: auto;
    margin-right: 10px;
}

.image-container-full {
    width: 100%;
}

.image-container-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.listing-images-bg .image-container-full img {
    max-height: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.listing-author-bg .contact-cta i {
    margin-right: 4px;
}

.listing-author-bg .cta-gold i {
    margin-right: 4px;
    color: orange;
}


.listing-author-bg .cta-gold:hover i {
    color: white;
}


.listing-author-bg .cta-gold:hover {
    text-decoration: none;
}




/*  edit profile */


.reg-bg .card {
    margin: 40px auto 40px;
    max-width: 800px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}


.reg-bg .cover-bg img {
    width: 100%;
    opacity: 0.5;
}

.reg-bg .cover-bg {
    width: 100%;
    background-color: #25213b;
    height: 200px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.reg-bg .user-info {
    padding-left: 16px;
    padding-top: 10px;
}

.reg-bg .user-info-wrap {
    margin-top: -45px;
    display: flex;
    padding: 0 20px;
}

.reg-bg .user-name {
    font-weight: 500;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-top: -5px;
}

.reg-bg .user-photo img {
    border-radius: 50%;
}

.reg-bg .user-photo {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.reg-bg .user-bio {
    padding: 20px;
}

.reg-bg .input-group input, .reg-bg .input-group select {
    font-size: 13px;
}

.reg-bg .input-group input:focus {
    outline: none;
    border-color: #d6d5d8;
    box-shadow: none;
}

.reg-bg .input-group .input-group-text {
    font-size: 11px;
    background: #fafafa;
    color: #939393;
    border-color: #ededed;
}


/* add listing */

.add-ads-bg .card {
    max-width: 800px;
}

#add_ad_form textarea:focus {
    outline: none;
    box-shadow: none;
}

#add_ad_form textarea {
    min-height: 200px;
    max-height: 350px;
}

#add_ad_form .add-category select option {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #efefef;
    font-size: 12px;
}

#add_ad_form .add-category select {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 10px;
    min-height: 170px;
}

#add_ad_form .add-category span {
    width: 100%;
}

#add_ad_form .add-category .form-check {
    display: inline-block;
    padding: 4px 20px;
}

#add_ad_form .add-category .form-check label {
    font-size: 13px;
}

.ads-sub-group {
    border: 1px solid #e5e5e5;
}


.img-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all .3s ease-in-out;
}




/* blacklist */
.blacklist-box .blacklist-box-inner {
    background-color: #0e0c16;
    border-radius: 8px;
    border: 1px solid #241f37;
}

.blacklist-box .blacklist-content p {
    font-size: 12px;
    color: #9d93c3;
    margin: 0;
}

.blacklist-box .blacklist-date {
    font-size: 11px;
    color: #9d93c3;
    margin-top: 8px;
}

.blacklist-box .blacklist-title {
    font-size: 21px;
}

.blacklist-box .blacklist-title a {
    color: white;
}

.blacklist-box .blacklist-cat {
    color: #9d93c3;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}



@media only screen and (min-width: 992px) {
    .blacklist-box .blacklist-img img {
        max-width: 200px;
        object-fit: cover;
        min-height: 250px;
        max-height: 250px;
    }
}


@media only screen and (max-width: 991px) {
    .blacklist-box .blacklist-img img {
        max-width: 140px;
        object-fit: cover;
    }

    .blacklist-box .blacklist-content p {
        display: none;
    }
}


.blacklist-box .blacklist-date i {
    color: #db2b48;
    margin-right: 2px;
}



/* comments */
#comments .comments-title, #comments #reply-title {
    color: white;
    text-transform: uppercase;
}

#comments #reply-title {
    margin-top: 20px;
}

#comments-list .comments-main .comment-body img {
    border-radius: 50%;
    margin-right: 8px;
}

#comments-list .comments-main .comment-body {
    background-color: #191629;
    padding: 12px 20px;
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid #231e35;
}

#comments-list .comments-main {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments-list .comment-author.vcard {
    display: inline-block;
    min-width: 49%;
}

#comments-list .comment-meta.commentmetadata {
    display: inline-block;
    text-align: end;
    min-width: 49%;
}

#comments-list .comments-main .comment-body p {
    margin-top: 10px;
    font-size: 13px;
    color: #9d93c3;
    line-height: 21px;
}

#comments-list .comment-author.vcard .says {
    color: #9d93c3;
    font-size: 12px;
}

#comments-list .comment-author.vcard cite.fn a {
    color: white;
    font-style: normal;
    text-transform: capitalize;
}

#comments-list .comment-meta.commentmetadata a {
    font-size: 12px;
    color: #9d93c3;
}

#comments-list .reply {
    margin-bottom: 8px;
}

#comments-list .reply a {
    font-size: 13px;
    margin: 0px 4px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    color: white;
    background-color: #ef2e4e;
    border: 0;
}

#comments-list .children {
    list-style: none;
}

#commentform .logged-in-as a {
    color: white;
}

#commentform .logged-in-as {
    font-size: 11px;
    color: #9d93c3;
}

#commentform .comment-form-comment textarea {
    width: 100%;
    border-radius: 22px;
    background-color: #191629;
    border: 1px solid #231e35;
    font-size: 13px;
    color: white;
    padding: 20px;
}

#commentform .comment-form-comment textarea:focus-visible {
    outline: none;
}

#commentform .comment-form-comment label {
    display: none;
}

#commentform .form-submit #submit {
    font-size: 13px;
    margin: 0px 4px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    color: white;
    background-color: #ef2e4e;
    border: 0;
}

#commentform .form-submit {
    text-align: center;
}

#commentform #cancel-comment-reply-link {
    margin-left: 20px;
    font-size: 13px;
    color: #ef2e4e;
}

#comments .must-log-in a {
    color: white;
}

#comments .must-log-in {
    font-size: 11px;
    color: #9d93c3;
}


/* news */
.news-box .news-box-inner {
    background-color: #0e0c16;
    border-radius: 8px;
    border: 1px solid #241f37;
}

.user-video-box .news-box-inner {
    max-height: 190px;
}

.news-box .news-box-inner {
    font-size: 21px;
}

.news-box .news-box-inner .news-title {
    font-size: 21px;
    color: white;
}

.news-box .news-box-inner .news-title a {
    color: white;
}

.news-box .news-box-inner .news-category {
    color: #9d93c3;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.news-box .news-box-inner .news-content {
    font-size: 12px;
    color: #9d93c3;
    margin: 0;
}

.news-box .news-box-inner .news-date {
    font-size: 11px;
    color: #9d93c3;
    margin-top: 8px;
}

.news-box .news-box-inner .news-date i {
    color: #ef2e4e;
    margin-right: 5px;
}

.news-box .news-box-inner .news-img {
    object-fit: cover;
}

.news-box-tall .news-img {
    max-width: 400px;
}

.news-box-small .news-img {
    max-width: 190px;
    max-height: 240px;
    width: 100%;
}

.news-main-img {
    max-height: 240px;
}



/* single news */
.single-news-inner {
    background-color: #0e0c16;
    border-radius: 8px;
    border: 1px solid #241f37;
}


.blog-post .featured-image img {
    object-fit: cover;
    max-height: 255px;
    border-radius: 8px 8px 0px 0px;
}

.blog-post .featured-image {
    max-height: 255px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.blog-author-box {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #373443;
    background: #191629;
}

img.blog-author-box-img-tall {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.12;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-author-image {
    max-width: 70px;
    padding: 0;
}

.blog-author-name h4 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}

.blog-author-name h4 a {
    color: white;
}

.blog-author-posted, .blog-author-updated {
    font-size: 11px;
    color: #b8b0d7;
    text-shadow: 0px 0px 20px black;
}

.blog-author-content {
    color: #b8b0d7;
    font-size: 11px;
    margin-top: 20px;
    text-shadow: 0px 0px 20px black;
}




/* testimonial add */
#addTestimonial textarea {
    width: 100%;
    border: 0;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    margin-top: 4px;
}

#addTestimonial #testimonial-rating {
    width: 100%;
    border: 0;
    padding: 10px;
    font-size: 13px;
    margin-top: 4px;
    border-radius: 8px;
}

#addTestimonial .modal-content {
    background: #393255;
    border: 1px solid #4c436f;
}

#addTestimonial textarea:focus, #addTestimonial #testimonial-rating:focus {
    outline: none;
}

#addTestimonial label {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    margin-top: 4px;
}

#addTestimonial .star-rating label {
    font-size: 24px;
    max-width: 30px;
}

#addTestimonial {
    top: 15%;
}

#addTestimonial .modal-footer {
    border: 0;
}





/* comment add */
#addComment textarea {
    width: 100%;
    border: 1px solid grey;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
    margin-top: 4px;
}



#addComment textarea:focus, #addComment #testimonial-rating:focus {
    outline: none;
}

#addComment label {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 4px;

    color: #b3b3b3;
}

#addComment {
    top: 15%;
}

#addComment .modal-footer {
    border: 0;
}


/* login */
#login-form h1 {
    color: white;
    font-size: 21px;
    text-align: center;
}

#login-form, #register-form {
    max-width: 440px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 22px;
    border-radius: 12px;
    box-shadow: 0px 0px 60px 0px rgb(239 46 78 / 27%);
}

#register-form .form-floating label {
    font-size: 13px;
    color: white;
    top: 3px;
}

#register-form .form-floating input {
    background-color: #191629;
    border: 0;
    color: white;
    font-size: 12px;
}

#register-form .form-control:focus {
    box-shadow: none;
    background-color: #2a2545;
}

#register-form .form-floating>.form-control:focus~label::after {
    background-color: #ef2e4e;
}

#register-form .form-floating>.form-control:focus~label {
    color: white;
}

#register-form .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    color: white;
}

#register-form .form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: transparent;
    color: #9d93c3;
}

#register-form .form-floating>.form-control:not(:placeholder-shown)~label {
    color: #9d93c3;
}

#password-strength {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    height: 10px;
    background-color: #f3f3f3;
}

#password-strength::-webkit-progress-bar {
    background-color: #f3f3f3;
    border-radius: 5px;
}

#password-strength::-webkit-progress-value {
    background-color: #4CAF50;
    border-radius: 5px;
}


#password-strength::-moz-progress-bar {
    background-color: #4CAF50;
    border-radius: 5px;
}

#register-form h1 i {
    color: #e9e9e9;
    position: absolute;
    font-size: 61px;
    right: -10px;
    top: -13px;
}

#register-form h1 {
    font-size: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}


/* user gallery */
.user-gallery-sub-info {
    color: white;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.user-gallery-sub-info i {
    color: #db2b48;
    margin-right: 2px;
    font-size: 14px;
}

.user-gallery-sub-info a {
    color: white;
    text-transform: capitalize;
}

.user-gallery-views {
    max-width: 40px;
    padding-left: 0;
    padding-right: 0;
}

.user-gallery-likes {
    max-width: 40px;
    padding-left: 0;
    padding-right: 0;
}


/* user videos */
.user-video-box video {
    width: 100%;
    max-height: 230px;
    height: 100%;
    max-width: 240px;
    object-fit: cover;
}

.dragable .user-video-box {
    max-width: 500px;
    margin-right: 20px;
}

.dragable .news-box .news-box-inner .news-title {
    font-size: 19px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

.user-video-bg {
    max-height: 500px;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.user-video-bg video {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.video-wrapper {
    position: relative;
}

.hover-controls {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.hover-controls::-webkit-media-controls {
    display: none !important;
}

.hover-controls::-webkit-media-controls-panel {
    display: none !important;
}

.hover-controls:hover::-webkit-media-controls {
    display: block !important;
}

.hover-controls:hover::-webkit-media-controls-panel {
    display: flex !important;
}

/* 404 */
.forourfor .message-icon {
    width: 150px;
    height: auto;
    display: block;
    margin: 0px auto;
}

.forourfor p {
    color: #9d93c3;
}

.forourfor h1 {
    color: white;
}


/* paginator */
.pages-box span {
    font-size: 13px;
    color: #796ea5;
    margin-right: 6px;
}

.pages-box a {
    font-size: 13px;
    margin-right: 6px;
    background: #ef2e4e;
    color: white;
    padding: 4px 10px;
    border-radius: 8px;
}



/* account main */
.account-main .nav-bg {
    background-color: #db2b48;
}

.account-main .woocommerce-MyAccount-navigation ul li a {
    color: white;
    font-size: 13px;
}

.account-main .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin: 4px 4px;
    padding: 4px;
}

.account-main .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.account-main .woocommerce-MyAccount-content {
    max-width: 990px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
}

/* Style for My Account navigation */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
}

.woocommerce-MyAccount-navigation ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -30px;
    background-color: #db2b48;
    z-index: 999;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li:hover ul.sub-menu {
    display: block;
}

.woocommerce-MyAccount-navigation ul li ul.sub-menu li {
    width: 100%;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li ul.sub-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    font-size: 13px;
}

.woocommerce-MyAccount-navigation ul li ul.sub-menu li a:hover {
    background-color: #bb1e38;
}

#header .user-loggedin .bi-piggy-bank {
    color: white;
    font-size: 15px;
    margin-right: 5px;
}

#header .credit-balance {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}

.account-main table tr a {
    color: #db2b48;
}

.account-main table td, .account-main table th {
    border-bottom: 1px solid #1f1b2f;
}

.account-main table tr:last-child td {
    border: 0 !important;
}

.account-main table tr {
    font-size: 13px;
    text-align: center;
    color: #9d93c3;
}

.account-main table {
    width: 100%;
    background-color: #100e19;
}

.account-main table.my_account_orders .button {
    font-weight: 600;
    margin-right: 4px;
    text-transform: uppercase;
    font-size: 11px;
}

.account-main .woocommerce-button.button.cancel {
    background-color: #db2b48;
    color: white;
}

.account-main .woocommerce-button.button.view {
    background-color: #312b47;
    color: white;
}

.account-main .woocommerce-button.button.pay {
    background-color: #8BC34A;
    color: #14111f;
}

.account-main .woocreds-transactions .transactions-filter input {
    border-radius: 6px;
    background-color: #db2b48;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.account-main .woocreds-transactions .transactions-filter select {
    width: 100%;
    max-width: 900px;
    font-size: 13px;
    border: 0;
    border-radius: 6px;
    padding: 10px;
}

.account-main .woocommerce-MyAccount-content p {
    color: #9d93c3;
    font-size: 13px;
}

.account-main .mark, .account-main mark {
    padding: 2px 6px 2px 6px;
    color: #ffffff;
    background-color: #db2b487d;
    margin-right: 2px;
    margin-left: 2px;
}

.account-main h2 {
    color: white;
    text-transform: uppercase;
    font-size: 21px;
    max-width: 900px;
    margin: 40px auto;
}

.account-main .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th {
    border: 0;
}


.account-main .woocommerce-customer-details address {
    color: white;
    font-size: 13px;
    border: 0;
}

.account-main .woocommerce-MyAccount-content a {
    color: #db2b48;
}

.account-main .woocommerce-Address {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #9d93c3;
    font-size: 13px;
}

.account-main .woocommerce-Address h3, .account-main .woocommerce-MyAccount-content h3 {
    color: white;
    text-transform: uppercase;
    font-size: 21px;
}

.woocommerce-message {
    background-color: #ffffff;
    color: #100e19;
    font-size: 13px;
}

.account-main .woocommerce form .form-row input.input-text, .account-main .woocommerce form .form-row textarea, .account-main .woocommerce form .form-row select {
    border: 0;
    padding: 6px 10px;
    border-radius: 6px;
}

.account-main .wps_wcb_wallet_balance_container {
    background-color: #db2b48;
}

.acccount-warning a {
    color: #db2b48;
}

.acccount-warning p {
    margin-bottom: 10px;
    line-height: 22px;
    color: #9d93c3;
}

.acccount-warning {
    color: white;
    font-size: 12px;
    max-width: 990px;
    margin: 0 auto;
    padding: 12px;
}

.warning-bg {
    background-color: #100e19;
    border-left: 3px solid #db2b48;
    border-radius: 22px;
    padding: 10px 20px 0px 20px;
    margin-left: 20px;
}

#wps_wallet_transfer_form .wps-wallet-field-container input:focus {
    outline: none;
    border: 0;
}

#wps_wallet_transfer_form .wps-wallet-field-container input, #wps_wallet_transfer_form .wps-wallet-field-container textarea {
    background: white;
    border: 0;
    margin-bottom: 10px;
}

#wps_wallet_transfer_form .wps-wallet-field-container label {
    font-size: 13px;
    color: white;
    font-weight: 400;
}

#wps_wallet_transfer_form .wps-wallet-field-container+.error {
    margin: 0px 0px 20px 0px;
}

form#wps_wallet_main_tab_form {
    background-color: #100e19;
    padding: 22px;
    border-radius: 12px;

}



.woocreds-widget-buy-points {
    text-align: center;
}

.woocreds-widget-buy-points .list-group {
    width: 100%;
    display: inline-block;
    max-width: 200px;
    border: 0;
}


.woocreds-widget-buy-points .list-group-item {
    background-image: url(../img/money-icon-box.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 22px 15px 12px 15px;
    border-radius: 6px;
}

.woocreds-widget-buy-points .list-group .product-exchange {
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #db2b48;
    padding: 10px 0px;
    border-radius: 6px;
    color: white !important;
}

.woocreds-widget-buy-points .list-group .product-price {
    font-size: 13px;
    color: #db2b48;
    font-weight: 500 !important;
    margin: 0;
}

.woocreds-widget-buy-points .list-group .product-title {
    font-size: 14px;
    margin: 0;

}

.vip-status-bg {
    background-color: white;
    padding: 20px 20px 30px 20px;
    background-image: url(../img/money-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    border-radius: 12px;
}

.vip-status-bg p {
    font-size: 13px;
}

.vip-status-count {
    font-size: 18px;
    font-weight: 500;
    color: #14111f;
}

.vip-status-count i {
    font-size: 18px;
    color: #db2b48;
}

.vip-status-data p {
    font-size: 13px;
}

.vip-status-data i {
    color: #ef2e4e;
    font-size: 16px;
}





/* cart */
.cart-styling .product-thumbnail {
    display: none;
}

.cart-styling .woocommerce {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}


@media only screen and (max-width: 991px) {
    .cart-styling .woocommerce-cart-form {
        flex: 0 0 auto;
        width: 100%;
    }

    .cart-styling .cart-collaterals {
        flex: 0 0 auto;
        width: 100%;
    }
}


@media only screen and (min-width: 992px) {
    .cart-styling .woocommerce-cart-form {
        flex: 0 0 auto;
        width: 65%;
        margin-right: 2.5%;
    }

    .cart-styling .cart-collaterals {
        flex: 0 0 auto;
        width: 30%;
    }
}

.cart-styling .woocommerce-cart-form table {
    background-color: #100e19;
    border: 1px solid #211c31;
    border-radius: 8px;
    font-size: 14px;
}

.cart-styling .cart-collaterals .cart_totals {
    background-color: #100e19;
    border: 1px solid #211c31;
    border-radius: 8px;
    padding: 12px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
}

.cart-styling .woocommerce-cart-form table thead th {
    color: #9d93c3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.cart-styling .woocommerce-cart-form table tbody td ul li {
    color: #FF9800 !important;
}

.cart-styling .woocommerce-cart-form table tbody .product-name a {
    color: white;
}

.cart-styling .woocommerce-cart-form table thead th {
    border-bottom: 1px solid #252139 !important;
}

.cart-styling .woocommerce-cart-form table tbody .product-subtotal {
    color: white;
}

.cart-styling .woocommerce-cart-form table tbody .product-price {
    color: #9d93c3;

}

.cart-styling .woocommerce-cart-form table tbody td ul {
    margin: 0;
    padding: 0;
}

.cart-styling .woocommerce-notices-wrapper {
    width: 100%;
}

.cart-styling .woocommerce-message {
    display: none;
}

.cart-styling .woocommerce-cart-form table tbody .product-quantity input {
    border: 0;
    border-radius: 4px;
    padding: 6px 0px;
}

.cart-styling .woocommerce-cart-form table tbody tr .button {
    background-color: #FF9800;
    color: white !important;
    font-weight: 500 !important;
    font-size: 14px;
    padding: 12px 20px !important;
    margin-bottom: 10px;
}


.cart-styling .woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 10px;
    padding: 2px;
    color: #9d93c3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals table {
    border-top: 1px solid #252139;
    margin-bottom: 10px;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals table th {
    font-weight: 400 !important;
    color: #9d93c3;
    font-size: 13px;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals table th strong {
    font-weight: 400 !important;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals table td {
    font-size: 13px;
    color: white;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals .current-balance {
    color: #4CAF50;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals .amount.text-info.fw-bold {
    color: white !important;
}

.cart-styling .woocommerce .cart-collaterals .cart_totals .checkout-button {
    background-color: #4CAF50 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
}

.cart-styling .wc-empty-cart-message {
    width: 100%;
}


.cart-styling .wc-empty-cart-message .woocommerce-info, .cart-styling .wc-empty-cart-message .woocommerce-error, .cart-styling .wc-empty-cart-message .woocommerce-message {
    background-color: #100e19;
    color: #9d93c3;
    font-size: 14px;
    border-color: #db2b48;
}

.woocommerce-info {
    background-color: #100e19;
    color: #9d93c3;
    font-size: 14px;
    border-color: #db2b48;
}

.woocommerce-info::before {
    color: #db2b48;
}

.cart-styling .wc-empty-cart-message .woocommerce-info::before, .cart-styling .wc-empty-cart-message .woocommerce-error::before, .cart-styling .wc-empty-cart-message .woocommerce-message::before {
    color: #db2b48;
}

.cart-styling .wc-backward {
    display: none !important;
}




/* checkout */

.checkout-styling #customer_details .col-1 {
    width: 100%;
}

.checkout-styling #customer_details .col-2 {
    display: none;
}

.checkout-styling .form-row:nth-child(odd) {
    float: left;
    width: 49%;
    clear: left;
}

.checkout-styling .form-row:nth-child(even) {
    width: 49%;
    float: right;
    clear: right;
}

.checkout-styling .woocommerce-billing-fields {
    background-color: #100e19;
    padding: 22px;
    border-radius: 12px;
}

.checkout-styling .woocommerce-billing-fields h3 {
    margin-bottom: 10px;
    padding: 2px;
    color: #9d93c3;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.checkout-styling .woocommerce-billing-fields input {
    border: 0;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
}

.checkout-styling .woocommerce-billing-fields label {
    color: #9d93c3;
    font-size: 13px;
    margin-bottom: 2px;
}

.checkout-styling p#billing_company_field {
    display: none;
}

.checkout-styling p#billing_address_2_field {
    display: none !important;
}

.checkout-styling .select2-container .select2-selection--single {
    border: 0;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9d93c3;
    line-height: 34px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-results__option {
    font-size: 13px;
}

.checkout-styling #order_review_heading {
    color: white;
    font-size: 13px;
    padding: 12px;
    margin-top: 20px;
    text-transform: uppercase;
}

.checkout-styling .shop_table.woocommerce-checkout-review-order-table {
    background-color: #100e19;
    border-radius: 12px;
}

.checkout-styling .shop_table.woocommerce-checkout-review-order-table thead th {
    color: #9d93c3;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #252139 !important;
}

.checkout-styling .list-unstyled {
    margin: 0;
}

.checkout-styling #order_review .cart_item {
    font-size: 14px;
    color: #9d93c3;
}

#order_review tfoot td {
    color: white;
    font-weight: 400;
    font-size: 13px;
}

#order_review tfoot th {
    color: #9d93c3;
    font-size: 13px;
}

#order_review td .text-info {
    color: #FF9800 !important;
}

#order_review .mycred-funds {
    color: #4CAF50;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #db2b48;
    color: white;
    font-size: 13px;
    border-radius: 12px;
}

.checkout-styling .woocommerce-checkout #payment ul.payment_methods {
    border: 0;
}

.checkout-styling #add_payment_method #payment div.payment_box, .checkout-styling .woocommerce-cart #payment div.payment_box, .checkout-styling .woocommerce-checkout #payment div.payment_box {
    background-color: #14111f;
    color: white;
}

.checkout-styling #add_payment_method #payment div.payment_box::before, .checkout-styling .woocommerce-cart #payment div.payment_box::before, .checkout-styling .woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #14111f;
}

.checkout-styling .form-row.place-order {
    width: 100% !important;
    color: #9d93c3;
}

.checkout-styling .form-row.place-order a {
    color: #db2b48;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #db2b48;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    float: none;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
}

.account-main .woocommerce-form.woocommerce-form-login input {
    background-color: white;
    margin-bottom: 10px !important;
}

.account-main .woocommerce-form.woocommerce-form-login.login {
    max-width: 900px;
    margin: 0px auto;
    background: #100e19;
    border: 1px solid #221d35;
    color: #9d93c3;
    font-size: 14px;
    border-radius: 12px;
}

.account-main .woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #db2b48;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 8px;
}

.account-main .woocreds-transactions .transactions-filter select {
    max-width: 200px;
}

.account-main .woocreds-transactions #myCRED-user-filter {
    background-color: white;
    max-width: 100%;
}

.account-main .woocommerce-form.woocommerce-form-login p {
    margin: 0;
}

.account-main .woocreds-transactions .pagination span {
    color: #9d93c3 !important;
    font-size: 13px;
    margin-bottom: 10px;
}

.account-main .woocommerce-form.woocommerce-form-login a {
    color: #db2b48;
    font-size: 13px;
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
}

.account-main .woocommerce-ResetPassword.lost_reset_password {
    max-width: 900px;
    margin: 60px auto;
    background: #100e19;
    border: 1px solid #221d35;
    color: #9d93c3;
    font-size: 14px;
    border-radius: 12px;
    padding: 22px;
}

.account-main .woocommerce-ResetPassword .woocommerce-Button.button {
    background-color: #db2b48;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 8px;
}

.buy-vip-boxes .products .product img {
    display: none !important;
}

.buy-vip-boxes ul.products li.product .button {
    background-color: #db2b48;
    color: white;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    text-align: center;
}

.buy-vip-boxes ul.products li.product h2 {
    font-size: 14px !important;
    color: black;
    max-width: 50%;
    display: inline-block;
}

.buy-vip-boxes ul.products li.product {
    background-image: url(../img/money-icon-box.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 22px 15px 12px 15px;
    border-radius: 6px;
    background-color: white;
    margin-bottom: 20px;
}

.buy-vip-boxes ul.products li.product .price {
    font-size: 13px;
    color: #db2b48;
    font-weight: 500 !important;
    margin: 0;
    max-width: 50%;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.buy-vip-boxes a.added_to_cart.wc-forward {
    font-size: 13px;
    margin-top: 5px;
    color: #db2b48;
    font-weight: 600;
}






#giveCoins #mycred-transfer-form-transfer {
    box-shadow: none;
    border: 0;
    background: transparent;
    padding: 10px;
}

#giveCoins #mycred-transfer-form-transfer .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    width: 100%;
    margin-bottom: 10px;
}

#giveCoins #mycred-transfer-form-transfer input {
    width: 100%;
    margin: 0;
}

#giveCoins #mycred-transfer-form-transfer label {
    width: 100%;
    font-size: 12px;
    color: #b3b3b3;
    text-transform: uppercase;
}

#giveCoins #mycred-transfer-form-transfer .mycred-submit-transfer {
    background-color: #db2b48;
    border: 0;
    font-size: 14px;
    color: white;
    font-weight: 500;
    margin: 20px auto;
    display: block;
}

#giveCoins .modal-dialog {
    top: 15%;
}

#giveCoins #mycred-transfer-form-transfer .form-control-static {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}

#giveCoins .warning-bg p {
    color: #908ba3;
    font-size: 11px;
    margin-bottom: 10px;
    display: inline-block;
}

#giveCoins .warning-bg {
    margin: 0;
    border-radius: 12px;
}

.warning-bg {
    background-color: #100e19;
    border-left: 3px solid #db2b48;
    border-radius: 22px;
    padding: 10px 20px 0px 20px;
    margin-left: 20px;
}


.msg-system p, .woocommerce-error li, .msg-system a {
    margin: 0;
    font-size: 13px;
    color: #14111f;
    font-weight: 500;
}

.msg-system, .woocommerce-error {
    background-color: #4CAF50;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 100%;
    margin: 0;
    z-index: 9;
    font-size: 13px;
    color: white;
}

.woocommerce-error::before {
    display: none;
}

#register-form .password-info {
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: grey;
    font-style: italic;
}


.footer-fast-links ul {
    margin: 0;
}



/* faq */
.FAQaccordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
}

.FAQaccordion .accordion-header {
    width: 100%;
    border: 0;
    border-radius: 12px;
    margin: 0;
    margin-bottom: 12px;
    padding: 0;
    background: rgb(35, 32, 55);
    background: linear-gradient(180deg, rgb(49 45 77) 0%, rgba(35, 32, 55, 1) 100%);
}

.FAQaccordion .accordion-header button {
    background-color: transparent;
    padding: 10px 20px;
    font-size: 13px;
    color: white;
}

.FAQaccordion .accordion-button:focus {
    box-shadow: none !important;
}

.FAQaccordion .accordion-button::after {
    background-color: #0e0c16;
    border-radius: 6px;
    background-image: none !important;
}

.FAQaccordion .accordion-button:not(.collapsed)::after {
    background-color: #db2b48;
}

.FAQaccordion .accordion-body {
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    background-color: #db2b48;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 21px;
}

.verification-process p {
    color: white;
    font-size: 17px;
    color: #4caf50;
}

.verification-process {
    text-align: center;
}

.verification-process i {
    font-size: 71px;
    color: #4caf50;
}

.verification-process form input[type=submit] {
    background-color: #ef2e4e;
    color: white;
    padding: 8px 20px;
    font-size: 13px;
    border: 0;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
}

.verification-process form {
    text-align: left;
}

.verification-process form input[type=file] {
    background: white;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    padding-right: 50px;
}

.verification-process label {
    width: 100%;
    text-align: left;
    color: #9d93c3;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}




.regi-box h2 {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed;
    font-weight: 600;
    display: inline-block;
}

.regi-box ul {
    margin-bottom: 20px;
    padding-left: 12px;
}

.regi-box {
    background-color: white;
    border-radius: 12px;
    padding: 12px;
    margin: 0;
    min-height: 255px;
}

.regi-box ul li::marker {
    content: " ✓ ";
    color: #db2b48;
    font-weight: 600;
}

.regi-box ul li {
    font-size: 13px;
    margin-bottom: 6px;
}

.regi-box a {
    margin-bottom: 10px;
    display: inline-block;
}



.regi-escort {
    background-image: url(../img/reg-esc.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.regi-user {
    background-image: url(../img/reg-user.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.regi-add-video {
    background-image: url(../img/reg-video.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.regi-add-gallery {
    background-image: url(../img/reg-gallery.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.regi-add-blacklist {
    background-image: url(../img/reg-blacklist.png);
    background-repeat: no-repeat;
    background-position: right top;
}


.checkout-styling .woocommerce-order {
    background-color: white;
    padding: 22px;
    border-radius: 12px;
}

.checkout-styling .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 40px;
    color: white;
    background-color: #4CAF50;
    padding: 12px;
}

.checkout-styling .woocommerce-customer-details address {
    font-size: 13px;
}

.account-main .table>:not(caption)>*>* {
    background-color: transparent;
    border: 1px solid #262139;
    color: white;
}

.woocreds-transactions table .subtract-creds .column-creds {
    color: #F44336;
    font-weight: 700;
}

.taxonomy-ads-box {
    background-color: #100e19;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #252037;
}

.reg-bg .input-group .input-group-text input[type="checkbox"] {
    margin-right: 10px;
}






@media only screen and (max-width: 991px) {
    .headline-search input {
        max-width: 230px;
    }

    .lady {
        display: none;
    }

    .footer-menus {
        display: none;
    }

    .headline-search {
        width: 100%;
        flex: 100%;
    }

    .headline-search .ads-cat-age {
        max-width: 70px !important;
    }

    .headline-search .ads-cat-city {
        max-width: 150px !important;
    }

    .user-main-in .user-main-cta {
        width: 100%;
        flex: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .user-box .user-gallery-views, .user-box .user-gallery-likes {
        display: none;
    }

    .user-video-box {
        min-width: 250px;
    }

    .warning-bg {
        margin-left: 0 !important;
    }

    .listing-author-bg .listing-author-data {
        flex: 100%;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .image-container {
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1);
        height: auto;
        margin-right: 10px;
    }

    .account-main .woocommerce-MyAccount-content {
        padding: 22px;
    }

    .account-main .acccount-warning {
        padding: 22px;
    }

    .woocreds-widget-buy-points .list-group {
        max-width: 160px;
    }

    .buy-vip-boxes ul.products li.product h2 {
        max-width: 100%;
    }

    .buy-vip-boxes ul.products li.product {
        background-position: right top;
    }

    .mobile-user-dash {
        width: 100%;
    }

    #header .navbar-toggler {
        background-color: white;
        border: 0;
        font-size: 16px;
    }

    #header .navbar-toggler:focus {
        box-shadow: none !important;
    }

    #header .header-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #header .header-nav ul li a {
        font-size: 13px;
        display: block;
        color: white;
        margin-bottom: 10px;
        background-color: #0e0c16;
        padding: 10px 10px;
        border-radius: 6px;
        border-bottom: 1px solid #312c4d;
    }


    #header .d-mobile #searchInput {
        width: 100%;
        background-color: white;
    }

    #header .d-mobile #searchform {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #header .header-nav ul li {
        width: 49%;
        float: left;
        margin-right: 0.5%;
        margin-left: 0.5%;
    }

    #header .d-mobile #datafetch {
        position: relative;
        padding: 0;
        margin-top: 10px;
    }

    #header .mobile-user-dash .dropdown-menu {
        left: -100px !important;
    }

    .account-main .woocommerce-form {
        padding: 0px 20px 0px 20px;
    }

    .woocommerce table.shop_table td {
        color: #9d93c3;
        font-size: 13px;
    }

    .cart-styling .woocommerce {
        margin: 0 auto;
    }
}

#header .navbar-expand-lg .navbar-collapse {
    justify-content: space-evenly !important;
}

.user-video-box h3 {
    min-height: auto !important;
    max-height: auto !important;
    overflow: unset !important;
}

#header .user-loggedin {
    display: inline-block;
}

.notice-wrap .succes {
    background-color: #4CAF50;
    color: white;
    font-size: 14px;
}

.acccount-warning a:after {
    content: "<<";
    margin-left: 10px;
    margin-right: 10px;
}

.acccount-warning a:before {
    content: ">>";
    margin-right: 10px;
    margin-left: 10px;
}

.acccount-warning a {
    color: #db2b48;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}



.user-video-box .user-video .arve {
    max-width: 230px;
    height: 100%;
    min-height: 190px !important;
    margin-bottom: 0 !important;
}

.user-video-box .user-video {
    max-width: 170px;
    height: auto;
}

.user-video-box .user-video .arve video {
    width: 100%;
    max-height: 230px;
    height: 100% !important;
    max-width: 240px;
    min-height: 230px;
    object-fit: cover;
}

.add-profile-image-user {
    position: absolute;
    top: 10px;
    right: 10px;
}


.delete-image-cta {
    text-align: right;
    margin-top: -35px;
}

.wcContainerSidebar .wcSidebar .wcColumn {
    margin-right: 4px;
}

.wcContainerSidebar .wcSidebar .wcColumn .wcHeader .wcContent span {
    color: black !important;
}

.wcContainer.wcColddarkTheme .wcSidebar .wcColumn .wcHeader {
    background-color: white;
    border: 0;
}

a.cta.wise-chat-send-message {
    color: #ffffff;
    border: 1px solid #48416b;
    background-color: #100e1973;
}



.edit-form label {
    font-size: 13px;
    text-transform: uppercase;
    color: #b1b1b1;
    font-weight: 500;
}

.edit-form h3 {
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #b1b1b1;
    font-weight: 500;
}

.edit-form input, .edit-form select, .edit-form textarea {
    font-size: 13px;
    padding: 10px 14px;
    background-color: #fafafa;
    border-color: #dddddd;
    border-left: 3px solid #dfdfdf;
    font-weight: 500;
}

.edit-form button {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 500;
}

.edit-form img.img-fluid.rounded.img-thumbnail {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.edit-form .form-check-input {
    padding: 10px;
}

.edit-form .form-check-label {
    margin-left: 10px;
    border: 0;
}


.user-listings .card img {
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}

.user-listings .card-text {
    font-size: 13px;
    line-height: 21px;
    color: #9b9b9b;
}

.user-listings .card-title {
    font-size: 18px;
    color: #14111f;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.user-listings .card-text span {
    margin-right: 10px;
}

.user-listings .card-text span i.bi.bi-eye {
    color: #03A9F4;
    font-size: 15px;
}

.user-listings .card-text .views {
    color: #03A9F4;
    font-size: 15px;
}

.user-listings .card-text span i.bi.bi-heart-fill {
    color: #E91E63;
    font-size: 15px;
}


.user-listings .card-text .timing {
    color: #9b9b9b;
    font-size: 13px;
}

.user-listings .card-text span i.bi.bi-calendar-x {
    color: #9b9b9b;
    font-size: 13px;
}

.user-listings .card-text .likes {
    color: #E91E63;
    font-size: 15px;
}

.user-listings .card-body {
    max-height: 190px;
    height: 100%;
    min-height: 190px;
}

.user-listings .card-footer {
    background-color: #ffffff;
}

.user-listings .btn {
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 500;
}

.user-listings h2 {
    color: white;
    text-transform: uppercase;
}

.user-video-box .user-video img {
    height: 100%;
    object-fit: cover;
}