/*

HumHub Style CSS
Author: Andreas Strobel
Website: http://www.humhub.org


Table of Bootstrap modifications:
---------------------------------------------
1) General
2) Topbar (replaces the Bootstrap Navbar)
3) Navs (Nav-Tabs & Nav-Pills)
4) Media Object
5) Panels
6) Pagination
7) Yii Components
8) HumHub Components
9) Third Party Tools
10) Responsive modifications

*/
#topbar-first,
#topbar-second,
#main-loading,
#sub-loading {
  background-color: #E1F5FE;
}
@media (prefers-color-scheme: dark) {
  html.device-mode body,
  html.device-mode #topbar-first,
  html.device-mode #topbar-second,
  html.device-mode #main-loading {
    background-color: #000;
  }
}
a:focus,
:focus-visible {
  outline: unset !important;
}
body {
  background: #e7f3fb;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding-bottom: 5vh;
  -webkit-overflow-scrolling: touch !important;
  color: #000;
}
body a,
body a:hover {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #285e8e;
  z-index: 1;
}
.btn_fileUpload_container .btn-small-text .fa,
.add-media-container .btn-small-text .fa {
  font-size: 150%;
  font-weight: 300;
}
.btn_fileUpload_container .btn-small-text :not(.fa),
.add-media-container .btn-small-text :not(.fa) {
  font-size: 12px;
}
.btn-small-text div {
  font-size: 85%;
  font-weight: 600;
}
hr {
  margin-top: 3px;
  margin-bottom: 5px;
}
.mobileGlobalModal .row {
  margin-right: 0px;
  margin-left: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: inherit;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
textarea {
  height: 1.5em;
}
.topbar {
  display: block;
  width: 100%;
  /* padding-left: 15px;
   padding-right: 15px;*/
  /*  ul.nav li.dropdown:hover > ul.dropdown-menu {
      display: block;
  }*/
}
.topbar ul.nav {
  float: left;
}
.topbar ul.nav > li {
  float: left;
}
.topbar .nav .dropdown-menu {
  margin-top: 0;
  padding-bottom: 10px;
}
.topbar ul.nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
.topbar .dropdown-footer {
  margin: 10px;
}
.topbar .dropdown-header {
  font-size: 16px;
  padding: 3px 10px;
  margin-bottom: 10px;
}
.topbar .dropdown-header .dropdown-header-link {
  position: absolute;
  top: 2px;
  right: 10px;
}
.topbar .dropdown-header .dropdown-header-link a {
  color: #ccc !important;
  /*font-size: 12px;*/
  font-weight: normal;
}
#topbar-first {
  z-index: 100;
  height: 50px;
}
#topbar-first .nav > li > a:hover,
#topbar-first .nav > .open > a {
  background-color: #2a2a2a;
}
#topbar-first .nav > .account {
  margin-top: 3px;
  height: 44px;
  z-index: 1;
}
#topbar-first .nav > .account .dropdown-toggle {
  padding: 0px;
  line-height: 1.1em;
  text-align: left;
  z-index: 3;
}
#topbar-first .topbar-brand {
  position: relative;
  z-index: 2;
  padding: 0px;
  margin: 0px;
}
#topbar-first .topbar-brand .navbar-brand img {
  vertical-align: middle;
  height: 45px;
  margin-left: 2px;
}
#topbar-first .topbar-actions {
  position: relative;
}
#topbar-first .notifications {
  /* position: relative;
   * margin-left: 30%;
     margin-right: 30%;*/
  text-align: center;
  height: 48px;
  z-index: 4;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  left: -25px;
}
#topbar-first .notifications .btn-group-container {
  flex: 1 auto;
  text-align: center;
  position: relative;
}
#topbar-first .notifications .btn-group {
  position: absolute;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  top: 25%;
  bottom: 25%;
  text-align: left !important;
}
#topbar-first .notifications .btn-group > a {
  padding: 2px 4px;
  display: inline-block;
  border-radius: 0px;
  text-decoration: none;
  text-align: left;
  /*font-size: 20px;*/
  white-space: nowrap;
}
#topbar-first .notifications .btn-group.open .dropdown-toggle {
  background-color: #ddd;
  color: #000;
}
#topbar-first .notifications .btn-group > .label {
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 20px;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  border-radius: 10px;
}
#topbar-first .notifications .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  /*      z-index: 99;*/
}
#topbar-first .notifications .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  left: 50%;
  margin-left: -18px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -16px;
  /*      z-index: 99;*/
}
#topbar-first .notifications #dropdown-notifications {
  width: 240px;
}
#topbar-first .notifications #dropdown-notifications ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar-first .notifications #dropdown-notifications li {
  position: relative;
}
#topbar-first .notifications #dropdown-notifications li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar-first .notifications #dropdown-notifications li i.accepted {
  color: #5cb85c;
}
#topbar-first .notifications #dropdown-notifications li i.declined {
  color: #d9534f;
}
#topbar-first .notifications #dropdown-notifications li .media {
  position: relative;
}
#topbar-first .notifications #dropdown-notifications li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar-first .notifications #dropdown-messages {
  width: 240px;
  margin-left: -98px;
}
#topbar-first .notifications #dropdown-messages ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar-first .notifications #dropdown-messages li {
  position: relative;
}
#topbar-first .notifications #dropdown-messages li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar-first .notifications #dropdown-messages li i.accepted {
  color: #5cb85c;
}
#topbar-first .notifications #dropdown-messages li i.declined {
  color: #d9534f;
}
#topbar-first .notifications #dropdown-messages li .media {
  position: relative;
}
#topbar-first .notifications #dropdown-messages li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar-first .notifications #dropdown-activities {
  width: 240px;
  margin-left: -98px;
}
#topbar-first .notifications #dropdown-activities ul.media-list {
  max-height: 400px;
  overflow: auto;
}
#topbar-first .notifications #dropdown-activities li {
  position: relative;
}
#topbar-first .notifications #dropdown-activities li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px;
}
#topbar-first .notifications #dropdown-activities li i.accepted {
  color: #5cb85c;
}
#topbar-first .notifications #dropdown-activities li i.declined {
  color: #d9534f;
}
#topbar-first .notifications #dropdown-activities li .media {
  position: relative;
}
#topbar-first .notifications #dropdown-activities li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
#topbar-first .dropdown-footer {
  margin: 10px 10px 5px 10px;
}
#topbar-second {
  z-index: 100;
  min-height: 48px;
}
#topbar-second .dropdown-menu {
  border: none;
}
#topbar-second #search-menu-dropdown {
  width: 40vw;
}
#topbar-second #search-menu-dropdown .media-list {
  overflow: auto;
}
#topbar-second #search-menu-dropdown form {
  margin: 5px;
  position: relative;
}
#topbar-second > .container > .nav > .active > a > i {
  font-weight: 900;
}
.list-group a [class^="fa-"],
.list-group a [class*=" fa-"] {
  display: inline-block;
  width: 18px;
}
.media-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  border-left: 3px solid #eee;
}
.media-list li:hover,
.media-list li.selected {
  background-color: #eee;
}
.panel.profile {
  position: relative;
}
.panel.profile .controls {
  position: absolute;
  top: 10px;
  right: 10px;
}
.panel-profile .statistics {
  display: flex;
  justify-content: space-evenly;
}
.panel-profile .profile-user-photo-container {
  width: 27%;
}
.panel-profile .profile-user-photo-container .image-upload-container-avatar {
  position: relative;
  padding-top: 100%;
}
.panel-profile .profile-user-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.panel-profile #profilefileupload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.panel-profile .controls.controls-account {
  width: 100%;
  display: flex;
  justify-content: center;
}
.panel-profile .img-profile-data.round-borders.text-center {
  margin-top: 5%;
}
.panel-profile .img-profile-data h1 img {
  height: 25px;
  padding-bottom: 5px;
}
.panel-profile .panel-profile-controls {
  margin-top: 10px;
}
.panel-profile .panel-profile-header {
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #000;
}
.panel-profile .panel-profile-header .img-profile-header-background {
  border-radius: 0px;
}
.panel-profile .panel-profile-header h1 {
  text-align: right;
  font-size: 1px;
  font-weight: 400px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.panel-profile .panel-profile-header h1 img {
  height: 25px;
  padding-bottom: 5px;
}
.panel-profile .panel-profile-header h2 {
  text-align: right;
  font-size: 1px;
  font-weight: 100;
  margin-top: -7.5px;
  text-shadow: 2px 2px 2px #000;
}
.panel-profile .panel-profile-header.for-profile,
.panel-profile .panel-profile-header.for-space,
.panel-profile .panel-profile-header.for-hover {
  background-color: #000;
}
.panel-profile .panel-profile-header.for-profile .img-profile-header-background,
.panel-profile .panel-profile-header.for-space .img-profile-header-background,
.panel-profile .panel-profile-header.for-hover .img-profile-header-background {
  opacity: 0.25;
}
.panel-profile .profile-user-photo-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.panel-profile .profile-user-photo-container .profile-user-photo {
  border: 3px solid #fff;
  border-radius: 50%;
}
.panel-profile .header-tittle-section {
  margin-top: 0px !important;
  padding-bottom: 7px;
}
.content-child .panel.panel-default,
.panel-parent .panel.panel-default {
  border: none;
}
.pagination-container {
  text-align: center;
}
.modal-dialog-small {
  width: 500px;
}
.modal-dialog-normal {
  width: 600px;
}
.modal-dialog-medium {
  width: 768px;
}
.modal-dialog-large {
  width: 900px;
}
.grid-view img {
  width: 24px;
  height: 24px;
}
.errorMessage {
  color: red;
  padding: 10px 0;
}
.error {
  border-color: red !important;
}
.loader {
  height: 60px;
  background: url('../img/loader.gif') no-repeat center center;
}
.loader-small {
  height: 20px;
  width: 20px;
}
ul.tag_input {
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 5px 10px 5px;
  border: 1px solid #000;
}
ul.tag_input li img {
  margin: 0 5px 0 0;
}
.tag_input_field {
  outline: none;
  border: none !important;
  padding: 5px 4px 0px 4px !important;
  width: 100%;
  margin: 2px 0 0 0 !important;
}
.userInput,
.spaceInput {
  background-color: #ccc;
  color: #000;
  border-radius: 0px;
  /*font-size: 12px !important;*/
  padding: 2px;
  float: left;
  margin: 3px 4px 0 0;
}
.userInput i,
.spaceInput i {
  padding: 0px 6px;
  /*font-size: 14px;*/
  cursor: pointer;
  line-height: 8px;
}
/*.picker {
  li > a {
    padding-left: 10px;
  }

  li.selected {
    //padding-left: 6px;
    background-color: #eee;
  }
}*/
.contentForm_options {
  margin-top: 10px;
}
#contentFormFiles_list {
  padding-left: 0;
}
#contentFormError {
  color: red;
  padding-left: 0;
  list-style: none;
}
#contentFormErrorPop {
  color: red;
  padding-left: 0;
  list-style: none;
}
.post-files,
.oembed_snippet {
  margin-top: 0px;
  overflow: hidden;
}
.oembed_snippet .flickr-embed-frame {
  pointer-events: none;
}
.oembed_snippet .getty {
  pointer-events: none;
}
.activities {
  max-height: 350px;
  overflow: auto;
}
.activities li .media {
  position: relative;
}
.activities li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px;
}
.media:after {
  content: '';
  clear: both;
  display: block;
}
nav-pills.preferences {
  position: absolute;
  right: 1px;
  top: 1px;
}
.wall-entry-controls {
  /*font-size: 12px;*/
  margin: 0px 10px 10px 10px;
}
.tags .tag {
  margin-top: 5px;
  border-radius: 0px;
  padding: 4px 8px;
}
.placeholder {
  padding: 15px;
  color: grey;
}
.placeholder-empty-stream {
  padding: 37px 0 0 70px;
  margin-left: auto;
  width: 75%;
  /*color: white;*/
}
.media-list li.placeholder {
  /*font-size: 14px !important;*/
  border-bottom: none;
}
.media-list li.placeholder:hover {
  background: none !important;
  border-left: 3px solid white;
}
.space-member-sign {
  color: #5cb85c;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 18px;
}
.contentForm_options {
  min-height: 29px;
}
.contentForm-upload-progress {
  margin-top: 18px;
  margin-bottom: 10px !important;
}
.btn_container {
  position: relative;
}
.btn_container .label-public {
  position: absolute;
  right: 40px;
  top: 11px;
}
.mime {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.mime-word {
  background-image: url('../img/mime/word.png');
}
.mime-excel {
  background-image: url('../img/mime/excel.png');
}
.mime-powerpoint {
  background-image: url('../img/mime/powerpoint.png');
}
.mime-pdf {
  background-image: url('../img/mime/pdf.png');
}
.mime-zip {
  background-image: url('../img/mime/zip.png');
}
.mime-image {
  background-image: url('../img/mime/image.png');
}
.mime-file {
  background-image: url('../img/mime/file.png');
}
.mime-photoshop {
  background-image: url('../img/mime/photoshop.png');
}
.mime-illustrator {
  background-image: url('../img/mime/illustrator.png');
}
.mime-flash {
  background-image: url('../img/mime/flash.png');
}
.mime-audio {
  background-image: url('../img/mime/audio.png');
}
.mime-video {
  background-image: url('../img/mime/video.png');
}
.files,
#postFormFiles_list {
  padding-left: 0;
}
.installer .logo {
  text-align: center;
}
.upload-box-container {
  position: relative;
}
.upload-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 20px;
  background: #F8F8F8;
  border: 2px dashed #DDD;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
}
.upload-box input[type="file"] {
  position: absolute;
  opacity: 0;
}
.upload-box .upload-box-progress-bar {
  display: none;
}
.image-upload-container {
  position: relative;
}
.image-upload-container .image-upload-buttons {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
}
.image-upload-container input[type="file"] {
  position: absolute;
  opacity: 0;
}
.image-upload-container .image-upload-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  background: #F8F8F8;
}
.imgHref {
  display: block;
}
.imgHref img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight {
  background-color: #fffbc1;
}
input.placeholder,
textarea.placeholder {
  padding: 0 0 0 10px;
  color: #999999;
}
@media (max-width: 480px) {
  .topbar {
    padding-left: 0;
    padding-right: 0;
  }
  #space-menu > .title {
    display: none;
  }
}
.tooltip div {
  color: black;
  text-align: center;
}
.tooltip-inner {
  min-width: 120px;
}
.btnText {
  font-size: 10px;
}
.oembed_snippet iframe,
.oembed_snippet object,
.oembed_snippet embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#spashblbybpText {
  width: 85%;
  max-width: 575px;
  margin: auto;
  position: absolute;
  top: 66%;
  left: 0;
  right: 0;
  transform: translateY(-66%);
  -ms-transform: translateY(-66%);
  -webkit-transform: translateY(-66%);
  -moz-transform: translateY(-66%);
  -o-transform: translateY(-66%);
  z-index: 99;
}
#homeSplashText {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  height: 120px;
}
.splashTagImage {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.viewFileImage {
  background-image: url(../img/backGnImage.jpg);
  background-size: 100%;
  background-position: center;
  background-color: #EDEDED;
}
.pageTopNavTitle {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 85%;
  width: 50%;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 800;
  top: 15px;
}
@media (max-width: 378px) {
  .pageTopNavTitle {
    width: 30% !important;
  }
}
.atc_bar {
  width: 100%;
}
.atc_content {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 10px;
}
.atc_images {
  width: 30%;
  height: 20%;
  float: left;
}
.atc_info {
  width: 70%;
  float: left;
  text-align: left;
  padding-left: 5px;
}
.atc_title {
  font-size: 10px;
  display: block;
}
.atc_url {
  /*font-size: 10px;*/
  display: block;
}
.atc_total_image_nav {
  float: left;
}
.atc_total_images_info {
  float: left;
  padding: 4px 10px;
  /*font-size: 12px;*/
}
@media screen and (max-width: 500px) {
  .atc_content .row .col-sm-4,
  .atc_content .row .col-sm-8 {
    padding-left: 1px;
    padding-right: 1px;
  }
}
yodocur {
  font-style: oblique;
}
#getappicon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 25%;
  z-index: 99;
}
#getappicon > a > img {
  width: 100%;
}
.placesRateCircle {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  background: #eee;
  margin: auto;
}
.comments-preview-container .item,
.profile_cert {
  cursor: pointer;
}
.mobileMenu > .panel {
  width: 295px;
}
.mobileMenuTn > .panel {
  width: 295px;
}
/*.mobileMenuTn{
   right: 95px !important;
   float: left;
}*/
.dfmtn {
  position: relative !important;
  left: -95px;
}
.centerDropdown {
  width: 50px;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}
.duwider {
  width: 400px;
}
#aboutUs {
  width: 100px !important;
}
.mobileText {
  font-weight: 600 !important;
  font-size: 15px;
  width: 100% !important;
}
.mobileMenu {
  width: 104% !important;
  position: relative;
  left: 0px;
}
.mobileMenuTn {
  width: 100% !important;
  position: relative !important;
}
.mobileContWidth {
  position: relative;
  right: 100px !important;
  box-shadow: 3px 3px 3px grey !important;
  overflow-x: hidden !important;
}
.mobileHeight {
  min-height: 40px !important;
}
.linkHtagFilters {
  padding: 1px 5px !important;
  border-radius: 10px;
  line-height: 175%;
  font-weight: 700;
}
.likeAnchor.mobileHeight {
  padding-top: 8px;
}
.panel > .list-group {
  padding-bottom: 10px;
}
.shortUrlLink {
  pointer-events: all;
  text-decoration: none;
}
.polldpmenu {
  background-color: white !important;
}
.scrollable-menu {
  max-height: 350px;
  overflow-x: hidden;
}
.extraHoriScroll::-webkit-scrollbar {
  display: none;
}
.extraHoriScroll {
  -webkit-overflow-scrolling: touch;
  height: 240px;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
[data-nointeract] div,
[data-nointeract] span {
  cursor: pointer;
}
[data-nointeract] a {
  pointer-events: none;
}
.taskBlur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.commentformBorder {
  border: 1px solid #006494;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px;
}
#setFixedRight .icon-container i.fa,
.mobileHeight > i.fa,
.mobileHeight > i.fa-light,
.mobileHeight > i.icon,
.mobileHeight > i.fas,
.mobileHeight > i.icon,
#topbar-second .nav > li > a i {
  vertical-align: middle !important;
  font-size: 180% !important;
  width: 40px !important;
  text-align: center !important;
}
#icon-notifications > i.fa,
#icon-messages > i.fa,
#icon-activities > i.fa,
#icon-shop > i.fa {
  color: #999;
}
#notification-loader {
  padding-top: 80px;
}
#icon-messages.i.fa {
  font-size: 50% !important;
}
[class^="yodico-"]:before,
[class*=" yodico-"]:before {
  vertical-align: middle !important;
}
.dropdown-backdrop {
  opacity: 0;
}
.dropdown-backdrop.in {
  background-color: #000 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: -1 !important;
  transition: opacity 0.5s ease-in-out;
}
.dropdown-backdrop-b {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000 !important;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  z-index: -1 !important;
}
.wall-entry-controls .dropdown-backdrop,
.temp_field .dropdown-backdrop {
  z-index: 1 !important;
}
#goToTop {
  position: fixed;
  top: 200px;
  right: -18px;
  margin: 1px;
  padding: 0px 1px 1px 1px !important;
  z-index: 1000;
  border-radius: 0px ! important;
  font-size: 12px;
  color: white !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.siteImage {
  opacity: 0;
}
.nav-tabs > li > .btn-info {
  margin-right: 0px;
  border-radius: 0px;
}
.nav-tabs {
  border-bottom: 0px;
}
.iconSquareContainer {
  width: 44%;
  height: 100px;
  margin: 5px 0px 10px 10px;
}
.iconSquareImage {
  position: relative;
  width: 100%;
  max-height: 100px;
}
.iconSquareLabel {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: rgba(204, 204, 204, 0.6);
}
.iconSquareFlag {
  position: absolute;
  right: 2px;
  bottom: 0px;
}
.iconSquareVerify {
  position: absolute;
  color: #006494;
  right: 0px;
  top: -5px;
  font-size: 20px;
  text-shadow: 1px 0px #333;
}
.taskProfileSquare {
  position: relative;
  margin: 0px;
  width: 100px;
  height: 100px;
}
.taskProfileSquare > .iconSquareContainer {
  position: relative;
  width: 95px;
  height: 95px;
  margin: 5px;
}
@media screen and (max-device-width: 413px) {
  .taskProfileSquare {
    margin: 0px;
    width: 88px !important;
    height: 88px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 82px !important;
    height: 82px !important;
  }
  /*.notifications {
    margin-left: 25% !important;
    margin-right: 25% !important;
    display: flex;
    flex-flow: row nowrap;
  }*/
}
@media screen and (min-device-width: 360px) and (max-device-width: 374px) {
  .taskProfileSquare {
    margin: 0px;
    width: 75px !important;
    height: 75px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 70px !important;
    height: 70px !important;
  }
}
@media screen and (min-device-width: 414px) and (max-device-width: 580px) {
  .taskProfileSquare {
    margin: 0px;
    width: 90px !important;
    height: 90px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 85px !important;
    height: 85px !important;
  }
}
@media screen and (min-device-width: 580px) and (max-device-width: 800px) {
  .taskProfileSquare {
    margin: 0px;
    width: 82px !important;
    height: 82px !important;
  }
  .taskProfileSquare > .iconSquareContainer {
    width: 77px !important;
    height: 77px !important;
  }
}
.staskUserCompleted {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #006494;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 900;
  font-size: 20px !important;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
}
.task-pending-review {
  width: 110px;
  min-height: 320px !important;
}
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #006494;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
.extraContentBorder > .panel {
  border-style: solid;
  border-width: thin;
  border-color: #006494;
}
@media screen and (max-width: 500px) {
  .container,
  .col-md-3,
  .col-sm-6,
  .col-sm-6,
  .col-md-7,
  .col-md-9,
  .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .container .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  #userListModal .modal-dialog,
  #userListModal .modal-content .modal-body {
    padding: 0px;
  }
  #userListModal .modal-content .modal-header {
    padding: 20px 5px 20px 5px;
  }
  #userListModal .modal h1,
  .modal h2,
  .modal h3,
  .modal h4,
  .modal h5 {
    padding-left: 10px;
  }
  .modal-dialog {
    padding: 0px;
  }
  .modal-content .modal-body {
    padding: 10px;
  }
}
body::-webkit-scrollbar {
  width: 0px;
}
body::-webkit-scrollbar * {
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  background: #006494 !important;
}
.btn-sm-spacer {
  margin-left: 5px !important;
}
#headerContainer {
  padding-bottom: 4px !important;
}
@media screen and (max-device-width: 500px) {
  #headerContainer {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
}
.nav-up {
  top: -100px !important;
}
.mobile-menu-down {
  bottom: -75px !important;
}
.mobileMenuCont {
  transition: bottom 0.5s ease-in-out !important;
}
#mobileMenuCont .container {
  position: relative;
}
.fadeOnScroll {
  transition: top 0.5s ease-in-out !important;
}
.streamFilterHideOnScrollHide {
  top: -110px;
}
.streamFilterHideOnScrollShow {
  top: 110px;
  height: 56px !important;
}
.streamFilterHideOnScrollNoTabShow {
  top: 98px;
}
.topbarContainer {
  position: fixed;
  top: 0px;
  display: block;
  height: 114px;
  width: 100%;
  z-index: 1030;
}
#topPageTitle {
  color: #dddddd !important;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  background-color: #000000b0;
  border-top-left-radius: 25px !important;
  -webkit-border-top-left-radius: 25px !important;
  -moz-border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  -webkit-border-top-right-radius: 25px !important;
  -moz-border-top-right-radius: 25px !important;
}
#topPageTitleCnt {
  display: none;
  z-index: 1;
}
.multiFiles {
  position: absolute;
  right: 12px;
  top: 15px;
  font-size: 13px;
  border-radius: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background: #006494;
  padding: 0 3px 0 3px;
  color: white;
  pointer-events: none;
}
.downloadFiles {
  position: absolute;
  left: 12px;
  top: 15px;
  font-size: 13px;
  border-radius: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background: #006494;
  padding: 0 3px 0 3px;
  color: white;
}
.y-slick-next,
.y-slick-prev {
  font-size: 200%;
  position: absolute;
  color: #787878;
  text-shadow: 1px 1px 2px #000;
  margin: 3px;
  outline: 2px;
  background: 0 0;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  opacity: 0.6;
  cursor: pointer;
}
.slick-slide {
  cursor: pointer;
}
.slick-slide .atc_content {
  border: 1px solid #000;
  position: relative;
}
.slick-slide .atc_content .atc_info {
  position: absolute;
  bottom: 0px;
  background: #00000082;
}
.slick-slide .atc_content .atc_info .atc_title h1 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.slick-slide .atc_content .atc_info .atc_title h1 a {
  color: white;
}
.slick-arrow[aria-disabled="true"] {
  display: none;
}
.y-slick-prev {
  left: 0px;
}
.y-slick-next {
  right: 0px;
}
.y-slick-prev:hover,
.y-slick-next:hover {
  opacity: 1;
  color: #006494;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  justify-content: center;
}
.likesByTypeContainer {
  max-width: 60%;
}
.likesByTypeContainer .btn {
  background-color: #7777772b;
}
.flex-center-wrap {
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  justify-content: center;
}
.help-button {
  color: #006494;
  font-size: 34px !important;
}
.htagFilters {
  color: #006494;
}
.htagFilters:hover {
  color: #006494 !important;
}
#topbar-first .notifications .btn-group .dropdown-toggle {
  flex: 1 auto;
  text-align: center;
  white-space: nowrap;
}
.header-image-container {
  position: relative;
  width: 100%;
  padding-top: calc(100% / 4.253);
}
.header-image-container .img-profile-header-overlay {
  width: 50%;
  position: absolute;
  bottom: 25%;
  right: 10px;
}
.header-image-container .header-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 45%, #000000 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 25px;
}
.header-image-container .img-banner-header-background,
.header-image-container .img-profile-header-background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.blq-currency-text {
  font-size: 95% !important;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
}
.richContentContainer img {
  margin: 0px 7px 0px 7px;
}
.wallFilterPanel > li > a {
  position: relative;
  display: block;
  padding: 5px 5px;
}
li.active > a {
  background-color: #ddd !important;
}
.tab-content > .active {
  border: 1px solid #ddd;
}
.tab-pane.note-tab-pane {
  padding: 10px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.likeAnchor {
  cursor: pointer;
  padding-left: 5px;
}
.linkContent {
  margin-top: 10px;
}
.spinthis {
  animation-name: spin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
giphyImage {
  overflow: hidden;
}
.gif-cat-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.gif-image-wrapper-fill {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 125px;
}
.gif-image-wrapper-fill a img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 125px;
}
.giphy_remove_div_style {
  position: absolute;
  top: 2px;
  right: 6px;
}
.giphy_remove_div_style .fa {
  color: #006494;
  text-shadow: 1px 1px 1px #000;
  font-size: 300%;
}
.likesByType {
  padding: 1px 5px !important;
  border-radius: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
div,
span {
  word-wrap: break-word;
}
.thin_scroll {
  overflow-y: scroll;
  outline: none;
}
.thin_scroll::-webkit-scrollbar {
  width: 5px;
}
.thin_scroll::-webkit-scrollbar * {
  background: transparent;
  border-radius: 3px;
}
.thin_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.thin_scroll::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #006494 !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.scroll-bar-wrap {
  width: 100%;
  position: relative;
  /*margin: 2em auto;*/
}
.no-scroll-bar {
  overflow-y: scroll;
}
.no-scroll-bar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.cover-bar {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 0.4em;
  transition: all 0.5s;
  opacity: 1;
  margin-left: 10px;
}
/* MAGIC HAPPENS HERE */
.scroll-bar-wrap:hover .cover-bar {
  opacity: 0;
  transition: all 0.5s;
}
.coder-bar-comment {
  background: #e8f1ff;
}
.file-backgn-image {
  background-image: url('..//img/loadingBGImage.gif');
  background-repeat: repeat;
  background-position: center top;
  background-size: 100%;
}
.file-black-backgn-image {
  background-image: url('..//img/loadingBBGImage.gif');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.top_corner_remove {
  position: absolute;
  top: 4px;
  right: 4px;
}
.top_corner_remove .fa {
  color: #dc3545;
  text-shadow: 1px 1px 1px #000;
  font-size: 200%;
}
.main-cat-list {
  min-height: 37px;
}
.modal::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.post-embeded {
  border-left: 1px solid #aaa;
}
.post-embeded-container {
  width: 100%;
  margin-top: 0px;
}
.profile-icon-flag img {
  height: 17px;
  padding-bottom: 2px;
}
/*.profile-icon-certification {
  color: rgba(0, 100, 148, 1);
}*/
.filterContent {
  padding: 5px;
}
.page.selected {
  font-size: 150%;
  font-weight: bold;
}
#header-hover-info-container span {
  font-weight: normal;
}
.comment-entry-controls {
  margin-bottom: 0px;
}
.popover.tour {
  width: 310px;
  max-width: 310px;
}
.popover.tour .popover-content {
  padding: 10px;
}
.fav-element-class {
  cursor: pointer;
  color: #000;
  display: table;
  padding-left: 5px;
}
.fav-container {
  position: relative;
}
.remove-fav-class {
  z-index: 5;
  cursor: pointer;
}
img.note-float-left {
  margin-right: 8px;
}
img.note-float-right {
  margin-left: 8px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
.commentContainer .temp_field_reply {
  margin: 0px 2px 0px 20px;
}
.commentContainer.show-more {
  padding-top: 0px;
}
.file-entry-controls {
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.file-entry-controls-container .likesByTypeContainer {
  margin-top: 15px;
}
.file-entry-controls-container > div {
  display: flex;
  justify-content: space-between;
}
.file-entry-controls .model-rate-text,
.file-entry-controls .model-rate-text a,
.file-entry-controls .like-count-text,
.file-entry-controls .like-count-text a {
  color: #999 !important;
}
.file-entry-controls-container .fa {
  font-size: 175% !important;
}
.file-control-likes-type-container .fa {
  font-size: 95% !important;
}
.file-entry-controls-container-hr {
  margin-top: 0px;
  margin-bottom: 0px;
}
.file-aspect-ratio-content {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 85vh;
  height: 100%;
  max-height: 95vh;
}
.file-aspect-ratio-content > div {
  height: 100%;
}
.file-aspect-ratio-content .sibgle-image-container,
.file-aspect-ratio-content .jp-jplayer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-aspect-ratio-content .jp-jplayer,
.file-aspect-ratio-content img,
.file-aspect-ratio-content video {
  width: unset !important;
}
.jp-jplayer img {
  display: none;
}
.file-aspect-ratio-link-content {
  height: unset;
}
.list-member-container .panel {
  border-color: #026491;
  border-style: solid;
  border-width: 1px;
}
.list-member-container > div {
  text-align: center;
  margin: 5px;
}
.image-action-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 25PX;
}
.image-action-container > a > .fa {
  opacity: 0.6;
  text-shadow: 1px 1px 2px #000;
}
.image-action-container > a > .fa:hover {
  opacity: 1;
  color: #006494;
}
.extraHoriScroll .panel-profile,
.wall-scroll-item .panel-profile {
  border-color: #026491;
  border-style: solid;
  border-width: 1px;
}
.pollModelContent {
  height: 440px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.pollModelContent::-webkit-scrollbar {
  width: 0px;
}
.pollModelContent .radio,
.pollModelContent .checkbox {
  margin-top: 0px !important;
  margin-bottom: 0;
}
.pollModelContent .mobileHeight {
  border: 1px solid #ccc;
  background-color: #ededed;
  color: black;
  height: 50px;
  margin: 3px 4px;
  margin-bottom: 0px;
  border: unset;
}
.pollModelContent .top-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pollModelContent .poll-question {
  padding: 3px;
  margin-bottom: 5px;
  font-size: 12px !important;
}
.pollModelContent label {
  padding: 3px;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0px;
}
.file-slider-nav {
  margin-top: 2px;
  background-color: #e1f0f9;
  width: 100%;
  height: 58px;
  padding: 4px;
  overflow: hidden;
}
.file-slider-nav .nav-icon {
  font-size: 50px;
}
.file-slider-nav .count-badge {
  position: absolute;
  color: #aaa;
  background: #000000a6;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  text-align: center;
}
.file-slider-nav .draggable {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
.post-files-container {
  margin-bottom: 5px;
  position: relative;
}
.post-files-container .post-files {
  background-color: black;
  max-height: 95vh;
}
.post-files-container .post-files .files-sub-cntnr {
  width: 100%;
}
.post-files-container .post-files .file-app {
  position: relative;
}
.post-files-container .post-files .file-app .files {
  list-style: none;
  margin: 0;
  text-align: center;
}
.post-files-container .post-files .file-app .files .mime {
  padding-left: 24px;
}
.post-files-container .post-files .file-app .files .mime a.mime-link {
  color: black;
}
.post-files-container .post-files .file-app .files .time {
  padding-right: 20px;
}
.mobileMenuCont:not(#overall-file-upload-progress-container),
.topbarContainer,
.new-media-scroll .slick-inital-item:not(:first-child),
.wall-scroll-item .slick-inital-item:not(:first-child),
.featured-item-container .slick-inital-item:not(:first-child),
.post-files-container .slick-inital-item:not(:first-child) {
  display: none;
}
.for-media-display {
  position: relative;
}
/******* from main *******/
.qc-cmp-persistent-link {
  left: 0px !important;
  right: unset !important;
}
.modal {
  overflow-y: auto;
}
.select2-selection {
  min-height: 34px !important;
}
#easyrtcErrorDialog .easyrtcErrorDialog_title,
#easyrtcErrorDialog #easyrtcErrorDialog_body,
#easyrtcErrorDialog .easyrtcErrorDialog_okayButton {
  display: none;
}
.profile-online-label {
  padding: 0.2em 0.9em 0.2em !important;
  font-size: 85%;
}
.online-list-link .profile-online-label {
  margin-right: 10px;
  margin-left: 10px;
}
.online-member-flag img {
  height: 16px;
  width: 16px;
  margin-bottom: 4px;
}
.profile-icon-call-chat {
  margin-left: 10px;
  margin-bottom: 5px;
}
.profile-icon-call-chat .online-icon {
  margin-right: 6px;
  /*border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;*/
}
.user-icon-photo-a {
  margin-right: 10px;
}
.profile-icon-title {
  margin-left: 48px;
  margin-bottom: 4px;
}
.activeuserspace-panel img,
.inviteruser-panel img {
  display: inherit !important;
}
.nav-tabs-tcwu > li {
  float: right;
}
.linkContent .col-sm-4,
.linkContent .col-xs-4 {
  padding-right: 0px;
}
@media (max-device-width: 512px) {
  .linkContent .col-xs-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .linkContent .col-xs-8 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }
}
@media (min-device-width: 721px) {
  .linkContent .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.list-member-container .panel {
  margin-bottom: 15px;
}
.user-image,
.wall-entry .media .img-space,
#notification-loader .media .img-rounded,
#dropdown-messages .media .img-rounded,
#chat-online-users .video-chat-avatar,
#chat-huddle-list .user-icon-photo,
#activityStream .media .img-rounded {
  border: 1px solid #aaa;
}
.wall-entry .media .img-space {
  top: 30px;
}
.panel-profile .panel-profile-header {
  border: 0px;
}
.atc_content {
  border: none;
  padding: 0px;
}
.linkContent {
  border: none;
  box-shadow: -1px 0px 0px 0px #aaa !important;
  -webkit-box-shadow: 0px 0px 0px 0px #aaa !important;
  -moz-box-shadow: -1px 0px 0px 0px #aaa !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-bottom: 10px;
}
.pull-left .atc_content {
  border: none;
  box-shadow: -1px 0px 0px 0px #aaa !important;
  -webkit-box-shadow: -1px 0px 0px 0px #aaa !important;
  -moz-box-shadow: -1px 0px 0px 0px #aaa !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-bottom: 10px;
}
.sdi-container {
  width: 33%;
  margin-left: 5px;
  border: 1px solid #aaa;
}
.sdi-month,
.sdi-year {
  font-size: 125%;
}
.sdi-day {
  font-size: 200%;
  font-weight: bold;
  color: white;
  background-color: #006494;
}
.like-reset-disabled,
.pointer-disabled {
  pointer-events: none;
}
.likeAnchor {
  padding-left: 0px;
}
.left-bottom-box-shadow,
.post-embeded {
  border-left: 1px solid #aaa;
  margin-left: 7px;
}
.pollModelContent {
  height: 388px;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
}
.wall-entry-time-ago {
  line-height: 1.25;
  margin-bottom: 10px;
}
.like-timeago-container {
  min-height: 50px;
  margin-top: 10px;
}
.likesByType {
  margin: 0px 0px 10px 0px;
}
.header-label .fa {
  font-size: 90%;
}
.text-danger {
  color: #b94a48 !important;
}
.wall-entry-controls-view-count {
  color: #777777;
}
.wall-entry-controls {
  margin: 0px -5px 10px -5px;
}
.y-slick-next,
.y-slick-prev {
  font-size: 300%;
  -webkit-text-stroke: 1px black;
}
.nav-pulldown::-webkit-scrollbar {
  display: none;
}
.dropdown-menu-right::-webkit-scrollbar {
  display: none;
}
.likeAnchor.mobileHeight.like.highlight * {
  font-weight: bold;
  color: black;
}
.show-post-content .post-files-container {
  margin-left: 0px;
  margin-right: 0px;
}
.oembed_snippet {
  margin-left: 0px;
  margin-right: 0px;
}
.atwho-placeholder {
  color: #808080 !important;
}
.post-media-panel .panel-body {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 11px;
  padding-right: 11px;
}
.post-media-panel .panel-body:before,
.post-media-panel .panel-body:after {
  display: block;
  content: " ";
}
.file-control-likes-type-container {
  margin-left: 10px;
}
.cat-container {
  border: 1px solid #ccc;
}
.jp-audio-play {
  width: 50%;
  height: 50%;
}
.gl-comment-noty img[data-notify="icon"] {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
span[data-notify="title"] {
  text-align: left !important;
}
span[data-notify="message"] {
  color: black !important;
  font-size: 100% !important;
  text-align: left !important;
}
.gl-comment-noty {
  max-width: 49%;
  background: rgba(217, 228, 244, 0.82) !important;
  text-shadow: 0px 0px 5px #aaa;
}
.modal-content .modal-header {
  padding: 5px 2px 0px 2px;
}
.modal-content .modal-body {
  padding: 10px;
  padding-bottom: 12px;
}
.modal h4,
.modal h5 {
  margin-top: 0px;
}
.page.selected {
  font-size: 110%;
  font-weight: bold;
}
.media-list li {
  padding: 2px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #777;
  position: relative;
  border-left: 0px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.go-live-comment-marker-container {
  position: relative;
  width: 100%;
  height: 14px;
  margin-bottom: 5px;
  color: grey;
}
.go-live-comment-marker-container div {
  position: absolute;
  bottom: 0px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.glc-popover-body,
.glc-popover-body img {
  padding: 5px;
}
.task-description {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.modal.setZindex {
  z-index: 1029;
}
.slick-track {
  display: block;
}
.select2-results {
  color: black;
}
.wallFilterPanel {
  font-size: 105%;
  min-height: 45px;
  display: flex;
}
.wallFilterPanel > li > a {
  padding: 5px 2px;
}
.form-control {
  color: black !important;
}
.highlight {
  color: black;
  background-color: #fbeb01;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.dropdown-menu,
.mobileHeight {
  font-size: unset !important;
}
.wallFilterPanel .dropdown-menu li a,
.media-action-container a {
  font-size: 15px !important;
}
.btn-default {
  border: none;
}
.banner-container-hover {
  padding-top: calc(100% / 4.253);
}
.audio-waveform-cover {
  width: 66%;
  padding: 5px;
}
.audio-timer-holder {
  opacity: 0;
}
.wall-temp-loading-media {
  position: relative;
  padding-top: calc(100% / 1);
}
.banner-container-hover .img-banner-container-hover,
.wall-temp-loading-media .wall-temp-loading-img,
.audio-artwork-cover > div > .audio-artwork {
  position: absolute;
  top: 0px;
  left: 0px;
}
.lock-scroll {
  height: 100vh;
  overflow-y: hidden;
}
.jp-controls-audio {
  width: 100%;
}
.jp-controls-audio a {
  font-size: 125%;
  margin: 15px;
}
.jp-controls-audio .fa,
.jp-controls-audio .fa {
  width: unset;
}
.comment-task-profile-icon img {
  display: inline-flex;
}
.comments-task-container .multiFiles {
  top: 1px;
  right: 25px;
}
.comments-task-container > .slick-slider > .slick-arrow {
  font-size: 175%;
  color: #a7a7a7;
  -webkit-text-stroke: unset;
  top: 55%;
}
.comments-task-container > .slick-slider > .y-slick-next {
  right: -13px;
}
.comments-task-container > .slick-slider > .y-slick-prev {
  left: -13px;
}
.post-files .slick-track,
#did-you-know-body .slick-track {
  display: flex !important;
  align-items: center;
  max-height: 95vh;
}
.post-files .slick-slide,
#did-you-know-body .slick-slide {
  height: auto;
  max-height: 95vh;
}
.btn-md-spacer {
  margin-right: 10px;
}
.link-content-image-container {
  width: 33%;
  margin-right: 10px;
}
.link-content-image-container.news-image {
  margin-left: 10px;
  margin-right: 0px;
}
@media screen and (max-width: 620px) {
  .link-content-image-container {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    float: unset;
  }
}
/*
.popover, .tooltip {
  z-index: 99999;
}
*/
.edit-bg-image {
  background-image: url(/social/img/loadingBGImage.gif);
  background-position: center center;
  background-size: 100%;
}
.label-spacer {
  margin-right: 5px;
}
.your-promo-here-body {
  position: relative;
}
.your-promo-here-body .yph-text {
  margin: 0;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  white-space: nowrap;
}
.your-promo-here-body .yph-grad {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.58) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.58)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);
}
.space-join-link {
  margin-left: 10px;
}
.space-sidebar-container .panel-activities {
  min-height: 456px;
}
.file-aspect-ratio-content.file-black-backgn-image {
  background-position: center;
  background-size: 50%;
}
.wall-entry-controls > .text-center {
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wall-entry-controls > .text-center a {
  padding: 5px 5px;
}
.wall-entry-controls > .text-center .dropdown .dropdown-menu {
  margin-bottom: 30px;
  width: 300px;
  padding: 0px;
}
.comment_create.commentformBorder {
  color: black !important;
}
.comment_create .comments-header {
  height: 40px;
}
.comment-form-submit-close-cnt .hidden-dropdown-close-btn {
  margin: 0px;
}
.comment_create.well {
  color: black !important;
}
.comment-entry-controls ul {
  right: unset;
}
.temp_field.comment-form-loaded .comment-close-bottom {
  display: block !important;
}
.temp_field.comment-form-loaded * {
  pointer-events: all;
}
.reactions-box > div {
  width: 50%;
}
.reactions-box > div.pull-left.side,
.reactions-box > div.pull-right.side {
  display: flex;
  flex-direction: column;
  height: 323px;
  justify-content: space-evenly;
}
.comment-container {
  padding: 0px;
  margin-bottom: 0px;
}
.comment-sub-container {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.comment-message {
  margin: 0px 0px 0px 20px;
  padding: 0px 5px 0px 5px !important;
  width: 97%;
  background-color: unset;
  border-radius: unset !important;
  -webkit-border-radius: unset !important;
  -moz-border-radius: unset !important;
  position: relative;
  border-left: 2px solid #006494;
}
.child-comment-container .comment-message {
  border-left: 2px solid #606060;
}
.comment-children-hr {
  border-top: 2px solid #606060 !important;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 94%;
}
.media-list > li,
.comment-message-well {
  padding: 0px;
  background-color: #e1f0f9;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
}
.media-list li {
  margin-bottom: 8px;
  border: none !important;
  margin-right: 0px;
  margin-left: 0px;
}
.comment-entry-controls {
  position: relative;
  margin: 5px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  box-shadow: none;
}
.comment-tmp-rly-container {
  margin: 00px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.comment-message .comment-time {
  margin-bottom: 10px;
}
.comment-message .comment-time.has-bg-music {
  min-height: 70px;
}
.comment-reply-bottom {
  margin: 0px 15px 0px 18px;
  border-top: 1px solid #aaa;
}
.comments_area_loop {
  padding-top: 5px;
}
.more-link-comment-replies {
  margin-bottom: 15px !important;
  display: block;
}
.media-stream .wall_file_layout_content .post-files {
  margin-top: 0px;
}
.media-stream .show-post-content .oembed_snippet {
  margin-top: 0px;
}
.oembed_snippet .oembed_youtube {
  height: 366px;
}
.wsnowrap {
  white-space: nowrap;
}
.header-hover-body .user-country-flag,
#inbox .user-country-flag,
#userlist-content .user-country-flag,
.dropdown-messages .user-country-flag {
  height: 24px;
  padding-bottom: 6px;
}
.ypopover .panel {
  margin-bottom: 0px;
}
.task-action-media img {
  pointer-events: none;
}
.points-transfer-row {
  margin-bottom: 8px;
}
.points-transfer-row .ptr-comment {
  margin-left: 48px;
}
.dropdown-menu,
.dropdown-menu > li,
.footer-container .dropdown-menu,
.modal .dropdown-menu {
  background-color: #fff !important;
}
.poll-entry-item {
  min-height: 35px;
  margin-bottom: 10px;
}
.poll-entry-item-answer {
  width: 100%;
}
.poll-entry-item-answer > .pull-left {
  padding-right: 0;
}
.poll-entry-item-answer .progress {
  height: 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pollModel-pulldown-dropdown .dropdown-menu {
  height: 352px;
}
.pollModelContainer {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.pollModelContainer .pollModelContent {
  padding: 0px;
  height: 350px;
}
.pollModelAnswe {
  padding-right: 0;
  height: 20px;
}
.pollModelAnswerContainer .pollModelAnswerDivider {
  min-height: 17px;
}
.pollModelAnswerContainer .reset-link {
  padding: unset !important;
  text-align: right;
  display: flex;
}
.pollModelAnswerContainer .reset-link .fa {
  font-size: 22px;
  color: #b94a48 !important;
  margin-left: 5px;
}
.pollModelAnswerContainer .progress {
  width: 100%;
  height: 10px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.pollModelAnswerContainer .progress .progress-bar {
  width: 0%;
}
.dropdown-menu {
  width: 100%;
  min-width: 225px;
}
.share-to-dropdown-menu {
  height: 352PX;
}
.share-link-fa.fa {
  width: 25px !important;
}
.wall-entry-nav {
  display: flex;
  float: right;
  margin: 0px;
  text-align: right;
  list-style-type: none;
}
.content-child .memb-only.wall-entry-nav {
  display: none;
}
.wall-entry-nav > li:nth-child(2) {
  min-width: 45px;
}
.file-encoding-progress {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  opacity: 90%;
  background-color: #aaa;
  padding: 3px;
}
.file-encoding-progress .fp-text {
  color: black;
  font-size: 60%;
  margin-top: -5px;
}
.file-encoding-progress .progress {
  height: 20px;
  margin: 10px;
}
ul.files-audio {
  list-style: none;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.nopointbuttons {
  margin-bottom: 10px !important;
}
.file-upload-progress {
  position: absolute;
  top: 0px;
  margin: 5px;
}
.file-upld-ctl-grp {
  display: flex;
  justify-content: space-between;
}
.slick-inital-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.wall-entry-temp-well {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url('..//themes/diibii/img/main_loader.gif');
  background-size: 25%;
  background-position: center;
}
.wall-entry.empty hr {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}
.temp-anime {
  animation: temp-anime-loading 1s linear infinite alternate;
  color: transparent;
}
@keyframes temp-anime-loading {
  0% {
    background-color: #999999;
    /* FROM Color 1 */
  }
  100% {
    background-color: #99999948;
    /* TO Color 2 */
  }
}
.alternative_cls {
  padding: 5px;
  background: #ccc;
}
.file-upload-thumb-view-container .fl-btn,
.file-upload-thumb-view-container .item-img,
.alternative_cls.panel-collapse .item-icon {
  display: none;
}
.alternative_cls .btn {
  margin: 0px 3px;
  margin-top: 5px;
  min-width: 20%;
}
.file-uploader-list .row {
  margin-right: 0px;
  margin-left: 0px;
}
.file-uploader-list .col-xs-3 {
  padding: 0px;
}
.file-uploader-list .col-xs-9,
.file-uploader-list .col-xs-12 {
  padding: 0px 10px;
  margin-right: 0px;
}
.file-uploader-list .progress {
  margin-bottom: 0px;
}
.social-share-buttons a {
  display: block;
}
.share-on-text {
  padding: 25px;
  font-weight: bold;
}
.guest-share-button-container {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  align-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
.guest-share-button-container li {
  list-style: none;
  width: 50px;
}
.guest-share-button-container li myspan {
  display: none;
}
.add-media-container {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
.add-media-container > .btn {
  width: 100%;
  margin: 0px 3px;
  float: unset !important;
}
.follow-back-button {
  margin-bottom: 24px !important;
}
#dropdown-notifications .follow-back-button {
  margin-bottom: 6px !important;
  margin-top: 12px !important;
  width: unset;
  position: absolute;
  right: 10px;
  bottom: 0px;
  padding: 4px;
  color: black;
}
.space-chooser-header {
  padding: 5px 5px 10px 10px !important;
}
#file-upload-spacer .btn {
  color: #000;
}
#file-upload-spacer .btn .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#file-upload-spacer .btn:hover,
#file-upload-spacer .btn:focus {
  background: none;
  text-decoration: none;
}
.profile-buttons-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
}
.profile-buttons-horizontal .btn {
  margin: 0px 5px;
  width: 100%;
}
.topbarContainer .dropdown.open .dropdown-toggle i {
  font-weight: 900;
}
.text-muted {
  color: #000;
}
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #333;
}
.business-links i.fa {
  color: #000000ab !important;
  font-size: 100%;
}
.blaqard-nwa-text-header:after {
  content: 'Blaqard Required';
}
.blaqard-nwa-text-sub-1:after {
  content: 'You Must Be a Black/Brown Person To Request Access to This Huddle';
}
.blaqard-nwa-text-sub-2:after {
  content: 'You MUST Be a Black/Brown Person To Participate in This Huddle';
}
.blaqard-nwa-text-body:after {
  content: 'To maintain trust among our family, we ask that all members have their profile verified with a Blaqard. A FREE Blaqard is proof that you have gone through the process to prove you are a Black/Brown person.';
}
.community-vote-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.community-vote-content .star-content {
  font-weight: 900;
}
.si-stream-fade {
  opacity: 0;
}
h4 {
  font-weight: 300;
  font-size: 150%;
}
.heading {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  background-color: white;
  border: none;
  padding: 10px;
}
.text-center {
  text-align: center !important;
}
.text-black {
  color: #000000;
}
.topbar .dropdown-header {
  font-weight: 300;
  color: #000000;
}
.topbar .dropdown-header .dropdown-header-link a {
  color: #c2dff3 !important;
}
#topbar-first {
  color: #000000;
}
#topbar-first a {
  color: #000000;
}
#topbar-first .caret {
  border-top-color: #666666;
}
#topbar-first .media-list a {
  color: #000000;
}
#topbar-first .media-list li {
  color: #000000;
}
#topbar-first .media-list li i.accepted {
  color: #c2dff3 !important;
}
#topbar-first .media-list li i.declined {
  color: #dc3545 !important;
}
#topbar-first .media-list li.placeholder {
  border-bottom: none;
}
#topbar-first .media-list .media .media-body .label {
  padding: 0.1em 0.5em 0.1em;
}
#topbar-first .account .user-title {
  text-align: right;
  padding: 8px;
  width: 115px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#topbar-first .account .user-title span {
  float: left !important;
}
#topbar-first .nav > .dropdown a:hover,
#topbar-first .nav > .open > a {
  background-color: #ededed;
}
#topbar-first .dropdown.account > a,
#topbar-first .dropdown.account.open > a,
#topbar-first .dropdown.account > a:hover,
#topbar-first .dropdown.account.open > a:hover {
  z-index: 0;
}
#topbar-second {
  background-image: none;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #d4d4d4;*/
  /*.nav > li > #search-menu {
    padding: 8px 2px 10px 2px;
  }

  .nav > li > #translate-menu {
    padding: 8px 2px 10px 2px;
  }*/
}
#topbar-second .nav > li > a {
  padding: 5px 6px 5px 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
#topbar-second .nav > li > a #space-menu {
  /*    padding-right: 13px;*/
  border-right: 1px solid #ededed;
}
#topbar-second .nav-pulldown > li:hover,
#topbar-second .dropdown-menu > li.selected {
  background-color: #c2e0f3;
  border-left: 1px solid #c2dff3;
}
#topbar-second .nav > li > a:hover,
#topbar-second .nav .open > a,
#topbar-second .nav > li.active,
#topbar-second .nav > li.open {
  background-color: #c2e0f3;
  color: #000000;
}
#topbar-second .nav > li > a:hover,
#topbar-second .nav .open > a {
  background-color: unset;
}
#topbar-second .nav > li.active > a:hover {
  border-bottom: none;
}
#topbar-second #space-menu-dropdown li > ul > li > a > .media .media-body p {
  color: #000000;
  /*font-size: 11px;*/
  margin: 0;
  font-weight: 400;
}
#topbar-second .dropdown.account {
  flex: 1 auto;
}
#topbar-second .dropdown.account a img {
  width: 28.7px !important;
  height: 28.7px !important;
  margin: 0px 9px;
}
@media (max-width: 990px) {
  #space-menu img {
    height: 30px !important;
  }
}
.dropdown-menu .media-list li:not(.user-list-entry):not(.activity-entry):not(.next-event) {
  border-bottom: 1px solid #eee;
  border-left: 3px solid white;
}
.dropdown-menu .media-list li:not(.user-list-entry):not(.activity-entry):not(.next-event) a:not(.follow-back-button):not(.re-excl) {
  color: #000000;
  padding: 2px 5px;
  display: inline-block;
  width: 100%;
  min-height: 70px;
}
.dropdown-menu .media-list li.user-list-entry {
  margin: 10px 5px;
  padding: 5px;
}
.media-list li.user-list-entry {
  margin: 10px 5px;
  padding: 10px 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.media-list li.user-list-entry .media {
  margin: 5px !important;
}
li.new {
  border-left: 3px solid #333;
  background-color: #9CDAE2;
}
.media .media-body {
  /*font-size: 13px;*/
  overflow: visible;
}
.media .media-body h4.media-heading {
  /*font-size: 14px;*/
  font-weight: 500;
  color: #000000;
}
.media .media-body h4.media-heading a {
  color: #000000;
}
.media .media-body h4.media-heading small {
  font-size: 11px;
  color: #000000;
}
.media .media-body h5 {
  color: #000000;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 15px;
}
.media .media-body .time {
  /*font-size: 11px;*/
  color: #000000;
}
.media .media-body .module-controls {
  font-size: 85%;
}
.media .media-body .module-controls a {
  color: #c2dff3;
}
.media .content {
  color: #000000;
}
.media .content-parent {
  color: #000000;
}
.modal .dropdown-menu li.divider,
.panel .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider {
  background-color: #c2e0f3;
  border-bottom: none;
  margin: 9px 1px !important;
}
.modal .dropdown-menu li,
.panel .dropdown-menu li,
.nav-tabs .dropdown-menu li {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}
.modal .dropdown-menu li a,
.panel .dropdown-menu li a,
.nav-tabs .dropdown-menu li a {
  color: #000000;
  /*font-size: 14px;*/
  font-weight: 400;
  padding-top: 4px;
  padding-bottom: 4px;
}
.modal .dropdown-menu li a i,
.panel .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i {
  margin-right: 5px;
}
.modal .dropdown-menu li a:hover,
.panel .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover {
  background: none;
}
.modal .dropdown-menu li:hover,
.panel .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.modal .dropdown-menu li.selected,
.panel .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected {
  border-left: 3px solid #c2dff3;
  background-color: #c2e0f3 !important;
}
.panel {
  background-color: #ffffffe0;
  box-shadow: 0 0 3px #dadada;
  -webkit-box-shadow: 0 0 3px #dadada;
  -moz-box-shadow: 0 0 3px #dadada;
  border-radius: 6px;
  position: relative;
  margin-bottom: 8px;
  border: none;
}
.panel h1 {
  font-size: 150%;
  font-weight: 400;
  margin-top: 20px;
}
.panel .panel-heading {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  background-color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  margin: 0px 2px;
}
.panel .panel-body {
  padding: 10px;
  /*font-size: 13px;*/
}
.panel .panel-body p {
  color: #000000;
}
.panel .statistics .entry {
  /*font-size: 12px;*/
}
.panel .statistics .entry .count {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 0.8em;
}
.panel h3.media-heading small {
  font-size: 75%;
}
.panel h3.media-heading small a {
  color: #c2dff3;
}
.panel-danger {
  border: 2px solid #dc3545;
}
.panel-danger .panel-heading {
  color: #dc3545;
}
.panel-success {
  border: 2px solid #c2dff3;
}
.panel-success .panel-heading {
  color: #c2dff3;
}
.panel-warning {
  border: 2px solid #fdd198;
}
.panel-warning .panel-heading {
  color: #fdd198;
}
.installer h2 {
  font-weight: 100;
}
.installer .panel {
  margin-top: 50px;
}
.installer .panel h3 {
  margin-top: 0px;
}
.well-small {
  padding: 10px;
  border-radius: 3px;
}
.well {
  border: none;
  box-shadow: none;
  background-color: #E1F5FE;
  margin-bottom: 1px;
}
.well hr {
  margin: 0px 0px 0;
  border-top: 1px solid #bae8fd;
}
.img-rounded {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
}
.nav-pills .dropdown-menu,
.nav-tabs .dropdown-menu,
.account .dropdown-menu {
  border-radius: 6px;
}
.nav-pills .dropdown-menu li.divider,
.nav-tabs .dropdown-menu li.divider,
.account .dropdown-menu li.divider {
  background-color: #e0e0e0;
  border-bottom: none;
  margin: 9px 1px !important;
}
.nav-pills .dropdown-menu li,
.nav-tabs .dropdown-menu li,
.account .dropdown-menu li {
  border-left: 3px solid #ededed;
}
.nav-pills .dropdown-menu li a,
.nav-tabs .dropdown-menu li a,
.account .dropdown-menu li a {
  color: #000000;
  font-weight: 400;
  /*font-size: 13px;*/
  padding-top: 4px;
  padding-bottom: 4px;
}
.nav-pills .dropdown-menu li a i,
.nav-tabs .dropdown-menu li a i,
.account .dropdown-menu li a i {
  margin-right: 5px;
  /*font-size: 14px;*/
  display: inline-block;
  width: 14px;
}
.nav-pills .dropdown-menu li a:hover,
.nav-tabs .dropdown-menu li a:hover,
.account .dropdown-menu li a:hover {
  background: none;
}
.nav-pills .dropdown-menu li:hover,
.nav-tabs .dropdown-menu li:hover,
.account .dropdown-menu li:hover,
.nav-pills .dropdown-menu li.selected,
.nav-tabs .dropdown-menu li.selected,
.account .dropdown-menu li.selected {
  border-left: 3px solid #c2dff3;
  color: #ffffff !important;
  background-color: #e0e0e0 !important;
}
/*.nav-tabs {
  .dropdown-menu {
    li {
      a {
        font-size: 12px;
      }
    }
  }
}*/
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #006494;
  outline: 0;
}
.nav-pills.preferences {
  position: absolute;
  right: 10px;
  top: 2px;
}
.nav-pills.preferences .dropdown .dropdown-toggle {
  padding: 2px 10px;
}
.nav-pills.preferences .dropdown.open .dropdown-toggle,
.nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
  background-color: #000000;
  color: white;
}
.pulldngclick {
  right: 65px !important;
  top: 0px !important;
}
.popover {
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 300px;
  border: none;
  z-index: 5000;
  max-width: 98vw;
}
.popover .popover-title {
  background: none;
  border-bottom: none;
  color: #555555;
  font-weight: 300;
  font-size: 16px;
  padding: 15px;
}
.popover .popover-content {
  /*font-size: 13px;*/
  padding: 1px;
  color: #000000;
}
.popover .popover-content a {
  color: #333;
}
.popover .popover-content .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
}
.popover .popover-navigation {
  padding: 15px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #006494;
}
.nav-tabs li {
  font-weight: 600;
  /*font-size: 12px;*/
}
.nav-tabs li i {
  font-size: 14px;
}
.tab-content .tab-pane .form-group {
  margin-bottom: 5px;
}
/*.nav-tabs {
  border-bottom-width: 2px;
  border-bottom: 1px solid #ddd;

  li {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 6px;
  }

}

.tab-content .tab-pane {

  a {
    color: @colorInfo2;
  }

  .form-group {
    margin-bottom: 5px;
  }
}

.nav-tabs {
  li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: none;
    border-radius: none;
    color: @colorFont1;
    padding: 0 10px 3px 10px;
  }

  li > a:hover {
    background: none;
    color: @colorFont3;
  }

}*/
.nav-tabs.tabs-center li {
  float: none;
  display: inline-block;
}
.nav-tabs.tabs-small li > a {
  padding: 5px 7px;
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: @colorFont3;
  cursor: default;
  background-color: #fff;
  border: none;

}*/
.nav .caret,
.nav .caret:hover,
.nav .caret:active {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.nav li.dropdown > a:hover .caret,
.nav li.dropdown > a:active .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
/*.nav-tabs > li {
  font-size: 11px;
  font-weight: 600;
}*/
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ededed;
  color: #000000;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  color: #000000;
}
.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  background-image: none;
  text-shadow: none;
  border-radius: 6px;
  outline: none !important;
  margin-bottom: 0;
  font-size: unset !important;
  font-weight: 600;
  padding: 13.7px 14px;
  border: 1px solid #000;
}
@media screen and (max-width: 280px) {
  .btn {
    padding: 14px 8px;
  }
  .wall-entry-controls > .text-center a {
    padding: 5Fpx 5px;
  }
}
.input.btn {
  outline: none;
}
.btn-lg {
  padding: 16px 28px;
}
.btn-xs {
  padding: 1px 5px;
}
.item-padding {
  padding: 6px 10px;
}
.btn-default {
  background: #ffffff;
  color: #000000 !important;
}
.btn-default:hover,
.btn-default:focus {
  background: #d7f2fe;
  text-decoration: none;
  color: #000000;
}
.btn-default:active,
.btn-default.active {
  outline: 0;
  background: #c8edfd;
}
.btn-primary {
  background: #006494;
  color: black !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #00537b;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active {
  outline: 0;
  background: #e0e0e0;
}
.btn-info {
  background: #c2dff3;
  color: #333 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #add4ef !important;
  text-decoration: none;
}
.btn-info:active,
.btn-info.active {
  outline: 0;
  background: #add4ef;
}
.btn-info .fa {
  color: #000000 !important;
  font-weight: 400;
}
.btn-danger {
  background: #dc3545;
  color: white !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #d32535;
  text-decoration: none;
}
.btn-danger:active,
.btn-danger.active {
  outline: 0;
  background: #d32535;
}
.btn-success {
  background: #c2dff3;
  color: #333 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #add4ef;
  text-decoration: none;
}
.btn-success:active,
.btn-success.active {
  outline: 0;
  background: #add4ef;
}
.btn-success .caret {
  border-top-color: #333 !important;
}
.btn-warning {
  background: #fdd198;
  color: white !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #fdcd8e;
  text-decoration: none;
}
.btn-warning:active,
.btn-warning.active {
  outline: 0;
  background: #fdcd8e;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #1b98e0;
  border-color: #1b98e0;
}
/*.btn-group {
  border: 2px solid @colorPrimary3;
  border-radius: 6px;
}*/
.radio,
.checkbox {
  margin-top: 5px !important;
  margin-bottom: 0;
}
.form-control {
  border: 1px solid #000;
  box-shadow: none;
  font-size: unset;
  height: unset;
}
.form-control:focus {
  border: 2px solid #c2dff3;
  outline: 0;
  box-shadow: none;
}
.form-control.form-search {
  border-radius: 30px;
  background-image: url('../img/icon_search16x16.png');
  background-repeat: no-repeat;
  background-position: 10px 8px;
  padding-left: 34px;
}
.form-group-search {
  position: relative;
}
.form-group-search .form-button-search {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 30px;
}
textarea {
  resize: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  width: 120%;
}
/* Firefox hack */
@-moz-document url-prefix() {
  select {
    background-image: none !important;
    padding: 5px 12px !important;
  }
}
::-webkit-input-placeholder {
  color: #000000 !important;
}
::-moz-placeholder {
  color: #000000 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #000000 !important;
}
/* ie */
input:-moz-placeholder {
  color: #000000 !important;
}
.help-block {
  color: #000000;
}
.label {
  text-transform: uppercase;
}
.label {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px 4px 5px;
  font-weight: 600;
  /*font-size: 10px !important;*/
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
}
.label-default {
  background: #E1F5FE;
  color: #000000 !important;
}
a.label-default:hover {
  background: #c8edfd !important;
}
.label-info {
  background-color: #c2dff3;
  color: #000;
}
a.label-info:hover {
  background: #add4ef !important;
}
.label-danger {
  background-color: #dc3545;
}
a.label-danger:hover {
  background: #d32535 !important;
}
/*.label-success {
  background-color: @colorInfo2;
}

a.label-success:hover {
  background: darken(@colorInfo2, 5%) !important;
}*/
.label-warning {
  background-color: #fdd198;
}
a.label-warning:hover {
  background: #fdc67f !important;
}
.alert-default {
  color: #000000;
  background-color: #c2e0f3;
  border-color: #E1F5FE;
  /*font-size: 13px;*/
}
.alert-default .info {
  margin: 10px 0 10px 0;
}
.alert-success {
  color: #84be5e;
  background-color: #f7fbf4;
  border-color: #97d271;
}
.alert-warning {
  color: #e9b168;
  background-color: #fffbf7;
  border-color: #fdd198;
}
.alert-danger {
  color: #ff8989;
  background-color: #fff6f6;
  border-color: #ff8989;
}
.badge {
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background-color: #006494;
  line-height: 1;
}
.badge-space {
  margin-top: 6px;
  background-color: #dc3545;
}
.list-group-item {
  padding: 0px 15px;
  border: none;
  border-width: 0 !important;
  height: 30px;
  font-weight: 600;
}
a.list-group-item:hover,
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #000000;
  background-color: #c2e0f3;
  border-left: 3px solid #c2dff3 !important;
}
/*.list-group-item:first-child {
  border-top: none;
}

.list-group-item {
  background-color: white;
  border: none;
  padding: 6px 15px;
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  border-left: 3px solid red !important;

}

a.list-group-item {
  color: @colorFont3;
}

.list-group-item:hover, list-group-item.active:hover {
  background: @colorBackground1;
  color: @colorFont3;
  padding-left: 12px;
  border-left: 3px solid @colorInfo2;
}

a.list-group-item.active:hover {
  padding-left: 13px;
}

a.list-group-item.active {
  background: @colorBackground1;
  color: @colorFont3;
  border: none;
  padding-left: 13px;
  border-left: 3px solid @colorInfo2;
}*/
.modal {
  border: none;
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5 {
  margin-top: 10px;
  color: #000000;
  font-weight: 300;
}
.modal h4.media-heading {
  margin-top: 0;
}
.modal-title {
  font-size: 20px;
  font-weight: 200;
  color: #000000;
}
.modal-content {
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.modal-content .modal-header {
  padding: 20px 20px 0 20px;
  border-bottom: none;
  text-align: center;
}
.modal-content .modal-header .close {
  margin-top: 2px;
  margin-right: 5px;
  opacity: unset;
}
.modal-content .modal-footer {
  padding: 6px;
  padding-bottom: 12px;
  margin-top: 0;
  text-align: left;
  border-top: none;
  text-align: center;
}
.modal-content .modal-footer hr {
  margin-top: 0;
}
.modal-content .modal-footer .modal-loader {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.ekko-lightbox .modal-content .modal-body {
  padding: 10px;
}
.ekko-lightbox .modal-content .modal-footer {
  padding: 0 10px 10px 10px;
}
.progress {
  height: 10px;
  margin-bottom: 15px;
  box-shadow: none;
  background: #E1F5FE;
  border-radius: 10px;
}
.progress-bar-info {
  background-color: #8298bb;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tooltip-inner {
  background-color: #c2e0f3;
  max-width: 400px;
  text-align: left;
  font-weight: 600;
  padding: 2px 8px 4px 8px;
  color: #000000;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #c2e0f3;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #c2e0f3;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #ededed;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #c2e0f3;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #c2e0f3;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c2e0f3;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #c2e0f3;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #c2e0f3;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #000000;
}
table th {
  /*font-size: 11px;*/
  color: #000000;
  font-weight: normal;
}
table thead tr th {
  border: none !important;
}
table td a:hover {
  color: #c2dff3;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 5px 4px 5px;
}
.loader {
  height: 60px;
  background: url('../themes/diibii/img/loader.gif') no-repeat center center;
}
.loader-small {
  height: 32px;
  width: 32px;
}
.grid-view .filters input,
.grid-view .filters select {
  color: black !important;
  border: 1px solid #000;
  box-shadow: none;
  font-size: unset;
  height: unset;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  min-height: 58px !important;
  border-radius: 4px;
  /*font-size: 12px;*/
  padding: 4px;
}
.grid-view .filters input:focus,
.grid-view .filters select:focus {
  border: 2px solid #c2dff3;
  outline: 0;
  box-shadow: none;
}
.grid-view {
  padding: 15px 0 0 0;
}
.grid-view img {
  border-radius: 3px;
}
.grid-view table th {
  /*font-size: 13px !important;*/
  font-weight: bold !important;
}
.grid-view .summary {
  /*font-size: 12px;*/
  color: #000000;
}
.grid-view-loading {
  background: url('../img/loader.gif') no-repeat top left;
}
.userInput,
.spaceInput {
  background-color: #c2dff3;
  font-weight: 600;
}
.wall-entry {
  position: relative;
}
.wall-entry .media .img-space {
  position: absolute;
  top: 25px;
  left: 35px;
}
.wall-entry .wall-entry-controls a {
  /*font-size: 10px;*/
  color: #000000;
}
.wall-entry .wall-entry-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 10px;
  height: 60px;
  padding: 0px 10px;
}
.wall-entry .wall-entry-controls span i {
  font-size: 26px;
}
.btn-group-sm,
.btn-group-sm div i {
  font-size: 100%;
}
.btn-group-sm,
.btn-group-sm button span {
  font-size: 100%;
}
.space-owner {
  text-align: center;
  margin: 14px 0;
  /*font-size: 13px;*/
  color: #999;
}
.placeholder {
  padding: 10px;
}
ul.tag_input.focus {
  border: 2px solid #c2dff3;
  outline: 0;
  box-shadow: none;
}
.space-member-sign {
  color: #c2dff3;
}
#contentFormError {
  color: #dc3545;
}
.note-frame {
  border: 1px solid #000 !important;
}
.data-saved {
  padding-left: 10px;
  color: #c2dff3;
}
.wallFilterPanel li {
  /*font-size: 11px;*/
  font-weight: 600;
  flex: auto;
}
.wallFilterPanel .dropdown-menu li {
  margin-bottom: 0;
}
.wallFilterPanel .dropdown-menu li a:hover {
  color: #c0c0c0 !important;
}
ul.tour-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0px;
}
ul.tour-list li {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 10px;
}
ul.tour-list li a {
  color: #555;
}
ul.tour-list li a .fa {
  width: 16px;
}
ul.tour-list li.completed a {
  color: #000000;
  text-decoration: line-through;
}
.errorMessage {
  color: #dc3545;
}
.error {
  border: 2px solid !important;
  border-color: #dc3545 !important;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
.highlight {
  background-color: #ffd050;
}
.highlightComment {
  background-color: #ffd050;
  border-radius: 8px !important;
}
.modal-dialog.fadeIn,
.modal-dialog.pulse {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
}
.panel.pulse,
.panel.fadeIn {
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
}
img.bounceIn {
  -webkit-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  animation-duration: 800ms;
}
.outside .text {
  color: #ffffff;
  /*font-size: 12px;*/
  margin-bottom: 15px;
}
.outside .text a {
  color: #ffffff;
  text-decoration: underline;
}
.outside h1,
.outside h2 {
  color: #ffffff !important;
}
.outside .panel {
  box-shadow: 0px 0px 15px #627d92;
  -moz-box-shadow: 0px 0px 15px #627d92;
  -webkit-box-shadow: 0px 0px 15px #627d92;
}
.outside .panel .panel-heading,
.outside .panel .panel-body {
  padding: 15px;
}
.outside .panel .fa {
  width: 18px;
}
.outside .panel .check-ok {
  color: #c2dff3;
}
.outside .panel .check-warning {
  color: #fdd198;
}
.outside .panel .check-error {
  color: #dc3545;
}
.outside .panel .prerequisites-list ul {
  list-style: none;
  padding-left: 15px;
}
.outside .panel .prerequisites-list ul li {
  padding-bottom: 5px;
}
.outside .install-header {
  position: relative;
  text-align: center;
  height: 152px;
  background-position: top center;
  border-radius: 3px;
  border: 3px solid #ffffff;
}
.outside .install-header .install-header-title {
  padding: 6% 30px 0 30px;
}
.outside .install-header.install-header-small {
  height: 110px;
}
.outside .install-header.install-header-small .install-header-title {
  padding: 3% 30px 0 30px;
}
.btn-circle-text {
  position: relative;
  font-size: 250%;
  color: #fff;
  top: 14px;
  left: -5px;
}
.btn-circle-text-right {
  position: relative;
  font-size: 250%;
  color: #fff;
  top: 10px;
  /*left: 4px;*/
}
.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0px 0px;
  /*line-height: 1.428571429;*/
  border-radius: 30px;
  box-shadow: 3px 3px 3px grey;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
.htag_active {
  background: #006494 !important;
  color: white !important;
}
.turbolinks-progress-bar {
  height: 5px;
  background-color: #006494;
}
/*.emptyStream {
  color: white !important;
}*/
.searchTags {
  text-transform: capitalize;
  margin: 0px 3px 0px 0px;
  background-color: #eee;
}
#main-loading,
#sub-loading {
  height: 100vh;
  top: -55px;
  left: -3px;
  right: -3px;
  position: fixed;
  z-index: 9999 !important;
  text-align: center;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}
#sub-loading {
  position: absolute;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10 !important;
}
#main-loading-image,
#sub-loading-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#main-loading {
  margin-top: 55px;
}
#main-loading-image {
  top: 50px;
}
#subContentContainer {
  position: relative;
  min-height: 100vh;
}
#sub-loading-image {
  top: -20%;
}
.onoffswitch-inner:before {
  background-color: #006494;
}
.regular-radio:checked + .regular-radio-button:after {
  background: #006494;
}
.regular-radio:checked + .regular-radio-button {
  color: #006494;
}
#headerTabContainer {
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px;
}
#headerMenuTab {
  margin-top: 1px;
  display: flex;
  flex-flow: row nowrap;
}
#headerMenuTab > li {
  flex: 1 auto;
  text-align: center;
  white-space: nowrap;
}
.fc-state-default {
  background-color: #c2dff3;
  color: #fff;
}
.jp-video .jp-progress .jp-seek-bar .jp-play-bar {
  background-color: #c2dff3;
}
#VESLDR .slider-handle {
  background: #c2dff3 !important;
}
#headerMenuTab li i {
  font-size: 22px;
}
[class^="blq-"]:before,
[class*=" blq-"]:before {
  font-size: 85%;
}
#mainNav {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-top: 4px;
}
.note-popover {
  z-index: 9999;
}
.row-col-padding-lr-3 {
  padding-right: 3px;
  padding-left: 3px;
}
.row-margin-lr-0 {
  margin-right: 0px;
  margin-left: 0px;
}
.modal-header,
.atwho-view,
#tagSeachcontainer > li a,
#chat-online-users .entry.from-rtc,
.preview-item-container,
.loader-container,
.popover,
.atc_content,
.atc_content img:not(.img-rounded),
.post-files,
.post-files img,
.post-files-container,
.file-backgn-image,
.file-black-backgn-image,
.jp-jplayer > img,
.jp-jplayer > video,
.jp-video-play-container video,
.jp-video-play-container img,
.file-aspect-ratio-content > img,
.oembed_snippet,
.oembed_snippet iframe,
.oembed_snippet > div > div,
.jp-gui,
.media-list > li,
.media-list img:not(.img-rounded):not(.video-chat-avatar),
.dropdown-menu > li,
.shop-product-image,
#mainNav > li,
#topbar-second .nav > li > a,
#top-dropdown-menu > ul li,
#topbar-first .nav > .account .dropdown-toggle,
.panel,
.panel-profile,
.panel-profile .panel-profile-header,
.panel-profile .panel-profile-header .img-profile-header-background,
.dropdown .account .open > ul li,
.form-control,
.dropdown-menu,
.contentForm-upload-list img,
.contentForm-upload-list video,
.alternative_cls,
.well,
.nav-tabs > li > .btn-info,
.well-small,
ul.tag_input,
.nav-tabs > li > a,
.list-group-item,
.label,
.btn,
.btn-info,
.btn-default,
.btn-sm,
.yiichat .posts .post,
.badge-space,
.alert-minimalist,
.input-group-addon,
.select2-selection,
.tab-pane.active,
.panel-heading,
.modal-content,
.modal .dropdown-menu li:hover a,
.dropdown-menu-right > li a:hover,
.pagination-container .pagination li a,
#sub-loading,
.round-borders {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
}
.oembed_snippet {
  background-color: black;
}
.post-embeded > .panel {
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
}
.user-image {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.qc-cmp-persistent-link {
  left: 0px !important;
  right: unset !important;
}
.modal {
  overflow-y: auto;
}
.select2-selection {
  min-height: 34px !important;
}
#easyrtcErrorDialog .easyrtcErrorDialog_title,
#easyrtcErrorDialog #easyrtcErrorDialog_body,
#easyrtcErrorDialog .easyrtcErrorDialog_okayButton {
  display: none;
}
.profile-online-label {
  padding: 0.2em 0.9em 0.2em !important;
  font-size: 85%;
}
.profile-icon-call-chat {
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  font-size: 125%;
}
.profile-icon-call-chat .online-icon {
  margin-right: 12px;
}
.profile-icon-title {
  margin-bottom: 6px;
}
.profile-icon-title b,
.profile-icon-title z {
  white-space: nowrap;
}
.atwho-view {
  max-width: unset;
}
.atwho-view .term-view {
  margin-left: 16px;
  font-size: 125%;
  font-weight: bold;
}
.atwho-view-ul {
  max-height: 300px;
  overflow-y: scroll;
}
.atwho-view-ul::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.atwho-view ul li div {
  margin-left: 45px;
  white-space: nowrap;
}
.atwho-view ul li img {
  margin-top: 5px;
}
.atwho-li-separator {
  margin: 15px 0px 0px 10px;
}
.activeuserspace-panel img {
  display: inherit !important;
}
.nav-tabs-tcwu > li {
  float: right;
}
.linkContent .col-sm-4 {
  padding-right: 0px;
}
.list-member-container .panel {
  margin-bottom: 15px;
}
.user-image,
.wall-entry .media .img-space,
#notification-loader .media .img-rounded,
#dropdown-messages .media .img-rounded,
#chat-online-users .video-chat-avatar,
#chat-huddle-list .user-icon-photo,
#activityStream .media .img-rounded {
  border: 1px solid #aaa;
}
.wall-entry .media .img-space {
  top: 30px;
}
.theiaStickySidebar .panel.panel-default {
  background-color: unset !important;
  border: none;
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
}
.theiaStickySidebar .panel.panel-default .panel-heading {
  background-color: unset;
  border: none;
}
.theiaStickySidebar .panel.panel-default .list-group-item {
  background-color: unset;
  border: none;
  white-space: nowrap;
}
.theiaStickySidebar .panel.panel-default .list-group-item.active {
  background: #c2e0f3;
  color: #000 !important;
}
.theiaStickySidebar .panel.panel-default .media-list li {
  background-color: unset;
}
.alert-minimalist {
  padding: 10px;
}
.like-reset-disabled {
  pointer-events: none;
}
.select2-container--default .select2-selection--multiple {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 8px 0 8px;
  margin-left: -15px;
  margin-top: -2px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 8px 10px 8px;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.form-control {
  min-height: 58px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 3px !important;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  word-wrap: break-word;
  text-overflow: inherit;
  white-space: normal;
  border: 1px solid #000;
}
.atwho-user {
  color: #000;
}
.submit-buttons-separator {
  height: 10px;
}
.audio-title-container {
  color: #aaa;
}
.audio-title-container h5 > strong {
  font-size: 150%;
}
.audio-title-container .audio-timer-holder {
  margin: 5px;
}
.audio-title-container .audio-timer-holder span {
  font-weight: bold;
}
.list-group-item {
  padding-top: 1.55%;
}
.file-upload-progress-bar-container {
  height: 40px;
  padding-top: 23px;
}
.entry-image-container {
  position: relative;
  padding-top: 50%;
  width: 50%;
  margin: 5px 0px 5px 10px;
}
.entry-image-container > img,
.entry-image-container a {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.entry-audio-container {
  margin-left: 5px;
  width: 50%;
  background-color: black;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.entry-audio-container .post-files-container {
  width: 100%;
}
.entry-audio-container .jp-audio {
  overflow: hidden;
}
#space-search-reset,
#search-search-reset {
  font-size: 40px;
  position: absolute;
  top: 2px;
  right: 4px;
  color: #999;
  display: none;
  cursor: pointer;
}
.ypopover .profile-header-hover-template-container-holder {
  min-height: 348px;
}
.content-extra-container {
  position: relative;
}
.content-extra-controls {
  display: flex;
  bottom: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  height: auto;
  width: 100%;
  margin-top: -5px;
}
.content-extra-controls .btn {
  margin-bottom: 10px;
  border: none;
  background: unset !important;
}
.content-extra-controls .btn-info:hover,
.content-extra-controls .btn-info:focus {
  background: unset !important;
}
.topbarContainer .dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.topbarContainer .open > .dropdown-menu {
  max-height: 100vh;
  visibility: visible;
}
.collapse-file-list.btn-info,
.hidden-dropdown-close-btn {
  margin: 10px;
}
.collapse-file-list.btn-info,
.hidden-dropdown-close-btn .btn-info {
  width: 50px;
}
.shareLink .dropdown-menu li {
  min-height: 50px !important;
}
.dropdown.account {
  list-style: none;
}
.dropdown.account .accnt-cnt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-container .dropdown-menu {
  width: 314px;
  min-height: 60px;
  padding: 0px 0;
  text-align: left !important;
  height: 100vh;
  outline: none;
}
.footer-container .dropdown-menu .media-list {
  height: 100vh;
  outline: none;
  padding-top: 40px;
  padding-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .notification-list-buffer {
    height: 80px;
  }
  .footer-container .dropdown-footer {
    bottom: 65px;
  }
  .modal-dialog-large {
    width: auto !important;
    padding: 5px;
    padding-top: 25%;
    padding-bottom: 25%;
  }
  .media-list li.user-list-entry .media-body.pull-left {
    min-height: 70px;
    max-width: 30%;
  }
  .profile-buttons-horizontal .list-btn-follow {
    display: none;
  }
  .media > .pull-right {
    margin-left: 0px;
  }
  .media > .pull-left {
    margin-right: 0px;
  }
  #mainContent .col-md-7 {
    position: relative;
  }
  #mainContent::-webkit-scrollbar,
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .form-control,
  .select2-container .select2-selection--single,
  .select2-container .select2-selection--multiple,
  .select2-container .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-search--dropdown .select2-search__field,
  .select2-results__option {
    min-height: 50px !important;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px !important;
  }
  .select2-results__option {
    padding-top: 11px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 5px !important;
  }
  .submit-buttons-separator {
    height: 25px;
  }
  .notify-all-users-request {
    margin-top: 30px !important;
    margin-bottom: 33px;
  }
  .pagination > li {
    padding-top: 4px;
  }
  .pagination > li > a {
    height: 50px;
    width: 45px;
    padding-top: 10px;
  }
  .item-padding {
    padding: 5.29px 16px 11.29px 16px;
  }
  .mobileHeight {
    min-height: 50px !important;
  }
  a.mobileHeight,
  #inbox-control .mobileHeight {
    padding-top: 8px !important;
  }
  .linkHtagFilters {
    line-height: 200%;
  }
  .file-upload-progress-bar-container {
    height: 55px;
    padding-top: 23px;
  }
  #globalModal .modal-dialog,
  #globalModal2 .modal-dialog,
  #globalModal3 .modal-dialog,
  #globalModal4 .modal-dialog,
  #userListModal .modal-dialog {
    width: 100vw;
  }
  #topbar-second .account .dropdown-menu {
    right: -101vw;
    max-height: unset;
  }
  #topbar-second .account .open > .dropdown-menu {
    right: 0px !important;
  }
  #search-menu-dropdown {
    position: fixed;
    top: 8px;
    left: unset;
    right: -101vw;
    width: 100vw !important;
    height: 100vh;
    min-height: 100vh;
  }
  .topbarContainer .open > .dropdown-menu {
    right: 0px !important;
    max-height: 100vh !important;
    visibility: visible;
  }
  .giphy-dialog .modal-content .modal-body .giphy-search {
    padding: 0px !important;
  }
  .file-uploader-list .alternative_cls {
    padding: 5px;
    position: fixed;
    bottom: max(0px, env(keyboard-inset-height, 0rem));
    z-index: 1000;
    width: 100vw;
    left: 0px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  #notification-loader {
    padding-top: 40px;
  }
  .modal {
    height: unset;
    top: 0vh;
    transition: all 0.5s ease-in-out;
  }
  .note-modal,
  .mobileGlobalModal {
    overflow: scroll;
    bottom: max(0px, env(keyboard-inset-height, 0rem));
    padding-bottom: max(55px, env(keyboard-inset-height, 0rem));
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #fff;
    z-index: 1050;
    top: 25vh;
    box-shadow: 0 -10px 10px -5px rgba(0, 0, 0, 0.5);
  }
  #globalModal.mobileGlobalModal {
    top: 2px;
    height: 100vh;
    background-color: #fff;
  }
  .mobileGlobalModal:has(.giphy-dialog),
  .mobileGlobalModal:has(.modal-dialog-capture-media) {
    top: 2px;
  }
  #globalModal2.mobileGlobalModal,
  #globalModal-75.mobileGlobalModal,
  #userListModal.mobileGlobalModal,
  .mobileGlobalModal:has(.wall-entry-contol-modal-dialog) {
    height: 75vh;
  }
  #globalModal2a {
    bottom: max(0px, env(keyboard-inset-height, 0rem));
  }
  #globalModal-fh.mobileGlobalModal {
    top: unset;
  }
  .note-modal {
    z-index: 1060 !important;
  }
  .mobileGlobalModal:has(.modal-dialog-edit-media) {
    height: 100vh !important;
    top: 2px;
  }
  .mobileGlobalModal .file-uploader-list .alternative_cls {
    z-index: 2010;
  }
  .mobileGlobalModal .modal-dialog {
    width: 100vw;
    padding: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .mobileGlobalModal .submit-options {
    padding: 0px 10px 10px 10px !important;
  }
  .mobileGlobalModal .modal-content {
    width: 100vw;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    box-shadow: unset !important;
    -webkit-box-shadow: none;
    border: 0px;
  }
  #globalModal.mobileGlobalModal .modal-content {
    min-height: 92vh;
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobileGlobalModal .modal-content::-webkit-scrollbar {
    display: none;
  }
  .mobileGlobalModal .modal-header {
    width: 100%;
    background: #ffffff;
    z-index: 2000;
    padding: 4px 10px 7px 10px !important;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .note-modal.mobileGlobalModal .modal-header,
  #globalModal.mobileGlobalModal .modal-header,
  #globalModal2.mobileGlobalModal .modal-header,
  #globalModal-75.mobileGlobalModal .modal-header,
  #userListModal.mobileGlobalModal .modal-header {
    position: fixed;
    top: 2px;
    right: 0px;
  }
  .note-modal.mobileGlobalModal .modal-header,
  #userListModal.mobileGlobalModal .modal-header,
  #globalModal2.mobileGlobalModal:has(.modal-dialog-75) .modal-header,
  #globalModal2.mobileGlobalModal:has(.wall-entry-contol-modal-dialog) .modal-header,
  #globalModal-75.mobileGlobalModal .modal-header {
    top: 22vh;
  }
  .mobileGlobalModal .modal-title {
    margin: 0px;
  }
  .mobileGlobalModal .modal-dialog.modal-dialog-user-list .modal-content .modal-body {
    padding-top: 5px !important;
    padding-bottom: max(50px, env(keyboard-inset-height, 0rem)) !important;
  }
  .mobileGlobalModal .modal-content .modal-body {
    width: 100%;
    padding-top: 5px;
  }
  #globalModal.mobileGlobalModal .modal-content .modal-body,
  #globalModal2.mobileGlobalModal .modal-content .modal-body,
  #userListModal.mobileGlobalModal .modal-content .modal-body {
    padding-top: 84px;
    min-height: unset;
    display: block;
    padding-bottom: 0px !important;
  }
  #globalModal2.mobileGlobalModal:has(.wall-entry-contol-modal-dialog) .modal-body,
  #globalModal-75.mobileGlobalModal .modal-content .modal-body {
    padding-top: 5px;
  }
  #globalModal2.mobileGlobalModal .modal-content .modal-body .dropdown-menu {
    margin-bottom: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -moz-box-shadow: unset;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border: unset;
    min-height: 70vh;
  }
  .mobileGlobalModal:has(.modal-dialog-edit-media) .modal-body,
  .note-modal.mobileGlobalModal .modal-body {
    padding-top: 45px;
  }
  .mobileGlobalModal .modal-footer {
    position: fixed;
    width: 100vw;
    left: 0px;
    bottom: max(0px, env(keyboard-inset-height, 0rem));
    background: #ffffff;
    z-index: 2000;
    padding: 5px 10px 15px 10px !important;
  }
  .mobileGlobalModal:has(.modal-dialog-flex-height) {
    top: unset;
    height: unset;
  }
  .file-aspect-ratio-content {
    max-height: 95vh;
  }
  .file-entry-controls .collapsible .dropdown .dropdown-menu,
  .wall-entry-controls > .text-center .dropdown .dropdown-menu {
    position: fixed;
    display: block;
    bottom: -5px;
    width: 100vw;
    height: 0px;
    z-index: 2010;
    padding: 0px;
    margin-bottom: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    transition: height 0.5s ease-in-out;
  }
  .file-entry-controls .collapsible .dropdown.in .dropdown-menu,
  .wall-entry-controls > .text-center .dropdown.in .dropdown-menu {
    height: 405px !important;
  }
  .comments-header .hidden-dropdown-close-btn {
    position: absolute;
    top: 4px;
    right: 10px;
  }
  #mainchat {
    width: 100vw !important;
  }
  .atwho-view button {
    opacity: 1;
    margin-right: 10px;
  }
  .atwho-view ul {
    width: 100%;
    padding-bottom: 20px;
    max-height: 25vh;
  }
  .dropdown-backdrop-b {
    z-index: 1 !important;
  }
  .comment-form-loaded {
    position: fixed;
    z-index: 2010;
    left: 0px;
    right: 0px;
    bottom: max(0px, env(keyboard-inset-height, 0rem));
    width: 100vw;
    margin: 0px 0px 0px 0px !important;
  }
  .comment-form-loaded .comment_create.well {
    padding-top: 0px;
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .comment-form-loaded .comment_create.well .heditor-container {
    height: 30vh;
    overflow: scroll;
  }
  .comment-form-loaded .comment_create.well .heditor-container::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  .dropdown.account .accnt-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body {
    padding-top: 100px;
  }
  .footer-container .dropdown-menu {
    width: 100%;
    position: absolute;
    margin-left: auto;
    overflow: hidden;
  }
  .footer-container .dropdown-menu .media-list {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
.form-control[readonly] {
  cursor: unset;
}
.btn-disabled {
  color: #8080808f !important;
  background-color: unset;
  border-color: #999;
  border: 1px solid;
  pointer-events: none;
}
.btn-disabled i {
  color: #8080808f !important;
}
.popover.tour .popover-title {
  font-weight: bold;
}
.popover.tour {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.85);
  min-width: 160px;
}
.atwho-view strong,
.atwho-view b {
  font-weight: bold;
}
.account-type-icon {
  font-size: 85%;
}
.headerTabContainer-arrow {
  position: absolute;
  text-shadow: 1px 1px 2px #000;
  -webkit-text-stroke: 1px black;
  color: #ddd;
  opacity: 0.4;
  margin: 0px;
  transform: translateY(-55%);
  top: 50%;
  font-size: 225%;
  cursor: pointer;
}
.headerTabContainer-arrow-left {
  left: 5px;
}
.headerTabContainer-arrow-right {
  right: 5px;
}
@media (max-width: 335px) {
  .topbar-actions .user-title {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .image-upload-buttons {
    opacity: 0;
    pointer-events: none;
  }
}
.show-more-container {
  width: 100%;
}
.wallFilterPanel .dropdown-menu li a {
  width: 100%;
  white-space: break-spaces;
  padding: 0px 15px 5px 5px !important;
}
.wallFilterPanel .dropdown-menu li a i.fa {
  float: left;
  width: 30px !important;
  margin-bottom: 20px;
}
.goog-te-banner-frame {
  visibility: hidden !important;
  display: none !important;
}
.goog-te-combo {
  border: 2px solid #d9e4f4 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  width: 100% !important;
  height: 36px !important;
}
.drodown-temp-arrow {
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.drodown-temp-arrow i {
  font-size: 40px;
  color: red;
}
.headerTabMainAbchor {
  position: relative;
  width: 100%;
  height: 34px;
}
.headerTabMainContainer {
  width: 100%;
  padding-bottom: 5px;
}
.headerTabMainContainer .container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: 0;
}
.headerTabMainContainer > div {
  height: 57px !important;
}
.tab-nav-fixed {
  position: fixed;
  z-index: 15;
  left: 0px;
  right: 0px;
  display: block;
  border-bottom-left-radius: 25px !important;
  -webkit-border-bottom-left-radius: 25px !important;
  -moz-border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  -webkit-border-bottom-right-radius: 25px !important;
  -moz-border-bottom-right-radius: 25px !important;
  min-height: 60px;
}
#mainContent:has(.wallFilterPanelScroll) .tab-nav-fixed {
  border-radius: 0px 0px 0px 0px !important;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px !important;
}
.tab-nav-docked {
  position: absolute;
  top: 0px !important;
  bottom: 0px !important;
  transition: 0.5s ease-in-out;
}
.tab-nav-docked-sp {
  position: absolute;
  transition: 0.5s ease-in-out;
}
.headerTabSubContainer {
  position: relative;
}
.tab-nav-fixed .headerTabSubContainer {
  position: relative;
  padding-right: 2px;
}
.wallFilterPanelScroll {
  position: fixed;
  width: 100%;
  z-index: 14;
  left: 0px;
  right: 0px;
  background-color: #000000b0 !important;
  color: #ddd !important;
  padding: 5px;
  border-bottom-left-radius: 25px !important;
  -webkit-border-bottom-left-radius: 25px !important;
  -moz-border-bottom-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  -webkit-border-bottom-right-radius: 25px !important;
  -moz-border-bottom-right-radius: 25px !important;
}
.wallFilterPanelScroll > ul > li.active > a {
  background-color: unset !important;
  border-bottom-color: #ddd;
  margin-bottom: 2px;
  transition: 0.5s ease-in-out;
}
.wallFilterPanelScroll > ul > li.active * {
  color: #ddd !important;
}
.wallFilterPanelScroll > ul > li,
.wallFilterPanelScroll > ul > li > a,
.wallFilterPanelScroll > ul > li > a .caret {
  color: #ddd;
  font-size: 100%;
  font-weight: 500;
}
.wallFilterPanelScroll .dropdown-menu > li:hover > a,
.wallFilterPanelScroll > ul > li > a:hover {
  color: black !important;
}
.wallFilterPanelScroll > ul > li > a .caret {
  border-top-color: #ddd;
}
.secon-nav-trabsp {
  background-color: #000000b0 !important;
  transition: 0.5s ease-in-out;
}
.secon-nav-trabsp > div > ul > li > a i {
  color: #dddddd !important;
}
#headerMenuTab {
  width: 100%;
}
.wallFilterPanelScroll > ul > li.active a,
.tab-nav-fixed #headerMenuTab > li.active a {
  background-color: unset !important;
  border: none;
  margin-bottom: 1px;
  transition: 0.5s ease-in-out;
}
.wallFilterPanelScroll > ul > li.active *,
.tab-nav-fixed #headerMenuTab > li.active * {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}
.wallFilterPanelScroll > ul > li a i,
.wallFilterPanelScroll > ul > li a span,
.tab-nav-fixed #headerMenuTab > li * {
  color: #fff !important;
  text-shadow: 1px 1px black;
  background-color: unset !important;
  border: none !important;
}
.tab-nav-fixed #headerMenuTab > li > a span:hover {
  background-color: unset !important;
}
.task-status {
  margin-TOP: 5PX;
  font-size: 125%;
}
.file-list-audio .fl-btn {
  width: 75%;
  height: 75%;
}
.form-upld-btn-cnt {
  min-height: 100px !important;
}
.form-upld-btn-cnt .btn-cnt {
  min-height: 60px;
}
li.active > a {
  background-color: #c2dff3 !important;
  color: #333 !important;
}
.post-live-iframe-container {
  width: 100%;
  display: none;
  padding: 0px;
  margin: 0px;
  min-height: 500px;
  transition: 1s ease-in-out !important;
}
.post-live-iframe-container iframe {
  border-radius: 25px !important;
}
.post-live-iframe-container .panel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0px;
}
.go-live-media-cnt > .panel-body {
  padding-bottom: 0px;
}
.go-live-media-cnt .label {
  margin: 10px 10px 13px 10px;
  font-size: 100%;
}
.go-live-post-link {
  cursor: pointer;
  font-size: 100%;
  margin-bottom: 15px;
}
.go-live-post-link.live {
  background-color: green;
  color: wheat !important;
  cursor: pointer;
}
.post-live-iframe-container .live-ended {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 250%;
}
.comments_area .comment-message-well > div .label {
  font-size: 100%;
}
.challenge-more-lie-this {
  font-size: 60%;
  font-weight: normal;
}
.file-upload-thumb-view-container {
  height: unset;
}
.file-upload-thumb-view-container .thumb-view-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  min-width: 150%;
  margin-bottom: 0px;
}
.file-upload-thumb-view-container .thumb-view-item {
  width: 50px;
  margin: 1px;
  cursor: pointer;
  position: relative;
  height: 50px;
}
.file-upload-thumb-view-container .thumb-view-item .itemcontainer > * {
  width: 50px;
  position: relative;
  height: 50px;
  object-fit: cover;
  pointer-events: none;
  border: 1px solid #aaa;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  background: #000;
}
.file-upload-thumb-view-container .thumb-view-item .thumb-progress-container {
  position: absolute;
  bottom: 40%;
  width: 100%;
  padding: 0px 5px;
}
.file-upload-thumb-view-container .thumb-view-item .fa {
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 13px black;
  font-weight: bold;
  border: none;
  background: unset;
}
.mobileMenuCont {
  padding: 0px;
  bottom: 0px;
  border-width: 0px 0 0;
  border-top-left-radius: 25px !important;
}
.base-nav {
  height: 50px;
  bottom: 0px;
  -webkit-border-top-left-radius: 25px !important;
  -moz-border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  -webkit-border-top-right-radius: 25px !important;
  -moz-border-top-right-radius: 25px !important;
  transition: bottom 0.5s ease-in-out, border-top-left-radius 0.5s ease-in-out 0.4s, border-top-right-radius 0.5s ease-in-out 0.4s !important;
}
.base-nav.open {
  z-index: 1040;
  -webkit-border-top-left-radius: 0px !important;
  -moz-border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  -moz-border-top-right-radius: 0px !important;
  transition: 0.5s ease-in-out !important;
}
.notification-nav {
  bottom: -61px;
  left: 0vw;
  height: 60.5px;
  width: 100vw !important;
  -webkit-border-top-left-radius: 25px !important;
  -moz-border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  -webkit-border-top-right-radius: 25px !important;
  -moz-border-top-right-radius: 25px !important;
}
.notification-nav.open {
  bottom: 50px;
  transition: 0.5s ease-in-out !important;
}
.base-nav,
#mobileMenuCont {
  background-color: #000000b0 !important;
}
.footer-container {
  z-index: 4;
  display: flex;
  flex-flow: row nowrap;
  min-height: 50px;
}
.footer-container .dropdown.open .icon-container i {
  font-weight: 900;
}
.footer-container .btn-group-container {
  flex: 1 1 0px;
  text-align: center !important;
}
.footer-container .open > .dropdown-menu,
#add-post-container .open > .dropdown-menu,
#streamWhatYouUpToContainer .open > .dropdown-menu {
  max-height: 100vh;
  visibility: visible;
}
.footer-container .dropdown-menu,
#add-post-container .dropdown-menu,
#streamWhatYouUpToContainer .dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.footer-container .dropdown-menu ul.media-list {
  overflow: auto;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  padding-bottom: 55px;
}
#footer-container {
  border: 1px solid var(--font-color);
  border-radius: 25px !important;
  padding: 2px;
}
.footer-container .btn-group {
  position: unset;
}
#search-pulldown-container > div > a .fa,
#search-pulldown-container > div > a .fa-light {
  color: #999;
}
.footer-container .btn-group-container > div > a .fa,
.btn-group-container > div > a .fa-light,
#search-pulldown-container > div > a .fa,
#search-pulldown-container > div > a .fa-light {
  font-size: 26px !important;
  min-width: 35px;
  color: #dddddd !important;
}
.footer-container .btn-group-container .open > a .fa,
.footer-container .btn-group-container .open > a .fa-light,
#search-pulldown-container .open > a .fa,
#search-pulldown-container .open > a .fa-light {
  color: #aaa;
}
.footer-container .btn-group-container .open > a,
.footer-container .btn-group-container .open > a,
.footer-container .btn-group-container .active > a,
.footer-container .btn-group-container .active > a,
#search-pulldown-container .open > a,
#search-pulldown-container .open > a {
  background: black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
.bottom-nav-buttons {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-size: 180%;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
.bottom-nav-buttons .fa-light {
  width: 50px;
  color: #dddddd !important;
}
.bottom-nav-buttons-blue {
  background: #006494;
  padding: 6px;
}
.bottom-nav-buttons-blue i {
  font-weight: 900;
}
.bottom-nav-buttons-grey {
  background-color: #000000b0 !important;
  padding: 6px 0px;
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 2px 1px #aaaaaaba !important;
}
.panel-left-side-menu a.list-group-item > span {
  position: relative;
}
.panel-left-side-menu .label,
.footer-container a .icon-container .label {
  position: absolute;
  top: -6px;
  right: 0px;
  left: unset;
  min-width: 20px;
  margin: 0px;
  padding: 2px 4px 2px 4px;
  border-radius: 10px;
}
.panel-left-side-menu .label {
  left: unset;
  right: -10px;
  top: -10px;
}
.badge-live-count.label {
  display: none;
  position: absolute;
  left: 73px;
  right: unset;
  top: -10px;
  background-color: red !important;
}
#headerMenuTab .badge-live-count.label {
  right: 10%;
  left: unset;
  top: -2px;
  background-color: red !important;
}
.panel-left-side-menu .badge-live-count.label {
  position: absolute;
  right: -10px;
  left: unset;
  top: -10px;
}
#setFixedRight .badge-live-count.label {
  position: absolute;
  left: 87px;
  right: unset;
  padding: 2px 4px;
  top: -5px;
}
.footer-container .dropdown-header {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  padding: 6px 20px;
  margin-top: -4px;
  margin-bottom: 10px;
  position: absolute;
  width: 100%;
  min-height: 35px;
  z-index: 9999;
  background-color: #d9e4f4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
}
.footer-container .dropdown-footer {
  position: absolute;
  width: 100%;
  bottom: 60px;
}
.footer-container > div > div > ul > div {
  position: relative;
  height: 100%;
}
.footer-container .btn-group-container .btn-group > a {
  display: block;
  padding-top: 2px;
}
.notification-list-buffer {
  height: 60px;
}
.footer-container #dropdown-messages ul.media-list,
.footer-container #dropdown-chat ul.media-list,
.footer-container #dropdown-online-users ul.media-list {
  padding-top: 40px;
}
.footer-container .btn-group-container .dropdown-menu li .media .img-space {
  position: absolute;
  top: 33px;
  left: 33px;
}
.footer-container .btn-group-container .dropdown-menu .media,
#mainSearchForm {
  position: relative;
}
#chatContainer .side-cLose-btn,
.dropdown-menu .side-cLose-btn {
  position: absolute;
  left: -23px;
  top: 35%;
  height: 30%;
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background: #fff;
  border: none;
  font-size: 25px;
}
.footer-container #search-menu-dropdown form {
  margin: 10px;
}
.footer-container .btn-group {
  width: 100%;
}
.footer-container .btn-group .icon-container span {
  font-size: 12px;
  line-height: 0.9;
  word-wrap: normal;
  display: block;
}
.theiaStickySidebar .list-group .icon-container,
#headerMenuTab .icon-container,
.footer-container .btn-group .icon-container {
  position: relative;
  width: 50px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
}
.footer-container .btn-group .icon-container {
  color: #dddddd;
}
.footer-container .btn-group:not(.open) .icon-container {
  color: #dddddd;
}
.footer-container #search-menu-dropdown .search-reset {
  position: absolute;
  color: #999;
  margin: 10px;
  top: -2px;
  right: -4px;
  display: none;
  cursor: pointer;
}
.footer-container #search-menu-dropdown #search-form-container {
  position: absolute;
  bottom: 2px;
  width: 100%;
}
.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer-container #search-menu-dropdown #search-result-media-list {
  margin-bottom: 50px;
}
#scroll-to-top-container {
  bottom: 70px;
  pointer-events: none;
}
#music-stream-container {
  bottom: 150px;
  pointer-events: none;
  height: 50px;
}
#overall-file-upload-progress-container {
  bottom: 150px;
  display: none;
}
#overall-file-upload-progress-container .container > div {
  float: right !important;
  cursor: pointer;
}
#scroll-to-top-container #scroll-to-top-link {
  pointer-events: all;
}
#scroll-to-top-link .fa:hover {
  opacity: 1;
  color: #006494;
}
.footer-container .dropdown-footer > a {
  margin-left: 10%;
  margin-right: 42px;
  margin-top: 6px;
  margin-bottom: 3px;
  width: 80%;
}
#add-post-container {
  bottom: 0px;
  cursor: pointer;
  pointer-events: none;
  height: 50px;
  display: none;
  transition: bottom 0.5s ease-in-out !important;
  z-index: 1040;
}
#add-post-container-link {
  pointer-events: all;
  display: inline-block;
  width: 20%;
  position: relative;
  height: 50px;
  padding: 0px;
  box-shadow: none;
}
#add-post-container-link > span {
  line-height: 25px;
  position: absolute;
  font-size: 50%;
  color: white;
  top: 20px;
  left: 0px;
  width: 100%;
}
#add-post-container-link > i {
  color: red !important;
  font-weight: bold;
  font-size: 44px;
}
#streamWhatYouUpToContainer .dropdown-menu {
  width: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#streamWhatYouUpToContainer .dropdown-menu li {
  float: left;
  min-width: 50%;
}
.add-post-dropdown-menu {
  pointer-events: all;
  width: 96%;
  height: unset;
  padding: 10px;
}
.add-post-dropdown-menu li {
  float: left;
  min-width: 50%;
}
.add-post-dropdown-menu li,
#streamWhatYouUpToContainer .dropdown-menu li {
  min-width: 33%;
  text-align: center;
  /*margin-top: 7px;*/
  margin-bottom: 7px;
}
.add-post-dropdown-menu .dropdown-backdrop,
#streamWhatYouUpToContainer .dropdown-backdrop {
  z-index: 1 !important;
}
.add-post-dropdown-menu li a,
#streamWhatYouUpToContainer .dropdown-menu li a {
  padding: 0px 10px 10px;
  height: unset;
}
#topbar-second #space-menu-dropdown .media-list,
#topbar-second #search-menu-dropdown .media-list {
  -webkit-overflow-scrolling: touch;
}
.footer-container #space-menu-dropdown .media-lis {
  padding-bottom: 0px;
}
#mainchat {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  pointer-events: auto;
  margin-bottom: 0px !important;
  position: fixed;
  top: unset;
  right: 0px;
  bottom: -100vh;
  height: 100vh !important;
  transition: all 0.5s ease-in-out;
  z-index: 1050;
}
#mainchat.open {
  bottom: max(0px, env(keyboard-inset-height, 0rem));
}
.yiichat .posts {
  height: 100vh !important;
  padding-bottom: 165px;
}
@media (min-width: 320px) {
  .add-post-dropdown-menu li,
  #streamWhatYouUpToContainer .dropdown-menu li {
    min-width: 33%;
    margin: 0px;
    font-size: 90%;
    font-size: 95%;
  }
}
@media (min-width: 768px) {
  .add-post-dropdown-menu {
    width: 720px;
  }
  .add-post-dropdown-menu li,
  #streamWhatYouUpToContainer .dropdown-menu li {
    min-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .add-post-dropdown-menu {
    width: 456px;
  }
  .add-post-dropdown-menu li,
  #streamWhatYouUpToContainer .dropdown-menu li {
    min-width: 33%;
  }
}
@media (min-width: 1200px) and (max-width: 5200px) {
  .add-post-dropdown-menu {
    width: 550px;
  }
  .add-post-dropdown-menu li,
  #streamWhatYouUpToContainer .dropdown-menu li {
    min-width: 33%;
  }
}
.progress-knob {
  font-size: 110% !important;
}
#bottom-dropup-menu > li {
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 991px) {
  body::-webkit-scrollbar {
    width: 6px;
  }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #006494 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  #mainContent::-webkit-scrollbar {
    width: 0px;
  }
  #search-menu-dropdown {
    position: fixed;
    top: 0px;
    left: unset;
    right: -41vw;
    bottom: 0px;
    max-height: unset;
    overflow: unset;
  }
  .topbarContainer .open > .dropdown-menu {
    right: 0px !important;
    visibility: visible;
  }
  #mainchat,
  .footer-container .dropdown-menu:not(#bottom-dropup-menu),
  #add-post-container .dropdown-menu:not(#bottom-dropup-menu) {
    position: fixed;
    right: -41vw;
    top: 0px;
    left: unset;
    bottom: 0px;
    max-height: unset;
    width: 40vw;
  }
  #mainchat.open,
  .footer-container .open > .dropdown-menu:not(#bottom-dropup-menu),
  #add-post-container .open > .dropdown-menu:not(#bottom-dropup-menu) {
    right: 0px;
    bottom: 0px;
    width: 40vw;
    overflow: unset;
  }
  .mobileMenuCont {
    bottom: -100px;
  }
  #scroll-to-top-container,
  #music-stream-container,
  #add-post-container {
    bottom: 0px;
  }
  .topbarContainer {
    height: unset;
  }
  #topbar-second {
    visibility: hidden;
    position: fixed;
    top: -100px;
  }
  .tab-nav-fixed {
    position: relative !important;
    all: unset !important;
  }
  .topbar-brand .navbar-brand:not(.pull-right) {
    display: none;
  }
  .footer-container #dropdown-chat ul.media-list,
  .footer-container #dropdown-notifications ul.media-list {
    height: 100vh !important;
    padding-bottom: 50px;
  }
  #topbar-second #space-menu-dropdown .media-list,
  #topbar-second #search-menu-dropdown .media-list {
    -webkit-overflow-scrolling: touch;
    height: 100vh !important;
    padding-bottom: 64px;
    max-height: 100vh !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #search-menu-dropdown > div:first-of-type,
  #space-menu-dropdown > div:first-of-type,
  .footer-container > div > div > ul > div {
    overflow: hidden;
    border-radius: 25px;
    height: 100%;
  }
  .hidden-dropdown-close-btn {
    display: none;
  }
}
.audio-artwork img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.audio-artwork-waveform-container {
  margin: 0px 0px 0px 5px;
}
.audio-artwork-cover {
  width: 33%;
  padding: 5px 0px 0px 0px;
}
.audio-artwork-cover .jp-audio-play {
  bottom: 0px;
  right: 0px;
  left: unset;
  top: unset;
  margin: unset;
}
.audio-artwork-cover > div {
  padding-top: 100%;
}
.lightBgText {
  color: white !important;
  transition: color 0.5s ease-in-out;
}
.darkBgText {
  color: black !important;
  transition: color 0.5s ease-in-out;
}
.dropdown-toggle:hover .lightBgText,
.dropdown-toggle:focus .lightBgText,
.lightBgText.btn-info *,
.open .lightBgText,
.active .lightBgText {
  color: black !important;
}
.bg-music-wall-cont {
  position: absolute;
  width: 50px;
  bottom: 80px;
  right: 7px;
  z-index: 1;
  cursor: pointer;
}
.bg-music-wall-cont img {
  width: 100%;
}
.radar-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.radar-line {
  height: 28%;
  width: 2%;
  border: 2px solid #aaa;
  top: 2%;
  left: 49%;
  position: absolute;
}
.radar-center {
  width: 40%;
  height: 40%;
  background: #ffffff38;
  position: absolute;
  top: 30%;
  left: 30%;
  transform-origin: center;
  border-radius: 50%;
  border: 1px solid #000;
  container-type: inline-size;
}
.radar-center .rec-label {
  font-size: 8cqi;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  padding: 10%;
}
.radar-dot {
  position: absolute;
  top: 48%;
  left: 48%;
  width: 4%;
  height: 4%;
  background: black;
  border-radius: 50%;
}
.radar-container.spin {
  animation: spin 1.8s linear infinite;
}
.xxbg-music-wall-cont.spin {
  animation: spin 3s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.modal-footer {
  border-top: none;
}
#space-menu-spaces {
  padding-left: 2px;
  padding-right: 2px;
}
.panel-featured {
  height: 418px;
}
.activeuserspace-panel {
  height: 394px;
}
#new-media-panel {
  height: 1004;
}
.starthuddle-panel {
  min-height: 560px;
}
.space-profile-custom-bg,
.space-profile-default-bg {
  transition: background-color 4s;
}
.space-profile-custom-loading-bg {
  filter: brightness(150%);
}
.slideOutDown {
  animation-timing-function: cubic-bezier(1, 0.03, 1, 0.84);
}
.wall-scroll-item {
  max-height: 345px;
}
.responsiveLoader {
  border-radius: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50%;
  width: 50%;
  background-image: url(/social/img/loadingLarge.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#icon-notifications .popover {
  min-width: 260px;
}
.dark-mode-toggle .current {
  margin-left: 50px;
  font-size: 75%;
}
.topbarContainer {
  top: -50px;
}
.wect {
  width: 100%;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
}
.dark-mode-toggle-cnt {
  background-color: unset;
  list-style: none;
  width: 100%;
  padding: 10px 0px 10px 40px;
}
.dark-mode-toggle-cnt a {
  display: block;
}
.wall-points-label {
  position: absolute;
  right: 8px;
  top: 53px;
}
.promotion-btn-container {
  width: 100%;
  padding: 10px;
}
.shop-product-image-container {
  display: block;
  position: relative;
  padding-top: 100%;
}
.shop-product-image-container img {
  position: absolute;
  top: 0px;
}
