/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(997,21): run-time error CSS1039: Token not allowed after unary operator: '-custom-vh'
(997,52): run-time error CSS1039: Token not allowed after unary operator: '-statusbar-height'
(997,78): run-time error CSS1039: Token not allowed after unary operator: '-tabsbar-height'
(1204,16): run-time error CSS1030: Expected identifier, found '.'
(1204,28): run-time error CSS1031: Expected selector, found ')'
(1204,28): run-time error CSS1025: Expected comma or open brace, found ')'
(1207,16): run-time error CSS1030: Expected identifier, found '.'
(1207,28): run-time error CSS1031: Expected selector, found ')'
(1207,28): run-time error CSS1025: Expected comma or open brace, found ')'
(1345,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1349,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
  --statusbar-height: 3.5rem;
}

:root {
  --tabsbar-height: 3.5rem;
}

.LOADED_Site_css {
  color: red;
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 80%;
  }
}

body {
  background-color: #fafafa;
}

.body-header-padding {
  padding-top: 3.875rem;
}
.body-header-padding.extra-padding-mixsao {
  padding-top: 13rem;
}
@media only screen and (max-width: 576px) {
  .body-header-padding.extra-padding-mixsao {
    padding-top: 10rem;
  }
}
.body-header-padding.extra-padding-fixnotif {
  padding-top: 6.5rem;
}
@media only screen and (max-width: 576px) {
  .body-header-padding.extra-padding-fixnotif {
    padding-top: 5.5rem;
  }
}
.body-header-padding.extra-padding-fixnotif-mixsao {
  padding-top: 15.5rem;
}
@media only screen and (max-width: 576px) {
  .body-header-padding.extra-padding-fixnotif-mixsao {
    padding-top: 13.5rem;
  }
}

.body-header-padding.external {
  padding-top: 4rem;
}

.body-header-padding.registration {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}

@media only screen and (max-width: 576px) {
  #mainPageContainer {
    padding-right: inherit;
    padding-left: inherit;
  }
}

#headerContent {
  background-color: white;
}
#headerContent .custom-scrollbar {
  padding-bottom: 5rem;
  background-color: #444;
}
#headerContent .side-nav .logo-wrapper {
  height: unset;
  background-image: linear-gradient(0deg, #444 0%, #fff 100%);
  border-bottom-width: 0px;
}
#headerContent .side-nav .logo-wrapper.pracasar {
  background-image: linear-gradient(0deg, #ccc 0%, #fff 100%);
}
#headerContent .side-nav .user-info .premium {
  font-size: 1rem;
}
#headerContent .side-nav .user-info .premium i {
  color: #2dc9f8;
}
#headerContent .side-nav .user-info .premium span {
  color: #2dc9f8;
}
#headerContent .side-nav .user-info .photo {
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d0d0d0;
}
#headerContent .side-nav .user-info .photo img {
  width: 100%;
  height: 100%;
}
#headerContent .side-nav .user-info .photo.premium-border {
  border-color: #2dc9f8;
}
#headerContent .side-nav .user-info h4.alias {
  font-size: 1.5rem;
  text-align: center;
}
#headerContent .side-nav .user-info h5.location {
  font-size: 80%;
  color: greenyellow;
  margin-top: -0.5rem;
  text-align: center;
  /*text-decoration: underline;*/
  cursor: pointer;
}
#headerContent .side-nav .user-info .buttons .btn {
  /*                    border-color: antiquewhite !important;*/
  border-width: 1px !important;
  /*                    color: antiquewhite !important;*/
}
#headerContent .side-nav .user-info .buttons i {
  /*                    color: antiquewhite !important;*/
}

#mainContent {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1200px) {
  #mainContent {
    margin-top: 3rem;
    margin-bottom: 4.6rem;
    width: 75% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.navbar.menubar-color {
  background-color: #2977f3;
}
.navbar.menubar-color.dark {
  background-color: #444;
}
.navbar.color-vip {
  background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%) !important;
}
.navbar.secondary-menubar-color {
  background-color: #4285F4;
}

.modal-dialog.modal-notify.modal-info .fas, .modal-dialog.modal-notify.modal-info .fab, .modal-dialog.modal-notify.modal-info .far {
  color: white;
}

nav#topNavBar {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.4rem !important;
  padding-left: 0.1rem;
  background-color: #444;
  min-height: 3.2rem;
  /*    &.double-nav a {
          color: antiquewhite;
      }
  */
  /*    #pageTitle {
          color: antiquewhite !important;
      }
  */
}
@media only screen and (min-width: 1456px) {
  nav#topNavBar {
    width: 75% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
nav#topNavBar .breadcrumb-dn {
  display: block !important;
}
nav#topNavBar .breadcrumb-dn.nosidenav p {
  margin: 0;
  padding-top: 0;
  padding-left: 1rem;
}
nav#topNavBar li.nav-item span.badge {
  position: relative;
  top: -10px;
  font-size: 70%;
  font-weight: normal;
}
nav#topNavBar .notif-area {
  /*max-width: 75%;*/
  background-color: #5394ff;
  border-radius: 0.5rem;
  padding: 0.1rem 0.5rem;
}
@media only screen and (max-width: 576px) {
  nav#topNavBar .notif-area {
    /*max-width: 50%;*/
    margin-left: 0.5rem;
  }
}
nav#topNavBar ul.nav li.nav-item a.nav-link {
  margin: 0;
  padding: 0;
}
nav#topNavBar #ads-switch.switch label {
  color: white;
}
nav#topNavBar #ads-switch.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #33CCFF;
  left: 19px;
}
nav#topNavBar #ads-switch.switch label .lever {
  /*margin-left: 0.5rem;
  margin-right: 0.5rem;*/
  margin-top: -0.5rem;
  width: 25px;
  height: 10px;
}
@media only screen and (max-width: 576px) {
  nav#topNavBar #ads-switch.switch label .lever {
    margin-top: 0.25rem;
  }
}
nav#topNavBar #ads-switch.switch label .lever:after {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  top: -2px;
}
nav#topNavBar .item-title-block {
  padding-top: 0px;
  position: relative; /* ancestor: base for children nodes using position:absolute */
  display: inline-block;
  color: white;
}
nav#topNavBar .item-title-block .item {
  margin: 0 auto 0 auto;
  text-align: center;
  /*font-size: 140%;*/
  color: white;
}
nav#topNavBar .item-title-block .title {
  margin: 0 auto;
  text-align: center;
  font-size: 0.55rem;
  margin-bottom: -0.25rem;
}
nav#topNavBar .item-title-block .badge-wrapper {
  position: absolute;
  top: -2px;
  right: -5px;
  width: 100%;
  text-align: right;
}
nav#topNavBar .item-title-block .badge-wrapper .block-badge {
  font-size: 60%;
  font-weight: normal;
}

#slide-out .collapsible a {
  color: rgba(0, 0, 0, 0.87);
  margin: 0px 5px 0px 5px;
}
#slide-out .collapsible a i {
  background-color: inherit !important;
  color: inherit !important;
  font-size: 1.25rem;
}
#slide-out .collapsible a .rotate-icon {
  position: inherit;
  /*right: 0;
  top: 13px;
  margin-right: 20px;*/
}
#slide-out .collapsible-body a {
  background-color: initial;
}
#slide-out .slideout-min-height {
  min-height: 2.25rem;
}
#slide-out ul#slide-out-menu li {
  min-height: 2.25rem;
}
#slide-out ul#slide-out-menu li a {
  min-height: 2.25rem;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  font-size: 1rem;
  /*                color: antiquewhite;
  */
}
#slide-out ul#slide-out-menu li a i {
  font-size: 1.5rem;
}
#slide-out ul#slide-out-menu .current-menu-item {
  background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}
#slide-out ul#slide-out-menu .current-menu-item a {
  color: white;
}

@media only screen and (max-width: 576px) {
  nav#bottomNavBar .nav.navbar-nav {
    width: 100% !important;
  }
}
.tabs-wrapper .classic-tabs li a {
  color: #4285F4;
}
.tabs-wrapper .classic-tabs li a.active {
  color: #2962FF;
}

nav#popupNavBar {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-right: 0.4rem !important;
  padding-left: 0.1rem;
  background-color: #444;
}
@media only screen and (min-width: 1456px) {
  nav#popupNavBar {
    padding-left: 16rem;
  }
}
nav#popupNavBar .breadcrumb-dn {
  display: block !important;
}
nav#popupNavBar .breadcrumb-dn.nosidenav p {
  margin: 0;
  padding-top: 0;
  padding-left: 1rem;
}
nav#popupNavBar li.nav-item span.badge {
  position: relative;
  top: -10px;
  font-size: 70%;
  font-weight: normal;
}
nav#popupNavBar ul.nav li.nav-item a.nav-link {
  margin: 0;
  padding: 0;
}
nav#popupNavBar .item-title-block {
  padding-top: 0px;
  position: relative; /* ancestor: base for children nodes using position:absolute */
  display: inline-block;
  color: white;
}
nav#popupNavBar .item-title-block .item {
  margin: 0 auto 0 auto;
  text-align: center;
  /*font-size: 140%;*/
  color: white;
}
nav#popupNavBar .item-title-block .title {
  margin: 0 auto;
  text-align: center;
  font-size: 0.55rem;
  margin-bottom: -0.25rem;
}
nav#popupNavBar .item-title-block .badge-wrapper {
  position: absolute;
  top: -2px;
  right: -5px;
  width: 100%;
  text-align: right;
}
nav#popupNavBar .item-title-block .badge-wrapper .block-badge {
  font-size: 60%;
  font-weight: normal;
}

.css-border-1px {
  border-width: 1px !important;
}

.css-rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.css-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.css-btn-cancel {
  border-width: 1px !important;
  color: #bdbdbd !important;
  border-color: #bdbdbd !important;
  box-shadow: none !important;
}

.css-btn-notify {
  padding: 0.3rem 0.5rem !important;
  margin: 0;
  color: white !important;
  border-color: white !important;
  box-shadow: none !important;
}

#page-processing-spinner.preloader-wrapper {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.1rem;
}

#page-processing-bar .progress {
  height: 0.25rem;
}
#page-processing-bar .md-progress {
  margin-bottom: 0;
}
#page-processing-bar .md-progress .progress-bar {
  height: unset;
}
#page-processing-bar .toast-top-right {
  top: 5rem;
  right: 0.25rem;
}

.fixnotif-area {
  padding-left: 0;
  background-color: orangered;
  color: white;
}
@media only screen and (min-width: 1456px) {
  .fixnotif-area {
    padding-left: 16rem;
  }
}
.fixnotif-area #FixNotifMessage {
  padding: 0rem 1rem;
  font-weight: bold;
  font-size: 80%;
}
@media only screen and (max-width: 576px) {
  .fixnotif-area #FixNotifMessage {
    font-size: 75%;
  }
}
.fixnotif-area.position-top {
  position: fixed;
  top: 0;
}

#NAVCategories, #NAVGroups {
  width: 97.5%;
  margin: 0 auto;
}
#NAVCategories.navbar.navbar-dark .navbar-toggler-icon, #NAVGroups.navbar.navbar-dark .navbar-toggler-icon {
  background-image: none !important;
}

#DIVViewMyProfile .fixed-action-btn {
  right: 0 !important;
  bottom: 4rem !important;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  #DIVViewMyProfile .fixed-action-btn {
    bottom: 70px !important;
  }
}
#DIVViewMyProfile a.btn-floating {
  /*white-space: nowrap;
  width: auto;*/
  /*        border-radius: initial;
          padding: 0px 5px 0px 5px;
  */
}
#DIVViewMyProfile a.btn-floating span {
  color: white;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(static-cdn/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
#page-spinner-modal {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.45) no-repeat;
  /*background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;*/
}

@media only screen and (min-width: 1456px) {
  #DIVLVMixSAO .listviewer {
    padding-left: 16rem;
  }
}
@media only screen and (min-width: 1456px) {
  #DIVLVMixSAO .listviewer .lvw-scroll-btns i.btn-left {
    left: 16.5rem;
  }
}

.black-gray-gradient {
  background-image: linear-gradient(90deg, rgb(50, 57, 71) 0%, #EEE 100%);
}

.black-darkgray-gradient {
  background-image: linear-gradient(120deg, #556178 0%, #ccc 100%);
}

[v-cloak] > * {
  display: none;
}

.fa-2x {
  font-size: 2em !important;
}

.fa-3x {
  font-size: 3em !important;
}

.fa-150 {
  font-size: 150% !important;
}

.xdark.xbg-high {
  background-color: rgb(33, 39, 49) !important;
}
.xdark.xbg-med {
  background-color: rgb(50, 57, 71) !important;
}
.xdark.xbg-low {
  background-color: #3A4252 !important;
}
.xdark.xbg-lower {
  background-color: #556178 !important;
}
.xdark.xbg-blue {
  background-color: #4285f4 !important;
}
.xdark.xbg-lightgreen {
  background-color: greenyellow !important;
}
.xdark.xcolor-high {
  color: white !important;
}
.xdark.xcolor-med {
  color: rgb(187, 193, 204) !important;
}
.xdark.xcolor-low {
  color: #9e9e9e !important;
}
.xdark.xcolor-green {
  color: #43ED9C !important;
}
.xdark.xcolor-lightgreen {
  color: greenyellow !important;
}
.xdark.xcolor-yellow {
  color: rgb(255, 170, 34) !important;
}
.xdark.xcolor-blue {
  color: #4285f4 !important;
}
.xdark.xcolor-lightblue {
  color: #33CCFF !important;
}
.xdark.xcolor-pink {
  color: deeppink !important;
}
.xdark.xcolor-white {
  color: white !important;
}
.xdark.xcolor-black {
  color: black !important;
}
.xdark.xcolor-red {
  color: #EE4466 !important;
}
.xdark.xcolor-bg-green {
  background-color: #43ED9C !important;
}
.xdark.xcolor-bg-yellow {
  background-color: rgb(255, 170, 34) !important;
}
.xdark.xcolor-bg-blue {
  background-color: #4285f4 !important;
}
.xdark.xcolor-bg-lightblue {
  background-color: #33CCFF !important;
}
.xdark.xcolor-bg-pink {
  background-color: deeppink !important;
}
.xdark.xcolor-bg-red {
  background-color: #EE4466 !important;
}
.xdark.xcolor-bg-white {
  background-color: white !important;
}
.xdark.xcolor-bg-grey {
  background-color: rgb(187, 193, 204);
}
.xdark.xcolor-bg-lightgrey {
  background-color: #F0F0F0;
}
.xdark.xcolor-bg-black {
  background-color: black !important;
}
.xdark.xcolor-border-green {
  border-color: #43ED9C !important;
}
.xdark.xcolor-border-yellow {
  border-color: rgb(255, 170, 34) !important;
}
.xdark.xcolor-border-blue {
  border-color: #4285f4 !important;
}
.xdark.xcolor-border-lightblue {
  border-color: #33CCFF !important;
}
.xdark.xcolor-border-pink {
  border-color: deeppink !important;
}
.xdark.xcolor-border-red {
  border-color: #EE4466 !important;
}
.xdark.xcolor-border-white {
  border-color: white !important;
}
.xdark.xcolor-border-black {
  border-color: black !important;
}
.xdark.xbtn-high {
  background-color: rgb(33, 39, 49) !important;
}
.xdark.xbtn-med {
  background-color: rgb(50, 57, 71) !important;
}
.xdark.xbtn-low {
  background-color: #3A4252 !important;
}
.xdark.xbtn-lower {
  background-color: #556178 !important;
}
.xdark.xbtn-white {
  background-color: white !important;
}
.xdark.xbtn-outline-white {
  border: solid 1px white !important;
  color: white !important;
}
.xdark.xbtn-black {
  background-color: black !important;
}
.xdark.xbtn-green {
  background-color: rgb(67, 237, 156) !important;
  color: black !important;
}
.xdark.xbtn-outline-green {
  border: solid 1px rgb(67, 237, 156) !important;
  color: rgb(67, 237, 156) !important;
}
.xdark.xbtn-lightgreen {
  background-color: greenyellow !important;
  color: black !important;
}
.xdark.xbtn-outline-lightgreen {
  border: solid 1px greenyellow !important;
  color: greenyellow !important;
}
.xdark.xbtn-blue {
  background-color: #4285f4 !important;
  color: white !important;
}
.xdark.xbtn-lightblue {
  background-color: #33CCFF !important;
  color: black !important;
}
.xdark.xbtn-outline-lightblue {
  border: solid 1px #33CCFF !important;
  color: #33CCFF !important;
}
.xdark.xbtn-yellow {
  background-color: rgb(255, 170, 34) !important;
  color: black !important;
}
.xdark.xbtn-pink {
  background-color: deeppink !important;
  color: white !important;
}
.xdark.xbtn-outline-pink {
  border: solid 1px deeppink !important;
  color: deeppink !important;
}
.xdark.xbtn-red {
  background-color: #EE4466 !important;
  color: white !important;
}
.xdark.xbtn-grey {
  background-color: #556178 !important;
  color: rgb(187, 193, 204) !important;
}
.xdark.xbtn-grey.xcolor-green {
  color: #43ED9C !important;
}
.xdark.xbtn-grey.xcolor-yellow {
  color: rgb(255, 170, 34) !important;
}
.xdark.xbtn-grey.xcolor-blue {
  color: #4285f4 !important;
}
.xdark.xbtn-grey.xcolor-lightblue {
  color: #33CCFF !important;
}
.xdark.xbtn-grey.xcolor-pink {
  color: deeppink !important;
}
.xdark.xbtn-grey.xcolor-white {
  color: white !important;
}
.xdark.xbtn-grey.xcolor-black {
  color: black !important;
}
.xdark.xbtn-grey.xcolor-red {
  color: #EE4466 !important;
}
.xdark.xbtn-outline-grey {
  border: solid 1px rgb(187, 193, 204) !important;
  color: rgb(187, 193, 204) !important;
}
.xdark.xbtn-outline-grey.xcolor-green {
  color: #43ED9C !important;
}
.xdark.xbtn-outline-grey.xcolor-yellow {
  color: rgb(255, 170, 34) !important;
}
.xdark.xbtn-outline-grey.xcolor-blue {
  color: #4285f4 !important;
}
.xdark.xbtn-outline-grey.xcolor-lightblue {
  color: #33CCFF !important;
}
.xdark.xbtn-outline-grey.xcolor-pink {
  color: deeppink !important;
}
.xdark.xbtn-outline-grey.xcolor-red {
  color: #EE4466 !important;
}
.xdark.xbtn-outline-grey.xcolor-black {
  color: black !important;
}
.xdark.xlink {
  font-weight: bold;
}
.xdark.xlink:hover {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.xgrey.xbg-high {
  background-color: rgb(33, 39, 49) !important;
}
.xgrey.xbg-med {
  background-color: rgb(50, 57, 71) !important;
}
.xgrey.xbg-low {
  background-color: #3A4252 !important;
}
.xgrey.xbg-lower {
  background-color: #556178 !important;
}
.xgrey.xcolor-high {
  color: black !important;
}
.xgrey.xcolor-med {
  color: #666666 !important;
}
.xgrey.xcolor-low {
  color: #999999 !important;
}
.xgrey.xcolor-lower {
  color: #CCCCCC !important;
}
.xgrey.xcolor-green {
  color: rgba(0, 255, 0, 0.7) !important;
}
.xgrey.xcolor-lightgreen {
  color: greenyellow !important;
}
.xgrey.xcolor-darkgreen {
  color: limegreen !important;
}
.xgrey.xcolor-yellow {
  color: rgb(255, 170, 34) !important;
}
.xgrey.xcolor-blue {
  color: #4285f4 !important;
}
.xgrey.xcolor-lightblue {
  color: #33CCFF !important;
}
.xgrey.xcolor-pink {
  color: deeppink !important;
}
.xgrey.xcolor-red {
  color: #EE4466 !important;
}
.xgrey.xbtn-green {
  background-color: rgb(67, 237, 156) !important;
  color: white !important;
}
.xgrey.xbtn-outline-green {
  border-color: rgb(67, 237, 156) !important;
  color: rgb(67, 237, 156) !important;
  border: 1px solid;
}
.xgrey.xbtn-blue {
  background-color: #4285f4 !important;
  color: white !important;
}
.xgrey.xbtn-outline-blue {
  border-color: #4285f4 !important;
  color: #4285f4 !important;
  border: 1px solid;
}
.xgrey.xbtn-lightblue {
  background-color: #33CCFF !important;
  color: white !important;
}
.xgrey.xbtn-outline-lightblue {
  border-color: #33CCFF !important;
  color: #33CCFF !important;
  border: 1px solid;
}
.xgrey.xbtn-yellow {
  background-color: rgb(255, 170, 34) !important;
  color: white !important;
}
.xgrey.xbtn-pink {
  background-color: deeppink !important;
  color: white !important;
}
.xgrey.xbtn-red {
  background-color: #EE4466 !important;
  color: white !important;
}
.xgrey.xbtn-grey {
  background-color: #7a88a5 !important;
  color: rgb(187, 193, 204) !important;
}
.xgrey.xbtn-grey.xcolor-green {
  color: #43ED9C !important;
}
.xgrey.xbtn-grey.xcolor-yellow {
  color: rgb(255, 170, 34) !important;
}
.xgrey.xbtn-grey.xcolor-blue {
  color: #4285f4 !important;
}
.xgrey.xbtn-grey.xcolor-lightblue {
  color: #33CCFF !important;
}
.xgrey.xbtn-grey.xcolor-pink {
  color: deeppink !important;
}
.xgrey.xbtn-grey.xcolor-red {
  color: #EE4466 !important;
}
.xgrey.xbtn-outline-grey {
  border-color: rgb(187, 193, 204) !important;
  color: rgb(187, 193, 204) !important;
}
.xgrey.xbtn-outline-grey.xcolor-green {
  color: #43ED9C !important;
}
.xgrey.xbtn-outline-grey.xcolor-yellow {
  color: rgb(255, 170, 34) !important;
}
.xgrey.xbtn-outline-grey.xcolor-blue {
  color: #4285f4 !important;
}
.xgrey.xbtn-outline-grey.xcolor-lightblue {
  color: #33CCFF !important;
}
.xgrey.xbtn-outline-grey.xcolor-pink {
  color: deeppink !important;
}
.xgrey.xbtn-outline-grey.xcolor-red {
  color: #EE4466 !important;
}

#DIVHelpButton.fixed-action-btn {
  right: -0.75rem !important;
  height: unset !important;
}
@media only screen and (max-width: 576px) {
  #DIVHelpButton.fixed-action-btn {
    right: -1.75rem !important;
  }
}

#DIVTabsBar .nav-link {
  font-size: 1rem;
}
#DIVTabsBar .nav-link.active {
  color: black !important;
  background-color: #d0d0d0 !important;
  font-weight: bold;
}
#DIVTabsBar ul {
  padding: 0.75rem 15rem 0.75rem 15rem !important;
}
@media only screen and (max-width: 576px) {
  #DIVTabsBar ul {
    padding: 0.5rem 1rem 0.5rem 1rem !important;
  }
  #DIVTabsBar ul li a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
  }
}
#DIVTabsBar .flagnew-dot {
  height: 0.75rem;
  width: 0.75rem;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid white;
  margin-left: 0.25rem;
}
@media only screen and (max-width: 576px) {
  #DIVTabsBar .flagnew-dot {
    height: 0.5rem;
    width: 0.5rem;
  }
}

.responsive-img-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  background: transparent url("https://www.lovlink.com/images/loading-circle.gif") center no-repeat;
}
.responsive-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.responsive-img-container.ratio-16-9 {
  padding-bottom: 56.25%; /* 9/16*100 */
}
.responsive-img-container.ratio-4-3 {
  padding-bottom: 75%; /* 3/4*100 */
}
.responsive-img-container.ratio-1-1 {
  padding-bottom: 100%;
}

.viewport-img-container {
  width: 100%;
  position: relative;
  height: calc(var(--custom-vh, 1vh) * 100 - (var(--statusbar-height) + var(--tabsbar-height)));
  overflow: hidden;
  background: transparent url(https://www.lovlink.com/images/loading-circle.gif) center no-repeat;
  max-width: 720px;
}
@media only screen and (max-width: 576px) {
  .viewport-img-container {
    width: 100vw;
  }
  .viewport-img-container img {
    width: 100%;
  }
}
.viewport-img-container img {
  height: 100%;
  margin: 0 auto;
}

.coupon-container {
  font-family: "Allerta Stencil", sans-serif;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0.9;
  right: -5%;
  bottom: 40%;
}
@media only screen and (max-width: 576px) {
  .coupon-container {
    left: -25%;
    top: auto;
    right: auto;
    bottom: -25%;
  }
}
.coupon-container .coupon-badge {
  position: relative;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  transform: rotate(-14deg);
  text-align: center;
  filter: drop-shadow(0.25em 0.7em 0.95em rgba(255, 255, 255, 0.8));
  /* min-size + (max-size - min-size) * ( (100vw - min-width) / ( max-width - min-width) ) */
  font-size: calc(5px + 6 * ( (100vw - 420px) / ( 860) ));
}
@media screen and (max-width: 420px) {
  .coupon-container .coupon-badge {
    font-size: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .coupon-container .coupon-badge {
    font-size: 11px;
  }
}
.coupon-container .coupon-badge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10em;
  height: 10em;
  border-radius: 100%;
  background: red;
  opacity: 0.8;
  transition: opacity 0.3s linear;
}
.coupon-container .coupon-badge:hover {
  color: #fff;
  text-decoration: none;
  transform: rotate(-10deg) scale(1.05);
}
.coupon-container .coupon-badge:hover::before {
  opacity: 0.9;
}
.coupon-container .coupon-badge svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 0;
  width: 10em;
  height: 10em;
}
.coupon-container .coupon-badge span {
  display: block;
  background: red;
  border-radius: 0.4em;
  padding: 0.4em;
  z-index: 1;
  min-width: 11em;
  border: 1px solid;
  text-transform: uppercase;
  font-weight: bolder;
}
.coupon-container .coupon-badge span.stripe {
  font-size: 125%;
  font-weight: bold;
  border-width: 2px;
}

#popCoupon .coupon-container {
  left: 50% !important;
  right: 50% !important;
  bottom: auto !important;
  top: 50% !important;
}
@media only screen and (max-width: 576px) {
  #popCoupon .coupon-container {
    top: 65% !important;
    bottom: 35% !important;
  }
}
#popCoupon .coupon-badge {
  font-size: 1rem !important;
}
@media screen and (max-width: 420px) {
  #popCoupon .coupon-badge {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1280px) {
  #popCoupon .coupon-badge {
    font-size: 1rem !important;
  }
}

.css-bimg-container {
  border-radius: 50%;
  overflow: hidden;
}
.css-bimg-container.norounded {
  border-radius: unset !important;
}
.css-bimg-container img {
  filter: blur(5px);
}

._cssFillScreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

._cssFitFillScreen {
  max-width: 99%;
  max-height: 99%;
}

@media only screen and (max-width: 576px) {
  .xbottomsheet .modal-dialog.modal-dialog-centered {
    position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
}
.xbottomsheet .modal-dialog .modal-content {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: calc(100% - 10px);
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.xbottomsheet .modal-dialog .modal-content .modal-body {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.xbottomsheet-rounded {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

._cssContVisib-hidden {
  content-visibility: hidden;
}
._cssContVisib-hidden .autosize {
  contain-intrinsic-size: auto 300px;
}

.popover {
  background-image: linear-gradient(0deg, #33CCFF 0%, darkblue 100%) !important;
  border-radius: 0.75rem !important;
}
.popover .popover-body {
  color: #fff !important;
}
.popover .arrow::after {
  border-top-color: #33CCFF !important;
}

.popover:has(h5.central-btn) {
  background-image: linear-gradient(0deg, #EE4466 0%, red 100%) !important;
}
.popover:has(h5.central-btn) .arrow::after {
  border-top-color: #EE4466 !important;
}

._cssCursorPointer {
  cursor: pointer;
}

._cssBtnDisabled {
  opacity: 0.4;
  pointer-events: none;
}

#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode .cbtn-image {
  border-radius: 50%;
  border: solid 1px;
  width: 3.5rem;
  height: 3.5rem;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode .cbtn-title {
  font-size: 1rem;
  font-weight: bold;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode .cbtn-text {
  font-size: 0.9rem;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search:not(.selected) {
  background-color: #bbc1cc !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search:not(.selected) .cbtn-image {
  background-color: black !important;
  color: #f0f0f0 !important;
  border: solid 1px black !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search:not(.selected) .cbtn-image .cbtn-icon i {
  color: white !important;
  font-weight: bold;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search .cbtn-image {
  border: solid 1px #eee !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search .cbtn-image .cbtn-icon i {
  color: #eee !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search .cbtn-title {
  color: black !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.search .cbtn-text {
  color: #111 !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.selected {
  border: solid 2px #33CCFF !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.selected .cbtn-image {
  background-color: #33CCFF !important;
  border: none !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.selected .cbtn-image .cbtn-icon i {
  color: black !important;
  font-weight: bold;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.selected .cbtn-title {
  color: #33CCFF !important;
}
#CentralBtnPopup #DIVCentralBtnModes .cbtn-mode.selected .cbtn-text {
  color: #33CCFF !important;
}

#popConfig .user-info .premium i {
  color: #2dc9f8;
}
#popConfig .user-info .premium span {
  color: #2dc9f8;
}
#popConfig .user-info .photo {
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d0d0d0;
}
#popConfig .user-info .photo img {
  width: 100%;
  height: 100%;
}
#popConfig .user-info .photo.premium-border {
  border-color: #2dc9f8;
}
#popConfig .user-info h4.alias {
  font-size: 1.5rem;
  text-align: center;
}
#popConfig .user-info h5.location {
  font-size: 80%;
  color: greenyellow;
  margin-top: -0.5rem;
  text-align: center;
  /*text-decoration: underline;*/
  cursor: pointer;
}
#popConfig .user-info .buttons .btn {
  /*                    border-color: antiquewhite !important;*/
  border-width: 1px !important;
  /*                    color: antiquewhite !important;*/
}
#popConfig .user-info .buttons .btn span {
  font-size: 0.9rem;
}
#popConfig .user-info .buttons i {
  /*                    color: antiquewhite !important;*/
}

.modal-fullscreen {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  height: 100vh;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
  padding: 0;
}
.modal-fullscreen #imageEditorContainer {
  height: calc(100vh - 120px); /* Adjust for header and footer */
}
.modal-fullscreen #imageEditorContainer iframe {
  height: 100%;
  width: 100%;
  border: none;
}

:root {
  --statusbar-height: 3.5rem;
}

:root {
  --tabsbar-height: 3.5rem;
}

.LOADED_Display_css {
  color: red;
}

.display-slot .display-body {
  border-radius: 0.5rem;
  padding: 0;
}
.display-slot .display-body.display-ad .adsbygoogle {
  background-color: #f0f0f0;
}
.display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-HOME_Responsive {
  min-height: 300px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-HOME_Responsive {
    min-height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-HOME_Responsive {
    min-height: 280px;
  }
}
.display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-HOME_Responsive_Middle_Lazy {
  min-height: 300px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-HOME_Responsive_Middle_Lazy {
    min-height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-HOME_Responsive_Middle_Lazy {
    min-height: 280px;
  }
}
.display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-PROFVIEWER_Responsive {
  min-height: 300px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-PROFVIEWER_Responsive {
    min-height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .display-slot .display-body.display-ad .adsbygoogle.adsbygoogle-PROFVIEWER_Responsive {
    min-height: 280px;
  }
}
.display-slot .display-body.display-ad .adsbygoogle-lazy {
  background-color: #f0f0f0;
}
.display-slot .display-body.display-ad .adsbygoogle-lazy.adsbygoogle-HOME_Responsive_Middle_Lazy {
  min-height: 300px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .display-slot .display-body.display-ad .adsbygoogle-lazy.adsbygoogle-HOME_Responsive_Middle_Lazy {
    min-height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .display-slot .display-body.display-ad .adsbygoogle-lazy.adsbygoogle-HOME_Responsive_Middle_Lazy {
    min-height: 280px;
  }
}
.display-slot .display-body.display-tip {
  margin: 1rem 0 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.display-slot .display-body.display-tip .left-pane {
  border-radius: 0.5rem 0 0 0.5rem;
}
.display-slot .display-body.display-tip .right-pane {
  border-radius: 0 0.5rem 0.5rem 0;
  text-align: center;
}
.display-slot .display-body.display-tip .right-pane h1, .display-slot .display-body.display-tip .right-pane h2, .display-slot .display-body.display-tip .right-pane h3, .display-slot .display-body.display-tip .right-pane h4, .display-slot .display-body.display-tip .right-pane h5 {
  padding-bottom: 1rem;
}
.display-slot .display-body.display-tip .right-pane h1 {
  font-size: 1.25rem;
}
.display-slot .display-body.display-tip .right-pane h2 {
  font-size: 1.25rem;
}
.display-slot .display-body.display-tip .right-pane h4 {
  font-size: 1rem;
}
.display-slot .display-body.display-tip .right-pane h6 {
  font-size: 0.9rem;
}
.display-slot .display-body.display-tip .right-pane .btn-outline-indigo {
  border-width: 1px !important;
}
.display-slot .display-body.display-selfad {
  margin: 1rem 0 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.display-slot .display-body.display-selfad .left-pane {
  border-radius: 0.5rem 0 0 0.5rem;
}
.display-slot .display-body.display-selfad .right-pane {
  border-radius: 0 0.5rem 0.5rem 0;
}
.display-slot .display-body.display-selfad .right-pane h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.display-slot .display-body.display-selfad .right-pane h2 {
  font-size: 1.5rem;
}
.display-slot .display-body.display-selfad .right-pane h4 {
  font-size: 1rem;
}
.display-slot .display-body.display-selfad .right-pane h6 {
  font-size: 0.75rem;
}
.display-slot .display-body.display-selfad .btn {
  color: white;
}
.display-slot .display-body.display-hidden {
  display: none;
}
.display-slot.smaller .display-body.display-tip .left-pane span.icofont {
  font-size: 200% !important;
}
.display-slot.smaller .display-body.display-tip .right-pane h1 {
  font-size: 0.9rem;
}
.display-slot.smaller .display-body.display-tip .right-pane h2 {
  font-size: 0.85rem;
}
.display-slot.smaller .display-body.display-tip .right-pane h4 {
  font-size: 0.75rem;
}
.display-slot.smaller .display-body.display-tip .right-pane h6 {
  font-size: 0.65rem;
}
.display-slot.smaller .display-body.display-tip .right-pane .btn {
  font-size: 0.64rem;
}
.display-slot.smaller .display-body.display-tip .right-pane .btn-outline-indigo {
  border-width: 1px !important;
}

.cssHide {
    display: none !important;
}

.cssShow {
    display: inline;
}

.cssClearBoth {
    clear: both;
}

.cssBoxRed {
    background-color: #FFEBE8;
    border: 1px solid #DD3C10;
}

.cssSeparator {
    background: none repeat scroll 0 0 #E0E0E0;
    height: 2px;
}

.cssCurPointer {
    cursor: pointer;
}

.cssCurDefault {
    cursor: default;
}


.cssFloatRight {
    float: right;
}

.cssNoBorderRadius {
    border-radius: 0px;
}

    .cssNoBorderRadius img {
        border-radius: 0px;
    }

.cssCenter {
    text-align: center;
}

.cssSpacer3 {
    clear: both;
    height: 3px;
}

.cssSpacer5 {
    clear: both;
    height: 5px;
}

.cssSpacer10 {
    clear: both;
    height: 10px;
}

.cssHSpacer3 {
    clear: both;
    width: 3px;
}

.cssHSpacer5 {
    clear: both;
    width: 5px;
}

.cssHSpacer10 {
    clear: both;
    width: 10px;
}

.cssVerticalCenter {
    /* http://stackoverflow.com/questions/22196587/how-to-center-align-vertically-the-container-in-bootstrap */
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.cssMargin0-topbottom {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cssFont110 {
    font-size:110%;
}

.cssFont125 {
    font-size: 125%;
}

