/* ================================== */
/* Include CSS */
@import url("font.css");
@import url("utilities.css");
/* ================================== */


/* ================================== */
/* Custom Bootstrap 5 */
.container{
    max-width: 1015px;
    padding: 0;
}
.change_type_web
{
	position: absolute;
    right: 176px;
    top: 140px;
}
.change_type_web .btn-dark
{
	background-color: #fed615 !important;
    border-radius: 2px;
    color: #000 !important;
    border: 0px;
    font-weight: bold;
}
.pagination a{
    color: #ae0808 !important;
}
.pagination a:hover{
    color: #ae0808 !important;
}
/*body
{
	background: url(../../screenshot-xescorthub.com-2023.01.27-15_45_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
}
*/
@media only screen and (max-width: 992px) {
    .container{
        padding: 0 0.5rem;
    }
    .logo_adult_image
    {
    	display :none;
    }
    .change_type_web {
	    position: absolute;
    	left: 13px;
    	top: 82px;
	}
    .adult_pop_modal .modal-content
    {
    	    margin: 8% 0% !important;
    }
    .review_btns_section
    {
    	width: 36% !important;
    }
    .review_moal_popup .modal-content {
	    height: auto !important;
	}
	#reviewstmodal #review-ambience-inputs {
	    display: block !important;
	}
	#reviewstmodal .input-with-icon-group.reaction-group label {
	    
	    width: 100% !important;
	    margin-bottom: 20px !important;
	}
	.info-contact-btn-box {
	    display: block !important;
	}
	.slider-container
	{
		overflow-x: scroll;
		width: 100%;
   	 	/*width: 361px;*/
	}
	.dcmslinks
	{
		    width: 100%;
	}
	.escort .description p
	{
		margin-right: 0.2rem !important;
	}
	#myTab .nav-item
	{
		font-size: 12px;
	}
	
}

*{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}


.location-title {
    text-align: right;
    line-height: 1em;
}

.location-subtitle {
    font-weight: normal;
    font-size: 0.6em;
    display: block;
} 


.btn-primary{
    padding: 0 0.5rem;
    height: 2rem;
    background-color: #ae0808;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.btn-primary:hover{
    color: white;
}

.backdrop{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: gray;
    z-index: 1;
    opacity: .5;
}

h1{
    font-size: 24px;
}
h2{
    font-size: 1.25rem;
}

.viewer-toolbar>ul>li{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ================================== */

/*---------- breadcrumbs ----------*/

.breadcrumb {
    font-size: 0.9em;
    color: #aaa;
    background-color: transparent;
    /*background-color: #f5f5f5;*/
    margin-bottom: 10px;
}

.breadcrumb a {
    color: #888;
    text-decoration: none;
}

.post-breadcrumbs .changebtn {
    width:auto;
    float:right;
}



/* ================================== */
/* Navbar Style */
.main-nav{
    height: 65px;
    display: flex;
    align-items: center;
}

.main-nav>div>div{
    height: 65px;
    border-bottom: 1px solid #eeeeef;
}

.main-nav .container .brand-logo{
    margin-right: 20px;
}

.main-nav .brand-logo>img{
    width: 250.200px;
}

@media only screen and (max-width: 500px) {
    .main-nav .brand-logo>img{
        width: 131.86px;
    }
    .info-link .link-box a
    {
    	font-size: 13px;
    }
    .info-link .link-box
    {
    	height: auto !important;
    }
}

.main-nav .menus{
    display: flex;
    align-items: center;
}

.main-nav .menus .brand-logo.mobile{
    display: none;
}

.main-nav .menus.responsive.open .brand-logo.mobile{
    display: block;
    /* text-align: center; */
}

.main-nav .menus .installapp{
    display: none;
}

.main-nav .menus.responsive.open .installapp{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 8rem;
    flex-direction: column;
    font-size: 12px;
    color: #AAAAAA;
    width: 100%;
    margin-top: 20px;
}

.main-nav .menus.responsive.open .installapp .app-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 3rem;
    height: 3rem;
}

.main-nav .menus.responsive.open{
    display: flex;
    position: fixed;
    background: white;
    height: 100vh;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 70vw;
    align-items: start;
    box-shadow: 2px 0 18px rgb(0 0 0 / 35%);
    z-index: 999999;
}
.attachments 
{
	margin-left: 0;
    padding-left: 0;
    overflow: hidden;
}

.main-nav .menus.responsive.open>a, .main-nav .menus.responsive.open>.safe-mode{
    margin: 0.5rem;
    padding: 1rem 0.5rem;
    /* border-bottom: 1px solid #fed615; */
    width: calc(100% - 0.5rem);
}

@media only screen and (max-width: 992px) {
    .main-nav .menus{
        display: none;
    }
}

.main-nav .menus>a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin-right: 26px;
    font-weight: bold;
}

.safe-mode{
    display: flex;
    align-items: center;
    font-weight: bold;
}

.safe-mode .toggle{
    width: 50px;
    height: 30px;
    border-radius: 16px;
    background-color: #ccc;
    transition: .3s;
    margin: 0;
    position: relative;
}

.safe-mode .toggle .switch{
    margin: 0;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgb(0 0 0 / 50%);
    transition: left .3s;
    position: absolute;
    left: 0;
    /* right: unset; */
}

.safe-mode .toggle .switch:hover{
    transform: scale(1.2);
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
}

.safe-mode .toggle:has(.on){
    background: #ae0808;
}

.safe-mode .toggle .switch.on{
    left: 20px;
    transition: left .3s;
    background: #ae0808;
}

.btn-menu-responsive{
    padding: 0 0.5rem;
    height: 2rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #fed615;
    border-radius: 2px;
    color: #000;
    display: none;
    justify-content: center;
    align-items: center;
    border: 0;
}

@media only screen and (max-width: 992px) {
    .btn-menu-responsive{
        display: flex;
    }
}

.btn-menu-responsive img{
    width: 24px;
    height: 24px;
}

.nav-search{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 4rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 18px rgb(0 0 0 / 15%);
    display: none;
}

.nav-search .top-search{
    flex: 1;
    display: flex;
    box-shadow: 0 2px 18px rgb(0 0 0 / 15%);
    border-radius: 2px 0 0 2px;
    margin: 1rem;
}

.nav-search .top-search .top-search-box{
    flex: 1;
    height: 2rem;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-search .top-search .top-search-box input{
    width: 90%;
    height: 60%;
    border: 0;
    outline: none;
    font-size: 13px;
}

.nav-search .top-search .top-search-btn{
    width: 2rem;
    height: 2rem;
    border-radius: 0 2px 2px 0;
}

.nav-search .top-search .top-search-btn>button{
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 2rem;
    font-weight: 700;
    text-align: center;
    border: none;
    box-shadow: none;
    background-color: #ae0808;
    cursor: pointer;
    width: 100%;
}
/* ================================== */


/* ================================== */
/* Home Style */
.home-title{
    margin-top: 20px;
}

.home-title h1{
    
        font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Roboto,sans-serif;
    
}

.home-title .desc{
    color: #4f4f4f;
        margin-bottom: 22px;
}

@media screen and (min-width: 600px) {
    .catSection{
        margin-top:1vh;
    }
}
    

.catSection {
    margin-top: 4vh;
}

.section{
    margin-bottom: 20px;
}

.section .title{
    margin-bottom: 15px;
}

.section .title h3 {
    font-size: 1.1em;
}

.section .title h3::after {
    content: " ";
    text-align: right !important;
    background-color: #ae0808;
    display: block;
    height: 2px;
    margin-top: 0.25em;
    width: 4rem;
}
.section .title h2 {
    font-size: 1.2rem;
        font-weight: 500;
        font-family: 'Arial Regular';
}

.section .title h2::after {
    content: " ";
    background-color: #ae0808;
    display: block;
    height: 2px;
    margin-top: 0.25em;
    width: 4rem;
}

.section .items .item{
    margin-bottom: 5px;
}

.section .items .item.popup{
    /*padding: 7px;*/
    padding: 0.4rem;
    border-radius: 4px;
    max-width:184px;

}


@media screen and (max-width: 768px) {
    .section .items .item.popup{
        max-width: 100%;
    }
}

.section .items .item.popup:hover{
    background-color: #fed615;
}

.section .items .item.popup a{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.section .accordion-city{
    width: 100%;
    display: flex;
}

.section .accordion-city .city{
    width: 20%;
}

@media only screen and (max-width: 768px) {
    .section .accordion-city{
        flex-direction: column;
    }
    
    .section .accordion-city .city{
        width: 100%;
    }
}

.section .items .item a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.section .items .item a img{
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.3rem;
    margin-bottom: 2px;
}

.tag-container{
    display: flex;
    flex-wrap: wrap;
}

.tag-container .tag{
    color: #ae0808;
    border: 1px solid #ae0808;
    border-radius: 2px;
    padding: 0 0.5rem !important;
    box-sizing: border-box;
    text-decoration: none;
    margin: 0 1rem 1rem 0;
}

.popup-container{
    position: relative;
    display: none;
}

.popup-container.open{
    display: block;
}

.popup-container ul{
    min-width: 20rem;
    padding: 0.5rem 1rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #ae0808;
    border-radius: 4px;
    top: 15px;
    left: 0;
    z-index: 999;
    list-style: none;
    margin: 0;
    position: absolute;
}

.popup-container ul::before{
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: 10px;
    top: -7px;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid #ae0808;
    border-left: 7px dashed transparent;
}

.popup-container ul li{
    margin: 0.5rem;
    width: 44%;
}

.popup-container ul li a{
    color: #fff !important;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .popup-container ul{
        display: flex;
        position: unset;
        width: auto;
        min-width: auto;
        margin-top: 10px;
    }
    
    .popup-container ul::before{
        display: none;
    }
}
/* ================================== */


/* ================================== */
/* Detail Style */
nav.head{
    height: 50px;
    display: flex;
    align-items: center;
}
nav.head a {
    margin-right: 15px;
    color: #000;
    text-decoration: none;
}
nav.head a:after {
    content: '/';
    margin-left: 15px;
}
nav.head a:last-child:after {
    display: none;
}

.info-title h1{
    font-size: 16px !important;
    font-weight: normal;
}

.info-title .prenext{
    height: 95.83px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ae0808;
    border-bottom: 2px solid #ae0808;
    background-color: #fed615;
    padding: 0 10px;
}

.info-title .prenext .prev, .info-title h2{
    font-size: 24px;
    font-weight: bold;
    color: #ae0808;
    margin: 0;
}

.info-title .prenext .prev, .info-title .prenext .next{
    width: 184px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .info-title .prenext .next .name{
        justify-content: end;
    }

    .info-title h2{
        text-align: center;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}

.info-title .prenext .filter-pic{
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 5px;
}

.info-title .prenext .name{
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.main-info{
    display: flex;
    margin-top: 25px;
}

.main-info .left{
    width: 35%;
    padding: 0 15px;
}

.main-info .left #images{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.main-info .left #images .item:first-child{
    width: 100%;
    /*height: 399.35px;*/
    height: auto;
}

.main-info .left #images .item{
    width: 33.33%;
    /*height: 125.78px;*/
    height: auto;
    overflow: hidden;
    padding: 5px;
}
.main-info .left #images .image_min_option img
{
	width: 100%;
    height: 100px;
    object-fit: cover;
}
.main-info .left #images img{
    width: 100%;
    object-fit: cover;
    height:100%;
}

/* For Ad Video START */

.main-info .left #videos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.main-info .left #videos .item:first-child{
    width: 100%;
    /*height: 399.35px;*/
    height: auto;
}

.main-info .left #videos .item{
    width: 33.33%;
    /*height: 125.78px;*/
    height: auto;
    overflow: hidden;
    padding: 5px;
}

.main-info .left #videos video{
    width: 100%;
    object-fit: cover;
    height:100%;
}

/* For Ad Video ENDS */

.main-info .right{
    width: 65%;
    margin: 0 0 0 2rem;
}

@media only screen and (max-width: 758px){
    .main-info{
        flex-direction: column;
    }

    .main-info .left, .main-info .right{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .main-info .right{
        margin-top: 20px;
    }

    .tab-content>.active {
	    display: block;
	    width: 381px;
	    overflow-x: hidden;
	}
	.other-content .items .item
	{
		width: 36% ;
	}
	.icon_voic_image
	{
		display : block !important;
	}
	.phppot-container .nav-tabs .nav-link
	{
		padding-left: 10px;
    	padding-right: 10px;
	}
	body
	{
		display: block !important;
	}
	#videoModelupportmodal .video-info .video-statistics {
	   
	    width: 100% !important;
	        margin-bottom: 10px;
	}
	#videoModelupportmodal .video-info .likes, #videoModelupportmodal .video-info .views, #videoModelupportmodal .video-info .video-past-time
	{
		margin-right: 5px !important;
    	padding-right: 5px !important;
	}
	.voice_message
	{
		display: none;
	}
	.info-title .prenext .prev, .info-title .prenext .next
	{
		width: auto;
	}
	.info-title .prenext .name
	{
		width : auto;
	}
}

.main-info .right .intro{
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
    padding: 1rem;
    margin-bottom: 1rem;
}

.main-info .right .intro .title{
    font-size: 1.2rem;
    font-weight: 600;
    color: #ae0808;
}

.main-info .right .note{
    padding: 0.8rem 1rem;
    margin: 0 0 1rem 0;
    background-color: #ffffff;
    border-radius: 2px;
    border-left: 8px solid #ae0808;
    color: red;
}

.main-info .right .contact{
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
    padding: 1rem;
    margin-bottom: 1rem;
}

.info-phone{
    padding: 0 0.5rem;
    background-color: #31a551;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    height: 3rem;
    font-size: 24px;
    font-weight: bold;
}

.main-info .right .scam{
    display: flex;
    flex-direction: column;
    border: 1px solid #fe0000;
    background-color: #ffffff;
    padding: 15px;
    padding-top: 15px;
    padding-top: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.main-info .right .scam h2{
    font-size: 20px !important;
    font-weight: bold;
}

.main-info .right .scam h3{
    font-size: 16px;
}

.main-info .right .scam h2, 
.main-info .right .scam h3{
    color: #fe0000;
}

.main-info .right .information-detail{
    line-height: 150%;
    position: relative;
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
    padding: 1rem;
    margin-bottom: 1rem;
   
}

.infotagelist span
{
	margin-right: 10px;
}
.infotagelist
{
	 display: flex;
    flex-wrap: wrap;
}

.main-info .right .information-detail h3{
    font-size: 1.2rem;
    font-weight: 600;
    color: #ae0808;
    margin: 0 0 1rem 0;
}

.main-info .right .information-detail ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-info .right .information-detail ul li{
    display: flex;
    margin: 1rem 0;
}

.main-info .right .information-detail ul li span{
    font-weight: 600;
    margin-right: 1rem;
    width: 36%;
}

.info-contact-btn-box {
    display: flex;
    flex-wrap: wrap;
}
.info-contact-btn-box a {
    text-decoration: none;
}

.report-section{
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-section a{
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.other-content{
    margin-top: 20px;
    margin-bottom: 20px;
}

.other-content .title{
    background-color: #fed615;
    padding: 0.5rem;
    border-radius: 2px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.other-content .items{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.other-content .items .item{
    width: 236px;
    border: 2px solid #eee6e6;
    border-radius: 6px;
    height: 298.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-item
{
	margin-bottom : 15px;
}

@media screen and (max-width: 521px) {
    .other-content .items .item{
        margin-left: 4px;
        width: 46%;
        object-fit: cover;
        height: auto;
    }

    .other-content .items .item a img {
        width: 100%;
       	height: 200px !important;
        object-fit: cover !important;
    }
  
}
    
@media screen and (max-width: 365px) {
    .other-content .items .item{
        width: 100%;
        height: auto;
    }
    .other-content .items .item a img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }
}
.other-content .items .item a{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.other-content .items .item .info{
    background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
}

.other-content .items .item .info .name{
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 1rem;
    line-height: 1.25;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.other-content .items .item .info .location{
    max-width: 100%;
    line-height: 1.25;
    opacity: .5;
    font-size: .8rem;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    margin-bottom: 0;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
      background: #fff;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}



.other-content .items .item a img{
    width: 100%;
    margin-left: 5px;
    height:100%;
    /* object-fit: contain; */
}

.flip-card-back.unblur{
    filter: blur(0px);
}
.flip-card-back.on{
    filter: blur(20px);
}
.safe-img.on{
    filter: blur(20px);
}

.info-title .safe-img.on
{
	padding-bottom: 0px;
} 

.mobile-call{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ae0808;
    z-index: 666;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0 2px 18px rgb(0 0 0 / 35%);
    display: none;
}

.mobile-call a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.mobile-call a span {
    padding: 0 0.5rem;
    font-weight: bold;
    font-size: 18px;
}

.mobile-call a .phonenumber {
    border-left: 1px solid;
}

@media only screen and (max-width: 768px) {
    .mobile-call{
        display: block;
    }
}
/* ================================== */

/* ================================== */
/* Category Style */
.category-title .title-1{
    padding: 20px 0;
}

.category-title .title-1 h2{
    font-size: 24px;
    font-weight: bold;
}

.category-title .link a{
    color: #000;
    text-decoration:none;
    font-size: 14px;
    margin-right: 0px;
}

.category-title .link a::before{
    content: '';
    margin-right: 5px;
}

.category-title .link #city-filter .selected{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    margin-right: 0px;
    background:#428cca17;
    font-weight: bold;
    
}

.vip-category-list{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.vip-category-list.open{

    overflow: hidden;
    animation: fadeIn 1s ease-in-out;
    display: flex;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
.vip-category-list:before {
    content: '';
    position: absolute;
    border-top: 1px solid #eee;
    width: 100%;
    z-index: -1;
}

.vip-category-list h3, .vip-category-list span{
    background: white;
}

.vip-category-list h3{
    font-size: 1.25rem;
    padding-right: 0.5rem;
    margin: 1rem 0;
    font-weight: bold;
}

.vip-category-list .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.4rem;
    border-radius: 2px;
    background-color: #fed615;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0.5rem 0 0;
}

.vip-category-list .right-icon{
    cursor: pointer;
}

.vip-category-list .right-icon.active img {
    filter: invert(16%) sepia(47%) saturate(4649%) hue-rotate(3deg) brightness(100%) contrast(130%);
}

.vip-category-list .right-icon.active{
    color: #ae0808;
    font-weight: bold;
}

.vip-filter-container{
    display: none;
    align-items: center;
    background-color: #fed615;
    border-radius: 2px;
    padding: 0.5rem;
    margin: 0 0 0.5rem 0;
}

.vip-filter-container.open{
    display: flex;
    
}

.vip-filter-container .filter-items{
    margin-right: 1rem;
}

.vip-filter-container .filter-items a{
    color: #000;
    text-decoration: none;
}

.vip-content.top{
    display: none;
}

.vip-content.top.open , .vip-content.gallery.open{
    display: block;
    animation: fadeIn 1s ease-in-out;
        margin-top: 0px;
    margin-bottom: 30px;
}

.vip-content.gallery{
    display: none;
}

.vip-content.gallery.open{
    display: block;
}

.vip-content .post-content{
    margin-top: 20px;
}

.vip-content .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.vip-content .pagination ul{
    display: flex;
    align-items: center;
}

.vip-content .pagination ul li{
    margin: 0.5rem 0.5rem;
}

.vip-content .city-desc a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.vip-content .pagination ul li.btn{
    padding: 0 0.5rem;
    height: 2rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #f0f0f0;
    border-radius: 2px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.vip-content .post-content .post-item{
    padding: 0.5rem;
    margin: 0.2rem 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.vip-content .post-content .post-item a{
    text-decoration: none;
    color: #000;
}

.vip-content .post-content .post-item:hover{
    background-color:#eef5fa;
}

@media only screen and (max-width: 480px) {
    .vip-content .item{
        height: 206.4px !important;
    }
}
.vip-content .col-6
{
	    padding-right: 5px;
	    padding-left: 5px;
}

.vip-content .item{
    height: 298.4px;
    overflow: hidden;
    padding: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0.4rem;
    outline: 2px solid #fed615;
    border-radius: 4px;
}

.vip-content .item .info{
    background-image: linear-gradient(transparent, rgba(0,0,0,0.5));
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
}

.vip-content .item.ad .info{
    /*display: none;*/
}

.sp-ad .icon-resized {
    width:75% !important;
    height:auto !important;
}

.vip-content .item.ad .sp-ad{
    position: absolute;
    margin: 1rem;
    right: 0;
    top: 0;
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    color: #ffd400;
    border: 2px solid #ffd400;
    box-shadow: 0 0 0 6px #333, 0 1px 1px 4px rgb(0 0 0 / 10%);
    z-index: 10;
}

.vip-content .item.vip{
    border: 3px solid #ae0808;
}

.vip-content .item.vip .sp-vip{
    position: absolute;
    margin: 1rem;
    right: 0;
    top: 0;
    background-color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    color: #a8251b;
    border: 1px solid #a8251b;
    box-shadow: 0 0 0 6px #333, 0 1px 1px 4px rgb(0 0 0 / 10%);
}

.vip-content .item.vip .sp-vip img{
    width: 19.2px;
    border-radius: 8px;
}

.vip-content .item .label{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    position: absolute;
    margin: 1rem;
    background-color: #4f4f4f;
    color:white;
    width: 54.41px;
    height: 24.41px;
    font-size: 12px;
    z-index:10;
}

.vip-content .item .label span{
    color: white;
    font-size: 11px;
}

span .icon-label {
    font-size:12px;
}

.vip-content .item .label img{
    width: 10.6px !important;
    margin-right: 5px;
}

.vip-content .item .sp-name{
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.25;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    display: flex;
    align-items: center;
}

.vip-content .item .sp-location{
    max-width: 100%;
    line-height: 1.25;
    opacity: .5;
    font-size: .8rem;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
}

.vip-content .item-featured{
    border: 2px solid #fed615;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.vip-content .item-regular{
    outline: none;
}

.vip-content .item img{
    width: 97%;
    height: 98%;
    object-fit: cover;
    border-radius: 5px;
  
}

.category-content{
    margin-top: 0px;
    margin-bottom: 30px;
}

.category-content.close{
    display: none;
}

.category-list{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.category-list.close{
    display: none;
}

.category-list:before {
    content: '';
    position: absolute;
    border-top: 1px solid #eee;
    width: 100%;
    z-index: -1;
}

.category-list h3, .category-list span{
    background: white;
}

.category-list h3{
    font-size: 1.25rem;
    padding-right: 0.5rem;
    margin: 1rem 0;
    font-weight: bold;
}

.new-escort .title{
    position: relative;
}

.new-escort .title:before{
    content: '';
    position: absolute;
    border-top: 1px solid #eee;
    width: 100%;
    z-index: -1;
    top: 12px;
}

.new-escort h3.title:after {
    width: 200px;
    content: '';
    background: white;
    height: 24px;
    position: absolute;
    z-index: -1;
}

.btn-seeall{
    margin: 1rem 0;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    text-align: center;
    height: 2rem;
    background-color: #ae0808;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    /*max-width: 360px;*/
    width: auto;
    height: 48px;
}

.new-escort h3.title{
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.new-escort .content{
    padding: 15px 0;
}

.new-escort .content .item img{
    width: 96px;
    height: 118px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.2rem;
    border: 2px solid #fed615;
    border-radius: 4px;
}
/* ================================== */




/* ================================== */
/* Footer Style */
.main-footer .container a{
    color: #000;
    text-decoration: none;
    margin-right: 25px;
}

.main-footer .container{
    border-top: 1px solid #f0f0f0;
    height: 41px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px 0;
}

/* ================================== */

/* ================================== */

/* Magnific Popup Ad Modal */
/*
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }*/

  .white-popup header {
    border-bottom: 1px dotted #ccc;
    padding-bottom: .4em;
    margin-bottom: .4em;
  }
  
  .popup-scroll {
    /* Overflow Scroll */
    overflow-y: scroll;
    max-height: 300px;
    padding: 0 1em 0 0;
  }
  
  /* custom scrollbars - webkit only */
  .popup-scroll::-webkit-scrollbar {
    background-color: #EEE;
    width: 10px;
  }
  
  .popup-scroll::-webkit-scrollbar-thumb {
    border: 1px #EEE solid;
    border-radius: 2px;
    background: #777;
    -webkit-box-shadow: 0 0 8px #555 inset;
    box-shadow: 0 0 8px #555 inset;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .popup-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
  }

  /* 

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
  }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
  }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
  }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }
  
  /* 
  

/* Video Modal */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position:fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow:hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Header */
.modal-header {
    padding: 0.9% 2% 0.4%;
    background-color: #ae0808;
    color: black;
    height:4rem;
  }
  
  /* Modal Body */
  .modal-body {padding: 1rem 1rem 1rem 1rem;}
  
  /* Modal Footer */
  .modal-footer {
    padding: 1% 2%;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: white;
    margin: 15% auto;
    padding: 3%;
    border: 1px solid #888;
    width: 80%;
    height:auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  .modal-content-post-selector {
    position: relative;
    background-color: white;
    margin: 15% auto;
    padding: 3%;
    border: 1px solid #888;
    width: 40%;
    height:auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  @media only screen and (max-width: 480px) {
    .modal-content {
        height:89vh;
    }

    .modal-content-post-selector {
        width:90%;
    }

    /*.modal-body .card .card-body{
        display:none;
    }*/

    .videoWrapper {
        height:52vh !important;
    }

    .modal-content .modal-body .container .row {
        /*min-height:437px;*/
    }
    
  }
  
  /* Add Animation */
  @keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
  }
  
  /* The Close Button */
  .close {
    border: 1px solid darkslategrey;
    font-size: 1em;
    font-weight: bold;
    background-color: white;
    color:black;
  }
  
  .close:hover,
  .close:focus {
    color: rgb(192, 198, 204);
    text-decoration: none;
    cursor: pointer;
  }

  .video-date {
    color:#ffffff94;
    font-size: 0.5rem;
  }

  .continue-btn {
    font-weight: bold;
  }

/* ================================== */

.modal-body .container .row .header {
    font-size:1.4em;
}

.modal .modal-content .modal-body .container .row .header {
    color:#ae0808;
    font-weight: bold;
    text-decoration: underline;
}

.modal-body .cbody{
    font-size:0.8rem;
    text-align: justify;
    text-justify: auto;
}
.modal {
    overflow-y: scroll
}

.videoWrapper {
    position: relative;
    width: 100%;
/*    padding-bottom: 56.25%; /* 16:9 */
    height: 48vh;
    box-shadow:0px 0px 7px lightgrey;
    border-radius: 16px;
  }

  /*.videoWrapper video {
    width:100% !important;
    height:auto !important;
    box-shadow:0px 0px 7px lightgrey;
    border-radius: 16px;

  }*/

  .dashboard-item {
    border-left:4px solid #ae0808;
    border-bottom-left-radius:2px;
    border-top-left-radius:2px
}

.dash-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    gap:1rem;
    box-shadow:0 20px 20px -10px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
    border-radius: 2px;
    border:1px solid #fff;
}

.dash-nav .nav-link {
    color:#ae0808 !important;
}

.dash-nav .active{
    color:#fff !important;
    background-color: #ae0808 !important;

}

/* Adult button self made icon */

.circle {
    line-height: 24px;
    border-radius: 50%;
    font-size: 71%;
    text-align: center;
    background: #fff;
    align-self: center;
    border: 3px solid #ae0808;
    color: #ae0808;
    width: 30px;
    height: 30px;
    font-weight: bold;
  }

  /* POSTAD DROP-DOWN */

  #postadLocation option{
    background-color: #fff;
    color:#7c7c7c;
  }


  /* Redirect page */

  .container #redirectHeight {
    height:60vh;
    vertical-align: middle;    
    justify-content: center;

  }

  .container .row .loadingsnpinner {
    margin-left:50%;
    width: 50px;
    height:55px;
    margin-top:10%;
  }

  /**
 * ==============================================
 * Dot Windmill
 * ==============================================
 */
.dot-windmill {
    position: relative;
    top: -10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ae0808;
    color: #ae0808;
    transform-origin: 5px 15px;
    animation: dot-windmill 2s infinite linear;
  }
  .dot-windmill::before, .dot-windmill::after {
    content: "";
    display: inline-block;
    position: absolute;
  }
  .dot-windmill::before {
    left: -8.66254px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ae0808;
    color: #ae0808;
  }
  .dot-windmill::after {
    left: 8.66254px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ae0808;
    color: #ae0808;
  }
  
  @keyframes dot-windmill {
    0% {
      transform: rotateZ(0deg) translate3d(0, 0, 0);
    }
    100% {
      transform: rotateZ(720deg) translate3d(0, 0, 0);
    }
  }
  
  .hot-city .hot-city-list div {
    margin: 0 0 0.5rem 0;
}
.hot-city .hot-city-list div a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
.hot-city .hot-city-list {
    columns: 5;
}
.hot-city .hot-city-list div svg {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.3rem;
}
.hot-city .hot-city-list div svg path {
    fill: #ae0808;
}
.chose_city {
    display: flex;
    flex-wrap: wrap;
}
.chose_city .state-item {
    position: relative;
    width: 20%;
}
.chose_city .state-item div {
    padding: 0.5rem;
    border-radius: 4px;
}
.chose_city .state-item div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
.chose_city svg {
    width: 1rem;
    height: 1rem;
}
.chose_city svg path {
    fill: #ae0808;
}
.chose_city .state-item div:hover {
    background-color: #f0f0f0;
}
.chose_city .state-item ul {
    display: none;
    flex-wrap: wrap;
    background-color: #ae0808;
    padding: 0 1rem;
    border-radius: 4px;
    position: absolute;
    min-width: 20rem;
    top: 40px;
    left: 0;
    z-index: 999;
    list-style: none;
}
.chose_city .state-item ul::before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    left: 10px;
    top: -7px;
    border-right: 7px dashed transparent;
    border-bottom: 7px solid #ae0808;
    border-left: 7px dashed transparent;
}
.chose_city .state-item ul li {
    margin: 0.5rem;
    width: 44%;
}
.chose_city .state-item ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.main_ads_star
{
	font-size: 12px;
}

.list-title-ads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(#f0f0f0, #f0f0f0) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 100% 1px;
    background-position: 0 52%;
    margin-top: 20px;
}
.list-title-ads .title-left {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.list-title-ads .title-left .class-box {
    display: flex;
    position: relative;
}
.list-title-ads .title-left h3 {
    font-size: 1.25rem;
    padding-right: 0.5rem;
    margin: 1rem 0;
}
.list-title-ads .list-type-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
}

 .info-link .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #31a551;
    width: 2rem;
    height: 2rem;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
 .info-link {
    display: flex;
    align-items: center;
}
.info-link .icon-box svg {
    width: 1.5rem;
}
.info-link .link-box {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    height: 2rem;
    width: 90%;
    background-color: #f0f0f0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.info-link .icon-box svg path {
    fill: #fff;
}

.tox .tox-collection__item-checkmark, .tox .tox-collection__item-icon {
    width: 123px !important;
}

.infotagelist .taglink {
    color: #ae0808;
    border: 1px solid #ae0808;
    border-radius: 2px;
    padding: 0.1rem 0.5rem !important;
    box-sizing: border-box;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: inline-block;
}

@media (max-width: 500px){
	.hot-city .hot-city-list {
	    columns: 2;
	}
	.chose_city .state-item {
	    width: 100%;
	}
	.showpc {
    display: none !important;
}
}


.userpannel .usermenu {
    
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
}
.userpannel .usermenu .menu-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.userpannel .usermenu .menu-title h3 {
    margin: 1rem;
    flex: 1;
}
.userpannel .usermenu .menu-title .menubtn {
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: 1rem;
    background-color: #fed615;
    border-radius: 20px;
    padding: 5px;
}
.userpannel .usermenu .menu-title .menubtn svg {
    width: 20px;
    height: 20px;
}
.userpannel .usermenu .menuitems {
    margin: 0.5rem 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    position: relative;
}
.userpannel .usermenu .selc {
    border-bottom: 2px solid #ae0808;
}
.userpannel .usermenu .selc a
{
	color : #ae0808 !important;
}
.userpannel .usermenu .selc svg path
{
	fill : #ae0808 !important;
}

.userpannel .usermenu .menuitems a {
    display: flex;
    align-items: center;
    color : #000;
    text-decoration: none;
}
.userpannel .icon {
    margin-right: 0.5rem;
}

 .usercontent .dash {
    display: flex;
    margin-top: 1rem;
    flex-wrap: wrap;
}
 .usercontent .dash .items-row {
    width: 100%;
    margin-right: 0;
}
.usercontent .dash .dash-items {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
}
.usercontent .btn {
    padding: 0 0.5rem;
    height: 2rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #ae0808;
    border-radius: 2px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}
.usercontent .btn path {
    fill: #fff !important;
}
.userpannel .usercontent .dash .dash-items .items-fun {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.usercontent .dash .dash-items .items-fun a {
    display: flex;
    align-items: center;
    margin-right: 1rem;
        width: auto;
}
.usercontent .icon {
    margin-right: 0.5rem;
}
.usercontent .dash .items-impt {
    border-left: 4px solid #ae0808;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.card-image.card-200 {
    height: 200px;
}
.pa3 {
    padding: 1rem;
}

.flow-text a{
    font-size: 1.38rem;
    color : #000;
    text-decoration: none
}
.card-content
{
	box-shadow: 0 20px 20px -10px rgb(0 0 0 / 10%), 0 0 2px rgb(0 0 0 / 20%);
}
.card-image.card-200 img
{
	    width: 100%;
    object-fit: cover;
    height: 200px;
}

.buttons_paid, .buttons_paid:hover
{
	cursor: pointer;
    background-color: #ae0808;
    border-radius: 2px;
    padding: 6px !important;
    color: #FFF;
    text-decoration: none;
    font-size: 15px !important;
    border: 0px;

}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span, .owl-carousel button.owl-dot span
{
	    font-size: 40px;
}
.owl-carousel .owl-nav button.owl-prev
{
	margin-right: 10px;
}
.owl-carousel .owl-nav
{
	    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}
.owl-carousel .owl-nav button.owl-prev
{
	top: 255px;
    position: absolute;
    left: -16px;
}
.owl-carousel .owl-nav button.owl-next
{
	top: 255px;
    position: absolute;
    right: -16px;
}
body
{
	min-height: 100vh;
    display: grid;
    grid-template-rows: 0fr auto;
}
.btn-primary svg path
{
	    fill: #fff;
}
.verifiedicon
{
	    top: 23px !important;
    z-index: 999 !important;
}
.videoplayer
{
	    top: 47px !important;
    z-index: 1040  !important;
}
.videoplayer svg path
{
	fill : #fed615;
}
.audioplayer
{
	    top: 47px !important;
    z-index: 1041  !important;
}
.audioplayer svg path
{
	fill : #fed615;
}
@media screen and (max-width: 600px) 
{
	.main-footer
	{
		position: inherit !important;
		text-align: center;
	}
	
}
hr
{
	border-color : #ae0808;
}
svg path {
    fill: #000;
}
.usercontent .username {
    font-weight: 600;
    font-size: 1rem;
}
.dashboard-item .btn-dark
{
	background-color: #ae0808;
    border-radius: 2px;
    color: #fff;
    border: 0px;
    font-weight: bold;
}
.dashboard-item .btn-dark svg path {
    fill: #fff !important;
}
.usercontent .desc-impt {
    color: #ae0808;
    font-weight: 600;
}

.usercontent .desc {
    color: #4f4f4f;
    margin-bottom: 0.5rem;
}
.usercontent .dash .dash-items .items-fun {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.usercontent .dash .box-table thead tr th {
    border-bottom: 2px solid #ae0808;
    color: #fff;
    font-weight: 600;
    background:  #000;
    text-align: center;
    padding: 0.5rem;
}
.usercontent .dash .box-table tbody tr td
{
	text-align: center;
    padding: 5px;
    border-bottom: 1px solid #000;
}

.usercontent .dash .dash-items .items-table .row .col-content .col-input {
    padding: 0.5rem 0.5rem;
    border: 1px solid #4f4f4f;
    border-radius: 2px;
    width: 90%;
    max-width: 400px;
    height: 32px;
    margin-right: 0.5rem;
}
.usercontent .dash .dash-items .items-table .row .col-content .input-info {
    color: #4f4f4f;
}
.usercontent .dash .dash-items .items-table .row .col-content textarea {
    padding: 0.5rem 0.5rem;
    border: 1px solid #4f4f4f;
    border-radius: 2px;
    width: 90%;
    height: 8rem;
    max-width: 500px;
}
.dashboard-item h3
{
	font-size: 18px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
	background-color: #ae0808;
	color: #fff;
}
#videoModelupportmodal  .space-between {
    display: flex;
    justify-content: space-between;
}
#videoModelupportmodal .modal-content
{
	width : 100%;
}
#videoModelupportmodal .video_section img
{
	width : 100%;
    height: 330px;
    object-fit: contain;
}

#videoModelupportmodal .video-info {
    flex-wrap: wrap;
}
#videoModelupportmodal .video-info .video-statistics {
    margin-top: 8px;
    max-width: 100%;
        width: 74%;
}
#videoModelupportmodal .video-info .video-title {
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: break-all;
    color : #ae0808;
}
#videoModelupportmodal .video-info .likes, #videoModelupportmodal .video-info .views, #videoModelupportmodal .video-info .video-past-time {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
}
#videoModelupportmodal .video-info span#video_price_set
{
	color: green;
}
#videoModelupportmodal #payment-box .btn-primary
{
	align-self: center;
    padding: 8px 20px;
    border: 0px !important;
    font-size: 16px;
    height: auto;
    background-color: #ae0808 !important; 
}
#videoModelupportmodal .video-info span {
    color: #929292;
    margin-bottom: 0;
}
#videoModelupportmodal .video-info span {
    color: #929292;
    margin-bottom: 0;
    

}
#videoModelupportmodal .video-info span {
    color: #929292;
    margin-bottom: 0;
}
#videoModelupportmodal .video-info .sc-btn {
    align-self: center;
    padding: 8px 20px;
    border: 0px !important;
}
#video-like-button.sc-btn-danger span , #payment-button-video.sc-btn-danger span , #download_video.sc-btn-danger span {
    color: #fff;
}
.sc-btn-danger {
    background: #ae0808;
}
.sc-btn-danger svg path
{
	color : #fff;
}
#videoModelupportmodal .video-info .video-decription {
    flex-basis: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 40px;
    transition: max-height .3s ease-in-out;
    overflow: hidden;
}
#videoModelupportmodal .video-info .video-decription p {
    color: #000;
}
  
.flip-card {
  background-color: transparent;
  width: 144px;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  
}
.flip-card-back
{
	padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.flip-card-back h1
{
	font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fed615;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.flip-card-back p
{
	 font-size: 12px;
	    white-space: initial !important;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
/*.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active*/
/*{*/
/*	color : #fff;*/
/*}*/
.user_postions p
{
	margin-bottom: 0px;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}
.user_postions svg path
{
	fill : #fed615;
}
.user_postions
{
	margin-top: 29px;
}
.flip-card-back a.btn-primary
{
	text-align: center;
    justify-content: center;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    margin-top: 10px;
    background: #31a551 !important;
    font-weight: normal;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
} 
.image-postions
{
	position: relative;
	overflow: hidden;
}
.image-postions .bottom-left
{
	position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 50%));
    padding: 5px;
    padding-left: 12px;
    padding-right: 10px;
} 
.image-postions .diag
{
	    -webkit-transform: rotate(312deg);
    -moz-transform: rotate(312deg);
    transform: rotate(312deg);
    left: -23px;
    top: 13px;
    position: absolute;
    background: #3286cc;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.image-postions .diag span
{
	font-size: 13px;
}

.over18 .top {
    background: #262626;
    height: 35px;
    width: 100%;
}
.over18 .top .logo {
    text-align: center;
    width: 150px;
    height: 39px;
    position: absolute;
    top: -4px;
    left: 40px;
    padding-top: 10px;
    background: #2f2f2f;
}

.adult_pop_modal .modal-content
{
	padding: 0px;
	width: 100%;
	margin: 8% -4%;  
	border: 0px;
    border-radius: 0px;  
}
.adult_pop_modal .modal-lg, .adult_pop_modal .modal-xl {
    --bs-modal-width: 950px;
}
.adult_pop_modal .modal-body
{
	margin-top: 24px;
    padding-left: 30px;
}
.adult_pop_modal .modal-header
{
	padding-left: 0px;
    padding-right: 0px;
    background-color: transparent !important;
}
.over18 {
    position: absolute;
    z-index: 1000;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -2px;
    background: #fff;
    border-top: 4px solid #ae0808;
}
.over18 .top .logo:after {
    content: ' ';
    position: absolute;
    bottom: -12px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 15px solid #2f2f2f;
}
.adult_pop_modal .modal-body p ,.adult_pop_modal .modal-body p strong , .adult_pop_modal .modal-body li
{
	color: #2e2e2e;
    line-height: 1.7;
    font-size: 12px;
}
.adult_pop_modal .modal-body h3 {
    font-size: 18px;
    color: #ae0808;
    text-transform: uppercase;
    font-weight: 900;
}

.adult_pop_modal  .buttons {
    font-size: 24px;
    zoom: 1;
    margin-top: 30px;
}
.adult_pop_modal  .buttons:after, .adult_pop_modal .buttons:before {
    content: "";
    display: table;
}
.adult_pop_modal .btn {
    padding: 6px 10px 5px;
    font-weight: 700;
    color: #fff!important;
    border: 1px solid #ae0808;
    text-transform: uppercase;
    background: #ae0808;
    background: -webkit-gradient(linear,left top,left bottom,from(#ae0808),to(#ae0808));
    background: -o-linear-gradient(top,#ae0808 0,#ae0808 100%);
    background: linear-gradient(180deg,#ae0808 0,#ae0808 100%);
    text-decoration: none;
    text-align: center;
}
.adult_pop_modal .btn.black {
    border: 1px solid #000;
    background: #262626;
    color: #fff!important;
    width: 27% !important;
    margin-left: 6px;
}
.adult_pop_modal  .buttons .btn {
    padding: 10px 20px 9px;
    width: 70%;
    display: block;
    float: left;
}

.review_moal_popup .modal-header
{
	padding-left: 10px;
    padding-right: 10px;
    background-color: transparent !important;
}

.video_no_Action
{
	text-align: center;
    margin-top: 40px;
}

.review_btns_section
{
	width: 21%;
    margin: 0 auto;
}
.review_btns_section .btn-primary:hover , .review_btns_section .btn-primary:active
{
	background-color: #ae0808;
}
#reviewstmodal #review-agreements-inputs{
    position: relative;
    display: flex;
}
#reviewstmodal #place-review-agreements
{
	    display: flex;
}
#reviewstmodal .input-with-icon-group>div {
    margin-right: 10px;
}
#reviewstmodal .input-with-icon input {
    display: none;
}
#reviewstmodal .input-with-icon label {
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    padding: 10px 13px;
    white-space: nowrap;
}
#reviewstmodal .input-with-icon-group:not(.reaction-group) .input-with-icon label i {
    margin-right: 6px;
}
#reviewstmodal p {
    margin: 0;
    color: #31a551;
    font-size: 15px;
}
#reviewstmodal .input-with-icon input:checked~label {
    background: #ae0808;
    color: #fff;
}
#reviewstmodal  p:first-child
{
	font-size: 16px;
    font-weight: 700;
    color : #000;
    margin-top: 20px;
}
#reviewstmodal .input-with-icon input:checked~label p
{
	color : #fff !important;
}
 #reviewstmodal .place-review-agreements
 {
 	margin-bottom : 20px;
 	margin-top: 5px;
 }
 #reviewstmodal .input-with-icon input:checked~label svg path
 {
 	fill : #fff;
 }
 #reviewstmodal .input-with-icon-group>div {
    margin-right: 10px;
}
 #reviewstmodal .place-review-agreements .input-with-icon-group.reaction-group label {
    flex-direction: column;
    width: 105px;
    height: 64px;
}
#reviewstmodal .input-with-icon-group.reaction-group label {
    flex-direction: column;
    width: 105px;
    height: 64px;
}
#review-ambience-inputs input
{
	display: none;
}
#review-ambience-inputs  .input-with-icon-group
{
	
    text-align: center;
    border: 1px solid #bfb7b7;
    padding-top: 11px;

}

#reviewstmodal #review-ambience-inputs
{
	display: flex
}

#reviewstmodal .input-with-icon input:checked~label
{
	background: #ae0808;
    color: #fff;
}

#reviewstmodal .place-review-services-section {
    max-height: 310px;
    overflow: hidden;
    font-size: 15px;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  font-size: 28px;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #ae0808;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #ae0808;
  text-shadow: 0 0 1px #333;
}
.error
{
	color : red;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #ae0808 !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line]
{
	    background-color: #ae0808 !important;
}

.star_rating_profile svg.checked path
{
	fill : #fedc38 !important;
}
.accordion-item:last-of-type .accordion-button.collapsed , .accordion-button:not(.collapsed) , .accordion-item:first-of-type .accordion-button
{
	background: #fff;
    color: #000;
}
.accordion-item:last-of-type .accordion-button.collapsed svg path , .accordion-button:not(.collapsed) svg path , .accordion-item:first-of-type .accordion-button svg path
{
	fill : #000;
}
.editpart_button svg path
{
	fill : #000;
	
}
.editpart_button svg
{
	margin-right: 10px;
}
.accordion-button::after
{
	    background-color: #fff;
}

.score {
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.score .score-wrap {
    display: grid;
    position: relative;
    width: fit-content;
}
.score .score-wrap .stars-active {
    color: #fedc38;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.score .score-wrap .stars-active svg path
{
	fill: #fedc38;
}

.score .score-wrap .stars-inactive {
    color: #fedc38;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
}


#reviewstmodal .btn-primary:hover , #reviewstmodal .btn-primary:active
{
	background-color: #ae0808 !important;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover
{
	background-color: #ae0808 !important;
	    background-image: none !important;
}

.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #ae0808;
	box-shadow: none;
	color: #fff;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}


 .top-reviews .review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-flex {
    display: flex!important;
}
 .top-reviews .review-member-profile {
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    background: #f7f7f7;
    border-radius: 50px;
    width: 37px;
    height: 37px;
    color: #31a551;
}
.reviewer_name_review_count_badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reviewer_name_review_count {
    margin: 0;
}
.top-reviews .btn-review-like {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 15px;
}
.top-reviews .review-description {
    
}
.top-reviews a {
    color: #4e4c4c;
    text-decoration: none;
    transition: color .2s ease;
}
 .top-reviews .review-info .review-date, .top-reviews .review-info .reviews-count {
    color: #31a551;
}    
.top-reviews .btn-review-like.__liked {
    color: #fff;
    background: #ae0808;
    border-color: #ae0808;
}
.top-reviews
{
	text-align : left;
}
.top-reviews .review-description .total-score {
    height: 18px;
    width: 19px;
    color: #000;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 0;
}

a.showMore {
  display:block;
  font-size:12px;
  font-weight:700;
  text-transform: capitalize;
  margin-top:20px;
  color:#0077C8;
  text-decoration:none;
  
}
a.showMore::after
{
	  font-family: 'Roboto', sans-serif;
  content: "View More";
}
a.showLess::after {
    font-family: 'Roboto', sans-serif;
  content: "View Less";
  }

.top-reviews .review-description .review-options {
    margin-top: 20px;
}
 .top-reviews .review-description .review-options>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    column-gap: 15px;
}
.top-reviews .review-description .review-options>div>p:first-child {
    font-weight: 700;
}
.top-reviews .btn-review-like svg path
{
	fill : #fff;
}
.online_section
{
	left: 8px;
    top: 16px;
    position: absolute;
    background: green;
    color: #fff;
    padding-left: 9px;
    padding-right: 10px;
    overflow: hidden;
    font-size: 12px;

}
#images .item:first-child
{
	position : relative;
}
.online_section svg
{
	font-size: 10px;
	    height: 8px;
}
.online_section svg path
{
	fill:#fff;
}

.confirm-purchase-form {
    padding: 25px 25px 10px;
    display: flex;
}
.confirm-purchase-form .left-col {
    width: 35%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ant-avatar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}
.ant-avatar-image {
    background: transparent;
}
.confirm-purchase-form .left-col .ant-avatar {
    width: 120px;
    height: 120px;
    border: 2px solid #ae0808;
}
.ant-avatar > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.confirm-purchase-form .left-col .p-name {
    margin-top: 10px;
    font-size: 16px;
    text-transform: capitalize;
}
.confirm-purchase-form .right-col {
    width: 65%;
}
.confirm-purchase-form .right-col h2 {
    text-align: center;
  
    font-weight: 600;
    margin: 0;
}
.confirm-purchase-form .right-col h2 .username {
    color: #ae0808;
}
.confirm-purchase-form .right-col h3 {
    text-align: center;
    
    font-weight: 600;
}
.confirm-purchase-form .right-col .tip-grps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ant-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 4.8px 15px;
    font-size: 13px;
    border-radius: 3px;
    color: #666;
    background: #fff;
    border-color: #e5e5e5;
}
.confirm-purchase-form .right-col .tip-grps .ant-btn {
    margin: 2px 5px;
}
.ant-btn > span {
    display: inline-block;
}
.ant-btn-primary {
    color: #fff;
    background: #ae0808;
    border-color: #ae0808;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}
.confirm-purchase-form .right-col .tip-input {
    margin: 15px 0;
    text-align: center;
}
.confirm-purchase-form .right-col .tip-input p {
    margin: 0;
}
.ant-input-number {
    box-sizing: border-box;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 4.8px 11px;
    color: #666;
    font-size: 13px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    transition: all 0.3s;
    display: inline-block;
    width: 90px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.confirm-purchase-form .right-col .tip-input .ant-input-number {
    width: 100%;
    height: 40px;
}
.ant-input-number-handler-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    background: #fff;
    border-radius: 0 3px 3px 0;
    opacity: 0;
    transition: opacity 0.24s linear 0.1s;
}
.confirm-purchase-form .right-col .ant-btn.primary {
    width: 100%;
    border-radius: 25px;
}   
.ant-input-number-input {
    width: 100%;
    height: 30px;
    padding: 0 11px;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    outline: 0;
    transition: all 0.3s linear;
    -moz-appearance: textfield !important;
}
.ant-input-number-input-wrap input {
    height: 30px;
}
.confirm-purchase-form .right-col h3 .price {
    color: #ae0808;
    font-size: 20px;
}    
.confirm-purchase-form .right-col h3 {
    text-align: center;
    font-weight: 600;
}
.primary-color svg path
{
	fill : #ae0808
}
.image-popup-no-margins
{
	display: block;
}