<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'MyriadProRegular';
    src: url("../../fonts/MyriadProRegular.552a2aa2757e.eot");
    src: url("../../fonts/MyriadProRegular.552a2aa2757e.eot") format("embedded-opentype"), url("../../fonts/MyriadProRegular.309f64eddf9e.woff2") format("woff2"), url("../../fonts/MyriadProRegular.6b1181253d8a.woff") format("woff"), url("../../fonts/MyriadProRegular.71b6609f615d.ttf") format("truetype"), url("../../fonts/MyriadProRegular.dd1b89f54791.svg#MyriadProRegular") format("svg");
}

@font-face {
    font-family: 'MyriadProBold';
    src: url("../../fonts/MyriadProBold.023dd6c9750b.eot");
    src: url("../../fonts/MyriadProBold.023dd6c9750b.eot") format("embedded-opentype"), url("../../fonts/MyriadProBold.e602f47413a1.woff2") format("woff2"), url("../../fonts/MyriadProBold.2bcbd8597823.woff") format("woff"), url("../../fonts/MyriadProBold.0357b4698981.ttf") format("truetype"), url("../../fonts/MyriadProBold.9291d72953fc.svg#MyriadProBold") format("svg");
}

.sign-up-banner-base {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0px;
    width: 100%;
    height: 57px;
    background-color: #3b414a;
    color: #fff;
    animation: signupBanner 1S forwards 0s cubic-bezier(0.68, 1.76, 1, 1);
    z-index: 9;
}

.sign-up-left {
    display: inline-block;
    float: left;
}

.sign-up-left .left-head {
    font-family: 'MyriadProRegular';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    padding-top: 10px;
    text-transform: uppercase;
}

.sign-up-left .left-content {
    font-size: 13px;
}

.sign-up-right {
    display: inline-block;
    float: right;
}

.sign-up-right .right-button {
    display: inline-block;
    position: relative;
    bottom: -16px;
}

.sign-up-right .right-close {
    font-size: 16px;
    position: relative;
    right: 0px;
    top: -15px;
}

.btn-sign-up-banner {
    height: 30px;
    line-height: 32px;
    width: 150px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #fff;
    color: #3b414a;
    border: 0px solid;
    font-size: 14px;
    cursor: pointer;
    margin-top: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.informal-notice {
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-family: 'MyriadProRegular';
    font-weight: 500;
    color: #3a414b;
    /* padding-bottom: 0px; */
    border-bottom: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
    margin-bottom: 10px;
}

.informal-notice p {
    padding-right: 30px;
}

.informal-close {
    display: block;
    float: right;
    margin-top: -39px;
    font-size: 26px;
    cursor: pointer;
}

.text-decor {
    text-decoration: underline !important;
}

ul.live-now-list {
    width: calc(100% + 40px);
    margin-left: -10px;
    vertical-align: top;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.profile-wrapper .new-char-rating {
    margin-top: 2px;
    margin-left: 0;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 11px;
    z-index: 3;
}

.star-icon-profile {
    max-height: 23px;
    margin-left: 0;
}

ul.live-now-list li {
    width: auto;
    float: left;
    /* padding: 25px 10px; */
}

.live-now-list-box {
    width: 100%;
    height: 187px;
    float: left;
    text-align: center;
    position: relative;
}

.btn-general-all {
    height: 38px;
    width: 230px;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #3b414a;
    border: 0px solid;
    border-radius: 20px;
    margin-top: 5px;
}

.gallery-top {
    margin: 12px 0;
}

.green-button {
    background-color: #FDC363;
    border: 1px solid #FDC363;
    color: #3b414a;
    font-weight: 600;
    margin-bottom: 16px;
}

.hidden {
    display: none;
}

/* NEW ONline GIRLS DESIGN CSS */
.profile-wrapper {
    display: inline-block;
}

.profile-wrapper .online-host-display {
    display: inline-block;
    margin: -4px;
    padding: 0;
    /* width: 173px; */
    width: 176px;
    /* height: 206px; */
    height: 215px;
    text-align: center;
    /* border: 2px solid #3a414b; */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 8px;
}

.profile-wrapper .online-host-display .profile-anchor::before {
    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;

}

.profile-wrapper .online-host-display.top-performer {
    border: 3px solid #872526;
}

.profile-wrapper .online-host-display.top-performer::after {
    content: "";
    width: 37px;
    height: 31px;
    background-color: #872526;
    position: absolute;
    top: 0;
    right: 8px;
    border-radius: 0 0 5px 5px;
    background-image: url("/static/images/online-assets/CrownWhite.ea897fe8dbc7.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center center;

}

.profile-wrapper .online-host-display.new-join {
    border: 3px solid #3c434a;
}

.profile-wrapper .online-host-display.new-join::after , .profile-wrapper .online-host-display.Pro::after {
    content: "";
    width: 37px;
    height: 31px;
    background-color: #3c434a;
    position: absolute;
    top: 0;
    right: 8px;
    border-radius: 0 0 5px 5px;
    background-image: url("/static/images/online-assets/Star.621050a36656.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center center;
}
.profile-wrapper .online-host-display.Pro::after {
    background-image: url("/static/images/online-assets/pro-bedge.1a03ea8e2be1.svg");
    background-size: 23px;
}
.profile-wrapper .online-host-display a {
    display: block;
    position: relative;
}
.profile-wrapper .online-host-display a.notify-me-for-online ,
.profile-wrapper .online-host-display a.click-notify-me-login {
    top: 4px;
    text-transform: uppercase;
    font-size: 14px;
}
.profile-wrapper .online-host-display a.notify-me-for-online:hover,
.profile-wrapper .online-host-display a.click-notify-me-login:hover {
    color: #fff !important;
}

.profile-wrapper .char-profile-img {
    width: 100%;
    height: 176px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}
.profile-wrapper:hover .char-profile-img {
    transform: scale(1.3);
    transition: .3s;
}

/*
.char-profile-img:hover, .profile-pic-discover:hover {
  opacity: 0.5;
} */
.profile-wrapper .connect-icon-base {
    position: relative !important;
    display: inline-block !important;
    /* top: -14px !important; */
    top: 0px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    z-index: 5;
    background: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.profile-wrapper .busy-small-icon{
    background-image: none !important;
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    position: relative;
    top: 0;
    left: 6px;
    background-color: #f77563 !important;
    border-radius: 50px;
}
.profile-wrapper .online-small-icon {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 6px;
    background-color: #2eb130;
    border-radius: 50%;
}

.profile-wrapper .top-rated {
    position: absolute;
    top: 10px;
    left: 7px;
    border: 1px solid #872526;
    z-index: 3;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bolder;
    color: #fff;
    height: 18px;
    width: 40px;
    padding-top: 2px;
    display: none;
    background-color: #872526;
}

.profile-wrapper .new-join-performer , .profile-wrapper .pro-char-performer{
    position: absolute;
    top: 10px;
    left: 7px;
    border: 1px solid #3c434a;
    z-index: 3;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bolder;
    color: #fff;
    height: 18px;
    width:40px;
    padding-top: 2px;
    display: none;
    background-color: #3c434a;
}
.profile-wrapper .char-profile-name.nameWhitoutStar {
    bottom: 38px;
}
.profile-wrapper .online-host-display.top-performer .top-rated {
    display: flex;
}

.profile-wrapper .online-host-display.new-join .new-join-performer , .profile-wrapper 
.online-host-display.Pro .pro-char-performer {
    display: flex;
}

.profile-wrapper .char-profile-name {
    bottom: 57px;
}

.profile-wrapper .live-now-container h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

.profile-wrapper .connect-icon-base {
    position: relative;
    display: inline-block;
    top: -25px;
}

.profile-wrapper .connect-chat-icon,
.profile-wrapper .connect-call-icon,
.profile-wrapper .connect-video-icon {
    width: 54.2px;
    border: 0px solid #fff;
    border-radius: 0;
    height: 38px;
    display: inline-block;
}

.profile-wrapper .connect-chat-icon {
    /* background: url("/static/images/svgIcons/chat_chat__up_active.ea4a35d239fa.svg") no-repeat center center; */
    background: #3c434b;
    position: relative;
    border-radius: 0 0 0 6px;
}

.profile-wrapper .connect-chat-icon::before {
    content: "";
    position: absolute;
    background: url("/static/images/online-assets/Chat.1c419a7ae0a0.svg") no-repeat center center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-wrapper .connect-chat-icon.offline {
    background: #c4c6c8;
    position: relative;
    z-index: 2;
    /* background: url("/static/images/svgIcons/chat_chat_up.7f3ae9181671.svg") no-repeat center center; */
}

.profile-wrapper .connect-chat-icon.offline::before {
    content: "";
    position: absolute;
    background: url("/static/images/online-assets/Chat-offline.f6a67c28ebae.svg") no-repeat center center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-wrapper .connect-chat-icon + span small,
.profile-wrapper .connect-call-icon + span small,
.profile-wrapper .connect-video-icon + span small {
    display: block;
    margin-top: -7px;
}

.profile-wrapper .connect-chat-icon + span,
.profile-wrapper .connect-call-icon + span,
.profile-wrapper .connect-video-icon + span {
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.profile-wrapper .connect-call-icon {
    background: #3c434b;
    position: relative;
}

.profile-wrapper .connect-call-icon::before {
    content: "";
    position: absolute;
    background: url("/static/images/online-assets/Phone.6828f30de00e.svg") no-repeat center center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-wrapper .connect-call-icon.offline {
    background: #c4c6c8;
    position: relative;

}

.profile-wrapper .connect-call-icon.offline::before {
    content: "";
    position: absolute;
    background: url("/static/images/online-assets/Phone-offline.24ad283b4935.svg") no-repeat center center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-wrapper .connect-video-icon {
    /* background: url("/static/images/svgIcons/Video_chat__up_active.3ddca1761392.svg") no-repeat center center; */
    background: #3c434b;
    position: relative;
    border-radius: 0 0 6px 0;
}

.profile-wrapper .connect-video-icon::before {
    content: "";
    position: absolute;
    background: url("/static/images/online-assets/Video.d351b0a8e2ee.svg") no-repeat center center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-wrapper .connect-video-icon.offline {
    /* background: url("/static/images/svgIcons/Video_chat_up.50152412a4ca.svg") no-repeat center center; */
    /* background-color: #c7c6c7;
    background-size: 58%;
    border: 2px solid #ffffff; */
    background: #c4c6c8;
    position: relative;
}

.profile-wrapper .connect-video-icon.offline::before {
    content: "";
    position: absolute;
    background: url("/static/images/online-assets/Video-offline.0f76d17c4e19.svg") no-repeat center center !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile-wrapper .connect-video-icon span {
    display: block;
    width: 60px;
    text-align: center;
    margin-top: 12px;
    margin-left: -10px;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .profile-wrapper ul.live-now-list {
        margin-left: 0;
        margin-right: 0;
    }

    .profile-wrapper .online-host-display {
        margin-right: 9px;
        margin-bottom: 9px;
    }

}

.profile-wrapper .star-icon-profile li span.color-icon {
    background: url("/static/images/online-assets/Filled_Star.18e63a1ca319.svg") no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
}

.profile-wrapper .star-icon-profile li span {
    background: url("/static/images/online-assets/Unfilled_Star.cedba094efa2.svg") no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
}

.btn-show-more {
    text-transform: capitalize;
    color: #3c434b;
    background-color: #FDC363;
    border: 1px solid #fdc363;
    font-weight: 600;
    font-size: 16px;
}

.show-more-plus {
    margin-right: 10px;
    font-size: 15px;
}
#new-join-popup .main-pop-window {
    height: 200px;
}
#new-join-popup .close-popup-new-join {
    display: flex;
    justify-content: flex-end;
}
#new-join-popup .popup-new-join-body{
    text-align: center;
    /* margin-top: 56px; */
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#new-join-popup .new-join-text {
    font-size: 20px;
}
#new-join-popup .new-join-balance {
    font-size: 16px;
    font-weight: 600;
}
#new-join-popup .pops-right-button {
    width: 100%;
}

/*SEO  */
.check-in.sign-up-banner-base{
    display: none;
}
.new-desktop-header{
    margin-top: 0  !important;
}
.sign-up-flush-online{
    margin-top: 130px;
}
/* TIMER BANNER CSS START */
.timer-banner-sec{
    background-image: url("../../images/timer-banner-bg.f35038305542.svg"); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-color: #3C434B;
    border-radius: 15px;
    padding: 17px 50px;
    margin-bottom: 30px;
    position: relative;
}
.timer-banner-sec .timer-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-text{
    font-family: Overpass;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.05em;
    color: #C1C1C1;
}
.banner-text-big{
    font-size: 26px;
}
.banner-subtext{
    font-family: Overpass;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner-text-bold{
    font-weight: 900;
    color: white;
}
.banner-divider{
    width: 416px;
    background-color: #545758;
    height: 1px;
    margin: 10px 0 20px;
}
.timer-img{
    position: relative;
    right: 33%;
}
.cross-img{
    position: absolute;
    top: 7%;
    right: 2%;
    cursor: pointer;
}
.filter-modal{
    max-width: 170px;
    width: 100%;
    text-align: center;
    color: #3a414b;
    background: #FCFDFF;
    border: 1px solid #B9C4CF;
    box-sizing: border-box;
    box-shadow: 5px 4px 30px rgb(0 0 0 / 25%);
    border-radius: 10px;
    z-index: 8;
    position: absolute;top: 35px;
    display: none;
}
.filter-ul li a:active{
    background-color: #3a414a;
    color: #fff;
}
.filter-ul li a:hover{
    background-color: #393b3d;
    color: #fff !important;
}
.filter-ul li:nth-child(1) a:hover{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.filter-ul li:nth-child(5) a:hover{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.filter-ul li{
    border-bottom: 1px solid #BDC6CF;
    display: flex;
    align-items: center;
    text-align: center;
}
.filter-ul li:nth-child(5){
    border-bottom: unset;
}

.filter-ul li a{
    padding: 10px 12px;
    text-align: left;
}
.survey-link-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(134, 37, 38, 0.06);
    border-radius: 4px;
    padding: 11px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    top: 8px;
}
.survey-link a{
    font-family: 'Overpass';
    font-weight: 600;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    letter-spacing: -0.05em;
    text-decoration-line: underline;
    color: #862526;
    margin: 0;
}
.survey-link a:hover{
    color:#c05253  !important;
}
 .change-filter-text{
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing:1px;
    color: #862526;
    text-decoration: underline;
    cursor: pointer;}
.filter-check-wrap {
    display:block;
    position: relative;
    padding-left: 12px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.filter-check-wrap .checkmark {
    position: absolute;
    top: -9px;
    left: 15px;
    height: 20px;
    width: 20px;
        background-color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
    padding: 0 !important;
}
.filter-check-wrap:hover input ~ .checkmark {
    
	border:1px solid #f26721;
}
.filter-check-wrap input:checked ~ .checkmark {
    background-color: #f26721;
	border:1px solid #f26721;
}
.filter-check-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.filter-check-wrap input:checked ~ .checkmark:after {
    display: block;
}
.filter-check-wrap .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(min-width:768px){
    .sign-up-flush-online{
        margin-top: 115px !important;
    }
}
.profile-wrapper .top-content-connect-icons{
    background: #3c434a;
    padding: 5px 4px 10px;
    justify-content: space-around;
    display: flex;
    width: 100%;
}
.profile-wrapper .top-content-connect-icons .top-content-image{
	border-right: 1px solid white;
    padding-right: 30px;
} 
.profile-wrapper .top-content-connect-icons .top-content-image img, 
.profile-wrapper .top-content-connect-icons .top-content-video img{
width: 25px;
}
.roullete-girls-wrap h2{
    font-size: 24px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #3C434B;
}
.roullete-girls-img-wrap {
    position: relative;
}
.model-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    border: 3px solid #3a414b;
}
.roullete-girls .slick-prev{
    left: -4%;
    background: transparent;
}
.roullete-girls .slick-next{
    right: -4%;
    background: transparent;
}
.roullete-girls  .slick-prev.slick-disabled:before{
    opacity: 1;
}
.roullete-girls .slick-track {
    margin-left:0;
}
.roullete-girls  .slick-prev:before , .roullete-girls  .slick-next:before,
.roullete-girls .slick-prev:focus:before, .roullete-girls .slick-next:focus:before{
    color: #000 !important;
    font-size: 26px;
}
.roullete-girls-img-wrap .top-model-img{
    border:3px solid #862526}
.roullete-girls-img-wrap::after{
    content: "";
    position: absolute;
    background-color: #2eb130;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    bottom: 8px;
    right: 20px;
    border-radius: 50%;
}
.roullete-girls-row::-webkit-scrollbar {
    width: 50px;
  }
.roullete-girls-row::-webkit-scrollbar-track {
    border-radius: 2px;
}
.roullete-girls-row::-webkit-scrollbar-thumb {
    background: none; 
    border-radius: 2px;
}
#toast-msg{
    position:fixed !important;
    top:115px  !important;
    right:10px !important;
}
.toast-header img{
    width: 40px !important;
}
/* Live Now New Tabs CSS Start */
div#tabContainerBox {
    margin-right: -30px;
    margin-left: -30px;
}
#tabContainerBox .tab {
    overflow: hidden;
    border: none;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    background: #F8F8F8;
    padding: 12px 14px;
  }
  
  /* Style the buttons inside the tab */
  #tabContainerBox .tab .tablinks {
    background-color: #E6E6E6;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px;
    transition: 0.3s;
    border-radius: 10px;
    height: 40px;
    min-width: 165px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  .ar-host-tab-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ar-host-tab-icon.top_host{
    background-image: url("/static/images/svgIcons/top_host_icon.91291a552441.svg");
  }
  .ar-host-tab-icon.top_chat{
    background-image: url("/static/images/svgIcons/top_chat_icon.28481653b30d.svg");
  }
  .ar-host-tab-icon.top_video{
    background-image: url("/static/images/svgIcons/top_video_icon.335836bc2ead.svg");
  }
  .ar-host-tab-icon.top_voice{
    background-image: url("/static/images/svgIcons/top_voice_icon.52427a3dfa77.svg");
  }
  .ar-host-tab-icon.top_content{
    background-image: url("/static/images/svgIcons/top_content_icon.3f26360575bf.svg");
  }
  .ar-host-tab-txt{
    color: #3C434B;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.28px;
    text-transform: capitalize;
    opacity: 0.89;
    margin-top: 3px;
  }
  /* Change background color of buttons on hover */
  #tabContainerBox .tab .tablinks:hover {
    background-color: #3C434B;
    transition: .3s;
  }
  #tabContainerBox .tab .tablinks:hover .ar-host-tab-txt{
    color: #fff;
    transition: .3s;
  }
  /* Create an active/current tablink class */
  #tabContainerBox .tab .tablinks.active {
    background-color: #3C434B;
  }
  #tabContainerBox .tab .tablinks.active .ar-host-tab-txt{
    color: #fff;
  }
  #tabContainerBox .tab .tablinks.active:hover.ar-host-tab-txt{
    color: #fff;
  }
  /* Style the tab content */
  #tabContainerBox .tabs-container {
    padding: 20px 14px;
    background: #F5F5F5;
    }
  #tabContainerBox .tabcontent {
    display: none;
    padding: 0;
    border: none;
  }
  #tabContainerBox .tabcontent.active {
    display: block;
  }
  #tabContainerBox .tabs-container .profile-wrapper .online-host-display {
    margin: 0 !important;
    width: 100%;
}

#tabContainerBox .tabs-container .profile-wrapper {
    width: 19.7%;
}
/* Live Now New Tabs CSS End */
  /* CSS for Return to Top*/
  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    width: 50px;
    height: 50px;
    z-index: 99;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}</pre></body></html>