@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;600;700;800;900&display=swap');

.quick-recharge-popup {
    position: fixed;
    bottom: 100px;
    left: 75px;
    background: #333739;
    z-index: 9;
    width: 310px;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    z-index: 999;
}
@media (max-width: 768px) {
    .quick-recharge-popup {
        bottom: 195px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 9999999;
    }
}
div#tip-confirmation-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 999999999999;
}
.quick-recharge-popup-close {
     text-align: right;
     margin-bottom: 0;
     cursor: pointer;
}
.quick-recharge-popup-close img {
    width: 12px;
}
.quick-recharge-popup:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #333739;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}
.quick-recharge-body h5 {
    margin-bottom: 13px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    margin-top: 16px;
}
.quick-recharge-text-content {
    color: #F5F5F5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 20px;
}
.quick-recharge-text-content span{
    font-weight: 600;
    color: #FD7663;
}
.quick-recharge-input-container {
    background: #0e1111;
    border-radius: 10px;
    padding: 5px;
}
.quick-recharge-input-container #topup-cvv-input {
    background: transparent;
    border: none;
    width: calc(100% - 84px);
    color: #fff;
    height: 35px;
    padding-left: 10px;
}
.mb-30{
    margin-bottom: 30px !important;
}
.topup-buy-button {
    background: #f07664;
    border: none;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.disabled-buy-tutton {
    background-color: #6c6767;
    color: #c8c4c4;
}
.buy-btn-loading {
    width: 20px;
}
.quick-recharge-go-to-payment {
    background: #f07664;
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 11px;
    letter-spacing: -0.7px;
    text-transform: capitalize;
}
/* Remove the default arrow controls */
input#topup-cvv-input[type="number"]::-webkit-inner-spin-button,
input#topup-cvv-input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; /* Optional - to adjust spacing */
}


#remote video{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    /* height: calc(100% - 92px); */
    height: 100%;
    object-fit: contain;
    background: #000;
}
#local video{
    width: 195px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index:999;
}
#own-vidio-stream{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 0;
    height: 100vh;
    width: auto;
    -webkit-filter: brightness(31%);
}
#cust-countdown{
    display: block;
    height: 30px;
    width: 100%;
    position: fixed;
    bottom: 30px;
    text-align: center;
    line-height: 0px;
    z-index: 9;
    color: #3a414b;
    text-shadow: 0px 0px 9px #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}
#timer {
    top: 35px;
    right: 0;
    z-index: 9;
    color: #9b2a34;
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 2px;
    position: relative; 
}
#remote {
    display: block;
    position: absolute;
    width: 100%;
    height:100vh;
    top: 0;
}

.time-left-wrap {
    position: absolute !important;
    z-index: 9;
    text-align: center;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    border-radius: 30px;
    min-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    left: 130px;
    bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    display: flex;
    padding: 8px;
}
.time-left-wrap p{
    margin: 0;
    margin-right: 2px;
    display: inline-block;
    top: 0;
    position: relative;
}
.time-left-wrap.time-left-wrap-normal {
    border: none;
    padding: 0;
}
.time-left-wrap.time-left-wrap-normal #time-left {
    background: transparent;
    position: static !important;
    justify-content: left;
}
.time-left-wrap.time-left-wrap-normal #time-left .pos-r {
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0;
    border: 1px solid white;
    border-radius: 30px;
    padding: 5px 30px;
}
.time-left-wrap.time-left-wrap-normal #time-left .pos-r .timeLabel,
.time-left-wrap.time-left-wrap-normal #time-left .pos-r .countdown {
    font-size: 18px;
    color: #fff;
}


#time-left{
    top: 2px;
    position: relative;
    min-width: 60px;
}
.characterName {
    margin-bottom: 3px;
}
.modal-custom-header .live-chat {
    /* margin-top: 27px !important; */
}
.modal-custom .modal-custom-header {
    background: #fff;
    /* position: static; */
    z-index: 100;
}
.modal-custom .modal-custom-body {
    height: calc(100vh - 92px);
    margin-top: 0 !important;
    top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.modal-custom .modal-custom-footer {
    z-index: 1;
}
.btn-md-footer {
    height: 34px !important;
    width: 34px !important;
    min-height: 34px !important;
    min-width: 34px !important;
}
.btn-md-footer:hover, .btn-md-footer:focus {
    background: #ffffff !important;
}
.actionsController {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    width: 25%;
    margin: auto;
}
.tooltip-media {
    top: -40px;
}
.tooltip-media.fullsize-tip {
    left: 21px;
}

.tooltip-media.endcall-tip {
    right: 36px;
}
.tooltip-media.mute-tip {
    left: 138px;
}
.tooltip-media::before{
  content: '';
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #717171;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
body.videoFullscreen #remote video {
    height: 100% !important;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
}

body.videoFullscreen #time-left {
    background: transparent !important;
}

.videoFullscreen .modal-custom-footer {
    display: block !important; 
}

body.videoFullscreen .modal-custom-footer {
    display: block !important;
}

body.videoFullscreen .characterName {
    color: #ffffff;
}

.characterName {
    font-size: 22px;   
}

.timeLabel, .countdown {
    font-size: 14px;
}

.videoFullscreen .fullsizeIcon {
    display: none;
}

.minimizeIcons {
    display: none;
}

.videoFullscreen .minimizeIcons {
    display: inherit;
    margin: auto;
}

.btn-md-footer#end-call:hover {
    background: red !important;
}
/* body.unmute .muteIcon {
    display: none;
}

.unmuteIcons {
    display: none;
}

body.unmute .unmuteIcons {
    display: inherit;
    margin: auto;
} */

body.videoFullscreen .tooltip-media.fullsize-tip {
    left: 10px;
}

body.unmute .tooltip-media.mute-tip {
    left: 125px;
}

/*
body.videoFullscreen #remote video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
}
*/
/* roullete video page CSS Start */
.arousr-main-head   {
    background-color: unset !important;
    padding: 0 !important;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index:99;
    top:35px;
}
.arousr-main-head  img{
    position: relative;
    top: 3px;
    opacity: 0.5;
}
.arousr-main-head h2{
color:white;
}   
.performer-search-wrap h3{
    font-family: Overpass;
    font-style: normal;
    font-weight: 600;
    font-size: 1.7vw;
    line-height: 2vw;
    text-align: center;
    color: #FFFFFF;
}
.over_own_video_stream{
    margin-top: 50px;
}

.circle-btn-text{
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 1.15vw;
    letter-spacing: -0.05em;
    line-height: 2vw;
    padding-top: 0.3vw;
    margin-bottom: 0;
}
.performer-list-wrap{
    background-color: #000;
}
p.performer-list-head:after {
    content: "";
    background: #F77361;
    position: absolute;
    height: 3px;
    width: 25px;
    left: 0;
    top: 25px;
}
p.performer-list-head {
    position: relative;
    font-weight: 800;
    font-size: 1.4vw;
}
.nopadding{
    padding:0 !important;
}
.performer-list{
flex-direction: column;
}
.performer-list{
    height: calc(100vh - 32vh);
    overflow-y: auto;
    margin-top: 2vw;
    overflow-x: hidden;
}
.performer-box{
    position: relative;
    margin:0px auto 2px auto;
}
.performer-box img{
    max-width: 14vw;
    max-height: 14vw;
    background: #000;
    height: 14vw;
    width: 14vw;
    object-fit: cover;
}
.fav-icon-wrap{
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: pointer;
    z-index: 9;
}
.enable-fav svg path{
    fill-opacity: 1;
    stroke: #fd7663;
}
.performer-box p {
    position: absolute;
    margin: 0;
    color: white;
    bottom: 5px;
    left: 10px;
    font-style: normal;
    font-size: 1.1vw;
    line-height: 21px;
}
.performer-box small {
    font-size: 1.1vw;
}
.onlineHost {
    margin-left: 7px;
    width: 8px;
    height: 8px;
    background-color: #43E483;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -2px;
}

.offlineHost {
    margin-left: 7px;
    width: 8px;
    height: 8px;
    background-color: #b9b9b9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -2px;
}

.performer-search-circle{
    position: relative;
    height: 15vw;
    width: 15vw;
    border-radius: 50%;
    margin: 0 auto;
}
.primary-button{
    width: fit-content;
    border: 1px solid #f77361;
    margin: 2px 8px;
    font-size:16px;
    padding: 13px 35px;
    border-radius: 3vw;
    color: #f77361;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
}
.primary-button-fill {
    background: #f77361;
    color: white;
}
.performer-search-wrap .calls-left i{
    margin-right:8px;
}
.circle-point-lg{
    position: absolute;
    right: 13%;
    top: 20%;
    width: 2.4vw;
    height: 2.4vw;
}
.circle-point-md{
    position: absolute;
    right: 50%;
    top: 85%;
    width: 2vw;
    height: 2vw;
}
.circle-point-sm{
    position: absolute;
    right: 10%;
    top: 52%;
    width: 1.25vw;
    height: 1.25vw;
}
.circle-point-xm{
    position: absolute;
    right: 63%;
    top: 23%;
    width: 1vw;
    height: 1vw;
}
.search-static-dots-1 {
    position: absolute;
    border-radius: 50%;
    top: 39%;
    left: 39%;
    width: 280px;
    height: 280px;
    margin-top: -100px;
    margin-left: -100px;
    
}
.search-static-dots-2 {
    position: absolute;
    border-radius: 50%;
    left: 39%;
    top: 39%;
    width: 280px;
    height: 280px;
    margin-top: -100px;
    margin-left: -100px;
}
.search-static-dots-3 {
    position: absolute;
    border-radius: 50%;
    position: absolute; 
    left: 44%;
    bottom: 18%;
    width: 245px;
    height: 245px;
    margin-top: -100px;
    margin-left: -100px;
    /* border-color: #ffffff4a;
    border-width: 0.5pt;
    border-style: solid; */
}
#sun {
    top: 30%;
    left: 30%;
    border-width: 0px;
    display: flex;
    padding: 5px;
    font-size: 24px;
    align-items: center;
    border-radius: 100%;
    width: 6vw;
    height: 6vw;
    color: #f77361;
    border:1px solid #f77361;
    background: white;
    justify-content: center;
    margin: 0 auto;
}
.continue-roulette-call{
    cursor: pointer;
}
#sun img{
    width:2.6vw;
}

#earth {
    top: 70%;
    left: 68%;
    height: 4vw;
    width: 4vw;
    border-radius: 50%;
}

#earth-orbit {
    top: 50%;
    left: 50%;
    width: 370px;
}

#mercury-orbit {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    border-width: 0;
    border-style: solid;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color:#13131373;
  }
.innerCircle {
    width: 14vw;
    height: 14vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.outerCircle {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.pos-r{
    width: fit-content;
    width: -moz-fit-content;    
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0px auto;
    border: 1px solid white;
    border-radius: 30px;
    padding: 0 10px ;
}
#venus-orbit {
    top: 24%;
    left: 24%;
    width: 10vw;
    height: 10vw;
    border-color: #ffffff21;
    border-width: 0.5pt;
    border-style: solid;
    border-radius: 50%;
    background-color: #fff;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #131313;
    border: 1px solid #FD7663;
    box-sizing: border-box;
}
#venus-orbit img{
    top: 35%;
    position: absolute;
    transform: translate(-50%, 50%);
}
.session-circle-wrap{
    display:none;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    right: 20%;
    bottom: 5%;
}
.session-circle-wrap .session-text br{
    display: none;
}
.session-digit{
    font-family: Overpass;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #FD7663;
    margin-right: 10px;
}
.session-text{
    font-family: Overpass;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #fff;
    margin-bottom: 0;
}
#custom-cel-body{
    top: 17%;
    left: 17%;
    height: 2.5vw;
    width: 2.5vw;
}
.cel-body-md{
    left: 16% !important;
    top: 72% !important;
    height: 1.8vw !important;
    width: 1.8vw !important;
}
#custom-orbit {
    top: 50%;
    left: 50%;
    width: 350px;
}
.marker, .marker:before, .marker:after {
    display: block;
    width: 20px;
    height: 20px;
    border: 4vw solid #333739;
    border-radius: 50%;
    }
  .marker:before, .marker:after {
    position: absolute;
    margin-left: 2px;
    margin-top: -4px;
    opacity: 0;
    border: 4vw solid #333739;
    animation: pulse 3s infinite ease-out;
    }
  .marker:before {
    content:"";
    animation-delay: 0s;
    }
  .marker:after {
    content:"";
    animation-delay: 1.5s;
    }
  
  
  @keyframes pulse {
    from {
      transform: scale(1);
      opacity: .5;
    }
    to {
      transform: scale(3, 3);
      opacity: 0;
    }
  }
/* width */
.performer-list{
    scrollbar-width: thin;
    scrollbar-color:  #fff grey;
}
.performer-list-wrap{
    padding-top:85px;
    height:100vh ;
}
.performer-list-wrap ::-webkit-scrollbar {
    width: 5px;
  }
 .performer-list-wrap  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
 .performer-list-wrap  ::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 30px;
  }
 .performer-list-wrap ::-webkit-scrollbar-thumb:hover {
    background: #fff; 
  }
/*video chat scree page CSS Start */
.videochat-sec , .video-review-popup-sec{
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    position:relative;
}
.videochat-sec{
    height: 100vh; 
}
.video-review-popup-sec{
    height: calc(100vh - 74px); 
}
.videochat-sec-userbg{
    background-image: url("/static/images/video-chat/viewer-in-bg.36e08dc53f8d.png");
    height:100vh; 
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video-review-popup-sec{
    background-image: url("/static/images/video-chat.05773d26d3f0.jpg");
}
.ar-call-username {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 0 0 30px;
}
.ar-video-call-username {
    position: absolute;
    left: 105px;
    top: 48px;
}
.ar-video-chat-user-info-box {
    position: relative;
    left: 30px;
    top: 30px;
    display: inline-flex;
    align-items: center;
}
.videochat-performer-img{
    position: relative;
    z-index: 1;
}
.videochat-performer-img.videochat-performer-img-roulette {
    padding: 30px 0 0 30px;
}
.videochat-performer-img .voice-call-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videochat-performer-img .voice-call-image img {
    width: 100px;
    height: 100px;
    margin-right: 0px;
}
.ar-voice-call-user-wrap {
    position: relative;
    z-index: 1;
    width: 400px;
    height: 400px;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.desktop-video-call-logo{
    z-index: 999;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.videochat-performer-img p{
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -0.05em;

    color: #FFFFFF;
}
.videochat-performer-img img{
    height: 60px;
    margin-right: 15px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
    background: white;
    border: 2px solid white;
}
.videochat-skip-wrap{
    position: absolute;
    left:30px;
    bottom: 30px;
    z-index: 1;
}
.button-premium{
    background: #FD7663;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    pointer-events: none;
}
.paid-call-btn{
    position: absolute;
    left: 130px;
    bottom: 100px;
    z-index: 1;
}
.videochat-skip {
    margin-right: 30px;
    cursor: pointer;
    display: flex;
    background: #333739;
    padding-top: 19px ;
    padding-bottom: 19px ;
    width:99px;
    text-align: center !important;
    justify-content: center;
    border-radius: 38px;
    border: 1px solid #fff;
}
.videochat-skip svg{
    width:60px;
    height:60px;
}
.skip-inner{
    display: flex;
    align-items: center; 
    justify-content: center;
}
.skip-inner img{
    width: 16px;
    height: 13px;
    margin-right:5px;
}
.skip-inner h5{
    font-family: Overpass;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.05em;
    position: relative;
    top: 3px;
}
.videochat-sendtips-wrap {
    background: #333739;
    border-radius: 5px;
    padding: 10px 8px;
    flex-direction: column-reverse;
}
.sendtips-box-wrap {
    flex-direction: column;
}
.sendtips-box{
    background: #FD7663;
    cursor: pointer;
    border:none;
    border-radius: 4px;
    margin-bottom: 10px;
    padding:4px 11px;
}
.sendTipText{
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.tipDigit{
    font-size:16px;
    line-height: 12px;
    padding-top: 7px;
}
.tipText{
    font-size: 12px;
    line-height: 14px;
}
.videochat-timer-wrap{
    position: absolute;
    right:30px;
    top: 30px;
    z-index: 1;
}
.videochat-timer {
    margin-top: 15px ;
}
.videochat-timer p{
    letter-spacing: 3px;
    padding: 6.5px 15px;
    border: 1px solid white;
    border-radius: 25px;
    width:140px;
}
.videochat-timer p span{
    position: relative;
    top: 2px;
}
.videochat-continue-call button{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #FD7663;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 100px !important;
    width: 100%;
    width: 185px !important;
    padding:10px 8px;
}
.videochat-continue-call {
    background: #333739;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 307px;
    font-size: 12px;
    width: 240px;
    padding: 15px 12px;
    position:relative;
}
.videochat-continue-call p{
    margin-top: 10px;
}
.videochat-continue-call:after {
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 16px;
    border-bottom-width: 0px;
    border-right: 26px solid #333739;
    display: inline-block;
    margin: 0 0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: -16px;
}
.viewer-screen-wrap{
    position: absolute;
    right:30px;
    bottom: 30px; 
    z-index: 1;
}
.micScreen-wrap{
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:flex;
    z-index: 1;
}
.mic-wrap , .fav-icon-wrap-call{
    z-index: 1;
    background: #0000008a;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin:0 5px;
    cursor: pointer;
}
.micScreen-wrap .fav-icon-wrap-call svg{
    width:26px;
    height:34px;
}
.list-item-wrapper{
    position: relative;
}
.fullScreenIconWrap{
    z-index: 1;
    background: #0000008a;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
      margin:0 5px;
}
.fullScreenIconWrap img{ 
    width:50%;
    cursor:pointer;
}
.mic-img-wrap{
    background: transparent;
    cursor: pointer;
}
/* video-chat popup screen */
.video-chat-popup-blur-img{
    width: 100%;
    position: relative;
}
.video-chat-popup-blur-img:after {
    content: "";
    background: #000000a1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.video-chat-popup-blur-img img{
    height: 100vh;
    width: 100%;
    filter: blur(8px);
    opacity: 0.8;
}
.video-chat-popup-sec{
    position: relative;
    top:45%;
}
.main-pop-window-custom{
    position: fixed;
    z-index: 99999;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}
.video-chat-popup  {
    background: #00000078;
    text-align: center;
    padding: 60px 10px;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    max-width: 600px;
}
.video-chat-popup .profile-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    border: 2px solid white;
}
.video-chat-popup .btn  {
    padding: 15px;
    border-radius: 35px !important;
    width: 200px !important;
    margin:0 10px;
}
.video-chat-popup .call-btn  {
    background: #FD7663;
    border-radius: 50px  !important;
    color:#fff !important;
    border:none;
}
.video-chat-popup .cancel-btn  {
    border: 1px solid #FD7663;
    box-sizing: border-box;
    border-radius: 50px !important;
    background:transparent;
    color:#FD7663 !important;
}
.video-chat-popup h4 {
    color: #FFFFFF;
    font-size: 30px;
}
.video-chat-popup p {
    font-size: 20px;
    color: #E7E7E7;
}
.review-form input{
    display: block;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    background: transparent;
    height: 88px;
    color: white;
}
.review-form input::placeholder{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.6;
}
.video-chat-popup .video-review-star .fa-star{
    font-size:25px;
    margin:0 2px;
  }
.video-chat-popup .video-review-star .checked{
   color: #FD7663; 
   font-size:25px;
 }
.paid-call-wrap {
   background-color: #FD7663; 

}
.videochat-sendtips-wrap .fa-star{
    font-size: 19px;
    color: white;
    margin-right: 10px;
}
.viewer-screen img {
    max-width: 80px;
    max-height: 100px;
}

/* NEW SCREENS */
a{
    cursor: pointer;
}
.bg-black{
    background-color: #000;
}
.primary-color{
    color: #B9B9B9 !important;
}
header.header{
    background-color: #333739;
}
header .navbar{
    height: 92px;
}
.custom-underline-left{
    position: relative;
}
.custom-underline-center{
    position: relative;
}
.custom-underline-left:after{
    content: "";
    background: #F77361;
    position: absolute;
    height: 3px;
    width: 25px;
    left: 20px;
    top: 25px;
}
.custom-underline-center:after{
    content: "";
    background: #F77361;
    position: absolute;
    height: 3px;
    width: 21px;
    left: 0;
    top: 25px;
    transform: translateX(50%);
}
.login-wrap{
    display: contents;
}
.head-mobile-options{
    display: none;
}
/* banner content CSS */
body{
    font-family: Overpass !important;
    font-style: normal;
}
.banner-content{
    max-height: 390px;
    height: 100%;
}
.banner-sec.become-arousr , .banner-sec.make-money{
    background-color: #cccccc; 
    max-height: 390px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
}
.banner-sec.become-arousr{
    background-image: url("/static/images/video-chat/new-screen/become-arousr-banner.png"); /* The image used */
}
.banner-sec.make-money{
    background-image: url("/static/images/video-chat/new-screen/make-money-banner.png"); /* The image used */
}
.banner-content-text{
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner-content-text-large{
    font-size: 20px;
    line-height: 25px;
}
.banner-content-head{
    font-weight: 900;
    font-size: 90px;
    line-height: 74px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.make-money-head{
    font-family: Overpass;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}
.make-money-head span{
    color: #FD7663;
}
.banner-content-subhead{
    font-weight: 900;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.arousr-content-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #B9B9B9;
}
.make-money-content-text {
    font-family: Overpass;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #B9B9B9;
}
.make-money-content-head{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.arousr-content-list li{
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.arousr-content-a{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FD7663;
}

/* footer CSS */
.footer-row{
    border-bottom:0.5px solid #666666;
}
.footer-row h5{
    font-weight: 900 ;
    font-family: Overpass;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}


.video-chat-popup-blur-img img{
    height: 100vh;
    width: 100%;
    filter: blur(8px);
    opacity: 0.8;
}
.video-chat-popup-sec{
    position: relative;
    top:45%;
}
.main-pop-window-custom{
    position: fixed;
    z-index: 99999;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}
.video-chat-popup  {
    background: #00000078;
    text-align: center;
    padding: 60px 10px;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    max-width: 600px;
}
.video-chat-popup .profile-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    border: 2px solid white;
}
.video-chat-popup .btn  {
    padding: 15px;
    border-radius: 35px !important;
    width: 200px !important;
    margin:0 10px;
}
.video-chat-popup .call-btn  {
    background: #FD7663;
    border-radius: 50px  !important;
    color:#fff !important;
    border:none;
}
.video-chat-popup .cancel-btn  {
    border: 1px solid #FD7663;
    box-sizing: border-box;
    border-radius: 50px !important;
    background:transparent;
    color:#FD7663 !important;
}
.video-chat-popup h4 {
    color: #FFFFFF;
    font-size: 30px;
}
.video-chat-popup p {
    font-size: 20px;
    color: #E7E7E7;
}
.review-form input{
    display: block;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    background: transparent;
    height: 88px;
    color: white;
}
.review-form input::placeholder{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.6;
}
.video-chat-popup .video-review-star .fa-star{
    font-size:25px;
    margin:0 2px;
  }
.video-chat-popup .video-review-star .checked{
   color: #FD7663; 
   font-size:25px;
 }
.paid-call-wrap {
   background-color: #FD7663; 

}
.videochat-sendtips-wrap .fa-star{
    font-size: 19px;
    color: white;
    margin-right: 10px;
}
.viewer-screen img {
    max-width: 80px;
    max-height: 100px;
}

/* NEW SCREENS */
a{
    cursor: pointer;
}
.bg-black{
    background-color: #000;
}
.primary-color{
    color: #B9B9B9 !important;
}
header.header{
    background-color: #333739;
}
header .navbar{
    height: 92px;
}
.custom-underline-left{
    position: relative;
}
.custom-underline-center{
    position: relative;
}
.custom-underline-left:after{
    content: "";
    background: #F77361;
    position: absolute;
    height: 3px;
    width: 25px;
    left: 20px;
    top: 25px;
}
.custom-underline-center:after{
    content: "";
    background: #F77361;
    position: absolute;
    height: 3px;
    width: 21px;
    left: 0;
    top: 25px;
    transform: translateX(50%);
}
.login-wrap{
    display: contents;
}
.head-mobile-options{
    display: none;
}
/* banner content CSS */
body{
    font-family: Overpass !important;
    font-style: normal;
}
.banner-content{
    max-height: 390px;
    height: 100%;
}
.banner-sec.become-arousr , .banner-sec.make-money{
    background-color: #cccccc; 
    max-height: 390px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
}
.banner-sec.become-arousr{
    background-image: url("/static/images/video-chat/new-screen/become-arousr-banner.png"); /* The image used */
}
.banner-sec.make-money{
    background-image: url("/static/images/video-chat/new-screen/make-money-banner.png"); /* The image used */
}
.banner-content-text{
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner-content-text-large{
    font-size: 20px;
    line-height: 25px;
}
.banner-content-head{
    font-weight: 900;
    font-size: 90px;
    line-height: 74px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.make-money-head{
    font-family: Overpass;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}
.make-money-head span{
    color: #FD7663;
}
.banner-content-subhead{
    font-weight: 900;
    font-size: 35px;
    line-height: 30px;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.arousr-content-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #B9B9B9;
}
.make-money-content-text {
    font-family: Overpass;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #B9B9B9;
}
.make-money-content-head{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.arousr-content-list li{
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.arousr-content-a{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #FD7663;
}
/* footer CSS */
.footer-row{
    border-bottom:0.5px solid #666666;
}
.footer-row h5{
    font-weight: 900 ;
    font-family: Overpass;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}


/*MAKE MONEY CSS START  */
.make-money-tab-content{
    background:#333739;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.make-money-tab-content-row{
    border-bottom:0.5px solid #4C4E50 ;
}
.make-money-tab-content-row:last-child {
    border-bottom:0px solid #4C4E50 ;
}
.make-money-tab .make-money-tab-head {
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #333739;
}
.make-money-tabs .nav-tabs .nav-link{
    background: #666666;
}
.make-money-tab-content-img{
    width: 20%;
}
.make-money-tab-content-text-wrap{
    width:80%;
}
p.make-money-tab-content-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
p.make-money-tab-content-date{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #B9B9B9;
}
.tags-wrap h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
}
.tags-wrap a {
    padding: 5px 12px;
    border: 1px solid #333739;
    margin-right: 10px;
    margin-bottom: 7px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #666666;
}
.categories-wrap p{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #B9B9B9;
}
.categories-wrap form{
    background: #333739;
    padding: 12px;
    border-radius: 43px;
}
.categories-wrap select{
    width: 100%;
    background: transparent;
    border: unset;
    color: #666666;
}
.explore-wrap a{
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #B9B9B9;
    padding: 10px 0;
    border-bottom:1px solid #4C4E50 ;
    position: relative;
    display: block;
}
.explore-wrap a svg{
    position: absolute;
    right: 0;
}
.session-btn{
    cursor: auto  !important;
}
/* WELCOME AROUSR SCREEN CSS */
.welcome-screen h3{
font-weight: 600;
font-size: 26px;
line-height: 35px;
opacity: 0.8;
}
.welcome-screen h1{
font-weight: bold;
font-size: 45px;
line-height: 35px;
margin-bottom: 15px;
}
.welcome-screen h1 span{
color: #FD7663;
}
.welcome-screen p{
font-size: 18px;
line-height: 24px;
opacity: 1;
}
.welcome-screen p.bold{
font-weight: 700;
font-size: 18px;
}
.welcome-screen button{
font-weight: 600;
font-size: 18px;
line-height: 24px;
text-align: center;
text-transform:capitalize;
width:302px;
margin: 0 auto;
}

.banner-sec.welcome-arousr{
background-color: #fff; 
height: 100vh;
background-position: center;
background-repeat: no-repeat; 
background-size: cover; 
display:flex;
align-items:center;
justify-content:center;
}
#close-video-call{
    cursor: pointer;
}

.bottom-shadow:after{
    content: "";
    position: absolute;
    background-image: url("/static/images/online-assets/Background.df9819679624.png");
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
}
.performer-name{
    z-index: 5;
}
.link{
    color: #FD7663;
    display: block;
    font-size:18px;
    margin-top:5px;
}
.link:hover{
    color: #FD7663 !important;
}
.video-option-btn button , .buyCreditbtn{
    width: 20vw !important;
    padding: 1vw 2vw;
    margin: 0 auto;
}
.buyCreditbtn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-option-btn span{
    text-align: center;
}
.video-option-btn button img {
    width: 1.5vw;
}
.performer-left-list-wrap{
        width: 15vw;
        margin-right: 0px;
        float: left;
}
.performer-left-list-wrap .performer-list-head{
    left:14px;
}
.performer-right-list-wrap{
    width: 15vw;
    margin-right: 0px;
    float: right;
    position: relative;
}
.profile-list-loader-wrapper{
    position: absolute;
    background-color: #ffffffab;
    z-index: 999999;
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    top: 50%;
    justify-content: center;
    border-radius: 20px;
}
.performer-right-list-wrap .loader , .performer-left-list-wrap .loader{
    width: 25px;
    height: 25px;
    z-index: 99999;
}
.cancel-btn-device-popup{
    width: 100% !important;
    border-radius: 0 0 8px 8px;
}
.cross-wraper{
    position: fixed;
    right: 35px;
    color: white;
    top: 35px;
    z-index: 99;
    opacity: 0.5;
}
.cross-wraper svg{
    cursor: pointer;
}
.refresh-page{
    cursor: pointer;
}
.pulses-none, .pulses-none:before, .pulses-none:after {
    border: unset;  
}
.pulses-none:before, .pulses-none:after {
    border: unset;
}
.loader {
    border: 1px solid #343739;
    border-radius: 50%;
    border-top: 2px solid #f77361;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.repeat-icon{
    display: inline-block;
    cursor: pointer;
}
.main-pop-window{
    position: fixed;
} 

.placeholder-item {
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
    border-radius: 4px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.placeholder-item::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.reverseCameraInMobile {
    display: none;
}

#video {
    display: none;
}

@keyframes load {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/* border outer start */
/* .search-border-wrap{
    position: absolute;
    width: 26VW;
    height: 26VW;
    z-index: 1000;
}
.search-border-wrap circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #cc1717;
    stroke-width: 6px;
    stroke-linecap: round;
    transform: translate(5px,5px);
}
.search-border-wrap circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (363 * 90) / 100);
    stroke: #00ff43;
}
.search-border-wrap circle:nth-child(2) {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
} */
/* border outer end */

.sessionLoaderClass{
    position: absolute;
    left:-25px;
    width: 30px;
    height: 30px;
    top: -5px;
}
.launch-span{
    position: relative;
    top: 2.5px;
}
.zoommmm{
    width: 195px!important;
    height: 161px !important;
    transition: all 3s ease;
    transform: translate(-50%, 0%) !important;
    left: 91% !important;
    top: 71% !important;
    z-index: 99;
    -webkit-filter:unset !important;
}
.only-portrait{
    display: none;
    height: 0;
}
.hide-only-portrait{
    display: inline-block;
    height: 0;
}
.landscape-mobile{
    display: none;
}
.list-style-disc {
    list-style: disc;
    margin-left: 15px;
}
/* MEDIA QUERY START */
@media(min-width:2300px){
    p.performer-list-head {
        font-size: 45px;
        line-height: 50px;
    }
    p.performer-list-head:after {
        width: 65px;
        top: 50px;
    }
    .videochat-performer-img p{
        margin-bottom: 0;
    }
    .desktop-video-call-logo{
        top:3%;
    }
    .mic-wrap  , .fullScreenIconWrap {
        margin:0 10px;
    }
}
@media (min-width: 1920px) and (max-width:2299px) {

    .desktop-video-call-logo{
        top:3%;
    }
    .performer-list{
        height: calc(100vh - 20vh);
    }
    .performer-search-wrap h3 {
        margin: 25px 0;
    }
    p.performer-list-head {
        font-size: 35px;
        line-height: 50px;
    }
    p.performer-list-head:after {
        width: 65px;
        top: 50px;
    }
    .videochat-performer-img p{
        margin-bottom: 0;
    }
}
@media (min-width: 1800px)  {
.performer-list-wrap{
    height: 100vh;
}
}
@media (min-width:1500px) and (max-width:1750px) {
    .performer-list-wrap{
        padding-top: 110px;
        height: 100vh;
    }
}
@media (min-width: 1366px) and (max-width:1600px) {
    .buyCreditbtn{
        width:250px !important;
        height:50px;
        padding: 10px 10px !important;
        margin:0 auto;
    }
}
@media (min-width: 1366px) {
    button#full-screen:after, button#micro-phone:after, button#end-call:after { 
        display: none;
    }
    .outerCircle {
        width: 18vw;
        height: 18vw;
    }
}

@media (max-width: 1156px) {
    .session-digit {
        font-size: 22px;
        line-height: 20px;
    }
    .session-text {
        font-size: 14px;
        line-height: 13px;
    }
}
@media (min-width: 901px)  and (max-width:1365px){
    .mic-wrap {
        left: 45%;
        width: 45px;
        height: 45px;
    }
    .fav-icon-wrap-call{
        width: 45px;
        height: 45px;
    }
    .fav-icon-wrap-call svg{        
        width:20px !important;
    }
    .fullScreenIconWrap {
        left: 53%;
        width: 45px;
        height: 45px;
    }
    .mic-img-wrap img{
        width: 60%;
    }
    .fullScreenIconWrap img{
        width: 30%;
    }
}
@media (max-width: 1024px) {
    .sessionLoaderClass{
    width:20px;
    height:20px;
    }
    /* video list screen*/
    .actionsController button {
        position: relative;
    }
    button#full-screen:after, button#micro-phone:after, button#end-call:after {
        /* content: attr(data-line); */
        position: absolute;
        left: 0;
        right: 0;
        margin: 3px auto;
        top: 88%;
        color: #6e7c8c;
    }
    .modal-custom .modal-custom-footer {
        height: 59px;
    }
    .videochat-skip-wrap .videochat-skip h5 {
        font-size: 14px;
    }
    .videochat-timer-wrap svg{
        width: 20px;
    }
    .videochat-continue-call p{
        font-size:12px;
    }
    /* .performer-box img{
        width: 100%;
        height: 100%;
        max-height: 100px;
    } */
}
@media  (max-width:900px) and (orientation: landscape) {
    .landscape-mobile{
        display: block;
    }
    .fav-icon-wrap-call.landscape-mobile {
        width: 35px;
        height: 35px;
        display: flex;
    }
    #time-left {
        min-width: 40px;
    }
    .launch-span{
        top: 1.5px;
    }
    .videochat-performer-img {
        left: 10px;
        top: 15px !important;
    }
    .videochat-timer-wrap {
        right: 10px;
        top: 15px !important;
    }
    .zoommmm{
        width: 121px!important;
        height: 96px !important;
        left: 90% !important;
        top: 70% !important;
    }
    .videochat-timer-wrap {
        top: 15px;
    }
    .time-left-wrap{
        left: 95px;
        bottom: 15px;
        font-size: 14px;
        line-height: 10px;
        width: 135px;
        min-width: 135px;
        padding: 10px 5px;
    }
    .paid-call-btn{
        left: 95px;
        bottom: 60px;
    }
    .paid-call-btn button{
        padding: 5px 14px;
        border-radius:30px;
    }
    .performer-box{
        margin: 0;   
    }
    .review-popup-sec {
        margin-top: 170px;
    }
    .cross-wraper svg {
        width: 12px;
        height: 12px;
    }
    .cross-wraper {
        top: 5px;
    }
    #close-video-call img{
     width:30px;
     height:30px;
    }
    .performer-list-wrap {
        padding-top: 40px;
        height: 100vh;
    }
    .timeLabel, .countdown{
        font-size: 12px;
    }
    .main-pop-window{
        position: fixed;
        width: 265px;
        height: 270px;
        top: 50%;
    }
    .pops-display-texts{
        font-size: 16px;
    }
    .pops-left-button.cancel{
        font-size: 14px;
    }
    .pops-display-texts {
        position: relative;
        height: 124px;
    }
    .mobile-chat-option-popup{
        width:260px;
    }
    .welcome-screen p{
        margin-bottom:7px;
    }
    p.performer-list-head{
        margin-bottom: 12px;
    }
    .video-option-btn button img{
        margin-right: 5px !important;
    }
    .videochat-continue-call:after{
        border-top-width: 18px;
        border-right: 22px solid #333739;
        top: -16px; 
    }
    .videochat-skip svg {
        width: 45px;
        height: 45px;
    }
    .link{
        font-size:14px;
    }
    .arousr-main-head img{
        width:70px;
    }
    .arousr-main-head {
        background-color: #333739;
        padding: 15px;
        display: block;
    }
    .video-chat-popup-blur-img:before {
        content: "";
        background-image: url("/static/images/logo-mobile-popup.7516c06edc59.svg");
        position: absolute;
        right: 3%;
        top: 8%;
        background-size: 100%;
        z-index: 1;
        height: 22px;
        width: 91px;
        background-repeat: no-repeat;
    }
    .performer-search-circle{
        margin:20px auto 15px;
    }
    p.performer-list-head:after{
        top:20px;
        height: 2px;
        width: 20px;
    }
    .performer-box p span{
        top: 0;
        width: 6px;
        height: 6px;
    }
    .video-chat-popup{
        max-width: 310px;
    }
    .videochat-continue-call button{
        font-size: 12px;
        width: 155px !important;
        padding: 3px 12px;
    }
    .videochat-timer p {
        padding: 4px 10px;
        font-size: 10px;
        width: 102px;
    }
    .sentips-text{
        line-height: 14px;
        font-size: 12px;
    }
    .videochat-skip-wrap .videochat-skip h5 {
        font-size: 14px;
        position: relative;
        top: 1.3px;
    }
    .videochat-continue-call{
        width: 100%;
    }
    .videochat-timer-wrap svg{
        width: 16px;
        margin-right: 7px !important;
    }
    .videochat-continue-call p{
        margin: 0px;
    }
    .videochat-skip h5{
        font-size: 14px;
    }
    .videochat-performer-img img{
        width: 45px ;
        height: 45px;
        margin-right:10px;
    }
    .sendtips-box-wrap {
        align-items: center;
    }
    .send-tipsbox p{
        font-size: 12px;
        line-height: 11px;
    }
    .tipText {
        font-size: 12px;
        line-height: 14px;
    }
    .tipDigit {
        font-size: 14px;
        line-height: 14px;
        padding-top: 2px;
    }
    .videochat-performer-img p{
        margin-bottom: 0;
    }
    .videochat-skip {
        margin-right: 7px !important;
        padding: 8px !important;
        width: 95px;
    }
    .videochat-timer {
        margin-right: 0px;
    }
    #close-video-call{
        text-align: right;
    }
    .videochat-sendtips-wrap {
        padding: 6px 5px !important;
    }
    .mic-img-wrap {
        padding: 8px !important;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0000008a !important;
    }
    .mic-wrap{
        background: unset !important;
    }
    .fav-icon-wrap-call{
        padding: 7px !important;
        width: 35px;
        height: 35px;
    }
    .fullScreenIconWrap{
        padding: 7px !important;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .fullScreenIconWrap img{
        width: 80%;;
    }
    .mic-img-wrap img{
        width: 15px;
        height: 15px;
    }
    .micScreen-wrap .fav-icon-wrap-call svg{
        width:15px;
        height:15px;
    }
    button#full-screen {
        display: none !important;
    }
    .videochat-performer-img p {
        font-size: 16px;
    }
    .performer-list-wrap ::-webkit-scrollbar {
        width: 3px;height: 3px;
    }
    .stopIcon-TimerWrap .videochat-timer {
        margin-top: 20px !important;
    }
    .videochat-continue-call{
        padding: 12px !important;
        margin-top: 15px !important;
    }
    .videochat-sendtips-wrap {
        padding: 8px !important;
    }
    #local video{
        width: 120px;
        right:10px;
    }
    .micScreen-wrap{
        bottom:0;
    }
    .zoommmm{
        bottom: 4%;
    }
    .mic-wrap.mic-wrap-mute {
        /* background: #0000008a; */
    }
    .mic-wrap{
        width: 35px;
        height: 35px;
        background: #fff;
    }
    .videochat-timer span{
        font-size:14px !important;
        line-height: 18px !important;
        margin:0 !important;
        top:1px !important;
    }
    .primary-button {
        font-size: 10px;
        padding: 6px 20px;
    }
    .video-option-btn button, .buyCreditbtn {
        width: 150px !important;
        padding: 8px 22px !important;
        margin: 0 auto;
    }
    .performer-search-wrap h3{
        font-size:18px;
        line-height: 22px;
        margin-bottom: 5px;
        letter-spacing: -0.03em;
        font-weight:600;
        margin-bottom: 20px;
    }
    .performer-search-wrap hr br{
        display:none;
    }
    .video-btn-option{
        margin-top:6px !important
    }
    .video-btn-option svg{
        width: 15px;
    }
    .circle-btn-text{
        font-size: 14px;
        line-height: 15px;
        margin:0;
    }
    .main-pop-window-custom{
        display: none;
    }
    #custom-orbit{
        margin-left: -99px;
        margin-top: -99px;
        width: 200px !important;
        height: 200px !important;
        top: 50% !important;
        left: 50% !important ;
    }
    /* #earth {
        top: 0;
        left: 40%;
        height: 40px;
        width: 40px;
    }
    #earth-orbit {
        margin-left: -110px;
        margin-top: -110px;
        width: 230px  !important;
        height: 230px  !important;
        top: 49%  !important;
        left: 49%  !important;
    } */
    /* #sun{
    padding: 15px;
    font-size: 15px;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    } */
    .search-static-dots-3 {
        left: 41%;
        bottom: 1%;
    }
    .search-static-dots-2{
        width: 250px;
        height: 250px;
    }
    .videochat-sec{
        height:calc(100vh - 44px); 
    }
    #remote {
        height: calc(100vh - 44px);
        margin-top:50px;
    }
    .video-option-btn button {
        width:135px !important;
        padding: 8px 10px  !important;
    }
    .search-static-dots-1 {
        top: 40%;
        left: 40%;
        width: 250px;
        height: 250px;
    }  
    .bottom-shadow:after {
        right: 0;
        bottom: 0px;
        z-index: 6;
        background-repeat: no-repeat;
        background-size: cover;
    }  
    .performer-box p {
        z-index: 8;
        bottom: -1px;
        left: 9px;
    }
}
@media (max-width: 840px) and (orientation: landscape) {
    .session-circle-wrap {
        position: fixed;
        right: 20%;
        bottom: 10%;
    }
    .session-digit{
        margin-bottom: 0;
        height: 20px;
    }
    .session-text {
        font-size: 12px;
        top:12px;
        line-height: 9px;
        transform: unset;
        position: static;
    }
    .sessionLoaderClass {
        left: 43%;
        top: 2px;
    }
    #own-vidio-stream{
        top: 20px;
        height: 90vh;
    }
}


@media (max-width: 768px) {
    .reverseCameraInMobile {
        display: block;
    }
    #video {
        display: block;
    }
    .actionsController button {
        position: relative;
    }
    button#full-screen:after, button#micro-phone:after, button#end-call:after {
        /* content: attr(data-line); */
        position: absolute;
        left: 0;
        right: 0;
        margin: 3px auto;
        top: 88%;
        color: #6e7c8c;
    }
    .btn-md-footer {
        height: 22px !important;
        width: 22px !important;
        min-height: 20px !important;
        min-width: 20px !important;
    }
    .btn-md-footer { 
        width: 50%;
    }
    /* video call screen */
    /* .performer-search-circle{
       height: 300px;
       width: 300px;
    } */
    .search-static-dots-3{
        left: 47%;
        bottom: 13%;
        width: 220px;
        height: 220px;
    }
    .videochat-performer-img {
        left: 10px;
        top: 15px;
    }
    .videochat-timer-wrap {
        right: 10px;
        top: 15px;
    }
    .viewer-screen-wrap {
        right: 10px;
        bottom: 15px;
    }
    .videochat-skip-wrap {
        left: 10px;
        bottom: 30px;
    }
    /* video pop up screen */
    .video-chat-popup {
        padding: 20px;
    }
    .video-chat-popup .profile-img {
        height: 80px;
        width: 80px;
    }
    .video-chat-popup h4 {
        line-height: 24px;
        font-size: 20px;
    }
    .video-chat-popup p {
        font-size: 16px;
    }
    .video-chat-popup .btn {
        padding: 10px;
        width: 150px !important;
        font-size: 12px;
    }
    .become-arousr-btn-wrap{
        width:100%;
    }
    .become-arousr-btn-wrap button{
        width: 100%;
        margin-bottom: 10px;
        padding: 11px;
        font-size: 14px;
        line-height: 21px;
    }
    .videochat-continue-call button{
        font-size: 12px;
        width:112px !important;
    }
    .videochat-continue-call{
        width: 100%;
    }
    .cross-wraper {
        top: 15px;
        right: 15px;
        opacity: 0.5;
    }
    .cross-wraper svg {
        width:15px;
    }
    .loader {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 767px) {
    .videochat-performer-img.videochat-performer-img-roulette {
        padding: 45px 0 0 10px;
    }
    .roulette-videochat-sec .desktop-video-call-logo{
        top: 25px;
        text-align: center;
    }
    .roulette-videochat-sec .desktop-video-call-logo img {
        width: 60%;
    }
    .roulette-videochat-sec .videochat-performer-img img{
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }
    .roulette-videochat-sec .videochat-timer {
        margin-right: 0;
    }
    .roulette-videochat-sec .videochat-continue-call{
        margin-top: 10px !important;
        margin-right: 2px;
    }
    .roulette-videochat-sec .micScreen-wrap{
        align-items: center;
    }
    .roulette-videochat-sec .mic-wrap, .roulette-videochat-sec .fav-icon-wrap-call{
        width: 50px;
        height: 50px;
    }
    .roulette-videochat-sec .micScreen-wrap .fav-icon-wrap-call svg {
        width: 30px;
        height: 30px;
    }
    .roulette-videochat-sec .videochat-skip{
        bottom: 50px;
    }
    .roulette-videochat-sec .videochat-sendtips-wrap{
        gap: 10px;
    }
    .roulette-videochat-sec .sendTipText{
        line-height: 16px !important;
    }
    .time-left-wrap.roulette-time-left-mobile{
        bottom: 145px;
        width: 135px;
        min-width: 140px;
        font-size: 14px;
        line-height: 24px;
        left: auto;
        transform: none;
        right: 10px;
    }
    .fav-icon-wrap{
        top: 0px;
        right: 38px !important;
        left: unset;
        z-index: 95;
    }
    .micScreen-wrap .fav-icon-wrap-call svg{
        width:15px;
        height:15px;
    }
    .fav-icon-wrap-search-page{
        left: 7px;
        top: 7px;
        height: 50px;
        width: 50px;
        z-index: 150;
        outline: 1px solid transparent;
    }
    .fav-icon-wrap svg{
        width: 26px;
        height: 26px;
        fill: grey;
    }
    .fav-icon-wrap svg path{
        fill: grey;
    }
    .fav-icon-wrap.enable-fav svg path{
        fill: #fd7663;
    }
    .performer-box{
        margin: 0;   
    }
    .sendtips-box{
        padding: 2px 5px;
    }
    .welcome-screen p{
        margin-bottom: 7px;
    }
    .welcome-screen button{
        border-radius:30px;
    }
    .banner-sec.welcome-arousr {
        margin-top: 80px !important;
        background-position: top;
    }
    p.performer-list-head{
        font-size: 10px;
    }
    .performer-list{
        margin-top:15px;
    }
    .primary-button {
        font-size: 10px;
        display: block;
        padding: 4px 20px;
        font-size: 10px;
        margin: 0 auto;
    }
    .performer-search-wrap h3 , .performer-name{
        font-size: 16px !important;
        line-height:22px;
    }
    .videochat-sendtips-wrap .fa-star{
        font-size: 12px;
    }
    .videochat-continue-call button {
        width: 150px !important;
        padding: 4px;
    }
    .performer-list-wrap ::-webkit-scrollbar {
        width: 3px;height: 3px;
    }
    .performer-box {
        position: relative;
        min-width: 120px;
        z-index: 149;
    }
    /* performer list page CSS */
    .modal-custom .modal-custom-footer{
        height: 62px;
    }
    .actionsController button{
        position: relative;
    }
    button#full-screen {
        display: none;
    }
    /* button#full-screen:after, button#micro-phone:after, button#end-call:after { */
    button#micro-phone:after, button#end-call:after {
        /* content: attr(data-line); */
        position: absolute;
        left: 0;
        right: 0;      
        margin: 3px auto;
        top: 100%;
        color: #6e7c8c;
    }
    button#micro-phone:after {
        /* content: attr(data-line);    */
    }
    button#end-call:after {
        /* content: attr(data-line);        */
    }
    .modal-custom-header .live-chat {
        color: #fff;
        margin-top: 16px;
    }
    #local video {
       width:80px;
    }
    /* a.performer-box img {
        width: 75px;
        height: 65px;
    } */
    /* #earth{
        top:5%;
    } */
    #earth-orbit{
        width: 250px;
        height: 250px;
        top: 67%;
        left: 67%;
    }
    #custom-orbit {
        width: 250px;
        height: 250px;
        top: 66%;
        left: 66%;
    }
    .search-static-dots-1 {
        top: 42%;
        left: 42%;
        width: 250px;
        height: 250px;
    }
    .search-static-dots-2{
        left: 42%;
        top: 42%;
        width: 250px;
        height: 250px;
    }
    /* video chat page CSS */
    .performer-list-wrap ::-webkit-scrollbar {
        width: 3px;height: 3px;
      }
    .videochat-timer{
        margin-top:0  !important;
    }
    .videochat-performer-img {
        left: 0;
        top: 0;
    }
    .ar-roule-videochat-sec .videochat-performer-img {
        left: 0;
        top: 0;
        padding: 53px 0 0 10px;
    }
    .ar-roule-videochat-sec .videochat-performer-img img{
        height: 50px;
        width: 50px;
    }
    .ar-roule-videochat-sec .fav-icon-wrap.fav-icon-wrap-call{
        width: 33px;
        height: 33px;
    }
    .ar-voice-call-user-wrap {
        position: relative;
        z-index: 1;
        width: 300px;
        height: 300px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .videochat-performer-img .voice-call-image {
        top: 45%;
    }
    .ar-call-username{
        padding: 60px 0 0 10px;
    }
    .ar-video-chat-user-info-box{
        left: 10px;
        top: 50px;
    }
    .ar-video-call-username{
        left: 80px;
        top: 65px;
    }
    .videochat-timer-wrap {
        right: 10px;
        top: 55px;
    }
    .viewer-screen-wrap {
        right: 10px;
        bottom: 15px;
    }
    .videochat-skip-wrap {
        left: 10px;
        bottom: 15px;
    }
    .videochat-skip-wrap .videochat-skip h5{
        margin: 0 !important;
    }
    .videochat-sendtips-wrap {
        padding: 6px 6px !important;
    }
    .send-tips-box-wrap .send-tips-box{
        font-size: 12px;
        padding: 5px !important;
    }
    .videochat-continue-call {
        padding: 10px !important;
        width: 170px;
        margin-top: 15px !important;
    }
    /* video pop up screen */
    .video-chat-popup {
        padding: 15px;   
    }
    .video-chat-popup .profile-img {
        height:60px;
        width: 60px;
    }
    .video-chat-popup h4 {
        line-height: 20px;
        font-size: 18px;
    }
    .video-chat-popup p {
        font-size: 14px;
    }
    .video-chat-popup .btn {
        padding: 8px;
        width:100px !important;
    }
    /* become arousr */
    header .navbar{
        height: auto;
    }
    header .navbar .nav-item {
        margin-bottom: 15px;
    }
    header .navbar-collapse{
        padding-top: 20px;
    }
    .head-mobile-options{
        display: block;
    }
    .head-mobile-options svg:nth-child(2){
        margin-left: 15px;
    }
    .banner-sec.become-arousr{
        background-image: url("/static/images/video-chat/new-screen/mobile-become-arousr-banner.png"); /* The image used */
    }
    .banner-sec.make-money{
        background-image: url("/static/images/video-chat/new-screen/mobile-make-money-banner.png"); /* The image used */
    }
    .login-wrap button{
        margin-left: 0;
        margin-bottom: 10px;
    }
    .arousr-content-list li {
        font-size: 14px;
        line-height: 21px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .performer-list-wrap{
        padding-top: 45px;
        height: 100vh;
        padding-bottom: 50px;
    }
    .arousr-main-head {
        padding: 15px;
    }
    .arousr-main-head img {
        width: 70px;
    }
    .cross-wraper {
        right: 14px;
        top: 20px;
    }
    .cross-wraper svg{
        width: 12px;
        height: 12px;
    }
    p.performer-list-head {
        font-size: 16px;
    }
    .performer-box small{
        font-size: 12px;
    }
    #sun img {
        width: 25px;
    }
    #sun  {
        width: 60px;
        height:60px;
    }
    #mercury-orbit{
        width: 100px;
        height:100px; 
    }
    .arousr-main-head{
        top:5%;
    }
    .performer-box p {
        left: 1px;
        font-size: 10px;
        line-height: 12px;
    }
    .videochat-skip {
        margin-right: 15px !important;
    }
    .videochat-performer-img {
        left: 10px;
        top: 15px;
    }
    .videochat-timer-wrap {
        right: 10px;
        top: 15px;
    }
    .viewer-screen-wrap {
        right: 10px;
        bottom: 15px;
    }
    .videochat-skip-wrap {
        left: 10px;
        bottom: 15px;
    }
    /* video chat popup */
    .video-chat-popup {
        padding:50px 15px;   
        max-width: 310px;
    }
    .video-chat-popup .profile-img {
        height:80px;
        width: 80px;
    }
    .video-chat-popup h4 {
        line-height: 20px;
        font-size: 18px;
    }
    .video-chat-popup p {
        font-size: 14px;
    }
    .video-chat-popup .btn {
        padding: 8px;
        width:100px !important;
        font-size:12px;
    }

}
@media (max-width:767px) and (orientation:portrait) {
    .fav-icon-wrap.fav-icon-wrap-call{
        top: 55px;
        right: -1px !important;
        left: unset;
        z-index: 9;
        margin: 0;
        width: 45px;
        height: 45px;
    }
    .fav-icon-wrap.fav-icon-wrap-call svg{
        width: 22px;
        height: 22px;
    }
    .only-portrait{
        display: block;
    }
    /* .hide-only-portrait{
        display: none;
        height: 0;
    } */
    .link{
        font-size: 14px;
    }
    .session-circle-wrap .session-text br{
        display: block;
    }
    .mic-wrap.mic-wrap-mute {
        background: #333739;
    }
    .arousr-main-head img{
        display: none;
    }
    .launch-span{
        top: 0.5px;
    }
    #time-left {
        min-width: 40px;
    }
    .zoommmm{
        width: 101px!important;
        height: 161px !important;
        transition: all 2.2s ease;
        z-index: 99;
        width: 80px !important;
        height: auto !important;
        bottom: 140px;
        left: 84% !important;
        position: absolute !important;
        top: unset !important;
        z-index: 151;
    }
    #own-vidio-stream {
        transform: translate(-50%, 56%);
        height: 300px;
        width: 100%;
    }
    .over_own_video_stream {
        margin-top: 20px;
    }
    .outerCircle {
        width: 135px;
        height: 135px;
    }
    #mercury-orbit {
        width: 100px;
        height: 100px;
    }
    .innerCircle {
        width: 110px;
        height: 110px;
    }
    #sun{
        width: 60px;
        height: 60px;
    }
    #sun img {
        width: 25px;
    }
    .buyCreditbtn {
        width: 153px !important;
        border-radius: 30px;
        display: flex !important;
        margin: 0 auto !important;
        padding: 9px 13px;
    }
    .session-circle-wrap {
        right: 2%;
        top: 5%;
        bottom:unset;
        position: absolute;
        border-right: 1px solid #f77361;
        padding-right: 10px;
        flex-direction: column;
        align-items: normal;
    }
    .session-digit{
        margin-bottom: 3px;
        height: 20px;
        text-align: right;
        margin-right: 0;
        font-size: 20px;
    }
    .session-text {
        font-size: 14px;
        top:12px;
        text-align: right;
        line-height: 16px;
        transform: unset;
        position: static;
    }
    .sessionLoaderClass {
        left: 50%;
        top: 2px;
    }
    .videochat-skip-wrap{
        flex-direction: column-reverse;
    align-items: flex-start !important;
    }
    .videochat-sendtips-wrap{
        flex-direction: column;
        border-radius: 0 !important;
    }
    .sendtips-box-wrap {
        flex-direction: column-reverse;
    }
    .sendtips-box{
        margin-left: 0 !important;
        margin-bottom: 10px;
        height: 38px;
    }
    .videochat-sendtips-wrap {
        padding: 6px !important;
        margin-bottom: 14px;
    }
    .performer-box p {
        left: 5px;
        bottom: 2px;
        font-size: 12px !important;
        display: flex;
        align-items: center;
    }
    .performer-name small{
        width: 55px;
        overflow:hidden; 
        white-space:nowrap; 
        text-overflow: ellipsis;
        display:inline-block;
        line-height: 16px;
        font-size: 14px;
    }
    .video-option-btn{
        margin-top:0px !important;
    }
    .performer-left-list-wrap , .performer-right-list-wrap  {
        width: 100%;
        background-color: #000;
    }
    .performer-list {
        flex-direction: row;
    }
    .performer-box {
        position: relative;
        width: 15vh;
        height: 15vh;
        min-width: 15vh;
        margin-right: 2px;
    }
    .performer-list {
        height: unset; 
        overflow-y: hidden;
        margin-top: 2vw;
        overflow-x: auto;
    }
    .performer-box img {
        max-width:15vh;
        max-height: 15vh;
        height: 15vh;
        width: 15vh;
    }
    .performer-left-list-wrap .performer-list-head ,
    .performer-right-list-wrap .performer-list-head{
        position: static;
        font-size: 16px;
        padding-left: 15px;
        margin-bottom: 12px;
    }
    p.performer-list-head:after{
        left:15px;
        top: 20px;
    }
    #venus-orbit {
        top: 30%;
        left: 30%;
        width: 70px;
        height: 70px;
    }
    #earth {
        height: 30px;
        width: 30px;
    }
    #custom-cel-body {
        height: 20px;
        width: 20px;
    }
    .circle-point-lg {
        width: 17px;
        height: 17px;
    }
    .cel-body-md {
        height: 13px !important;
        width: 12px !important;
    }
    .circle-point-md {
        width: 15px;
        height: 15px;
    }
    .performer-list-wrap {
        height: 100vh ;
    }
    .performer-search-circle {
        height: 170px;
        width: 170px;
        margin: 20px auto 10px;
    }
    .performer-box p span{
        top:0px;
        margin-left: 0;
    }
    .circle-point-xm {
        top: 27%;
        width: 10px;
        height: 10px;
    }
    h3#text-on-searching {
        font-family: Overpass;
        font-style: normal;
        font-weight: bold !important;
        font-size: 13px !important;
        line-height: 18px;
        margin-bottom: 25px !important;
        margin-top: 0px !important;
    }
    .video-option-btn button {
        width: 153px !important;
        padding: 1vw 2vw;
        border-radius:30px;
    }
    .circle-btn-text{
        font-size: 14px;
        line-height: 18px;
        border-radius: 30px;
    }
    .arousr-main-head img {
        top: 8px;
        width: 80px;
    }
    .arousr-main-head {
        padding:15px;
    }
    .video-option-btn button img {
        width: 15px;
    }
    .performer-search-wrap {
        margin-bottom: 30px;
    }
    .performer-list-wrap {
        padding-top: 20px;
        height:100vh;
        padding-bottom:0;
    }
    .arousr-main-head {
        display:none;
    }
    .marker:before, .marker:after{
        border:10vw solid #333739;
    }
    .pulses-none, .pulses-none:before, .pulses-none:after {
        border: unset !important;  
    }
    .pulses-none:before, .pulses-none:after {
        border: unset !important;
    }
    .videochat-performer-img p{
        margin-bottom: 0;
        font-size:18px;
    }
    .fullScreenIconWrap{
        display:none;
    }
    .mic-wrap{
        margin: 0;
        background: #333739;
    }
    .micScreen-wrap {
        left: 10px;
        transform: unset;
        bottom: 90px;
    }
    .zoommmm{
        bottom: 90px;
    }
    .mic-wrap {
        width: 50px;
        height: 50px;
    }
    #remote video{
        object-fit: contain  !important;
    }
    .videochat-timer p {
        width: 90px;
        padding: 2px 3px;
        justify-content: center;
    }
    .stopIcon-TimerWrap{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .videochat-timer{
        margin-right: 15px;
    }
    .videochat-skip-wrap {
        left: 50%;
        transform: translate(-50%, -50%);
        width:100%;
        bottom: 30px;
    }
    .videochat-skip {
        margin-right: 0 !important;
        background: #141617;
        padding: 8px 15px;
        border-radius: 32px;
        border: 1px solid white;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom:43px;
        width:90px;
    }
    #remote , #remote video{
        height: 475px;
         padding-top: 125px;
    }
    .videochat-sec{
        height: calc(100vh - 5vh);
    }
    .videochat-skip svg path {
        fill: transparent !important;
    }
    .videochat-skip svg {
        width: 30px;
        height: 30px;
        fill: white;
        color: red;
        display: none;
    }
    .videochat-sendtips-wrap{
        position:absolute;
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .sendtips-box-wrap{
        flex-direction:row;
    }
    .sendtips-box-wrap {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }
    .sendtips-box {
        padding: 1px 12px;
        margin-right: 12px;
        margin-bottom: 0;
    }
    .tipText{
        font-size: 12px;
    }
    .tipDigit{
        font-size: 14px;
    }
    .videochat-sendtips-wrap {
        margin-bottom: 0;
    }
    .time-left-wrap{
        bottom: 110px;
        width: 135px;
        min-width: 140px;
        font-size: 14px;
        line-height: 24px;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    .paid-call-btn{
        left: 10px;
        bottom: 150px;
    }
    .paid-call-btn button{
        padding: 7px 15px;
        border-radius: 30px;
    }
    .timeLabel, .countdown {
        font-size: 10px;
    }
    .videochat-sendtips-wrap p{
        padding-top: 6px;
        line-height: 8px;
    }
    .sentips-text{
        font-weight: bold;
        font-size: 12px !important;
        line-height: 12px !important;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding-left: 4px;
        margin-right: 8px !important;
    }
    .portraitSkipIcon{
        display:inline-block !important;
    }
    .videochat-skip-wrap .videochat-skip h5 {
        display: inline-block;
        font-size: 14px !important;
        margin-left: 6px !important;
        position: relative;
        top: 1px;
    }
    .videochat-performer-img .voice-call-image img{
        width: 70px;
        height: 70px;
        margin-right: 0;
    }
    #close-video-call img{
        width:30px;
        height:30px;
    }
    #timer{
        font-size: 14px;
        margin: 0;
        width: 45px;
        letter-spacing: 1px;
    }
    .videochat-timer-wrap svg{
        margin-right:5px !important;
        width: 16px;
        height: 16px;
    }
    .fav-icon-wrap  svg{
        margin-right: 0 !important;
    }
    #local video{
        right:10px;
        width:80px !important;
        height:auto !important;
        position:static !important;
        float: right;
    }
    #local{
        position: absolute;
        right:10px;
        bottom:90px;
        z-index: 9999;
    }
    .mobile-video-call-logo {
        width: 80px;
        display: block;
        z-index: 999999999;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 20px;
    }
    .NextHostCol , .previousChatCol {
        height: calc(100vh - 77vh);
    }
    .searchCol{
        height: calc(100vh - 55vh);
    }
    .performer-left-list-wrap .profile-list-loader-wrapper{
        width: 70px;
        height: 70px;
        top: 60px;
    }
    .performer-right-list-wrap .profile-list-loader-wrapper{
        width: 70px;
        height: 70px;
        top: 85px;
    }
}
@media (max-height: 750px) and (orientation: portrait){
    #local {
        bottom: 140px;
    }
    .time-left-wrap {
        bottom: 162px;
    }
    .paid-call-btn{
        bottom: 200px;
    }
    .micScreen-wrap {
        bottom: 140px;
    }
    .zoommmm{
        bottom: 140px;
    }
    .videochat-skip-wrap {
        bottom: 80px;
    }
    .session-circle-wrap {
        top: 4%;
    }
    #own-vidio-stream {
        height: 310px;
        transform: translate(-50%, 73%);
    }
}
@media (max-height: 660px) and (orientation: portrait){
    #remote, #remote video {
        height: 500px;
        padding-top: 10px;
    }
    #local {
        bottom: 110px;
    }
    .time-left-wrap {
        bottom: 128px;
    }
    .paid-call-btn{
        bottom: 170px;
    }
    .micScreen-wrap {
        bottom: 110px;
    }
    .zoommmm{
        bottom: 110px;
    }
    .videochat-skip-wrap {
        bottom: 50px;
    }
    #own-vidio-stream {
        height: 280px;
        transform: translate(-50%, 66%);
    }
}
@media (max-height: 580px) and (orientation: portrait){
    #own-vidio-stream {
        height: 268px;
        transform: translate(-50%, 61%);
    }
    .outerCircle {
        width: 115px;
        height: 115px;
    }
}
@media (max-width:320px) and (orientation:portrait) {
    .sendtips-box {
        margin-right: 6px;
    }
    #local video {
        height: auto !important;
        width: 60px !important;
        bottom: 60px !important;
    }
    .mic-wrap {
        width: 45px;
        height: 45px;
    }
    button#micro-phone img {
        width: 20px;
    }
    .performer-search-circle {
        height: 150px;
        width: 150px;
        margin: 20px auto 10px;
    }
    #venus-orbit {
        top: 30%;
        left: 30%;
        width: 60px;
        height: 60px;
    }
    #mercury-orbit {
        top: 20%;
        left: 20%;
    }
    .outerCircle {
        width: 120px;
        height: 120px;
    }
    #mercury-orbit {
        width: 80px;
        height: 80px;
    }
    .innerCircle {
        width: 100px;
        height: 100px;
    }
    #sun {
        width: 40px;
        height: 40px;
    }
    h3#text-on-searching {
        font-size: 12px !important;
        line-height: 18px;
    }
    #own-vidio-stream {
    transform: translate(-50%, 50%);
    height: 275px;
    }
    .over_own_video_stream {
        margin-top: 20px;
    }
}
@media only screen and (orientation: landscape) {
    .chat_request_page .load {
        margin-top: -47px;
    }
    .btn-md-footer {
        height: 28px !important;
        width: 32px !important;
        min-height: 27px !important;
        min-width: 27px !important;
    }
    .actionsController button {
        position: relative;
    }
    button#full-screen:after, button#micro-phone:after, button#end-call:after {
    /* button#micro-phone:after, button#end-call:after { */
        /* content: attr(data-line); */
        position: absolute;
        left: 0;
        right: 0;
        margin: 3px auto;
        top: 88%;
        color: #6e7c8c;
    }
    .modal-custom .modal-custom-footer {
        height: 48px;
    }
    .btn-md-footer img {
        width: 52%;
    }
}
@media (max-width: 570px) and (orientation: landscape) {
    .videochat-skip svg ,  .videochat-performer-img img {
        width: 30px;
        height: 30px;
    }
    .videochat-sendtips-wrap p {
        font-size: 8px  !important;
    }
    .videochat-skip-wrap .videochat-skip h5 {
        font-size: 12px;
    }
    #local video {
        bottom: 15px;
    }
    .videochat-continue-call button {
        font-size: 7px;
        width: 100% !important;
        padding: 2px;
    }
    .videochat-continue-call p {
        font-size: 12px;
    }
    .videochat-continue-call {
        padding: 5px !important;
        width: 111px;
        margin-top: 10px;
    }
    .videochat-timer p {
        padding: 0px 3px;
        font-size: 6px;
        width: 70px;
    }
    .videochat-timer span {
        font-size: 9px !important;
        margin: 0 !important;
    }
}
@media (max-width: 380px) and (orientation: portrait){
    .video-option-btn button {
        width: 124px !important;
        padding: 6px 8px;
    }
    .circle-btn-text {
        font-size:14px;
        line-height: 14px;
    }
    .video-option-btn button img{
        width: 12px;
    }
}
@media (max-width: 480px) {
    #local video {
        height: 75px;
        width: 100px;
        bottom: 65px;
    }
}
@media (max-width: 400px) {
    #remote video {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media (min-width: 320px) and (max-width: 420px) {
    .modal-custom .modal-custom-footer {
        height: 54px;
    }
}
.new-desktop-header , footer 
, .new-mobile-header , .mobile-header-menu, .footer-lower{
    display:none  !important;
}
/* body{
    overflow-y:hidden;
} */
.btn-host-dark{
    margin-bottom: 50px;
    margin-top: 20px;
    height: 38px;
    width: 200px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #FDC363;
    border: 0px;
    color: #3b414a !important;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    font-family: 'MyriadProRegular';
    text-decoration: none !important;
    cursor: pointer;
}
.seo-text-title{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'MyriadProRegular';
    display: block;
    width: 100%;
    font-weight: 600;
}
.seo-text-content p{
    font-size: 14px;
    font-family: 'MyriadProRegular';
    display: block;
    width: 100%;
}
@media (min-width:400px) and (max-width:574px) and (orientation: landscape){
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
a.performer-box {
    margin-bottom: 2px;
}
p.performer-list-head {
    font-size: 8px;
    margin-bottom: 0;
}
.performer-box p {
    bottom: 0px;
    left: 2px;
    font-style: normal;
    font-size: 7px   !important;
    line-height: 10px;
}
.performer-list-head:after {
    top: 18px;
}
.performer-list {
    margin-top: 10px;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.performer-search-circle{
    margin:20px auto 30px;
}
p.performer-list-head:after {
    top: 17px;
    height: 1px;
    width: 16px;
}
.video-option-btn button {
    padding: 6px 10px !important;
}
.videochat-performer-img p {
    font-size: 12px;
}
}
/* roulette timer popup css START */
  .age-check-popup-inner{
    position: absolute;
    background-color: #fff;
    width: 300px;
    left: 50%; transform: translate(-50%,15%);
    z-index: 99999;
    border-radius: 7px;
    border: 1px solid #3C434B;
    box-shadow: 1.5px 2.598px 5px;
    opacity: 1 !important;
    animation: popDown 0.5s forwards 0s ease-out;
    top:30%
  }
  .pops-header{
    display: flex;
    align-items: center;
    padding: 6px 0px;
    height: unset;
  }
  .popups-head{
    padding-top: 10px;
    padding-left: 7px;
    font-weight: 600;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    left: -10px;
  }
  input#age_input , input#dob_input{
    width: 100%;
    border-radius: 4px;
    border-color: #bfbfbf6b;
    line-height: 17px;
    font-size: 16px;
    box-shadow: none;
    border-width: 2px;
    height: 28px;
  }
  input#age_input::placeholder , input#dob_input::placeholder{
    font-size: 14px;
  }
  #age-screen-footer{
    cursor: pointer;

  }
  .next-text-age , .next-text-dob{
    width: 100%;
    background: #3C434B;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    padding: 4px 20px;
    opacity: 1;
  }
  .opacity-light{
    opacity: 0.5;
  }
@media(max-width:767px){ 
    .next-text{
    margin:0;
    }
    #trustpilot-review-popup.tip-confirmation-popup .main-pop-window{
        height: unset;
        transform: translate(-50%,-50%) !important;
        top: 50%;
        left: 50%;
        max-width: calc(100% - 20px) !important;
      }
      #trustpilot-review-popup.tip-confirmation-popup .pops-display-texts{
        height: unset;
        padding: 25px 10px;
      }
      #trustpilot-review-popup.tip-confirmation-popup .pops-display-texts p{
        font-size: 18px;
        line-height: 25px;
      }
      #trustpilot-review-popup .pops-footer{
        position: static;
        height: unset;
        display: flex;
      }
      #trustpilot-review-popup .pops-left-button.trustpilot-review-popup-cancel ,
      #trustpilot-review-popup .pops-right-button{
        position: static;
        width: 50%;
        margin: 0;
        border-radius: 0;
      }
      #trustpilot-review-popup .pops-left-button.trustpilot-review-popup-cancel {
        border-bottom-left-radius: 10px;
      }
      #trustpilot-review-popup .pops-right-button{
        border-bottom-right-radius: 10px;
      }
      #trustpilot-review-popup .pops-close{
        margin: 0;
        left: 20px;
        position: relative;
      }
}