@charset "utf-8";
/* CSS Document */

body { font-family: 'Open Sans', sans-serif;}
body.bodyTheme { padding-top: 67px;}
body.bodyThemeOff { background-color: #060e1b;}
body.bodyThemeLight { background-color: #cdd4e0;}
a,
a:hover { text-decoration: none;}
a:focus { outline: none;}
strong { font-weight: 600;}

/* Bootstrap Fixes */

.dropdown-menu > .dropdown-item { font-size: 14px; color: #555555;}
.dropdown-menu > .dropdown-item i { margin: 0 8px 0 -8px;}
.dropdown-menu > .dropdown-item .fa-fw { color: #1961d5;}
.dropdown-menu > .dropdown-item.active,
.dropdown-menu > .dropdown-item:active { background-color: #dae0e5;}
.custom-file > .custom-file-label { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.card { border: none;}
.card .card-header { background-color: #ffffff; border: none; padding-left: 0;}
.card .card-body.border-bottom { border: none !important;}
.card .card-footer { background-color: #ffffff; border: none;}

/* Bootstrap Reset */

.border { border-color: #efefef !important;}
.modal-backdrop { opacity: 0.75 !important;}


/* Header */

.bgTheme { background-color: #0565a4; background-image: linear-gradient(to right, #0565a4 0%, #2b1fa3 100%); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}
.siteHeader .navbar-brand { color: #ffffff; font-size: 24px; font-weight: 700; padding: 0;}
.siteHeader .navbar-brand span { color: #2bb5e0;}
.siteHeader .mobileNavBtn { font-size: 30px; color: #c5cfe8;}
.siteHeader .nav > .nav-item > .nav-link { font-family: 'Poppins', sans-serif; font-size: 13px; color: #c5cfe8; font-weight: 600; text-transform: uppercase; letter-spacing: 0.8pt; transition: 0.20s color; position: relative;}
.siteHeader .nav > .nav-item > .nav-link > i { font-size: 20px; position: relative; bottom: -2px;}
.siteHeader .nav > .nav-item.active > .nav-link,
.siteHeader .nav > .nav-item > .nav-link:hover,
.siteHeader .nav > .nav-item > .nav-link:focus { color: #ffffff;}
.siteHeader .nav.navIcons > .nav-item > .nav-link small { position: absolute; top: 0px; left: 26px; display: block; width: 20px; height: 20px; line-height: 20px; background-color: #f3495a; font-size: 10px; color: #ffffff; font-weight: 300; text-align: center; border-radius: 50%; overflow: hidden;}
.siteHeader .nav > .nav-item > .btn.vip { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 1.2pt; text-transform: uppercase;}
.siteHeader .nav > .nav-item > .btn.btn-coins { color: #afb9d1; text-transform: uppercase; font-weight: 500; letter-spacing: 0.5pt;}
.siteHeader .nav > .nav-item > .btn.btn-coins i { color: #c5cfe8;}
.siteHeader .nav > .nav-item.dropdown > .nav-link.avatar { padding: 0 8px;}
.siteHeader .nav > .nav-item.dropdown > .nav-link.avatar img { display: inline-block; width: 40px; height: 40px; vertical-align: middle; padding: 2px; border: 2px solid transparent; border-radius: 50%; transition: all 0.20s ease-in-out;}
.siteHeader .nav > .nav-item.dropdown > .nav-link.avatar:hover img,
.siteHeader .nav > .nav-item.dropdown > .nav-link.avatar:focus img { border-color: #ffffff60;}
.siteHeader .nav > .nav-item.dropdown .dropdown-menu .dropdown-item:active { background-color: #f8f9fa;}

.bgThemeOffHome { background-color: rgba(0, 0, 0, 0.50);}
.bgThemeOffSite { padding: 0; background-image: url(/usr_home/img4.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;}
.bgThemeOffSiteGrad { position: relative; width: 100%; height: 100%; padding: 8px 16px; background-image: linear-gradient(to right, rgba(5, 101, 164, 0.85) 0%, rgba(43, 31, 163, 0.85) 100%);}
.bgThemeOff form { font-size: 14px; color: #868ba1;}
.bgThemeOff form a { color: #868ba1; transition: 0.20s color;}
.bgThemeOff form a:hover { color: #ffffff;}
.bgThemeOff .btnLogin { color: #ffffff; font-weight: 600;}

.backNav { margin-top: -67px; margin-bottom: -27px;}
.backNav .logo a { color: #0056b3; font-size: 34px; font-weight: 700; padding: 0;}
.backNav .logo a span { color: #2bb5e0;}


/* Mobile Navbar */

.siteMobileNavbar { position: fixed; top: 0; left: 0; bottom: 0; width: 280px; height: 100%; z-index: 1200; left: -280px; transition: all 0.2s ease-in-out;/* overflow-y: auto;*/}
.siteMobileNavbar.smnOpen { transform: translateX(280px);}
.smnBox { width: 100%; height: 100%;}
.smnHead { background-color: #05142c;}
.smnHead .logo { color: #ffffff; font-size: 34px; font-weight: 700; padding: 0;}
.smnHead .logo span { color: #2bb5e0;}
.smnHead .float-right { font-size: 30px; color: #464f66;}
.smnBody { background-color: #040e1e; height: 100%;}
.smnBody .nav { border-bottom: 1px solid #121b28;}
.smnBody .nav:last-child { border-bottom: none;}
.smnBody .nav > .nav-item a { font-size: 14px; color: #868ba1;}
.smnBody .nav > .nav-item .nav-link.profilePicture span { display: block; width: 62px; height: 62px; padding: 0; border: 1px solid #464f66; border-radius: 50%;}
.smnBody .nav > .nav-item .nav-link.profilePicture span img { display: block; width: 60px; height: 60px; border: 3px solid transparent; border-radius: 50%;}


/* User Navbar */

.userNavbar { background-color: #343a40; border-top: 1px solid #303030;}
.userNavbar .nav > .nav-item > .nav-link { font-size: 13px; color: #b4b4b4; font-weight: 600; text-transform: uppercase; padding: 8px;}
.userNavbar .nav > .nav-item > .nav-link img { position: relative; margin: -10px 0; top: -2px; border-radius: 50%;}
.userNavbar .text { display: inline-block; padding-left: 0;}


/* Site Content Heading */

.siteContentHeading { border-bottom: 1px solid #dee2e6;}
.siteContentHeading h1 { font-size: 22px; margin-top: 5px; padding-bottom: 1px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.siteContentHeading h1 > i { color: #adb5bd;}
.siteContentHeading h1 > small { font-size: 22px; color: #707070;}


/* Home */

.homeVBox { position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; overflow: hidden; background-color: #060e1b; z-index: 5;}
.homeVBox img { position: absolute; width: 100%; height: 100%; top: 0; object-fit: cover; object-position: center; opacity: 0.50; z-index: 6;}
.homeVBox video { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto;top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 7;}
.hvbOverlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 8; background-color: rgba(190, 20, 20, 0.25);}

.hvbContainer { position: absolute; width: 100%; height: 100%; top: 0; z-index: 10;}

.homeIntro { width: 100%; font-size: 1.35em; color: #ffffff;}
.homeIntro .logo strong { color: #ffffff; font-size: 3em; line-height: 100%; font-weight: 700; padding: 0; margin: 0;}
.homeIntro .logo strong span { color: #2bb5e0;}
.homeIntro p strong { text-decoration: underline;}

.hiLatest { position: relative; min-height: 45px;}
.hiLatest .item { display: block; width: 36px; height: 36px; position: absolute;}
.hiLatest .item img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 50%;}

.homeRegister { background-color: rgba(6, 14, 27, 0.85); border-radius: 5px; font-size: 15px; color: #cecece;}

.modalLogin .modal-content { color: #bbc9d3; background-color: transparent; background-image: linear-gradient(to right, #0565a4 0%, #2b1fa3 100%); border-radius: 10px;}
.modalLogin .modal-content .custom-control-input.is-invalid~.custom-control-label { color: #bbc9d3 !important;}
.modalLogin .modal-content .form-group { position: relative;}
.modalLogin .closeBtn { font-size: 36px; position: absolute; top: 0; right: 16px;}
.modalLogin .logo { color: #ffffff; font-size: 34px; font-weight: 700; padding: 0;}
.modalLogin .logo span { color: #2bb5e0;}
.modalLogin h4 { color: #d6e6f1;}
.modalLogin .modal-content a.wLink { color: #d6e6f1;}
.modalLogin hr { border-color: rgba(255, 255, 255, 0.20);}
.modalLogin .help-block { display: block; text-align: left; font-size: 12px; color: #fddadd; font-weight: 300 !important; margin-top: 3px;}
.modalLogin .alert.alert-light.alertErr { background-color: #fce1e3; border-color: #fce1e3;}
.modalLogin .alert.alert-light.alertOk { background-color: #e1fce1; border-color: #e1fce1;}

.mbStepsDots span { display: inline-block; width: 10px; height: 10px; margin: 3px 5px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.15);}
.mbStepsDots span.current { width: 16px; height: 16px; margin: 0 5px; background-color: rgba(255, 255, 255, 0.50);}
.mbSteps .btnSelect { color: #bbc9d3; border: 1px solid rgba(255, 255, 255, 0.20); background-color: rgba(255, 255, 255, 0.05);}
.mbSteps .btnSelect.btnSelected { color: #0565a4; background-color: rgba(255, 255, 255, 0.80); font-weight: 600;}
.mbSteps .btnSelectCircle .btnSelect { width: 100px; height: 100px;}
.mbSteps .btnSelectCircle .btnSelect i { font-size: 28px;}
.mbSteps .btnSelectCircle .btnSelect:hover { border-color: rgba(255, 255, 255, 0.75);}
.mbSteps .btnSelectCircle .btnSelect:hover i { opacity: 0.80;}

.fbAuthBtn,
.fbAuthBtn:hover,
.fbAuthBtn:focus { background-color: #4267b2; border-color: #4267b2;}


/* Listing */

.searchFilters { background-color: #e9ecef;}
.searchFilters hr { border-top-color: #cfd4d8;}
.sfAdvanced { background-color: #f8f9fa; border: 1px solid #dee2e6; font-size: 14px;}
.sfAdvanced .custom-control-label { font-size: 13px;}
.sfAdvanced hr { border-top-color: #dee2e6;}

.navListing { border-bottom: 2px solid #dedede; position: relative;}
.navListing > .nav-item > .nav-link { font-family: 'Poppins', sans-serif; font-size: 15px; color: #868ba1; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2pt; position: relative; bottom: -2px;}
.navListing > .nav-item > .nav-link.active { border-bottom: 2px solid #1961d5; font-weight: 700;}
.navListing > .nav-item > .nav-link.active,
.navListing > .nav-item > .nav-link:hover { color: #1961d5;}
.navListing > .nav-item > .nav-link.nlSortBy { margin-top: 2px; padding-right: 8px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-transform: none;}

.proListing .card { box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.08);}
.proListing .card { border: none;}
.proListing .card .avatar { display: block; width: 100%; height: 220px; overflow: hidden; position: relative;}
.proListing .card .avatar img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; transition: all 0.2s ease-in-out}
.proListing .card .avatar span.name { display: block; width: 100%; position: absolute; bottom: 5px; font-size: 13px; color: #ffffff;}
.proListing .card .avatar span.name strong { display: block; font-weight: 400;}
.proListing .card .avatar span.name strong i { font-size: 9px; color: #f7efa7;}
.proListing .card .avatar span.name strong span { font-size: 12px; font-weight: 300; opacity: 0.75;}
.proListing .card .avatar span.name small { display: block; font-size: 11px; letter-spacing: -0.2pt; font-weight: 300; opacity: 0.75; height: 16px; padding: 0 8px; overflow: hidden;}
.proListing .card .avatar span.online { position: absolute; top: 10px; right: 10px; font-size: 12px; color: #dae0e6;}
.proListing .card .avatar span.pics { position: absolute; top: 10px; left: 10px; font-size: 14px; color: #ffffff75; text-align: center; background-color: rgba(0, 0, 0, 0.25); border-radius: 4px; padding: 0px 4px 1px 5px;}
.proListing .card .avatar span.adult { position: absolute; bottom: 10px; left: 10px; font-size: 14px; color: #f0482a; width: 28px; height: 28px; line-height: 28px; text-align: center; background-color: rgba(0, 0, 0, 0.80); border-radius: 50%;}
.proListing .card .avatar:hover img { transform: scale3d(1.05, 1.05, 1);}
.proListing .card .card-body { padding: 10px 15px; border: 1px solid #dfdfdf; border-top: none; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; position: relative;}
.proListing .card .card-body > a { display: block; font-family: 'Poppins', sans-serif; font-size: 15px; color: #1961d5; height: 22px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.proListing .card .card-body > a small { font-size: 12px; color: #707070;}
.proListing .card .card-body span.info { display: block; padding-top: 5px; font-size: 13px; color: #adb5bd; font-weight: 300; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.proListing .card .card-body span.delete { display: inline-block; position: absolute; margin-top: -10px; right: -8px;}
.proListing .card .card-body span.delete a { border-radius: 50%; width: 29px;}


/* Profile */

.eProfile h3 { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2pt;}
.eProfile h3 i { font-size: 24px; color: #1961d5; position: relative; bottom: -4px;}
.eProfile h3 small { font-size: 15px; font-weight: 400; color: #7c7c7c;}

.epHeader { background-color: #f8f9fa; border-top: 1px solid #dee2e6;}

.epAvatar a { display: block; position: relative;}
.epAvatar a img { display: block; width: 100%; max-width: 100%; border-radius: 5px;}
.epAvatar a span { display: inline-block; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 50%; background-color: #0000006b;}
.epAvatar a span.online { position: absolute; top: 10px; left: 10px;}
.epAvatar a span.favourite { position: absolute; top: 10px; right: 10px;}
.epInfo { font-size: 14px; line-height: 26px;}
.epInfo span { color: #868ba1;}
.epInfo strong { color: #343a40; font-weight: 500;}

.epPhotos { background-color: #eff1f4; border-top: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6;}
.epPhotos .carousel .carousel-cell a { display: block; width: 200px; height: 200px;}
.epPhotos .carousel .carousel-cell a img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 5px;}
.epAboutCard,
.epAboutText { background-color: #eff1f4; font-size: 13px; color: #343a40;}
.epAboutCard { line-height: 26px;}
.epAboutCard span { color: #868ba1;}
.epAboutCard strong { font-weight: 400;}
.epAboutText p { color: #53595f;}
.epAboutText p:last-child { margin-bottom: 0;}

.epComments { background-color: #f2f4f6; border-top: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6;}

.epLikeBox .btn { line-height: 20px; color: #e9e4c2;}
.epLikeBox .btn i { font-size: 22px; vertical-align: middle; line-height: 32px;}
.epLikeBox .btn.friend { color: #1961d5;}
.epLikeBox .btn.like { color: #f0482a; position: relative;}
.epLikeBox .btn.like i { font-size: 32px;}
.epLikeBox .btn.like small { position: absolute; top: 10px; left: 10px; display: block; width: 34px; text-align: center; font-size: 11px; color: #ffffff; font-weight: 600; overflow: hidden; opacity: 0.85;}
.epLikeBox .emAvatar a span { position: absolute; top: 7px; left: -20px; font-size: 24px; color: #adb5bd;}
.epLikeBox .emAvatar:last-child a span { right: -20px;}
.eplbEllipsis { color: #dee2e6;}

.epGallerySlider .carouselContainer { height: 66px; padding: 0 30px;}
.epGallerySlider .carousel .carousel-cell { position: absolute;}
.epGallerySlider .carousel .carousel-cell a { display: block; width: 66px; height: 66px; border: 1px solid transparent; border-radius: 5px;}
.epGallerySlider .carousel .carousel-cell a.active { border-color: #9ba0a5;}
.epGallerySlider .carousel .carousel-cell a img { display: block; width: 100%; height: 64px; border: 2px solid #ffffff; object-fit: cover; object-position: top; border-radius: 5px;}

.epGallerySlider .flickity-button:hover { color: #1961d5;}
.epGallerySlider .flickity-prev-next-button { width: 30px; height: 30px; border-radius: 5px;}
.epGallerySlider .flickity-prev-next-button.previous { left: -30px;}
.epGallerySlider .flickity-prev-next-button.next { right: -30px;}

.epGallery { background-color: #343a40;}
.epgPicture { position: relative;}
.epgpAdultBox { position: absolute; top: 0; width: 100%;}
.epgpCurPos { position: absolute; top: 10px; width: 100%; opacity: 0.50; cursor: default; text-align: right;}
.epgpCurPos span { display: inline-block; margin-right: 10px; background-color:#0000007c; font-size: 0.9rem; color: #bdbdbd; padding: 4px 12px; border-radius: 5px;}
.epgpBtns { position: absolute; top: 0; width: 15%; height: 100%; font-size: 2rem; vertical-align: middle;}
.epgpBtns a { display: block; position: relative; height: 100%; color: #999c9f; text-align: left;}
.epgpBtns a i { display: inline-block; position: relative; top: 45%;}
.epgpBtns a:hover { color: #eaebec;}
.epgpBtns.epgpBtnsNext { right: 0;}
.epgpBtns.epgpBtnsNext a { text-align: right;}

.nvPicture { pointer-events: none; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;}
.nvp2 { filter: blur(2px); -webkit-filter: blur(2px);}
.nvp4 { filter: blur(4px); -webkit-filter: blur(4px);}
.nvp8 { filter: blur(8px); -webkit-filter: blur(8px);}
.nvp12 { filter: blur(12px); -webkit-filter: blur(12px);}

.emoji-menu { left: 0 !important; width: 100% !important; max-width: 100% !important;}


/* Image Background Loading Animation */

.imageBgLoading { background-image: radial-gradient(circle, transparent, red); animation: imageBgLoadingColors 1s infinite;}

@keyframes imageBgLoadingColors {
    from { background-color: blue;}
    to { background-color: green;}
}
  

/* Messages */

.emItem { background-color: #ffffff; border-radius: 5px;}
.emItem:hover { background-color: #f5fbfd;}
.eMessages .emItem:last-child { border-bottom: none;}
.emAvatar a { display: block; width: 70px; height: 70px; position: relative; padding: 2px; border: 2px solid #ffffff; border-radius: 50%;}
.emAvatar.small a { width: 50px; height: 50px;}
.emAvatar a img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);}
.emAvatar a span.online { position: absolute; top: 75%; right: 5%; background-color: #ffffff; display: block; width: 17px; height: 18px; font-size: 12px; line-height: 18px; border-radius: 50%; text-align: center;}
.emContent > a { display: block; position: relative;}
.emContent .iconDelete { position: absolute; right: 0; bottom: 0; font-size: 14px; animation: wiggle 1.5s infinite;}
.emcName { font-family: 'Poppins', sans-serif; font-size: 15px; color: #1961d5;}
.emcName small { font-size: 12px; color: #707070;}
.emcMessage { font-size: 12px; color: #cad1d6; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.emcMessage p { max-width: 100%; white-space: normal;}
.emItem.new { background-color: #d4f3fc;}
.emItem.new .emcMessage { color: #a0a6ac;}
.emItem.new:hover { background-color: #cbeffa;}
.emItem.emiDelSel { background-color: #ecbebe !important;}
.emItem.emiDelSel .emcName,
.emItem.emiDelSel .emcName small,
.emItem.emiDelSel .emcMessage { color: #ffffff;}

.emMessage { background-color: #ffffff; border: 1px solid #dee2e6; border-radius: 5px;}
.emMessage .emAvatar a { width: 60px; height: 60px;}
.emmList { height: 400px; overflow-y: scroll;}
.emText { background-color: #f0f0f0; border-radius: 5px; font-size: 13px; color: #333333;}
.emText.mytext { background-color: rgb(219, 243, 250);}
.emTextInfo { font-size: 11px; color: #adb5bd;}
.emTextInfo i { font-size: 10px; color: #dedede;}
.emmReply { border-top: 1px solid #dee2e6;}
  

/* Comments */

.emcItem { border-bottom: 1px solid #dedede;}
.emcList .emItem:last-child { border-bottom: none;}
.emcComment { font-size: 14px; color: #9099a1; font-weight: 400; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.emcComment p { max-width: 100%; white-space: normal;}


/* Animation Wiggle */

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(15deg); }
   95% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}


/* VIP */

.navTabsVip .nav-item .nav-link { background-color: #f4f7f9; border: 1px solid #dde3e9; border-bottom: none; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-right: 4px; font-size: 14px;}
.navTabsVip .nav-item .nav-link i,
.navTabsVip .nav-item .nav-link strong { color: #adb5bd;}
.navTabsVip .nav-item:last-child .nav-link { margin-right: 0;}
.navTabsVip .nav-item .nav-link.active { background-color: #ffffff;}
.navTabsVip .nav-item .nav-link.active i,
.navTabsVip .nav-item .nav-link.active strong { color: #007bff;}
.navTabsVipContent { background-color: #ffffff; border: 1px solid #dde3e9; border-top: none;}
.vpoItem { overflow: hidden; border-width: 4px !important;}
.vpoItem:active { border-color: #eed27f !important;}
.vpoItem .faCoins img { max-width: 80px;}
.vpoItem .bestSel { top: -4px; right: 0;}
.vpoItem .bestSel span { border-bottom-left-radius: 5px; border-top-right-radius: 2px;}
.vpoItem .bestSel span.bg-primary { background-color: #007bffb0 !important;}
.vipList li { padding: 8px 16px; border-bottom: 1px solid #dedede; height: 40px;}
.vipFeatList { position: absolute; top: -24px; left: 0; width: 100%; padding: 22px 0; background-color: #c7e6f05e; border: 2px solid #2bb5e0;}

.vipPageBox { box-shadow: 0px 0px 10px rgba(12, 46, 92, 0.253); overflow: hidden;}
.vipPageBox .menuBox { background-color: #0565a4; background-image: linear-gradient(to bottom, #0565a4 0%, #2b1fa3 100%); position: relative;}
.vipPageBox .nav a { color: #ffffff; border: 2px solid rgba(255, 255, 255, 0.10); transition: 0.2s ease-in-out;}
.vipPageBox .nav a:hover,
.vipPageBox .nav a.active { color: #007bff !important; background-color: rgba(255, 255, 255, 1.00);}
.vipPageBox .nav a.active:before { content: ''; position: absolute; right: 0; margin-top: 20px; border: 8px solid transparent; border-right: 8px solid #ffffff; z-index: 30;}
.vipPageBox .tab-pane div.mcPointer { position: relative; transition: 0.3s ease-in-out; border-width: 4px !important; background-color: #efefef;}
.vipPageBox .tab-pane div.mcPointer .bestSel { position: absolute; left: 0; top: -12px; width: 100%; text-align: center;}
.vipPageBox .tab-pane div.mcPointer:hover { border-color: #eed27f !important; background-color: #ffffff !important;}
.vipPageBox .tab-pane div.mcPointer:hover .btn span { color: #444444; }
.vipPageBox .faCoins i.left,
.vipPageBox .faCoins i.right { position: relative;}
.vipPageBox .faCoins i.left { margin-right: -6px; bottom: -3px;}
.vipPageBox .faCoins i.right { margin-left: -6px; top: -3px;}
.vipPageBox .faCoins img { max-width: 40%;}
.vipPageBox .faCredits i { position: relative; top: -2px;}
.vipPageUA .userAvatar a span.icon { position: absolute; bottom: -18px; left: 0; right: 0; margin-left: auto; margin-right: auto; background-color: #f5f5f5; border: 4px solid #cdd4e0; width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 30px;}
.vipPageBox .vpbBen { background-color: #e3e6ec; max-width: 320px;}
.vpbBenPro { background-color: #cdd4e0; border-bottom: 1px solid #c2c9d4;}
.img80 { width: 80px; height: 80px;}

.modalVIPConfirm { max-width: 650px;}
.modalVIPConfirm .modal-content { border: none; border-radius: 10px;}
.modalVIPConfirm .modal-content.mcSuccess { background-color: #87c15d;}
.modalVIPConfirm .modal-content.mcSuccess .modal-body a { color: #436828; border: 4px solid #436828;}
.modalVIPConfirm .modal-content.mcSuccess .modal-body a:hover { background-color: #90c967;}
.modalVIPConfirm .modal-content.mcFail { background-color: #c15d5d;}
.modalVIPConfirm .modal-content.mcFail .modal-body a { color: #682828; border: 4px solid #682828;}
.modalVIPConfirm .modal-content.mcFail .modal-body a:hover { background-color: #c96767;}

.modalBasic .modal-content { background-color: #ffffff; border: none; border-radius: 10px;}
.modalBasic .modal-content .custom-control-input.is-invalid~.custom-control-label { color: #bbc9d3 !important;}
.modalBasic .modal-content .form-group { position: relative;}
.modalBasic .closeBtn { font-size: 36px; position: absolute; top: 0; right: 16px;}


/* Notifications */

.listNotifications h5 a { font-size: 13px;}
.linoInfo { border-radius: 3px;}


/* Footer */

.siteFooter { background-color: #1c2534; color: #868ba1; font-size: 14px;}
.siteFooterOff { color: #868ba1; font-size: 14px; position: absolute; bottom: 0; width: 100%; z-index: 999;}
.sfAbout .logo { display: block; font-size: 30px; color: #49515d; font-weight: 700;}
.sfAbout .logo span { color: #343d4d;}
.sfAbout p { font-weight: 300;}
.sfMenu ul > li > a { color: #868ba1; transition: 0.20s color;}
.sfMenu ul > li > a:hover { color: #ffffff;}
.sfMenu ul.social > li > a { background-color: #343d4d; border-color: #343d4d;}
.sfMenu ul.social > li > a:hover { color: #ffffff;}
.sfMenu button { background-color: #293241; border-color: #293241; color: #868ba1;}
.siteFooterOff .sfMenu ul > li > a { color: #dddddd;}


/* Notice Timeline */

.noticeTLine { margin: 0 5px 0 0;}
.noticeTLine ul { list-style: none; position: relative; margin: 0; padding: 0;}
.noticeTLine ul:before { content: ''; position: absolute; top: 0; bottom: 0; width: 2px; background-color: #88d3ea; left: 20%;}
.noticeTLine ul li { position: relative; padding: 5px 0;}
.noticeTLine ul li .time { display: block; width: 20%; padding-right: 10px; position: absolute; font-size: 14px; font-weight: 400; text-align: right;}
.noticeTLine ul li .time > span { display: block; margin: 15px 10px 0 0;}
.noticeTLine ul li .icon { display: block; width: 12px; height: 12px; position: absolute; color: #ffffff; background-color: #1961d5; border: 3px solid #ffffff; border-radius: 50%; left: 20%; top: 0; margin: 25px 0 0 -5px;}
.noticeTLine ul li .info { position: relative; margin: 0 0 10px 0; margin-left: 22%; background-color: #ffffff;}
.noticeTLine ul li:last-child .info { margin-bottom: 0;}


/* bootstrap-notify */

[data-notify="progressbar"] { margin-bottom: 0px; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 5px;}
.notifyBoxSimple { border: 2px solid #ffffff;}
.notifyBox { color: #ffffff; background-color: #0565a4; background-image: linear-gradient(to right, #0565a4 0%, #2b1fa3 100%); border: 2px solid #ffffff;}
.notifyBox a { color: #c5cfe8;}
.notifyBox a:hover { color: #ffffff;}
.notifyBox .close { color: #ffffff; position: absolute; right: 10px; top: 5px;}
.notifyBox .sound { color: #ffffff; opacity: 0.50; position: absolute; right: 35px; top: 6px;}
.notifyBox .sound:hover { opacity: 0.75;}
.notifyBox .avatar a { display: block; width: 60px; height: 60px; position: relative;}
.notifyBox .avatar a img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; box-shadow: 0 0 5px rgba(255, 255, 255, 0.30);}
.notifyBox .avatar a span.online { position: absolute; top: 80%; right: 0; background-color: #0a5ca4; display: block; width: 14.5px; height: 14px; font-size: 10px; line-height: 14px; border-radius: 50%; text-align: center;}
.notifyBox .title { font-weight: 600;}
.notifyBox .message .time { display: block; font-size: 10px; font-weight: 300; color: #ffffff88;}
.closeSound { position: absolute; top: 5%; right: 10px;}

/* Success Checkmark Animation */

.success-checkmark{width:80px;height:115px;margin:0 auto}.success-checkmark .check-icon{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box;border:4px solid #ffffff}.success-checkmark .check-icon::before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.success-checkmark .check-icon::after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in}.success-checkmark .check-icon::after,.success-checkmark .check-icon::before{content:'';height:100px;position:absolute;background:#87c15d;transform:rotate(-45deg)}.success-checkmark .check-icon .icon-line{height:5px;background-color:#ffffff;display:block;border-radius:2px;position:absolute;z-index:10}.success-checkmark .check-icon .icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip .75s}.success-checkmark .check-icon .icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long .75s}.success-checkmark .check-icon .icon-circle{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;border:4px solid #ffffff}.success-checkmark .check-icon .icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#87c15d}@keyframes rotate-circle{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes icon-line-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes icon-line-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}  


/* Chat */

.chatShadow { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; background-color: #040e1eaf;}
.chatWrapper { width: 100%; height: 100vh;}
.chatContainer { max-width: 80vw; height: 90vh;}
.chatContainer .avatar { display: block; width: 45px; height: 45px; object-fit: cover; object-position: center; border-radius: 50%;}
.chatContacts { width: 25%; background-color: #f6f6f2;}
.chatContactsMenu { position: relative; margin-top: -25px;}
.chatContact > a > span { min-width: 0;}
.chatContact > a .fa-circle { position: relative; top: -3px;}
.chatContact > a:hover > span > span.ffPoppins { color: #0565a4;}
.chatContact > a.active { background-color: #ffffff;}
.chatConversation { background-color: #f6f6f2; border-left: 1px solid #e4e4dd;}
.chatConversationHeader { border-bottom: 1px solid #e4e4dd;}
.chatConversationBody .roundedChat { border-radius: 10px; min-width: 0; max-width: 30vw; word-wrap: break-word; overflow-wrap: break-word;}
.chatConversationBody .roundedChat.incoming { background-color: #e3ece2 !important; border-color: #e3ece2 !important;}
.chatConversationBody .roundedChat.notRead { _background-color: #cddbcc !important; border-color: #cddbcc !important;}
.ccbDayLine { position: relative;}
.ccbDayLine .line { border-top: 1px solid #e4e4dd; height: 0;}
.ccbDayLine .text { position: relative; top: -58%; text-align: center;}
.ccbDayLine .text span { display: inline-block; background-color: #f6f6f2; padding: 0 10px; font-size: 12px; color: #acb2bd;}
.chatConversationSend { border-top: 1px solid #e4e4dd;}
.chatConversationSend .chatText { width: 100%; min-height: 38px; max-height: 120px; overflow-y: scroll; word-wrap: break-word; overflow-wrap: break-word; white-space: normal; outline: none !important;}
.chatConversationSend .chatText.hasPlaceholder { color: #a1aeb6;}
.chatShadow .ps__rail-x,
.chatShadow .ps__rail-y { opacity: 0.6;}
.chatEmoji { position: relative; margin-top: -160px; top: -17px; width: 100%; height: 160px; border-top: 1px solid #e4e4dd;}
.chatEmoji nav { max-height: 39px; overflow-y: hidden;}
.chatEmoji nav a:first-child { border-left: none;}
.chatEmoji nav a img { opacity: 0.50;}
.chatEmoji nav a:hover img { opacity: 0.80;}
.chatEmojiList span:hover { background-color: #f6f6f2;}
.jpa-size { width: 40px; height: 40px; margin: -0.4ex 0.1em 0 0.2em; background-size: 2em 2em;}
.emIcon { width: 20px; height: 20px; margin: 0 2px;}
.btnChatEmoji:hover i { color: #007bff;}

@media (max-width: 991.98px) {

    .chatShadow .container { width: 100% !important; max-width: 100% !important; padding: 0; margin: 0;}
    .chatContainer { max-width: 100%; height: 100vh;}
    .chatContacts { position: absolute; width: 100%; height: 100%;}
    .chatConversation { position: absolute; width: 100%; height: 100%; border-left: none;}
    .chatConversationBody .roundedChat { min-width: 0; max-width: 60vw;}
    .emojionearea-wrapper { width: 100vh !important;}
    .chatEmoji nav { max-height: 39px; overflow-y: auto;}
    .chatConversationSend .chatText { max-height: 80px;}
}

/* PayPal */

.paypal-button-container {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 16px 0;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.card_container {
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 20px;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.card_field{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.card_field_50{
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.card_field_75{
    width: 75%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.paypal-button-container .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}
.paypal-button-container .col-25 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
}
.paypal-button-container .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}
.paypal-button-container input[type=text], .paypal-button-container select, .paypal-button-container textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height:40px;
    background:white;
    font-size:17px;
    color:#3a3a3a;
    font-family:helvetica, tahoma, calibri, sans-serif;
}
.paypal-button-container input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.message_container {
    border-radius: 5px;
    background:#FFFFFF;
    font-size:13px;
    font-family:monospace;
    padding: 20px;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading-image {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /* height of the spinner gif +2px to fix IE8 issue */
}
.paypal-button-container .button_container {
    display: flex;
    justify-content: center;
}
.paypal-button-container button:hover {
    background-color: powderblue;
}
.paypal-button-container button {
    width:229px;
    height:49px;
    background:lightblue;
    border:1px dotted black;
    font-size:17px;
    color:#3a3a3a;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
}
.btn_small{
    width:130px;
    height:39px;
    background:lightblue;
    border:1px dotted black;
    font-size:14px;
    color:#3a3a3a;
}
.btn_small:hover {
    background-color: powderblue;
}


/* Common */

.opac00 { opacity: 0.00;}
.opac25 { opacity: 0.25;}
.opac50 { opacity: 0.50;}
.opac75 { opacity: 0.75;}

.txt300 { font-weight: 300;}
.txt500 { font-weight: 500;}
.txt600 { font-weight: 600;}
.txt700 { font-weight: 700;}
.txt800 { font-weight: 800;}

.ffOpenSans { font-family: 'Open Sans', sans-serif;}
.ffPoppins { font-family: 'Poppins', sans-serif;}

.fs8 { font-size: 8px;}
.fs9 { font-size: 9px;}
.fs10 { font-size: 10px;}
.fs11 { font-size: 11px;}
.fs12 { font-size: 12px;}
.fs13 { font-size: 13px;}
.fs14 { font-size: 14px;}
.fs15 { font-size: 15px;}
.fs16 { font-size: 16px;}
.fs17 { font-size: 17px;}
.fs18 { font-size: 18px;}
.fs19 { font-size: 19px;}
.fs20 { font-size: 20px;}
.fs22 { font-size: 22px;}
.fs24 { font-size: 24px;}
.fs26 { font-size: 26px;}
.fs28 { font-size: 28px;}
.fs30 { font-size: 30px;}
.fs32 { font-size: 32px;}
.fs34 { font-size: 34px;}
.fs36 { font-size: 36px;}
.fs38 { font-size: 38px;}
.fs40 { font-size: 40px;}

.txtUpper { text-transform: uppercase;}
.txtStrike { text-decoration: line-through;}
.txtNoWrap { white-space: nowrap;}
.txtEllipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.txtMuted { color: #a2a6bb;}
.txtBlue { color: #1961d5;}

.pageGray { background-color: #ffffff;}
.bg-f3f3f3 { background-color: #f3f3f3;}

.online.green { color: #23bf08 !important;}
.online.yellow { color: #ebe722 !important;}

.imBox { background-color: #0565a4; background-image: linear-gradient(to right, #0565a4 0%, #2b1fa3 100%);}

.loaderBox i { color: #1961d5;}

.opacHover .opacHoverItem { opacity: 0.00; transition: opacity 0.20s ease-in;}
.opacHover:hover .opacHoverItem { opacity: 1.00;}

.dropdownNoArrow::after { display:none;}

.bgUsersNav { background-color: #dae0e6;}

.cardForms .form-group .col-form-label { font-size: 14px; color: #888888;}
.cardForms .noticeOpts { background-color: #fafafa; border-radius: 5px; border: 1px solid #f4f4f4;}
.cardForms .noticeOpts .custom-control { margin-top: 6px !important;}
.cardPhotoEdit > img { width: 100%; height: 200px; object-fit: cover; object-position: center; background-color: #e9ecef;}
.cardPhotoEdit .btn-danger i { animation: wiggle 1.5s infinite;}

.posRel { position: relative;}
.posAbs { position: absolute;}

.mcDefault { cursor: default;}
.mcPointer { cursor: pointer;}
.mcHelp { cursor: help;}
.mcWait { cursor: wait;}
.mcWait label { cursor: wait !important;}

.custom-control-input.cciGray:checked~.custom-control-label::before { border-color: #8e979e; background-color: #8e979e;}

.text-decoration-underline { text-decoration: underline;}

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

.tw-no-scrollbar::-webkit-scrollbar { opacity: 0;}

/* Scrollbar */

.custom-scrollbar {
    position: relative;
    overflow-y: auto;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #ecececec;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #a1a1a1;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #979797;
}

/* Media Queries */

/* XS */

@media (max-width: 575.98px) {

    body.bodyTheme { padding-top: 61px;}

    .proListing .card .avatar { height: 160px;}
    .homeIntro .logo strong { font-size: 2em;}
    .homeIntro p { font-size: 0.75em;}

    .modalFullScreen { min-width: 100%; max-height: 100vh; margin: 0;}
    .modalFullScreen .modal-content { min-height: 100vh; border: 0; border-radius: 0; overflow-y: auto;}

    .card .card-body { padding: 10px 0;}

    .tw-no-scrollbar::-webkit-scrollbar { display: none;}
    .tw-no-scrollbar { -ms-overflow-style: none; scrollbar-width: none;}
}


/* SM */

@media (min-width: 576px) and (max-width: 767.98px) {

    .proListing .card .avatar { height: 120px;}
    .homeIntro p { font-size: 0.80em;}

    .modalFullScreen { min-width: 100%; margin: 0;}
    .modalFullScreen .modal-content { min-height: 100vh; border: 0; border-radius: 0; overflow-y: auto;}
}


/* MD */

@media (min-width: 768px) and (max-width: 991.98px) {
    .proListing .card .avatar { height: 180px;}
    .homeIntro p { font-size: 0.90em;}
}


/* LG */

@media (min-width: 992px) {
    /* .eMessages { padding: 0 15%;} */
    .emAvatar a { width: 80px; height: 80px;}
    .homeIntro .logo strong { font-size: 5em;}
}