[v-cloak] {
  display: none;
}
a{
  color: inherit;
}
a:hover{
  color: inherit;
}
.fullWidth {
  width: 100%;
}

.title {
  font-size: 1.5em;
  margin: 0.67em 0;
  /*color: #7C7C7C;*/
}

h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  /*color: #666;*/
  text-rendering: optimizeLegibility;
  margin-top: 0.1em;
  margin-bottom: 0.05em;
  line-height: 1.4;
}

.album-image {
  width: 100%;
  height: 100%;
}

.name {
  font-size: 1.2rem;
}

.date {
  font-size: 12px;
  /*color: #9B9B9B;*/
}

/* line 27, ../scss/main.scss */
video {
  max-width: 100%;
  height: auto;
}
video.coverVideo {
  max-height: 400px;
}

/* line 30, ../scss/main.scss */
/* line 35, ../scss/main.scss */
#container {
  min-height: 100%;
  position: relative;
}

/* line 40, ../scss/main.scss */
#content {
  /* padding-bottom: 6rem; */
}

/* line 44, ../scss/main.scss */
#loginModal {
  text-align: center;
}
#loginModal .modal-body div {
  margin: 10px;
}

/* line 51, ../scss/main.scss */
.row.contentWrapper {
  margin-bottom: 1.25rem;
}

/* line 55, ../scss/main.scss */
.marginBottom {
  margin-bottom: 10px;
}

/* line 59, ../scss/main.scss */
.iconWrapper {
  font-size: 12px;
  /* text-align: center; */
  margin-left: 10px;
}
.iconWrapper img {
  /* margin: 10px 10px 10px 0; */
  display: block;
  /* margin: auto; */
}

/* line 59, ../scss/main.scss */
/* line 66, ../scss/main.scss */
@media only screen and (max-width: 40em) {
  /* line 66, ../scss/main.scss */
  .iconWrapper img {
    display: block;
    margin: 5px auto;
  }
}
/* line 75, ../scss/main.scss */
.icon {
  height: 25px;
}

/* line 79, ../scss/main.scss */
.date {
  font-size: 12px;
}

/* line 82, ../scss/main.scss */
.downloadPanel {
  text-align: center;
  width: 100%;
}
.downloadPanel .downloadImageContainer {
  margin-top: 10px;
}
.downloadPanel .downloadImageContainer .download-app-icon {
  max-width: 130px;
  /* width: 105px; */
  margin: 0 10px;
}

/* line 84, ../scss/main.scss */
/* line 87, ../scss/main.scss */
@media only screen and (max-width: 40em) {
  /* line 87, ../scss/main.scss */
  .downloadPanel .downloadImageContainer .download-app-icon {
    /* width: 100px; */
    margin: 5px;
  }
}
/* line 101, ../scss/main.scss */
.profileImageWrapper {
  overflow: hidden;
  margin-top: 5px;
}
.profileImageWrapper img {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 540px) {
  /* line 101, ../scss/main.scss */
}
@media only screen and (min-width: 541px) and (max-width: 960px) {
  /* line 101, ../scss/main.scss */
}
@media only screen and (min-width: 961px) {
  /* line 101, ../scss/main.scss */
}
/* line 119, ../scss/main.scss */
@media only screen {
  /* line 126, ../scss/main.scss */
  .download-app-icon-small {
    display: block;
    width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 136, ../scss/main.scss */
  .download-app-icon-small {
    display: inline-block;
    width: 140px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 144, ../scss/main.scss */
  .teamProfileImageWrapper img {
    display: block;
    margin: auto;
  }
}
/* line 150, ../scss/main.scss */
.mainContent {
  margin-top: 30px;
  padding: 0 10px;
}

/* line 155, ../scss/main.scss */
.actionButtonGroup .button {
  margin-right: 20px;
}

/* line 159, ../scss/main.scss */
.button.grayButton {
  background-color: #e6e7e8;
  /*color: #666;*/
}
.button.grayButton:focus, .button.grayButton:active {
  background-color: #cdcfd0;
}
.button.greenButton {
  background-color: #8cc63f;
}
.button.greenButton:focus, .button.greenButton:active {
  background-color: #78ac36;
}
.button.blueButton {
  background-color: #00aeef;
}
.button.blueButton:focus, .button.blueButton:active {
  background-color: #0091ce;
}

/* line 163, ../scss/main.scss */
/* line 168, ../scss/main.scss */
/* line 171, ../scss/main.scss */
/* line 176, ../scss/main.scss */
/* line 179, ../scss/main.scss */
/* Panels */
/* line 79, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel {
  /* border-style: solid; */
  /* border-width: 1px; */
  /* border-color: #d8d8d8; */
  margin-bottom: 0.8rem;
  padding: 1.25rem;
  background: #f2f2f2;
  /*color: #333333;*/
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  /*color: #333333;*/
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f6f6f6;
  /*color: #333333;*/
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  /*color: #333333;*/
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  /*color: #666;*/
}
.panel.radius {
  border-radius: 3px;
}

/* line 54, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 60, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 67, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 69, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 81, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 54, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 60, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 67, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 69, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 83, ../bower_components/foundation/scss/foundation/components/_panels.scss */
/* line 88, ../bower_components/foundation/scss/foundation/components/_panels.scss */
header {
  margin-bottom: 20px;
  /* background: #E2EFF8; */
  /* border-bottom: 1px solid #A7CEEB; */
}

.navbar-logo {
  max-height: 30px;
  max-width: 150px;
}

#flashMessage {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* PHONE LOGIN PAGE */
.desc {
  font-size: 0.8rem;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.list-group {
  margin-bottom: 30px;
}
.list-group .list-group-item {
  border: none;
  border-bottom: inherit;
}
.list-group-item {
    background-color: inherit;
    border: inherit;
}

.vertical-cen-outer {
  position: relative;
}

.vertical-cen-inner {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.continueBtn {
  background-color: #3079fe;
  margin: 10px;
  width: 90%;
  padding: 10px 0;
  border-radius: 100px;
}

.profile-pic {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.banner-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.banner-img {
  max-height: 250px;
}

.desc {
  font-size: 0.75rem;
}

.center {
  text-align: center;
}

.btn-link {
  border: 1px blue solid;
  /*color: black;*/
}

.skylabBtn {
  border-radius: 100px;
  background-color: #ededed;
  font-weight: bold;
  padding: 0.5rem 0;
  height: 40px;
  width: 300px;
  max-width: 100% !important;
  margin: auto;
  position: relative;
  font-size: 16px;
}

.fbBtn {
  background-color: #1677f2;
  color: white;
}

.emailBtn {
  background-color: #00a7ff;
  color: white;
}

.fbBtn:hover, .emailBtn:hover {
  color: white;
}

.authorizeOptions .btnWrapper {
  margin: auto;
  margin-bottom: 15px;
  /* max-width: 228px; */
}

.orTxt {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.authorizeOptions .icon {
  position: absolute;
  left: 12px;
  padding-bottom: 8px;
  height: 1.8rem;
}

/* Share page */
.shareBtnWrapper {
  padding: 10px 20px 0px;
}
.shareBtnWrapper .shareBtn {
  border-radius: 100px;
  font-size: 0.8rem;
  width: 100%;
  border: none;
  background-color: #ededed;
  max-width: 300px;
  font-weight: bold;
  margin: auto;
  margin-bottom: 5px;
  height: 40px;
  position: relative;
}
.shareBtnWrapper .icon {
  position: absolute;
  left: 15px;
  top: 9px;
  padding-bottom: 8px;
  /* width: 1.2rem; */
  height: 1.8rem;
}

.autoMargin {
  margin: auto;
}

.skyBtn {
  width: 100%;
  border-radius: 100px;
  font-weight: bold;
}

.skylabInput {
  border-radius: 100px;
  /* text-align: center; */
}

.noPadding {
  padding: 0;
}

#comment-form {
  width: 100%;
}

.homeShareBtn {
  width: 20%;
  position: absolute;
  right: 0;
  text-align: right;
  margin-right: 10px;
}
.homeShareBtn .share {
  cursor: pointer;
}

div#auth {
  margin-top: 15px;
}

.homeBtn {
  margin-top: 10px;
  color: black;
}
.homeBtn > a {
  text-decoration: none;
}

.albumList .container {
  text-align: center;
}
.albumList .postLink {
  text-decoration: none;
  /*color: black;*/
  margin-top: 1rem;
}
.albumList .category-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.albumList .category-list .category-title {
  font-size: 1.5rem;
}
.albumList .post-title {
  font-size: 1rem;
  text-align: center;
}
.albumList .post-title.dot-title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.albumList .post-image-box {
  min-height: 100px;
  position: relative;
  padding-bottom: 60%;
}
.albumList .post-image-box .img-fluid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.page-title, .albumBrief, .post-meta, .post-heading {
  text-align: center;
}
.page-title .menu-title, .albumBrief .menu-title, .post-meta .menu-title, .post-heading .menu-title {
  font-size: 1.5rem;
}
.page-title .post-tags, .albumBrief .post-tags, .post-meta .post-tags, .post-heading .post-tags {
  word-break: break-all;
  font-size: 0.75rem;
}

.post-heading .post-author {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.like-comment {
  text-align: center;
  padding: 13px 0;
  /*color: #9b9b9b;*/
  font-size: 11px;
}
.like-comment .like {
  cursor: default;
  margin-right: 10px;
  /*color: inherit;*/
  display: inline-block;
  text-decoration: none;
}

.icon-like {
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(/img/new/icon-sprite@2x.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
  background-size: 60px auto;
}

.icon-comment {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 -75px;
  vertical-align: middle;
  margin-right: 3px;
  background-image: url(/img/new/icon-sprite@2x.png);
  background-size: 60px auto;
}

.icon-content-share {
  display: inline-block;
  width: 13px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: 0 -1100px;
  position: relative;
  top: 3px;
  margin-right: 3px;
  background-image: url(/img/new/icon-sprite@2x.png);
  background-size: 60px auto;
}

.mainAlbumCover {
  margin-bottom: 25px;
}

.top-bar-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  top: 0.9rem;
  width: -moz-fit-content;
}

.homepage-title {
  font-size: 1.25rem;
}

.post-tabs {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15PX;
}
.post-tabs .post-tab {
  border-radius: 5px;
  /*color: black;*/
  text-decoration: none;
  padding: 0;
  margin-bottom: 10px;
}
.post-tabs .post-tab.active {
  background-color: #80808057;
}

#wallet-tabs .post-tab {
  padding: 3px;
}

#wallet-list a {
  text-decoration: none;
  /*color: black;*/
}
#wallet-list .row {
  padding: 15px 0;
  border-bottom: 1px solid #8080804a;
}
#wallet-list .transaction-title {
  font-weight: bold;
}
#wallet-list .transaction-price {
  font-weight: bold;
  text-align: right;
}
#wallet-list .transaction-date {
  /*color: gray;*/
  font-size: 0.8rem;
}
#wallet-list .transaction-redemption {
  font-size: 0.9rem;
}

#wallet-contents {
  margin-bottom: 25px;
}

#transaction-details .row {
  margin-bottom: 15px;
}
#transaction-details .redemp-code {
  display: initial;
  font-size: 1.25rem;
  font-weight: bold;
}

.post-media {
  margin: auto;
  text-align: center;
}

.post-social-wrapper {
  /*color: black;*/
  text-decoration: none;
  width: 100%;
}

.home-album-list .single-post, .page-album-list .single-post, .detail-album .single-post {
  margin-bottom: 15px;
}
.home-album-list .single-post .post-header, .page-album-list .single-post .post-header, .detail-album .single-post .post-header {
  display: flex;
  width: 100%;
  margin: 10px 0;
}
.home-album-list .single-post .post-header .post-author-image, .page-album-list .single-post .post-header .post-author-image, .detail-album .single-post .post-header .post-author-image {
  padding: inherit;
  display: table-cell;
  margin-right: 10px;
  min-width: 35px;
  height: 35px;
  width: 35px;
}
.home-album-list .single-post .post-header .post-info, .page-album-list .single-post .post-header .post-info, .detail-album .single-post .post-header .post-info {
  display: table-cell;
}
.home-album-list .single-post .post-header .post-info .post-mini-info, .page-album-list .single-post .post-header .post-info .post-mini-info, .detail-album .single-post .post-header .post-info .post-mini-info {
  display: table;
  /*color: black;*/
  text-decoration: none;
}
.home-album-list .single-post .post-header .post-info .post-mini-info .post-title, .page-album-list .single-post .post-header .post-info .post-mini-info .post-title, .detail-album .single-post .post-header .post-info .post-mini-info .post-title {
  display: table-cell;
  font-size: 0.7rem;
  padding-right: 10px;
}
.home-album-list .single-post .post-header .post-info .post-mini-info .post-time, .page-album-list .single-post .post-header .post-info .post-mini-info .post-time, .detail-album .single-post .post-header .post-info .post-mini-info .post-time {
  display: table-cell;
  font-size: 12px;
  /*color: gray;*/
}
.home-album-list .single-post .post-header .post-info .post-author, .page-album-list .single-post .post-header .post-info .post-author, .detail-album .single-post .post-header .post-info .post-author {
  font-size: 0.9rem;
}
.home-album-list .single-post .sub-post-info, .page-album-list .single-post .sub-post-info, .detail-album .single-post .sub-post-info {
  display: table;
  font-size: 0.7rem;
  width: 100%;
  margin: 10px 0;
}
.home-album-list .single-post .sub-post-info .sub-post-author, .page-album-list .single-post .sub-post-info .sub-post-author, .detail-album .single-post .sub-post-info .sub-post-author {
  display: table-cell;
  font-size: 0.8rem;
}
.home-album-list .single-post .sub-post-info .sub-post-time, .page-album-list .single-post .sub-post-info .sub-post-time, .detail-album .single-post .sub-post-info .sub-post-time {
  display: table-cell;
  /*color: gray;*/
  text-align: right;
}
.home-album-list .single-post .sub-like-info, .page-album-list .single-post .sub-like-info, .detail-album .single-post .sub-like-info {
  font-size: 0.7rem;
  margin-top: 10px;
}
.home-album-list .single-post .sub-like-info img, .page-album-list .single-post .sub-like-info img, .detail-album .single-post .sub-like-info img {
  height: 0.9rem;
}
.home-album-list .single-post .post-media, .page-album-list .single-post .post-media, .detail-album .single-post .post-media {
  width: 100%;
  /*color: black;*/
  text-decoration: none;
}
.home-album-list .single-post .post-media .post-multi-media, .page-album-list .single-post .post-media .post-multi-media, .detail-album .single-post .post-media .post-multi-media {
  width: 100%;
}
.home-album-list .single-post .post-media .post-multi-media img, .home-album-list .single-post .post-media .post-multi-media video, .home-album-list .single-post .post-media .post-multi-media audio, .page-album-list .single-post .post-media .post-multi-media img, .page-album-list .single-post .post-media .post-multi-media video, .page-album-list .single-post .post-media .post-multi-media audio, .detail-album .single-post .post-media .post-multi-media img, .detail-album .single-post .post-media .post-multi-media video, .detail-album .single-post .post-media .post-multi-media audio {
  width: 100%;
}
.home-album-list .single-post .post-media .post-multi-media > div, .page-album-list .single-post .post-media .post-multi-media > div, .detail-album .single-post .post-media .post-multi-media > div {
  width: 100%;
}
.home-album-list .single-post .post-media .post-multi-media.square-display, .page-album-list .single-post .post-media .post-multi-media.square-display, .detail-album .single-post .post-media .post-multi-media.square-display {
  position: relative;
  padding-bottom: 100%;
}
.home-album-list .single-post .post-media .post-multi-media.square-display .media-container, .page-album-list .single-post .post-media .post-multi-media.square-display .media-container, .detail-album .single-post .post-media .post-multi-media.square-display .media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-album-list .single-post .post-media .post-multi-media.square-display .media-container img, .page-album-list .single-post .post-media .post-multi-media.square-display .media-container img, .detail-album .single-post .post-media .post-multi-media.square-display .media-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home-album-list .single-post .post-social, .home-album-list .single-post .post-social a, .page-album-list .single-post .post-social, .page-album-list .single-post .post-social a, .detail-album .single-post .post-social, .detail-album .single-post .post-social a {
  /*color: black;*/
  text-decoration: none;
  width: 100%;
}
.home-album-list .single-post .post-social .post-social-row, .home-album-list .single-post .post-social a .post-social-row, .page-album-list .single-post .post-social .post-social-row, .page-album-list .single-post .post-social a .post-social-row, .detail-album .single-post .post-social .post-social-row, .detail-album .single-post .post-social a .post-social-row {
  display: flex;
}
.home-album-list .single-post .post-social .social-btn, .home-album-list .single-post .post-social a .social-btn, .page-album-list .single-post .post-social .social-btn, .page-album-list .single-post .post-social a .social-btn, .detail-album .single-post .post-social .social-btn, .detail-album .single-post .post-social a .social-btn {
  margin-top: 10px !important;
  /*color: black;*/
  margin-right: 15px;
}
.home-album-list .single-post .post-social .social-btn .icon-box, .home-album-list .single-post .post-social a .social-btn .icon-box, .page-album-list .single-post .post-social .social-btn .icon-box, .page-album-list .single-post .post-social a .social-btn .icon-box, .detail-album .single-post .post-social .social-btn .icon-box, .detail-album .single-post .post-social a .social-btn .icon-box {
  text-align: center;
  margin-bottom: 5px;
}
.home-album-list .single-post .post-social .social-btn .icon-box .icon, .home-album-list .single-post .post-social a .social-btn .icon-box .icon, .page-album-list .single-post .post-social .social-btn .icon-box .icon, .page-album-list .single-post .post-social a .social-btn .icon-box .icon, .detail-album .single-post .post-social .social-btn .icon-box .icon, .detail-album .single-post .post-social a .social-btn .icon-box .icon {
  width: 25px;
}
.home-album-list .single-post .post-social .post-like-btn, .home-album-list .single-post .post-social a .post-like-btn, .page-album-list .single-post .post-social .post-like-btn, .page-album-list .single-post .post-social a .post-like-btn, .detail-album .single-post .post-social .post-like-btn, .detail-album .single-post .post-social a .post-like-btn {
  width: auto;
}
.home-album-list .single-post .post-social .post-like-btn .like-btn, .home-album-list .single-post .post-social a .post-like-btn .like-btn, .page-album-list .single-post .post-social .post-like-btn .like-btn, .page-album-list .single-post .post-social a .post-like-btn .like-btn, .detail-album .single-post .post-social .post-like-btn .like-btn, .detail-album .single-post .post-social a .post-like-btn .like-btn {
  cursor: pointer;
}
.home-album-list .single-post .post-social .post-like-btn .like-btn.disable, .home-album-list .single-post .post-social a .post-like-btn .like-btn.disable, .page-album-list .single-post .post-social .post-like-btn .like-btn.disable, .page-album-list .single-post .post-social a .post-like-btn .like-btn.disable, .detail-album .single-post .post-social .post-like-btn .like-btn.disable, .detail-album .single-post .post-social a .post-like-btn .like-btn.disable {
  pointer-events: none;
}
.home-album-list .single-post .post-social .post-comment-btn, .home-album-list .single-post .post-social a .post-comment-btn, .page-album-list .single-post .post-social .post-comment-btn, .page-album-list .single-post .post-social a .post-comment-btn, .detail-album .single-post .post-social .post-comment-btn, .detail-album .single-post .post-social a .post-comment-btn {
  width: auto;
}
.home-album-list .single-post .post-social .post-share-btn, .home-album-list .single-post .post-social a .post-share-btn, .page-album-list .single-post .post-social .post-share-btn, .page-album-list .single-post .post-social a .post-share-btn, .detail-album .single-post .post-social .post-share-btn, .detail-album .single-post .post-social a .post-share-btn {
  width: auto;
}
.home-album-list .single-post .post-social .post-location, .home-album-list .single-post .post-social a .post-location, .page-album-list .single-post .post-social .post-location, .page-album-list .single-post .post-social a .post-location, .detail-album .single-post .post-social .post-location, .detail-album .single-post .post-social a .post-location {
  margin-top: 10px;
  font-size: 0.7rem;
  /*color: gray;*/
  text-align: right;
  margin-left: auto;
  padding-right: 5px;
}
.home-album-list #load-more, .page-album-list #load-more, .detail-album #load-more {
  padding: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.home-album-list .single-post {
  border-bottom: 1px solid rgba(128, 128, 128, 0.44);
}
.home-album-list .single-post .social-btn {
  margin-top: 1rem !important;
}
.home-album-list .single-post .post-header {
  margin-top: 0;
}

.square-outer {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.square-outer .square-content {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.square-outer .square-content .square-title {
  text-align: center;
  /*color: white;*/
  background-color: black;
  padding: 4px;
  margin: auto;
}
.square-outer .square-content img {
  width: 100%;
}

.square-outer.roundy-square {
  border-radius: 3px;
}

.top-buttons {
  margin-bottom: 10px;
}
.top-buttons .top-button {
  padding: 5px;
}
.top-buttons .top-button .top-content {
  position: relative;
  height: 100%;
}
.top-buttons .top-button .top-content .top-title {
  text-align: center;
  /*color: white;*/
  background-color: black;
  padding: 4px;
  margin: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
.top-buttons .top-button .top-content .top-title-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  text-align: center;
  /*color: black;*/
  background-color: rgba(95, 94, 94, 0.34);
  font-size: 1rem;
  padding: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}
.top-buttons .top-button .top-content .image-top img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
.top-buttons .top-button .top-content .image-bottom img {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}
.top-buttons .top-button .top-content .spotlight-image-wrapper {
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
}
.top-buttons .top-button .top-content .spotlight-image-wrapper .spotlight-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-buttons .top-button .top-content .spotlight-title {
  text-align: center;
  /*color: white;*/
  background-color: #8c8d8c;
  padding: 4px;
  margin: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.top-buttons .top-button .top-content img {
  width: 100%;
}
.top-buttons .top-button .top-content .leaderboard-profile-pic, .top-buttons .top-button .top-content .mostEngaged-profile-pic {
  position: absolute;
  width: 20%;
}
.top-buttons .top-button .top-content .leaderboard-profile-pic.place-1 {
  width: 24%;
  top: 28%;
  left: 39%;
}
.top-buttons .top-button .top-content .leaderboard-profile-pic.place-2 {
  width: 20%;
  top: 37%;
  left: 14%;
}
.top-buttons .top-button .top-content .leaderboard-profile-pic.place-3 {
  width: 18%;
  top: 44%;
  left: 70%;
}
.top-buttons .top-button .top-content .mostEngaged {
  display: table;
  table-layout: fixed;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-first-row {
  display: table-row;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-second-row {
  display: table-row;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic {
  position: relative;
  padding: 8px;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic.place-1 {
  display: table-cell;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic.place-2 {
  display: table-cell;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic.place-3 {
  display: table-cell;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic.place-4 {
  display: table-cell;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic.place-5 {
  display: table-cell;
}
.top-buttons .top-button .top-content .mostEngaged .mostEngaged-profile-pic.place-6 {
  display: table-cell;
}
.top-buttons .top-button .top-content .mostEngaged.one-only {
  width: 60%;
}

.page-header {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.card-form .form-control {
  border-radius: unset;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid gray;
}
.card-form label {
  width: 100%;
  /*color: #535151;*/
}
.card-form input {
  width: 100%;
}
.card-form input[type=text], .card-form input[type=password] {
  border: none;
  border-bottom: 1px solid gray;
}
.card-form .submit-btn {
  margin: auto;
}

.billing-brief h4 {
  font-size: 1.1rem;
}
.billing-brief label {
  /*color: #535151;*/
  font-size: 0.8rem;
}
.billing-brief .card-masked {
  width: 100%;
}
.billing-brief .billing-link {
  width: 100%;
  text-align: center;
}
.billing-brief .billing-link a {
  font-size: 0.9rem;
}
.billing-brief .card-masked p {
  border-bottom: 1px solid rgba(128, 128, 128, 0.44);
}

.member-intro p {
  font-size: 0.7rem;
  text-align: center;
}

#purchase-btn-wrapper {
  margin-top: 15px;
  text-align: center;
}
#purchase-btn-wrapper #purchaseButton {
  max-width: 200px;
  background-color: #00a7ff;
  /*color: white;*/
}
#purchase-btn-wrapper .processing {
  background-color: #00a7ffb5 !important;
  pointer-events: none !important;
}

.user-profile .profile-image-wrapper {
  width: 100%;
}
.user-profile .profile-image-wrapper .profile-image {
  width: 144px;
  text-align: center;
  position: relative;
  margin: auto;
}
.user-profile .profile-name-wrapper {
  margin-top: 25px;
  text-align: center;
}
.user-profile .profile-name-wrapper .profile-name {
  font-size: 1rem;
  height: calc(1.5em + .75rem + 2px);
  font-weight: 400;
  line-height: 1.5;
  /*color: #495057;*/
  width: fit-content;
  text-align: center;
  margin: auto;
}
.user-profile .profile-name-wrapper .profile-name p {
  width: fit-content;
  display: inline-block;
}

#oauth-verifier {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-position: center 40%;
  background-size: cover;
}
#oauth-verifier .main-message {
  /*color: #464545;*/
  margin: auto;
  margin-top: 20px;
  padding: 35px;
  background: white;
}
#oauth-verifier .main-message p {
  text-align: center;
}
#oauth-verifier .oauth-verifier-logo-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#oauth-verifier .oauth-verifier-logo-wrapper .oauth-verifier-logo {
  width: 70px;
}

.view-submission-btn {
  padding: 3px 9px;
  border: 1px solid black;
  /*color: black;*/
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 0.8rem;
  border-radius: 4px;
}

#termsandconditions #termsandconditions-content {
  max-height: 70vh;
  overflow-y: scroll;
  padding: 10px;
  border: 1px solid #b7b7b7;
}
#termsandconditions ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
#termsandconditions ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
#termsandconditions .action-btns {
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}
#termsandconditions .action-btns .skylabBtn {
  display: inline-block;
  cursor: pointer;
}
#termsandconditions .action-btns #cancelTerm {
  width: 40%;
  background-color: white;
  /*color: #8c8d8c;*/
  border: 1px solid #bebebe;
}
#termsandconditions .action-btns #acceptTerm {
  margin-left: 1.5rem;
  width: 40%;
  background-color: #00a7ff;
  border: 1px solid #00a7ff;
  /*color: white;*/
}

.general-form .general-form-label {
  line-height: calc(1.5em + .75rem + 2px);
  padding-left: 0;
  padding-right: 0;
}
.general-form .general-form-input, .general-form .form-control {
  border: none !important;
}
.general-form .form-group {
  border-bottom: 1px solid gray;
}
.general-form .general-form-checkbox input[type=checkbox] {
  transform: scale(1.25);
}
.general-form .segment-header {
  text-align: left;
  padding: 0;
  background-color: #f2f2f7;
  font-size: 1rem;
  padding: 4px 0;
}
.general-form .cover-asset-uploader {
  margin: auto;
}

.meta-settings-wrapper {
  padding: 0;
}
.meta-settings-wrapper .meta-settings label {
  padding-left: 15px;
}

.category-cover {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
}
.category-cover .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.category-tabs-wrapper {
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.category-tabs-wrapper .category-tabs {
  display: table-row;
}
.category-tabs-wrapper .category-tabs .cat-tab {
  display: table-cell;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 5px;
  /*color: #A09EA1;*/
}
.category-tabs-wrapper .category-tabs .cat-tab.active {
  font-weight: bold;
  /*color: #2D2D2D;*/
}

.skylabBtn.saveBtn {
  background-color: #00a7ff;
  /*color: white;*/
}

.imageUploaderEmbedded.fullSize {
  width: auto;
}
.imageUploaderEmbedded.fullSize .image {
  padding-bottom: 0 !important;
}
.imageUploaderEmbedded.fullSize .profile-pic {
  position: relative;
  border-radius: 0 !important;
  object-fit: contain;
}

.no-border {
  border: none !important;
}

.group-item {
  padding: 15px 0;
  text-decoration: none;
  /*color: #666;*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.group-item .group-pic .profileImageWrapper {
  margin: 0;
}
.group-item .group-text {
  position: relative;
}
.group-item .group-text .text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.group-grand-title {
  position: relative;
}

.group-add-icon {
  position: absolute;
  top: 0;
  right: 1rem;
}
.group-add-icon img {
  width: 25px;
}

.home-download-btns-wrapper {
  padding: 0px 5px;
  margin-top: 5px;
}

/**
EVENT
 */
.event-list .event-wrapper {
  margin-bottom: 20px;
}
.event-list .event-wrapper a {
  /*color: inherit;*/
  text-decoration: none;
}
.event-list .event-wrapper .event-brief {
  margin: 10px 5px;
}

.event-banners {
  width: 100% !important;
}
.event-banners .carousel-inner .carousel-item {
  width: 100% !important;
}
.event-banners .carousel-inner .carousel-item .banner-img-wrapper {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.event-banners .carousel-inner .carousel-item .banner-img-wrapper .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.event-title {
  margin-top: 20px;
  margin-bottom: 0.4rem;
  position: relative;
}
.event-title h3 {
  margin-top: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  width: 90%;
}
.event-title h2 {
  font-size: 1.75rem;
  margin-bottom: 0.3rem;
  width: 100%;
}
.event-title .event-subtitle {
  font-size: 0.75rem;
  width: 100%;
}
.event-title .event-title-admin-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
}

.event-place {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

.event-time-and-place {
  font-size: 0.8rem;
  display: flex;
}
.event-time-and-place .event-time {
  float: left;
  width: 60%;
}

.event-details .event-time-and-place {
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.event-details #event_service_details {
  font-size: 0.8rem;
  padding: 0;
}
.event-details #event_service_details .row {
  padding: 10px 0;
  border-bottom: 1px solid #80808057;
}
.event-details #event_service_details .ticket-name {
  font-weight: bold;
}
.event-details #event_service_details .ticket-availability {
  font-size: 90%;
}
.event-details #event_service_details .ticket-price-wrapper {
  position: relative;
}
.event-details #event_service_details .ticket-price-wrapper .ticket-price {
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.event-details #event_service_details .ticket-action-wrapper {
  position: relative;
}
.event-details #event_service_details .ticket-action-wrapper .event-action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.event-details #event_service_details .ticket-duration {
  font-size: 0.6rem;
  text-align: right;
}
.event-details #event_service_details .event-action {
  width: 100%;
}
.event-details #event_service_details .event-action .btn {
  border-radius: 100px;
  font-weight: bold;
  padding: 0.5rem 0;
  margin: auto;
  position: relative;
  font-size: 0.8rem;
  width: 100%;
}
.event-details #event_service_details .event-action .book-btn {
  /*color: #00a7ff;*/
  border: 1px solid #00a7ff;
}
.event-details #event_service_details .event-action .book-btn:hover {
  /*color: white;*/
  background-color: #00a7ff;
}
.event-details #event_service_details .event-action .reserved-btn {
  border: 1px solid #797777;
  /*color: #797777;*/
}
.event-details #event_details_details > div {
  padding: 10px 0;
}
.event-details #event_details_details a.detail-link {
  display: flex;
  text-decoration: none;
  /*color: black;*/
}
.event-details #event_details_details a.detail-link span {
  width: 80%;
  line-height: 2.5rem;
  word-break: break-word;
}
.event-details #event_details_details a.detail-link .detail-icon {
  width: 20%;
  width: 2.5rem;
  object-fit: contain;
}
.event-details #event_attendees_details .event-attendee {
  padding: 0.5rem 0.2rem !important;
}
.event-details #event_attendees_details .attendee-ticket .attendee-ticket-info .attendee-ticket-title {
  font-size: 80%;
}
.event-details #event_attendees_details .attendee-ticket .attendee-ticket-info .attendee-ticket-purchase {
  font-size: 12px;
  /*color: #9B9B9B;*/
}
.event-details .event-description {
  margin-bottom: 15px;
}
.event-details .event-fineprint {
  margin-bottom: 15px;
}
.event-details .post-tabs .post-tab {
  padding: 0.2rem 0;
}

#eventListingPage .post-tabs .post-tab, #eventMySchedulePage .post-tabs .post-tab {
  padding: 0.3rem 0;
}
#eventListingPage .event-message, #eventMySchedulePage .event-message {
  text-align: center;
}

#eventDetailPage .post-tabs .post-tab {
  flex-grow: 1;
}

.offerTransaction-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  text-decoration: none !important;
  /*color: black;*/
}
.offerTransaction-item .offerTransaction-time {
  font-size: 0.7rem;
}
.offerTransaction-item .offerTransaction-title {
  font-size: 1rem;
}
.offerTransaction-item .offerTransaction-type {
  font-size: 0.7rem;
  /*color: #868c8c;*/
}

.event-success {
  text-align: center;
}
.event-success .thank {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.purchase-item {
  margin-bottom: 20px;
}
.purchase-item .purchase-name .ticket-name {
  font-size: 90%;
  margin-bottom: 10px;
}
.purchase-item .purchase-name .event-time {
  font-size: 0.6rem;
}
.purchase-item .purchase-price {
  text-align: right;
  font-size: 0.9rem;
}

.summary-items {
  margin-bottom: 40px;
}
.summary-items .summary-title {
  font-weight: bold;
}
.summary-items .summary-price {
  text-align: right;
  font-weight: bold;
}

.custom-home-image {
  padding: 0px 5px;
}
.custom-home-image img {
  width: 100%;
}

.locked_content {
  /*color: #3734346e !important;*/
}

.post-item.CTA .skyBtn {
  max-width: 80%;
  cursor: pointer;
}

#updateUsernamePage {
  /*color: black;*/
}
#updateUsernamePage .newUsername-input {
  margin-bottom: 15px;
  border-radius: 70px;
}
#updateUsernamePage .submit-wrapper {
  text-align: center;
}
#updateUsernamePage .submit-wrapper .btn {
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
}
#updateUsernamePage .submit-wrapper .btn.disabled {
  pointer-events: none;
}

.back-btn {
  margin-bottom: 10px;
  /*color: black;*/
  text-decoration: none !important;
  display: block;
  font-size: 0.8rem;
}
.back-btn img {
  width: 10px;
  height: 16px;
}

/**
 CALENDAR OVERWRITE
 */
#calendar.fc-direction-ltr {
  margin-bottom: 2rem;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group {
  display: block;
  margin: auto !important;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-prev-button, #calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridDay-button {
  font-size: 0.9rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-next-button, #calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridWeek-button {
  font-size: 0.9rem;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridDay-button, #calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridWeek-button {
  text-transform: capitalize;
  background-color: #fff;
  /*color: #0069d9;*/
  border-color: #0062cc;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridDay-button.active, #calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridWeek-button.active {
  /*color: #fff;*/
  background-color: #007bff;
  border-color: #007bff;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridDay-button:hover, #calendar.fc-direction-ltr .fc-toolbar-chunk .btn-group .fc-dayGridWeek-button:hover {
  /*color: #fff;*/
  background-color: #0069d9;
  border-color: #0062cc;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk:nth-child(2) {
  text-align: center;
  align-self: baseline;
  padding-top: 0.375rem;
  position: absolute;
  width: 100%;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk:nth-child(2) .fc-loadingButton-button {
  margin: auto !important;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk:last-child {
  align-self: flex-end;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .fc-today-button {
  cursor: pointer;
  margin: auto;
  border-radius: 50px;
  display: block;
  background-color: white;
  /*color: black;*/
  border: 1px solid #80808057;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}
#calendar.fc-direction-ltr .fc-toolbar-chunk .fc-today-button:hover {
  background-color: rgba(184, 181, 181, 0.34);
}
#calendar.fc-direction-ltr .fc-col-header-cell-cushion {
  font-size: min(3vw, 0.9rem) !important;
}
#calendar.fc-direction-ltr .fc-toolbar-title {
  font-size: 1rem !important;
}
#calendar.fc-direction-ltr .fc-dayGridWeek-view .fc-daygrid-day-events {
  padding: 0 0.5rem;
}
#calendar.fc-direction-ltr .fc-dayGridWeek-view .fc-daygrid-day-events .fc-daygrid-event-harness {
  display: inline-block;
  /* for only showing 1 dot */
  margin: 0;
  width: 50%;
  text-align: center;
}
#calendar.fc-direction-ltr .fc-dayGridWeek-view .fc-daygrid-day-events .fc-daygrid-event-harness:only-child {
  width: 100% !important;
}
#calendar.fc-direction-ltr .fc-dayGridWeek-view .fc-daygrid-day-events .fc-daygrid-event-harness .event-view-calendar .fc-daygrid-event-dot {
  margin: auto;
}
#calendar.fc-direction-ltr .fc-dayGridWeek-view .fc-daygrid-day-events .fc-daygrid-event-harness .event-view-calendar .fc-event-time {
  display: none;
}
#calendar.fc-direction-ltr .fc-dayGridWeek-view .fc-daygrid-day-events .fc-daygrid-event-harness .event-view-calendar .fc-event-title {
  display: none;
}

@media only screen and (max-width: 400px) {
  .fc-header-toolbar {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .fc-header-toolbar .fc-toolbar-chunk {
    margin: 1rem;
  }
  .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    text-align: center;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    position: initial !important;
    width: initial !important;
  }

  .fc-today-button, .fc-toolbar-chunk:first-child .btn-group {
    display: inline-block;
  }
}
[v-cloak] {
  display: none;
}

/**
  Offers/Memberships
 */
#membership-purchase .membership-btn, #membershipDetailPage .membership-btn, #membershipCancelPage .membership-btn {
  /*color: #fff;*/
  background-color: #007bff;
  border-color: #007bff;
  margin-bottom: 1rem;
}
#membership-purchase .member-purchased, #membershipDetailPage .member-purchased, #membershipCancelPage .member-purchased {
  background-color: #80808057;
  border-radius: 5px;
  padding: 0.3rem;
  margin-bottom: 1rem;
}
#membership-purchase .member-purchased p, #membershipDetailPage .member-purchased p, #membershipCancelPage .member-purchased p {
  margin-bottom: 0;
}
#membership-purchase .membership-btn-cancel, #membershipDetailPage .membership-btn-cancel, #membershipCancelPage .membership-btn-cancel {
  background-color: #b8b8b8;
  border: 1px #b8b8b8;
  /*color: white;*/
}
#membership-purchase .membership-btn-cancel:focus, #membershipDetailPage .membership-btn-cancel:focus, #membershipCancelPage .membership-btn-cancel:focus {
  box-shadow: none;
}
#membership-purchase .membership-btn-cancel-2, #membershipDetailPage .membership-btn-cancel-2, #membershipCancelPage .membership-btn-cancel-2 {
  /*color: #007bff;*/
  background-color: white;
}
#membership-purchase .membership-cancel-warning, #membershipDetailPage .membership-cancel-warning, #membershipCancelPage .membership-cancel-warning {
  text-align: center;
  margin: 1rem auto;
}
#membership-purchase .membership-btn-purchased, #membershipDetailPage .membership-btn-purchased, #membershipCancelPage .membership-btn-purchased {
  background-color: #00a7ff;
  /*color: white;*/
}
#membership-purchase .offer-selections, #membershipDetailPage .offer-selections, #membershipCancelPage .offer-selections {
  text-align: center;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection {
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection .membership-name, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection .membership-name, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection .membership-name {
  font-size: 1.7rem;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection .membership-subname, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection .membership-subname, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection .membership-subname {
  font-size: 1rem;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection .membership-price, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection .membership-price, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection .membership-price {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection .membership-conditions, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection .membership-conditions, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection .membership-conditions {
  font-size: 0.7rem;
  /*color: gray;*/
  padding: 0 1rem;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection .membership-details ul, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection .membership-details ul, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection .membership-details ul {
  text-align: center;
  padding: 0;
}
#membership-purchase .offer-selections .offer-selection-wrapper .offer-selection .membership-details ul li, #membershipDetailPage .offer-selections .offer-selection-wrapper .offer-selection .membership-details ul li, #membershipCancelPage .offer-selections .offer-selection-wrapper .offer-selection .membership-details ul li {
  font-weight: bold;
  width: fit-content;
  margin: auto;
}

.cardAddEditBtn {
  background-color: #00a7ff;
}

.continuePurchaseBtn {
  width: 100%;
  margin-top: 1rem;
  background-color: #3079fe;
}

.promo-code {
  margin-bottom: 2rem;
}
.promo-code .promo-input {
  border-radius: 100px;
}
.promo-code .promo-btn {
  width: 100% !important;
}

.purchase-price .old-price, .summary-price .old-price {
  text-decoration: line-through;
  /*color: gray;*/
  margin-right: 1rem;
}

/**
  Verified icons
 */
.user-verified-icon {
  display: inline-block;
  margin-left: 0.25rem;
}
.user-verified-icon img {
  max-width: 1rem;
  width: 1rem;
}

/*# sourceMappingURL=skylab-main.css.map */


/*Sigma css*/

.custom-album-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    width: 100%;
}
.custom-album-user img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.owner-detail {
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.owner-main-title {
    font-size: 16px;
    font-weight: 700;
}
.owner-sub-title {
    font-size: 14px;
    font-weight: 600;
}
.owner-time {
    font-size: 11px;
}
.album-group-title-custom .owner-time {
    font-size: 11px;
    padding: 0 15px 5px 15px;
    display: block;
}
.feed-title-img {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 15px 0px 15px;
    line-height: normal;
}
.album-img-data {
    padding: 0 15px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.album-img-col {
    position: relative;
    padding-top: 66%;
}
.album-img-col img {
        width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
.album-img-col video {
        width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
.album-img-col iframe {
        width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    border: none;
    outline: none;
}
.sharing-icons-group img {
    max-width: 22px;
    max-height: 22px;
}
.album-like-data {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    width: 100%;
}
.sharing-icons-group span {
    margin: 0 10px;
    font-size: 13px;
}
.three-dots {
    margin-right: 10px;
}
.albumtype-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.dashboard-album-section .albumtype-header{
  padding: 10px 0px;
}
.albumtype-header h1 {
    font-size: 20px;
    /*color: #000;*/
    font-weight: 700;
}
.albumtype-header select {
    font-size: 12px;
}
.terms-of-service {
    font-size: 14px;
    text-align: center;
    padding: 10px 40px;
    max-width: 380px;
    margin: 0 auto;
}
.loading-pad {
    margin: 0 auto;
    text-align: center;
}
.loading-pad img {
    max-height: 40px;
    border-radius: 4px;
    padding: 7px;
    background: #fff;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    text-align: center;
    width: 300px;
    height: 40px;
}
.fb_iframe_widget iframe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fb-button-main-element {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 300px !important;
    margin: 0 auto !important;
}
.album-custom-box .album-img-inner{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.album-custom-box .album-group-title-custom{
  text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #054891;
}
.album-custom-box .album-group-title-custom a{
  display: block;
    padding: 10px;
    text-align: left;
    font-weight: 300;
    color: #fff;
} 

.album-custom-box{
  padding: 0 30px;
}

.album-list-section .row {
  padding: 0 0 20px;
}

.album-custom-box .feed-title-img {
  display: block;
}
.custom-media-post .media-container {
    padding-top: 55%;
    position: relative;
    text-align: center;
    /*background: #f2f2f2;*/
}
.custom-media-post .media-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    bottom: 0;
    width: auto !important;
    height: auto !important;
}
.share-page-main-img{
  padding-top: 55%;
    position: relative;
    text-align: center;
    /*background: #f2f2f2;*/
}
.share-page-main-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    bottom: 0;
    width: auto !important;
    height: auto !important;
}
button.btn.btn-link.btn-lg.shareBtn a.twitter-share-button {
    color: #007bff;
}
.custom-media-post-social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-media-post-social .post-social-row{
display: flex;
align-items: center;
}
.custom-media-post-social .post-social-row .social-btn{
display: flex;
align-items: center;
justify-content: flex-start;
}
.custom-media-post-social .post-social-row .social-btn .like-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-media-post-social .social-btn.post-comment-btn a, .custom-media-post-social .social-btn.post-share-btn a{
 display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-media-post-social .post-social-row .social-btn .desc {
    padding-left: 5px;
    margin-bottom: 0px;
    padding-right: 5px;
}
.custom-media-post .custom-po-link {
    text-align: center;
    margin: 20px 0;
}
.custom-media-post .custom-grp-link {
    text-align: left;
    margin: 20px 0;
}
.custom-pos-left-right .custom-pos-left {
    text-align: left;
    margin: 20px 0;
}
.custom-pos-left-right .custom-pos-right {
    text-align: right;
    margin: 20px 0;
    float: right;
}
.custom-media-post .orange-outline-btn{
  border: #ef7822 solid 2px;
  border-radius:10px;
  color: #fff;
}
.orange-fill-btn{
  background: #ef7822;
  border-radius:10px;
  color: #fff;
}
.gray-fill-btn{
  background: #e9f0f7;
  border-radius:10px;
  color: #000;
}
.tab.custom-tab {
    background-color: transparent;
    border: none;
}
.tab.custom-tab button{
    background-color: transparent;
    border-bottom: 2px solid transparent;
    color: #fff !important;
}
.tab.custom-tab button.active {
    background-color: transparent;
    border-bottom: 2px solid #ef7822;
    color: #fff !important;
}
.custom-tabcontent {
    display: none;
    padding: 6px 0px !important;
    border: 0px solid #ccc !important;
    border-top: none;
}
  /* Style the tab */
.tab.custom-tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    overflow-x: auto;
    flex-wrap: nowrap;
}

/* Style the buttons that are used to open the tab content */
.tab.custom-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 8px;
    transition: 0.3s;
}



/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border: 0px solid #ccc;
  border-top: none;
}
.custom-po-title {
    font-size: 20px;
}
.custom-media-post-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three-dots{
  filter: invert(100%);
}
.icon-box img{
  filter: invert(100%);
}
.sharing-icons-group img {
    filter: invert(100%);
    margin-right: 5px;
}
.imageUploaderEmbedded {
    text-align: left;
}
.custom-media-review {
    display: flex;
    align-items: center;
}
span.rating-count {
    color: orange;
}
.custom-media-review span.fa.fa-star {
    margin: 0 2px;
}
.plus-btn-col{
  width: 100%;
  text-align: right;
}
.plus-btn-custom {
    background: #0093ff;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}
.plus-btn-custom:hover {
  text-decoration: none;
}
.add-post-btn {
     width: auto;
    border-radius: 100px;
    font-weight: bold;
    margin-bottom: 15px;
}
.feed-title-img{
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.mediaUploadWidgetLink img.preview-img, .mediaUploadWidgetLink1 img.preview-img1 {
    filter: inherit;
    float: right;
}
.imageUploaderEmbedded {
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.imageUploaderEmbedded input {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    /* visibility: hidden; */
    opacity: 0;
    position: absolute;
    left: 0;
}
.imageUploaderEmbedded lable{
  margin: 0px;
  padding: 0px;
}
.gallery-fade{
  padding-right: 0px !important;
}
.gallery-popup {
    max-width: 360px;
}
.git-search {
    background: #2196F3;
    color: #fff;
    margin-left: 5px;
}
.custom-gif-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.custom-gif-search input {
    border: #ccc solid 1px;
    height: 36px;
    padding: 10px;
    border-radius:4px;
}
.custom-gif-search {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.row.giphy-custom-data .col {
    width: 50%;
    margin-bottom: 10px;
}
.row.giphy-custom-data .col .panel.panel-pink {
    padding: 10px;
    text-align: center;
    height: 100%;
}
.row.giphy-custom-data .col .panel.panel-pink img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.plus-btn-custom {
    background: #0093ff;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    position: fixed;
    bottom: 20px;
    right: 37.5%;
    z-index: 9;
    left: auto;
}

@media (min-width: 1800px){
.plus-btn-custom  {
   right: 40.5%;
}
}

.loading-pad-first {
    margin: 0 auto;
    text-align: center;
}
.loading-pad-first img {
    max-height: 40px;
    border-radius: 4px;
    padding: 7px;
    background: #fff;
}
.loading-pad-second {
    margin: 0 auto;
    text-align: center;
}
.loading-pad-second img {
    max-height: 40px;
    border-radius: 4px;
    padding: 7px;
    background: #fff;
}


/*9-11-23*/


.custom-pos-left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-pos-left-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-pos-left-right ul li {
    position: relative;
}

.custom-pos-left-right ul li button.btn {
    margin: 0;
    float: none;
    text-align: left;
    width: auto;
    display: block;
    white-space: nowrap;
    width: 100%;
}

.custom-pos-left-right ul li ul.cus_sub_menu {
    position: absolute;
    z-index: 1;
    top: 41px;
    right: 0;
    display: none;
}

button.btn.gray-fill-btn.custom-pos-right.sub_open + ul {
    display: block;
}
.btnWrapper .fb_login_button_container .fb-button-main-element {
    width: calc(100% - 30px) !important;
    margin: 0 auto !important;
}
.customfb .fb-login-button {
    width: calc(100% - 30px) !important;
    display: flex;
    justify-content: center;
    background: #1877f2;
    border-radius: 100px;
    margin: 0 auto;
}
.custom-media-post-social span.social-btn.post-like-btn {
    margin: 0px 4px 0 0 !important;
}
.custom-media-post-social span.social-btn.post-comment-btn {
    margin: 0 5px 0 0 !important;
}
.custom-media-post-social span.social-btn.post-share-btn {
    margin: 0 0 0 0 !important;
}
button.btn.gray-fill-btn.custom-pos-left.cust-add {
    width: 160px;
    text-align: center;
}
button.btn.gray-fill-btn.custom-pos-right.cust-more {
    width: 160px;
    text-align: center;
    position: relative;
}
button.btn.gray-fill-btn.custom-pos-right.cust-more .three-dots {
    width: 30px;
    display: inline-block;
    color: #000;
    position: absolute;
    left: 30px;
    z-index: 1;
    font-size: 14px;
    filter: inherit !important;
    transform: rotate(90deg);
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0;
    top: 8px;
}

@media (max-width: 991px){
    iframe {
        width: 100% !important;
    }
    .plus-btn-custom {
        right: 15px !important;
    }
}